/** Shopify CDN: Minification failed

Line 4906:0 Unexpected "<"
Line 4960:0 Unexpected "<"

**/
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Outfit:wght@100..900&display=swap');

@font-face {
  font-family: 'Montserrat';
  src: url('{{ "Montserrat-Thin.woff2" | asset_url }}') format('woff2'),
       url('{{ "Montserrat-Thin.woff" | asset_url }}') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('{{ "Montserrat-ExtraLight.woff2" | asset_url }}') format('woff2'),
       url('{{ "Montserrat-ExtraLight.woff" | asset_url }}') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('{{ "Montserrat-Light.woff2" | asset_url }}') format('woff2'),
       url('{{ "Montserrat-Light.woff" | asset_url }}') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('{{ "Montserrat-Regular.woff2" | asset_url }}') format('woff2'),
       url('{{ "Montserrat-Regular.woff" | asset_url }}') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('{{ "Montserrat-Medium.woff2" | asset_url }}') format('woff2'),
       url('{{ "Montserrat-Medium.woff" | asset_url }}') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('{{ "Montserrat-SemiBold.woff2" | asset_url }}') format('woff2'),
       url('{{ "Montserrat-SemiBold.woff" | asset_url }}') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('{{ "Montserrat-Bold.woff2" | asset_url }}') format('woff2'),
       url('{{ "Montserrat-Bold.woff" | asset_url }}') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('{{ "Montserrat-ExtraBold.woff2" | asset_url }}') format('woff2'),
       url('{{ "Montserrat-ExtraBold.woff" | asset_url }}') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('{{ "Montserrat-Black.woff2" | asset_url }}') format('woff2'),
       url('{{ "Montserrat-Black.woff" | asset_url }}') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
    /* Central Premium Color Palette */
    --primary-color: #b39566;
    /* Premium Champagne Gold */
    --secondary-color: #1c1b18;
    /* Luxurious Deep Charcoal */
    --accent-color: #d1b894;
    /* Warm Champagne Sand */
    --background-color: #faf8f5;
    /* Off-White Alabaster (warm, elegant) */
    --surface-color: #ffffff;
    /* Pure White for cards/sections */
    --heading-color: #1a1816;
    /* Soft Ebony / Bronze Black */
    --text-color: #4a4744;
    /* Warm Muted Charcoal */
    --text-light: #8c8884;
    /* Soft Taupe Grey */
    --border-color: #eae5de;
    /* Delicate Warm Border */
    --success-color: #3b7a57;
    /* Sage/Emerald Green */
    --warning-color: #c4821a;
    /* Amber Gold */
    --white: #ffffff;
    --black: #000000;

    /* RGB Values for opacity masks */
    --primary-rgb: 179, 149, 102;
    --secondary-rgb: 28, 27, 24;
    --accent-rgb: 209, 184, 148;
    --text-rgb: 74, 71, 68;
    --white-rgb: 255, 255, 255;
    --black-rgb: 0, 0, 0;

    /* Typography */
    --font-heading: 'Playfair Display', serif;
    --font-body: 'Outfit', sans-serif;

    /* Layout & Styling */
    --card-shadow: 0 10px 30px rgba(28, 27, 24, 0.03);
    --hover-shadow: 0 20px 40px rgba(179, 149, 102, 0.12);
    --border-radius-lg: 24px;
    --border-radius-md: 12px;
    --transition-smooth: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);

    /* Legacy compatibility mappings */
    --font-mono: var(--font-body);
    --color-base: var(--black);
    --color-white: var(--white);
    --color-theme-bg: var(--background-color);
    --color-white-muted: var(--text-light);
    --color-yellow: var(--accent-color);
    --color-gold: var(--primary-color);
    --color-silver: var(--text-light);
    --color-footer-bg: #f5f2ec;
    /* Soft sand-grey for footer */
}

/* ==========================================================================
   FESTIVAL THEME OVERRIDES (Class-based on body)
   ========================================================================== */
body.theme-rakhi {
    --primary-color: #9e3650;
    /* Rich Cranberry Pink / Rose Gold */
    --accent-color: #e3a6b4;
    /* Blush Pink */
    --background-color: #fcf9fa;
    /* Rose Quartz Off-White */
    --border-color: #f2e1e4;
    /* Soft Pinkish Border */
    --hover-shadow: 0 20px 40px rgba(158, 54, 80, 0.12);
    --primary-rgb: 158, 54, 80;
}

/* img {
    max-width: 100% !important;
} */

body.theme-diwali {
    --primary-color: #d48c2a
        /* Bright Marigold / Terracotta Orange */
        --accent-color: #f7d070;
    /* Candle Flame Gold */
    --background-color: #fdfaf6;
    /* Warm Clay Off-White */
    --border-color: #f7ecd7;
    /* Warm Gold Border */
    --hover-shadow: 0 20px 40px rgba(212, 140, 42, 0.15);
    --primary-rgb: 212, 140, 42;
}

body.theme-valentine {
    --primary-color: #b8233b;
    /* Rich Deep Ruby Red */
    --accent-color: #f598a4;
    /* Soft Rose Pink */
    --background-color: #fdfafb;
    /* Warm Rose Tinted Background */
    --border-color: #f9e6e8;
    /* Soft Ruby Border */
    --hover-shadow: 0 20px 40px rgba(184, 35, 59, 0.12);
    --primary-rgb: 184, 35, 59;
}

body.theme-christmas {
    --primary-color: #1a5235;
    /* Forest Pine Green */
    --accent-color: #c49a45;
    /* Festive Metallic Gold */
    --background-color: #f7f9f8;
    /* Snowy Off-White */
    --border-color: #e5ebe8;
    /* Soft Pine Border */
    --hover-shadow: 0 20px 40px rgba(26, 82, 53, 0.12);
    --primary-rgb: 26, 82, 53;
}

body.theme-wedding {
    --primary-color: #802329;
    /* Luxurious Crimson/Bridal Red */
    --accent-color: #d4af37;
    /* Pure 24K Gold */
    --background-color: #fcf9f5;
    /* Warm Ivory */
    --border-color: #f5eae2;
    /* Soft Lace Border */
    --hover-shadow: 0 20px 40px rgba(128, 35, 41, 0.12);
    --primary-rgb: 128, 35, 41;
}

body.theme-default {
    /* Uses base variables */
}



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    outline: none !important;
    transition: transform 0.3s ease, opacity 0.3s ease, color 0.3s ease, background 0.3s ease, text-decoration 0.3s ease !important;
}

svg,
svg path {
    transition: transform 0.3s ease, opacity 0.3s ease, color 0.3s ease, background 0.3s ease, text-decoration 0.3s ease !important;
}

.about-image {
    height: 450px;
}

button {

    transition: transform 0.3s ease, opacity 0.3s ease, color 0.3s ease, background 0.3s ease, text-decoration 0.3s ease;
}

.new_section {
    margin-bottom: 60px;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

body {
    font-family: var(--font-body);
    background: var(--background-color);
    color: var(--text-color);
    letter-spacing: -0.01em;
    font-size: clamp(14px, 1.6vw, 17px);
    line-height: 1.7;
    transition: var(--transition-smooth);
}

body.menu-open {
    overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-heading);
    color: var(--heading-color);
    line-height: 1.2;
    transition: color 0.3s ease;
}

h1 {
    font-size: clamp(32px, 5vw, 56px);
}

h2 {
    font-size: clamp(26px, 4vw, 44px);
}

h3 {
    font-size: clamp(22px, 3vw, 34px);
}

h4 {
    font-size: clamp(18px, 2.5vw, 26px);
}

h5 {
    font-size: clamp(16px, 2vw, 22px);
}

h6 {
    font-size: clamp(14px, 1.8vw, 18px);
}


.container {
    width: 100%;
    max-width: 90%;
    margin: auto;
}

section {
    overflow: hidden;
}

@media (min-width: 1800px) {
    .container {
        max-width: 1600px;
    }

    .contact-container {
        max-width: unset;
    }
}

@media (max-width: 767.98px) {
    .container {
        max-width: 100%;
        padding: 0 30px;
    }
}

@media (max-width: 576px) {
    .container {
        padding: 0 20px;
    }

}

/* â”€â”€ NAVBAR â”€â”€ */
header {
    position: fixed;
    top: 16px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    width: 100%;
    max-width: calc(100% - 80px);
}

nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 28px;
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 60px;
    border: 1px solid #0000000f;
    position: relative;
    overflow: visible;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.02);
    transition: var(--transition-smooth);
}

.nav-btn.active {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--white);
    box-shadow: var(--hover-shadow);
}

.nav-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.nav-logo img {
    max-width: 200px;
}



.nav-links {
    display: flex;
    align-items: center;
    gap: 6px;
    list-style: none;
}

.nav-links a {
    display: flex;
    align-items: center;
    padding: 6px 14px;
    font-size: 14px;
    font-weight: 500;
    color: var(--text-color);
    text-decoration: none;
    border-radius: 6px;
    transition: color 0.2s, background 0.2s;
    letter-spacing: 0.03em;
}

.nav-links a:hover:not(.active) {
    background: rgba(var(--primary-rgb), 0.08);
    color: var(--primary-color);
}

.nav-links a.active {
    position: relative;
    color: var(--primary-color);
    font-weight: 600;
}


.nav-links a.active::before {
    content: '';
    width: 5px;
    height: 5px;
    background: var(--primary-color);
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 0px;
}

.nav-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.nav-btn {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.03);
    border: 1px solid var(--border-color);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: var(--transition-smooth);
    color: var(--text-color);
}

.nav-btn:hover,
.nav-btn:active,
.nav-btn:focus-within {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--white);
    transform: translateY(-2px);
    box-shadow: var(--hover-shadow);
}

.nav-btn i {
    font-size: 16px;
    line-height: 1;
    transition: color 0.2s ease, transform 0.2s ease;
}

/* â”€â”€ HERO SLIDER â”€â”€ */
.hero-slider-wrap {
    position: relative;
}

.hero-slide {
    position: relative;
    height: 150vh;
    min-height: 750px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.slide-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transform: scale(1.04);
    transition: transform 6s ease;
}

