/* ============================================================
   SAVA SKINCARE — Complete Design System
   ============================================================ */

/* ============================================================
   1. CSS RESET & VARIABLES
   ============================================================ */
:root {
    --primary: #2D6A4F;
    --primary-dark: #1B4332;
    --primary-light: #52B788;
    --primary-lighter: #95D5B2;
    --accent-gold: #D4A853;
    --accent-gold-light: #E8C97A;
    --cream: #FDF8F4;
    --cream-dark: #F5EDE4;
    --text-dark: #1A1A2E;
    --text-medium: #555555;
    --text-light: #888888;
    --white: #ffffff;
    --black: #000000;
    --danger: #E63946;
    --shadow-sm: 0 2px 8px rgba(0,0,0,0.06);
    --shadow-md: 0 4px 20px rgba(0,0,0,0.08);
    --shadow-lg: 0 8px 40px rgba(0,0,0,0.12);
    --radius-sm: 8px;
    --radius-md: 16px;
    --radius-lg: 24px;
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);

    /* Legacy variable mappings for backward compat */
    --Bean-Red: #2D6A4F;
    --Peach-Schnapps: #F5EDE4;
    --White-Smoke: #FDF8F4;
    --Silver: #888888;
    --Corn: #D4A853;
    --Awesome: #E63946;
    --Bistre: #1B4332;
    --Forest-Green: #2D6A4F;
    --Leather: #D4A853;
    --Bittersweet: #2D6A4F;
    --Ironside-Grey: #555555;
}

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700&family=Inter:wght@400;500;600&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    line-height: 1.6;
    color: var(--text-dark);
    background-color: var(--white);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

p {
    font-size: 15px;
    line-height: 1.6;
}

a {
    transition: var(--transition);
}

img {
    max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: var(--text-dark);
}


/* ============================================================
   2. OWL CAROUSEL CSS (VERBATIM)
   ============================================================ */

/* owl start*/

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
    margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

/* owl end */


/* ============================================================
   3. SCROLL ANIMATIONS
   ============================================================ */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-on-scroll {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.animate-on-scroll.animated {
    opacity: 1;
    transform: translateY(0);
}


/* ============================================================
   4. ANNOUNCEMENT BAR / TOP HEADER
   ============================================================ */
header,
.top-header-bar {
    background-color: var(--primary-dark);
    color: var(--white);
    padding: 8px 0;
    font-size: 13px;
    font-family: 'Inter', sans-serif;
}

.top-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    margin-bottom: 0;
}

.top-header li {
    list-style: none;
}

.top-header li a {
    color: var(--white);
    text-decoration: none;
    font-size: 13px;
    transition: var(--transition);
}

.top-header li a:hover {
    color: var(--accent-gold);
}

.top-header .top-social-media {
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    gap: 16px;
}

.top-header .top-social-media li {
    list-style: none;
}

.top-header .top-social-media li a {
    color: rgba(255,255,255,0.8);
    text-decoration: none;
    font-size: 14px;
    transition: var(--transition);
}

.top-header .top-social-media li a:hover {
    color: var(--accent-gold);
}

.free-shopping-order {
    font-size: 13px;
    letter-spacing: 0.5px;
}

/* Top Auth (Login/Register/Account) */
.top-auth {
    display: flex;
    align-items: center;
    gap: 4px;
}

.top-auth a {
    color: rgba(255,255,255,0.85);
    text-decoration: none;
    font-size: 13px;
    transition: var(--transition);
}

.top-auth a:hover {
    color: var(--accent-gold);
}

.top-auth .divider {
    color: rgba(255,255,255,0.4);
    margin: 0 4px;
}

/* Top Social Media (div version) */
div.top-social-media {
    display: flex;
    align-items: center;
    gap: 16px;
}

div.top-social-media a {
    color: rgba(255,255,255,0.8);
    text-decoration: none;
    font-size: 14px;
    transition: var(--transition);
}

div.top-social-media a:hover {
    color: var(--accent-gold);
}

/* Nav Badge (wishlist/cart count) */
.nav-badge {
    background: var(--primary);
    color: var(--white);
    font-size: 10px;
    min-width: 18px;
    height: 18px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -8px;
    right: -10px;
    font-weight: 600;
    line-height: 1;
    font-family: 'Inter', sans-serif;
}

/* Footer Contact Items */
.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 14px;
    color: rgba(255,255,255,0.7);
}

.contact-item i {
    color: var(--accent-gold);
    width: 16px;
    margin-top: 3px;
    flex-shrink: 0;
}

.contact-item a {
    color: rgba(255,255,255,0.7);
    text-decoration: none;
    transition: var(--transition);
}

.contact-item a:hover {
    color: var(--accent-gold);
}

/* Newsletter Input */
.newsletter-input {
    position: relative;
}

.newsletter-input input {
    width: 100%;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    color: var(--white);
    border-radius: 25px;
    padding: 10px 50px 10px 18px;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    transition: var(--transition);
}

.newsletter-input input::placeholder {
    color: rgba(255,255,255,0.5);
}

.newsletter-input input:focus {
    outline: none;
    border-color: var(--accent-gold);
    background: rgba(255,255,255,0.15);
}

.newsletter-input .right-arrow {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    background: var(--accent-gold);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    cursor: pointer;
    transition: var(--transition);
}

.newsletter-input .right-arrow:hover {
    background: var(--accent-gold-light);
}

.showmoreBtn {
    color: var(--primary-light) !important;
    line-height: 30px;
}


/* ============================================================
   5. NAVBAR
   ============================================================ */
.navbar.navbar-pocket {
    background-color: rgba(255, 255, 255, 1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    padding: 0;
    border-radius: 0 !important;
    position: sticky;
    top: 0;
    z-index: 1000;
    transition: var(--transition);
}

.navbar.navbar-pocket.scrolled {
    box-shadow: var(--shadow-sm);
}

.navbar-pocket img {
    max-width: 100px;
}

.navbar-pocket.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    top: 100%;
    border-radius: var(--radius-sm);
    border: none;
    box-shadow: var(--shadow-md);
}

.navbar-nav.pocketnavbar {
    width: 100%;
    justify-content: center;
}

.navbar-nav.pocketnavbar li {
    margin-right: 16px;
}

.navbar-nav.pocketnavbar > li > .nav-link {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: var(--text-dark);
    background: transparent;
    margin-bottom: 0;
    padding: 12px 4px;
    position: relative;
    text-decoration: none;
    transition: var(--transition);
}

.navbar-nav.pocketnavbar > li > .nav-link::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--primary);
    transition: width 0.3s ease;
}

.navbar-nav.pocketnavbar > li:hover > .nav-link::before,
.navbar-nav.pocketnavbar > li > .nav-link.active::before {
    width: 100%;
}

.navbar-nav.pocketnavbar > li:hover > .nav-link {
    color: var(--primary);
}

/* Open dropdown on hover for desktop */
@media (min-width: 992px) {
    .navbar-nav.pocketnavbar .dropdown:hover > .dropdown-menu {
        display: block;
        margin-top: 0;
    }
}

/* Right Navbar Icons */
.right-navbar-icon ul {
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    width: auto;
    align-items: center;
    gap: 8px;
}

.right-navbar-icon ul li {
    list-style: none;
    margin-right: 16px;
    position: relative;
}

.right-navbar-icon ul li i {
    font-size: 18px;
    transition: var(--transition);
}

.right-navbar-icon a {
    text-decoration: none;
    color: var(--text-dark);
    transition: var(--transition);
}

.right-navbar-icon a:hover,
.right-navbar-icon ul li:hover i {
    color: var(--primary);
}

/* Badge */
.right-navbar-icon .badge,
.cart-count,
.wishlist-count {
    background: var(--primary);
    color: var(--white);
    font-size: 10px;
    min-width: 18px;
    height: 18px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -8px;
    right: -10px;
    font-weight: 600;
    line-height: 1;
}

/* Search */
.topmenu-search input {
    width: 220px;
    border-radius: 25px;
    border: 1px solid #e0e0e0;
    padding: 8px 40px 8px 18px;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s ease, border-color 0.3s ease;
    background: var(--cream);
}

.topmenu-search input:focus {
    width: 280px;
    border-color: var(--primary);
    outline: none;
    background: var(--white);
}

.topmenu-search {
    position: relative;
}

.topmenu-search a {
    position: absolute;
    top: 8px;
    right: 16px;
}

.topmenu-search a i {
    color: var(--primary);
    background-color: transparent;
    font-size: 14px;
}

.form-control:focus {
    box-shadow: none !important;
}

.IconTop {
    padding-top: 8px;
}

.top-ic {
    padding-top: 8px;
}

.mobile-search {
    display: none;
}

/* Mega Menu */
.pocketnavbar .DropdownArea {
    position: static !important;
}

.pocketnavbar .DropdownList {
    position: relative;
}

.pocketnavbar .DropdownListWrap {
    width: 100% !important;
    background-color: transparent;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    padding: 0;
    margin: 0;
    left: 0;
    right: 0;
    pointer-events: none;
}

.pocketnavbar .DropdownList {
    max-width: 80%;
    margin: 0 auto;
    padding: 40px 25px;
    background-color: var(--white);
    box-shadow: var(--shadow-md);
    border-radius: 0 0 var(--radius-sm) var(--radius-sm);
    pointer-events: auto;
    position: relative;
}

/* Invisible bridge above the visible menu content to prevent hover gap */
.pocketnavbar .DropdownList::before {
    content: '';
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 20px;
    background: transparent;
}

.pocketnavbar .dropdown-item {
    padding: 0.5rem;
    text-transform: uppercase;
    font-size: .785rem;
    font-weight: 600;
    letter-spacing: .5px;
    color: var(--primary);
    font-family: 'Inter', sans-serif;
}

