/**
 * dc_minimal Custom Styles
 * OpenCart 4.1.x
 * Global stylesheet for category pages and reusable components
 */

/* ============================================================================
   ROOT VARIABLES
   ========================================================================== */
:root {
    --primary-color: #000000;
    --secondary-color: #dac884;
    --text-dark: #333333;
    --text-light: #666666;
    --border-color: #e0e0e0;
    --bg-light: #f9f9f9;
    --white: #ffffff;
    --transition: all 0.3s ease;


    --gold: #C7A14A;
  --white: #FFFFFF;
  --off-white: #F7F7F7;
  --black: #111111;

  /* Neutrals */
  --ash-black: #1C1C1C;
  --black-heavy: #333333;
  --dark-grey: #666666;
  --light-grey: #B5B5B5;
  }
body, html{
     font-family: 'Gelion';
}
@font-face {
    font-family: 'Playfair Display';
    src: url('../fonts/playfair/PlayfairDisplay-Regular.eot');
    src: url('../fonts/playfair/PlayfairDisplay-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/playfair/PlayfairDisplay-Regular.woff2') format('woff2'),
        url('../fonts/playfair/PlayfairDisplay-Regular.woff') format('woff'),
        url('../fonts/playfair/PlayfairDisplay-Regular.svg#PlayfairDisplay-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gelion';
    src: url('../fonts/Gelion/Gelion-Regular.eot');
    src: url('../fonts/Gelion/Gelion-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gelion/Gelion-Regular.woff2') format('woff2'),
        url('../fonts/Gelion/Gelion-Regular.woff') format('woff'),
        url('../fonts/Gelion/Gelion-Regular.ttf') format('truetype'),
        url('../fonts/Gelion/Gelion-Regular.svg#Gelion-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gelion Semi';
    src: url('../fonts/Gelion/Gelion-SemiBold.eot');
    src: url('../fonts/Gelion/Gelion-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gelion/Gelion-SemiBold.woff2') format('woff2'),
        url('../fonts/Gelion/Gelion-SemiBold.woff') format('woff'),
        url('../fonts/Gelion/Gelion-SemiBold.ttf') format('truetype'),
        url('../fonts/Gelion/Gelion-SemiBold.svg#Gelion-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gelion';
    src: url('../fonts/Gelion/Gelion-Medium.eot');
    src: url('../fonts/Gelion/Gelion-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gelion/Gelion-Medium.woff2') format('woff2'),
        url('../fonts/Gelion/Gelion-Medium.woff') format('woff'),
        url('../fonts/Gelion/Gelion-Medium.ttf') format('truetype'),
        url('../fonts/Gelion/Gelion-Medium.svg#Gelion-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gelion';
    src: url('../fonts/Gelion/Gelion-Bold.eot');
    src: url('../fonts/Gelion/Gelion-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gelion/Gelion-Bold.woff2') format('woff2'),
        url('../fonts/Gelion/Gelion-Bold.woff') format('woff'),
        url('../fonts/Gelion/Gelion-Bold.ttf') format('truetype'),
        url('../fonts/Gelion/Gelion-Bold.svg#Gelion-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


/* ============================================================================
   HERO BANNER SECTION
   ========================================================================== */
#menu{border-top: none;}
.top-header-bar {
    background: #B49E6C;
    text-align: center;
    height: 25px;
}
.top-header-bar p {
    color: #181818;
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
    height: 25px;
    line-height: 25px;
}
header .header-interface{background: transparent;}
/* ===== HEADER OVER SLIDER ===== */
.ctwlk-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: transparent;
    padding: 44px 34px 0px;
}

/* HEADER ROW */
.header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* LEFT MENU */
.header-left {
    display: flex;
    gap: 25px;
}

.header-link {
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
}

.header-link:hover {
    opacity: 0.7;
}

/* CENTER LOGO */
.header-center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.header-logo-text {
    color: #fff;
    font-size: 22px;
    letter-spacing: 3px;
    font-weight: 600;
    text-decoration: none;
}

/* RIGHT ICONS */
.header-right {
    display: flex;
    gap: 12px;
}
.icon-btn {
    background: none;
    border: none;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    padding: 0;
}

/* CART BADGE */
.cart-btn {
    position: relative;
}

.cart-count-badge {
    position: absolute;
    top: -6px;
    right: -8px;
    background: #b11226;
    color: #fff;
    font-size: 10px;
    padding: 2px 6px;
    border-radius: 50%;
}

/* STICKY ON SCROLL (OPTIONAL) */
.sticky-header {
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(6px);
    transition: all 0.3s ease;
}


.category-hero {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
    margin-bottom: 30px;
}

.category-hero__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.category-hero__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--white);
}

.category-hero__brand {
    font-size: 72px;
    font-weight: 300;
    letter-spacing: 12px;
    margin-bottom: 30px;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
    font-family: 'Futura', 'Century Gothic', 'Avenir', sans-serif;
}

.category-hero__nav {
    display: flex;
    gap: 30px;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.category-hero__nav a {
    color: var(--white);
    text-decoration: none;
    transition: var(--transition);
    position: relative;
}

.category-hero__nav a:hover,
.category-hero__nav a.active {
    opacity: 0.7;
}

.category-hero__nav a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 1px;
    background: var(--white);
    transition: width 0.3s ease;
}

.category-hero__nav a:hover::after,
.category-hero__nav a.active::after {
    width: 100%;
}

.category-hero__announcement {
    position: absolute;
    top: 20px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    letter-spacing: 2px;
    background: var(--secondary-color);
    color: var(--primary-color);
    padding: 10px 20px;
}

/* ============================================================================
   PRODUCT GRID SECTION - OUR SELECTION
   ========================================================================== */
.our-selection__title {
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 50px;
    color: var(--text-dark);
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-bottom: 60px;
}

.product-card {
    position: relative;
    background: var(--white);
    transition: var(--transition);
    cursor: pointer;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.product-card__image-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 133.33%; /* 3:4 aspect ratio */
    overflow: hidden;
    background: var(--bg-light);
}

.product-card__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
}

.product-card:hover .product-card__image {
    transform: scale(1.05);
}

.product-card__badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: var(--primary-color);
    color: var(--white);
    padding: 5px 15px;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 500;
    z-index: 2;
}

.product-card__badge--new {
    background: var(--secondary-color);
    color: var(--primary-color);
}

.product-card__info {
    padding: 20px 15px;
}

.product-card__name {
    font-size: 14px;
    font-weight: 400;
    color: var(--text-dark);
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.product-card__name a {
    color: var(--text-dark);
    text-decoration: none;
    transition: var(--transition);
}

.product-card__name a:hover {
    color: var(--secondary-color);
}

.product-card__price {
    font-size: 16px;
    font-weight: 500;
    color: var(--text-dark);
    margin-bottom: 15px;
}

.product-card__price-old {
    text-decoration: line-through;
    color: var(--text-light);
    margin-right: 10px;
    font-size: 14px;
}

.product-card__colors {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.product-card__color-swatch {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid var(--border-color);
    cursor: pointer;
    transition: var(--transition);
}

.product-card__color-swatch:hover {
    transform: scale(1.2);
    border-color: var(--primary-color);
}

/* ============================================================================
   GET INSPIRED SECTION
   ========================================================================== */
.get-inspired {
    padding: 60px 0;
    background: var(--bg-light);
}

.get-inspired__title {
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 50px;
    color: var(--text-dark);
}

.inspired-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.inspired-item {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    aspect-ratio: 3/4;
}

.inspired-item__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
}

.inspired-item:hover .inspired-item__image {
    transform: scale(1.1);
}

.inspired-item__overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    color: var(--white);
}

.inspired-item__text {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 1.4;
}

.inspired-item__link {
    display: inline-block;
    margin-top: 15px;
    color: var(--white);
    text-decoration: underline;
    font-size: 14px;
    letter-spacing: 1px;
    transition: var(--transition);
}

.inspired-item__link:hover {
    color: var(--secondary-color);
}

/* ============================================================================
   SOCIAL / INFLUENCER SECTION
   ========================================================================== */
.influencer-section {
    padding: 60px 0;
}

.influencer-section__title {
    text-align: center;
    font-size: 36px;
    font-weight: 300;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 50px;
    color: var(--text-dark);
}

.influencer-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
}