.slick-active .slide-bg {
    transform: scale(1.0);
}

/*.slide-overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle, rgba(250, 248, 245, 0.84) 15%, rgba(250, 248, 245, 0.58) 100%);
}*/

/*.slide-content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 80px 50px;
    animation: none;
    color: var(--heading-color);
}*/

.slick-active .slide-content {
    animation: fadeUp 0.7s ease both;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(28px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/*.slide-rating {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
    font-size: var(--text-sm);
    font-weight: 600;
    color: var(--text-color);
}*/

/*.stars {
    display: flex;
    gap: 3px;
}*/

/*.star {
    color: var(--color-yellow);
    font-size: var(--text-lg);
    line-height: 1;
}*/

/*.hero-title {
    font-family: var(--font-heading);
    font-size: clamp(2.4rem, 5.5vw, 4.4rem);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.01em;
    color: var(--heading-color);
    margin: 0 auto 24px;
}*/

/*.hero-slider .hero-title {
    max-width: 900px;
}*/

.slide-desc {
    font-size: clamp(14px, 1.8vw, 17px);
    color: var(--text-color);
    line-height: 1.7;
    max-width: 850px;
    margin: 0 auto 34px;
    font-weight: 400;
}

.hero-slider.slick-slider {
    margin-bottom: 0;
}

/*.btn-hero {
    display: inline-block;
    padding: 14px 28px;
    min-width: 190px;
    background: var(--secondary-color);
    color: var(--white);
    font-size: var(--text-sm);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-decoration: none;
    border-radius: 100px;
    border: 1px solid var(--secondary-color);
    cursor: pointer;
    transition: var(--transition-smooth);
}*/

.btn-hero:hover,
.btn-hero:active,
.btn-hero:focus-within {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--white);
    transform: translateY(-3px);
    box-shadow: var(--hover-shadow);
}



/* â”€â”€ SLICK ARROWS â”€â”€ */
.hero-slider .slick-prev,
.hero-slider .slick-next,
.slider-testimonials .slick-prev,
.slider-testimonials .slick-next {
    z-index: 10;
    width: 40px;
    height: 40px;
    background: var(--color-white);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(8px);
    transition: all 0.2s;
    outline: 1.5px solid #fff;
    outline-offset: 6px;
}

.hero-slider .slick-prev {
    left: 28px;
}

.hero-slider .slick-next {
    right: 28px;
}

.hero-slider .slick-prev:hover,
.hero-slider .slick-next:hover,
.slider-testimonials .slick-prev:hover,
.slider-testimonials .slick-next:hover {
    outline-color: transparent;
    background: rgba(255, 255, 255, 0.85);
}

.hero-slider .slick-prev::before,
.hero-slider .slick-next::before,
.slider-testimonials .slick-prev::before,
.slider-testimonials .slick-next::before {
    content: "";
    height: 20px;
    width: 20px;
}

.hero-slider .slick-prev::before,
.slider-testimonials .slick-prev::before {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640"><!--!Font Awesome Free v7.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2026 Fonticons, Inc.--><path d="M201.4 297.4C188.9 309.9 188.9 330.2 201.4 342.7L361.4 502.7C373.9 515.2 394.2 515.2 406.7 502.7C419.2 490.2 419.2 469.9 406.7 457.4L269.3 320L406.6 182.6C419.1 170.1 419.1 149.8 406.6 137.3C394.1 124.8 373.8 124.8 361.3 137.3L201.3 297.3z"/></svg>') center center no-repeat !important;
}

.hero-slider .slick-next::before,
.slider-testimonials .slick-next::before {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640"><!--!Font Awesome Free v7.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2026 Fonticons, Inc.--><path d="M438.6 297.4C451.1 309.9 451.1 330.2 438.6 342.7L278.6 502.7C266.1 515.2 245.8 515.2 233.3 502.7C220.8 490.2 220.8 469.9 233.3 457.4L370.7 320L233.4 182.6C220.9 170.1 220.9 149.8 233.4 137.3C245.9 124.8 266.2 124.8 278.7 137.3L438.7 297.3z"/></svg>') center center no-repeat !important;
}

/* â”€â”€ DOTS â”€â”€ */
.hero-slider .slick-dots {
    bottom: 28px !important;
}

.hero-slider .slick-dots li button::before {
    color: rgba(255, 255, 255, 0.4) !important;
    font-size: 10px !important;
    transition: color 0.2s !important;
}

.hero-slider .slick-dots li.slick-active button::before {
    color: var(--gold) !important;
}

/* â”€â”€ SLIDE BACKGROUNDS â”€â”€ */
.slide-1 .slide-bg {
    background-image: url('https://images.unsplash.com/photo-1599643478518-a784e5dc4c8f?auto=format&fit=crop&w=1920&q=80');
}

.slide-2 .slide-bg {
    background-image: url('https://images.unsplash.com/photo-1549465220-1a8b9238cd48?auto=format&fit=crop&w=1920&q=80');
}

.slide-3 .slide-bg {
    background-image: url('https://images.unsplash.com/photo-1513519245088-0e12902e5a38?auto=format&fit=crop&w=1920&q=80');
}

/* â”€â”€ HAMBURGER â”€â”€ */
.hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    background: none;
    border: none;
    padding: 4px;
}

.hamburger span {
    display: block;
    width: 22px;
    height: 2px;
    background: var(--text-color);
    border-radius: 2px;
    transition: transform 0.3s, opacity 0.3s;
}

.hamburger.open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.hamburger.open span:nth-child(2) {
    opacity: 0;
}

.hamburger.open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

/* â”€â”€ MOBILE MENU â”€â”€ */
.mobile-menu {
    display: none;
    flex-direction: column;
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    z-index: 1010;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid var(--border-color);
    border-radius: 14px;
    padding: 0 8px;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    transition: max-height 0.38s cubic-bezier(0.4, 0, 0.2, 1),
        opacity 0.28s ease,
        transform 0.32s cubic-bezier(0.4, 0, 0.2, 1),
        padding 0.3s ease;
}

.mobile-menu.open {
    max-height: 360px;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    padding: 12px 8px;
}

.mobile-menu a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    font-size: 15px;
    font-weight: 500;
    color: var(--text-color);
    text-decoration: none;
    border-radius: 8px;
    transition: background 0.2s, color 0.2s, opacity 0.25s ease, transform 0.25s ease;
    opacity: 0;
    transform: translateX(-10px);
}

.mobile-menu.open a {
    opacity: 1;
    transform: translateX(0);
}

.mobile-menu.open a:nth-child(1) {
    transition-delay: 0.06s;
}

.mobile-menu.open a:nth-child(2) {
    transition-delay: 0.10s;
}

.mobile-menu.open a:nth-child(3) {
    transition-delay: 0.14s;
}

.mobile-menu.open a:nth-child(4) {
    transition-delay: 0.18s;
}

.mobile-menu.open a:nth-child(5) {
    transition-delay: 0.22s;
}

.mobile-menu.open a:nth-child(6) {
    transition-delay: 0.26s;
}

.mobile-menu a:hover,
.mobile-menu a.active {
    background: rgba(var(--primary-rgb), 0.08);
    color: var(--primary-color);
}

.mobile-menu a.active::before {
    content: '';
    width: 5px;
    height: 5px;
    background: var(--primary-color);
    border-radius: 50%;
    display: inline-block;
    flex-shrink: 0;
}

/* â”€â”€ SHARED REUSABLE â”€â”€ */
.section-title {
    font-family: var(--font-heading);
    font-size: clamp(1.8rem, 3.8vw, 2.5rem) !important;
    font-weight: 700;
    color: var(--heading-color) !important;
    line-height: 1.3;
    letter-spacing: -0.01em;
    margin-bottom: 12px;
}

.section-title-brief {
    font-size: var(--text-base);
    color: var(--text-color);
    line-height: 1.72;
    margin-bottom: 20px;
}

.tag-pill {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: var(--surface-color);
    border: 1px solid var(--border-color);
    border-radius: 100px;
    padding: 4px 30px 4px 4px;
    font-size: var(--text-sm);
    font-weight: 500;
    color: var(--text-color);
    transition: var(--transition-smooth);
    box-shadow: var(--card-shadow);
}

.tag-pill-icon {
    width: 40px;
    height: 40px;
    background: var(--primary-color);
    border-radius: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.tag-pill:hover {
    background: rgba(var(--primary-rgb), 0.08);
    border-color: var(--primary-color);
    color: var(--primary-color);
    transform: translateY(-2px);
}

.tag-pill svg {
    width: 14px;
    height: 14px;
    opacity: 0.75;
    flex-shrink: 0;
}

.tags-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.step-number {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--color-white);
    color: var(--color-base);
    font-size: var(--text-base);
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* ── ENGINEERED SECTION ── */
.engineered-section {
    padding: 60px 0;
    background: var(--color-theme-bg);
}

.engineered-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.engineered-img-wrap {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    min-height: 360px;
    height: 450px;
}

.engineered-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ── COLLECTION SLIDER ── */
.how-section {
    padding: 60px 0;
    background: var(--color-theme-bg);
}

.how-header {
    text-align: center;
    margin-bottom: 30px;
}

.collection-slider .slick-slide {
    padding: 0 10px;
}

.collection-slide {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    min-height: 340px;
    background: var(--surface-color);
    box-shadow: var(--card-shadow);
    border: 1px solid var(--border-color);
    transition: var(--transition-smooth);
}

.collection-slide__image {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transition: transform 0.6s ease;
}

.collection-slide::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 30%, rgba(0, 0, 0, 0.75) 100%);
    transition: var(--transition-smooth);
}

.collection-slide__content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px;
    color: var(--heading-color);
}