.pocketnavbar .dropdown-menu.DropdownListWrap {
    margin-top: 0;
}

.pocketnavbar .DropdownListWrap .DropdownList ul {
    padding-left: 0;
}

.pocketnavbar .DropdownListWrap .DropdownList ul li a {
    text-decoration: none;
    color: var(--text-medium);
    font-weight: 500;
    font-size: 14px;
    transition: var(--transition);
}

.pocketnavbar .DropdownListWrap .DropdownList ul li a:hover {
    color: var(--primary);
}

.pocketnavbar .DropdownListWrap .DropdownList ul li {
    margin-bottom: 10px;
    list-style: none;
}

.pocketnavbar .DropdownListWrap .dropdown-item {
    padding: 0;
    font-weight: 700;
    background: transparent;
    margin-bottom: 8px;
    color: var(--primary);
}

.mega-menu-image img {
    width: 100%;
    border-radius: var(--radius-sm);
}

.menu-banner img {
    width: 100% !important;
    border-radius: var(--radius-sm);
}

.more-categorymenu a {
    text-decoration: none;
}

.more-categorymenu {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

/* Crazy Deal Button */
.crazy-deal-btn {
    background: var(--primary);
    color: var(--white) !important;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none !important;
    transition: var(--transition);
    display: inline-block;
    font-family: 'Inter', sans-serif;
}

.crazy-deal-btn:hover {
    background: var(--primary-dark);
    color: var(--white) !important;
    transform: translateY(-1px);
}

.mobile-crazy {
    display: none;
}

/* Navbar Toggler */
.navbar-toggler:focus {
    box-shadow: none !important;
}

.navbar-toggler {
    border: 0 !important;
}


/* ============================================================
   6. HERO SLIDER
   ============================================================ */
.hero-section,
.herosection {
    position: relative;
    overflow: hidden;
}

.herosection .heroImg img,
.heroImg img {
    width: 100% !important;
    height: 600px !important;
    object-fit: cover !important;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.1) 70%);
    pointer-events: none;
}

.heroImg .carousel-caption,
.carousel-caption {
    position: absolute;
    left: 80px;
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
    color: var(--white);
    z-index: 2;
    right: auto;
    bottom: auto;
}

.heroImg .carousel-caption h6,
.carousel-caption h6 {
    letter-spacing: 4px;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    margin-bottom: 12px;
    color: rgba(255,255,255,0.9);
}

.heroImg .carousel-caption h2,
.carousel-caption h2 {
    font-size: 52px;
    font-family: 'Playfair Display', serif;
    margin-bottom: 20px;
    line-height: 1.2;
    font-weight: 700;
    color: var(--white);
}

.heroImg .carousel-caption a,
.carousel-caption .btn-hero,
.carousel-caption a {
    background: var(--primary);
    color: var(--white);
    padding: 14px 32px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: var(--transition);
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    letter-spacing: 0.3px;
}

.heroImg .carousel-caption a:hover,
.carousel-caption .btn-hero:hover,
.carousel-caption a:hover {
    background: var(--primary-dark);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(45, 106, 79, 0.4);
}

/* Hero slider dots */
.herosection.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: -50px;
    position: absolute;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
}

.herosection.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    transition: var(--transition);
}

.herosection.owl-theme .owl-dots .owl-dot.active span,
.herosection.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--primary);
    transform: scale(1.2);
}


/* ============================================================
   7. BENEFITS SECTION
   ============================================================ */
.benifit-section {
    padding: 40px 0;
    background: var(--cream);
}

.benifit-item {
    text-align: center;
    padding: 20px;
    transition: var(--transition);
}

.benifit-item:hover {
    transform: scale(1.05);
}

.benifit-icon img {
    width: 40px;
    height: 40px;
    margin-bottom: 12px;
    object-fit: contain;
}

.benifit-content h5 {
    font-size: 15px;
    font-weight: 600;
    color: var(--text-dark);
    font-family: 'Inter', sans-serif;
    margin-bottom: 4px;
}

.benifit-content p {
    font-size: 13px;
    color: var(--text-medium);
    margin-bottom: 0;
    line-height: 1.5;
}

.benifit-content a {
    text-decoration: none;
    color: var(--primary);
    font-weight: 500;
}


/* ============================================================
   8. SECTION HEADLINES
   ============================================================ */
.section-header {
    text-align: center;
    margin-bottom: 50px;
    padding-top: 80px;
}

.section-tag {
    display: inline-block;
    background: var(--cream-dark);
    color: var(--primary);
    padding: 6px 20px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 12px;
    font-family: 'Inter', sans-serif;
}

.section-title {
    font-size: 36px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 10px;
}

.section-subtitle {
    font-size: 15px;
    color: var(--text-medium);
    max-width: 500px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Legacy headline class */
.headline {
    position: relative;
    margin-bottom: 30px;
}

.headline h2 {
    font-size: 32px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 30px;
    text-align: center;
}

.headline h2:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -8px;
    width: 60px;
    height: 3px;
    background-color: var(--primary);
    border-radius: 2px;
}


/* ============================================================
   9. PRODUCT CARDS (item-category-section)
   ============================================================ */
.item-category-section {
    padding: 0 0 60px 0;
}

.subcategory-headline {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--cream-dark);
    width: 100%;
}

.subcategory-headline h5 {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    font-weight: 600;
    color: var(--text-dark);
    margin: 0;
    text-transform: capitalize;
    letter-spacing: 0;
}

.viewall a,
.subcategory-headline .viewall a {
    color: var(--primary);
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: var(--transition);
    font-family: 'Inter', sans-serif;
    background: transparent;
    padding: 0;
    border: none;
    border-radius: 0;
}

.viewall a:hover,
.subcategory-headline .viewall a:hover {
    gap: 10px;
    color: var(--primary-dark);
}

/* Product Cards */
.item-cards {
    background: var(--white);
    border-radius: var(--radius-md);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    margin-bottom: 24px;
    border: 1px solid #f0f0f0;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.products-card .item-cards {
    padding: 0 !important;
    border: 1px solid #f0f0f0;
    min-height: auto;
}

.products-card .row > [class*="col-"] {
    display: flex;
}

.item-cards:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-md);
}

.products-card .item-cards img {
    width: 100%;
}

/* Product Image */
.product-img,
.item-cards .product-img {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    background: #f9f9f9;
    width: 100%;
    height: auto;
}

.product-img img,
.item-cards .product-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.item-cards:hover .product-img img {
    transform: scale(1.08);
}

/* Wishlist Button */
.wishlist-btn {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
    background: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--shadow-sm);
    opacity: 0;
    transform: translateX(10px);
    transition: var(--transition);
    z-index: 2;
    border: none;
    cursor: pointer;
    color: var(--text-dark);
    font-size: 14px;
}

.item-cards:hover .wishlist-btn {
    opacity: 1;
    transform: translateX(0);
}

.wishlist-btn:hover {
    background: var(--danger);
    color: var(--white);
}

/* Cart Button */
.cart-btn {
    position: absolute;
    bottom: 12px;
    right: 12px;
    width: 40px;
    height: 40px;
    background: var(--primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    opacity: 0;
    transform: translateY(10px);
    transition: var(--transition);
    z-index: 2;
    border: none;
    cursor: pointer;
    font-size: 16px;
}

.item-cards:hover .cart-btn {
    opacity: 1;
    transform: translateY(0);
}

.cart-btn:hover {
    background: var(--primary-dark);
    transform: translateY(0) scale(1.1);
}

/* Product Overlay (backward compat) */
.item-cards .item-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.item-cards .product-img .item-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.product-overlay {
    opacity: 0;
    transition: 0.4s ease;
}

.item-cards:hover .product-overlay {
    opacity: 1;
}

/* Product Details */
.item-short-desc {
    padding: 16px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.item-flex,
.item-cards .item-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
    padding: 0;
    list-style: none;
}

.item-flex li,
.item-cards .item-flex li {
    list-style: none;
}

.item-name,
.item-short-desc .item-name {
    font-size: 12px;
    color: var(--primary);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: 'Inter', sans-serif;
}

.item-rating,
.item-cards .item-flex .item-rating {
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
}

.item-rating li,
.item-cards .item-flex .item-rating li {
    list-style: none;
    display: inline;
    color: var(--accent-gold);
    font-size: 12px;
}

.item-cards ul .item-rating i {
    color: var(--accent-gold);
}

.item-short-desc > a,
.item-short-desc a {
    font-size: 15px;
    font-weight: 600;
    color: var(--text-dark);
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 8px;
    line-height: 1.4;
    font-family: 'Inter', sans-serif;
    transition: var(--transition);
}

.item-short-desc > a:hover,
.item-short-desc a:hover {
    color: var(--primary);
}

.rating-item,
.item-cards .rating-item {
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    justify-content: space-between;
    list-style: none;
    margin-top: auto;
}

.item-cards .rating-item li {
    list-style: none;
}

.productprice,
.rating-item .productprice {
    color: var(--primary);
    font-size: 18px;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
}

/* Product Offer Badge */
.product-offer {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 10;
}

.product-offer h5 {
    background-color: var(--danger);
    color: var(--white);
    border-radius: 80px;
    font-size: 12px;
    text-align: center;
    padding: 6px 10px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
}

/* Add item bar (backward compat) */
.item-cards .product-img .add-item {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: rgba(255,255,255,0.95);
    width: 100%;
}

.add-item ul {
    display: flex;
    justify-content: center;
    margin-bottom: 0;
    padding: 8px 0;
}

.add-item ul li {
    list-style: none;
    margin-right: 16px;
    background-color: var(--white);
    border: 1px solid #f0f0f0;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
}

.add-item ul li:hover {
    border-color: var(--primary);
}

.add-item ul .cart-item {
    background-color: var(--primary);
}

.add-item ul .cart-item i {
    color: var(--white);
}

.add-item ul li i {
    padding: 0;
    color: var(--text-dark);
    font-size: 16px;
}

.product-item-color {
    height: .625em;
    width: .625em;
    border-radius: 999px;
    display: inline-block;
    margin: 0 .1875em;
    cursor: pointer;
    background-color: var(--primary);
}

.product-item-color.active {
    background-color: var(--text-light);
}

/* Tab navigation for categories */
.item-category-section .nav-tabs .nav-link {
    color: var(--text-light);
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    border: none;
}

.item-category-section .nav-tabs .nav-link.active {
    color: var(--primary);
    border: none;
}

.item-category-section .nav-tabs {
    border: none;
    margin-bottom: 20px;
}


/* ============================================================
   10. FEATURED PRODUCTS SECTION
   ============================================================ */
.featured-sec,
.item-category-section.featured-sec {
    background: var(--cream);
    padding: 60px 0;
}

.featuredproducts .item {
    padding: 10px;
}

/* Featured carousel nav */
.featuredproducts .owl-nav button.owl-prev,
.featuredproducts .owl-nav button.owl-next {
    position: absolute;
    top: 45%;
    background: var(--primary-light);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    color: var(--white);
    transition: var(--transition);
    outline: none;
    border: none;
}

.featuredproducts .owl-nav button.owl-prev:hover,
.featuredproducts .owl-nav button.owl-next:hover {
    background: var(--primary-dark);
}

.featuredproducts .owl-nav button.owl-prev {
    left: -15px;
}

.featuredproducts .owl-nav button.owl-next {
    right: -15px;
}

.featuredproducts .owl-nav button.owl-prev span,
.featuredproducts .owl-nav button.owl-next span {
    padding-bottom: 6px;
}

.owl-nav [class*='owl-']:focus {
    outline: none;
}

/* Featured carousel dots */
.featuredproducts .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    transition: var(--transition);
}

