/** Shopify CDN: Minification failed

Line 163:92 Expected ":"

**/

@font-face {
    font-family: 'Cormorant Garamond';
    src: url('/cdn/shop/files/CormorantGaramond-Light.woff2') format('woff2'),
        url('/cdn/shop/files/CormorantGaramond-Light.woff?') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cormorant Garamond';
    src: url('/cdn/shop/files/CormorantGaramond-Bold.woff2') format('woff2'),
        url('/cdn/shop/files/CormorantGaramond-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cormorant Garamond';
    src: url('/cdn/shop/files/CormorantGaramond-Regular.woff2') format('woff2'),
        url('/cdn/shop/files/CormorantGaramond-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cormorant Garamond';
    src: url('/cdn/shop/files/CormorantGaramond-Medium.woff2') format('woff2'),
        url('/cdn/shop/files/CormorantGaramond-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cormorant Garamond';
    src: url('/cdn/shop/files/CormorantGaramond-SemiBold.woff2') format('woff2'),
        url('/cdn/shop/files/CormorantGaramond-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}



@font-face {
    font-family: 'Montserrat';
    src: url('/cdn/shop/files/Montserrat-Bold.woff2') format('woff2'),
        url('/cdn/shop/files/Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/cdn/shop/files/Montserrat-Bold.woff2') format('woff2'),
        url('/cdn/shop/files/Montserrat-Bold.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/cdn/shop/files/Montserrat-ExtraBold.woff2') format('woff2'),
        url('/cdn/shop/files/Montserrat-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/cdn/shop/files/Montserrat-ExtraLight.woff2') format('woff2'),
        url('/cdn/shop/files/Montserrat-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/cdn/shop/files/Montserrat-Medium.woff2') format('woff2'),
        url('/cdn/shop/files/Montserrat-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/cdn/shop/files/Montserrat-Light.woff2') format('woff2'),
        url('/cdn/shop/files/Montserrat-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/cdn/shop/files/Montserrat-Regular.woff2') format('woff2'),
        url('/cdn/shop/files/Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/cdn/shop/files/Montserrat-SemiBold.woff2') format('woff2'),
        url('/cdn/shop/files/Montserrat-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/cdn/shop/files/Montserrat-Thin.woff2') format('woff2'),
        url('/cdn/shop/files/Montserrat-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}




h1,
h2,
h3,
h4,
h5,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-family: 'Cormorant Garamond';
  font-style: var(--font-heading-style);
  font-weight: var(--font-heading-weight);
  letter-spacing: calc(var(--font-heading-scale) * 0rem);
  color: rgb(var(--color-foreground));
  line-height: calc(1 + 0.3 / max(1, var(--font-heading-scale)));
  word-break: break-word;
      margin: 0;
}
a:-webkit-any-link {
    cursor: pointer;
    text-decoration: none;
}

body { background: #FFFFFF; color: #1a1a1a; font-family: var(--font-body-family); sans-serif; line-height: 1.7; letter-spacing: 0.3px; }
.acrticle__tag {  
    color: #C9A56A;   
    font-size: 10px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 1.3rem;
}
/* .announcement {font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; font-weight: 500; } */
.announcement { background: #0F1117; color: #fff; text-align: center; font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; font-weight: 500; }

header { display: flex; justify-content: space-between; align-items: center; padding: 1.8rem 4rem; border-bottom: 0.5px solid #e8e8e8; background: #fff; position: sticky; top: 0; z-index: 100; }
.logo { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 600; letter-spacing: 3px; 
    line-height: 1.2; text-transform: uppercase; color: #0F1117; }
nav { display: flex; gap: 2.5rem; }
nav a { font-size: 12px; font-weight: 500; letter-spacing: 1px; text-transform: uppercase; color: #0F1117; text-decoration: none; transition: color 0.3s; }
nav a:hover { color: #C9A56A; }
.nav-icons { display: flex; gap: 2.5rem; font-size: 12px; letter-spacing: 1px; text-transform: uppercase; }
.nav-icons span { cursor: pointer; }
.menu-toggle { display: none; flex-direction: column; justify-content: center; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; }
.menu-toggle span { display: block; width: 24px; height: 1.5px; background: #0F1117; transition: all 0.3s; }
.mobile-menu { position: fixed; inset: 0; background: #fff; z-index: 300; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1.6rem; opacity: 0; visibility: hidden; transition: opacity 0.35s ease, visibility 0.35s ease; }
.mobile-menu.open { opacity: 1; visibility: visible; }
.mobile-menu a { font-family: 'Cormorant Garamond', serif; font-size: 30px; font-weight: 400; color: #0F1117; text-decoration: none; letter-spacing: 1px; transition: color 0.3s; }
.mobile-menu a:hover { color: #C9A56A; }
.mobile-menu .mm-sub { font-family: 'Montserrat', sans-serif; font-size: 12px; letter-spacing: 2px; text-transform: uppercase; color: #999; margin-top: 0.8rem; }
.menu-close { position: absolute; top: 1.5rem; right: 2rem; background: none; border: none; font-size: 38px; line-height: 1; color: #0F1117; cursor: pointer; font-weight: 200; font-family: 'Montserrat', sans-serif; }
.mm-logo { position: absolute; top: 1.8rem; left: 50%; transform: translateX(-50%); font-family: 'Cormorant Garamond', serif; font-size: 18px; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; color: #0F1117; }

/* Hero Banner */
.hero { height: 85vh; position: relative; display: flex; align-items: center; justify-content: center; text-align: center; overflow: hidden; }
.hero-bg { position: absolute; inset: 0;  background-repeat: no-repeat; background-size: cover; background-position: center 55%;}
.hero-bg::after { content: ''; position: absolute; inset: 0; /* background: rgba(15,17,23,0.32); */}
.hero-content { position: relative; z-index: 2; max-width: 760px; padding: 2rem; /*color: #fff; */ }
.hero-eyebrow { font-size: 12px; letter-spacing: 3px; text-transform: uppercase; margin-bottom: 1.5rem; font-weight: 500; }
.hero h1 { font-family: 'Cormorant Garamond', serif; font-size: 72px; font-weight: 400; line-height: 1.1; margin-bottom: 1.5rem; letter-spacing: 0px; }
.story-hero h2{
    font-family: 'Cormorant Garamond', serif;
    font-size: 50px;
    font-weight: 400;
    line-height: 1.14;
    margin-bottom: 1.6rem;
}
.hero p { font-size: 16px; margin-bottom: 2.5rem; font-weight: 300; max-width: 520px; margin-left: auto; margin-right: auto; }

/* story hero banner */
.story-hero { height: 70vh; min-height: 520px; position: relative; display: flex; align-items: center; justify-content: center; text-align: center; overflow: hidden; }
.story-hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center 55%; }
.story-hero-bg::after { content: ''; position: absolute; inset: 0; }
.story-hero-content { position: relative; z-index: 2; color: #fff; padding: 2rem; }
.story-hero-content p{ font-size: 16px; font-weight: 300;line-height: 1.95; color: #f0eee9; max-width: 600px; margin: 0 auto;}
.story-hero-eyebrow { font-size: 12px; letter-spacing: 3px; text-transform: uppercase; margin-bottom: 1.2rem; font-weight: 500; }
.story-hero h1 { font-family: 'Cormorant Garamond', serif; font-size: 76px; font-weight: 400; line-height: 1.05; letter-spacing: 0; margin-bottom: 1.6rem;}
.story-hero-content a.cta-button {
    display: inline-block;
    margin-top: 2.4rem;
    padding: 16px 42px;
    background: #F8F7F2;
    color: #0F1117;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    transition: all .35s;
    border: none;
}
.story-hero-content a.cta-button:hover {
    background: #C9A56A;
}
  .intro {
    max-width: 760px;
    margin: 0 auto;
    padding: 7rem 2rem 5rem;
    text-align: center;
  }
  .intro p {
    font-size: 16px;
    color: #555;
    font-weight: 300;
    line-height: 1.95;
    margin-bottom: 1.4rem;
}
.intro h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 40px;
    font-weight: 400;
    color: #0F1117;
    line-height: 1.3;
    margin-bottom: 2rem;
}

/* quote banner css */
.quote-banner { background: #f8f7f2; padding: 7rem 2rem; text-align: center; }
.quote-banner p { max-width: 820px; margin: 0 auto; font-family: 'Cormorant Garamond', serif; font-size: 38px; font-weight: 400; color: #0F1117; line-height: 1.35; font-style: italic; }
.quote-banner cite { display: block; margin-top: 2rem; font-family: 'Montserrat', sans-serif; font-size: 12px; letter-spacing: 2px; text-transform: uppercase; color: #C9A56A; font-style: normal; font-weight: 600; }



.cta-button { display: inline-block; padding: 15px 38px; border: 1px solid #fff; background: transparent; color: #fff; font-size: 11px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; text-decoration: none; cursor: pointer; transition: all 0.4s; }
.cta-button:hover { background: #fff; color: #0F1117; }
.cta-dark { border-color: #0F1117; background: #0F1117; color: #fff; }
.cta-dark:hover { background: #fff; color: #0F1117; }

/* Featured collections */
/* .section { padding: 6rem 4rem; } */
.section-eyebrow { font-size: 12px; color: #C9A56A; text-transform: uppercase; letter-spacing: 2.5px; text-align: center; margin-bottom: 1rem; font-weight: 600; }
.section-title { font-family: 'Cormorant Garamond', serif; font-size: 52px; font-weight: 400; color: #0F1117; margin-bottom: 1rem; text-align: center; }
.section-intro { text-align: center; max-width: 540px; margin: 0 auto 4rem; color: #888; font-size: 15px; font-weight: 300; }

.coming-soon { text-align: center; max-width: 620px; margin: 0 auto; padding: 2rem 1rem 1rem; }
.coming-soon .cs-eyebrow { font-size: 12px; letter-spacing: 2.5px; text-transform: uppercase; color: #C9A56A; font-weight: 600; margin-bottom: 1.2rem; }
.coming-soon h2 { font-family: 'Cormorant Garamond', serif; font-size: 46px; font-weight: 400; color: #0F1117; margin-bottom: 1.5rem; line-height: 1.15; }
.coming-soon p { font-size: 15px; color: #666; font-weight: 300; line-height: 1.9; margin-bottom: 1rem; }
.collections { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.collection-card { aspect-ratio: 3/4; position: relative; overflow: hidden; cursor: pointer; text-decoration: none; }
.collection-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s ease; }
.collection-card:hover img { transform: scale(1.05); }
.collection-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(15,17,23,0.55) 0%, rgba(15,17,23,0) 50%); display: flex; flex-direction: column; justify-content: flex-end; padding: 2rem; }
.collection-title { font-family: 'Cormorant Garamond', serif; font-size: 30px; font-weight: 500; color: #fff; margin-bottom: 0.3rem; }
.collection-desc { font-size: 11px; color: #f0f0f0; letter-spacing: 1.5px; text-transform: uppercase; font-weight: 400; }

body .image-adapt {
    aspect-ratio: 3 / 4;
}
body .image-portrait{
    aspect-ratio: 3 / 6; 
}
body .image-landscape{
    aspect-ratio: 3 / 2; 
}
body .image-saquare{
    aspect-ratio: 3 / 3; 
}
.products-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.8rem; }
.product-item { cursor: pointer; }
.product-image { width: 100%; aspect-ratio: 3/4; overflow: hidden; margin-bottom: 1rem; background: #f5f5f0; position: relative; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s ease; }
.product-item:hover .product-image img { transform: scale(1.02); }
.product-tag { position: absolute; top: 12px; left: 12px; background: #fff; color: #0F1117; font-size: 9px; letter-spacing: 1.5px; text-transform: uppercase; padding: 5px 10px; font-weight: 600; }
.product-name { font-size: 13px; font-weight: 500; color: #0F1117; margin-bottom: 0.3rem; text-align: center; letter-spacing: 0.5px; }
.product-price { font-size: 13px; color: #888; text-align: center; font-weight: 300; }

.lifestyle { display: grid; grid-template-columns: 1fr 1fr; min-height: 600px; }
.lifestyle-img { background-size: cover; background-position: center; }
.lifestyle-content { display: flex; flex-direction: column; justify-content: center; padding: 5rem; }
.lifestyle-content .section-eyebrow { text-align: left; }
.lifestyle-content h2 { font-family: 'Cormorant Garamond', serif; font-size: 46px; font-weight: 400; margin-bottom: 1.5rem; line-height: 1.2; }
.lifestyle-content p { font-size: 15px; line-height: 1.9; color: #cfcfcf; margin-bottom: 1.5rem; font-weight: 300; }
.lifestyle-points { display: flex; flex-direction: column; gap: 0.9rem; margin-top: 1rem; }
.lifestyle-point { display: flex; gap: 0.8rem; font-size: 15px; color: #ddd; font-weight: 300; align-items: baseline; }
.lifestyle-point i { color: #C9A56A; font-style: normal; }

  .story-editorial{
    max-width: 1280px;
    margin: 0 auto;
  }
  .editorial-text .em{
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 26px;
    color: #0F1117;
    line-height: 1.6;
    margin: 2.4rem auto 0;
    max-width: 620px;
  }

  /* editorial layout */
  .editorial { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center;}
  .editorial.reverse { direction: rtl; }
  .editorial.reverse > * { direction: ltr; }
  .editorial-img { aspect-ratio: 4/5; overflow: hidden; }
  .editorial-img img { width: 100%; height: 100%; object-fit: cover; }
  .editorial-text h2 { font-family: 'Cormorant Garamond', serif; font-size: 44px; font-weight: 400; color: #0F1117; margin-bottom: 1.5rem; line-height: 1.2; }
  .editorial-text p { font-size: 15px; color: #666; line-height: 1.9; margin-bottom: 2rem; font-weight: 300; }

  /* split layout (client's new page) */
  .split { display:grid; grid-template-columns:1fr 1fr; align-items:stretch; }
  .split.reverse { direction:rtl; }
  .split.reverse > * { direction:ltr; }
  .split .pic { min-height:560px; background-size:cover; background-position:center; }
  .split .txt { padding:5rem 4.5rem; display:flex; flex-direction:column; justify-content:center; }
  .split .txt .kick { font-size:11px; letter-spacing:2.5px; text-transform:uppercase; color:#C9A56A; font-weight:600; margin-bottom:1.2rem; }
  .split .txt h3 { font-family:'Cormorant Garamond',serif; font-size:38px; font-weight:400; color:#0F1117; line-height:1.18; margin-bottom:1.4rem; }
  .split .txt p { font-size:15.5px; color:#5a5a5a; font-weight:300; line-height:2; margin-bottom:1.1rem; }
  .split .txt p:last-child { margin-bottom:0; }

.full-banner { height: 80vh; min-height: 560px; position: relative; display: flex; align-items: center; justify-content: center; text-align: center; overflow: hidden; }
.full-banner-bg { position: absolute; inset: 0; background-size: cover; background-position: center 45%; }
.full-banner-bg::after { content: ''; position: absolute; inset: 0; background: rgba(15,17,23,0.25); }
.full-banner-content { position: relative; z-index: 2; color: #fff; max-width: 640px; padding: 2rem; }
.full-banner h2 { font-family: 'Cormorant Garamond', serif; font-size: 60px; font-weight: 400; margin-bottom: 1.5rem; line-height: 1.1; }
.full-banner p { font-size: 16px; font-weight: 300; margin-bottom: 2.5rem; }

.newsletter { padding: 7rem 4rem; text-align: center; }
.newsletter h2 { font-family: 'Cormorant Garamond', serif; font-size: 44px; font-weight: 400; margin-bottom: 1rem; }
.newsletter p { color: #888; margin-bottom: 2.5rem; font-weight: 300; font-size: 15px; }
.newsletter-form { max-width: 480px; margin: 0 auto; display: flex; gap: 0; border-bottom: 1px solid #0F1117; }
.newsletter-input { flex: 1; padding: 14px 4px; border: none; background: transparent; font-size: 13px; font-family: 'Montserrat', sans-serif; letter-spacing: 0.5px; }
.newsletter-input::placeholder { color: #999; }
.newsletter-input:focus { outline: none; }
body .newsletter-form .field:after{ content:unset;}
.newsletter-btn { background: transparent; border: none; font-size: 11px; letter-spacing: 2px; text-transform: uppercase; font-weight: 600; cursor: pointer; padding: 0 1rem; color: #0F1117; }

footer { background: #0F1117; color: #fff; padding: 5rem 4rem 2rem; }
.footer-content { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; margin-bottom: 4rem; }
.footer-brand-col .logo-foot { font-family: 'Cormorant Garamond', serif; font-size: 24px; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; color: #fff; margin-bottom: 1.2rem; }
.footer-brand-col p { font-size: 13px; color: #999; font-weight: 300; line-height: 1.8; max-width: 280px; }
.footer-col h4 { font-size: 12px; font-weight: 600; margin-bottom: 1.5rem; letter-spacing: 1.5px; text-transform: uppercase; color: #fff; }
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 0.8rem; display: flex; flex-direction: column; }
.footer-col a { color: #999; text-decoration: none; font-size: 13px; transition: color 0.3s; font-weight: 300; text-transform: capitalize;}
.footer-col a:hover { color: #C9A56A; }
.footer-bottom { border-top: 0.5px solid #333; padding-top: 32px; display: flex; justify-content: space-between; align-items: center; font-size: 12px; color: #777; font-weight: 300; }
.footer-social { display: flex; gap: 1.5rem; }
.footer-social a { color: #999; font-size: 12px; letter-spacing: 1px; text-transform: uppercase; }
footer h4{ font-family: 'Montserrat', sans-serif;}
body .shopify-pc__banner__wrapper {
    flex-direction: unset;
}


.product__title h2 {
    font-size: 21px;
    font-weight: 600;
       line-height: 28px;
}

.price__regular .price-item--regular {
    font-size: 14px;
    line-height: 24px;
}

.product-form__input--pill input[type=radio]+label {
    font-size: 13px;
       line-height: 22px;
}

body .product__info-container>*+* {
    margin: 0.5rem 0;
}

body .product-form .preorder-btn {
    border-radius: 0;
    padding: 15px;
}
/*  */

@media screen and (max-width: 989px) {
    body .header {
        padding-top: 17px;
        padding-bottom: 17px;
    }
body .footer, section.newsletter {
    padding-left: 30px;
    padding-right: 30px;
}
.menu-drawer__navigation {
    align-items: center;
    justify-content: center;
    text-align: center;
            flex-direction: column;
}
.header__icons.menu-drawer-mm-sub.nav-icons {
    display: flex;
        gap: 0.99rem;
}
.header__icon:not(.header__icon--summary), .header__icon span {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.header__icons.menu-drawer-mm-sub.nav-icons span.svg-wrapper.header__icon-close {
    display: none;
}
.menu-drawer__navigation .list-menu__item {
    justify-content: center;
    font-family: 'Cormorant Garamond';
    text-transform: capitalize;
    font-size: 30px;
    font-weight: 400;
    color: #0F1117;
    text-decoration: none;
    letter-spacing: 1px;
    transition: color 0.3s;
    padding: 0.5rem 3rem;

}

.menu-drawer__navigation ul.menu-drawer__menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.6rem;
}

.menu-drawer-container.menu-opening svg.icon.icon-close{
       transform: scale(0.7);
        right: 18px; 
}
.nav-icons span {
    cursor: pointer;
    color: #999;
}
span.menu-drawer-dot {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    height: 25px;
    color: #999;
}


.menu-drawer__navigation-container .search-modal__content.search-modal__content-bottom {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    height: auto;
    margin-bottom: auto;
}

.menu-drawer__navigation-container .predictive-search__result-group {
    margin-top: 20px;
    text-align: left;
}

.menu-drawer__navigation-container .predictive-search__result-group p.predictive-search__item-heading.h5 {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: normal;
}

.menu-drawer__navigation-container .predictive-search__search-for-button {
    padding: 0 1rem;
}
body span.cart-count-bubble {
    display: inline-flex;
    justify-content: center;
    position: unset !important;
            height: auto;
}

body span.cart-count-bubble span {
    display: inline-flex;
    height: 20px;
    justify-content: center;
    align-items: center;
    text-align: center;
}
}


/* newsletter popup */
.tw-popup-overlay { position: fixed; inset: 0; /*background: rgba(15,17,23,0.5);*/ z-index: 500; display: flex; align-items: center; justify-content: center; opacity: 0; visibility: hidden; transition: opacity 0.4s ease, visibility 0.4s ease; padding: 1.5rem; }
.tw-popup-overlay.open { opacity: 1; visibility: visible; }
.tw-popup { background: #fff; max-width: 760px; width: 100%; display: grid; grid-template-columns: 1fr 1fr; position: relative; box-shadow: 0 20px 60px rgba(0,0,0,0.25); transform: translateY(12px); transition: transform 0.4s ease; }
.tw-popup-overlay.open .tw-popup { transform: translateY(0); }
.tw-popup-img { background: #f5f5f0; overflow: hidden; }
.tw-popup-img img { width: 100%; height: 100%; object-fit: cover; }
.tw-popup-body { padding: 3rem 2.6rem; display: flex; flex-direction: column; justify-content: center; }
.tw-popup-eyebrow { font-family: 'Montserrat', sans-serif; font-size: 11px; letter-spacing: 2.5px; text-transform: uppercase; color: #C9A56A; font-weight: 600; margin-bottom: 1rem; }
.tw-popup-body h2 { font-family: 'Cormorant Garamond', serif; font-size: 34px; font-weight: 400; color: #0F1117; line-height: 1.15; margin-bottom: 1rem; }
.tw-popup-body p { font-family: 'Montserrat', sans-serif; font-size: 13px; color: #666; font-weight: 300; line-height: 1.8; margin-bottom: 1.8rem; }
.tw-popup-form { margin-bottom: 1rem; }
.tw-popup-form input { flex: 1; padding: 12px 4px; border: none; background: transparent; font-size: 13px; font-family: 'Montserrat', sans-serif; letter-spacing: 0.5px; }
.tw-popup-form input:focus { outline: none; }
.tw-popup-form button { background: none; border: none; font-family: 'Montserrat', sans-serif; font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; font-weight: 600; cursor: pointer; padding: 0 0.5rem; color: #0F1117; }
.tw-popup-note { font-family: 'Montserrat', sans-serif; font-size: 11px; color: #aaa; font-weight: 300; line-height: 1.7; margin-bottom: 1rem; }
.tw-popup-decline { font-family: 'Montserrat', sans-serif; font-size: 11px; letter-spacing: 0.5px; color: #bbb; text-decoration: underline; cursor: pointer; background: none; border: none; padding: 0; }
.tw-popup-decline:hover { color: #888; }
/* .tw-popup-confirm { display: none; } */
.tw-popup-confirm h2 { margin-bottom: 0.8rem; }
.tw-popup-code { display: inline-block; font-family: 'Montserrat', sans-serif; font-size: 14px; letter-spacing: 3px; font-weight: 600; color: #0F1117; border: 1px dashed #C9A56A; padding: 10px 20px; margin: 0.4rem 0 1rem; }
.tw-popup-close { position: absolute; top: 1rem; right: 1.2rem; background: none; border: none; font-size: 28px; line-height: 1; color: #0F1117; cursor: pointer; font-weight: 200; font-family: 'Montserrat', sans-serif; z-index: 2; }
@media (max-width: 700px) {
  .tw-popup { grid-template-columns: 1fr; max-width: 380px; }
  .tw-popup-img { height: auto; }
  .tw-popup-body { padding: 2rem 1.6rem; }
  .tw-popup-body h2 { font-size: 28px; }
}
/*********Shop Page*******************/


.shop-intro { text-align: center; padding: 4rem 2rem 0; }
.shop-intro .eyebrow { font-size: 12px; letter-spacing: 2.5px; text-transform: uppercase; color: #C9A56A; font-weight: 600; display: block; margin-bottom: 1rem; }
.shop-intro h1 { font-family: 'Cormorant Garamond', serif; font-size: 52px; font-weight: 400; color: #0F1117; }

.shop-tabs { display: flex; justify-content: center; flex-wrap: wrap; gap: 2.5rem; padding: 2.5rem 2rem; border-bottom: 0.5px solid #e8e8e8; position: sticky; top: 73px; background: #fff; z-index: 1; }
.shop-tabs button { background: none; border: none; font-family: 'Montserrat', sans-serif; font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase; color: #999; cursor: pointer; font-weight: 500; padding-bottom: 4px; border-bottom: 1px solid transparent; transition: all 0.3s; }
.shop-tabs button:hover { color: #0F1117; }
.shop-tabs button.active { color: #0F1117; border-bottom-color: #C9A56A; }

.shop-body { max-width: 1180px; margin: 0 auto; padding: 4.5rem 4rem 6rem; }
.product-wrap { display: flex; flex-wrap: wrap; justify-content: center; gap: 3rem 2.5rem; }
.product-item-wrap { width: 300px; cursor: pointer; }
.product-img { width: 100%; aspect-ratio: 3/4; overflow: hidden; margin-bottom: 1rem; background: #f5f5f0; position: relative; }
.product-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s ease; }
.product:hover .product-img img { transform: scale(1.04); }
.product-tag { position: absolute; top: 12px; left: 12px; background: #fff; color: #0F1117; font-size: 9px; letter-spacing: 1.5px; text-transform: uppercase; padding: 5px 10px; font-weight: 600; }
.product-cat { font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase; color: #C9A56A; font-weight: 600; margin-bottom: 0.4rem; text-align: center; }
.product-name { font-size: 13px; font-weight: 500; color: #0F1117; margin-bottom: 0.35rem; text-align: center; letter-spacing: 0.4px; }
.product-price { font-size: 13px; color: #888; text-align: center; font-weight: 300; }

.panel { display: none; }
.panel.active { display: block; }


.cs-teaser-line { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 22px; color: #0F1117; margin: 1.5rem 0 1.5rem; line-height: 1.5; }
.cs-form { max-width: 440px; margin: 0 auto; display: flex; border-bottom: 1px solid #0F1117; }
.cs-input { flex: 1; padding: 14px 4px; border: none; background: transparent; font-size: 13px; font-family: 'Montserrat', sans-serif; letter-spacing: 0.5px; }
.cs-input:focus { outline: none; }
.cs-btn { background: none; border: none; font-size: 11px; letter-spacing: 2px; text-transform: uppercase; font-weight: 600; cursor: pointer; padding: 0 1rem; color: #0F1117; }
.cs-note { font-size: 12px; color: #aaa; letter-spacing: 0.5px; margin-top: 1.2rem; font-weight: 300;text-align:center; }
/* .cs-confirm { display: none; margin-top: 1.5rem; font-size: 14px; color: #0F1117; font-weight: 400; } */
.cs-confirm{ display: block; margin-top: 1.5rem; font-size: 14px;color: #0F1117; font-weight: 400; text-align: center; }
.footer-col ul { 
    padding-left: 0px;
}
.header .header__inline-menu .header__menu-item { 
    padding-right: 40px;
    padding-left:0px;
    color:#0F1117;
    font-weight: 500;
    transition: color 0.3s;
}
.header .header__inline-menu .header__menu-item:hover { 
    color: #C9A56A;
    text-decoration: none;
}
.header .header__inline-menu .header__menu-item:hover span {
    text-decoration: none;
    
}
.header .header__inline-menu li:last-child .header__menu-item{
    padding-right:0px;  
}
.header__icons.nav-icons  .header__icon {
 
    text-decoration: none;
}
.tw-popup-form  button.tw-popup-decline {
    text-transform: capitalize;
        color: #bbb;
        font-weight:500;
        padding-top:25px;
        letter-spacing: 0.5px;

}
@media screen and (min-width: 990px) {
   body .header {
        padding-top: 17px;
        padding-bottom: 17px;
    }
    
}


/* .collection-tabs-section .scroll-trigger:not(.scroll-trigger--offscreen).animate--slide-in {
  animation: none !important;
  animation-delay: 0s !important;
  transform: none !important;
  opacity: 1 !important;
} */
.newsletter .field {
  display: flex;
  align-items: center;
  border: 0;
  /* border-bottom: 1px solid rgba(var(--color-foreground), 0.45); */
      border-bottom: 1px solid #0F1117;
  box-shadow: none;
}

.newsletter .field::before,
.newsletter .field::after {
  display: none !important;
}

.newsletter .newsletter-form,
.newsletter .newsletter-form__inner,
.newsletter .newsletter-input,
.newsletter .newsletter-btn {
  border: 0;
  box-shadow: none;
  outline: 0;
}
.collection-tabs-section__coming-soon-description p{
    color:#666;
}
.contact-form .cs-note {
  
    margin-top: 1.9rem;
    
}
/*cart-drawer  */

.cart-drawer .cart-item__quantity-wrapper {
    justify-content: space-between;
}

.cart-drawer .quantity-popover-container {}

.cart-drawer .quantity-popover-container .quantity.cart-quantity {
    min-height: calc((var(--inputs-border-width) * 2) + 2.5rem);
}

.cart-drawer .quantity-popover-container .quantity.cart-quantity::after {
    box-shadow: none;
    border: none;
}

.cart-drawer .drawer__inner {
    padding: 0;
}

.cart-drawer .drawer__inner .cart-drawer__upsell {
    padding: 0 1.5rem;
    border-top: 1px solid;
}

.cart-drawer .drawer__inner .cart-drawer__form {
    padding: 0 1.5rem;
}

.cart-drawer .drawer__inner .drawer__header {
    padding: 10px 20px;
    border-bottom: 2px solid;
}
.cart-drawer .drawer__inner .drawer__header .drawer__heading {
    margin: 0;
}

.cart-drawer .drawer__inner  .drawer__footer {
    padding: 1.5rem 1.5rem;
}
.cart-drawer .drawer__inner .cart-drawer__upsell {
    margin-top: 10px;
    padding-top: 1.5rem;
}

.cart-drawer .drawer__inner .cart-drawer__upsell p.cart-drawer__upsell-heading {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
}
.cart-upsell-image {
    width: 100%;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    margin-bottom: 1rem;
    background: #f5f5f0;
    position: relative;
}

.cart-upsell-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease;
}




/* Arrow wrapper */
.upsell-arrows {
  display: flex;
  align-items: center;
  gap: 16px;
}

/* Swiper buttons */
.upsell-arrows .cart-upsell-nav {
  position: relative;
  width: 30px;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #111;
  cursor: pointer;
  z-index: 99;
}

/* Remove Swiper default arrows/text */
.upsell-arrows .swiper-button-prev::after,
.upsell-arrows .swiper-button-next::after,
.upsell-arrows .swiper-rtl .swiper-button-prev::after,
.upsell-arrows .swiper-rtl .swiper-button-next::after {
  display: none !important;
  content: none !important;
}
.cart-drawer .totals {
    margin-bottom: 1rem;
}
/* SVG sizing */
.upsell-arrows .cart-upsell-nav svg {
  display: block;
  width: 21px;
  height: auto;
  overflow: visible;
}

/* Path */
.upsell-arrows .cart-upsell-nav svg path {
  fill: currentColor;
  stroke: none;
}

/* Disabled state */
.upsell-arrows .cart-upsell-nav.swiper-button-disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}

/* Hover */
.upsell-arrows .cart-upsell-nav:not(.swiper-button-disabled):hover {
  opacity: 0.65;
}

.cart-upsell__heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cart-drawer .drawer__inner .cart-drawer__upsell p.cart-drawer__upsell-heading {
    margin: 0;
}
.swiper.cart-upsell-swiper {
    margin-top: 20px;
}
.upsell-arrows .cart-upsell-nav svg path {
  fill: none;
  stroke: currentColor;
}



.cart-drawer  .cart-item__title .cart-item__name {
    letter-spacing: .5px;
    line-height: 1.2;
    font-size: 12px;
    font-weight: 500;
        font-family: 'Montserrat';
}
.cart-drawer  .product-option {
    font-size: 12px;
    font-family: 'Montserrat';
    font-weight: 500;
}

.cart-drawer .cart-item__media {
    aspect-ratio: 3 / 3;
}
cart-drawer.drawer .quantity__button {
    width: calc(2.5rem / var(--font-body-scale));
}

cart-drawer.drawer .quantity.cart-quantity {
    width: calc(8rem / var(--font-body-scale) + var(--inputs-border-width) * 2);
}
cart-drawer.drawer .svg-wrapper {
    width: 15px;
    height: auto;
}
cart-drawer.drawer .drawer__cart-items-wrapper .cart-item__media {
    width: 7.7rem;
    height: 9.4rem;
}
.cart-drawer .cart-items td  .cart-item__image {
    object-fit: cover;
    max-width: 100%;
    width: 7.7rem;
    height: 9.4rem;
}
body .cart-drawer__empty-content button.drawer__close {
    position: absolute;
    right: 20px;
    top: 20px;
}
body .product-form__input--pill input[type=radio]+label {
    border: var(--variant-pills-border-width) solid rgba(var(--color-foreground),var(--variant-pills-border-opacity));
    background-color: rgb(var(--color-background));
    color: rgba(var(--color-foreground));
    border-radius: var(--variant-pills-radius);
    color: rgb(var(--color-foreground));
    display: inline-block;
    margin: .3rem .5rem .2rem 0;
    padding: 0;
    font-size: 1.1rem;
    letter-spacing: 0rem;
    line-height: 1;
    text-align: center;
    transition: border var(--duration-short) ease;
    cursor: pointer;
    position: relative;
    width: 80px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
/*  */
.facet-filters.sorting.caption span.svg-wrapper {
    height: auto;
    width: 12px;
    margin-top: 2px;
}
body cart-drawer.drawer.is-empty .drawer__inner-empty .drawer__header {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 4px;
}
/*  */

#tracking-wrapper {
    --tw-navy: #0F1117;
    --tw-gold: #C9A56A;
    --tw-cream: #F8F7F2;
    --tw-rule: #E2DED3;
    width: 100%;
    padding: 0;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    color: var(--tw-navy);
    box-sizing: border-box;
}

#tracking-wrapper > h1 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 54px;
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: 0;
    margin: 0;
    padding: 4.5rem 1.5rem 2rem;
    display: none;
}

#tracking-wrapper .order-tracking-container {
    width: 100%;
    max-width: 100%;
    background: var(--tw-navy);
    border: 0;
    border-radius: 0;
    box-shadow: none;
      margin-bottom: 0;
}
.text_wrapper {
    max-width: 460px;
    margin: 0 auto;
    background: transparent;
    border: none;
    padding: 0;
    text-align: center;
}

.text_wrapper p {
    font-size: 13.5px;
    color: rgba(248, 247, 242, 0.7);
    line-height: 1.9;
}

.text_wrapper p a {
    color: var(--cream);
    text-decoration: none;
    border-bottom: 1px solid var(--gold);
    padding-bottom: 1px;
}
#tracking-wrapper .order-tracking-tabs {
    width: 100%;
    max-width: 460px;
    margin: 0 auto 2.5rem;
    display: flex;
    justify-content: center;
    gap: 2rem;
    border-bottom: 1px solid rgba(248, 247, 242, 0.25);
}

#tracking-wrapper .order-tracking-tab {
    position: relative;
    padding: 0 0 12px;
    margin: 0;
    background: transparent;
    border: 0;
    border-radius: 0;

    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 2px;
    text-transform: uppercase;

    color: rgba(248, 247, 242, 0.55);
    cursor: pointer;
    transition: color .25s ease;
}

#tracking-wrapper .order-tracking-tab:hover {
    color: var(--tw-cream);
}

#tracking-wrapper .order-tracking-tab.active {
    color: var(--tw-cream);
}

#tracking-wrapper .order-tracking-tab.active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 2px;
    background: var(--tw-gold);
}

#tracking-wrapper .order-tracking-content {
    width: 100%;
    max-width: 460px;
    margin: 0 auto;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}


/* =========================================
   INPUTS
   ========================================= */

#tracking-wrapper .order-tracking-content input {
    display: block;
    width: 100%;
    height: auto;

    background: transparent !important;
    border: 0;
    border-bottom: 1px solid rgba(248, 247, 242, 0.55);
    border-radius: 0;

    padding: 8px 2px;
    margin: 0 0 1.9rem;

    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.5;

    color: var(--tw-cream);
    outline: none;

    box-shadow: none;
    appearance: none;
    -webkit-appearance: none;

    transition:
        border-color .25s ease,
        border-width .25s ease;
}

#tracking-wrapper .order-tracking-content input::placeholder {
    color: rgba(248, 247, 242, 0.7);
    opacity: 1;
}

#tracking-wrapper .order-tracking-content input:hover {
    border-bottom-color: var(--tw-gold);
}

#tracking-wrapper .order-tracking-content input:focus {
    outline: none;
    border-bottom-color: var(--tw-gold);
    border-bottom-width: 2px;
    padding-bottom: 7px;
}

#tracking-wrapper .order-tracking-content button {
    display: block;
    width: 100%;

    margin: .4rem 0 0;
    padding: 15px 20px;

    background: var(--tw-cream);
    color: var(--tw-navy);

    border: 1px solid var(--tw-cream);
    border-radius: 2px;

    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 2px;
    text-transform: uppercase;

    cursor: pointer;

    transition:
        background .3s ease,
        color .3s ease,
        border-color .3s ease;
}

#tracking-wrapper .order-tracking-content button:hover {
    background: var(--tw-gold);
    color: var(--tw-navy);
    border-color: var(--tw-gold);
}

#tracking-wrapper .order-tracking-content button:focus-visible {
    outline: 2px solid var(--tw-gold);
    outline-offset: 3px;
}

#tracking-wrapper #order-result {
    width: 100%;
    max-width: 720px;
    margin: 2rem auto 0 !important;

    color: var(--tw-cream);
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.8;
}

.app_inner_wraaper.page-width {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
}

[id^="shopify-block"] {
    width: 100%;
}



/*  */
/**************/

@media (max-width: 900px) {

    #tracking-wrapper > h1 {
        font-size: 42px;
        padding: 3.5rem 1.5rem 2rem;
    }

    #tracking-wrapper .order-tracking-container {
        padding: 3.5rem 1.5rem 4rem;
    }

    #tracking-wrapper .order-tracking-tabs,
    #tracking-wrapper .order-tracking-content {
        max-width: 460px;
    }
}

@media screen and (max-width: 800px) {
    body .footer {
    padding: 5rem 4rem 2rem;
}
small.copyright__content {
    color: #999;
    text-decoration: none;
    font-size: 13px;
    transition: color 0.3s;
    font-weight: 300;
    text-transform: capitalize;
    text-align: center;
}

.footer-bottom {
    justify-content: center;
    text-align: center;
}
}

@media (max-width: 600px) {

    #tracking-wrapper .order-tracking-tabs {
        gap: 1.25rem;
        margin-bottom: 2rem;
    }

    #tracking-wrapper .order-tracking-tab {
        font-size: 10px;
        letter-spacing: 1.5px;
    }

    #tracking-wrapper .order-tracking-content input {
        font-size: 14px;
        margin-bottom: 1.6rem;
    }

    #tracking-wrapper .order-tracking-content button {
        padding: 14px 18px;
    }
}


@media screen and (max-width: 600px) {
    body .tw-popup-close {
        color: #ffffff;
    }
}

@media (max-width: 375px) {

    #tracking-wrapper > h1 {
        font-size: 31px;
    }

}

.search-modal__close-button.link{
    border: none;
}
.footer, section.newsletter {
    padding-left: 64px;
    padding-right: 64px;
}

a:-webkit-any-link span {
    text-decoration: none;
    text-underline-offset: .3rem;
}

body .shopify-pc__banner__dialog {
    font-size: 14px;
    left: 0;
    right: 0;
    width: 100%;
    padding: 14px;
}

body .shopify-pc__banner__dialog .shopify-pc__banner__btns button {
    margin-top: 5px;
}
body .product__accordion .accordion__title {
    font-size: 18px;
    font-weight: 700;
    color: #0F1117;
    letter-spacing: -1px;
}
body .product-form__input--pill input[type=radio]+label {
    border-radius: 0px;
}
body .cart-item__name:hover, body a:hover {
    text-decoration: none;
}
body .product__accordion .accordion__content p {
    font-size: 12px;
    line-height: 1.1;
    color: #000000;
    font-weight: 400;
}

body .product-form__quantity .form__label{
        font-family: 'Cormorant Garamond', serif;
    font-size: 18px;
    font-weight: 700;
    color: #0F1117;
}

body .related-products__heading {
    font-size: calc(var(--font-heading-scale) * 3.4rem);
}

h2.drawer__heading {
    font-size: 21px;
    letter-spacing: 0;
    line-height: normal;
    font-weight: 600;
}

cart-drawer.drawer .drawer__close {
    position: unset;
    min-height: auto;
    width: auto;
    min-width: auto;
}
cart-drawer.drawer .drawer__close span.svg-wrapper {
    height: auto;
    width: 1.2rem;
}

/* shipping and retrun page css */
.p-head { text-align:center; padding:5rem 2rem 1rem; }
.p-head .eyebrow { font-size:12px; letter-spacing:2.5px; text-transform:uppercase; color:#C9A56A; font-weight:600; display:block; margin-bottom:1rem; }
.p-head h1 { font-family:'Cormorant Garamond',serif; font-size:56px; font-weight:400; color:#0F1117; line-height:1.05; }
.p-head p { max-width:560px; margin:1.2rem auto 0; font-size:15px; color:#888; font-weight:300; line-height:1.9; }

.wrap { max-width:840px; margin:0 auto; padding:3.5rem 2rem 5rem; }
.sec { border-top:.5px solid #e8e8e8; padding:2.6rem 0; }
.sec:first-child { border-top:none; padding-top:1rem; }
.sec h2 { font-family:'Cormorant Garamond',serif; font-size:30px; font-weight:400; color:#0F1117; margin-bottom:1.1rem; }
.sec p { font-size:15px; color:#5a5a5a; font-weight:300; line-height:1.95; margin-bottom:1rem; }
.sec p:last-child { margin-bottom:0; }
.sec ul { list-style:none; margin-top:.4rem; }
.sec li { font-size:15px; color:#5a5a5a; font-weight:300; line-height:1.95; display:flex; gap:.8rem; margin-bottom:.5rem; }
.sec li::before { content:'—'; color:#C9A56A; flex:0 0 auto; }

.rates { border:.5px solid #e8e8e8; }
.rate { display:flex; justify-content:space-between; align-items:baseline; gap:1.5rem; padding:18px 24px; border-bottom:.5px solid #efeee9; }
.rate:last-child { border-bottom:none; }
.rate .l { font-size:13.5px; color:#0F1117; font-weight:500; letter-spacing:.3px; }
.rate .l span { display:block; font-size:12.5px; color:#999; font-weight:300; letter-spacing:0; margin-top:.15rem; }
.rate .r { font-size:13.5px; color:#5a5a5a; font-weight:300; white-space:nowrap; }

.values-in { max-width:1240px; margin:0 auto; padding:0 5rem; }
.values-head { max-width:520px; margin:0 0 9rem; }
.values-head .kick { font-size:11px; letter-spacing:3px; text-transform:uppercase; color:#C9A56A; font-weight:600; margin-bottom:1.6rem; }
.values h2 { font-family:'Cormorant Garamond',serif; font-size:52px; font-weight:400; color:#F8F7F2; line-height:1.1; margin:0; }

.vrow { display:grid; grid-template-columns:1fr 1fr; align-items:center; gap:0; padding:0 0 9rem; }
.vrow:last-child { padding-bottom:0; }
.vrow .vpic { position:relative; overflow:hidden; }
.vrow .vpic img { width:100%; height:100%; display:block; object-fit:cover; }
.vrow .vtext { padding:0 0 0 5.5rem; }

.vrow.flip { direction:rtl; }
.vrow.flip > * { direction:ltr; }
.vrow.flip .vtext { padding:0 5.5rem 0 0; }

/* .vrow--a .vpic { width:82%; }
.vrow--b .vpic { width:100%; margin-left:auto; }
.vrow--c .vpic { width:74%; margin-left:auto; }
.vrow--d .vpic { width:92%; } */

.vrow--a .vpic { width:82%; aspect-ratio: 0.75; }
.vrow--c .vpic { width:82%; aspect-ratio: 0.75; }
.vrow--b .vpic { width:92%; margin-left:auto; aspect-ratio: 0.68; }
.vrow--d .vpic { width:92%; margin-left:auto; aspect-ratio: 0.68; }

.vrow--b .vtext, .vrow--d .vtext { padding-top:2.5rem; }

.vnum { font-family:'Montserrat',sans-serif; font-size:10px; letter-spacing:3px; color:rgba(248,247,242,0.35); font-weight:500; display:block; margin-bottom:1.8rem; }
.vrule { width:38px; height:1px; background:#C9A56A; margin-bottom:2rem; }
.vrow h3 { font-family:'Cormorant Garamond',serif; font-size:44px; font-weight:400; color:#F8F7F2; line-height:1.12; margin:0 0 1.6rem; }
.vrow p { font-size:14px; font-weight:300; color:rgba(248,247,242,0.58); line-height:2.15; margin:0; max-width:330px; }

/* .steps { counter-reset:s; }
.step { display:flex; gap:1.4rem; padding:1.1rem 0; }
.step .n { flex:0 0 auto; width:30px; height:30px; border:.5px solid #C9A56A; color:#C9A56A; border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:12px; font-weight:600; }
.step .t { font-size:15px; color:#5a5a5a; font-weight:300; line-height:1.9; }
.step .t strong { color:#0F1117; font-weight:500; display:block; font-size:14px; letter-spacing:.3px; margin-bottom:.15rem; } */

.note { background:#F8F7F2; padding:2rem 2.2rem; margin-top:.6rem; }
.cta-btn { display:inline-block; padding:16px 40px; background:#0F1117; color:#fff; border:1px solid #0F1117; font-size:11px; font-weight:600; letter-spacing:2px; text-transform:uppercase; text-decoration:none; transition:all .35s; margin-top:.4rem; }
.cta-btn:hover { background:#fff; color:#0F1117; }
.cta-sub { font-size:13px; color:#999; font-weight:300; margin-top:1rem; }
.note p { font-size:14px; color:#666; font-weight:300; line-height:1.9; margin:0; }

.help { text-align:center; padding:4rem 2rem 5rem; background:#F8F7F2; }
.help h3 { font-family:'Cormorant Garamond',serif; font-size:30px; font-weight:400; color:#0F1117; margin-bottom:.8rem; }
.help p { font-size:14px; color:#888; font-weight:300; margin-bottom:1.4rem; }
.help a.btn { display:inline-block; font-size:11px; letter-spacing:2px; text-transform:uppercase; font-weight:600; color:#0F1117; border-bottom:1px solid #0F1117; padding-bottom:4px; text-decoration:none; }

@media (max-width:1100px) {
  .vgrid { grid-template-columns:repeat(2,1fr); gap:3.5rem 3rem; }
}
@media (max-width:900px) {
  /* header { padding:1.3rem 1.5rem; }
  .menu-toggle { display:flex; }
  .desktop-nav, .nav-icons { display:none; }
  .logo { position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); } */
   .hero h1 { font-size: 44px; }
  /* .section { padding: 4rem 1.5rem; } */
  .section-title { font-size: 38px; }
  .collections { grid-template-columns: 1fr; }
  .products-grid { grid-template-columns: repeat(2, 1fr); gap: 1rem; }
  .lifestyle { grid-template-columns: 1fr; }
  .lifestyle-img { min-height: 400px; }
  .lifestyle-content { padding: 3rem 1.5rem; }
  body .editorial { grid-template-columns: 1fr; gap: 2rem; }
  body .editorial.reverse { direction: ltr; }
  body .full-banner h2 { font-size: 40px; }
  body .hero-in h1, .story-hero h1  { font-size:46px; }
  body .letter { padding:3.5rem 1.5rem 2.5rem; }
  body .letter h2 { font-size:32px; }
  body .split, .split.rev { grid-template-columns:1fr; direction:ltr; }
  body .split .pic { min-height:340px; }
  body .split .txt { padding:3rem 1.5rem; }
  body .values { padding:5rem 0 5.5rem; }
  body .values-in { padding:0 1.5rem; }
  body .values-head { margin-bottom:4rem; max-width:none; }
  body .values h2 { font-size:32px; }
  body .vrow, .vrow.flip { grid-template-columns:1fr; direction:ltr; padding-bottom:4.5rem; gap:2rem; }
  body .vrow .vpic, .vrow--a .vpic, .vrow--b .vpic, .vrow--c .vpic, .vrow--d .vpic { width:100%; margin:0; }
  body .vrow .vtext, .vrow.flip .vtext { padding:0; }
  body .vrow--b .vtext, .vrow--d .vtext { padding-top:0; }
  body .vrow h3 { font-size:30px; }
  body .vrow p { max-width:none; }
  body .band { padding:4rem 1.5rem; }
  body .band-in h2 { font-size:34px; }
  body .how { padding:3.5rem 1.5rem 2rem; }
  body .frow { grid-template-columns:1fr; }

  /* .footer-content { grid-template-columns:1fr 1fr; gap:2rem; }
  .footer-bottom { flex-direction:column; gap:1rem; } */
}

/* track order css */

/* ---------- 2. TRACKING CARD ---------- */

.tw-track *, .tw-track *::before, .tw-track *::after { box-sizing: border-box; }

.tw-track {
  --cream: #FFFFFF;
  --cream-warm: #0F1117;
  --navy: #0F1117;
  --gold: #C9A56A;
  --ink-soft: #5A5852;
  --rule: #E2DED3;

  background: var(--cream);
  color: var(--navy);
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.85;
  letter-spacing: 0.2px;
  margin: 0;
  -webkit-font-smoothing: antialiased;
}

.tw-track h1, .tw-track h2, .tw-track h3 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 400;
  color: var(--navy);
  margin: 0;
  line-height: 1.15;
}

.tw-track p { margin: 0 0 1.1rem; }
.tw-track p:last-child { margin-bottom: 0; }

.tw-track a:focus-visible,
.tw-track summary:focus-visible,
.tw-track button:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

.tw-inner { max-width: 1040px; margin: 0 auto; padding: 0 1.5rem; }
.tw-track-band { background: var(--cream-warm); padding: 4.5rem 1.5rem 5rem; }
.tw-card {
  max-width: 460px; margin: 0 auto;
  background: transparent;
  border: none;
  padding: 0;
  text-align: center;
}
#tracking-widget { text-align: left; }
.tw-form { display: block; }
.tw-field { margin-bottom: 1.9rem; }
.tw-field label {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 13.5px;
  font-weight: 400;
  letter-spacing: 0.2px;
  color: var(--cream);
  margin-bottom: 0.55rem;
}
.tw-field input {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(248, 247, 242, 0.55);
  border-radius: 0;
  padding: 8px 2px;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 300;
  color: var(--cream);
  transition: border-color 0.25s ease;
  -webkit-appearance: none;
  appearance: none;
}
.tw-field input { caret-color: var(--gold); }
.tw-field input:hover { border-bottom-color: var(--gold); }
.tw-field input:-webkit-autofill {
  -webkit-text-fill-color: var(--cream);
  -webkit-box-shadow: 0 0 0 1000px #0F1117 inset;
}
.tw-field input:focus {
  outline: none;
  border-bottom-color: var(--gold);
  border-bottom-width: 2px;
  padding-bottom: 7px;
}
.tw-field input:focus-visible { outline: none; }
.tw-search {
  width: 100%;
  background: var(--cream);
  color: var(--navy);
  border: 1px solid var(--cream);
  border-radius: 2px;
  padding: 15px 20px;
  margin-top: 0.4rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease;
}
.tw-search:hover { background: var(--gold); color: var(--navy); border-color: var(--gold); }
.tw-card-help {
  text-align: center;
  margin-top: 2rem; padding-top: 0;
  border-top: none;
  font-size: 13.5px; color: rgba(248, 247, 242, 0.7); line-height: 1.9;
}
.tw-card-help a {
  color: var(--cream); text-decoration: none;
  border-bottom: 1px solid var(--gold); padding-bottom: 1px;
}
.tw-card-help a:hover { color: var(--gold); }

/* size chart css */
.sg-head{max-width:820px;margin:0 auto;padding:6rem 4rem 0;text-align:center;}
.sg-head h1{font-size:52px;}
.sg-head p{margin:1.5rem auto 0;max-width:460px;font-size:15.5px;color:#5A5852;line-height:2;}

.sg-main{max-width:900px;margin:0 auto;padding:4.5rem 4rem 0;}
.sg-block{padding:4rem 0;border-top:1px solid #E6E2D8;}
.sg-block:first-child{border-top:none;padding-top:0;}
.sg-block h2{font-size:34px;margin-bottom:1.6rem;}

/* chart */
.unit-toggle{display:inline-flex;border:1px solid #E6E2D8;border-radius:2px;overflow:hidden;margin-bottom:2rem;}
.unit-toggle button{background:none;border:none;padding:9px 20px;font-family:'Montserrat',sans-serif;font-size:11px;letter-spacing:1.5px;text-transform:uppercase;font-weight:500;color:#5A5852;cursor:pointer;transition:.25s;}
.unit-toggle button.active{background:#0F1117;color:#fff;}
table{width:100%;border-collapse:collapse;}
th,td{text-align:left;padding:15px 12px;font-size:14px;font-weight:300;color:#5A5852;border-bottom:1px solid #E6E2D8;}
th{font-family:'Montserrat',sans-serif;font-size:10.5px;letter-spacing:1.5px;text-transform:uppercase;font-weight:600;color:#0F1117;border-bottom-color:#0F1117;}
td:first-child{color:#0F1117;font-weight:500;}
/* tbody tr:last-child td{border-bottom:1px solid #E6E2D8;} */
.chart-note{margin-top:1.4rem;font-size:13px;color:#8d8b84;line-height:1.9;}
.sg-legal a {text-decoration: underline;}
/* how to measure */
.measure{display:grid;grid-template-columns:repeat(3,1fr);gap:2.6rem;margin-top:.4rem;}
.measure h3{font-size:22px;margin-bottom:.6rem;}
.measure p{font-size:14px;color:#5A5852;line-height:1.95;}


/* disclaimer */
.sg-legal{max-width:900px;margin:0 auto;padding:0 4rem 5rem;}
.sg-legal-inner{border-top:1px solid #E6E2D8;padding-top:2.4rem;}
.sg-legal p{font-size:12.5px;color:#8d8b84;line-height:2;max-width:720px;}

@media (max-width: 900px) {
    
  header { padding: 1.3rem 1.5rem; }
  .menu-toggle { display: flex; }
  .desktop-nav { display: none; }
  .nav-icons { display: none; }
  .logo { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
  .hero h1 { font-size: 44px; }
  .section-title { font-size: 38px; }
  .collections { grid-template-columns: 1fr; }
  .products-grid { grid-template-columns: repeat(2, 1fr); gap: 1rem; }
  .lifestyle { grid-template-columns: 1fr; }
  .lifestyle-img { min-height: 400px; }
  .lifestyle-content { padding: 3rem 1.5rem; }
  .full-banner h2 { font-size: 40px; }
  .footer-content { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .footer-bottom { flex-direction: column; gap: 1rem; }
  .coming-soon h2 { font-size: 34px; }
.sg-head{padding:3.5rem 1.5rem 0;}
  .sg-head h1{font-size:34px;}
  .sg-main{padding:3rem 1.5rem 0;}
  .sg-block{padding:2.8rem 0;}
  .sg-block h2{font-size:27px;}
  .measure{grid-template-columns:1fr;gap:1.8rem;}
  .shop-tabs { gap: 1.4rem; padding: 1.5rem 1rem; top: 65px; }
  .shop-body { padding: 3rem 1.5rem 4rem;  }
}
@media (max-width: 749px) {
  .footer-brand-col .logo-foot {
    font-size: 24px;
    line-height: 0.9;
  }
}