.collection-slide__tag {
    display: inline-block;
    width: fit-content;
    margin-bottom: 12px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(var(--primary-rgb), 0.2);
    color: var(--primary-color);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.collection-slide h3 {
    font-family: var(--font-heading);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 8px;
    max-width: 320px;
    color: var(--white) !important;
}

.collection-slide p {
    color: rgba(255, 255, 255, 0.85) !important;
    line-height: 1.6;
    max-width: 340px;
    margin-bottom: 16px;
    font-size: 14px;
}

.collection-link {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    font-size: 13px;
    font-weight: 600;
    color: var(--white) !important;
    letter-spacing: 0.02em;
    padding-bottom: 3px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4) !important;
    transition: var(--transition-smooth);
}

.collection-link:hover {
    color: var(--color-yellow);
    border-color: var(--color-yellow);
}

.collection-slide:hover .collection-slide__image {
    transform: scale(1.03);
}

.collection-slider .slick-prev,
.collection-slider .slick-next {
    z-index: 10;
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.collection-slider .slick-prev {
    left: 14px;
}

.collection-slider .slick-next {
    right: 14px;
}

.collection-slider .slick-prev::before,
.collection-slider .slick-next::before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.collection-slider .slick-prev::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%23000000' d='M9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l192 192c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L77.3 256 246.6 86.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-192 192z'/%3E%3C/svg%3E");
}

.collection-slider .slick-next::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%23000000' d='M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z'/%3E%3C/svg%3E");
}

/* ── VISIBLE SECURITY BANNER ── */
.visibility-banner-section {
    background: var(--color-theme-bg);
}

.visibility-banner-wrap {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1a1a1a;
}

.visibility-banner-bg {
    position: absolute;
    inset: 0;
}

.visibility-banner-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.visibility-banner-overlay {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.45);
}

.visibility-banner-content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 60px 40px;
    max-width: 620px;
    color: var(--heading-color);
}

.visibility-banner-content .section-title {
    margin-bottom: 14px;
}

.visibility-banner-content .section-title-brief {
    margin-bottom: 28px;
}

/* ── FEATURES GRID ── */
.features-section {
    padding: 60px 0;
    background: var(--color-theme-bg);
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    max-width: 1200px;
    margin: 0 auto;
}

.feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 30px;
    gap: 14px;
    position: relative;
}

.feature-item:not(:last-child)::after {
    content: "";
    height: 80px;
    width: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(242, 199, 92, 0.65) 50%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.feature-icon-wrap {
    width: 44px;
    height: 44px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-color);
    color: var(--heading-color);
    box-shadow: var(--card-shadow);
}

.feature-name {
    font-size: var(--text-base);
    font-weight: 600;
    font-family: var(--font-heading);
    color: var(--heading-color);
    margin: 6px 0 0;
}

.feature-title-brief {
    font-size: var(--text-sm);
    color: var(--text-light);
    line-height: 1.5;
}

/* ── TESTIMONIALS ── */
.testimonials-section {
    padding: 60px 0;
    background: var(--color-theme-bg);
}

.testimonials-section .section-header .section-title-brief {
    max-width: 585px;
    margin-inline: auto;
}

.slider-testimonials {
    position: relative;
    margin: 30px auto 0;
    padding: 0 56px;
}

.slider-testimonials .slick-prev,
.slider-testimonials .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.testi-card {
    min-width: 0;
    background: var(--surface-color);
    border: 1px solid var(--border-color);
    border-radius: 20px;
    padding: 30px 26px;
    margin: 0 10px;
    transition: var(--transition-smooth);
    box-shadow: var(--card-shadow);
}

.testi-card:hover {
    transform: translateY(-6px);
    border-color: var(--primary-color);
    box-shadow: var(--hover-shadow);
}

.testi-stars {
    display: flex;
    gap: 3px;
    margin-bottom: 10px;
    color: var(--color-gold);
    font-size: var(--text-lg);
}

.testi-text {
    font-size: var(--text-sm);
    font-weight: 400;
    color: var(--text-color);
    line-height: 1.7;
    margin-bottom: 20px;
}

.testi-author {
    display: flex;
    align-items: center;
    gap: 10px;
}

.author-avatar {
    width: 38px;
    height: 38px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, 0.12);
}

.author-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.author-name {
    font-size: var(--text-sm);
    font-weight: 700;
    color: var(--heading-color);
}

.author-loc {
    font-size: var(--text-xs);
    color: var(--text-light);
}

.slider-testimonials .slick-slide {
    margin: 0 10px;
}

.slider-testimonials .slick-prev {
    left: 0;
}

.slider-testimonials .slick-next {
    right: 0;
}

/* ── FAQ SECTION ── */
.faq-section {
    padding: 60px 0;
    background: var(--color-theme-bg);
}

.faq-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    margin: 0 auto;
}

.faq-img-wrap {
    border-radius: 18px;
    overflow: hidden;
    height: 100%;
    position: relative;
}

.faq-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: absolute;
    inset: 0;
}

.faq-content {
    display: flex;
    flex-direction: column;
}

/* ── BOOTSTRAP ACCORDION OVERRIDES ── */
.faq-content .accordion {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.faq-content .accordion-item {
    background: transparent;
    border: none;
    border-top: 1px solid var(--border-color);
    border-radius: 0 !important;
}

.faq-content .accordion-header {
    margin: 0;
}

.faq-content .accordion-button {
    all: unset;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    color: var(--heading-color);
    line-height: 1.35;
    gap: 16px;
    background: transparent;
    box-shadow: none !important;
    transition: color 0.2s;
}

/* custom +/× icon — remove default Bootstrap chevron */
.faq-content .accordion-button::after {
    display: none !important;
}

.faq-content .accordion-button::before {
    content: '+';
    order: 2;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--text-xl);
    color: var(--primary-color);
    font-weight: 400;
    line-height: 1;
    transition: all 0.25s ease;
    text-align: center;
}

.faq-content .accordion-button:not(.collapsed)::before {
    content: '×';
}

.faq-content .accordion-collapse {
    background: transparent;
}

.faq-content .accordion-body {
    padding: 0 0 20px;
    font-size: var(--text-sm);
    color: var(--text-color);
    line-height: 1.6;
}

/* ── GALLERY SECTION ── */
.gallery-section {
    padding: 60px 0;
    background: var(--color-theme-bg);
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.gallery-item {
    border-radius: 14px;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    background: #161616;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.gallery-item:hover {
    transform: scale(1.02);
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.gallery-item:hover img {
    transform: scale(1.06);
}

/* ── COLLECTION + PRODUCT PAGES ── */
.page-shell {
    padding-top: 112px;
    background: var(--background-color);
    color: var(--text-color);
    transition: var(--transition-smooth);
}

.cart-page {
    padding: 140px 0 80px;
    background: linear-gradient(180deg, rgba(var(--primary-rgb), 0.04) 0%, rgba(255,255,255,0) 30%);
}

.cart-page__header {
    margin-bottom: 36px;
    text-align: center;
}

.cart-page__header h1 {
    font-size: clamp(2rem, 3.6vw, 2.8rem);
    margin-bottom: 10px;
}

.cart-page__header p {
    max-width: 680px;
    margin: 0 auto;
    color: var(--text-color);
}

.cart-grid {
    display: grid;
    grid-template-columns: 1.4fr 0.8fr;
    gap: 24px;
    align-items: start;
}

.cart-items {
    display: grid;
    gap: 16px;
}

.cart-item {
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: 18px;
    padding: 20px;
    border-radius: 24px;
    border: 1px solid var(--border-color);
    background: var(--surface-color);
    box-shadow: var(--card-shadow);
}

.cart-item__media img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    border-radius: 18px;
}

.cart-item__details {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 16px;
}

.cart-item__top {
    display: flex;
    justify-content: space-between;
    gap: 12px;
}

.cart-item__top h3 {
    font-size: 1.1rem;
    margin-bottom: 6px;
}

.cart-item__top p {
    font-size: 0.95rem;
    color: var(--text-light);
    margin: 0;
}

.cart-item__remove {
    font-size: 0.9rem;
    color: var(--primary-color);
    font-weight: 600;
}

.cart-item__meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

.cart-qty {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 10px;
    border-radius: 999px;
    border: 1px solid var(--border-color);
    background: rgba(var(--primary-rgb), 0.05);
}

.cart-qty button {
    border: none;
    background: transparent;
    color: var(--heading-color);
    font-size: 1rem;
    cursor: pointer;
}

.cart-item__price {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--heading-color);
}

.cart-summary__card {
    padding: 24px;
    border-radius: 24px;
    border: 1px solid var(--border-color);
    background: var(--surface-color);
    box-shadow: var(--card-shadow);
}

.cart-summary__card h2 {
    font-size: 1.35rem;
    margin-bottom: 18px;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 0;
    color: var(--text-color);
    border-bottom: 1px solid var(--border-color);
}

.summary-row--total {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--heading-color);
    border-bottom: none;
    margin-top: 6px;
}

.promo {
    display: flex;
    gap: 10px;
    margin: 18px 0 16px;
}

.promo input {
    flex: 1;
    border: 1px solid var(--border-color);
    border-radius: 999px;
    padding: 12px 14px;
    background: var(--background-color);
}

.promo button {
    border: none;
    border-radius: 999px;
    padding: 12px 16px;
    background: var(--secondary-color);
    color: var(--white);
    font-weight: 600;
}

.btn-full {
    width: 100%;
    margin-top: 10px;
}

.cart-summary__note {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid var(--border-color);
    color: var(--text-light);
    font-size: 0.95rem;
}

.cart-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}

.cart-badges span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(var(--primary-rgb), 0.08);
    color: var(--primary-color);
    font-size: 0.84rem;
    font-weight: 600;
}

@media (max-width: 991.98px) {
    .cart-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .cart-page {
        padding-top: 120px;
    }

    .cart-item {
        grid-template-columns: 1fr;
    }

    .cart-item__media img {
        height: 200px;
    }

    .cart-item__top,
    .cart-item__meta {
        flex-direction: column;
        align-items: flex-start;
    }

    .promo {
        flex-direction: column;
    }
}

.collection-hero {
    padding: 48px 0 70px;
    background: linear-gradient(135deg, rgba(var(--primary-rgb), 0.08) 0%, rgba(var(--accent-rgb), 0.04) 100%);
    border-bottom: 1px solid var(--border-color);
}

.collection-hero--jewellery {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(232, 185, 63, 0.16) 100%);
}