.featuredproducts .owl-dots .owl-dot.active span {
    background: var(--primary);
}


/* ============================================================
   11. BRAND STORY BANNER
   ============================================================ */
.brand-story {
    background: linear-gradient(135deg, var(--primary-dark), var(--primary));
    padding: 60px 0;
    color: var(--white);
    text-align: center;
}

.brand-story h2 {
    font-family: 'Playfair Display', serif;
    font-size: 38px;
    color: var(--white);
    margin-bottom: 16px;
}

.brand-story p {
    font-size: 16px;
    max-width: 600px;
    margin: 0 auto 30px;
    opacity: 0.9;
    line-height: 1.8;
    font-family: 'Inter', sans-serif;
}

.brand-story .btn-story {
    background: var(--white);
    color: var(--primary-dark);
    padding: 14px 36px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: var(--transition);
    font-family: 'Inter', sans-serif;
}

.brand-story .btn-story:hover {
    background: var(--accent-gold);
    color: var(--white);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}


/* ============================================================
   12. BLOG SECTION
   ============================================================ */
.blog-page {
    padding: 60px 0;
}

.blog-header p {
    color: var(--text-medium);
    font-size: 15px;
}

.blog-card {
    background: var(--white);
    border-radius: var(--radius-md);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    margin-bottom: 24px;
    border: 1px solid #f0f0f0;
}

.blog-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-md);
}

.blog-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.blog-card:hover img {
    transform: scale(1.05);
}

.blog-img-wrap {
    overflow: hidden;
}

.blog-content,
.blog-card-content {
    padding: 20px;
}

.blog-meta {
    font-size: 12px;
    color: var(--text-light);
    margin-bottom: 8px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
}

.blog-content h3,
.blog-card-content h3 {
    font-size: 18px;
    font-family: 'Playfair Display', serif;
    color: var(--text-dark);
    margin-bottom: 10px;
    line-height: 1.4;
    transition: var(--transition);
}

.blog-content h3 a,
.blog-card-content h3 a {
    color: inherit;
    text-decoration: none;
}

.blog-content h3:hover,
.blog-card-content h3:hover,
.blog-content h3 a:hover,
.blog-card-content h3 a:hover {
    color: var(--primary);
}

.blog-content p,
.blog-card-content p {
    font-size: 14px;
    color: var(--text-medium);
    margin-bottom: 15px;
    line-height: 1.6;
}

.read-more {
    color: var(--primary);
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: var(--transition);
    background: none;
    padding: 0;
    border: none;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
}

.read-more:hover {
    gap: 10px;
    color: var(--primary-dark);
}


/* ============================================================
   13. TESTIMONIALS
   ============================================================ */
.testimonial-section {
    padding: 60px 0;
    background: var(--cream);
    text-align: center;
}

.testimonial-tag {
    display: inline-block;
    background: var(--cream-dark);
    color: var(--primary);
    padding: 6px 20px;
    border-radius: 20px;
    font-size: 13px;
    margin-bottom: 12px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
}

.testimonial-heading {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 50px;
    letter-spacing: -0.5px;
}

.testimonial-card {
    background: var(--white);
    padding: 40px 30px;
    border-radius: var(--radius-md);
    max-width: 600px;
    margin: 15px auto;
    text-align: center;
    box-shadow: var(--shadow-md);
    min-height: 320px;
    position: relative;
}

.testimonial-card::before {
    content: '\201C';
    font-size: 80px;
    font-family: 'Playfair Display', serif;
    color: var(--primary-lighter);
    position: absolute;
    top: 10px;
    left: 25px;
    line-height: 1;
}

.testimonial-card .testiimg {
    display: flex;
    justify-content: center;
    width: 100%;
}

.testimonial-card img {
    width: 70px !important;
    height: 70px !important;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 15px;
    border: 3px solid var(--cream-dark);
}

.testimonial-card h4 {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    color: var(--text-dark);
}

.testimonial-card p {
    font-size: 15px;
    color: var(--text-medium);
    line-height: 1.7;
    max-width: 450px;
    margin: auto;
    font-style: italic;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.testimonial-stars {
    color: var(--accent-gold);
    font-size: 16px;
    margin-top: 15px;
}

/* Testimonial Carousel Styling */
#testimonail .owl-item {
    transform: scale(0.92);
    transition: 0.4s ease;
}

#testimonail .owl-item.center {
    opacity: 1;
    transform: scale(1);
}

#testimonail .owl-dots {
    margin-top: 20px;
}

#testimonail .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background: #d2d2d2;
    margin: 5px;
    border-radius: 50%;
    display: block;
    transition: var(--transition);
}

#testimonail .owl-dot.active span {
    background: var(--primary);
}

#testimonail .owl-nav {
    display: none !important;
}


/* ============================================================
   14. PARTNERS / BRANDS
   ============================================================ */
.partner-section {
    padding: 60px 0;
}

.partner-section .partner-img {
    padding: 20px;
    text-align: center;
}

.partner-section .partner-img img {
    max-height: 60px;
    width: auto;
    filter: grayscale(100%);
    opacity: 0.6;
    transition: var(--transition);
}

.partner-section .partner-img img:hover {
    filter: grayscale(0);
    opacity: 1;
}


/* ============================================================
   15. POLICY BAR
   ============================================================ */
.policy-delivery {
    background: #423127; /* Dark brown background from old reference */
    border-radius: var(--radius-md);
    padding: 30px;
    margin: 40px 0;
}

.inner-policy-card {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    padding: 10px 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.inner-policy-card.no-border,
.no-border {
    border-right: none;
    border: 0;
}

.inner-policy-card .policy-icon {
    flex-shrink: 0;
    margin-right: 15px;
}

.inner-policy-card img {
    width: 36px;
    margin-bottom: 0;
}

.inner-policy-card h5 {
    font-size: 15px;
    font-weight: 600;
    color: var(--white);
    font-family: 'Inter', sans-serif;
    margin-bottom: 4px;
}

.inner-policy-card p {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 0;
}

.policy-delivery h5 {
    font-size: 14px;
}


/* ============================================================
   16. FOOTER
   ============================================================ */
footer {
    background: var(--primary-dark);
    color: rgba(255,255,255,0.85);
    padding: 60px 0 30px;
}

.footer-head h5,
footer .footer-head h5 {
    font-family: 'Playfair Display', serif;
    color: var(--white);
    font-size: 18px;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 12px;
}

.footer-head h5::after,
footer .footer-head h5::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background: var(--accent-gold);
}

.footer-menu {
    margin-bottom: 30px;
}

footer .footer-menu {
    border-right: none;
}

.footer-menu.no-border {
    border: 0;
}

.footer-menu p {
    color: rgba(255,255,255,0.7);
    font-size: 14px;
    line-height: 1.7;
}

.footer-menu ul {
    padding-left: 0;
    list-style: none;
}

footer ul {
    padding-left: 0;
}

.footer-menu ul li {
    margin-bottom: 10px;
}

footer ul li {
    list-style: none;
}

.footer-menu ul li a,
footer a {
    color: rgba(255,255,255,0.7);
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 14px;
    line-height: 1.8;
}

.footer-menu ul li a:hover,
footer a:hover {
    color: var(--accent-gold);
}

.footer-menu ul li i,
footer ul i {
    color: var(--accent-gold);
    margin-right: 8px;
    font-size: 12px;
}

footer li:hover i {
    color: var(--accent-gold);
}

.footer-menu a {
    color: rgba(255,255,255,0.7);
    text-decoration: none;
    transition: var(--transition);
}

.footer-menu a:hover {
    color: var(--accent-gold);
}

.footer-menu i {
    color: var(--accent-gold);
    width: 20px;
}

/* Newsletter Subscription */
.subscription,
footer .subscription {
    position: relative;
}

.subscription input,
footer .subscription input {
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    color: var(--white);
    border-radius: 25px;
    padding: 10px 50px 10px 18px;
    width: 100%;
    font-size: 14px;
    transition: var(--transition);
}