.influencer-item {
    position: relative;
    aspect-ratio: 1/1;
    overflow: hidden;
    cursor: pointer;
}

.influencer-item__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
}

.influencer-item:hover .influencer-item__image {
    transform: scale(1.1);
}

.influencer-item__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: var(--transition);
}

.influencer-item:hover .influencer-item__overlay {
    opacity: 1;
}

.influencer-item__username {
    color: var(--white);
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
}

/* ============================================================================
   NEWSLETTER SIGNUP SECTION (REUSABLE)
   ========================================================================== */
.newsletter-section {
    padding: 0;
    margin: 60px 0;
}

.newsletter-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 500px;
    background: var(--bg-light);
}

.newsletter__image-wrapper {
    position: relative;
    overflow: hidden;
   max-height: 500px;
}

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

.newsletter__form-wrapper {
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #E1CEBD;
}

.newsletter__title {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: var(--text-dark);
}

.newsletter__subtitle {
    font-size: 14px;
    color: #333333;
    margin-bottom: 40px;
    line-height: 1.6;
}

.newsletter__form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
}

.newsletter__input {
    width: 100%;
    padding: 15px 20px;
    border: 1px solid var(--border-color);
    font-size: 14px;
    letter-spacing: 1px;
    transition: var(--transition);
}

