/* =============================================================================
   CUSTOM HOME PAGE STYLES
   Jackys Theme — Greenhonchos/Jackys
   ============================================================================= */

.cms-jacky-home #maincontent {
    padding: 0;
}

/* .custom-homepage {
     margin-top: 30px;
 } */

/* --- Service Banner --- */
.service-banner {
    padding: 25px 0;
    margin-bottom: 30px;
    margin-top: 10px
}

.service-items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    width: 100%;
}

.service-item {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1;
    justify-content: center;
}

.service-item picture {
    display: flex;
}

.service-item img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    flex-shrink: 0;
}

.service-item span {
    font-size: 14px;
    font-weight: 600;
    font-family: "DM Sans";
    color: #333;
    white-space: nowrap;
}

/* --- Brand Navigation Band --- */
.brand-band {
    margin-bottom: 40px;
}

.brand-items {
    display: flex;
    gap: 15px;
    width: 100%;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-bottom: 5px;
}

.brand-items::-webkit-scrollbar {
    display: none;
}

.brand-item {
    flex: 1;
    min-width: 260px;
    /* height: 90px; */
    display: flex;
    align-items: center;
    /* padding: 0 20px; */
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
}

.brand-item:hover {
    transform: translateY(-3px);
    /* box-shadow: 0 6px 15px rgba(0,0,0,0.1); */
}

.brand-logo {
    /* width: 70px; */
    /* flex-shrink: 0; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.brand-logo img {
    max-width: 100%;
    /* max-height: 35px; */
    object-fit: contain;
    width: 100%;
}

.brand-spacer {
    width: 1px;
    height: 40px;
    background: rgba(0, 0, 0, 0.1);
    margin: 0 20px;
}

.brand-item[style*="color: rgb(255, 255, 255)"] .brand-spacer,
.brand-item[style*="color: #fff"] .brand-spacer {
    background: rgba(255, 255, 255, 0.2);
}

.brand-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}

.brand-promo {
    font-size: 11px;
    line-height: 1.2;
    margin-bottom: 4px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.brand-cat,
.brand-price {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
}

/* =============================================================================
   1. GLOBAL / SHARED UTILITIES
   ============================================================================= */
/* body{
    color: red;
} */

.slick-slide {
    padding: 0 10px;
    /* space between slides */
}

.slick-list {
    margin: 0 -10px;
    /* fixes outer spacing */
}

.container {
    /* width: 95%; */
    max-width: 100% !important;
    margin: auto;
    padding: 0 20px !important;
}

.section-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 25px;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.section-header h2 {
    font-size: 26px;
    font-weight: 600;
    color: #222;
}

.section-header a {
    font-size: 14px;
    text-decoration: none;
    color: #222;
}

[data-content-type="row"][data-appearance="contained"] {
    max-width: 100%;
}


/* =============================================================================
   2. HERO SLIDER
   ============================================================================= */

.hero-slider-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.homepage-slider {
    position: relative;
    width: 100%;
}

.homepage-slider.slick-initialized .slick-slide {
    padding: 0 7px;
}

.homepage-slider:not(.slick-initialized) {
    display: flex;
    overflow: hidden;
}

.homepage-slider:not(.slick-initialized) .slide-item {
    flex: 0 0 100%;
}

.homepage-slider:not(.slick-initialized) .slide-item:not(:first-child) {
    display: none;
}

.homepage-slider .slide-item {
    position: relative;
    width: 100%;
}

.homepage-slider .slide-image img {
    width: 100%;
    height: auto;
    display: block;
    /* aspect-ratio: 1920 / 600; */
    object-fit: cover;
}

/* --- Arrows --- */
.homepage-slider .slick-prev,
.homepage-slider .slick-next {
    width: 34px;
    height: 34px;
    background: #fff;
    border-radius: 50%;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.homepage-slider .slick-prev {
    left: 20px;
}

.homepage-slider .slick-next {
    right: 20px;
}

.homepage-slider .slick-prev:hover,
.homepage-slider .slick-next:hover {
    background: #f5f5f5;
}

.homepage-slider .slick-prev:before,
.homepage-slider .slick-next:before {
    font-size: 14px;
    color: #000;
    opacity: 1;
}

.spotlights a {
    color: #373535;
    text-decoration: none;
}

.container.offer-wrapper-main {
    padding: 0 0 0 20px !important;
    max-width: 100% !important;
    width: 100%;
}

/* --- Dots --- */
.homepage-slider .slick-dots {
    bottom: 25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    z-index: 2;
}

.homepage-slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 3px;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.homepage-slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 25px;
    height: 3px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.homepage-slider .slick-dots li button:before {
    content: "";
    width: 25px;
    height: 3px;
    background: #cfcfcf;
    display: block;
    /* border-radius: 3px; */
    opacity: 1;
}

.homepage-slider .slick-dots li.slick-active button:before {
    background: #000;
}


/* =============================================================================
   3. HOME SECTION — SPOTLIGHTS / FLASH DEALS / TRENDING
   ============================================================================= */

.home-section {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    padding: 20px 0;
    margin-top: 30px;
}

.home-section h2 {
    color: #fff !important;
}

/* --- Column Backgrounds --- */
.spotlights {
    background: #A34400;
    padding: 36px 20px 20px;
    /* border-radius: 8px; */
}

.spotlights .card {
    background: #fff;
    height: 14vw;
}

.flash-deals {
    background: #D85D30;
    padding: 30px 20px 20px;
    /* border-radius: 8px; */
}

.trending {
    background: #A30B00;
    padding: 36px 20px 20px;
    /* border-radius: 8px; */
}

.trending .trend-card-container img {
    width: 100%;
    border-radius: 12px;
}

.column h2 {
    margin-bottom: 0;
    color: #1F1F1F;
    font-family: "DM Sans";
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: 18.277px;
    letter-spacing: -0.46px;
    margin-top: 0;
}

/* --- Spotlight Cards --- */
.card-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px 15px;
    margin-top: 30px;
}

.card {
    border-radius: 12px;
    overflow: hidden;
}

.card img {
    width: 100%;
    height: auto;
    /* aspect-ratio: 300 / 200; */
    object-fit: cover;
    height: 9vw;
}

.card-content {
    padding: 12px;
}

.card-content h4 {
    font-size: 12px;
    margin: 0 0 5px;
    font-family: "DM Sans";
    font-weight: 600;
}

.card-content p {
    font-size: 11px;
    color: #666;
}

/* --- Flash Deals --- */
.flash-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    margin-top: 6px;
    margin-bottom: 30px;
}

