


 .brand_name{
   font-weight: 500!important;
   color: #222!important;
 }
 .brand_offer{
   color: #8f8f8f!important;
   font-weight: 300!important;
   font-size: 11px!important;
   text-transform: capitalize!important;
 }

 .modal-footer .btn_2 {
   border: 1px solid #d7dbe3;
   color: #222 !important;
   padding: 14.5px 39px;
   }

   .amazcart_lists{
   -webkit-column-count: 3;
   -moz-column-count: 3;
   column-count: 3;
   -webkit-column-gap: 1.25rem;
   -moz-column-gap: 1.25rem;
   column-gap: 1.25rem;
   orphans: 1;
   widows: 1;

   }
   .amazcart_lists ul{
   display: inline-block;
   width: 100%
   }

   .review_star_icon i.non_rated {
   color: #fff !important;
   -webkit-text-stroke-color: blue;
   color: transparent;
   -webkit-text-stroke-width: 1px;
   -webkit-text-stroke-color: #ffb400;
   font-size: 11px;
 }

 .review_star_icon i {
   color: #ffb400;
   font-size: 12px;
   line-height: 29px;
 }

 .review_star_icon  {
   margin-right: 15px;
 }

 .product_tricker .product_img .socal_icon a i{
   line-height: 43px!important;
 }

 .banner_part .single_banner_slider {
   background-image: none;
   padding: 0px 15px 0px 15px;
   background-size: 144% 124%;
}
.banner_part .user_cupon {
 padding: 30px 30px!important;
}
.pb-15{
 padding-bottom: 15px;
}

.single_feature_slide{
 min-height: 260px;
}
.single_product_item_iner{
 min-height: 170px;
}

.colum3 .single_img .single_feature_slide_img {
   position: relative;
   overflow: hidden;
}
.colum3 .single_img .single_feature_slide_img img {
   margin: 0 auto;
   height: auto;
}
.slider_img_div {
   height: auto;
   width: 100%;
   display: flex;
   align-items: center;
   justify-content: center;
   position: relative;
   margin: 0 auto;
}
.slider_img_div img {
   display: block;
   max-width: 100%;
   max-height: 365px;
}

.header_img_category_div {
   display: flex;
   height: 108px;
   align-items: center;
   justify-content: center;
   width: 108px;
}
.header_img_category_div img{
 max-height: 108px;
}

a.single_feature_slide_img img {
   max-height: 130px;
   width: auto!important;
}

/** new css **/
.top_categories_section {
    padding: 50px 0;
    background: #f6f6f6;
}

.top_cat_title {
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    color: #e63939;
    margin-bottom: 40px;
}

.top_cat_grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 40px 20px;
    justify-items: center;
}

/* Card */
.top_cat_card {
    width: 100%;
    max-width: 180px;
    text-decoration: none;
    text-align: center;
}

/* Image Box */
.top_cat_img {
    width: 100%;
    aspect-ratio: 1/1; /* makes perfect square on all screens */
    /* border-radius: 6px; */
    overflow: hidden;
}

.top_cat_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Label */
.top_cat_label {
    background: #3d3d3d;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding: 12px 0;
    /* border-radius: 0 0 6px 6px; */
    margin-top: -4px;
}
/* Large Tablets */
@media (max-width: 1199px) {
    .top_cat_grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* Tablets */
@media (max-width: 991px) {
    .top_cat_title {
        font-size: 38px;
    }
    .top_cat_grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 30px 15px;
    }
}

/* Normal Mobiles */
@media (max-width: 767px) {
    .top_cat_title {
        font-size: 32px;
    }
    .top_cat_grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px 10px;
    }
    .top_cat_label {
        font-size: 18px;
    }
}