.subscription input::placeholder,
footer .subscription input::placeholder {
    color: rgba(255,255,255,0.5);
}

.subscription input:focus,
footer .subscription input:focus {
    border-color: var(--accent-gold);
    outline: none;
}

.subscription .right-arrow,
footer .right-arrow {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    background: var(--accent-gold);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    cursor: pointer;
    transition: var(--transition);
    border: none;
}

.subscription .right-arrow:hover,
footer .right-arrow:hover {
    background: var(--accent-gold-light);
}

footer .right-arrow i {
    color: var(--white);
    margin-top: 0;
}

/* Footer Social Media */
.footer-social-media,
.footer-bottom .footer-social-media {
    display: flex;
    list-style: none;
    padding: 0;
    gap: 12px;
}

.footer-social-media li a,
.footer-bottom .footer-social-media li a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    transition: var(--transition);
    font-size: 14px;
}

.footer-social-media li a:hover,
.footer-bottom .footer-social-media li a:hover {
    background: var(--accent-gold);
    border-color: var(--accent-gold);
}

.footer-bottom .footer-social-media i {
    font-size: 14px;
    margin-right: 0;
}

/* Payment Gateway */
.payment-gateway,
.footer-bottom .payment-gateway {
    display: flex;
    list-style: none;
    padding: 0;
    gap: 10px;
    align-items: center;
}

.payment-gateway img,
.footer-bottom .payment-gateway img {
    height: 30px;
    opacity: 0.7;
    transition: var(--transition);
}

.payment-gateway img:hover {
    opacity: 1;
}

.footer-bottom .payment-gateway li {
    margin-right: 0;
}

/* Footer Bottom */
.footer-bottom {
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.1);
    margin-top: 20px;
}

.footer-bottom .app-download {
    display: flex;
}

.footer-bottom .app-download img {
    margin-right: 12px;
    max-width: 100%;
}

footer .footer-top {
    margin-bottom: 40px;
}


/* ============================================================
   17. COPYRIGHT
   ============================================================ */
.copyright-section {
    background: var(--primary-dark);
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.copyright-section .copyright,
.copyright {
    text-align: center;
    color: rgba(255,255,255,0.8);
    font-size: 15px;
    padding: 0;
    letter-spacing: 0.5px;
}

.copyright a {
    color: var(--accent-gold);
    text-decoration: none;
    transition: var(--transition);
}

.copyright a:hover {
    color: var(--accent-gold-light);
}

.copyright .theme-text {
    color: var(--accent-gold);
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
}


/* ============================================================
   18. OFFCANVAS CART
   ============================================================ */
.right-view-cart {
    border: 1px solid #e8e0d8;
    padding: 20px;
    margin-top: 30px;
    border-radius: var(--radius-sm);
}

.right-view-cart .inner-view-cart {
    display: flex;
    justify-content: space-between;
}

.right-view-cart ul {
    padding-left: 0;
    margin-bottom: 0;
}

.right-view-cart ul li {
    list-style: none;
}

.right-view-cart .inner-view-cart li {
    list-style: none;
    line-height: 40px;
    font-weight: 600;
}

.total-view-cart {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #e8e0d8;
    font-weight: 600;
    line-height: 40px;
    padding: 20px 0;
}

.right-view-cart .accordion-item button {
    padding: 12px 0;
    border: 0;
    box-shadow: none;
    font-size: 16px;
    background: transparent;
    text-decoration: underline;
}

.right-view-cart .accordion-item .accordion-body {
    padding: 8px 0;
}

.right-view-cart .accordion-item img {
    width: 100%;
    border-radius: var(--radius-sm);
}

.right-view-cart .accordion-item .details-price {
    font-weight: 600;
}

.right-view-cart .card-details p {
    margin-bottom: 4px;
}

.checkout {
    text-align: center;
    padding: 0;
}

.checkout a {
    background: var(--primary);
    display: block;
    width: 100%;
    text-align: center;
    padding: 12px;
    border-radius: 25px;
    color: var(--white);
    font-weight: 600;
    text-decoration: none;
    transition: var(--transition);
    font-family: 'Inter', sans-serif;
}

.checkout a:hover {
    background: var(--primary-dark);
}

.continueBtn {
    text-align: left;
    margin: 20px 0 10px 0;
}

.continueBtn a {
    text-decoration: none;
    background: var(--primary);
    color: var(--white);
    padding: 12px 24px;
    border-radius: 25px;
    font-weight: 600;
    transition: var(--transition);
}

.continueBtn a:hover {
    background: var(--primary-dark);
}

.paypal-img img {
    max-width: 100%;
}

/* Offcanvas Cart Specific */
.right-view-cart.Menuright-view-cart {
    border: 0;
    margin-top: 0;
    border-radius: 0;
}

.add-cart-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.add-cart-flex li {
    margin-bottom: 20px;
}

.cart-shop-img img {
    border-radius: var(--radius-sm);
}


/* ============================================================
   19. COMMON / UTILITY
   ============================================================ */
.common-section {
    background: var(--cream);
    padding: 20px 0;
}

.common-section .breadcrumb {
    margin-bottom: 0;
    justify-content: end;
}

.common-section .breadcrumb a,
.breadcrumb-item a {
    text-decoration: none;
    color: var(--primary);
    transition: var(--transition);
}

.common-section .breadcrumb a:hover {
    color: var(--primary-dark);
}

/* Btn-primary override */
.btn-primary {
    background-color: var(--primary);
    border-color: var(--primary);
}

.btn-primary:hover {
    background-color: var(--primary-dark);
    border-color: var(--primary-dark);
}

.btn-close:focus {
    box-shadow: none !important;
}


/* ============================================================
   COLLECTION SECTION (backward compat)
   ============================================================ */
.collection-card img {
    width: 100%;
    transition: transform 0.3s ease-in-out;
}

.collection-card img:hover {
    transform: scale(1.1);
}

.collection-card {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    border-radius: var(--radius-md);
}

.collection-card .collect-box {
    position: absolute;
    top: 0;
    left: 0;
    padding: 30px;
}


/* ============================================================
   VIEW PRODUCT SHOPPING
   ============================================================ */
.view-product-shopping {
    padding: 40px 0;
}

.view-product-shopping p {
    margin-bottom: 0;
    font-size: 16px;
}

.view-product-shopping .wrapper {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    border-radius: 12px;
    padding: 0 20px;
}

.view-product-shopping .wrapper span {
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    user-select: none;
}

.view-product-shopping .wrapper span.num {
    font-size: 18px;
    border-right: 2px solid rgba(0, 0, 0, 0.2);
    border-left: 2px solid rgba(0, 0, 0, 0.2);
    pointer-events: none;
}

.view-product-shopping .headline h2 {
    margin-bottom: 30px;
}

.view-list {
    padding: 40px 0;
}

.view-thumbnail-img {
    width: 100%;
    height: auto;
    align-items: center;
}

/* Left category sidebar */
.view-product-shopping .left-category ul {
    padding-left: 0;
}

.view-product-shopping .left-category ul li {
    list-style: none;
}

.view-product-shopping .left-category ul li a {
    color: var(--text-dark);
    text-decoration: none;
    line-height: 30px;
    font-size: 14px;
    transition: var(--transition);
}

.view-product-shopping .left-category ul li a:hover {
    color: var(--primary);
}


/* ============================================================
   FILTER PRODUCT
   ============================================================ */
.filter-icon-menu.collapse:not(.show) {
    display: block;
}

.wrapper-filter {
    display: flex;
    flex-direction: column;
}

.filter-price {
    width: 100%;
    border: 0;
    padding: 0;
    margin: 0;
}

.search-clean {
    margin-top: 8px;
}

.search-clean ul {
    display: flex;
    justify-content: space-between;
}

.search-clean .done-btn button {
    border: 0;
    background: var(--primary);
    padding: 4px 12px;
    color: var(--white);
    border-radius: 4px;
    transition: var(--transition);
}

.search-clean .done-btn button:hover {
    background: var(--primary-dark);
}

.price-field {
    position: relative;
    width: 100%;
    height: 12px;
    box-sizing: border-box;
    background: rgba(248, 247, 244, 0.2);
    border-radius: 3px;
}

.price-field input[type=range] {
    position: absolute;
    width: 100%;
    height: 2px;
    border: 0;
    outline: 0;
    box-sizing: border-box;
    border-radius: 5px;
    pointer-events: none;
    -webkit-appearance: none;
}

.price-field input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
}

.price-field input[type=range]:active,
.price-field input[type=range]:focus {
    outline: 0;
}