.newsletter__input:focus {
    outline: none;
    border-color: var(--primary-color);
}

.newsletter__checkbox-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.newsletter__checkbox {
    margin-top: 3px;
    cursor: pointer;
}

.newsletter__checkbox-label {
    font-size: 12px;
    color: var(--text-light);
    line-height: 1.5;
}

.newsletter__checkbox-label a {
    color: var(--text-dark);
    text-decoration: underline;
}

.newsletter__submit {
    padding: 15px 40px;
    background: var(--primary-color);
    color: var(--white);
    border: none;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer;
    transition: var(--transition);
    align-self: flex-start;
    position: absolute;
    height: 53px;
    right: 0;
}

.newsletter__submit:hover {
    background: var(--secondary-color);
    color: var(--primary-color);
}

.newsletter__submit:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* ============================================================================
   TRUST & INFO BAR (COMMON)
   ========================================================================== */
.trust-bar {
    color: #000;
    padding: 50px 0;
}

.trust-bar__container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.trust-bar__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.trust-bar__icon {
    font-size: 24px;
}

.trust-bar__text {
    font-size: 18px;
    line-height: 1.4;
    color: #000;
    font-weight: 700;
    margin-bottom: 2px;
    text-transform: uppercase;
}
.trust-bar__parag {
    font-size: 17px;
    font-weight: 500;
}

/* ============================================================================
   CATEGORY FILTERING & SORTING
   ========================================================================== */
.category-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    margin-bottom: 40px;
    border-bottom: 1px solid var(--border-color);
}

.category-controls__left {
    display: flex;
    gap: 20px;
    align-items: center;
}

.category-controls__right {
    display: flex;
    gap: 15px;
    align-items: center;
}

.category-controls__label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--text-light);
}

.category-controls__select {
    padding: 8px 15px;
    border: 1px solid var(--border-color);
    font-size: 13px;
    background: var(--white);
    cursor: pointer;
}

footer ul li a, footer a, footer h5  {
    color: #000 !important;
}
h5.footer_title {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
}
.mobile-submenu {
    display: none;
}
button.mobile-menu-close {
    display: none;
}
/* ============================================================================
   RESPONSIVE DESIGN
   ========================================================================== */