/* Small Mobiles */
@media (max-width: 480px) {
    .top_cat_grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Very Small Screens */
@media (max-width: 360px) {
    .top_cat_grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .top_cat_title {
        font-size: 28px;
    }
    .top_cat_label {
        font-size: 16px;
    }
}

/* Main Container */
        .deal_container {
            max-width: 1300px;
            margin: 0 auto;
        }

        /* Title */
        .main_title {
            text-align: center;
            color: #d63447;
            font-size: 42px;
            font-weight: 700;
            margin-bottom: 50px;
        }

        /* Grid */
        .product_grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 25px;
        }

        /* Card */
        .card {
            background: #f5f5f5;
            padding: 20px 18px;
            position: relative;
            box-shadow: 0 2px 10px rgba(0,0,0,0.08);
            transition: all 0.3s ease;
        }

        .card:hover {
            transform: translateY(-8px);
            box-shadow: 0 8px 25px rgba(0,0,0,0.15);
        }

        /* Best Seller Tag */
        .tag_seller {
            position: absolute;
            top: 15px;
            left: 15px;
            background: #d63447;
            color: white;
            padding: 6px 14px;
            font-size: 12px;
            font-weight: 700;
            z-index: 5;
        }

        /* Wishlist Arrow - CURVED */
        .wishlist_area {
            position: absolute;
            top: -5px;
            right: 20px;
            width: 60px;
            height: 70px;
            z-index: 5;
        }

        .curved_arrow {
            position: relative;
            width: 100%;
            height: 100%;
        }

        .curved_arrow svg {
            width: 100%;
            height: 100%;
        }

        .heart_btn {
            position: absolute;
            top: 15px;
            left: 50%;
            transform: translateX(-50%);
            background: none;
            border: none;
            cursor: pointer;
            padding: 0;
        }

        .heart_btn i {
            color: white;
            font-size: 16px;
            transition: 0.3s;
        }

        .heart_btn:hover i {
            color: #d63447;
            transform: scale(1.2);
        }

        /* Image Section with Golden Border */
        .img_section {
            position: relative;
            margin: 35px auto 15px;
            width: 100%;
            padding: 10px;
        }

        .gold_border {
            border: 3px solid #c9a961;
            padding: 12px;
            background: white;
        }

        .img_section img {
            width: 100%;
            height: 180px;
            object-fit: cover;
            display: block;
            transition: 0.3s;
        }

        .card:hover .img_section img {
            transform: scale(1.05);
        }

        /* Rating Badge */
        .badge_rating {
            position: absolute;
            bottom: 165px;
            left: 15px;
            background: #d63447;
            color: white;
            padding: 5px 12px;
            font-size: 13px;
            font-weight: 700;
            z-index: 5;
        }

        /* Product Info */
        .info {
            margin-top: 15px;
        }

        /* Brand Strip */
        .brand_bar {
            background: #1a1a1a;
            color: white;
            text-align: center;
            padding: 8px 15px;
            font-size: 13px;
            font-weight: 700;
            letter-spacing: 1.5px;
            margin-bottom: 12px;
        }

        /* Product Name */
        .name {
            color: #333;
            font-size: 15px;
            margin-bottom: 10px;
            line-height: 1.4;
            min-height: 42px;
        }

        /* Price */
        .price {
            font-weight: 700;
        }

        .price_new {
            color: #000;
            font-size: 20px;
        }

        .price_old {
            color: #999;
            font-size: 15px;
            text-decoration: line-through;
            margin-left: 8px;
        }

        /* Responsive */
        @media (max-width: 1200px) {
            .product_grid {
                grid-template-columns: repeat(3, 1fr);
            }
        }

        @media (max-width: 900px) {
            .product_grid {
                grid-template-columns: repeat(2, 1fr);
            }
            .main_title {
                font-size: 34px;
            }
        }

        @media (max-width: 600px) {
            .product_grid {
                grid-template-columns: 1fr;
            }
            .main_title {
                font-size: 28px;
            }
        }