.flash-header:has(.timer) {
    margin-bottom: 18px;
    margin-top: 0;
}

.timer {
    background: rgba(0, 0, 0, 0.7);
    padding: 6px 6px;
    border-radius: 4px;
}

.timer span {
    background: #fff;
    color: #000;
    /* padding: 4px 6px; */
    border-radius: 4px;
    font-size: 12px;
    width: 25px;
    display: inline-block;
    text-align: center;
    height: 25px;
    line-height: 25px;
}

.deal-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px 15px;
}

.deal-card {
    background: #f3f3f3;
    /* padding: 12px; */
    border-radius: 12px;
    position: relative;
    height: 14vw;
}

.deal-card .image-section {
    position: relative;
    background: #fff;
    border-radius: 8px 8px 0 0;
}

.deal-card .image-section a.addToCartIcon {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.deal-card .bottom_section {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    background: #F3F3F3;
    padding: 12px;
    border-radius: 0 0 12px 12px;
}

.deal-card .bottom_section .price {
    font-size: 12px;
    font-family: "DM Sans";
    font-weight: 600;
    color: #161616;
}

.deal-card .bottom_section .price del {
    font-size: 12px;
    font-family: "DM Sans";
    font-weight: 500;
}

.deal-card picture {
    display: flex;
    justify-content: center;
}

.deal-card img {
    height: 8vw;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    aspect-ratio: 300 / 184;
}

.deal-card a {
    text-decoration: none;
    color: #5C5C5C;
}

.deal-card h4 {
    font-size: 12px;
    margin: 0 0 10px 0;
    font-family: "DM Sans";
    font-weight: 600;
    line-height: 15px;
    color: #5C5C5C;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* --- Trending --- */
.trend-card {
    background: transparent;
    /* border-radius: 16px; */
    color: #fff;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    margin-top: 36px;
}

.trend-card picture {
    display: flex;
    height: auto;
    background: transparent;
}

.trend-card picture img {
    width: 100%;
    border-radius: 16px;
}

.trend-card.second {
    margin-top: 46px;
    margin-bottom: 0;
}

.trend-text {
    width: 55%;
}

.trend-text h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.trend-text p {
    font-size: 13px;
    margin-bottom: 12px;
}

.trend-text button {
    padding: 6px 14px;
    border: none;
    background: #fff;
    color: #000;
    border-radius: 6px;
    cursor: pointer;
}


/* =============================================================================
   4. SHOP CATEGORIES
   ============================================================================= */

.shop-categories {
    padding: 50px 0;
    /* background: #f4f6f9; */
    /* font-family: Arial, sans-serif; */
}

.shop-categories h2 {
    margin-top: 0;

}


.shop-categories .container {
    padding: 0;
    margin: 0;
}

.category-grid {
    display: grid;
    /* grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); */
    grid-template-columns: repeat(8, 1fr);
    gap: 20px;
    text-align: center;
}

.category-card {
    background: transparent !important;
    /* border-radius: 25px 25px 15px 15px; */
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 15px; */
    transition: all 0.3s ease;
}

.category-card img {
    /* max-height: 140px; */
    /* max-height: 10vw; */
    max-width: 100%;
    object-fit: contain;
    padding: 10px;
}

a.category-link {
    text-decoration: none;
}

.shop-categories picture {
    display: flex;
}

.category-item h4 {
    margin: 12px 0 5px;
    font-size: 15px;
    font-weight: 500;
    color: #000000;

}

.category-item span {
    color: #e60000;
    font-weight: 600;
    font-size: 14px;
}

.category-item:hover .category-card {
    transform: translateY(-6px);
    /* box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08); */
}


/* =============================================================================
   5. POWER SLIDER
   ============================================================================= */

.power-slider:not(.slick-initialized),
.power-slider1:not(.slick-initialized),
#recentyview-slider:not(.slick-initialized) {
    display: flex;
    overflow: hidden;
    margin: 0 -12px;
    flex-wrap: nowrap;
}

.power-slider,
.power-slider1,
#recentyview-slider {
    margin-left: -5px;
    overflow: hidden;
}

.power-slider:not(.slick-initialized) .product-card,
.power-slider1:not(.slick-initialized) .product-card,
#recentyview-slider:not(.slick-initialized) .product-card {
    flex: 0 0 25%;
    max-width: 25%;
}


.power-slider .slick-dots,
.power-slider1 .slick-dots,
#recentyview-slider .slick-dots {
    position: relative;
    /* bottom: -35px; */
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    /* gap: 8px; */
}

.power-slider .slick-dots li,
.power-slider1 .slick-dots li,
#recentyview-slider .slick-dots li {
    width: 30px;
    height: 3px;
    margin: 0;
    padding: 0;
}

.power-slider .slick-dots li button,
.power-slider1 .slick-dots li button,
#recentyview-slider .slick-dots li button {
    width: 100%;
    height: 100%;
    padding: 0;
    background: #E0E0E0;
    border: none;
    border-radius: 0;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    outline: none;
}

.power-slider .slick-dots li button:before,
.power-slider1 .slick-dots li button:before,
#recentyview-slider .slick-dots li button:before {
    display: none;
}

.power-slider .slick-dots li.slick-active button,
.power-slider1 .slick-dots li.slick-active button,
#recentyview-slider .slick-dots li.slick-active button {
    background: #1F1F1F;
}

.power-slider .slick-prev,
.power-slider .slick-next,
.power-slider1 .slick-prev,
.power-slider1 .slick-next,
#recentyview-slider .slick-prev,
#recentyview-slider .slick-next {
    width: 34px;
    height: 34px;
    background: #fff;
    border-radius: 50%;
    z-index: 2;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    top: 35%;
}

.power-slider .slick-prev,
.power-slider1 .slick-prev,
#recentyview-slider .slick-prev {
    left: 20px;
}

.slick-prev:before,
.slick-next:before,
.product-wrapper .next::after,
.product-wrapper .prev::after {
    padding: 0;
}

.power-slider .slick-next,
.power-slider1 .slick-next,
#recentyview-slider .slick-next {
    right: 20px;
}

