/*
Theme Name: Scala
Template: twentytwentyone
*/

.woocommerce-product-rating.aos-init.aos-animate {
    margin-top: 10px;
}
h2.wb_cptb_title { display: none; }
#tab-description h2 { display: none; }
#tab-additional_information h2 { display: none; }
#tab-description, #tab-wb_cptb_1, #tab-wb_cptb_2, #tab-wb_cptb_3, #tab-reviews, #tab-additional_information { background: #F1F2F4; padding: 24px; }
.woocommerce-tabs #tab-description h2, .woocommerce-tabs #tab-description p { margin-bottom: 15px; }
.wb_cptb_content { width: 100% !important; max-width: 100vw !important; }
.wb_cptb_content p { margin-bottom: 15px; }
.woocommerce-tabs ul { border-bottom: none !important; margin:0 !important; }
.woocommerce-tabs ul li.active a { color: #000000 !important; border-bottom: 2px solid #000000 !important; background-color: transparent !important; border-top:none !important; border-left:none !important; border-right:none !important; font-weight: 500; }
.woocommerce-tabs ul li a { color: #696969 !important; text-decoration: none; font-weight: 500 !important; }
.custom-wishlist-icon { position: absolute; top: 15px; right: 15px; z-index: 99999; }
.custom-wishlist-icon i { font-size: 24px; color: #999; cursor: pointer; transition: 0.3s; }
.custom-wishlist-icon i:hover { color: #e63946; }
.lk-title { color: #000000; font-weight: 700; }
button.button.buy-now-button { background: #000000 !important; color: #ffffff !important; width: 100%; display: block; text-transform: uppercase; font-weight: 500; border: 1px solid #000; }
button.button.buy-now-button:hover { background: transparent !important; color: #000000 !important; width: 100%; display: block; text-transform: uppercase; font-weight: 500; border: 1px solid #000000; }
.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled { display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap; row-gap: 15px; }
.lk-product-actions { justify-content: space-between; }
.lk-product-meta { border: 1px solid #e6e6e6 !important; }

/* .single-product .woocommerce-variation-add-to-cart .button.disabled:hover { color: #ffffff !important; opacity: unset !important; background: #000000 !important; font-size: 21px; text-transform: uppercase; } */
.woocommerce-product-gallery img { display: block; max-width: 603px !important; height: auto !important; }
/* .price { display: none; }  */
.product-price-review { display: flex; justify-content: space-between; align-items: center; border: 1px solid #eee; padding: 12px 15px; border-radius: 6px; margin-bottom: 20px; }
.price { font-size: 20px; font-weight: 600; }
.old-price { text-decoration: line-through; color: #888; margin-right: 8px; font-size: 18px; }
.new-price { color: #000; font-size: 22px; font-weight: bold; }
.reviews { font-size: 14px; color: #666; display: flex; align-items: center; gap: 8px; }
.stars { color: #ffb400; font-size: 16px; }
.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled { display: flex; }
/* button.single_add_to_cart_button.button.alt { margin-left: 20px; } */
.lk-tabs, .lk-related, .lk-upsells { margin-top: -50px !important; }

.cfvsw-swatches-option.cfvsw-label-option { border-radius: 3px !important; }
.cfvsw-swatches-option:not( .cfvsw-swatches-disabled, .cfvsw-swatches-out-of-stock ):hover { border-color: #000000 !important;  }
.variations td, 
.variations tr, 
.variations { border: none !important; background: none !important; box-shadow: none !important; }
.variations label { font-weight: bold; font-size: 16px; margin-bottom: 8px; display: block; }
.variations tr { margin-bottom: 15px; display: block; }
.custom-attribute-label { display: block; font-size: 16px; font-weight: bold; margin-bottom: 8px; color: #000; }
.theme-twentytwentyone.cfvsw-label-stacked table.variations th, .theme-twentytwentyone.cfvsw-label-stacked table.variations td { border: none; }
.prod-details { padding-left: 60px !important; padding-right: 60px !important; }
.quantity-wrapper { display: flex; border: 2px solid #e6e6e6; }
button.qty-btn.qty-minus, button.qty-btn.qty-plus {background: none !important; border: none; color: #000000 !important; outline: none !important;}
.single-product form.cart input[type=number] { width: 3em !important; text-align: right !important; }
.quantity .qty { border: none !important; }
.lk-gallery .onsale { right: auto !important; left: 10px !important; top: 20px !important; }
.woocommerce-product-gallery__image.flex-active-slide { background: #e6e6e6; }
.related.products h2, .up-sells h2 { margin-bottom: 2rem; font-size: clamp(24px, 3vw, 34px); font-weight: 600; color: #000; }
span.onsale { display: none; }
p.stock.in-stock { display: none; }


@media (max-width: 768px) {
    .prod-details {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

.testimonials {display: none}

.product-item .img-box, .product-item .img-box img, .product-item {
    transition: all 0.3s ease-in-out;
}
.product-item .img-box:hover img {
    transition: all 0.3s ease-in-out;
    transform: scale(1.2);
    
}

li.entry.add-to-wishlist-before_image.product.type-product.post-27990.status-publish.instock.product_cat-jeans-denim.product_tag-women.has-post-thumbnail.shipping-taxable.purchasable.product-type-variable.has-default-attributes.woo-variation-gallery-product {
}

.related img, .related li {
    transition: all 0.3s ease-in-out;
}

.related img {
    max-width:100%;
    height:auto;
}

.related li, .related img{overflow:hidden}
.related li:hover img {
    transition: all 0.3s ease-in-out;
    transform: scale(1.05);
    
}

a, button {
    transition: all 0.2s ease !important;
}

.footer a {
position: relative;
    display: inline-block !important;
    padding-bottom:10px;
    text-decoration: none !important;
}

.footer a::before {
            content: "";
        height: 1px;
        background-color: #000;
        width: calc(100% - 1.5rem);
        position: absolute;
        bottom: 8px;
        -webkit-transform: scale(0);
        transform: scale(0);
        transition: -webkit-transform .3s 
ease;
        transition: transform .3s 
ease;
        transition: transform .3s 
ease, -webkit-transform .3s 
ease;
        -webkit-transform-origin: left center;
        transform-origin: left center;
}

.footer a:hover::before {
    width:100%;
    transform: scale(1);
}

.category-item figure{
    transition: all 0.3s ease-in-out !important;
}
.category-item figure img {
    transition: all 0.3s ease-in-out !important;
}
.category-item figure:hover img {
    transform: scale(1.2) !important;
    transition: all 0.3s ease-in-out !important;
}
.post-28301 .products li img {
    transition: all 0.3s ease;
    overflow: hidden
}

.post-28301 .products .woocommerce-LoopProduct-link {overflow: hidden}

.post-28301 .products li img:hover {
    transform: scale(1.07);
}
.hero{
    background-color: #ebe4db;
}
.summer-content {
    background-color: #000;
}
.summer-text p, .summer-text h2 {
    color: #fff !important;
}
.summer-text .btn {
    color: #fff;
    border-color: #fff;
}
.summer-text .btn:hover{
    color: #000;
    background: #fff !important;
}

ul.socials-links {
    display: inline-flex;
    align-items: center;
    column-gap: 8px;
    list-style: none;
    padding-left: 0px;
    margin-top: 15px;
}

ul.socials-links li {
    margin-bottom:0px !important;
}

ul.socials-links li a{
    display:inline-block;
    padding-bottom:0px;
}

ul.contact-links{
    padding-left:0;
    list-style: none;
    margin-top: 25px;
}
ul.contact-links li a{
    display:inline-flex;
    align-items: center;
    padding-bottom:0px;
    text-decoration: none;
}

ul.contact-links li a::before{
    content:unset !important;
}
ul.contact-links li a img{
    vertical-align: middle;
}
ul.contact-links li a:hover{
    text-decoration:none;
}
.toggle-menu{
    width: 20%;
}
.burger-menu {
    position: relative;
    width: 45px;
    height: 34px;
    cursor: pointer;
    z-index: 2;
    display: flex;
    justify-content: center;
}
.burger-menu span {
    top: 50%;
    transform: translateY(-50%);
}
.burger-menu span::before, .burger-menu span::after {
    content: "";
}
.burger-menu span, .burger-menu span::after, .burger-menu span::before {
    width: 34px;
    height: 3px;
    background-color: #000;
    border-radius: 4px;
    transition-property: transform;
    transition-duration: .15s;
    transition-timing-function: ease;
    position: absolute;
}
.burger-menu span::before {
    top: -10px;
}
.burger-menu span::after {
    top: 10px;
}
.nav-right {
    width: 20%;
}
.nav-right ul{
    justify-content: end;
}


.nav-container {
    position: fixed;
    z-index: 999;
    background: #2b2b2b;
    left: -400px;
    padding: 20px 0;
    top: 0;
    height: 100vh;
    width: 400px;
    display: unset;
    transition: 0.2s ease-in-out;
}
.nav-container.open {
    top: auto;
}
.nav-left a{
    color: #fff;
}
.nav-left {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
/*     margin-right: 30px; */
    height: 92vh;
    overflow-y: auto;
}
button.close-btn {
    color: #fff;
    background: transparent !important;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 20px;
    top: 25px;
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}

span.burger-menu {
    align-items: center;
    font-weight: 500;
}
body .nav-container .close-btn {
    display: none !important;
}
body .nav-container {
    position: absolute !important;
    left: 0 !important;
    height: auto !important;
    width: 100% !important;
    top: -100%;
    display: unset;
}
body .nav-container .nav-left {
    display: flex;
    height: auto;
    gap: 30px;
}
.nav-left a:hover {
    text-decoration: underline;
}

.contact-details p a {
    padding-bottom: 0px;
}

/* About Us Page */
.profile-container{
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}
.profile-container .image-section, .profile-container .text-section{
    width: 100%;
}
.profile-container .image-section img{
    max-width:100%;
    height: 100%;
    border-radius: 5px;
    vertical-align: middle;
}
.profile-container .image-section .image-caption{
    margin-top: 15px;
    font-size: 16px;
    text-align: center;
    padding: 0 10px;
}
.profile-container .text-section .section-label{
    margin-bottom:15px;
}
.profile-container .text-section .title{
    font-size: 50px;
    margin-bottom: 15px;
}
.profile-container .text-section .paragraph{
    margin-bottom: 15px;
}
ul#menu-main-menu{
    display: none;
}
@media(min-width:768px){
    .profile-container .image-section{
        width: calc(40% - 25px);
    }
    .profile-container .text-section{
        width: calc(60% - 25px);
    }
    .toggle-menu{
        width: 33%;
        display: inline-flex;
        align-items: center;
    }
    ul#menu-main-menu {
        display: block;
        list-style: none;
        padding-left: 25px;
    }
    ul#menu-main-menu a{
        text-decoration: none;
    }
    .nav-right {
        width: 33%;
    }
}


.theme-twentytwentyone table.variations tr {
    margin-bottom: -0.5rem !important;
}

ul.products li.product .price {
    margin-bottom: -5px !important;
    margin-left: 10px !important;
}

.cfvsw-swatches-container.cfvsw-shop-container.aos-init.aos-animate {
    margin-left: 10px;
}

a.button.product_type_variable {
    margin-left: 10px;
    margin-bottom: 15px;
}

button.button.add-to-cart-variation:hover {
    border: 1px solid;
}

/* .yith-add-to-wishlist-button-block.yith-add-to-wishlist-button-block--initialized.aos-init.aos-animate {
    display: none;
} */

td.label.woocommerce-loop-product__title.aos-init.aos-animate label { color: #000000; font-size: 14px; font-weight: 400; }

ul.products li.product .woocommerce-loop-product__title { padding: 0 10px;
}

.star-rating.aos-init.aos-animate {
    margin-left: 10px;
}

.woocommerce ul.products.columns-4 li.product:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, .15);
}

@media (max-width: 480px){
    .woocommerce ul.products.columns-4 li.product {
        box-shadow: 0 4px 15px rgba(0, 0, 0, .15);
    }

}
 

/* .sub-form {
    border: none !important;
} */

.mc4wp-form-fields {
    display: flex;
    justify-content: space-around;
    align-items: center;
    border: 1px solid #000;
    width: 100% !important;
    min-width: 300px !important;
}


p.return-to-shop {
    padding: 0 20px;
    padding-bottom: 60px !important;
}

.woo-variation-gallery-wrapper .woo-variation-gallery-slider img { border-radius: 10px;
}

.woocommerce-variation-add-to-cart .wpcbn-btn-single.single_add_to_cart_button, .lk-cart form.cart .wpcbn-btn-single.single_add_to_cart_button {
    width: 100% !important;
    margin-left: 0px !important;
    background: #000000 !important;
    color: #ffffff !important;
    border-radius: 5px;
}

.woocommerce-variation-add-to-cart .wpcbn-btn-single.single_add_to_cart_button, .lk-cart form.cart .wpcbn-btn-single.single_add_to_cart_button:hover {
    width: 100% !important;
    margin-left: 0px !important;
    background: #ffffff !important;
    border-radius: 5px;
    color: #000000 !important;
}

.quantity-wrapper {
    border-radius: 5px;
}

.woocommerce ul.products li.product img.attachment-woocommerce_thumbnail, .woocommerce ul.products li.product img.woocommerce-placeholder {
    height: auto !important;
    border-radius: 10px;
}

.subhead {
    text-align: center;
    font-size: 36px;
}

.subheader {
    padding: 30px;
    background: #000;
}
.woocommerce-checkout .subheader{
    background: #000;
}
.woocommerce-checkout .subheader h1.text-dark.mb-5.subhead {
    color: #fff !important;
}

@media (max-width: 480px){
    .subheader {
        padding: 15px;
    }
    .subhead {
        font-size: 24px;
    }
    
}

.woocommerce-order-details, 
.woocommerce .woocommerce-customer-details { max-width: 800px; margin: 30px auto; background: #ffffff; border-radius: 16px; padding: 30px; box-shadow: 0 6px 20px rgba(0,0,0,0.08); }


ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    background: #ffffff;
    border: none;
    max-width: 800px;
    margin: 0 auto;
    padding: 24px;
    list-style-type: none;
    text-align:center;
}

p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    max-width: 800px;
    margin: 0 auto;
    font-weight: 700;
    text-align:center;
}

.woocommerce-order p {
    font-weight: 600;
    max-width: 800px;
    margin: 0 auto;
}

#sb_instagram .sbi_photo img {
    max-height: 400px
}

#sb_instagram.sbi_col_2 #sbi_images, #sb_instagram.sbi_col_2.sbi_disable_mobile #sbi_images {
    grid-template-columns: repeat(5, 1fr);
}

@media (max-width: 768px) {
    #sb_instagram.sbi_col_2 #sbi_images, #sb_instagram.sbi_col_2.sbi_disable_mobile #sbi_images {
        grid-template-columns: repeat(1, 1fr);
    }

}

.category-item h3 {
    text-transform: capitalize
}

.product-item .img-box img {
    aspect-ratio: 9/16;
}

.custom-cat .card:hover .category-overlay {
    background: #F5F5DC;
}

.search-box.active {
    display: block !important;
    opacity: 1 !important;
    transition: none !important;
}

.page-template-all-products-template .brand-filter-form {
    display: none
}



/* --- Header Layout (Desktop) --- */

/* Use flexbox to arrange the header content (the menu container) */
.header-main-menu {
    display: flex;
    justify-content: center; /* Center the entire menu/logo block */
    align-items: center;
    width: 100%;
}

/* The primary unordered list of the menu */
.header-main-menu .menus {
    display: flex;
    list-style: none; /* Remove bullet points */
    padding: 0;
    margin: 0;
    align-items: center;
}

/* Individual menu items and the logo item */
.header-main-menu .menus li {
    padding: 0 12px; /* Spacing between items */
    margin: 0;
    line-height: 1; /* Helps with vertical alignment */
}

/* Style for the logo item specifically */
.header-main-menu .menus .site-logo-item {
    padding: 0 40px;
    position: relative;
    z-index:2;
}

/* Ensure the logo image fits nicely */
.header-main-menu .menus .site-logo-item {
    max-height: 90px; /* Adjust as needed for your logo size */
    width: auto;
    display: block;
}

/* Style for menu links */
.header-main-menu .menus a {
    text-decoration: none;
    color: #333; /* Default text color */
    display: block; /* Make the whole padding area clickable */
    padding: 10px 0; /* Vertical padding */
    position: relative;
    font-size: 16px;
    transition: color 0.3s ease;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 20px;
    text-transform: capitalize;
    leading-trim: NONE;
    line-height: 35px;
    letter-spacing: 0%;
    text-align: center;
}

/* --- Hover Effect --- */

/* Change link color on hover */
.header-main-menu .menus a:hover {
    color: #C79680;
    font-weight: bold;
}

.header-main-menu .menus li:not(.site-logo-item) a:hover::after {
    transform: scaleX(1); /* Show the underline */
}

#menu-header-main-menu {
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
}


.header-main-menu .menus {
    padding-block: 30px;
}

.header-main-menu .menus a {
    z-index: 2;
    position: relative;
}

.header-main-menu .menu-item-has-children .sub-menu {
    display: none;
}

.header-main-menu .menus li:not(.site-logo-item) a::after {
    display: none;
}

@media screen and (max-width: 992px) {
    .header-main-menu {
        display: none !important
    }
    
    header.header.d-none {
        display: block !important
    }
}


/* Hover behavior */

.header-main-menu .menus li {
    position: relative
}


.menu-item-has-children:hover ul.sub-menu {
/*     display: grid ;
    position: fixed; */
    top: 140px;
/*     background: white;
    width: 100vw; */
/*     height: 700px; */
/*     left: 0; */
    z-index: 1;
}


.header-main-menu .menus .sub-menu a {
    text-align: left;
    width: auto;
    display: inline-block;
    width: auto;
}

.header-main-menu .menus .sub-menu {
    list-style: none;
    padding-left: 210px;
}

.menu-item-type-custom img {
    width: 100%;
    max-width: 100%;
    width: 413px;
}

.sub-menu .menu-item-type-custom:has(img) {
/*     position: absolute; */
    right: 200px;
    top: 0;
}

.sub-menu .menu-item-type-custom:has(img) p{
    font-weight: 700;
    margin-top: 10px;
}
.menu-item-has-children {
    position: relative
}

.menu-item-has-children:after {
    height: 100px;
    position: absolute;
    content: "";
    display: inline-block;
    top: 40px;
}

.menu-item-has-children:hover {
    text-decoration: underline;
    font-weight: bold;
    text-decoration-thickness: 4px;
    text-underline-offset: 12px;
    color: #C79680;
}

.sub-menu {
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: max-content;
}

/* Fill only column 1 and 2, alternating */
.sub-menu li:nth-child(odd) {
  grid-column: 1; /* first column */
}

.sub-menu li:nth-child(even) {
  grid-column: 2; /* second column */
}

.sub-menu li:nth-child(1) a,
.sub-menu li:nth-child(2) a,
.sub-menu li:nth-child(4) a,
.sub-menu li:nth-child(6) a{
  font-size: 28px;
  color: #C79680;
  font-family: 'Playfair', serif;
}

.header-main-menu .menus .sub-menu a {
  text-transform: lowercase;
}

.header-main-menu .menus .sub-menu a::first-letter {
  text-transform: uppercase;
}

.custom-cat .card  .category-overlay {
    background: #C79680A6;
}

.custom-cat .card:hover .category-overlay {
    background: #C79680A6;
}

.card:not(:hover) a.btn {
    display: none
}

.card:hover a.btn {
    background: #C79680CC;
    font-family: Open Sans;
font-weight: 700;
font-style: Bold;
font-size: 22px;
leading-trim: NONE;
line-height: 44px;
letter-spacing: 2%;
text-align: center;
    color: #fff;
    border: 2px solid #fff;

}

.custom-cat .card:hover  h3 {
    font-family: Open Sans;
font-weight: 700;
font-style: Bold;
font-size: 32px;
leading-trim: NONE;
line-height: 35px;
letter-spacing: 0%;
text-align: center;
    color: #fff;
}

body:has(.menu-item-has-children:hover) {
/*     overflow: hidden !important */
}

.header-main-menu .menus .site-logo-item {
    padding: 0
}

.menu-item-has-children:hover ul.sub-menu {
    padding-top: 30px;
    margin-top: -30px
}

.logged-in .menu-item-has-children:hover ul.sub-menu {
    margin-top: 0px
}

.sub-menu .menu-item-type-custom  img {
    margin-top: 20px;
}

.logged-in .sub-menu .menu-item-type-custom  img {
    margin-top: 52px;
}

.custom-cat .card:not(:hover) h3,
.custom-cat .card:hover h3{
    font-family: Open Sans;
    font-weight: 500;
    font-size: 24px;
    line-height: 35px;
    text-align: center;
    display: block;
    width: 100%;
    color: #fff;
    text-transform: lowercase;
}

.custom-cat .card:not(:hover) h3::first-letter,
.custom-cat .card:hover h3::first-letter {
  text-transform: uppercase;
}

.summer-text p {
    display: none;
}

.col-12.col-md-4.col-lg-4.pt-5.product .product-attribute-group[data-attr-taxonomy="pa_size"],
.col-12.col-md-4.col-lg-4.pt-5.product .add-to-cart-wrap{
    display: none;
}

.menu-item .highlight {
    font-weight: bold;
    color: #C79680;
}



.origin-story {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px 0;
}
.origin-story h2.title {
    text-transform: uppercase;
}
.origin-story p.paragraph {
    margin-bottom: 15px;
}

/* ---------------- HERO --------------- */
.origin-hero {
  position: relative;
  margin-bottom: 40px;
}

.origin-hero img {
  width: 100%;
  height: auto;
  display: block;
}

.hero-texts {
  position: absolute;
  top: 340px;
  left: 40px;
  color: #fff;
  background: rgba(0, 0, 0, 0.35);
  padding: 20px 28px;
  max-width: 445px;
}

.hero-texts .label {
  font-size: 14px;
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
}

.hero-texts h2 {
  margin: 0 0 6px;
  font-size: 28px;
  line-height: 1.2;
}

/* -------------- PORTRAITS STACKED -------------- */

.portrait-stack {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 40px;
}

.portrait-stack img {
  width: 100%;
  max-width: 500px;
  display: block;
  margin: 0 auto;
  border-radius: 4px;
}

/* -------------- SPLIT ROW -------------- */

.origin-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: start;
  margin-bottom: 40px;
}

.origin-split img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

/* ---------------- RESPONSIVE ------------------ */

@media (max-width: 768px) {
  .hero-texts {
    left: 20px;
    top: 320px;
    padding: 16px 20px;
    max-width: 260px;
  }

  .hero-texts h2 {
    font-size: 22px;
  }

  .origin-split {
    grid-template-columns: 1fr;
  }

  .split-right img,
  .split-left img {
    max-width: 450px;
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  .hero-texts {
    max-width: 320px;
    padding: 14px 18px;
    width: 100%;
  }

  .hero-texts p{
        font-size: 16px !important;
        line-height: 1.25em !important;
    }
  .hero-texts h2 {
    font-size: 34px !important;
  }
    .hero-texts .label{
        font-size: 28px !important;
        line-height: 1.25em !important;
    }
}

.origin-story * {
    opacity: 1 !important;
    transform: unset !important
}

.hero-texts .label {
    font-family: Open Sans;
    font-weight: 700;
    font-style: Bold;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 44px;
    letter-spacing: 0%;
    text-align: center;
}

.hero-texts  h2 {
        font-weight: 400;
    font-style: Regular;
    font-size: 50px;
    leading-trim: NONE;
    line-height: 44px;
    letter-spacing: 0%;
    text-align: center;
    color: white;
}

.hero-texts p {
font-weight: 400;
font-style: Regular;
font-size: 22px;
leading-trim: NONE;
line-height: 35px;
letter-spacing: 0%;
text-align: center;

}

.no-container {
    min-width: 100vw;
    margin-left: calc(50% - 50vw);
}

body:has(.no-padding) .subheader {
    display: none;
}

body:has(.no-padding) .container.pt-5.pt-lg-100.pb-5.pb-lg-100 {
    padding-top: 0 !important
}
section.origin-story img {
    border-radius: 10px;
}
.origin-hero img {
     
    object-fit: cover;
}

.origin-story .midpx {
    max-height: 772px;
    overflow: hidden;
    margin-bottom: 50px;
}

button.tawk-custom-color.tawk-custom-border-color.tawk-outline.tawk-button.tawk-button-circle.tawk-button-large {
    background-image: url(https://sarahlavalle.com/wp-content/uploads/2025/10/Sarah-LaValle_icon-1.png);
    background-size: contain;
}

button.tawk-custom-color.tawk-custom-border-color.tawk-outline.tawk-button.tawk-button-circle.tawk-button-large svg{
    display: none;
}

.menu-item-object-custom.menu-item-31187 {
    display:none
}

li.search-item.menu-item.menu-item-type-custom {
    width: 32px;
    height: 32px;
}

li.search-item.menu-item.menu-item-type-custom a{
    display: block;
    margin: 0;
    padding: 0
}

.footer {
    background: #E2BAA5;
}

.footer a::before {
    bottom: 1px;
}

.search-item span::after {
    display: block
}

#sb_instagram .sbi_follow_btn a {
    background: #000 !important;
    color: #fff
}

#sb_instagram #sbi_images .sbi_item {
    border: none;
    border-radius: 0;
}
#sb_instagram #sbi_images .sbi_item:nth-child(n + 11) {
    display: none;
}

.focus-section .focus-text {
    background: #E2BAA5;
    
}

.focus-text * {
    color: #000 !important;
}

.focus-section .focus-text a.btn {
    border-color: #000;
}

.custom-cat .card:not(:hover) h3, .custom-cat .card:hover h3 {
    text-transform: capitalize;
}
/* ============================================
   NEW HEADER STYLES - ALL ISSUES FIXED
============================================ */

/* HIDE OLD HEADERS COMPLETELY */
header#site-header,
.header.d-none,
.nav-container,
.burger-menu:not(.new-burger),
.search-box:not(.new-search-overlay) {
    display: none !important;
}

/* NEW HEADER BASE */
.new-header {
    position: sticky;
    top: 0;
    z-index: 999;
    background: #fff;
    border-bottom: 1px solid #e6e6e6;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.new-header-wrap {
    max-width: 1400px;
    margin: 0 auto;
    padding: 15px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    position: relative;
}

/* ========================================
   LOGO
======================================== */
.new-logo {
    flex-shrink: 0;
    z-index: 1001;
}

.new-logo a {
    display: block;
    line-height: 0;
}

.new-logo img {
    max-height: 70px;
    width: auto;
    display: block;
}

/* HIDE LOGO INSIDE MENU */
.new-main-menu #menu-item-30798,
.new-main-menu .menu-item .site-logo-item,
.new-main-menu li:has(.site-logo-item),
.new-mobile-menu #menu-item-30798,
.new-mobile-menu .site-logo-item,
.new-mobile-menu li:has(.site-logo-item) {
    display: none !important;
}

/* ========================================
   MOBILE TOGGLE
======================================== */
.new-mobile-toggle {
    display: none;
    z-index: 1001;
}

.new-burger {
    background: none;
    border: none;
    padding: 5px;
    cursor: pointer;
    width: 35px;
    height: 30px;
    position: relative;
    background-color: unset;
}

.new-burger span,
.new-burger span::before,
.new-burger span::after {
    display: block;
    width: 28px;
    height: 3px;
    background: #000;
    border-radius: 2px;
    transition: all 0.3s ease;
    position: absolute;
    left: 0;
}

.new-burger span {
    top: 13px;
}

.new-burger span::before {
    content: '';
    top: -8px;
}

.new-burger span::after {
    content: '';
    top: 8px;
}

.new-burger.active span {
    background: transparent;
}

.new-burger.active span::before {
    transform: rotate(45deg);
    top: 0;
}

.new-burger.active span::after {
    transform: rotate(-45deg);
    top: 0;
}

/* ========================================
   DESKTOP NAVIGATION
======================================== */
.new-desktop-nav {
    flex: 1;
    display: flex;
    justify-content: center;
    position: static;
}

.new-main-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 40px;
    align-items: center;
    position: static;
}

.new-main-menu > li {
    position: static;
}

.new-main-menu > li > a {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
    text-transform: capitalize;
    padding: 10px 0;
    display: block;
    position: relative;
    transition: all 0.3s ease;
    line-height: 35px;
    letter-spacing: 0;
}

.new-main-menu > li > a:hover {
    color: #C79680;
}

.new-main-menu > li > a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #C79680;
    transition: width 0.3s ease;
}

.new-main-menu > li:hover > a::after {
    width: 100%;
}

/* Fix for "Origins" menu item with <p> tag */
.new-main-menu > li > a p {
    margin: 0;
    padding: 0;
    display: inline;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}

.new-main-menu > li > a p.highlight {
    font-weight: bold;
    color: #C79680;
}

/* ========================================
   MEGA MENU DROPDOWN - DESKTOP
======================================== */

.new-main-menu > li.menu-item-has-children {
    position: relative;
}

.new-main-menu .sub-menu {
    position: absolute;
    top: 130px !important;
/*     left: 0;
    right: 0; */
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    max-width: 740px;
    min-height: 600px;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-top: 3px solid #C79680;
    box-shadow: 0 10px 40px rgba(0,0,0,0.15);
    padding: 30px;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    z-index: -1;
    list-style: none;
    border-radius: 10px;
    
}
.new-main-menu > li.menu-item-has-children > .sub-menu{
/*  display: grid; */
/*     grid-template-columns: 1fr 1fr 350px; */
/*  grid-template-columns: 2fr; */
/*     gap: 30px 40px; */
    display: flex;
    flex-wrap: wrap;
    width: 100vw;
}
.new-main-menu > li.menu-item-has-children:hover > .sub-menu {
    
    opacity: 1;
    visibility: visible;
    z-index: 99999;
    top: 87px !important;
}
.new-main-menu > li.menu-item-has-children.open-from-right ul.sub-menu {
    left: auto;
    right: 0;
}
.new-main-menu .sub-menu li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.new-main-menu .sub-menu > li:first-child {
    width: 65%;
}
.new-main-menu .sub-menu > li:nth-child(2) {
    width: 35%;
}
.new-main-menu .sub-menu > li:last-child {
    width: 100%;
}

/* ALL submenu links - consistent font */
.new-main-menu .sub-menu a {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000 !important;
    text-decoration: none;
    text-transform: lowercase;
    padding: 5px 0;
    display: block;
    transition: all 0.2s ease;
    line-height: 1.6;
    text-transform: capitalize;
}

.new-main-menu .sub-menu a::first-letter {
    text-transform: uppercase;
}

.new-main-menu .sub-menu a:hover {
    color: #C79680 !important;
    padding-left: 8px;
}

/* Fix any <p> tags inside submenu */
.new-main-menu .sub-menu a p {
    margin: 0;
    padding: 0;
    display: inline;
    font-family: inherit !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    color: inherit !important;
}

/* Grid Layout */
.new-main-menu .sub-menu > li:nth-child(odd):not(:last-child) {
    grid-column: 1;
}

.new-main-menu .sub-menu > li:nth-child(even):not(:last-child) {
    grid-column: 2;
}

/* Image Column - Last child */
.new-main-menu .sub-menu > li:last-child,
.new-main-menu .sub-menu > li.menu-item-type-custom:has(img) {
    grid-column: 3;
    grid-row: 1 / -1;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.new-main-menu .sub-menu > li:last-child > a,
.new-main-menu .sub-menu > li.menu-item-type-custom:has(img) > a {
    padding: 0 !important;
}

.new-main-menu .sub-menu > li:last-child img,
.new-main-menu .sub-menu > li.menu-item-type-custom img {
    width: 250px;
    height: 350px;
    border-radius: 8px;
    display: block;
    margin: 0;
    object-fit: cover;
}

.new-main-menu .sub-menu > li:last-child p {
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    margin: 10px 0 0;
    color: #000;
    display: block;
}

.new-main-menu > li.menu-item-has-children > .sub-menu > li ul.mega-products {
    padding: 0;
    display: flex;
    gap: 20px;
    width: 100%;
}
.new-main-menu > li.menu-item-has-children > .sub-menu > li ul.mega-products .mega-product {
    width: calc(25% - 15px);
}
.new-main-menu > li.menu-item-has-children > .sub-menu > li ul.mega-products a {
    padding: 0;
    margin-top: 40px;
    text-transform: capitalize;
    text-align: center;
}
.new-main-menu > li.menu-item-has-children > .sub-menu > li ul.mega-products > li img {
    max-height: 150px;
    width: 100%;
    object-fit: cover;
}
.new-main-menu > li.menu-item-has-children > .sub-menu > li ul.mega-products > li .product-title {
    display: block;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 1.1em;
    margin-top: 10px;
    clear: both;
    overflow: hidden;
    white-space: nowrap;
}
.new-main-menu > li.menu-item-has-children > .sub-menu > li ul.mega-products > li .price span.woocommerce-Price-amount.amount{
    font-size: 14px;
}

/* ========================================
   HEADER ICONS
======================================== */
.new-header-icons {
    display: flex;
    gap: 20px;
    align-items: center;
    z-index: 1001;
}

.new-icon {
    background: none!important;
    border: none;
    padding: 8px;
    cursor: pointer;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.3s ease;
    text-decoration: none;
}

.new-icon:hover {
    color: #C79680;
    transform: scale(1.1);
}

.new-count {
    position: absolute;
    top: -2px;
    right: -2px;
    background: #C79680;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    min-width: 16px;
    height: 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
}

/* ========================================
   MOBILE OVERLAY - NO BLACK BACKGROUND
======================================== */
.new-mobile-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: transparent; /* REMOVED BLACK BACKGROUND */
    z-index: 9998;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none; /* Allow clicking outside to close */
}

.new-mobile-overlay.active {
    display: block;
    opacity: 1;
    pointer-events: auto;
}

.new-mobile-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 85%;
    max-width: 350px;
    height: 100%;
    background: #fff;
    padding: 70px 25px 25px;
    overflow-y: auto;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    box-shadow: 2px 0 10px rgba(0,0,0,0.1);
}

.new-mobile-overlay.active .new-mobile-wrap {
    transform: translateX(0);
}

.new-close-mobile {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none !important;
    border: none;
    padding: 5px;
    cursor: pointer;
    color: #000 !important;
    transition: all 0.3s ease;
}

.new-close-mobile:hover {
    color: #C79680 !important;
    transform: rotate(90deg);
}

/* ========================================
   MOBILE MENU - NO HOVER, CLICK ONLY
======================================== */
.new-mobile-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Top level menu items */
.new-mobile-menu > li {
    border-bottom: 1px solid #e6e6e6;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.new-mobile-menu > li > a {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
    text-transform: capitalize;
    padding: 15px 0;
    display: block;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

/* Mobile submenu */
.new-mobile-menu .sub-menu {
    list-style: none;
    padding: 0;
    margin: 10px 0;
    padding-left: 15px;
    display: none;
    background: #f9f9f9;
    border-left: 3px solid #C79680;
    
    /* Force vertical layout */
    grid-template-columns: none !important;
    grid-template-rows: none !important;
    gap: 0 !important;
}

.new-mobile-menu .sub-menu li {
    display: block !important;
    width: 100% !important;
    grid-column: auto !important;
    grid-row: auto !important;
    border-bottom: 1px solid #e6e6e6;
    padding: 0;
    margin: 0;
}

.new-mobile-menu .sub-menu li:last-child {
    border-bottom: none;
}

.new-mobile-menu .sub-menu a {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #333 !important;
    text-decoration: none;
    text-transform: capitalize;
    padding: 12px 0 !important;
    display: block !important;
    line-height: 1.4;
}

/* Only allow hover color on submenu links, not parent toggle */
@media (min-width: 993px) {
    .new-mobile-menu .sub-menu a:hover {
        color: #C79680 !important;
    }
    .filter-box{
        max-height: calc(100vh - 140px);
        overflow-y: auto;
    }
}

.new-mobile-menu .sub-menu a p {
    display: inline;
    margin: 0;
    padding: 0;
}

/* Hide images and image-only items */
.new-mobile-menu .sub-menu img,
.new-mobile-menu .sub-menu li:has(img),
.new-mobile-menu .sub-menu li.menu-item-type-custom:has(img) {
    display: none !important;
}

/* Toggle icon */
.new-mobile-menu .menu-item-has-children > a {
    position: relative;
    padding-right: 40px;
}
.new-mobile-menu .menu-item-has-children > a span {
    display: block;
    height: 32px;
    width: 32px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.new-mobile-menu .menu-item-has-children > a span::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 45%;
    transform: translateY(-50%);
    font-size: 28px;
    font-weight: 300;
    line-height: 1;
    color: #C79680;
}



.new-mobile-menu .menu-item-has-children.active > a span::after {
    content: '−';
}

/* Show submenu ONLY when parent has active class */
.new-mobile-menu .menu-item-has-children.active > .sub-menu {
    display: block !important;
    padding-top: 0;
    width: 100%;
    height: auto;
    position: static;
    margin: 10px 0 10px !important;
}

.new-mobile-menu .menu-item-has-children.active > a {
    color: #C79680;
}

/* ========================================
   SEARCH OVERLAY - NO BLACK BACKGROUND
======================================== */
.new-search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.95); /* WHITE SEMI-TRANSPARENT INSTEAD OF BLACK */
    backdrop-filter: blur(5px);
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.new-search-overlay.active {
    display: flex;
    opacity: 1;
}

.new-search-wrap {
    background: #fff;
    padding: 40px;
    border-radius: 12px;
    width: 90%;
    max-width: 600px;
    position: relative;
    box-shadow: 0 10px 40px rgba(0,0,0,0.2);
}

.new-close-search {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    padding: 8px;
    cursor: pointer;
    color: #000;
    transition: all 0.3s ease;
}

.new-close-search:hover {
    color: #C79680;
    transform: rotate(90deg);
}

.new-search-wrap input[type="search"],
.new-search-wrap input[type="text"] {
    width: 100%;
    padding: 15px 20px;
    font-size: 18px;
    border: 2px solid #e6e6e6;
    border-radius: 8px;
    outline: none;
    transition: all 0.3s ease;
}

.new-search-wrap input[type="search"]:focus,
.new-search-wrap input[type="text"]:focus {
    border-color: #C79680;
}

/* ========================================
   RESPONSIVE BREAKPOINTS
======================================== */
@media (max-width: 992px) {
    .new-desktop-nav {
        display: none;
    }
    
    .new-mobile-toggle {
        display: block;
    }
    
    .new-header-wrap {
        padding: 12px 20px;
    }
    
    .new-logo img {
        max-height: 55px;
    }
    
    .new-header-icons {
        gap: 15px;
    }
}

@media (max-width: 768px) {
    .new-header-wrap {
        padding: 10px 15px;
    }
    
    .new-logo img {
        max-height: 50px;
    }
    
    .new-header-icons {
        gap: 12px;
    }
    
    .new-icon svg {
        width: 18px;
        height: 18px;
    }
    
    .new-count {
        min-width: 14px;
        height: 14px;
        font-size: 9px;
    }
    
    .new-mobile-wrap {
        width: 90%;
        max-width: 300px;
    }
}

@media (max-width: 480px) {
    .new-header-wrap {
        padding: 8px 12px;
    }
    
    .new-logo img {
        max-height: 45px;
    }
    
    .new-mobile-wrap {
        width: 95%;
    }
}
/* ========================================
   DISABLE ALL HOVER EFFECTS ON MOBILE
======================================== */
@media (max-width: 992px) {
    
    /* Remove ALL hover interactions on mobile menu */
    .new-mobile-menu * {
        pointer-events: auto !important;
    }
    
    /* Disable hover-based submenu opening */
    .new-mobile-menu .menu-item-has-children:hover > .sub-menu {
        display: none !important;
        opacity: 0 !important;
        visibility: hidden !important;
    }
    
    /* Ensure submenu only opens with .active class, NOT hover */
    .new-mobile-menu .sub-menu {
        display: none !important;
    }
    
    .new-mobile-menu .menu-item-has-children.active > .sub-menu {
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    
    /* Remove any hover color changes that might cause issues */
    .new-mobile-menu > li:hover > a,
    .new-mobile-menu > li > a:hover {
        color: #000 !important;
    }
    
    /* Only apply color on active/open state */
    .new-mobile-menu .menu-item-has-children.active > a {
        color: #C79680 !important;
    }
    
    /* Submenu links can still have hover color */
    .new-mobile-menu .sub-menu a:hover {
        color: #C79680 !important;
    }
    
    /* Prevent any transition/animation on hover */
    .new-mobile-menu > li:hover,
    .new-mobile-menu > li > a:hover {
        transition: none !important;
    }
    
    /* Touch-friendly - prevent hover state sticking on touch devices */
    @media (hover: none) and (pointer: coarse) {
        .new-mobile-menu .menu-item-has-children:hover > .sub-menu {
            display: none !important;
        }
    }
}
/* ========================================
   UTILITY
======================================== */
body.new-nav-open {
    overflow: hidden;
}
.home #page-content, .single #page-content {
    padding-top: 50px;
}
button.new-icon, button.new-burger {
    background-color: transparent !important;
}

/* ========================================
   MOBILE SUBMENU OVERRIDE - CRITICAL
======================================== */

/* Force mobile submenus to NEVER use grid */
@media (max-width: 992px) {
    .new-mobile-menu .sub-menu {
        display: none !important; /* Hidden by default */
    }
    
    .new-mobile-menu .menu-item-has-children.active > .sub-menu {
        display: block !important; /* Show as block when active */
        grid-template-columns: none !important;
        grid-template-rows: none !important;
    }
    
    .new-mobile-menu .sub-menu li {
        display: block !important;
        width: 100% !important;
        grid-column: auto !important;
        grid-row: auto !important;
    }
    
    /* Hide image items in mobile submenu */
    .new-mobile-menu .sub-menu li:last-child:has(img),
    .new-mobile-menu .sub-menu li.menu-item-type-custom:has(img),
    .new-mobile-menu .sub-menu img {
        display: none !important;
    }


}
/* ========================================
   MOBILE MENU SAFETY OVERRIDES
======================================== */
@media (max-width: 992px) {
    /* Ensure all parent menu items are ALWAYS visible */
    .new-mobile-menu > li {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        position: relative !important;
    }
    
    /* Ensure parent links are ALWAYS visible */
    .new-mobile-menu > li > a {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    /* Remove any hover effects that might interfere */
    .new-mobile-menu .menu-item-has-children:hover > .sub-menu {
        display: none !important;
    }
    
    /* Only show submenu when parent has active class */
    .new-mobile-menu .sub-menu {
        display: none !important;
    }
    
    .new-mobile-menu .menu-item-has-children.active > .sub-menu {
        display: block !important;
    }
    
    /* Force submenu items to be vertical */
    .new-mobile-menu .sub-menu li {
        display: block !important;
        width: 100% !important;
        float: none !important;
    }

}
/* ============================================
   END NEW HEADER STYLES
============================================ */

.cat-grid .owl-nav , .products-carousel .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
}
.cat-grid .owl-nav button span, .products-carousel .owl-nav button span {
    font-size: 40px;
    margin-top: -9px;
    display: inline-block
}
.cat-grid .owl-nav button, .products-carousel .owl-nav button {
    margin: 0 !important;
    height: 50px;
    width: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #00000060 !important;
    color: #fff !important;
    border-radius: 5px;
    cursor: pointer;
    outline: unset !important;
}
.cat-grid .owl-nav button:hover, .products-carousel .owl-nav button:hover{
    background: #000 !important;
}

h3.brand-ambassador {
    padding: 0 !important;
    font-size: 50px;
    font-weight: 400;
}
span.brand-ambassador-designation {
    font-weight: 600;
    font-size: 25px;
    color: #E2BAA5;
    display: block;
    margin-top: -10px;
}

.adp-popup.adp-popup-open {
    width: 100% !important;
    max-width: 900px;
}
button.adp-popup-close {
    background: transparent !important;
    border: none !important;
}
button.adp-popup-close::before {
    color: #fff !important;
}

.adp-popup.adp-popup-open .adp-popup-content {
    padding: 0;
}
.adp-popup.adp-popup-open form {
    background-color: #eaeaea;
    background-image: url(/wp-content/uploads/2025/12/popup-form-bg.png);
    background-size: cover;
}
.popup-box {
    width: 50%;
    padding: 15px 60px 25px;
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
}
.popup-box img {
    max-width: 200px;
    margin: auto;
}
.popup-box h2 {
    font-size: 20px;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif !important;
    margin-top: 40px;
}
.popup-box h2 span {
    display: block;
    font-size: 60px;
    line-height: 1em;
    margin: 5px 0;
}
.popup-box h2 font {
    font-weight: 600;
    font-size: 22px;
    line-height: 1.25em;
}
.form-box {
    margin-top: 40px;
}
.form-box span.wpcf7-form-control-wrap {
    margin-bottom: 15px !important;
    display: block;
}
.form-box .form-control {
    background: transparent;
    border: 1px solid #000;
    font-size: 16px;
    color: #000;
    height: auto !important;
    padding: 5px 15px !important;
}
.form-box input[type="submit"] {
    background: #000 !important;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    width: 200px;
    margin: 15px auto 0 !important;
    cursor: pointer;
    outline: none !important;
    border: none !important;
    color: #fff !important;
    padding: 12px 15px;
    display: block;
}
span.wpcf7-not-valid-tip {
    font-size: 14px;
    line-height: 1em;
    margin-top: 5px;
}
.form-box span.wpcf7-spinner {
    display: none;
}
.form-box+p {
    font-size: 12px;
    text-align: left;
    margin-top: 30px;
    line-height: 1.24em;
    color: #000;
}
.adp-popup-open + .adp-popup-overlay {
    background: rgba(0, 0, 0, .7) !important;
}

.adp-popup.adp-popup-open form .wpcf7-response-output {
    background: #b3ffb6;
    color: #004503;
    padding: 15px;
    border-radius: 10px;
    border-width: 1px;
    text-align: center;
    margin: 0;
    max-width: 320px;
    font-size: 14px !important;
    display: none
}
.cf7-floating-thankyou {
    position: fixed;
    bottom: 30px;
    left: 30px;
    background: #b3ffb6;
    color: #004503;
    padding: 15px;
    border-radius: 10px;
    border-width: 1px;
    text-align: center;
    margin: 0;
    max-width: 340px;
    font-weight: 500;
    font-size: 14px !important;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease;
    z-index: 99999;
}

.cf7-floating-thankyou.show {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 991px){
    .adp-popup.adp-popup-open{
        padding: 10px;
    }
    .popup-box {
        width: 55%;
    }
}
@media (max-width: 767px){
    .popup-box {
        width: 75%;
    }
    .popup-box img {
        max-width: 150px;
    }
    .popup-box h2 {
        font-size: 18px;
        margin-top: 30px;
    }
    .popup-box h2 span {
        font-size: 50px;
    }
    .popup-box h2 font {
        font-size: 20px;
        padding: 0 5%;
        display: block;
    }
    .form-box {
        margin-top: 30px;
    }
    .form-box+p {
        font-size: 10px;
        margin-top: 20px;
    }
    .form-box input[type="submit"]{
        margin: 5px auto 0 !important;
        font-size: 18px;
    }
}
@media (max-width: 480px){
    
    .popup-box {
        width: 100%;
        padding: 15px 30px;
    }
    
    button.adp-popup-close::before {
        color: #000 !important;
    }
}

.hero-slider,
.hero-slide {
    width: 100%;
    height: 800px;
    position: relative;
}

.hero-slide {
    background-size: cover;
    background-position: center;
    
}

.hero-slide img {
    object-fit: cover !important;
    position: relative;
    object-position: center;
    height: 100%;
    width: 100%;
}

/* LEFT TEXT (SLIDE 1) */
.overlay-left {
    position: absolute;
    left: 80px;
    top: 80px;
    color: #fff;
}

.overlay-left h1 {
    font-size: 125px;
    line-height: 0.8em;
    font-weight: 400;
    margin-bottom: 20px;
    text-shadow: 1px 2px 5px #00000080;
}

/* RIGHT DISCOUNT BOX */
.overlay-right {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 50px;
    background: rgba(33,9,1,0.75);
    color: #fff;
    text-align: center;
}
.overlay-right span, .overlay-right p {
    font-size: 20px;
    font-weight: 600;
}
.overlay-right p a {
    color: #fff;
    text-decoration: none;
}
.overlay-right p a:hover{
    text-decoration: underline;
}
.overlay-right h2 {
    font-size: 80px;
    margin: 15px 0;
    font-family: 'Open Sans' !important;
    color: #fff;
}

/* SLIDE 2 BOX */
.overlay-box {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) !important;
    background: rgba(199, 150, 128, 0.75);
    padding: 50px 80px;
    color: #fff;
    text-align: center;
    max-width: 570px;
}
.overlay-box .subtitle {
    font-size: 30px;
    font-weight: 600;
    text-shadow: 1px 2px 5px #00000080;
}
.overlay-box h2 {
    font-size: 50px;
    margin: 10px 0 15px;
    color: #fff;
    font-weight: 400;
    text-shadow: 1px 2px 5px #00000080;
}
.overlay-box p {
    font-size: 25px;
    font-weight: 500;
    line-height: 1.25em;
    text-shadow: 1px 2px 5px #00000080;
}

/* BUTTONS */
.btn-outline {
    display: inline-block;
    padding: 15px 50px;
    border: 2px solid #fff;
    color: #fff;
    text-decoration: none;
    margin-top: 20px;
    font-size: 20px;
    font-weight: 500;
    margin-left: 6px;
}
.btn-outline:hover{
    background: #fff;
    color: #000;
}

.btn-outline.light {
    margin-left: 0;
    margin-top: 30px;
}
.hero-slider .owl-dots {
    position: absolute;
    bottom: 0px;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 10px;
}
.hero-slider .owl-dots button {
    padding: 0 !important;
    background: transparent !important;
    margin: 0 !important;
    cursor: pointer;
    outline: none !important
}
.hero-slider .owl-dots button span, .hero-swiper span.swiper-pagination-bullet {
    height: 12px;
    width: 12px;
    background: rgba(0, 0, 0, .75);
    display: inline-block;
    border-radius: 50px;
}
.hero-slider .owl-dots button.active span, .hero-swiper span.swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #000;
}

.hero-swiper.jan-2026, .hero-swiper.jan-2026 .jan-layout {
    height: auto !important;
    min-height: unset;
}
.jan-2026 .owl-dots button span {
    background: rgba(0, 0, 0, .65);
}
.jan-2026 .owl-dots button.active span {
    background: rgba(0, 0, 0, 1);
}
.hero-slide picture {
    width: 100%;
    display: block;
}
.hero-slide.jan-layout .content h2{
    font-size: 67px;
    font-weight: 500;
    line-height: 0.89em;
}
.hero-slide.jan-layout .content h2 span{
    display: block;
}
.hero-slide.jan-layout .btn-outline {
    background: #000;
    color: #fff;
    position: absolute;
    border-color: #000;
    text-transform: uppercase;
}
.hero-slide.jan-layout.slide-1 .content {
    background: rgba(255, 255, 255, 0.75);
    position: absolute;
    right: 0;
    top: 0;
    padding: 50px 80px;
    text-align: center;
    text-transform: uppercase
}

.hero-slide.jan-layout.slide-1 .btn-outline {
    background: #000;
    color: #fff;
    position: absolute;
    top: 300px;
    right: 150px;
    border-color: #000;
    margin-top: 40px;
    text-transform: uppercase;
}
.hero-slide.jan-layout.slide-2 .content {
    position: absolute;
    right: 0;
    top: 0;
    padding: 50px 30px;
    text-align: center;
    text-transform: uppercase;
}
.hero-slide.jan-layout.slide-2 .content, .hero-slide.jan-layout.slide-2 .content h2 {
    color: #fff;
}

.hero-slide.jan-layout.slide-2 .btn-outline {
    bottom: 50px;
    left: 230px;
}
.hero-slide.jan-layout.slide-3 .content {
    background: #fff;
    left: 0;
    top: 100px;
    position: absolute;
    padding: 30px;
    text-align: right;
    text-transform: uppercase;
}

.hero-slide.jan-layout.slide-3 .content p {
    font-weight: 600;
    color: #000;
    font-size: 15.5px;
    margin-top: -6px;
}
.hero-slide.jan-layout.slide-3 .btn-outline {
    bottom: 50px;
    left: 145px;
}
.hero-slide.jan-layout.slide-4 .content {
    background: rgba(255, 255, 255, 0.75);
    position: absolute;
    left: 0;
    top: 0;
    padding: 40px 50px 30px;
    text-align: center;
}
.hero-slide.jan-layout.slide-4 .content p {
    font-size: 25px;
    font-weight: 600;
    color: #000;
    margin-top: 30px;
    line-height: 1.35em;
}
.hero-slide.jan-layout.slide-4 .content p a{
    color: #000; 
    text-decoration: none;
} 
.hero-slide.jan-layout.slide-4 .content p a:hover{
    text-decoration: underline;
}
.hero-swiper span.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}


/* RESPONSIVE */

@media (max-width: 1199px){
    .hero-slide.jan-layout .content h2 {
        font-size: 60px;
    }
    .hero-slide.jan-layout.slide-4 .content p{
        font-size: 22px;
    }
}
@media (max-width: 991px){
    .hero-slide.jan-layout .content h2 {
        font-size: 50px;
    }
    .hero-slide.jan-layout.slide-4 .content p{
        font-size: 20px;
    }
}
@media (max-width: 768px) {
    .hero-slider,
    .hero-slide {
        width: 100%;
        height: 500px;
        position: relative;
    }
    
    .overlay-left,
    .overlay-box {
        left: 30px;
        right: 30px;
    }

    .overlay-right {
        width: 100%;
        padding: 30px;
    }
    .summer-content{
    padding: 50px 50px;
    }
    
    .hero-slide.jan-layout.slide-1 .content {
        top: unset;
        bottom: 50px;
        padding: 25px 20px;
        width: 100%;
    }
    .hero-slide.jan-layout .content h2 {
        font-size: 29px;
    }
    .hero-slide.jan-layout .content h2 span {
        display: inline-block;
    }
    .hero-slide.jan-layout.slide-1 .btn-outline {
        top: unset;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        right: unset;
        margin: 0;
    }
    .hero-slide.jan-layout.slide-2 .btn-outline {
        top: 130px;
        left: 50%;
        transform: translateX(-50%);
        background: #fff;
        color: #000;
        border-color: #fff;
        bottom: unset;
    }
    .hero-slide.jan-layout.slide-3 .btn-outline{
        left: 50%;
        transform: translateX(-50%);
    }
    
    .hero-slide.jan-layout.slide-2 .content {
        background: #000;
        width: 100%;
        top: 90px;
        padding: 25px 20px;
    }
    .hero-slide.jan-layout.slide-2 .content h2, .hero-slide.jan-layout.slide-3 .content h2{
        color: #fff;
    }
    .hero-slide.jan-layout.slide-3 .content {
        background: #000;
        padding: 25px 25px;
        top: 50px;
    }
    .hero-slide.jan-layout.slide-3 .content p, .hero-slide.jan-layout.slide-4 .content p {
        display: none;
    }
    .hero-slide.jan-layout.slide-4 .content {
        padding: 25px 20px;
        width: 100%;
        top: unset;
        bottom: 60px;
    }
    .hero-slide.jan-layout.slide-4 .btn-outline{
        top: unset;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        right: unset;
        margin: 0;
        display: inlin-block;
    }
    .hero-slider .owl-dots{
        display: none;
    }
}
@media (max-width: 540px) {
    
    .overlay-left{
        top: 50px;
    }
    .overlay-left h1 {
        font-size: 55px;
        margin-bottom: 0px;
    }
    .btn-outline{
        font-size: 16px;
        padding: 12px 30px;
    }
    
    .overlay-box{
        padding: 20px 30px;
    }
    .overlay-right{
        max-width: 260px;
    }
    .overlay-right h2{
        font-size: 40px;
        margin: 10px 0;
    }
    .overlay-right span, .overlay-right p{
        font-size: 16px;
    }
    .overlay-box {
        left: 0;
        max-width: 300px;
    }
    .overlay-box h2{
        font-size: 30px;
    }
    .overlay-box p{
        font-size: 18px;
    }
    .overlay-box .subtitle{
        font-size: 18px;
    }
}

.woocommerce-checkout .woocommerce-form-login {

    margin-bottom: 30px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
.woocommerce-checkout .woocommerce-form-login > p:first-child {
    margin-bottom: 15px;
}
.woocommerce-checkout .woocommerce-form-login .form-row {
    width: 100%;
}
.woocommerce-checkout .woocommerce-form-login .form-row .woocommerce-form__label-for-checkbox, .woocommerce-form__label-for-checkbox {
    margin-bottom: 20px;
    align-items: center;
    display: flex !important;
    gap: 10px;
}
.woocommerce-checkout .woocommerce-form-login button.woocommerce-button {
    margin: 0;
    background: #000;
    width: 200px;
    font-size: 18px;
    color: #fff;
    padding: 15px 25px;
    border: 2px solid #000 !important;
}
.origin-story img {
    max-width: 100%;
}

@media (max-width: 1399px){
    .new-main-menu > li.menu-item-has-children {
        position: static;
    }
    .new-main-menu > li.menu-item-has-children ul.sub-menu, .new-main-menu > li.menu-item-has-children.open-from-right ul.sub-menu {
        left: 2.5%;
        right: 2.5%;
        width: 95%;
        max-width: unset;
        min-height: auto !important;
    }
    .new-main-menu > li.menu-item-has-children:hover > .sub-menu{
        top: 109px !important;
    }
    .new-main-menu .sub-menu > li:last-child{
        display: none;
    }
}

.filter-box {
    position: sticky;
    top: 120px;
}

.notice-bar {
    padding: 7px 15px;
    background: #C79680;
    color: #fff;
    font-size: 14px;
    position: relative;
}
.notice-bar p {
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}
.notice-bar p a{
    color: #fff;
    text-decoration: none
}
.notice-bar p a:hover{
    text-decoration: underline
}
span.close-notice {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%) !important;
    font-weight: 700;
    cursor: pointer;
}

div[data-taxonomy="product_cat"] .filter-content {
    max-height: 300px;
    overflow-y: auto;
}

span.sale-tag {
    background: #f00;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    padding: 10px 15px;
    position: absolute;
    top: 15px;
    z-index: 1;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.lk-summary__header span.sale-tag {
    font-size: 14px;
    padding: 5px 25px;
    position: static;
    margin-bottom: 10px;
    border-radius: 5px;
}

.woocommerce-pagination{
    margin-top: 25px;
}
.woocommerce-pagination .page-numbers {
    font-size: 16px;
    border: 1px solid #ddd;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    min-width: unset;
    min-height: unset;
    padding: 8px 10px !important;
    border-radius: 5px;
    text-decoration: none;
}
.woocommerce-pagination .page-numbers.current {
    text-decoration: none;
    background: #000;
    color: #fff;
    border-color: #000;
}
.woocommerce-pagination .page-numbers.prev, .woocommerce-pagination .page-numbers.next,
nav.navigation.pagination .page-numbers.prev, nav.navigation.pagination .page-numbers.next{
    display: none;
}

.woocommerce-MyAccount-content .addresses {
    border: 1px solid #000;
    border-radius: 5px;
    margin-top: 20px !important;
    padding: 30px 0;
}
.woocommerce-Address h2 {
    font-size: 24px;
    margin-bottom: 15px;
    border-bottom: 1px solid #000;
    padding-bottom: 15px;
}
.cat-banner {
    text-align: center;
}

.woocommerce-cart a.button.wc-back-to-product {
    background: transparent;
    padding: 0;
    font-weight: 400;
    color: #000 !important;
    margin-bottom: 0 !important;
}
 .product-count {
    display: none;    
 }

@media (max-width: 991px){
    .product-count {
        display: block;
        font-size: 14px;
        font-weight: 400;
        padding-right: 80px;
        margin-bottom: 7px;
        margin-top: 7px;
    }
    button#filterToggle {
        border: 1px solid #000;
        font-size: 14px;
        padding: 5px 10px;
        background: transparent;
        color: #000;
        margin-bottom: 10px;
        border-radius: 5px;
        outline: none !important;
        position: absolute;
        right: 15px;
        z-index: 1;
    }
     button#filterToggle:hover{
        background: #000;
        color: #fff;
     }
    .filter-box{
        display: none;
    }
}

#result .tryon-result-container img.tryon-result-image,
.tryon-result-container img.tryon-result-image {max-width: 100%;}

@media screen and (max-width: 768px) {
    #result .tryon-result-container img.tryon-result-image,
    .tryon-result-container img.tryon-result-image {max-width: 100%;}
    .tryon-result-container img.tryon-result-image:not(.not-active) {
        min-width: 100vw;
        min-height: 100vh;
        position: fixed;
        z-index: 1;
        inset: 0;
        margin: 0;
        background: white;
        object-fit: contain;
    }

    h3.result-title {
        position: relative
    }

    h3.result-title::before {
        content: "";
        position: fixed;
        top: 20px;
        right: 20px;
        background: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><path fill-rule="evenodd" clip-rule="evenodd" d="M5.29289 5.29289C5.68342 4.90237 6.31658 4.90237 6.70711 5.29289L12 10.5858L17.2929 5.29289C17.6834 4.90237 18.3166 4.90237 18.7071 5.29289C19.0976 5.68342 19.0976 6.31658 18.7071 6.70711L13.4142 12L18.7071 17.2929C19.0976 17.6834 19.0976 18.3166 18.7071 18.7071C18.3166 19.0976 17.6834 19.0976 17.2929 18.7071L12 13.4142L6.70711 18.7071C6.31658 19.0976 5.68342 19.0976 5.29289 18.7071C4.90237 18.3166 4.90237 17.6834 5.29289 17.2929L10.5858 12L5.29289 6.70711C4.90237 6.31658 4.90237 5.68342 5.29289 5.29289Z" fill="%230F1729"></path></g></svg>');
        z-index: 222;
        width: 30px;
        height: 30px;
    }

    .result-title:has(+ .tryon-result-image.not-active)::before {
      display: none;
    }
}

.hero-slide.jan-layout.slide-1 .content:not(h2) {display: none}

span.btn-outline:empty {
    display: none;
}

.slide-2 .content {background: rgba(255, 255, 255, 0.75)}
.slide-2 .content h2, .slide-2 .content p {color: #000}
.hero-slide.jan-layout.slide-2 .content, .hero-slide.jan-layout.slide-2 .content h2{color: #000}

@media screen and (max-width: 768px) {
.hero-slide.jan-layout.slide-2 .content {
    top: unset;
    bottom: 90px;
    }
.hero-slide.jan-layout.slide-2 .btn-outline {top: unset; bottom: 55px}
}