/* Bathroom Section */
        .bathroom_section {
            padding: 50px 0;
            background-color: #f8f8f8;
        }

        .container {
            /* max-width: 900px; */
            margin: 0 auto;
            padding: 0 15px;
        }

        /* Section Title */
        .bathroom_title_wrapper {
            text-align: center;
            margin-bottom: 40px;
        }

        .bathroom_main_title {
            color: #c82333;
            font-size: 36px;
            font-weight: 700;
            margin: 0;
        }

        /* Grid Layout - 2 Columns */
        .bathroom_grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 25px;
        }

        /* Card Styling */
        .bathroom_card {
            background: white;
            border-radius: 4px;
            overflow: hidden;
            box-shadow: 0 2px 10px rgba(0,0,0,0.08);
            transition: all 0.3s ease;
        }

        .bathroom_card:hover {
            transform: translateY(-5px);
            box-shadow: 0 6px 20px rgba(0,0,0,0.15);
        }

        /* Image Container */
        .bathroom_image_wrapper {
            position: relative;
            width: 100%;
            height: 200px;
            overflow: hidden;
        }

        .bathroom_image_wrapper a {
            display: block;
            width: 100%;
            height: 100%;
        }

        .bathroom_img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.4s ease;
        }

        .bathroom_card:hover .bathroom_img {
            transform: scale(1.1);
        }

        /* Overlay Text */
        .bathroom_overlay {
            position: absolute;
            top: 20px;
            left: 20px;
            color: white;
            font-weight: 700;
            text-transform: uppercase;
            line-height: 1.2;
            text-shadow: 2px 2px 6px rgba(0,0,0,0.6);
            z-index: 2;
        }

        .overlay_line {
            display: block;
            font-size: 18px;
            letter-spacing: 1px;
        }

        /* Card Content */
        .bathroom_content {
            padding: 20px 18px;
            background: white;
        }

        .bathroom_card_title {
            color: #c82333;
            font-size: 17px;
            font-weight: 700;
            margin: 0 0 10px 0;
            line-height: 1.4;
        }

        .bathroom_description {
            color: #555;
            font-size: 14px;
            line-height: 1.6;
            margin: 0;
        }

        /* Responsive */
        @media (max-width: 768px) {
            .bathroom_main_title {
                font-size: 28px;
            }
            
            .bathroom_grid {
                gap: 20px;
            }
            
            .bathroom_image_wrapper {
                height: 180px;
            }
        }

        @media (max-width: 575px) {
            .bathroom_grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }
            
            .bathroom_main_title {
                font-size: 24px;
            }
            
            .bathroom_image_wrapper {
                height: 220px;
            }
        }


        /* Shop By Style Section */
        .shop_section {
            margin-bottom: 60px;
        }

        .section_title {
            text-align: center;
            color: #d63447;
            font-size: 38px;
            font-weight: 700;
            margin-bottom: 35px;
        }

        .style_grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 25px;
        }

        .style_card {
            position: relative;
            overflow: hidden;
            box-shadow: 0 3px 12px rgba(0,0,0,0.15);
            transition: transform 0.3s ease;
        }

        .style_card:hover {
            transform: translateY(-5px);
        }

        .style_image {
            width: 100%;
            height: 250px;
            object-fit: cover;
            display: block;
        }

        .style_overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 50px;
            background: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.4) 100%);
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .style_text {
            color: white;
            font-size: 26px;
            font-weight: 700;
            text-transform: uppercase;
            text-shadow: 2px 2px 6px rgba(0,0,0,0.5);
        }

        .style_button {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: #d63447;
            color: white;
            padding: 15px 20px;
            font-size: 16px;
            font-weight: 600;
            border: none;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: space-between;
            transition: background 0.3s ease;
        }

        .style_button:hover {
            background: #c42737;
        }

        .style_button::after {
            content: '›';
            font-size: 28px;
            font-weight: 400;
        }

        /* Ideas and Inspiration Section */
        .ideas_section {
            margin-top: 60px;
        }

        .ideas_header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 30px;
        }

        .ideas_title {
            color: #d63447;
            font-size: 38px;
            font-weight: 700;
        }

        .view_all {
            color: #d63447;
            font-size: 16px;
            font-weight: 600;
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .view_all:hover {
            color: #c42737;
            text-decoration: underline;
        }

        .ideas_grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 25px;
        }

        .idea_card {
            background: white;
            overflow: hidden;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            transition: transform 0.3s ease;
        }

        .idea_card:hover {
            transform: translateY(-5px);
            box-shadow: 0 5px 20px rgba(0,0,0,0.15);
        }

        .idea_image {
            width: 100%;
            height: 220px;
            object-fit: cover;
            display: block;
        }

        .idea_content {
            padding: 20px;
        }

        .idea_title {
            color: #d63447;
            font-size: 18px;
            font-weight: 400;
            margin-bottom: 12px;
            line-height: 1.4;
        }

        .idea_meta {
            color: #888;
            font-size: 14px;
        }

        /* Responsive */
        @media (max-width: 768px) {
            .style_grid,
            .ideas_grid {
                grid-template-columns: 1fr;
            }

            .section_title,
            .ideas_title {
                font-size: 28px;
            }

            .style_text {
                font-size: 22px;
            }
        }

        /* Section Title */
        .brand_title {
            text-align: center;
            color: #d63447;
            font-size: 42px;
            font-weight: 700;
            margin-bottom: 40px;
        }

        /* Brand Grid - 3 Columns */
        .brand_grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
        }

        /* Brand Card */
        .brand_card {
            background: white;
            overflow: hidden;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        }

        .brand_card:hover {
            transform: translateY(-8px);
            box-shadow: 0 8px 20px rgba(0,0,0,0.2);
        }

        /* Top Brand Strip - Teal */
        .brand_top {
            background: #1ba098;
            color: white;
            text-align: center;
            padding: 15px 20px;
            font-size: 28px;
            font-weight: 400;
            letter-spacing: 1px;
        }

        /* Brand Image */
        .brand_image {
            width: 100%;
            height: 220px;
            object-fit: cover;
            display: block;
        }

        /* Bottom Brand Strip - Red */
        .brand_bottom {
            background: #d63447;
            color: white;
            text-align: center;
            padding: 15px 20px;
            font-size: 24px;
            font-weight: 400;
            letter-spacing: 1px;
        }

        /* Responsive */
        @media (max-width: 900px) {
            .brand_grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 25px;
            }

            .brand_title {
                font-size: 34px;
            }
        }

        @media (max-width: 600px) {
            .brand_grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }

            .brand_title {
                font-size: 28px;
            }

            .brand_top,
            .brand_bottom {
                font-size: 22px;
                padding: 12px 15px;
            }

            .brand_image {
                height: 200px;
            }
        }