.power-slider .slick-prev:before,
.power-slider .slick-next:before,
.power-slider1 .slick-prev:before,
.power-slider1 .slick-next:before,
#recentyview-slider .slick-next:before,
#recentyview-slider .slick-prev:before {
    color: #000;
    font-size: 14px;
}


/* =============================================================================
   6. PRODUCT CARDS (SHARED)
   ============================================================================= */

.product-card {
    background: #fff;
    border-radius: 12px;
    padding: 0;
    margin: 0 0 40px 0;
    /* Increased bottom margin for dots, added side margin */
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    border: none;
    overflow: visible;
    font-family: "DM Sans", sans-serif;
    height: 100%;
    /* Use height 100% for Slick equality */
}

.cms-index-index .product-image-container {
    /* background: #F6F6F6;  */
    background: #FFFFFF;
    height: auto;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    /* border-radius: 12px; */
    padding: 2%;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #E3E3E3;
}

.product-image-container .addtocart {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    text-align: center;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 99;
}

.product-image-container .addtocart .action.tocart {
    background: #00158B;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}

.product-card:hover .product-image-container .addtocart {
    opacity: 1;
    transform: translateY(0);
}

.product-image-container img {
    max-height: 75%;
    /* Reduced size */
    max-width: 75%;
    object-fit: contain;
    transition: transform 0.3s ease;
    margin: 0 auto;
    width: 100% !important;
    height: 100% !important;
}

.product-card:hover .product-image-container img {
    transform: scale(1.05);
}

/* Badge Styling */
.badge {
    position: absolute !important;
    top: 0;
    left: 0;
    background: #FCF5DA;
    color: #E4913B;
    padding: 4px 10px;
    border-radius: 12px 0 0 0;
    font-size: 11px;
    font-weight: 700;
    z-index: 2;
    text-transform: capitalize;
    font-weight: 600;
}


.badge.Seller_tag {
    background: #E0FAE7CC;
    color: #37C565;
}

.slick-initialized .slick-slide {
    box-sizing: border-box;
    padding: 0 15px;
}


.badge.just-launched {
    background: #FFF5EA;
    color: #FF8F00;
}

/* Wishlist Icon Styling */
.wishlist-btn {
    position: absolute !important;
    top: 5px;
    right: 5px;
    width: 36px;
    height: 36px;
    background: #fff !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    z-index: 2;
    padding: 0;
    border: none;
    background: #F9F9F9;
}

.wishlist-btn:hover svg {
    fill: #e74c3c;
    stroke: #e74c3c;
    /* transform: scale(1.1);
    transition: all 0.3s ease; */
}

.wishlist-btn:hover {
    border: 0 !important;
}

.wishlist-btn svg {
    width: 16px;
    height: 16px;
    position: relative;
    top: 2px;
}

/* Rating Badge Styling */
.rating-badge {
    position: absolute;
    bottom: 15px;
    left: 15px;
    background: #fff;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    z-index: 2;
    color: #1F1F1F;
}

.rating-badge .star {
    color: #FFB800;
    font-size: 14px;
}

/* Removed Add to Cart Button Styling as per request */

/* Product Info Styling */
.product-info {
    padding: 15px 0;
}

.product-info .product-title {
    margin: 0;
}

.price-container .price,
.old-price .price-container .price-wrapper .price {
    font-size: 16px;
    font-weight: 600;
}

.product-title a {
    font-family: "DM Sans", sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #5C5C5C;
    margin: 0 0 5px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /* height: 40px; */
    text-transform: capitalize;
}

.price-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 5px;
}

.final-price {
    font-size: 17px;
    font-weight: 700;
    color: #161616;
}

.old-price {
    font-size: 15px;
    color: #4A4A4A;
    text-decoration: line-through;
}

.discount-percent {
    font-size: 14px;
    font-weight: 600;
    color: #C40000;
}

.emi-text {
    font-size: 11px;
    color: #7D7C7C;
    margin-bottom: 12px;
    font-weight: 500;
}

/* Color Options Styling */
.color-options {
    display: flex;
    gap: 12px;
    /* Increased gap */
    margin-top: 15px;
    /* Added margin top instead of auto to keep it below text */
}

.color-swatch {
    width: 20px;
    height: 20px;
    border-radius: 2px;
    border: 1px solid #eee;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    box-sizing: border-box;
}

.color-swatch.active::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #1F1F1F;
}

.color-swatch:hover {
    border-color: #999;
}

/* Nav Buttons (Gadgets Slider) Overrides */
.product-wrapper .nav {
    position: absolute;
    top: 30%;
    background: #fff;
    border: 0;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    cursor: pointer;
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05); */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    transition: all 0.3s ease;
    padding: 0;
    color: #4A5568 !important;
    font-size: 0;
    font-weight: 900;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

.product-wrapper .nav.slick-hidden {
    display: none;
}

.product-wrapper .nav:hover {
    background: #f8f8f8;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.product-wrapper .prev {
    left: -45px;
}

.product-wrapper .next {
    right: -45px;
}

.product-wrapper .nav::after {
    font-size: 14px;
    line-height: 1;
    color: inherit;
}

.product-wrapper .prev::after {
    content: "\f103";
    font-family: 'pagebuilder-font';
    font-style: normal;
}

.product-wrapper .next::after {
    content: "\f102";
    padding-left: 5px;
    font-family: 'pagebuilder-font';
    font-style: normal;
}


/* =============================================================================
   7. GADGETS / TABS SECTION
   ============================================================================= */

.gadgets-section {
    background: #DBE1EB;
    padding: 50px 0 10px;
    margin-top: 40px;
    margin-left: -20px;
    margin-right: -20px;
}

.gadgets-section .container {
    padding: 0 60px !important;
}

.gadgets-section .product-wrapper {
    padding-bottom: 0;
}

.gadgets-section .section-title {
    margin-bottom: 35px;
    font-size: 23px;
    font-weight: 700;
}

.tabs {
    display: flex;
    gap: 12px;
    flex-wrap: nowrap;
    overflow-x: auto;
    margin-bottom: 40px;
    padding-bottom: 5px;
    scrollbar-width: none;
    font-family: "DM Sans";
}

.tab {
    padding: 10px 24px;
    border-radius: 40px;
    border: 1px solid #22222266;
    background: transparent;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    color: #4A5568;
    transition: all 0.2s;
    font-family: "DM Sans";
}