.price-field input[type=range]::-ms-track {
    width: 188px;
    height: 2px;
    border: 0;
    outline: 0;
    box-sizing: border-box;
    border-radius: 5px;
    pointer-events: none;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

.price-field input[type=range]::-webkit-slider-thumb {
    position: relative;
    -webkit-appearance: none;
    margin: 0;
    border: 0;
    outline: 0;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    margin-top: -4px;
    background-color: var(--primary);
    cursor: pointer;
    pointer-events: all;
    z-index: 100;
}

.price-field input[type=range]::-moz-range-thumb {
    position: relative;
    appearance: none;
    margin: 0;
    border: 0;
    outline: 0;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    margin-top: -5px;
    background-color: var(--primary);
    cursor: pointer;
    pointer-events: all;
    z-index: 100;
}

.price-field input[type=range]::-ms-thumb {
    position: relative;
    appearance: none;
    margin: 0;
    border: 0;
    outline: 0;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    margin-top: -5px;
    background-color: var(--primary);
    cursor: pointer;
    pointer-events: all;
    z-index: 100;
}

.price-field input[type=range]::-webkit-slider-runnable-track {
    width: 188px;
    height: 2px;
    cursor: pointer;
    background: var(--primary);
    border-radius: 5px;
}

.price-field input[type=range]::-moz-range-track {
    width: 188px;
    height: 2px;
    cursor: pointer;
    background: var(--primary);
    border-radius: 5px;
}

.price-field input[type=range]::-ms-track {
    width: 188px;
    height: 2px;
    cursor: pointer;
    background: var(--primary);
    border-radius: 5px;
}

.price-wrap {
    display: flex;
    justify-content: space-between;
    color: var(--text-dark);
    font-size: 14px;
    line-height: 1.2em;
    font-weight: 400;
    margin-bottom: 7px;
}

.amount-inpOne {
    position: relative;
}

.amount-inpOne .inputOne {
    margin-left: 10px !important;
}

.amount-inpOne label {
    position: absolute;
    left: 0;
    top: 0;
}

.amount-inpTwo {
    position: relative;
}

.amount-inpTwo .inputTwo {
    margin-left: 10px !important;
}

.amount-inpTwo label {
    position: absolute;
    left: 0;
    top: 0;
}

.price-title {
    margin-right: 5px;
}

.price-wrap_line {
    margin: 0 10px;
}

.price-wrap #one,
.price-wrap #two {
    margin: 0;
    padding: 0;
    margin-right: 84px;
    background: 0;
    border: 0;
    outline: 0;
    color: var(--text-dark);
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 1.2em;
    font-weight: 400;
}

.price-wrap label {
    text-align: right;
}

.wrapper-filter .continueBtn a {
    margin-bottom: 20px;
    padding: 8px 20px;
}

.price-field input[type=range]:hover::-webkit-slider-thumb {
    box-shadow: 0 0 0 0.5px var(--primary);
    transition-duration: 0.3s;
}

.price-field input[type=range]:active::-webkit-slider-thumb {
    box-shadow: 0 0 0 0.5px var(--primary);
    transition-duration: 0.3s;
}

/* Filter Dropdown */
.filterDrop {
    display: flex;
    justify-content: space-between;
    padding-left: 0;
    margin-bottom: 0;
}

.filterDrop li {
    list-style: none;
}

.filter-drop .filter-icon {
    padding: 8px 0;
}

.filter-icon img {
    max-width: 30px;
    margin-right: 12px;
}

.total-item span {
    color: var(--text-light);
}

.shortby-dropdown {
    border-radius: var(--radius-sm);
    padding: 0;
    width: 100%;
}

.dropdown-menu.shortby-dropdown {
    padding: 0;
    border-radius: var(--radius-sm);
}

.dropdown-menu.shortby-dropdown .dropdown-item.active,
.dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: var(--primary) !important;
}

.short-by .nav-link {
    padding-bottom: 12px;
}

.item-category-section .showByRe {
    padding-top: 12px;
}

/* Left Banner */
.left-banner-img {
    position: relative;
    width: 100%;
    height: 100%;
}

.left-banner-img .inner-leftbanContent {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    align-items: center;
    top: 120px;
    padding: 20px;
    line-height: 40px;
}

.left-banner-img .inner-leftbanContent h3 {
    color: var(--white);
    font-size: 30px;
    margin-bottom: 20px;
}

.left-banner-img img {
    margin: 20px 0;
    width: 100%;
    border-radius: var(--radius-sm);
}

.left-banner-img .inner-leftbanContent a {
    text-decoration: none;
    color: var(--primary);
    background: var(--white);
    padding: 8px 20px;
    border-radius: 25px;
    font-weight: 600;
    transition: var(--transition);
}


/* ============================================================
   PERSONAL INFO & ORDER SECTIONS
   ============================================================ */
.personal-info-section .left-personal-info {
    padding: 40px;
    margin: 30px 0;
    border: 1px solid var(--cream-dark);
    border-radius: var(--radius-sm);
}

.left-personal-info p {
    margin-bottom: 0;
}

.personal-info-section .left-personal-info h5 {
    margin-bottom: 0;
}

.personal-info-section .card-body {
    padding: 0;
    border-radius: 0;
    border: 0;
}

.personal-info-section .left-personal-info button {
    border: 0;
    padding: 0;
}

.personal-info-section .left-personal-info .tab-guest-name {
    margin-bottom: 30px;
}

.personal-info-section .left-personal-info ul {
    border-bottom: 0;
    margin-bottom: 20px;
}

.personal-info-section .left-personal-info ul li {
    margin-right: 20px;
}

.personal-info-section .left-personal-info ul li .nav-link {
    color: var(--text-dark);
}

.personal-info-section .left-personal-info ul li .nav-link.active {
    color: var(--primary);
    font-weight: 600;
}

.personal-info-section .form-check-input:checked {
    background-color: var(--primary);
    border-color: var(--primary);
}

.personal-info-section .form-check {
    margin-bottom: 12px;
}

.personal-info-section .form-check p {
    line-height: 24px;
}

.personal-info-section .create-option h5 {
    margin-bottom: 6px;
    font-size: 16px;
}

.personal-info-section .save-time p {
    font-size: 14px;
    color: var(--text-light);
}

.personal-info-section .right-guest .form-control {
    border-radius: var(--radius-sm);
}

.personal-info-section .right-guest {
    margin-bottom: 20px;
}

.right-guest ul {
    display: flex;
    padding-left: 0;
}

.right-guest ul li {
    list-style: none;
}

.personal-info-section .form-select {
    border-radius: var(--radius-sm);
    box-shadow: none;
}

.personal-info-section .form-select:focus {
    box-shadow: none !important;
}

.personal-info-section .form-select option {
    padding: 50px;
}

.left-personal-info .infoBtn {
    background: transparent;
}

.order-guest .gustpassword a {
    text-decoration: none;
    color: var(--text-light);
}

.your-order-info .table th,
.your-order-info .table td {
    padding: 20px 12px;
}


/* ============================================================
   WISHLIST
   ============================================================ */
.create-wishlist {
    border: 1px solid var(--cream-dark);
    padding: 20px;
    margin: 12px 0 20px 0;
    border-radius: var(--radius-sm);
}

.create-wishlist input {
    border-radius: var(--radius-sm);
}

.create-wishlist .createBtn button {
    background: var(--primary);
    color: var(--white);
    border: 0;
    padding: 8px 20px;
    border-radius: var(--radius-sm);
    transition: var(--transition);
}

.create-wishlist .createBtn button:hover {
    background: var(--primary-dark);
}

.wishlist-table .wrapper {
    padding: 0;
}

.wishlist-table .wrapper span.num {
    font-size: 14px;
}

.wishlist-table .cart-shop-img img {
    width: 25%;
    border-radius: var(--radius-sm);
}


/* ============================================================
   PRODUCT DETAILS
   ============================================================ */
.slideshow-items {
    width: 500px;
}

.slideshow-thumbnails {
    width: 100px;
}

#slideshow-items-container {
    display: inline-block;
    position: relative;
}

#lens {
    background-color: rgba(233, 233, 233, 0.4);
}

#lens,
#result {
    position: absolute;
    display: none;
    z-index: 1;
}

.slideshow-items {
    display: none;
}

.slideshow-items.active {
    display: block;
}

.slideshow-thumbnails {
    opacity: 0.5;
}

.slideshow-thumbnails.active {
    opacity: 1;
}

#lens,
.slideshow-items,
.slideshow-thumbnails,
#result {
    border: solid #e0e0e0 1px;
}

.left-details .imageZoom {
    width: 100% !important;
}

.right-product-details .product-rating ul {
    display: flex;
    padding-left: 0;
    margin: 20px 0;
}

.right-product-details .product-rating ul li {
    list-style: none;
}

.right-product-details .product-rating ul li i {
    color: var(--accent-gold);
}

.right-product-details .review {
    margin-left: 4px;
    color: var(--text-light);
}

.details-size-color .form-select:focus {
    box-shadow: none !important;
}

.details-size-color .form-select {
    border-radius: 0;
    border-top: 0;
    border-right: 0;
    border-left: 0;
}

.right-product-details {
    line-height: 30px;
}

.right-product-details h5 {
    font-size: 18px;
}

.right-product-details .view-list.qty {
    padding: 0;
}

.right-product-details .wrapper {
    display: flex;
    border-radius: 12px;
}

.right-product-details .wrapper span {
    padding: 0 12px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    user-select: none;
}

.right-product-details .wrapper span.num {
    font-size: 18px;
    border-right: 2px solid rgba(0, 0, 0, 0.2);
    border-left: 2px solid rgba(0, 0, 0, 0.2);
    pointer-events: none;
}

.right-product-details .cost-del {
    margin: 20px 0;
}

.detail-addBtn button {
    margin-right: 20px;
    padding: 8px 16px;
    border: 1px solid var(--primary);
    font-weight: 600;
    background: var(--white);
    border-radius: var(--radius-sm);
    transition: var(--transition);
}

.detail-addBtn button:hover {
    background: var(--primary);
    color: var(--white);
}

.detail-addBtn button i {
    color: var(--primary) !important;
}

.detail-addBtn button:hover i {
    color: var(--white) !important;
}


/* ============================================================
   PRODUCT DESCRIPTION SECTION
   ============================================================ */
.product-description-section {
    padding: 60px 0;
}

.product-description-section .nav-link.active {
    border-radius: var(--radius-sm) !important;
    background: var(--cream) !important;
    color: var(--primary) !important;
    border: 1px solid var(--primary-light);
    font-weight: 600;
}

.product-description-section .nav-link {
    color: var(--text-dark);
    transition: var(--transition);
}

.product-description-section .nav.nav-pills li {
    margin-right: 30px;
}

.products-details-section {
    border: 1px solid var(--cream-dark);
    padding: 30px;
    line-height: 30px;
    border-radius: var(--radius-sm);
}