.collection-hero--gifts {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(232, 185, 63, 0.12) 100%);
}

.collection-hero__inner {
    display: grid;
    grid-template-columns: 1.35fr 0.65fr;
    gap: 24px;
    align-items: center;
}

.eyebrow {
    display: inline-block;
    margin-bottom: 12px;
    font-size: 12px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--color-yellow);
    font-weight: 700;
}

.collection-hero h1,
.section-head h2 {
    font-family: var(--font-heading);
    font-size: clamp(1.8rem, 3.8vw, 2.5rem) !important;
    line-height: 1.25;
    margin-bottom: 16px;
    color: var(--heading-color);
}

.collection-hero p,
.collection-hero__card p,
.section-head p,
.product-card__body p,
.product-description,
.product-info-grid p,
.feature-strip p,
.footer-inner p {
    color: var(--text-color);
    line-height: 1.7;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid transparent;
    transition: all 0.25s ease;
}

.btn:hover {
    transform: translateY(-2px);
}

.btn-primary {
    background: var(--primary-color);
    color: var(--white);
    border-color: var(--primary-color);
    box-shadow: 0 4px 15px rgba(var(--primary-rgb), 0.2);
}

.btn-primary:hover {
    background: var(--secondary-color);
    border-color: var(--secondary-color);
    color: var(--white);
    box-shadow: var(--hover-shadow);
}

.btn-ghost {
    color: var(--heading-color);
    border-color: var(--border-color);
    background: var(--surface-color);
}

.btn-ghost:hover {
    background: rgba(var(--primary-rgb), 0.08);
    color: var(--primary-color);
    border-color: var(--primary-color);
}

.collection-hero__card {
    padding: 30px;
    border-radius: 24px;
    background: var(--surface-color);
    border: 1px solid var(--border-color);
    box-shadow: var(--card-shadow);
    transition: var(--transition-smooth);
}

.hero-badge {
    display: inline-block;
    margin-bottom: 12px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(232, 185, 63, 0.18);
    color: var(--color-yellow);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.hero-price,
.price {
    display: inline-block;
    margin-top: 10px;
    font-size: 22px;
    font-weight: 700;
    color: var(--primary-color);
}

.collection-section {
    padding: 60px 0;
}

.section-head {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: end;
    margin-bottom: 24px;
}

.chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.chip {
    padding: 10px 20px;
    border-radius: 999px;
    border: 1px solid var(--border-color);
    background: var(--surface-color);
    color: var(--text-color);
    font-size: 13px;
    font-weight: 600;
    transition: var(--transition-smooth);
    text-decoration: none;
}

.chip.active,
.chip:hover {
    background: var(--primary-color);
    color: var(--white);
    border-color: var(--primary-color);
    box-shadow: var(--hover-shadow);
}

.collection-layout {
    display: grid;
    grid-template-columns: 250px 1fr;
    gap: 24px;
}

.filter-panel {
    padding: 24px;
    border-radius: 24px;
    background: var(--surface-color);
    border: 1px solid var(--border-color);
    box-shadow: var(--card-shadow);
    height: fit-content;
}

.filter-block+.filter-block {
    margin-top: 20px;
}

.filter-block h3 {
    font-size: 16px;
    margin-bottom: 12px;
    font-weight: 700;
    font-family: var(--font-heading);
    color: var(--heading-color);
}

.filter-list {
    display: grid;
    gap: 10px;
    font-size: 14px;
    color: var(--text-color);
}

.filter-list label {
    display: flex;
    align-items: center;
    gap: 8px;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.product-card {
    overflow: hidden;
    border-radius: 24px;
    border: 1px solid var(--border-color);
    background: var(--surface-color);
    box-shadow: var(--card-shadow);
    transition: var(--transition-smooth);
}

.product-card:hover {
    transform: translateY(-6px);
    border-color: var(--primary-color);
    box-shadow: var(--hover-shadow);
}

.product-card__image {
    height: 240px;
    background-size: cover;
    background-position: center;
}

.product-card__body {
    padding: 22px;
    background: var(--surface-color);
}

.product-card__badge {
    display: inline-block;
    margin-bottom: 10px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(var(--primary-rgb), 0.1);
    color: var(--primary-color);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.product-card__body h3 {
    margin-bottom: 8px;
    font-size: 19px;
    font-weight: 600;
    font-family: var(--font-heading);
    color: var(--heading-color);
}

.product-card__meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 14px;
}

.text-link {
    color: var(--heading-color);
    font-weight: 600;
    font-size: 14px;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 2px;
    transition: var(--transition-smooth);
}

.feature-strip {
    padding: 90px 0;
}

.feature-strip__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.feature-strip__grid>div {
    padding: 24px;
    border-radius: 20px;
    background: var(--surface-color);
    border: 1px solid var(--border-color);
    box-shadow: var(--card-shadow);
    transition: var(--transition-smooth);
}

.feature-strip__grid h3,
.product-info-grid h3,
.product-detail h3 {
    margin-bottom: 8px;
    color: var(--color-white);
}

.site-footer {
    padding: 24px 0 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.footer-links a {
    color: var(--text-color);
}

.footer-desc {
    font-size: var(--text-sm);
    color: var(--text-color);
    line-height: 1.72;
    margin: 20px 0 25px;
}

.footer-nav {
    justify-content: center;
}

.footer-socials {
    margin-bottom: 0;
}

/* ==========================================================================
   PRODUCT DETAIL PAGE (PDP)
   ========================================================================== */

.pdp-breadcrumb {
    padding: 18px 0;
    font-size: 13px;
    font-weight: 500;
    color: var(--text-light);
    border-bottom: 1px solid var(--border-color);
}

.pdp-breadcrumb a {
    color: var(--text-light);
    text-decoration: none;
    transition: color 0.3s ease;
}

.pdp-breadcrumb a:hover {
    color: var(--primary-color);
}

.pdp-breadcrumb i {
    font-size: 9px;
    margin: 0 8px;
    opacity: 0.5;
}

.pdp-breadcrumb span {
    color: var(--heading-color);
    font-weight: 600;
}

.pdp-section {
    padding: 40px 0 80px;
}

.pdp-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 50px;
    align-items: start;
}

/* --- Gallery --- */
/* .pdp-gallery {
    position: sticky;
    top: 100px;
} */

.pdp-gallery__main {
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid var(--border-color);
    box-shadow: var(--card-shadow);
    height: 500px;
    align-items: center;
    width: 100%;
    object-fit: cover;
}

.pdp-gallery__main .slick-list {
    border-radius: 20px;
}

.pdp-gallery__slide img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    display: block;
}

.pdp-gallery__main .slick-prev,
.pdp-gallery__main .slick-next {
    z-index: 2;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.pdp-gallery__main .slick-prev:hover,
.pdp-gallery__main .slick-next:hover {
    background: #fff;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.pdp-gallery__main .slick-prev {
    left: 16px;
}

.pdp-gallery__main .slick-next {
    right: 16px;
}

.pdp-gallery__main .slick-prev:before,
.pdp-gallery__main .slick-next:before {
    color: var(--heading-color);
    font-size: 16px;
}

.pdp-gallery__thumbs {
    margin-top: 14px;
    padding: 0 25px;
    /* space for arrows */
}

.pdp-gallery__thumbs .slick-prev,
.pdp-gallery__thumbs .slick-next {
    z-index: 2;
    width: 20px;
    height: 100%;
    background: transparent;
    transition: all 0.3s ease;
}

.pdp-gallery__thumbs .slick-prev {
    left: 0;
}

.pdp-gallery__thumbs .slick-next {
    right: 0;
}

.pdp-gallery__thumbs .slick-prev:before,
.pdp-gallery__thumbs .slick-next:before {
    color: var(--heading-color);
    font-size: 16px;
}

.pdp-gallery__thumb {
    margin: 0 5px;
    cursor: pointer;
}

.pdp-gallery__thumb img {
    width: 100%;
    height: 90px;
    object-fit: cover;
    border-radius: 12px;
    border: 2px solid transparent;
    opacity: 0.6;
    transition: all 0.3s ease;
}

.pdp-gallery__thumbs .slick-current .pdp-gallery__thumb img,
.pdp-gallery__thumb:hover img {
    opacity: 1;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 1px var(--primary-color);
}

/* --- Lightbox --- */
.pdp-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
}

.pdp-lightbox.active {
    display: flex;
}

.pdp-lightbox__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
}

.pdp-lightbox__content {
    position: relative;
    z-index: 2;
    max-width: 90%;
    max-height: 90vh;
}

.pdp-lightbox__content img {
    max-width: 100%;
    max-height: 90vh;
    object-fit: contain;
    border-radius: 10px;
}

.pdp-lightbox__close {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 3;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    transition: transform 0.3s;
}

.pdp-lightbox__close:hover {
    transform: scale(1.1);
}

.pdp-lightbox__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    background: rgba(255, 255, 255, 0.1);
    border: none;
    color: #fff;
    font-size: 24px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
}

.pdp-lightbox__arrow:hover {
    background: rgba(255, 255, 255, 0.2);
}

.pdp-lightbox__arrow--prev {
    left: 30px;
}

.pdp-lightbox__arrow--next {
    right: 30px;
}

.pdp-lightbox__counter {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 14px;
    letter-spacing: 2px;
}

/* --- Product Info --- */
.pdp-info {
    padding: 0 4px;
}

.pdp-info__badge {
    display: inline-block;
    padding: 5px 14px;
    background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    border-radius: 20px;
    margin-bottom: 14px;
}

.pdp-info__title {
    font-family: var(--font-heading);
    font-size: 32px;
    font-weight: 700;
    color: var(--heading-color);
    line-height: 1.25;
    margin-bottom: 12px;
}

.pdp-info__rating {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    font-size: 14px;
    color: var(--text-light);
    font-weight: 500;
}

.pdp-info__stars {
    display: flex;
    gap: 2px;
    color: #f5a623;
    font-size: 14px;
}

.pdp-info__price-row {
    display: flex;
    align-items: baseline;
    gap: 12px;
    margin-bottom: 6px;
}