/* Tablet (≤ 992px) */
@media (max-width: 992px) {
    .category-hero {
        height: 400px;
    }
    
    .category-hero__brand {
        font-size: 48px;
        letter-spacing: 8px;
    }
    
    .product-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
    
    .inspired-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .influencer-grid {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .newsletter-container {
        grid-template-columns: 1fr;
    }
    
    .newsletter__form-wrapper {
        padding: 40px;
    }
    
    .trust-bar__container {
        gap: 30px;
    }
}

/* Mobile (≤ 768px) */
@media (max-width: 768px) {
    .category-hero {
        height: 300px;
    }
    
    .category-hero__brand {
        font-size: 36px;
        letter-spacing: 6px;
    }
    
    .category-hero__nav {
        font-size: 14px;
        gap: 20px;
    }
    
    .our-selection__title,
    .get-inspired__title,
    .influencer-section__title {
        font-size: 28px;
        letter-spacing: 3px;
        margin-bottom: 30px;
    }
    
    .product-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    
    .product-card__info {
        padding: 15px 10px;
    }
    
    .product-card__name {
        font-size: 12px;
    }
    
    .product-card__price {
        font-size: 14px;
    }
    
    .inspired-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .influencer-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }
    
    .newsletter__form-wrapper {
        padding: 30px 20px;
    }
    
    .newsletter__title {
        font-size: 24px;
        letter-spacing: 2px;
    }
    
    .trust-bar__container {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .trust-bar__item {
        flex-direction: column;
        gap: 10px;
    }
    
    .category-controls {
        flex-direction: column;
        gap: 15px;
        align-items: stretch;
    }
    
    .category-controls__left,
    .category-controls__right {
        flex-direction: column;
        gap: 10px;
    }
}

/* Small Mobile (≤ 480px) */
@media (max-width: 480px) {
    .category-hero {
        height: 250px;
    }
    
    .category-hero__brand {
        font-size: 28px;
        letter-spacing: 4px;
    }
    
    .category-hero__announcement {
        font-size: 11px;
        padding: 8px 15px;
    }
    
    .product-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .influencer-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ============================================================================
   UTILITY CLASSES
   ========================================================================== */
.text-center {
    text-align: center;
}

.text-uppercase {
    text-transform: uppercase;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mt-60 {
    margin-top: 60px;
}

.container-custom {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ============================================================================
   ANIMATIONS
   ========================================================================== */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in {
    animation: fadeIn 0.6s ease-out;
}

/* ============================================================================
   PRINT STYLES
   ========================================================================== */
@media print {
    .category-hero__nav,
    .newsletter-section,
    .trust-bar,
    .category-controls {
        display: none;
    }
}

/* ============================================================================
   CUSTOM MEGA MENU
   ========================================================================== */

/* Mega Menu Wrapper */

.mega-menu-column:nth-child(1) .mega-menu-column-title, .mega-menu-column:nth-child(2) .mega-menu-column-title, .mega-menu-column:nth-child(3) .mega-menu-column-title {
    display: none;
}

.mega-menu-wrapper {
    display: flex;
    align-items: center;
}

.mega-menu-top-level {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 24px;
}

.mega-menu-item {
    position: relative;
}

/* Top Level Trigger Button */
.mega-menu-trigger {
    color: var(--header-color, #F7F5F0);
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    text-transform: uppercase;
    cursor: pointer;
    transition: var(--transition);
    position: relative;
}



.mega-menu-trigger::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: var(--header-color, #ffffff);
    transition: width 0.3s ease;
}
.header-left .mega-menu-wrapper ul li.mega-menu-item a.mega-menu-trigger:after {
    content: "";
    width: 3px;
    height: 1px;
    left: 0;
    bottom: 0;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    position: absolute;
    z-index: -1;
    background: none;
}

.header-left .mega-menu-wrapper ul li.mega-menu-item a.mega-menu-trigger:hover:after {
    width: 100%;
    height: 1px;
    outline: 0;
    background: #F7F5F0;
}


/* .mega-menu-trigger:hover::after,
.mega-menu-item.active .mega-menu-trigger::after {
    width: 100%;
} */

/* Mega Menu Dropdown */
.mega-menu-dropdown {
    position: fixed;
    top: 25px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    pointer-events: none;
}

.mega-menu-dropdown.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

/* Overlay */
.mega-menu-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(3px);
}

/* Content Container */
.mega-menu-content {
    position: relative;
    background: #F7F5F0;
    max-height: calc(100vh - 80px);
    overflow-y: auto;
    padding: 15px 47px 30px;
}


.mega-menu-content .mega-menu-header .container-fluid {
    padding: 0;
}

.mega-menu-content .mega-menu-header .container-fluid .mega-menu-header-row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.mega-menu-header-left, .mega-menu-header-center ,.mega-menu-header-right {
    width: 33.333%;
}

.mega-menu-header-right {
    display: flex;
    justify-content: end;
    gap: 20px;
}


.mega-menu-parent-categories ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    gap: 24px;
}

.mega-menu-parent-categories ul li {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    display: block;
    color: #000;
    vertical-align: middle;
}

.mega-menu-header-center {
    text-align: center;
}

.mega-menu-header-right button.mega-menu-icon-btn.search-icon {
    border: none;
    padding: 0;
}
/* Close Button */
.mega-menu-close {
    position: absolute;
    top: 20px;
    right: 40px;
    background: none;
    border: none;
    font-size: 24px;
    color: #000;
    cursor: pointer;
    width: 40px;
    height: 40px;
    /*display: flex;*/
    align-items: center;
    justify-content: center;
    display: none;
}

.mega-menu-close:hover {
    transform: rotate(90deg);
    color: #000;
}

/* Grid Layout - 4 Columns */
.mega-menu-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    max-width: 1400px;
    margin: 0 auto;
}


/* Column Title */
.mega-menu-column-title {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: var(--primary-color, #000);
    padding-bottom: 15px;
}

/* Column List */
.mega-menu-column-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mega-menu-level-1 {
    margin-bottom: 22px;
    width: 33.333%;
    float: left;
}

/* Links */
.mega-menu-link {
    display: block;
    color: var(--bs-black, #000);
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #000;
    transition: var(--transition);
    position: relative;
}
a.mega-menu-logo-text {
    color: #B89D6C;
    font-size: 22px;
    letter-spacing: 3px;
    font-weight: 600;
}
.mega-menu-link:hover {
    color: var(--primary-color, #000);
    padding-left: 8px;
}


/* Level 2 Links - Child Categories */
.mega-menu-level-2 {
    list-style: none;
    padding: 0;
    margin: 10px 0 0 15px;
}

.level-2-link {
    font-size: 13px;
    font-weight: 500;
    color: var(--text-light, #666);
}

/* Level 3 Links - Sub-child Categories */
.mega-menu-level-3 {
    list-style: none;
    padding: 0;
    margin: 8px 0 0 20px;
}

.level-3-link {
    font-size: 12px;
    font-weight: 400;
    color: var(--text-light, #666);
}

.level-3-link:hover {
    color: var(--secondary-color, #dac884);
}


/* ============================================================================
   Our selection section DESIGN
   ========================================================================== */
.our-selection__title {
    text-align: center;
    letter-spacing: 3px;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.our-selection-slider .owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.our-selection-slider .owl-nav button {
    background: transparent !important;
    pointer-events: all;
}

.owl-prev-arrow,
.owl-next-arrow {
    font-size: 28px;
    color: #000;
    background: #fff;
    padding: 8px 12px;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0,0,0,0.15);
    transition: all 0.3s ease;
}

.owl-prev-arrow:hover,
.owl-next-arrow:hover {
    background: #000;
    color: #fff;
}


/* Product Card */
.product-card {
    background: #f3eee7;
    padding: 15px;
    text-align: left;
}

.image-wrap {
    position: relative;
    overflow: hidden;
}

.image-wrap img {
    width: 100%;
    display: block;
    transition: opacity 0.4s ease;
}

/* Second image hover */
.image-wrap .img2 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.image-wrap:hover .img2 {
    opacity: 1;
}

.image-wrap:hover .img1 {
    opacity: 0;
}

.product-info {
    margin-top: 15px;
}

.product-name {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.product-price {
    font-size: 13px;
    color: #444;
}

/* Owl dots */
.our-selection-slider .owl-dots {
    margin-top: 20px;
    text-align: center;
}

.our-selection-slider .owl-dot span {
    width: 8px;
    height: 8px;
    background: #bbb;
    display: inline-block;
    margin: 0 4px;
    border-radius: 50%;
}

.our-selection-slider .owl-dot.active span {
    background: #000;
}

/* =========================
   MOBILE MENU BASE
========================= */

.mobile-menu-toggle {
    display: none;
    background: none;
    border: 0;
    cursor: pointer;
    padding: 0px;
    z-index: 1000;
}

/* HEADER OVER BANNER */
.ctwlk-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}
.mobile-menu-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    font-size: 28px;
    color: #555555;
    cursor: pointer;
}

/* ============================================================================
   MEGA MENU RESPONSIVE DESIGN
   ========================================================================== */

/* Tablet */
@media (max-width: 1024px) {
    .mega-menu-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }
    
    .mega-menu-content {
        padding: 15px 47px 30px;
    }
    
    .mega-menu-column {
        border-right: none;
        padding-right: 0;
        border-bottom: 1px solid var(--border-color, #e0e0e0);
        padding-bottom: 30px;
        margin-bottom: 10px;
    }
    
    .mega-menu-column:nth-child(2n) {
        border-right: none;
    }
    
    .mega-menu-column:last-child,
    .mega-menu-column:nth-last-child(2) {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }

}

/* Mobile */
@media (max-width: 768px) {
    .mega-menu-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .mega-menu-top-level {
        gap: 0px;
    }
    
    .mega-menu-content {
        padding: 15px 47px 30px;
    }
    
    .mega-menu-close {
        top: 15px;
        right: 20px;
        font-size: 20px;
    }
    
    .mega-menu-column-title {
        font-size: 14px;
        margin-bottom: 15px;
    }
    
    .mega-menu-level-2,
    .mega-menu-level-3 {
        margin-left: 10px;
    }
    /* Show hamburger */
    .mobile-menu-toggle {
        display: block;
    }

    /* Hide desktop menu */
    .mega-menu-wrapper {
        position: fixed;
        top: 0;
        left: -100%;
        width: calc(100% - 220px);
        height: 100vh;
        background: #fff;
        transition: left 0.35s ease;
        z-index: 1000;
        padding-top: 80px;
        display: block;
    }
    .ctwlk-header {
        padding: 44px 4px 0px;
    }
    /* Active menu */
    .mega-menu-wrapper.is-open {
        left: 0;
    }

    /* Top level menu */
    .mega-menu-top-level {
        padding: 0 24px;
        flex-direction: column;
    }

    .mega-menu-item {
        width: 100%;
        border: none;
    }

    .mega-menu-level-1 {
        width: 100%;
        margin-bottom: 10px;
    }
    .mega-menu-trigger {
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: #000;
        font-size: 20px;
        line-height: 1.5;
        padding: 10px 0;
        text-transform: uppercase;
    }

    .mega-menu-top-level li.mega-menu-item a.mega-menu-trigger:before {
        content: "\f107";
        font-family: 'Line Awesome Free';
        font-weight: 900;
        position: absolute;
        right: 0;
}   

    /* Hide desktop dropdown */
    .mega-menu-dropdown {
        display: none !important;
    }

    /* Mobile sub menu */
    .mobile-submenu {
        display: none;
        padding: 0 0 12px;
    }

    .mobile-submenu a {
        display: block;
        font-size: 18px;
        color: var(--bs-black, #000);
    }

    .mobile-submenu.is-open {
        display: block;
    }
    body.menu-open {
        overflow: hidden;
    }
    /* Hide right icons if needed */
    .header-right {
        gap: 16px;
    }
}

/* Small Mobile */
@media (max-width: 480px) {
    
    .mega-menu-content {
         padding: 15px 15px 30px;
    }
}