.products-details-section .pro-del {
    margin-bottom: 20px;
}

.products-details-section .product-logo img {
    max-width: 100%;
    margin-bottom: 30px;
}

.products-details-section .pro-del h5 {
    font-size: 16px;
}

.products-details-section ul {
    display: flex;
    padding-left: 0;
}

.products-details-section ul li i {
    color: var(--accent-gold);
    font-size: 20px;
}

.products-details-section ul li {
    list-style: none;
    margin-right: 8px;
}

.products-details-section .profile-img {
    text-align: center;
    width: 100%;
    height: 100%;
    align-items: center;
}

.products-details-section .profile-img img {
    max-width: 100%;
    border-radius: 100px;
}

.products-details-section .review-sec {
    margin-bottom: 20px;
}

.review-sec ul {
    margin-bottom: 3px;
}

.products-details-section .add-review-section p {
    margin-bottom: 4px;
}

.add-review-section textarea {
    border-radius: var(--radius-sm);
}

.add-review-section .form-control.control-input {
    border-radius: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    margin: 12px 0;
}

.add-review-section .check-review {
    margin-bottom: 20px;
}

.add-review-section .SubmitBtn {
    background: var(--primary);
    color: var(--white);
    padding: 12px 24px;
    border-radius: var(--radius-sm);
    transition: var(--transition);
}

.add-review-section .SubmitBtn:hover {
    background: var(--primary-dark);
    color: var(--white);
}


/* ============================================================
   ORDER TRACKING
   ============================================================ */
.product-track .tracking-item {
    padding: 30px 0 0 0;
}

.product-track .order-tracking {
    text-align: center;
    width: 20%;
    position: relative;
    display: block;
}

.product-track .order-tracking .is-complete {
    display: block;
    position: relative;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    border: 0px solid var(--text-light);
    background-color: var(--danger);
    margin: 0 auto;
    transition: background 0.25s linear;
    z-index: 2;
}

.product-track .order-tracking .is-complete:after {
    display: block;
    position: absolute;
    content: '';
    height: 14px;
    width: 7px;
    top: -2px;
    bottom: 0;
    left: 5px;
    margin: auto 0;
    border: 0px solid var(--text-light);
    border-width: 0px 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
}

.product-track .order-tracking.completed .is-complete {
    border-color: var(--primary);
    border-width: 0px;
    background-color: var(--primary);
}

.product-track .order-tracking.completed .is-complete:after {
    border-color: #fff;
    border-width: 0px 3px 3px 0;
    width: 7px;
    left: 11px;
    opacity: 1;
}

.product-track .order-tracking p {
    color: var(--text-light);
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 0;
    line-height: 20px;
}

.product-track .order-tracking p span {
    font-size: 14px;
}

.product-track .order-tracking.completed p {
    color: var(--text-dark);
}

.product-track .order-tracking::before {
    content: '';
    display: block;
    height: 3px;
    width: calc(100% - 40px);
    background-color: var(--danger);
    top: 13px;
    position: absolute;
    left: calc(-50% + 20px);
    z-index: 0;
}

.product-track .order-tracking:first-child:before {
    display: none;
}

.product-track .order-tracking.completed:before {
    background-color: var(--primary);
}

.tracking-Order li {
    list-style: none;
}

.product-track {
    margin-bottom: 60px;
}

.pay-delivery {
    font-size: 14px;
    font-weight: 500;
}


/* ============================================================
   PROFILE SECTION
   ============================================================ */
.your-account .name-user {
    background: var(--primary);
    text-align: center;
    padding: 12px;
    margin-bottom: 12px;
    border-radius: var(--radius-sm);
}

.your-account .name-user a {
    text-decoration: none;
    color: var(--white);
}

.your-account .your-profile img {
    width: 100%;
    margin-bottom: 20px;
    border-radius: var(--radius-sm);
}

.your-account a {
    text-decoration: none;
    color: var(--text-dark);
}

.your-account .account-list {
    border: 1px solid var(--cream-dark);
    padding: 20px;
    margin-bottom: 20px;
    transition: var(--transition);
    border-radius: var(--radius-sm);
}

.your-account .account-list:hover {
    border: 1px solid var(--primary);
}

.your-account .account-list span {
    font-size: 20px;
    margin-bottom: 0;
}

.your-account .account-list i {
    font-size: 22px;
    margin-right: 20px;
}

.your-account .continueBtn a {
    color: var(--white);
}

.your-account .left-personal-info {
    margin: 0;
}

.newproduct {
    background: var(--cream);
    color: var(--text-dark);
    text-align: center;
    padding: 12px;
    margin-bottom: 12px;
    border-radius: var(--radius-sm);
}

.new-product-list {
    margin-bottom: 12px;
}

.new-product-list ul {
    padding-left: 0;
}

.new-product-list img {
    width: 100%;
    border-radius: var(--radius-sm);
}

.new-product-list li {
    list-style: none;
}

.new-product-list .item-rating {
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
}

.new-product-list .item-rating i {
    font-size: 12px;
}

.personal-info-section .left-personal-info ul li .nav-link.active {
    color: var(--primary);
    font-weight: 600;
}


/* ============================================================
   25. PRODUCT DETAIL PAGE OVERLAY / MODAL
   ============================================================ */
.modal.modalDialogBox .modal-dialog {
    max-width: 60% !important;
    padding: 30px;
}

.modal.modalDialogBox .modal-add-product {
    padding: 20px;
}

.modal.modalDialogBox .product-headline-model {
    color: var(--primary);
    font-size: 15px;
    font-weight: 600;
}

.modal.modalDialogBox .product-headline-model i {
    margin-right: 6px;
}

.modal-add-product .modal-img img {
    width: 100%;
    border-radius: var(--radius-sm);
}

.modal-add-product ul {
    padding-left: 0;
}

.modal-add-product ul li {
    list-style: none;
    line-height: 30px;
}

.modal-add-product ul li span {
    font-weight: 600;
}

.modal-add-product .modal-product-list {
    border-right: 1px solid var(--text-light);
}

.modal-add-product .num-item {
    border-bottom: 1px solid var(--cream-dark);
    padding-bottom: 12px;
}

.modal-add-product .modal-shopping {
    display: flex;
    margin-top: 16px;
}

.modal-add-product .modal-shopping a {
    background-color: var(--primary);
    color: var(--white);
    margin-right: 20px;
    text-decoration: none;
    padding: 8px 20px;
    border-radius: var(--radius-sm);
    transition: var(--transition);
}

.modal-add-product .modal-shopping a:hover {
    background-color: var(--primary-dark);
}


/* ============================================================
   26. TOAST NOTIFICATIONS
   ============================================================ */
.toast-success {
    background-color: var(--primary) !important;
}

#toast-container > .toast-success {
    background-color: var(--primary) !important;
}


/* ============================================================
   POLICY PAGES
   ============================================================ */
.terms-seaction,
.privacy-policy-section,
.refund-policy-section,
.shipping-policy-section {
    padding: 60px 0;
}