.pdp-info__price {
    font-size: 28px;
    font-weight: 700;
    color: var(--heading-color);
    font-family: var(--font-heading);
}

.pdp-info__price-old {
    font-size: 16px;
    color: var(--text-light);
    text-decoration: line-through;
}

.pdp-info__discount {
    font-size: 13px;
    font-weight: 700;
    color: #2e7d32;
    background: #e8f5e9;
    padding: 3px 10px;
    border-radius: 4px;
}

.pdp-info__tax-note {
    font-size: 13px;
    color: var(--text-light);
    margin-bottom: 20px;
}

.pdp-info__desc {
    font-size: 15px;
    color: var(--text-color);
    line-height: 1.7;
    margin-bottom: 28px;
    padding-bottom: 28px;
    border-bottom: 1px solid var(--border-color);
}

/* Variant Picker */
.pdp-variant {
    margin-bottom: 24px;
}

.pdp-variant__label {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--heading-color);
    margin-bottom: 12px;
    font-family: var(--font-body);
}

.pdp-variant__label span {
    font-weight: 500;
    text-transform: none;
    color: var(--text-color);
}

.pdp-variant__options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.pdp-swatch {
    padding: 10px 22px;
    border-radius: 8px;
    border: 1.5px solid var(--border-color);
    background: var(--surface-color);
    color: var(--text-color);
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: var(--font-body);
}

.pdp-swatch:hover {
    border-color: var(--heading-color);
}

.pdp-swatch.active {
    background: var(--heading-color);
    border-color: var(--heading-color);
    color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

/* Quantity Selector */
.pdp-qty {
    display: inline-flex;
    align-items: center;
    border: 1.5px solid var(--border-color);
    border-radius: 8px;
    background: var(--surface-color);
    overflow: hidden;
}

.pdp-qty__btn {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    color: var(--heading-color);
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s ease;
}

.pdp-qty__btn:hover {
    background: #f0f0f0;
}

.pdp-qty__value {
    width: 44px;
    text-align: center;
    font-weight: 700;
    font-size: 15px;
    color: var(--heading-color);
    border-left: 1.5px solid var(--border-color);
    border-right: 1.5px solid var(--border-color);
    line-height: 44px;
}

/* Action Buttons */
.pdp-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-top: 28px;
    padding-top: 28px;
    border-top: 1px solid var(--border-color);
}

.pdp-actions__btn {
    width: 100%;
    padding: 15px 20px;
    font-size: 15px;
    font-weight: 700;
    border-radius: 8px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: var(--font-body);
    border: 2px solid var(--heading-color);
}

.pdp-actions__btn--primary {
    background: var(--heading-color);
    color: #fff;
}

.pdp-actions__btn--primary:hover {
    background: #333;
    border-color: #333;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.pdp-actions__btn--secondary {
    background: var(--surface-color);
    color: var(--heading-color);
}

.pdp-actions__btn--secondary:hover {
    background: #f5f5f5;
    transform: translateY(-2px);
}

/* Trust Badges */
.pdp-trust {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 28px;
    padding: 20px;
    background: var(--background-color);
    border-radius: 14px;
    border: 1px solid var(--border-color);
}

.pdp-trust__item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 600;
    color: var(--heading-color);
}

.pdp-trust__item i {
    font-size: 16px;
    color: var(--primary-color);
    width: 18px;
    text-align: center;
}

/* Accordion */
.pdp-accordion {
    margin: 60px auto 0;
    max-width: 800px;
    border-top: 1px solid var(--border-color);
}

.pdp-accordion__item {
    border-bottom: 1px solid var(--border-color);
}

.pdp-accordion__header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 0;
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    color: var(--heading-color);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-family: var(--font-body);
    transition: color 0.3s ease;
}

.pdp-accordion__header:hover {
    color: var(--primary-color);
}

.pdp-accordion__header i {
    font-size: 14px;
    transition: transform 0.3s ease;
}

.pdp-accordion__header.active i {
    transform: rotate(180deg);
}

.pdp-accordion__body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease, opacity 0.4s ease;
    opacity: 0;
    padding: 0;
}

.pdp-accordion__body.show {
    max-height: 500px;
    padding: 0 0 24px 0;
    opacity: 1;
}

.pdp-accordion__body p,
.pdp-accordion__body ul {
    font-size: 15px;
    line-height: 1.6;
    color: var(--text-color);
    margin-bottom: 12px;
}

.pdp-accordion__body ul {
    padding-left: 20px;
}

.pdp-accordion__body ul li {
    margin-bottom: 8px;
}

/* --- PDP Responsive --- */
@media (max-width: 991px) {
    .pdp-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .pdp-gallery {
        position: static;
    }

    .pdp-gallery__slide img {
        height: 400px;
    }

    .pdp-info__title {
        font-size: 26px;
    }
}

@media (max-width: 575px) {
    .pdp-section {
        padding: 24px 0 50px;
    }

    .pdp-gallery__slide img {
        height: 300px;
    }

    .pdp-gallery__thumb img {
        height: 65px;
    }

    .pdp-info__title {
        font-size: 22px;
    }

    .pdp-info__price {
        font-size: 24px;
    }

    .pdp-actions {
        grid-template-columns: 1fr;
    }

    .pdp-trust {
        grid-template-columns: 1fr;
    }
}

/* logo */
.footer-logo img {
    max-width: 220px;
}

/* description */
.footer-desc {
    font-size: var(--text-sm);
    color: var(--text-color);
    line-height: 1.72;
    margin: 20px 0 25px;
}

/* email subscribe */
.footer-subscribe {
    width: 100%;
    max-width: 500px;
    margin-inline: auto;
    position: relative;
}

.footer-email-input {
    background: var(--surface-color);
    border: 1px solid var(--border-color);
    border-radius: 100px;
    outline: none;
    font-family: var(--font-body);
    font-size: var(--text-xs);
    font-weight: 500;
    color: var(--text-color);
    width: 100%;
    height: 48px;
    line-height: 48px;
    padding: 3px 20px;
    box-shadow: var(--card-shadow);
    transition: var(--transition-smooth);
}

.footer-email-input::placeholder {
    color: var(--text-light);
}

.footer-send-btn {
    background: var(--secondary-color);
    color: var(--white);
    border: none;
    border-radius: 100px;
    padding: 10px 45px;
    border: 1px solid var(--secondary-color);
    font-size: var(--text-sm);
    font-weight: 600;
    cursor: pointer;
    transition: var(--transition-smooth);
    position: absolute;
    right: 4px;
    top: 3px;
}

.footer-send-btn:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--white);
}

/* nav links */
.footer-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px 30px;
    margin: 50px 0;
}

.footer-nav a {
    font-size: var(--text-sm);
    font-weight: 500;
    color: var(--text-color);
    text-decoration: none;
    transition: color 0.2s;
}

.footer-nav a:hover {
    color: var(--primary-color);
}

/* social icons */
.footer-socials {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
    margin-bottom: 50px;
}

.social-icon {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid var(--border-color);
    background: var(--surface-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--text-lg);
    color: var(--text-color);
    text-decoration: none;
    box-shadow: var(--card-shadow);
    transition: var(--transition-smooth);
}


.social-icon:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--white);
    transform: translateY(-2px);
    box-shadow: var(--hover-shadow);
}

.social-icon svg {
    width: 15px;
    height: 15px;
}

/* divider */
.footer-divider {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(var(--text-rgb), 0) 0%, var(--border-color) 50%, rgba(var(--text-rgb), 0) 100%);
}

/* copyright */
.footer-copy {
    font-size: var(--text-sm);
    color: var(--text-light);
    font-weight: 500;
    margin: 14px 0 0;
    text-align: center;
}


@media (max-width: 1200px) {
    .slider-testimonials .slick-slide {
        margin: 0 10px;
    }
}

@media (max-width: 1024px) {
    .nav-links a {
        padding: 6px 10px;
        font-size: 13px;
    }

    .hero-title,
    .collection-hero__content h1,
    .product-detail h1 {
        font-size: clamp(2rem, 4.8vw, 2.8rem);
    }

    .section-title {
        font-size: clamp(1.6rem, 3.4vw, 2.2rem);
    }

    .section-title-brief,
    .slide-desc,
    .product-description,
    .collection-hero__content p,
    .product-card__body p {
        font-size: 0.95rem;
    }

    .logo-text {
        font-size: 19px;
    }

    .testi-card {
        padding: 16px 20px;
    }

    .testimonials-section {
        padding: 40px 0 0;

    }
}

@media (max-width: 991.98px) {
    .nav-links {
        display: none;
    }

    .mobile-menu {
        display: flex;
    }

    .hamburger {
        display: flex;
    }

    header {
        max-width: calc(100% - 60px);
        top: 12px;
    }

    nav {
        padding: 8px 20px;
        position: relative;
    }

    .slide-desc {
        font-size: 14px;
        padding: 0 8px;
    }

    .btn-shop {
        padding: 14px 36px;
        font-size: 14px;
    }

    .hero-slider .slick-prev {
        left: 14px;
    }

    .hero-slider .slick-next {
        right: 14px;
    }

    .hero-slider .slick-prev,
    .hero-slider .slick-next,
    .slider-testimonials .slick-prev,
    .slider-testimonials .slick-next {
        width: 32px;
        height: 32px;
    }

    .hero-slide {
        height: 95vh;
        min-height: 575px;
    }

    .engineered-grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .engineered-img-wrap {
        aspect-ratio: 16 / 9;
    }

    .how-card {
        aspect-ratio: 3 / 4;
    }

    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .feature-item:nth-child(2) {
        border-right: none;
    }

    .feature-item:nth-child(1),
    .feature-item:nth-child(2) {
        border-bottom: 1px solid var(--border-subtle);
    }

    .testi-card {
        flex: 0 0 calc(50% - 10px);
    }

    .slider-testimonials {
        padding: 0 28px;
    }

    .feature-item:nth-child(2)::after {
        display: none;
    }

    /* .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    } */
    .gallery-item {
        height: 180px;
        border-radius: 10px;
        aspect-ratio: inherit;
    }

    .faq-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .faq-img-wrap {
        display: none;
    }

    .engineered-section {
        padding: 60px 0;
    }

    .how-section {
        padding: 60px 0;
    }

    .features-section {
        padding: 60px 0;
    }

    .testimonials-section {
        padding: 60px 0;
    }

    .slider-testimonials .slick-list {
        padding-bottom: 50px !important;
    }

    .testi-card:hover {
        transform: translateY(18px);
    }

    .faq-section {
        padding: 60px 0;
    }

    .gallery-section {
        padding: 60px 0;
    }
}