.tab.active {
    background: #DCE7FF;
    border-color: #DCE7FF;
    color: #112F91;
    font-weight: 700;
}

.product-wrapper {
    position: relative;
    padding-bottom: 30px;
}

.cms-index-index .products {
    display: flex;
    gap: 20px;
    overflow: hidden;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.products.gadgets-carousel.slick-initialized {
    display: block;
    gap: 0;
}

.products.gadgets-carousel .slick-list {
    margin: 0 -12px;
}

.products.gadgets-carousel .slick-slide {
    padding: 0 12px;
    box-sizing: border-box;
}

.gadgets-section .product-card {
    flex: none;
    width: 100%;
    max-width: 100%;
    background: transparent;
    border-radius: 4px;
    box-shadow: none;
    display: flex;
    margin: 0 auto;
}

.gadgets-section .product-image-container {
    background: #fff;
    /* height: 300px; */
    padding: 15px;
}

.gadgets-section .product-info {
    padding: 15px 10px 0 10px;
}

.gadgets-section .product-title {
    font-size: 14px;
    font-weight: 500;
    color: #1A1A1A;
    /* height: 40px; */
    /* margin-bottom: 12px; */
    line-height: 1.4;
}

/* .gadgets-section .wishlist-btn {
     background: transparent;
     box-shadow: none;
     top: 15px;
     right: 15px;
     width: 20px;
     height: 20px;
     opacity: 1;
     visibility: visible;
 } */

.gadgets-section .wishlist-btn svg {
    width: 16px;
    height: 16px;
    position: relative;
    top: 2px;
}

/* .gadgets-section .wishlist-btn svg path {
     stroke: #1A1A1A;
     stroke-width: 1.5;
 } */

.gadgets-section .rating-badge {
    bottom: 15px;
    left: 15px;
    background: transparent;
    box-shadow: none;
    padding: 0;
    font-weight: 600;
    color: #1A1A1A;
    font-size: 13px;
}

.gadgets-section .rating-badge .star {
    margin-right: 4px;
    font-size: 16px;
    color: #ECC94B;
    /* Yellow star */
}

.gadgets-section .badge,
.power-slider .badge {
    position: absolute;
    top: 15px;
    left: 15px;
    /* background: #EBF8FF !important; */
    /* color: #0066FF !important; */
    padding: 4px 8px;
    border-radius: 2px;
    font-size: 11px;
    font-weight: 700;
}

.gadgets-section .price-row {
    margin-bottom: 8px;
}

.price-row .price-label {
    display: none;
}

.gadgets-section .final-price {
    font-size: 18px;
    color: #1A1A1A;
}

.gadgets-section .emi-text {
    font-size: 11px;
    color: #718096;
}

/* Scroll Progress Bar */
.scroll-progress-container {
    width: 60px;
    height: 3px;
    background: #E2E8F0;
    margin: 40px auto 0;
    border-radius: 5px;
    position: relative;
}

.scroll-progress-bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 40%;
    background: #2D3748;
    /* border-radius: 5px; */
    transition: left 0.1s linear;
}


/* =============================================================================
   8. VALUE SERVICES
   ============================================================================= */

.value-services {
    background: #F3F3F36B;
    padding: 30px 0 60px 0;
    margin-top: 40px;
}

.value-services .section-title {
    text-align: center;
    margin-bottom: 30px;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.service-card {
    border-radius: 14px;
    overflow: hidden;
    transition: transform 0.3s ease;
    position: relative;
}

.service-card img {
    width: 100%;
    height: auto;
    /* aspect-ratio: 300 / 150; */
    display: block;
    border-radius: 14px;
}

.service-card:hover {
    transform: translateY(-6px);
}

/* Service Overlay Styles */
.service-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.75) 100%);
    border-radius: 14px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.service-card:hover .service-overlay {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    background: linear-gradient(135deg, #0D143B 0%, #2336A1 100%);
}

.service-title {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 12px 0;
    font-family: "DM Sans", sans-serif;
}

.service-description {
    color: rgba(255, 255, 255, 0.9);
    font-size: 12px;
    line-height: 1.5;
    margin: 0 0 15px 0;
    font-family: "DM Sans", sans-serif;
}

.service-features {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.service-features li {
    color: rgba(255, 255, 255, 0.85);
    font-size: 13px;
    margin-bottom: 8px;
    padding-left: 20px;
    position: relative;
    font-family: "DM Sans", sans-serif;
}

.service-features li:before {
    content: "";
    position: absolute;
    left: 0;
    font-weight: bold;
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 50%;
    top: 7px
}

.service-read-more {
    color: #fff !important;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    /* padding: 8px 16px; */
    /* border: 2px solid #fff; */
    border-radius: 6px;
    display: inline-block;
    transition: all 0.3s ease;
    font-family: "DM Sans", sans-serif;
    align-self: flex-start;
}

.service-read-more:hover {
    /* background: #fff; */
    /* color: #000; */
    transform: translateY(-2px);
}

/* =============================================================================
   9. TECH / BLOG CARDS SECTION
   ============================================================================= */

.tech-section {
    background: #DBE1EB;
    padding: 30px 0;
    margin: 0 -20px;
}

.tech-section .container {
    padding: 0 40px !important;
}

.tech-section h2 {
    text-align: center;
    margin-top: 20px;
    font-size: 26px;
    font-weight: 600;
}

.tech-section .section-header {
    justify-content: center;
}

.tech-section .section-header a {
    display: none;
}

.tech-section .card-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
    margin-top: 20px
}

.tech-section .card {
    border-radius: 0;
    overflow: visible;
    font-size: 14px;
    font-weight: 500;
    line-height: 15px;
}

.tech-section .card p {
    font-size: 12px;
    color: #5D5D5D;
    line-height: 15px;
    margin-bottom: 10px;
    font-weight: 400;
}

.tech-section .card h3 {
    color: #000000;
}

.card-img {
    height: 230px;
    overflow: hidden;
}


.tech-section .card-img {
    height: auto !important;
}

.card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.category {
    display: block;
    margin-top: 15px;
    font-size: 11px;
    color: #969393;
    letter-spacing: 1px;
    font-weight: 500;
}

.card h3 {
    font-size: 18px;
    margin: 8px 0 10px;
    line-height: 1.4;
}

.card p {
    font-size: 12px;
    color: #5C5C5C;
    line-height: 1.1;
    margin-bottom: 10px;
    font-weight: 500;
}

.card a {
    font-size: 14px;
    color: #000;
    text-decoration: underline;
}


/* =============================================================================
   10. NEWS / PRESS SECTION
   ============================================================================= */

.news-section {
    padding: 60px 0;
    background: #fff;
}

.news-section h2 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 26px;
    font-weight: 600;
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin: 0 8%;
}