.terms-seaction h2,
.privacy-policy-section h2,
.refund-policy-section h2,
.shipping-policy-section h2 {
    font-size: 2rem;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.terms-seaction h3,
.privacy-policy-section h3,
.refund-policy-section h3,
.shipping-policy-section h3 {
    margin-top: 32px;
    font-size: 1.25rem;
    color: var(--text-medium);
}

.terms-seaction p,
.privacy-policy-section p,
.refund-policy-section p,
.shipping-policy-section p {
    margin: 12px 0;
    line-height: 1.7;
}

.terms-seaction ul,
.privacy-policy-section ul,
.refund-policy-section ul,
.shipping-policy-section ul {
    margin-top: 10px;
    padding-left: 24px;
}

.terms-seaction li,
.privacy-policy-section li,
.refund-policy-section li,
.shipping-policy-section li {
    margin-bottom: 8px;
    line-height: 1.6;
    font-size: 14px;
}

.terms-seaction a,
.privacy-policy-section a,
.refund-policy-section a,
.shipping-policy-section a {
    color: var(--primary);
    text-decoration: none;
    font-weight: 500;
}

.terms-seaction a:hover,
.privacy-policy-section a:hover,
.refund-policy-section a:hover,
.shipping-policy-section a:hover {
    color: var(--accent-gold);
    text-decoration: underline;
}


/* ============================================================
   22. MOBILE SEARCH
   ============================================================ */
.MobileSerach-card .card,
.MobileSerach-card {
    border: none;
    box-shadow: var(--shadow-sm);
    border-radius: var(--radius-sm);
}

.topmenu-search.topmenu-search-mobile input {
    width: 100%;
    border-radius: 25px;
    border-color: var(--primary-light);
}

.topmenu-search.topmenu-search-mobile a {
    right: 14px;
}


/* ============================================================
   20. RESPONSIVE BREAKPOINTS
   ============================================================ */

/* 1400px */
@media (max-width: 1400px) {
    .left-banner-img .inner-leftbanContent h3 {
        font-size: 24px;
    }

    .products-card .item-cards {
        min-height: auto;
    }
}

/* 1200px */
@media (max-width: 1200px) {
    .herosection .heroImg img,
    .heroImg img {
        height: 500px !important;
    }

    .testimonial-section,
    .blog-page,
    .brand-story {
        padding: 60px 0;
    }

    .section-header {
        padding-top: 60px;
    }

    .policy-delivery h5 {
        font-size: 14px;
    }

    .inner-policy-card img {
        width: 28px;
    }

    .inner-policy-card p {
        margin-bottom: 0;
        font-size: 12px;
    }

    .headline {
        margin-bottom: 0;
    }

    .topmenu-search input {
        width: 240px;
    }

    .navbar-nav.pocketnavbar li {
        margin-right: 8px;
    }

    .navbar-nav.pocketnavbar > li > .nav-link {
        font-size: 14px;
    }

    .left-banner-img .inner-leftbanContent h3 {
        font-size: 18px;
        margin-bottom: 14px;
    }

    .left-banner-img .inner-leftbanContent {
        top: 75px;
    }

    .view-product-shopping .wrapper span {
        padding: 2px 8px;
    }
}

/* 1024px */
@media (max-width: 1024px) {
    .heroImg .carousel-caption {
        left: 50px;
    }

    .heroImg .carousel-caption h2,
    .carousel-caption h2 {
        font-size: 40px;
        margin-bottom: 24px;
    }
}

/* 992px */
@media (max-width: 992px) {
    .herosection .heroImg img,
    .heroImg img {
        height: 400px !important;
    }

    .topmenu-search {
        display: none;
    }

    .mobile-search {
        display: block;
    }

    .section-title,
    .testimonial-heading {
        font-size: 28px;
    }

    .headline h2 {
        font-size: 24px;
    }

    .heroImg .carousel-caption h2,
    .carousel-caption h2 {
        font-size: 36px;
    }

    .heroImg .carousel-caption {
        left: 40px;
    }

    .more-categorymenu {
        bottom: 6px;
    }

    .pocketnavbar .DropdownList {
        max-width: 100%;
        padding: 20px 20px 40px 20px !important;
    }

    .policy-delivery {
        margin-bottom: 40px;
    }

    .item-short-desc a {
        font-size: 14px;
    }

    .partner-section {
        margin-bottom: 8px;
    }

    .benifit-item {
        margin-bottom: 12px;
    }

    .benifit-icon img {
        width: 28px;
        margin-bottom: 4px;
    }

    .benifit-content h5 {
        font-size: 14px;
        margin-bottom: 2px;
    }

    .benifit-content p {
        font-size: 12px;
    }

    .collection-card .collect-box {
        padding: 6px;
    }

    .inner-policy-card img {
        margin-bottom: 0;
    }

    .policy-delivery h5 {
        margin-bottom: 2px;
    }

    .inner-policy-card p {
        margin-bottom: 0;
        font-size: 10px;
    }

    footer .footer-menu {
        border-right: none;
    }

    footer .footer-head h5 {
        font-size: 16px;
        margin-bottom: 14px;
    }

    .footer-bottom .app-download img {
        margin-right: 5px;
        width: 80px;
    }

    footer {
        padding: 40px 0 20px;
    }

    .item-category-section.featured-sec {
        padding-top: 0;
    }

    .item-cards ul .item-rating i {
        font-size: 12px;
    }

    .navbar-toggler:focus {
        box-shadow: none !important;
    }

    .navbar-toggler {
        border: 0 !important;
    }

    .navbar-pocket.navbar-expand-lg .navbar-nav .dropdown-menu {
        position: static;
    }

    /* Fixed Mobile Offcanvas Styling */
    .offcanvas {
        background-color: var(--white) !important;
        width: 300px !important;
    }
    
    .offcanvas-body {
        background-color: var(--white) !important;
        padding: 24px !important;
    }

    .navbar-nav.pocketnavbar {
        flex-direction: column !important;
        align-items: flex-start !important;
        justify-content: flex-start !important;
    }

    .navbar-nav.pocketnavbar li {
        margin-right: 0 !important;
        margin-bottom: 12px !important;
        width: 100% !important;
        border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    }

    .navbar-nav.pocketnavbar li:last-child {
        border-bottom: none;
    }

    .navbar-nav.pocketnavbar > li > .nav-link {
        font-size: 15px !important;
        font-weight: 500 !important;
        color: var(--text-dark) !important;
        display: block !important;
        width: 100% !important;
        padding: 8px 0 !important;
    }
    
    .navbar-nav.pocketnavbar > li > .nav-link::before {
        display: none !important;
    }

    .navbar-nav.pocketnavbar > li > .nav-link.active {
        color: var(--primary) !important;
        font-weight: 600 !important;
    }

    /* Mobile Dropdown Styling */
    .pocketnavbar .DropdownListWrap {
        background-color: var(--cream) !important;
        padding: 10px 15px !important;
        border: none !important;
        box-shadow: none !important;
        margin-top: 8px;
        border-radius: var(--radius-sm);
    }

    .pocketnavbar .DropdownList {
        background-color: transparent !important;
        box-shadow: none !important;
        padding: 0 !important;
    }

    .pocketnavbar .DropdownList .col-sm-12 {
        margin-bottom: 15px;
    }

    .pocketnavbar .dropdown-item {
        color: var(--primary) !important;
        font-weight: 600 !important;
        font-size: 14px !important;
        margin-bottom: 6px !important;
        padding: 0 !important;
        border: none !important;
    }

    .pocketnavbar .DropdownListWrap .DropdownList ul {
        padding-left: 10px !important;
    }

    .pocketnavbar .DropdownListWrap .DropdownList ul li {
        margin-bottom: 6px !important;
        border-bottom: none !important;
    }

    .pocketnavbar .DropdownListWrap .DropdownList ul li a {
        font-size: 13px !important;
        color: var(--text-medium) !important;
        padding: 4px 0 !important;
    }

    .menu-banner {
        display: none !important;
    }

    .left-banner-img .inner-leftbanContent h3 {
        font-size: 13px;
    }

    .left-banner-img .inner-leftbanContent {
        top: 55px;
    }

    .left-banner-img .inner-leftbanContent a {
        font-size: 10px;
    }

    .right-view-cart {
        margin: 0 0 30px 0;
    }

    .left-details {
        margin-bottom: 20px;
    }

    .product-description-section {
        padding: 20px 0;
    }

    .products-card .item-cards {
        min-height: auto;
    }

    .testimonial-section {
        padding: 50px 0;
    }

    .testimonial-heading {
        margin-bottom: 20px;
    }

    .testimonial-card {
        min-height: auto;
    }

    #testimonail .owl-dots {
        margin-top: 10px;
    }
}

/* 768px */
@media (max-width: 768px) {
    .herosection .heroImg img,
    .heroImg img {
        height: 300px !important;
    }

    .testimonial-section,
    .blog-page,
    .brand-story,
    .featured-sec {
        padding: 40px 0;
    }

    .section-header {
        padding-top: 40px;
        margin-bottom: 30px;
    }

    .section-title {
        font-size: 26px;
    }

    .headline h2 {
        font-size: 20px;
    }

    .free-shopping-order {
        display: none;
    }

    .collection-card {
        margin-bottom: 20px;
    }

    .heroImg .carousel-caption a {
        padding: 10px 20px;
        font-size: 13px;
    }

    .heroImg .carousel-caption,
    .carousel-caption {
        left: 30px;
    }

    .heroImg .carousel-caption h2,
    .carousel-caption h2 {
        font-size: 28px;
        margin-bottom: 16px;
    }

    .heroImg .carousel-caption h6 {
        font-size: 12px;
        letter-spacing: 3px;
    }

    /* Footer stacking */
    footer .footer-menu {
        border-right: none;
        margin-bottom: 20px;
    }

    /* Order tracking mobile */
    .product-track .tracking-order-mobile .order-tracking {
        text-align: center;
        position: relative;
        display: flex;
    }

    .product-track .tracking-order-mobile .order-tracking.completed:before {
        content: '';
        height: 43px;
        width: 3px;
        background-color: var(--primary);
        position: absolute;
        left: 55px;
        top: -49px;
    }

    .product-track .tracking-order-mobile .order-tracking:before {
        content: '';
        height: 43px;
        width: 3px;
        background-color: var(--danger);
        position: absolute;
        left: 55px;
        top: -49px;
    }

    .product-track .tracking-order-mobile .order-tracking .is-complete {
        margin: 0 30px;
    }

    .product-track .tracking-order-mobile .order-tracking {
        width: 100%;
        height: 85px;
    }

    .inner-policy-card {
        border-right: 0;
    }

    .inner-policy-card p {
        margin-bottom: 20px;
    }

    .left-banner-img {
        display: none;
    }

    .price-wrap #one,
    .price-wrap #two {
        width: 100%;
        margin-right: 0;
    }

    .price-field {
        width: 70%;
    }

    .personal-info-section .left-personal-info {
        padding: 20px;
    }

    .personal-info-section .left-personal-info h5 {
        font-size: 18px;
    }

    .view-product-shopping {
        padding: 0 0 20px 0;
    }

    .products-details-section .profile-img {
        text-align: start;
    }

    .products-details-section ul li {
        margin-right: 4px;
    }

    .products-details-section ul li i {
        font-size: 16px;
    }

    .brand-story h2 {
        font-size: 28px;
    }

    .brand-story p {
        font-size: 14px;
    }

    .testimonial-card {
        padding: 30px 20px;
    }

    .blog-card img {
        height: 180px;
    }
}

/* 767px */
@media (max-width: 767px) {
    .filter-icon-menu.collapse:not(.show) {
        display: none;
    }
}

/* 654px */
@media (max-width: 654px) {
    .heroImg .carousel-caption h6 {
        letter-spacing: 3px;
    }

    .heroImg .carousel-caption h2 {
        font-size: 24px;
        margin-bottom: 12px;
    }

    .navbar-pocket img {
        max-width: 85px;
    }
}

/* 600px */
@media (max-width: 600px) {
    .terms-seaction,
    .privacy-policy-section,
    .refund-policy-section,
    .shipping-policy-section {
        padding: 40px 20px;
    }

    .terms-seaction h2,
    .privacy-policy-section h2,
    .refund-policy-section h2,
    .shipping-policy-section h2 {
        font-size: 1.5rem;
    }

    .terms-seaction h3,
    .privacy-policy-section h3,
    .refund-policy-section h3,
    .shipping-policy-section h3 {
        font-size: 1.1rem;
    }
}