@media (max-width: 991.98px) {

    .collection-layout,
    .product-page__grid {
        grid-template-columns: 1fr;
    }

    .filter-panel {
        order: 2;
    }

    .product-info-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    body {
        font-size: 14px;
    }

    .hero-slide {
        height: 92vh;
    }

    .hero-title,
    .collection-hero__content h1,
    .product-detail h1 {
        font-size: clamp(1.65rem, 6.2vw, 2.2rem);
    }

    .section-title {
        font-size: clamp(1.35rem, 4.7vw, 1.8rem);
    }

    .section-title-brief,
    .slide-desc,
    .product-description,
    .collection-hero__content p,
    .product-card__body p {
        font-size: 0.9rem;
    }

    .section-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .product-grid,
    .related-grid,
    .feature-strip__grid {
        grid-template-columns: 1fr;
    }

    .product-card__image {
        height: 220px;
    }

    .gallery-main {
        height: 320px;
    }

    .product-actions .btn {
        width: 100%;
        justify-content: center;
    }

    .how-cards {
        grid-template-columns: 1fr;
    }

    .how-card {
        aspect-ratio: 4 / 1.6;
    }

    .slider-testimonials {
        padding: 0 15px;
    }

    .slider-testimonials .slick-prev {
        left: -10px;
    }

    .slider-testimonials .slick-next {
        right: -10px;
    }

    .testi-card:hover {
        transform: translateY(0);
    }

    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .gallery-item {
        height: 140px;
    }

    .how-card-title {
        font-size: var(--text-base);
    }

    .section-title-brief {
        font-size: var(--text-sm);
    }

    .engineered-img-wrap {
        aspect-ratio: inherit;
        min-height: inherit;
        height: 270px;
    }

    .tag-pill-icon {
        width: 30px;
        height: 30px;
    }

    .tag-pill {
        font-size: var(--text-xs);
    }
}


@media (max-width: 576px) {
    body {
        font-size: 13px;
    }

    header {
        max-width: calc(100% - 20px);
        top: 10px;
    }

    nav {
        padding: 8px;
    }

    .nav-logo img {
        max-width: 140px;
    }

    .hero-title,
    .collection-hero__content h1,
    .product-detail h1 {
        font-size: clamp(1.4rem, 7.4vw, 1.8rem);
    }

    .section-title {
        font-size: 1.3rem;
    }

    .section-title-brief,
    .slide-desc,
    .product-description,
    .collection-hero__content p,
    .product-card__body p {
        font-size: 0.88rem;
    }

    .nav-btn {
        width: 34px;
        height: 34px;
    }

    .nav-btn svg {
        width: 16px;
        height: 16px;
    }

    .nav-actions {
        gap: 6px;
    }

    .slide-content {
        padding: 50px 42px;
    }

    .slide-rating {
        font-size: 12px;
        margin-bottom: 14px;
    }

    .star {
        font-size: 14px;
    }

    .hero-title {
        margin-bottom: 14px;
    }

    .slide-desc {
        font-size: 13px;
        line-height: 1.6;
        margin-bottom: 24px;
    }

    .btn-shop {
        padding: 13px 30px;
        font-size: 13px;
    }

    .hero-slider .slick-prev {
        left: 8px;
    }

    .hero-slider .slick-next {
        right: 8px;
    }

    .hero-slider .slick-prev,
    .hero-slider .slick-next,
    .slider-testimonials .slick-prev,
    .slider-testimonials .slick-next {
        width: 26px;
        height: 26px;
    }

    .hero-slider .slick-prev::before,
    .hero-slider .slick-next::before {
        font-size: 14px;
    }

    .hero-slider .slick-dots {
        bottom: 18px;
    }

    .how-card-content {
        padding: 12px 12px 8px;
    }

    .step-number {
        width: 30px;
        height: 30px;
        font-size: var(--text-sm);
    }

    .slider-testimonials {
        padding: 0 44px;
    }

    .visibility-banner-content {
        padding: 35px 10px;
    }

    .slider-testimonials {
        padding: 0;
    }

    .features-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .feature-item::after {
        display: none;
    }

    .gallery-grid {
        gap: 10px;
    }

    .engineered-img-wrap {
        height: 200px;
    }

    .faq-section {
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer {
        padding: 70px 0;
        background: var(--color-footer-bg);
        border-top: 1px solid var(--border-color);
        color: var(--text-color);
        transition: var(--transition-smooth);
    }

    .footer-subscribe {
        max-width: 100%;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .footer-nav {
        gap: 10px 20px;
        margin: 35px 0;
    }

    .footer-send-btn {
        position: relative;
        top: inherit;
        right: inherit;
    }

    .footer-socials {
        margin-bottom: 35px;
    }
}


@media (max-width: 480px) {
    .how-card {
        aspect-ratio: 4 / 2;
    }
}


/* ==========================================================================
   FESTIVAL SWITCHER WIDGET STYLING
   ========================================================================== */
.festival-switcher {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 10000;
    font-family: var(--font-body);
}

.switcher-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    background: var(--surface-color);
    color: var(--heading-color);
    padding: 12px 18px;
    border-radius: 50px;
    border: 1px solid var(--border-color);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    transition: var(--transition-smooth);
}

.switcher-btn:hover {
    transform: translateY(-3px);
    border-color: var(--primary-color);
    box-shadow: var(--hover-shadow);
}

.switcher-btn i {
    color: var(--primary-color);
    font-size: 16px;
}

.switcher-dropdown {
    position: absolute;
    bottom: calc(100% + 10px);
    right: 0;
    background: var(--surface-color);
    border: 1px solid var(--border-color);
    border-radius: 16px;
    padding: 8px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 190px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: var(--transition-smooth);
}

.festival-switcher.open .switcher-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.switcher-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 14px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 500;
    color: var(--text-color);
    cursor: pointer;
    transition: var(--transition-smooth);
    background: transparent;
    border: none;
    width: 100%;
    text-align: left;
}

.switcher-option:hover {
    background: rgba(var(--primary-rgb), 0.08);
    color: var(--primary-color);
}

.switcher-option.active {
    background: var(--primary-color);
    color: var(--heading-color);
}

.switcher-option i {
    font-size: 12px;
}




/* ==========================================================================
   DYNAMIC ANNOUNCEMENT SLIDER BAR
   ========================================================================== */
.announcement-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: var(--secondary-color);
    color: var(--white);
    z-index: 1010;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition-smooth);
    border-bottom: 1px solid rgba(var(--primary-rgb), 0.15);
}

.announcement-slider {
    position: relative;
    width: 100%;
    max-width: 800px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.announcement-slide {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1), transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    pointer-events: none;
    text-align: center;
    padding: 0 40px;
}

.announcement-slide.active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.announcement-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    color: rgba(255, 255, 255, 0.5);
    font-size: 11px;
    cursor: pointer;
    z-index: 1012;
    padding: 8px 16px;
    transition: var(--transition-smooth);
    display: flex;
    align-items: center;
    justify-content: center;
}

.announcement-arrow:hover {
    color: var(--primary-color);
    transform: translateY(-50%) scale(1.1);
}

.announcement-arrow.prev {
    left: 10px;
}

.announcement-arrow.next {
    right: 10px;
}

header.nav-wrapper {
    top: 56px !important;
}

body {
    padding-top: 40px !important;
}

@media (max-width: 991.98px) {
    header {
        top: 52px !important;
    }
}