.news-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.news-logo {
    width: 160px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-logo img {
    /* max-width: 100%;
    max-height: 80%; */
    object-fit: contain;
}

.news-content p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 6px;
    color: #1F1F1F;
}

.news-content a {
    font-size: 12px;
    font-weight: 400;
    color: #00158B;
    text-decoration: underline;
}

.personal-care-banner {
    margin: 25px 0;
}

.personal-care-banner img {
    width: 100%;
}


/* =============================================================================
   11. MAGENTO PAGE LAYOUT OVERRIDES
   ============================================================================= */



/* =============================================================================
   12. RESPONSIVE BREAKPOINTS
   ============================================================================= */


/* =============================================================================
   HOMEPAGE SCROLL ANIMATIONS
   Sections animate into view on scroll (fade-up, fade-in, slide)
   ============================================================================= */

/* Base: sections start hidden and slightly below */
.home-scroll-animate {
    opacity: 0;
    transform: translateY(32px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    will-change: opacity, transform;
}

/* When in view (class added by JS) */
.home-scroll-animate.animated {
    opacity: 1;
    transform: translateY(0);
}

/* Optional: fade-in from center (no movement) for hero-adjacent blocks */
.home-scroll-animate.fade-only {
    transform: none;
}

/* Stagger children (cards, items) when parent is animated */
.home-scroll-animate.animated .card-grid .card,
.home-scroll-animate.animated .deal-grid .deal-card,
.home-scroll-animate.animated .trend-card {
    opacity: 0;
    transform: translateY(20px);
    animation: homeFadeUp 0.5s ease-out forwards;
}

.home-scroll-animate.animated .card-grid .card:nth-child(1),
.home-scroll-animate.animated .deal-grid .deal-card:nth-child(1),
.home-scroll-animate.animated .trend-card:nth-child(1) {
    animation-delay: 0.05s;
}

.home-scroll-animate.animated .card-grid .card:nth-child(2),
.home-scroll-animate.animated .deal-grid .deal-card:nth-child(2),
.home-scroll-animate.animated .trend-card:nth-child(2) {
    animation-delay: 0.1s;
}

.home-scroll-animate.animated .card-grid .card:nth-child(3),
.home-scroll-animate.animated .deal-grid .deal-card:nth-child(3),
.home-scroll-animate.animated .trend-card:nth-child(3) {
    animation-delay: 0.15s;
}

.home-scroll-animate.animated .card-grid .card:nth-child(4),
.home-scroll-animate.animated .deal-grid .deal-card:nth-child(4),
.home-scroll-animate.animated .trend-card:nth-child(4) {
    animation-delay: 0.2s;
}

.home-scroll-animate.animated .card-grid .card:nth-child(5),
.home-scroll-animate.animated .deal-grid .deal-card:nth-child(5) {
    animation-delay: 0.25s;
}

.home-scroll-animate.animated .card-grid .card:nth-child(6),
.home-scroll-animate.animated .deal-grid .deal-card:nth-child(6) {
    animation-delay: 0.3s;
}

/* Tech section & news grid stagger */
.home-scroll-animate.animated .tech-section .card-grid .card,
.home-scroll-animate.animated .news-grid .news-item {
    opacity: 0;
    transform: translateY(20px);
    animation: homeFadeUp 0.5s ease-out forwards;
}

.home-scroll-animate.animated .tech-section .card-grid .card:nth-child(1),
.home-scroll-animate.animated .news-grid .news-item:nth-child(1) {
    animation-delay: 0.05s;
}

.home-scroll-animate.animated .tech-section .card-grid .card:nth-child(2),
.home-scroll-animate.animated .news-grid .news-item:nth-child(2) {
    animation-delay: 0.12s;
}

.home-scroll-animate.animated .tech-section .card-grid .card:nth-child(3),
.home-scroll-animate.animated .news-grid .news-item:nth-child(3) {
    animation-delay: 0.19s;
}

.trending-slider .trend-card {
    background: transparent !important;
}

@keyframes homeFadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Category grid stagger */
.home-scroll-animate.animated .category-grid .category-item {
    opacity: 0;
    transform: translateY(16px) scale(0.98);
    animation: homeFadeUpScale 0.4s ease-out forwards;
}

.home-scroll-animate.animated .category-grid .category-item:nth-child(1) {
    animation-delay: 0.02s;
}

.home-scroll-animate.animated .category-grid .category-item:nth-child(2) {
    animation-delay: 0.04s;
}

.home-scroll-animate.animated .category-grid .category-item:nth-child(3) {
    animation-delay: 0.06s;
}

.home-scroll-animate.animated .category-grid .category-item:nth-child(4) {
    animation-delay: 0.08s;
}

.home-scroll-animate.animated .category-grid .category-item:nth-child(5) {
    animation-delay: 0.1s;
}

.home-scroll-animate.animated .category-grid .category-item:nth-child(6) {
    animation-delay: 0.12s;
}

.home-scroll-animate.animated .category-grid .category-item:nth-child(7) {
    animation-delay: 0.14s;
}

.home-scroll-animate.animated .category-grid .category-item:nth-child(8) {
    animation-delay: 0.16s;
}

.home-scroll-animate.animated .category-grid .category-item:nth-child(9) {
    animation-delay: 0.18s;
}

.home-scroll-animate.animated .category-grid .category-item:nth-child(10) {
    animation-delay: 0.2s;
}

.home-scroll-animate.animated .category-grid .category-item:nth-child(11) {
    animation-delay: 0.22s;
}

.home-scroll-animate.animated .category-grid .category-item:nth-child(12) {
    animation-delay: 0.24s;
}

.home-scroll-animate.animated .category-grid .category-item:nth-child(n+13) {
    animation-delay: 0.26s;
}

@keyframes homeFadeUpScale {
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* Section headers: animate in first */
.home-scroll-animate .section-header {
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 0.5s ease-out 0.1s, transform 0.5s ease-out 0.1s;
}

.home-scroll-animate.animated .section-header {
    opacity: 1;
    transform: translateY(0);
}

/* Reduce motion for users who prefer it */


/* =============================================================================
   OFFER SCROLL SECTION
   ============================================================================= */

.offer-wrapper {
    overflow-x: auto;
    scroll-behavior: smooth;
    padding-bottom: 5px;
}

.offer-track {
    display: flex;
    gap: 20px;
    width: max-content;
}

.offer-item {
    flex: 0 0 280px;
    /* border-radius: 12px; */
    overflow: hidden;
}

.offer-item img {
    width: 100%;
    height: 5vw;
    display: block;
    /* border-radius: 12px; */
}

/* Hide default scrollbar */
.offer-wrapper::-webkit-scrollbar {
    display: none;
}

.offer-wrapper {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

/* =============================================================================
   CUSTOM MINI SCROLLBAR
   ============================================================================= */

.custom-scrollbar {
    width: 80px;
    height: 3px;
    background: #e5e5e5;
    margin: 15px auto 0;
    border-radius: 10px;
    position: relative;
}

.scroll-thumb {
    height: 100%;
    width: 25px;
    background: #000;
    /* border-radius: 10px; */
    position: absolute;
    left: 0;
    transition: left 0.1s linear;
}


.gadgets-section .slick-dots li {
    margin: 0;
}

.gadgets-section .slick-dots li button {
    height: 2px;
    background: #cfcfcf;
    border: 0;
    border-radius: 0;
}

.slick-dots li button {
    height: 2px;
}

.power-deals .section-header {
    margin-bottom: 15px;
}

.gadgets-section .slick-dots li.slick-active button {
    background: #000;
}

.gadgets-section .product-card {
    overflow: hidden;
    box-sizing: border-box;
}

.deal-card .bottom_section .price .price-label {
    display: none;
}

.price-box .old-price .price-wrapper {
    position: relative;
}

.price-box .old-price .price-wrapper::before {
    content: "";
    height: 1px;
    width: 100%;
    display: block;
    background: #C40000;
    position: absolute;
    top: 50%;
    transform: rotate(4deg);
}

.old-price .price-container .price-wrapper .price {
    text-decoration: none !important;
    color: #4A4A4A !important;
}

.old-price {
    text-decoration: none !important;
}

.discount-percent-badge {
    color: #C40000;
}


/* Responsive Design for Offer Section */

/* ============================= */
/*        ≤ 1200px               */
/* ============================= */
@media (max-width: 1200px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .brand-item {
        flex: 0 0 280px;
    }

    .power-slider:not(.slick-initialized) .product-card {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
}


/* ============================= */
/*        ≤ 1100px               */
/* ============================= */
@media (max-width: 1100px) {
    .home-section {
        grid-template-columns: 1fr;
    }

    .spotlights,
    .flash-deals,
    .trending {
        padding: 15px;
    }
}


/* ============================= */
/*        ≤ 1024px               */
/* ============================= */
@media (max-width: 1024px) {
    .tech-section .card-grid {
        grid-template-columns: 1fr !important;
    }

    .slick-dots li {
        margin: 0;
    }

    .slick-dots li button {
        height: 2px;
        background: #cfcfcf;
        border: 0;
        border-radius: 0;
    }

    .offer-item {
        flex: 0 0 240px;
    }

    .offer-track {
        gap: 16px;
    }

    .custom-scrollbar {
        width: 60px;
    }
}


@media (min-width: 1025px) {

    .trend-card.shimmer-bg.second {
        margin-top: 43px;
    }

    .category-card img,
    .category-card {
        max-height: 10vw;
    }

    .trending-slider .trend-card {
        /* height: 14vw; */
        margin-bottom: 0;
        margin-top: 30px;
    }

    .column.trending {
        position: relative;
    }

    .trending-slider .trend-card.second {
        position: absolute;
        bottom: 20px;
        left: 20px;
        right: 20px;
        font-size: 0;
    }

    .shop-categories .category-grid {
        margin: 0 -15px;
    }


    /* .deal-card .bottom_section {
           height: 4vw;
       } */

    .news-logo img {
        height: 88px;
        background: #fff;
    }
}

/* @media (min-width: 1600px) {

 .navigation, .breadcrumbs, .page-header .header.panel, .header.content, .footer.content, .page-wrapper>.widget, .page-wrapper>.page-bottom, .block.category.event, .top-container, .page-main{
    width: 1400px;
 }
 } */

/* ============================= */
/*        ≤ 992px                */
/* ============================= */
@media (max-width: 992px) {
    .category-grid {
        grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    }

    .power-slider:not(.slick-initialized) .product-card {
        flex: 0 0 50%;
        max-width: 50%;
    }
}


/* ============================= */
/*        ≤ 991px                */
/* ============================= */
@media (max-width: 991px) {
    .service-item span {
        font-size: 12px;
    }
}


/* ============================= */
/*        ≤ 900px                */
/* ============================= */
@media (max-width: 900px) {

    .tech-section .card-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}


/* ============================= */
/*        ≤ 768px                */
/* ============================= */
@media (max-width: 768px) {

    .flash-header {
        margin-bottom: 30px;
    }

    .product-wrapper .next {
        right: 10px;
    }

    .product-wrapper .prev {
        left: 10px;
    }

    .offer-wrapper-main-section {
        overflow: hidden;
    }

    .offer-item img {
        height: 15vw;
    }

    .services-grid {
        gap: 0;
    }

    .price-box {
        gap: 2px !important;
    }

    .cms-index-index .gadgets-section .products .slick-dots {
        padding-top: 5px;
        padding-bottom: 0;
    }

    .gadgets-section .product-info {
        box-sizing: border-box;
    }

    .gadgets-section .wishlist-btn svg {
        width: 15px;
        height: 15px;
    }

    .power-slider .slick-dots li {
        height: 2px;
    }

    .flash-deals {
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .tech-section .container {
        padding: 0 20px !important;
    }

    /* .offer-item img {
         height: 40px;
     } */


    .shop-categories {
        padding-top: 0
    }

    .column h2 {
        font-size: 22px;
        font-weight: 600;
    }

    .gadgets-section {
        margin: 30px 0 0 !important;
        padding: 35px 0 0 0;
    }

    .gadgets-section .section-title {
        margin-bottom: 18px;
        font-size: 21px;
    }

    .gadgets-section .tabs {
        margin-bottom: 0;
        font-size: 14px;
    }

    .cms-index-index .gadgets-section .products {
        margin: 20px 0;
    }

    .gadgets-section .product-image-container {
        padding: 0;
    }

    .price-container .price {
        font-size: 14px;
    }

    .products.gadgets-carousel .slick-slide {
        padding: 0 5px;
    }

    .power-slider .slick-prev:before,
    .power-slider .slick-next:before,
    .power-slider1 .slick-prev:before,
    .power-slider1 .slick-next:before,
    #recentyview-slider .slick-next:before,
    #recentyview-slider .slick-prev:before {
        font-size: 12px;
    }

    .trending h2 {
        position: static;
        letter-spacing: inherit;
        display: block;
        margin: 20px 0;
        color: #1F1F1F !important;
        font-size: 21px;
        font-weight: 700;
        /* text-align: center; */
    }

    .shop-categories .section-header {
        margin-bottom: 18px;
    }

    .shop-categories .category-card {
        height: 27vw;
        padding: 2px;
    }

    .trending .slick-dots {
        padding: 5px 0 15px 0;
    }

    .trending .slick-dots li button {
        height: 2px;
    }

    .product-card {
        margin: 0 0 10px 0;
    }

    .tech-section {
        margin: 0;
    }

    /* .product-image-container .addtocart .action.tocart {
         display: none;
     } */

    .product-card .product-image-container .addtocart {
        opacity: 1;
        transform: translateY(0);
        left: initial;
        bottom: -40px;
    }

    .product-image-container .addtocart .action.tocart {
        background: transparent;
        padding: 0;
        border-radius: initial;
        background: url("../img/cartIcon.svg");
        background-repeat: no-repeat;
        font-size: 0;
        width: 20px;
        height: 20px;
        background-size: contain;
    }

    .cms-index-index .product-image-container {
        overflow: visible;
    }

    .power-slider,
    .power-slider1,
    #recentyview-slider {
        margin-left: 0;
        overflow: hidden;
        padding-left: 5px;
    }

    .power-slider .slick-prev,
    .power-slider .slick-next,
    .power-slider1 .slick-prev,
    .power-slider1 .slick-next,
    #recentyview-slider .slick-prev,
    #recentyview-slider .slick-next {
        width: 34px;
        height: 34px;
        top: 26%;
    }

    #recentyview-slider .slick-next,
    .power-slider1 .slick-next,
    .power-slider .slick-next {
        right: 15px
    }

    .badge {
        border-radius: 10px 0 0 0;
    }

    .gadgets-section .badge {
        left: 13px !important;
        display: block;
        top: 5px;
    }

    .wishlist-btn {
        width: 34px;
        height: 34px;
        top: 5px;
        right: 5px
    }

    .product-info .product-title a {
        font-size: 12px;
        line-height: 18px;
    }

    .wishlist-btn svg {
        width: 15px;
        height: 15px;
    }

    #recentyview-slider .slick-prev,
    .power-slider1 .slick-prev,
    .power-slider .slick-prev {
        left: 5px
    }


    .power-slider .container,
    .power-slider1 .container,
    #recentyview-slider .container {
        padding: 0 0 0 10px !important;
    }

    .spotlights .card {
        height: 205px;
    }

    .spotlights .card p {
        font-size: 11px;
        margin-top: 5px;
    }

    .deal-card img {
        width: 44vw;
        height: auto;
    }

    .deal-card .image-section a:nth-child(2) svg {
        width: 22px;
        height: 22px;
    }


    .service-description {
        color: rgba(255, 255, 255, 0.9);
        font-size: 12px;
        line-height: 1.5;
        margin: 0 0 15px 0;
        font-family: "DM Sans", sans-serif;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        height: 54px;
        max-height: 54px;
        min-height: 54px;
    }

    .service-read-more {
        font-size: 14px;
        line-height: 19px;
    }

    .service-read-more {
        font-size: 12px;
    }

    .service-features {
        display: none;
    }

    .slick-initialized .slick-slide {
        padding: 0 6px;
    }

    .gadgets-section .container {
        padding: 0 0 0 10px !important;
        overflow: hidden;
    }

    /* header section */
    section.power-deals.home-scroll-animate.animated .container {
        padding: 0 0 0 10px !important;
    }

    .home-scroll-animate.animated {
        padding-bottom: 0;
        overflow: hidden;
    }

    /* .gadgets-section .product-card {
         flex: 0 0 calc(40% - 8px);
         max-width: calc(40% - 8px);
     } */

    .page-main {
        padding: 0 10px !important;
    }

    .breadcrumbs {
        padding: 0 10px !important;
    }

    .container {
        padding: 0 15px !important;
    }

    .home-section {
        gap: 0;
    }

    .main_column_three.container {
        padding: 0 !important;
    }

    .homepage-slider .slide-image img {
        aspect-ratio: auto !important;
    }

    .section-title,
    .section-header h2 {
        font-size: 20px;
    }

    .tech-section .card-grid {
        grid-template-columns: 1fr;
    }

    .offer-item {
        flex: 0 0 220px;
    }

    .offer-track {
        gap: 14px;
    }

    .custom-scrollbar {
        width: 50px;
        height: 3px;
        margin: 12px auto 0;
    }

    .scroll-thumb {
        width: 20px;
    }

    .brand-item {
        min-width: 240px;
        height: 80px;
        padding: 0 15px;
    }

    .brand-logo {
        width: 60px;
    }

    .brand-spacer {
        margin: 0 15px;
    }

    .service-banner {
        padding: 15px 0;
    }

    .service-items {
        overflow-x: auto;
        justify-content: flex-start;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .service-items::-webkit-scrollbar {
        display: none;
    }

    .service-item {
        flex: 0 0 auto;
        padding-right: 20px;
    }

    .homepage-slider .slick-prev,
    .homepage-slider .slick-next {
        width: 34px;
        height: 34px;
        top: 43%;
    }

    .homepage-slider .slick-prev {
        left: 5px;
    }

    .homepage-slider .slick-next {
        right: 5px;
    }

    .service-banner .container,
    .service_main_section.container,
    .offer-wrapper-main.container {
        padding: 0 0 0 15px !important;
    }

    .homepage-slider .slick-dots li button:before {
        height: 2px;
    }

    .service-banner .container {
        padding: 0 !important;
    }

    .homepage-slider .slick-prev:before,
    .homepage-slider .slick-next:before {
        font-size: 12px;
        padding: 0;
    }

    .spotlights {
        order: 2;
        border-radius: 0;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .spotlights a {
        color: #373535;
    }

    .spotlights .card-content h4 {
        margin: 0
    }

    .spotlights .card-content {
        padding: 10px;
    }

    .spotlights .card {
        height: 50vw;
    }

    .deal-card,
    .card img {
        height: auto;
    }

    .flash-deals {
        order: 1;
        border-radius: 0;
    }

    .trending {
        order: 3;
        border-radius: 0;
        margin-top: 30px;
        background: transparent;
        overflow: hidden;
        margin: 0 !important;
    }

    .trend-card {
        margin: 0 !important;
    }

    .trend-card img {
        width: 100%;
    }

    .category-grid.slick-initialized {
        display: block !important;
    }

    .tech-section .card-grid .card h3 {
        font-size: 14px;
        line-height: 1.2;
        font-weight: 400;
    }

    .tech-section .card-grid .card p {
        line-height: 1.4;
    }

    #whatsappchat {
        display: none;
    }

    .slick-dots li {
        margin: 0;
    }

    .tech-section {
        padding-bottom: 20px;
    }

    .tech-section .card-grid {
        gap: 0;
    }

    .tech-section .card-grid h2 {
        font-size: 14px;
        color: #000;
    }

    .tech-section .card-grid a {
        font-size: 12px;
        font-weight: 400;
    }

    .news-section {
        padding: 30px 0;
    }

    .news-grid {
        display: flex;
        margin: 0;
    }

    .news-section .news-item {
        flex-direction: column;
        width: 33%;
    }

    .news-logo {
        width: 100%;
    }

    .news-logo img {
        width: 100%;
    }

    .news-content p {
        font-size: 12px;
        line-height: 1.1;
    }





}


/* ============================= */
/*        ≤ 600px                */
/* ============================= */
@media (max-width: 600px) {

    .category-grid {
        grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
        gap: 12px;
    }

    .category-card {
        height: 80px;
        padding: 10px;
    }

    .shop-categories.category-grid a {
        text-decoration: none;
    }

    .category-item:hover .category-card {
        transform: none;
    }

    .product-info {
        width: calc(100% - 28px);
        box-sizing: border-box;
    }

    .price-box .old-price .price {
        font-size: 14px;
        color: #4A4A4A !important;
    }



    .emi-text {
        font-size: 10px;
    }

    .category-item h4 {
        font-size: 12px;
        height: 35px;
        line-height: 16px;
    }

    .services-grid {
        grid-template-columns: 1fr;
    }

    .section-title {
        font-size: 18px;
    }

    .deal-grid,
    .card-grid {
        gap: 10px;
    }

    .offer-item {
        flex: 0 0 200px;
    }

    .offer-track {
        gap: 12px;
    }

    .custom-scrollbar {
        width: 40px;
    }

    .power-slider:not(.slick-initialized) .product-card {
        flex: 0 0 100%;
        max-width: 100%;
    }
}


/* ============================= */
/*        ≤ 480px                */
/* ============================= */
@media (max-width: 480px) {

    .gadgets-section .product-image-container {
        height: auto;
    }

    /* .gadgets-section .product-card {
        flex: 0 0 calc(40% - 6px);
        max-width: calc(40% - 6px);
    } */

    .offer-item {
        flex: 0 0 160px;
    }

    .offer-track {
        gap: 10px;
    }

    .custom-scrollbar {
        width: 35px;
        height: 2px;
        margin: 10px auto 0;
    }

    .scroll-thumb {
        width: 15px;
    }
}


/* ============================= */
/*        ≤ 400px                */
/* ============================= */
@media (max-width: 400px) {
    .category-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}


/* ============================= */
/*        ≤ 360px                */
/* ============================= */
@media (max-width: 360px) {

    .offer-item {
        flex: 0 0 140px;
    }

    .offer-track {
        gap: 8px;
    }

    .custom-scrollbar {
        width: 30px;
    }

    .scroll-thumb {
        width: 12px;
    }
}


/* ============================= */
/*   Prefers Reduced Motion      */
/* ============================= */
@media (prefers-reduced-motion: reduce) {

    .home-scroll-animate,
    .home-scroll-animate.animated .card-grid .card,
    .home-scroll-animate.animated .deal-grid .deal-card,
    .home-scroll-animate.animated .trend-card,
    .home-scroll-animate.animated .category-grid .category-item,
    .home-scroll-animate.animated .tech-section .card-grid .card,
    .home-scroll-animate.animated .news-grid .news-item,
    .home-scroll-animate .section-header {
        animation: none !important;
        transition-duration: 0.01ms !important;
    }

    .home-scroll-animate,
    .home-scroll-animate .section-header {
        opacity: 1;
        transform: none;
    }
}


/* ============================= */
/*        ≥ 769px + Print        */
/* ============================= */
@media (min-width: 769px),
print {

    .page-main {
        max-width: 100% !important;
    }

    .navigation,
    .breadcrumbs,
    .page-header .header.panel,
    .header.content,
    .footer.content,
    .page-wrapper>.widget,
    .page-wrapper>.page-bottom,
    .block.category.event,
    .top-container,
    .page-main {
        padding: 30px 20px 0;
        max-width: 100%;
    }
}




/* @media (min-width: 1400px) {
       .trend-card.second {
           margin-top: 2.6vw;
       }
   } */

@media (min-width: 2200px) {

    .trend-card.second {
        margin-top: 35px !important;
    }

    .deal-card img {
        aspect-ratio: 295 / 200 !important;
        height: auto;
    }

    .deal-card,
    .spotlights .card {
        height: 250px;
    }

    .card img {
        height: auto;
    }
}


@media (min-width: 768px) and (max-width: 1024px) {
    .custom-header {
        display: block;
    }

    .quicknav-scroll {
        display: block;
    }

    .news-item {
        display: block;
    }

    .news-logo img,
    .news-logo {
        height: auto;
    }

    .card img,
    .deal-card img,
    .spotlights .card,
    .deal-card {
        height: auto;
    }

    .deal-card img {
        aspect-ratio: 300 / 344;
    }
}