/* 576px */
@media (max-width: 576px) {
    .herosection .heroImg img,
    .heroImg img {
        height: 250px !important;
    }

    .heroImg .carousel-caption,
    .carousel-caption {
        left: 20px;
    }

    .heroImg .carousel-caption h2,
    .carousel-caption h2 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .heroImg .carousel-caption h6 {
        font-size: 11px;
        letter-spacing: 2px;
        margin-bottom: 6px;
    }

    .carousel-caption a,
    .heroImg .carousel-caption a {
        padding: 8px 18px;
        font-size: 12px;
    }

    .section-title {
        font-size: 24px;
    }

    .testimonial-card {
        padding: 20px;
    }

    .testimonial-card::before {
        font-size: 50px;
        top: 5px;
        left: 15px;
    }

    .blog-page {
        padding: 30px 0;
    }

    .benifit-section {
        padding: 20px 0;
    }

    .topmenu-search {
        display: none;
    }

    .topmenu-search.topmenu-search-mobile {
        display: block;
    }

    .topmenu-search.topmenu-search-mobile input {
        width: 100%;
    }

    .MobileSerach-card .card {
        border: none;
    }

    .mobile-search {
        display: block;
    }

    .top-ic-search {
        padding-top: 8px;
    }

    .owl-carousel .owl-item img {
        height: auto;
    }

    .product-description-section .nav.nav-pills li {
        margin-right: 20px;
    }

    .item-short-desc {
        padding: 12px;
    }
}

/* 480px */
@media (max-width: 480px) {
    .heroImg .carousel-caption h2 {
        font-size: 20px;
    }

    .section-title {
        font-size: 22px;
    }

    .section-header {
        padding-top: 30px;
        margin-bottom: 20px;
    }

    .subcategory-headline h5 {
        font-size: 18px;
    }

    .brand-story h2 {
        font-size: 24px;
    }

    .brand-story p {
        font-size: 13px;
    }

    .brand-story .btn-story {
        padding: 10px 24px;
        font-size: 14px;
    }

    .mobile-crazy {
        display: none !important;
    }
}

/* 425px */
@media (max-width: 425px) {
    .navbar-pocket img {
        max-width: 80px;
    }

    .right-navbar-icon ul li {
        margin-right: 12px;
    }

    .heroImg .carousel-caption {
        left: 16px;
    }

    .benifit-section {
        padding: 20px 0;
    }

    .detail-addBtn button {
        font-size: 14px;
        padding: 3px 8px;
    }

    .product-description-section .nav-link.active {
        padding: 6px 10px;
    }

    .product-description-section .nav.nav-pills li {
        margin-right: 10px;
    }
}

/* 375px */
@media (max-width: 375px) {
    .top-header .top-social-media li {
        margin-right: 12px;
    }

    .your-account .account-list span {
        font-size: 18px;
        margin-bottom: 0;
    }

    .your-account .account-list {
        padding: 12px;
    }

    .personal-info-section .left-personal-info {
        padding: 12px;
    }

    .product-description-section .nav-link {
        padding: 4px;
    }

    .product-description-section .nav.nav-pills li {
        margin-right: 4px;
    }

    .products-details-section ul li {
        margin-right: 2px;
    }

    .products-details-section ul li i {
        font-size: 14px;
    }
}

/* 338px */
@media (max-width: 338px) {
    .navbar-pocket img {
        max-width: 62px;
    }

    .heroImg .carousel-caption h6 {
        margin-bottom: 0;
    }

    .left-details .mz-thumb.mz-thumb-selected img {
        width: 75px;
    }
}

/* ============================================================
   NEW SECTIONS: WATCH & SHOP, CATEGORIES, COMBOS, APP PROMO
   ============================================================ */

/* Watch & Shop */
.watch-shop-container {
    display: flex;
    overflow-x: auto;
    gap: 15px;
    padding-bottom: 15px;
    scrollbar-width: thin;
    scrollbar-color: var(--primary) #eee;
}
.watch-shop-container::-webkit-scrollbar {
    height: 6px;
}
.watch-shop-container::-webkit-scrollbar-thumb {
    background-color: var(--primary);
    border-radius: 10px;
}
.watch-shop-card {
    min-width: 260px;
    max-width: 260px;
    position: relative;
    border-radius: var(--radius-md);
    overflow: hidden;
    background: #000;
    box-shadow: var(--shadow-sm);
}
.video-wrapper {
    position: relative;
    padding-bottom: 177.77%; /* 16:9 ratio inverted for 9:16 vertical */
    height: 0;
}
.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.watch-shop-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.4) 50%, transparent 100%);
    padding: 20px 15px 15px;
    color: white;
}
.watch-shop-overlay .video-title {
    font-size: 14px;
    margin-bottom: 8px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    color: white;
}
.product-info-mini {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.product-info-mini .p-name {
    font-size: 12px;
    color: #eee;
}
.product-info-mini .p-price {
    font-weight: 700;
    color: var(--accent-gold);
}
.btn-buy-now-mini {
    display: block;
    width: 100%;
    background: var(--primary);
    color: white;
    text-align: center;
    padding: 8px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: var(--transition);
}
.btn-buy-now-mini:hover {
    background: var(--primary-dark);
    color: white;
}

/* Shop Categories Grid */
.shop-categories-section {
    background-color: var(--primary-dark);
    padding: 50px 0;
}
.btn-view-all-white {
    color: white;
    border: 1px solid rgba(255,255,255,0.3);
    padding: 6px 16px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 13px;
    transition: var(--transition);
}
.btn-view-all-white:hover {
    background: white;
    color: var(--primary-dark);
}
.category-grid-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: white;
    border-radius: var(--radius-md);
    padding: 20px 10px;
    transition: var(--transition);
    height: 100%;
}
.category-grid-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}
.cat-img-box {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 15px;
    border: 2px solid var(--cream);
}
.cat-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cat-name {
    font-size: 15px;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 5px;
    text-align: center;
}
.cat-count {
    font-size: 12px;
    color: var(--text-medium);
}

/* Combo Deals */
.combo-deals-section {
    background-color: var(--cream);
    padding: 60px 0;
}
.combo-card {
    display: flex;
    background: white;
    border-radius: var(--radius-md);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    height: 100%;
}
.combo-card:hover {
    box-shadow: var(--shadow-md);
    transform: translateY(-3px);
}
.combo-img-side {
    width: 40%;
    position: relative;
    background: #fff;
    padding: 10px;
}
.combo-img-side img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.combo-content-side {
    width: 60%;
    padding: 25px 20px;
    display: flex;
    flex-direction: column;
}
.save-badge {
    color: var(--danger);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 8px;
}
.combo-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.combo-desc {
    font-size: 13px;
    color: var(--text-medium);
    margin-bottom: 20px;
    flex-grow: 1;
}
.combo-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.combo-price .current-price {
    font-size: 18px;
    font-weight: 700;
    color: var(--text-dark);
}
.combo-price .old-price {
    font-size: 14px;
    color: var(--text-light);
    text-decoration: line-through;
    margin-left: 8px;
}

/* App Promo Banner */
.app-promo-box {
    background: linear-gradient(135deg, var(--cream-dark) 0%, #e9f0ec 100%);
    border-radius: var(--radius-lg);
    padding: 40px 60px;
    position: relative;
    overflow: hidden;
}
.promo-tag {
    background: var(--accent-gold);
    color: white;
    display: inline-block;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 15px;
}
.app-promo-content h2 {
    font-size: 42px;
    color: var(--primary-dark);
    margin-bottom: 15px;
    line-height: 1.1;
}
.promo-sub {
    font-size: 18px;
    font-weight: 600;
    color: var(--text-dark);
    line-height: 1.4;
}
.app-buttons {
    display: flex;
    gap: 15px;
}
.store-btn {
    display: flex;
    align-items: center;
    background: black;
    color: white;
    padding: 8px 20px;
    border-radius: 8px;
    text-decoration: none;
    transition: var(--transition);
}
.store-btn:hover {
    background: var(--primary-dark);
    color: white;
}
.store-btn i {
    font-size: 24px;
    margin-right: 12px;
}
.store-text small {
    display: block;
    font-size: 10px;
    line-height: 1;
}
.store-text span {
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
}
.app-mockup-wrapper {
    position: relative;
    z-index: 2;
}
.promo-bg-circle {
    position: absolute;
    width: 400px;
    height: 400px;
    background: var(--primary-light);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    opacity: 0.2;
}

/* Press Logos */
.press-logo {
    filter: grayscale(100%) opacity(60%);
    transition: var(--transition);
    max-height: 45px;
}
.press-logo:hover {
    filter: grayscale(0%) opacity(100%);
}

/* Expert Consultation CTA */
.expert-cta-box {
    background-color: #EBF3EF;
    border-radius: var(--radius-md);
    padding: 20px 30px;
    border-left: 6px solid var(--primary);
}
.expert-icon i {
    font-size: 32px;
    color: var(--primary);
}
.expert-text h4 {
    font-size: 18px;
    color: var(--primary-dark);
    font-family: 'Inter', sans-serif;
}
.expert-text p {
    font-size: 13px;
}
.btn-consultation {
    background: var(--primary);
    color: white;
    padding: 10px 24px;
    border-radius: 30px;
    font-weight: 600;
    transition: var(--transition);
}
.btn-consultation:hover {
    background: var(--accent-gold);
    color: white;
}

@media (max-width: 768px) {
    .combo-card {
        flex-direction: column;
    }
    .combo-img-side, .combo-content-side {
        width: 100%;
    }
    .app-promo-box {
        padding: 30px 20px;
        text-align: center;
    }
    .app-buttons {
        justify-content: center;
        flex-wrap: wrap;
    }
    .app-mockup-wrapper {
        margin-top: 30px;
    }
}