.announcement-cta {
    display: inline-flex;
    align-items: center;
    margin-left: 8px;
    padding: 2px 10px;
    background: var(--primary-color);
    color: var(--secondary-color) !important;
    border-radius: 4px;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: var(--transition-smooth);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.announcement-cta:hover {
    background: var(--white);
    color: var(--black) !important;
    transform: translateY(-1px);
}


/* ==========================================================================
   4-COLUMN GRID & CARD ACTION BUTTONS
   ========================================================================== */
.product-grid-four {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

@media (max-width: 1199.98px) {
    .product-grid-four {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }
}

@media (max-width: 575.98px) {
    .product-grid-four {
        grid-template-columns: 1fr;
    }
}

.btn-add-to-cart:hover {
    background: var(--primary-color) !important;
    color: var(--white) !important;
}

.btn-read-more:hover {
    border-color: var(--primary-color) !important;
    color: var(--primary-color) !important;
    background: rgba(179, 149, 102, 0.05) !important;
}


/* ==========================================================================
   PERFORA-STYLE PREMIUM CARD & CATEGORY BAR REDESIGN
   ========================================================================== */

/* Category Bar Section */
.category-bar-section {
    padding: 30px 0 10px;
    background: var(--background-color);
    border-bottom: 1px solid var(--border-color);
}

.category-list {
    display: flex;
    justify-content: center;
    gap: 20px;
    overflow-x: auto;
    padding: 10px 16px;
    scrollbar-width: none;
}

.category-list::-webkit-scrollbar {
    display: none;
}

.category-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    text-decoration: none;
    color: var(--text-color);
    min-width: 80px;
    transition: var(--transition-smooth);
}

.category-icon-wrapper {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid var(--border-color);
    background: var(--surface-color);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    color: var(--text-color);
    font-size: 20px;
    transition: var(--transition-smooth);
}

.category-item span {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.02em;
    transition: var(--transition-smooth);
}

.category-item:hover .category-icon-wrapper {
    border-color: var(--primary-color);
    color: var(--primary-color);
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(179, 149, 102, 0.15);
}

.category-item:hover span {
    color: var(--primary-color);
}

@media (max-width: 767.98px) {
    .category-list {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* Premium Product Card */
.product-card-premium {
    background: #f4f2fa;
    border: none;
    border-radius: 16px;
    padding: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: var(--transition-smooth);
    height: 100%;
}

.product-card-premium:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.product-card-premium__image-wrapper {
    position: relative;
    width: 100%;
    background-color: #ffffff;
    border-radius: 12px;
    padding: 12px;
    margin-bottom: 12px;
}

.product-card-premium__sale-badge {
    position: absolute;
    bottom: 12px;
    left: 12px;
    background: #000;
    color: #fff;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 4px;
}

.product-card-premium__image-link {
    display: block;
    position: relative;
    width: 100%;
    padding-top: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.4s ease;
}

.product-card-premium:hover .product-card-premium__image-link {
    transform: scale(1.05);
}

.product-card-premium__title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.product-card-premium__title a:hover {
    color: var(--primary-color);
}

.product-card-premium__body {
    padding: 8px 4px 4px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.product-card-premium__title {
    font-family: var(--font-heading);
    font-size: 17px;
    font-weight: 500;
    color: #111;
    line-height: 1.4;
    margin-bottom: 8px;
}

.product-card-premium__desc {
    font-size: 13px;
    color: #666;
    line-height: 1.5;
    margin-bottom: 15px;
}

.product-card-premium__price-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
}

.product-card-premium__price {
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

.product-card-premium__price-old {
    font-size: 14px;
    color: #888;
    text-decoration: line-through;
}

.product-card-premium__discount {
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    background: #029843ff;
    padding: 3px 10px;
    border-radius: 12px;
    text-transform: none;
}

.product-card-premium__btn {
    width: 100%;
    padding: 12px;
    background: #000;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.2s ease;
    margin-top: auto;
}

.product-card-premium__btn:hover {
    background: #333;
    color: #fff;
}

/* Premium Slick Slider Styles */
.product-slider-wrapper {
    position: relative;
    padding: 0 40px;
}

.product-slider-premium {
    margin: 0 -12px;
}

.product-slider-premium .slick-slide {
    padding: 0 12px;
}

.slick-arrow-premium {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--surface-color);
    border: 1px solid var(--border-color);
    color: var(--text-color);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: var(--transition-smooth);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.slick-arrow-premium:hover {
    border-color: var(--primary-color);
    color: var(--primary-color);
    box-shadow: 0 4px 15px rgba(179, 149, 102, 0.18);
    transform: translateY(-50%) scale(1.05);
}

.slick-arrow-premium.prev-btn {
    left: -10px;
}

.slick-arrow-premium.next-btn {
    right: -10px;
}

/* ==========================================================================
   WHATSAPP CHAT WIDGET
   ========================================================================== */
.whatsapp-chat-widget {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 10000;
    width: 60px;
    height: 60px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
    text-decoration: none;
}

.whatsapp-chat-widget:hover {
    transform: scale(1.1);
    color: #fff;
}

/* ==========================================================================
   DARK MULTI-COLUMN FOOTER (Perfora-inspired)
   ========================================================================== */
.footer {
    padding: 70px 0 0;
    background: #1a1816;
    color: rgba(255, 255, 255, 0.75);
    border-top: none;
}

.footer .footer-grid {
    display: grid;
    grid-template-columns: 1.2fr 1.2fr 1fr;
    gap: 50px;
    margin-bottom: 50px;
}

.footer .footer-col-title {
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.45);
    margin-bottom: 24px;
}

.footer .footer-about-logo {
    max-width: 180px;
    margin-bottom: 18px;
    filter: brightness(0) invert(1);
}

.footer .footer-about-desc {
    font-size: 13px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 28px;
}

.footer .footer-contact-title {
    font-family: var(--font-body);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.45);
    margin-bottom: 16px;
}

.footer .footer-contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer .footer-contact-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
}

.footer .footer-contact-list li i {
    color: var(--primary-color);
    font-size: 14px;
    width: 18px;
    text-align: center;
    flex-shrink: 0;
}

.footer .footer-contact-list li a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    transition: color 0.2s;
}

.footer .footer-contact-list li a:hover {
    color: var(--primary-color);
}

.footer .footer-links-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 40px;
}

.footer .footer-links-grid a {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    transition: color 0.2s ease;
    padding: 3px 0;
}

.footer .footer-links-grid a:hover {
    color: var(--primary-color);
}

.footer .footer-newsletter-desc {
    font-size: 13px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.55);
    margin-bottom: 20px;
}

.footer .footer-newsletter-input-wrap {
    position: relative;
    margin-bottom: 14px;
}

.footer .footer-newsletter-input {
    width: 100%;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    color: var(--white);
    font-family: var(--font-body);
    font-size: 13px;
    padding: 14px 50px 14px 16px;
    outline: none;
    transition: border-color 0.2s ease;
}

.footer .footer-newsletter-input::placeholder {
    color: rgba(255, 255, 255, 0.3);
}

.footer .footer-newsletter-input:focus {
    border-color: var(--primary-color);
}

.footer .footer-newsletter-arrow {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
    cursor: pointer;
    transition: color 0.2s;
}

.footer .footer-newsletter-arrow:hover {
    color: var(--primary-color);
}

.footer .footer-subscribe-btn {
    width: 100%;
    background: var(--primary-color);
    color: var(--white);
    border: none;
    border-radius: 8px;
    padding: 14px 24px;
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    cursor: pointer;
    transition: var(--transition-smooth);
    text-transform: capitalize;
}

.footer .footer-subscribe-btn:hover {
    background: var(--white);
    color: #1a1816;
    transform: translateY(-2px);
}

.footer .footer-bottom-bar {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 24px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer .footer-bottom-socials {
    display: flex;
    align-items: center;
    gap: 16px;
}

.footer .footer-bottom-socials a {
    color: rgba(255, 255, 255, 0.4);
    font-size: 16px;
    transition: color 0.2s ease;
    text-decoration: none;
}

.footer .footer-bottom-socials a:hover {
    color: var(--primary-color);
}

.footer .footer-bottom-copy {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.3);
    margin: 0;
}

/* Footer responsive */
@media (max-width: 991.98px) {
    .footer .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }
}

@media (max-width: 767.98px) {
    .footer .footer-grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .footer .footer-bottom-bar {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ==========================================================================
   CATEGORY PAGE LAYOUT & COMPONENTS
   ========================================================================== */

/* Category Banner */
.category-banner-premium {
    background: #c3e2fd;
    /* Light blue from reference */
    padding: 160px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.category-banner-premium__content {
    max-width: 600px;
    z-index: 2;
}

.category-banner-premium__title {
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 700;
    color: #111;
    margin-bottom: 10px;
    line-height: 1.1;
    font-family: var(--font-heading);
}

.category-banner-premium__subtitle {
    font-size: clamp(1.2rem, 3vw, 2rem);
    color: #222;
    margin-bottom: 24px;
    font-family: var(--font-heading);
}

.category-banner-premium__btn {
    display: inline-block;
    padding: 12px 32px;
    background: #000;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.3s;
}

.category-banner-premium__btn:hover {
    background: #333;
    color: #fff;
}

.category-banner-premium__image {
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    height: 120%;
    max-width: 45%;
    z-index: 1;
}

.category-banner-premium__image img {
    height: 100%;
    width: auto;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
    .category-banner-premium {
        flex-direction: column;
        padding: 40px 20px;
        text-align: center;
    }

    .category-banner-premium__image {
        position: relative;
        right: auto;
        top: auto;
        transform: none;
        height: auto;
        max-width: 100%;
        margin-top: 30px;
    }

    .category-banner-premium__image img {
        width: 100%;
        height: auto;
    }
}

/* Marquee Ribbon */
.category-marquee-ribbon {
    background: #000;
    color: #fff;
    padding: 12px 0;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    display: flex;
    align-items: center;
}

.category-marquee-ribbon__track {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    animation: marquee 20s linear infinite;
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.category-marquee-ribbon__track span {
    display: inline-block;
}

.category-marquee-ribbon__track i {
    font-size: 10px;
    color: #fff;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* Update contact layout */
.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: stretch;
}

.contact-map-container {
    background: #e9e9e9;
    border-radius: 16px;
    overflow: hidden;
    min-height: 400px;
    box-shadow: var(--card-shadow);
    border: 1px solid var(--border-color);
}

.contact-map-container iframe {
    width: 100%;
    height: 100%;
    display: block;
}

/* Category Layout */
.category-main-section {
    padding: 60px 0;
    background: var(--background-color);
}

.category-layout {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

/* Category Pill Filters */
.category-pills-container {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 12px;
    justify-content: center;
}

.category-pill {
    padding: 8px 16px;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
    font-family: var(--font-body);
    color: #334155;
    text-decoration: none;
    transition: all 0.2s ease;
    background: #fff;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.category-pill i {
    font-size: 14px;
    opacity: 0.8;
}

.pdp-gallery__zoom-link {
    cursor: zoom-in;
}

.category-pill:hover {
    border-color: #cbd5e1;
    background: #f8fafc;
    color: #0f172a;
}

.category-pill.active {
    background: #1e293b;
    border-color: #1e293b;
    color: #fff;
}

.category-pill.active i {
    opacity: 1;
}

/* Product Grid */
.category-product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

@media (max-width: 991.98px) {
    .category-layout {
        gap: 24px;
    }

    .category-product-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .category-main-section {
        padding: 40px 0;
    }

    .category-banner-premium {
        padding: 100px 30px;
    }
}

@media (max-width: 767.98px) {
    .category-product-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .category-pills-container {
        justify-content: flex-start;
        overflow-x: auto;
        padding-bottom: 8px;
        flex-wrap: nowrap;
        scrollbar-width: none;
    }

    .category-pills-container::-webkit-scrollbar {
        display: none;
    }

    .category-pill {
        white-space: nowrap;
        font-size: 12px;
        padding: 7px 14px;
    }

    .category-main-section {
        padding: 30px 0;
    }

    .category-banner-premium {
        padding: 80px 20px;
    }

    .category-banner-premium__title {
        font-size: clamp(1.6rem, 5vw, 2.5rem);
    }

    .category-marquee-ribbon__track {
        font-size: 11px;
    }
}

@media (max-width: 575.98px) {
    .category-product-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .category-banner-premium {
        padding: 60px 16px;
    }

    .description {
        padding: 0 15px;
    }
}

/* ==========================================================================
   CONTACT PAGE STYLES
   ========================================================================== */

.contact-banner {
    background: #f4f2fa;
    padding: 80px 20px;
    text-align: center;
    border-bottom: 1px solid var(--border-color);
}

.contact-banner__title {
    font-family: var(--font-heading);
    font-size: clamp(2.5rem, 5vw, 4rem);
    color: var(--heading-color);
    margin-bottom: 15px;
    font-weight: 700;
}

.contact-banner__subtitle {
    font-family: var(--font-body);
    font-size: 1.2rem;
    color: var(--text-color);
    max-width: 600px;
    margin: 0 auto;
}

.contact-section {
    padding: 80px 0;
    background: var(--background-color);
}

.contact-wrapper {
    max-width: 700px;
    margin: 0 auto;
}

.contact-form-container {
    background: var(--surface-color);
    padding: 50px;
    border-radius: 16px;
    box-shadow: var(--card-shadow);
    border: 1px solid var(--border-color);
}

.contact-heading {
    font-family: var(--font-heading);
    font-size: 2rem;
    color: var(--heading-color);
    margin-bottom: 30px;
    text-align: center;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-group label {
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 600;
    color: var(--heading-color);
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    background: #fdfdfd;
    font-family: var(--font-body);
    font-size: 15px;
    color: var(--text-color);
    transition: all 0.3s ease;
    outline: none;
}

.form-group input:focus,
.form-group textarea:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(179, 149, 102, 0.1);
}

.contact-submit-btn {
    margin-top: 10px;
    padding: 16px 32px;
    background: #000;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-family: var(--font-body);
}

.contact-submit-btn:hover {
    background: #333;
}

/* Contact Page Responsive */
@media (max-width: 991.98px) {
    .contact-grid {
        grid-template-columns: 1fr;

    }

    .left {
        order: 2;
    }

    .right {
        order: 1;
    }

    .contact-map-container {
        min-height: 300px;
    }

    .contact-section {
        padding: 50px 0;
    }

    .contact-banner {
        padding: 110px 20px;
    }

    .contact-banner__title {
        font-size: clamp(2rem, 5vw, 3rem);
    }
}

@media (max-width: 767.98px) {
    .form-row {
        grid-template-columns: 1fr;
    }

    .contact-form-container {
        padding: 30px 20px;
    }

    .contact-section {
        padding: 40px 0;
    }

    .contact-banner {
        padding: 150px 0 60px 0;
    }

    .contact-banner__title {
        font-size: clamp(1.6rem, 6vw, 2.2rem);
    }

    .contact-banner__subtitle {
        font-size: 1rem;
    }

    .contact-heading {
        font-size: 1.5rem;
        margin-bottom: 20px;
    }

    .announcement-bar {
        height: 61px;

    }
}

@media (max-width: 575.98px) {
    .contact-form-container {
        padding: 24px 16px;
    }

    .contact-map-container {
        min-height: 250px;
    }

    .contact-submit-btn {
        padding: 14px 24px;
        font-size: 14px;
        width: 100%;
    }

    .form-group input,
    .form-group textarea {
        font-size: 14px;
        padding: 12px 14px;
    }
}



/* ==========================================================================
   ABOUT PAGE RESPONSIVE
   ========================================================================== */
@media (max-width: 767.98px) {
    .about-section {
        padding: 50px 0 !important;
    }

    .about-text {
        padding: 10px 0 !important;
    }

    .about-image {
        border-radius: 12px !important;
    }
}

/* ==========================================================================
   PDP (PRODUCT DETAIL) PAGE RESPONSIVE FIXES
   ========================================================================== */
@media (max-width: 991.98px) {
    .pdp-section {
        padding: 60px 0 60px;
    }

    .pdp-gallery__main {
        height: 400px;
    }

    .pdp-gallery__slide img {
        height: 400px;
    }

    .pdp-info__title {
        font-size: 26px;
    }

    .pdp-accordion {
        margin: 40px auto 0;
    }
}

@media (max-width: 767.98px) {
    .pdp-section {
        padding: 20px 0 40px;
    }

    .pdp-gallery__main {
        height: 350px;
        border-radius: 14px;
    }

    .pdp-gallery__slide img {
        height: 350px;
    }

    .pdp-gallery__thumb img {
        height: 70px;
        border-radius: 8px;
    }

    .pdp-gallery__thumbs {
        margin-top: 10px;
        padding: 0 20px;
    }

    .pdp-info__title {
        font-size: 22px;
        margin-bottom: 8px;
    }

    .pdp-info__price {
        font-size: 24px;
    }

    .pdp-info__badge {
        font-size: 10px;
        padding: 4px 12px;
        margin-bottom: 10px;
    }

    .pdp-actions {
        margin-top: 20px;
        padding-top: 20px;
    }

    .pdp-trust {
        margin-top: 20px;
        padding: 16px;
    }

    .pdp-accordion {
        margin: 30px auto 0;
    }

    .pdp-accordion__header {
        font-size: 14px;
        padding: 18px 0;
    }

    .pdp-accordion__body p,
    .pdp-accordion__body ul {
        font-size: 14px;
    }

    .pdp-breadcrumb {
        font-size: 12px;
    }

    .pdp-variant__label {
        font-size: 12px;
    }

    .pdp-swatch {
        padding: 8px 16px;
        font-size: 13px;
    }

    .pdp-lightbox__arrow {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    .pdp-lightbox__arrow--prev {
        left: 10px;
    }

    .pdp-lightbox__arrow--next {
        right: 10px;
    }

    .pdp-lightbox__close {
        top: 15px;
        right: 15px;
        font-size: 24px;
    }
}

@media (max-width: 575.98px) {
    .pdp-section {
        padding: 16px 0 30px;
    }

    .pdp-gallery__main {
        height: 280px;
        border-radius: 12px;
    }

    .pdp-gallery__slide img {
        height: 280px;
    }

    .pdp-gallery__thumb img {
        height: 55px;
    }

    .pdp-info__title {
        font-size: 20px;
    }

    .pdp-info__price {
        font-size: 22px;
    }

    .pdp-actions {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .pdp-actions__btn {
        padding: 13px 16px;
        font-size: 14px;
    }

    .pdp-trust {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 14px;
    }

    .pdp-trust__item {
        font-size: 12px;
    }

    .pdp-variant {
        margin-bottom: 18px;
    }

    .pdp-qty__btn {
        width: 38px;
        height: 38px;
    }

    .pdp-qty__value {
        width: 38px;
        line-height: 38px;
        font-size: 14px;
    }
}

/* ==========================================================================
   INDEX PAGE (HOME) RESPONSIVE FIXES
   ========================================================================== */
@media (max-width: 767.98px) {
    .visibility-banner-content {
        padding: 30px 16px;
    }

    .visibility-banner-content .section-title {
        font-size: clamp(1.3rem, 5vw, 1.8rem);
    }

    .visibility-banner-content .btn-hero {
        padding: 12px 28px;
        font-size: 13px;
    }

    .collection-section {
        padding: 50px 0;
    }

    .new_section {
        padding: 0 !important;
    }
}

@media (max-width: 575.98px) {
    .category-list {
        gap: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .category-icon-wrapper {
        width: 48px;
        height: 48px;
        font-size: 16px;
    }

    .category-item span {
        font-size: 10px;
    }

    .category-item {
        min-width: 60px;
    }

    .collection-section {
        padding: 40px 0;
    }

    .product-card-premium {
        padding: 8px;
        border-radius: 12px;
    }

    .product-card-premium__image-wrapper {
        padding: 8px;
        border-radius: 10px;
        margin-bottom: 8px;
    }

    .product-card-premium__body {
        padding: 0 4px;
    }

    .product-card-premium__title a {
        font-size: 13px;
    }

    .product-card-premium__desc {
        font-size: 11px;
    }

    .product-card-premium__price {
        font-size: 15px;
    }

    .product-card-premium__price-old {
        font-size: 12px;
    }

    .product-card-premium__discount {
        font-size: 10px;
        padding: 2px 6px;
    }

    .product-card-premium__btn {
        font-size: 12px;
        padding: 8px 14px;
    }

    .features-section {
        padding: 40px 0;
    }

    .feature-item {
        padding: 16px;
        border-bottom: 1px solid var(--border-subtle);
        border-right: none !important;
    }

    .feature-item:last-child {
        border-bottom: none;
    }

    .footer {
        padding: 50px 0;
    }

    .footer .footer-grid {
        gap: 30px;
    }

    .footer .footer-bottom-bar {
        padding: 16px 0;
    }

    .footer .footer-col-title {
        font-size: 14px;
    }

    .footer .footer-about-desc,
    .footer .footer-newsletter-desc {
        font-size: 13px;
    }

    .footer .footer-contact-list li {
        font-size: 13px;
    }

    .footer-links-grid a {
        font-size: 13px;
    }
}
<style>
.sticky-mobile-atc{
    position:fixed;
    left:0;
    right:0;
    bottom:0;
    z-index:9997;

    background:#fff;
    padding:14px 16px calc(14px + env(safe-area-inset-bottom));

    box-shadow:0 -10px 30px rgba(0,0,0,.12);

    transform:translateY(120%);
    transition:.35s ease;
}

.sticky-mobile-atc.show{
    transform:translateY(0);
}

.sticky-mobile-atc__btn{
    width:100%;
    height:56px;

    border:none;
    border-radius:14px;

    background:#111;
    color:#fff;

    font-size:16px;
    font-weight:700;

    cursor:pointer;

    transition:.25s;
}

.sticky-mobile-atc__btn:hover{
    background:#000;
}

.sticky-mobile-atc__btn:disabled{
    opacity:.6;
}

@media(min-width:768px){

.sticky-mobile-atc{
display:none;
}

}
</style>

