@font-face{font-family:"Inter";src:url("../fonts/inter-300-latin.woff2") format("woff2");font-style:normal;font-weight:300;font-display:swap}
@font-face{font-family:"Inter";src:url("../fonts/inter-400-latin.woff2") format("woff2");font-style:normal;font-weight:400;font-display:swap}
@font-face{font-family:"Inter";src:url("../fonts/inter-500-latin.woff2") format("woff2");font-style:normal;font-weight:500;font-display:swap}
@font-face{font-family:"Inter";src:url("../fonts/inter-600-latin.woff2") format("woff2");font-style:normal;font-weight:600;font-display:swap}
@font-face{font-family:"Cormorant Garamond";src:url("../fonts/cormorant-garamond-400-latin.woff2") format("woff2");font-style:normal;font-weight:400;font-display:swap}
@font-face{font-family:"Cormorant Garamond";src:url("../fonts/cormorant-garamond-400-italic-latin.woff2") format("woff2");font-style:italic;font-weight:400;font-display:swap}
@font-face{font-family:"Cormorant Garamond";src:url("../fonts/cormorant-garamond-500-latin.woff2") format("woff2");font-style:normal;font-weight:500;font-display:swap}
@font-face{font-family:"Cormorant Garamond";src:url("../fonts/cormorant-garamond-700-latin.woff2") format("woff2");font-style:normal;font-weight:700;font-display:swap}

:root{--gc-black:#111;--gc-white:#fff;--gc-cream:#f5f1ea;--gc-beige:#ede5d6;--gc-gold:#c9b87a;--gc-muted:#6b6b6b;--gc-border:#ececec;--gc-sale:#8b0000;--gc-old:#9b9b9b}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:#111;font-family:"Inter",Arial,sans-serif;-webkit-font-smoothing:antialiased}
body.admin-bar{margin-top:0}
body.orlenae-overlay-open{overflow:hidden}
img{max-width:100%;height:auto}
button,input,select,textarea{font:inherit}
button{border:0}
#main-content{min-height:40vh}
.container{width:100%;max-width:1440px;margin-inline:auto;padding-inline:24px}
.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

.gc-header{position:relative;z-index:200;background:#fff}
.gc-header__logo-img{object-fit:contain!important}
.gc-header__logo small{white-space:nowrap;font-size:7px;letter-spacing:.12em}
.gc-logo-tier-mobile{display:none}
.gc-header__icon{appearance:none}
.gc-header__cart-count{font-size:8px}
.gc-drawer__overlay{position:absolute;inset:0;background:rgba(0,0,0,.38);opacity:0;transition:opacity .3s}
.gc-drawer.is-open{visibility:visible;pointer-events:auto}
.gc-drawer.is-open .gc-drawer__overlay{opacity:1}
.gc-drawer{z-index:800}
.gc-drawer__panel{z-index:1}
.site-search-panel.is-open{visibility:visible;opacity:1;pointer-events:auto}
.site-search-panel input[type=search]{width:100%;border:0;border-bottom:1px solid #aaa;padding:14px 4px;background:transparent;font-family:"Cormorant Garamond",serif;font-size:32px;outline:0}

.orlenae-mini-cart{position:fixed;inset:0;z-index:900;visibility:hidden;pointer-events:none}
.orlenae-mini-cart.is-open{visibility:visible;pointer-events:auto}
.orlenae-mini-cart__overlay{position:absolute;inset:0;background:rgba(0,0,0,.4);opacity:0;transition:opacity .3s}
.orlenae-mini-cart.is-open .orlenae-mini-cart__overlay{opacity:1}
.orlenae-mini-cart__panel{position:absolute;right:0;top:0;display:flex;flex-direction:column;height:100%;width:min(470px,100%);overflow:hidden;background:#fff;transform:translateX(100%);transition:transform .35s cubic-bezier(.4,0,.2,1);box-shadow:-12px 0 32px rgba(15,16,18,.2)}
.orlenae-mini-cart.is-open .orlenae-mini-cart__panel{transform:none}
.orlenae-mini-cart__head{min-height:82px;border-bottom:1px solid #e8e5df;display:flex;align-items:center;justify-content:space-between;padding:17px 24px}
.orlenae-mini-cart__head>div{display:flex;flex-direction:column;gap:2px}
.orlenae-mini-cart__head small{color:#777169;font-size:9px;letter-spacing:.2em;text-transform:uppercase}
.orlenae-mini-cart__head strong{font-family:"Cormorant Garamond",serif;font-size:29px;font-weight:500;line-height:1}
.orlenae-mini-cart__head button{display:grid;place-items:center;width:38px;height:38px;border:1px solid #ddd8cf;border-radius:50%;background:#fff;color:#393631;font-size:24px;font-weight:300;line-height:1;cursor:pointer}
.orlenae-mini-cart__body{flex:1;min-height:0;padding:0}
.orlenae-mini-cart__content{display:flex;flex-direction:column;height:100%;min-height:0}
.orlenae-mini-cart__meta{display:flex;justify-content:space-between;gap:16px;padding:13px 24px;border-bottom:1px solid #eeeae4;color:#777169;font-size:9px;letter-spacing:.14em;text-transform:uppercase}
.orlenae-mini-cart__list{flex:1;min-height:0;overflow-y:auto;padding:0 24px;overscroll-behavior:contain}
.orlenae-mini-cart__item{position:relative;display:grid;grid-template-columns:88px minmax(0,1fr) 30px;align-items:start;gap:14px;padding:20px 0;border-bottom:1px solid #ece8e1;font-size:12px;transition:opacity .2s}
.orlenae-mini-cart__item.is-loading,.orlenae-order-summary__product.is-loading{opacity:.45;pointer-events:none}
.orlenae-mini-cart__image{display:block;width:88px;height:110px;overflow:hidden;background:#f5f3ef}
.orlenae-mini-cart__image img{width:100%;height:100%;object-fit:contain}
.orlenae-mini-cart__copy{display:flex;flex-direction:column;min-width:0;height:110px;padding-top:2px}
.orlenae-mini-cart__name{display:-webkit-box;overflow:hidden;color:#151515;font-family:"Cormorant Garamond",serif;font-size:17px;font-weight:500;line-height:1.2;text-decoration:none;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.orlenae-mini-cart__copy .variation{margin:7px 0 0;color:#777169;font-size:10px;line-height:1.35}
.orlenae-mini-cart__copy .variation dt,.orlenae-mini-cart__copy .variation dd{display:inline;float:none;margin:0}
.orlenae-mini-cart__item-bottom{display:flex;align-items:end;justify-content:space-between;gap:12px;margin-top:auto}
.orlenae-mini-cart__qty{display:grid;grid-template-columns:28px 30px 28px;height:30px;border:1px solid #d9d4cb;background:#fff}
.orlenae-mini-cart__qty button,.orlenae-mini-cart__qty span{display:grid;place-items:center;min-width:0;padding:0;background:#fff;color:#111;font-size:12px;line-height:1}
.orlenae-mini-cart__qty button{cursor:pointer}
.orlenae-mini-cart__qty button:disabled{color:#aaa;cursor:not-allowed}
.orlenae-mini-cart__qty span{border-right:1px solid #ece8e1;border-left:1px solid #ece8e1}
.orlenae-mini-cart__line-price{font-size:12px;font-weight:500;white-space:nowrap}
.orlenae-mini-cart__remove,.orlenae-order-summary__remove{display:grid;place-items:center;width:28px;height:28px;border:1px solid #ddd8cf;border-radius:50%;background:#fff;color:#625d56;font-size:18px;font-weight:300;line-height:1;cursor:pointer;transition:border-color .2s,color .2s}
.orlenae-mini-cart__remove:hover,.orlenae-order-summary__remove:hover{border-color:#111;color:#111}
.orlenae-mini-cart__footer{padding:20px 24px 24px;border-top:1px solid #e7e2da;background:#faf9f7}
.orlenae-mini-cart__subtotal{display:flex;align-items:baseline;justify-content:space-between;gap:20px;font-family:"Cormorant Garamond",serif;font-size:22px}
.orlenae-mini-cart__subtotal strong{font-size:21px;font-weight:500}
.orlenae-mini-cart__footer>p{margin:7px 0 15px;color:#777169;font-size:10px;line-height:1.5}
.orlenae-mini-cart__footer .orlenae-button{margin-top:8px}
.orlenae-mini-cart__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;min-height:360px;padding:48px 32px;text-align:center;color:#6b675f}
.orlenae-mini-cart__empty-icon{display:grid;place-items:center;width:62px;height:62px;margin-bottom:20px;border:1px solid #ddd8cf;border-radius:50%;color:#111}
.orlenae-mini-cart__empty strong{color:#111;font-family:"Cormorant Garamond",serif;font-size:28px;font-weight:500}
.orlenae-mini-cart__empty p{max-width:290px;margin:8px 0 20px;font-size:12px;line-height:1.6}
.orlenae-mini-cart__empty .orlenae-button{max-width:290px}

.orlenae-button{width:100%;display:flex;justify-content:center;align-items:center;min-height:44px;margin-top:12px;border:1px solid #111;background:#fff;color:#111;text-transform:uppercase;letter-spacing:.18em;font-size:10px;cursor:pointer}
.orlenae-button--dark{background:#111;color:#fff}

.gc-hero__video,.gc-sale__video,.gc-feature__video{width:100%;height:100%;object-fit:cover}
.orlenae-product-disclosure{padding:34px 0;border-bottom:1px solid #e8e2d8;background:#f5f1ea;color:#111;text-align:center}
.orlenae-product-disclosure__inner{max-width:920px}
.orlenae-product-disclosure__eyebrow{margin:0 0 8px;color:#766c5e;font-size:10px;font-weight:600;letter-spacing:.2em;text-transform:uppercase}
.orlenae-product-disclosure h2{margin:0 0 10px;font-family:"Cormorant Garamond",serif;font-size:clamp(28px,3vw,40px);font-weight:400;line-height:1.08}
.orlenae-product-disclosure p:not(.orlenae-product-disclosure__eyebrow){max-width:800px;margin:0 auto;color:#4f4b45;font-size:13px;line-height:1.75}
.orlenae-product-disclosure a{display:inline-block;margin-top:14px;border-bottom:1px solid currentColor;color:#111;font-size:10px;letter-spacing:.15em;text-decoration:none;text-transform:uppercase}
.gc-craft{padding:96px 0;background:#111;color:#fff}
.gc-craft__head{max-width:820px;text-align:center}
.gc-craft__eyebrow{margin:0 0 12px;color:#a79b87;font-size:10px;font-weight:600;letter-spacing:.24em;text-transform:uppercase}
.gc-craft__head h2{margin:0;font-family:"Cormorant Garamond",serif;font-size:clamp(34px,4vw,56px);font-weight:400;line-height:1.05}
.gc-craft__head>p:last-child{max-width:680px;margin:18px auto 0;color:#c9c5bd;font-size:13px;line-height:1.75}
.gc-craft__grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));margin-top:54px;border-top:1px solid #343434;border-bottom:1px solid #343434}
.gc-craft__item{padding:30px 22px 34px;border-right:1px solid #343434}
.gc-craft__item:last-child{border-right:0}
.gc-craft__item>span{display:block;margin-bottom:28px;color:#8e8578;font-size:9px;letter-spacing:.18em}
.gc-craft__item h3{margin:0 0 11px;font-family:"Cormorant Garamond",serif;font-size:22px;font-weight:500}
.gc-craft__item p{margin:0;color:#b9b5ae;font-size:12px;line-height:1.7}
.gc-craft__note{max-width:860px;margin-top:26px;color:#817d76;font-size:10px;line-height:1.65;text-align:center}
.gc-welcome .gc-craft__eyebrow{margin-bottom:-6px}
.gc-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:4px}
.gc-product-grid .gc-card{min-width:0}
.gc-card__image-wrap img,.gc-card__image-link img{width:100%;height:100%;object-fit:contain}
.gc-card__swatches--placeholder{height:51px}
.gc-card__swatch{overflow:hidden}
.gc-card__swatch img{width:100%;height:100%;object-fit:cover}
.gc-card__price .price,.gc-card__price{min-height:29px}
.gc-card__atc{margin-top:auto;width:100%;height:42px;border:1px solid #111;background:#fff;display:flex;align-items:center;justify-content:center;gap:8px;text-transform:uppercase;letter-spacing:.12em;font-size:10px;cursor:pointer;pointer-events:auto;position:relative;z-index:5}
.gc-card__atc:hover,.gc-card__atc.is-added{background:#111;color:#fff}
.gc-card__atc.is-loading{opacity:.55;pointer-events:none}
.orlenae-catalog-item{min-width:0;display:flex}
.orlenae-catalog-item>.gc-card{width:100%}
.orlenae-hidden{display:none!important}
.orlenae-filtered-out{display:none!important}

.orlenae-filter-head{height:66px;padding:18px 22px;border-bottom:1px solid #ececec;display:flex;align-items:center;justify-content:space-between;text-transform:uppercase;letter-spacing:.18em;font-size:12px}
.orlenae-filter-head button{font-size:26px;background:none;cursor:pointer}
.orlenae-filter-body{padding:28px 22px}
.orlenae-filter-body>label{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.16em;margin-bottom:14px}
.orlenae-price-filter{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:10px}
.orlenae-price-filter input{width:100%;border:1px solid #ddd;padding:12px}

.orlenae-newsletter{display:flex;max-width:520px;margin:0 auto;border-bottom:1px solid rgba(255,255,255,.8)}
.orlenae-newsletter input{flex:1;border:0;background:transparent;color:#fff;padding:12px 0;outline:0}
.orlenae-newsletter input::placeholder{color:rgba(255,255,255,.8)}
.orlenae-newsletter button{background:transparent;color:#fff;text-transform:uppercase;letter-spacing:.18em;font-size:10px;cursor:pointer}

.gc-pdp__image img{width:100%;height:100%;object-fit:contain}
.gc-pdp__swatch img{width:100%;height:100%;object-fit:cover}
.gc-pdp__price .price{display:flex;align-items:baseline;gap:12px}
.gc-pdp__price del{color:#999;font-size:15px}
.gc-pdp__price ins{text-decoration:none;color:#111;font-size:24px;font-weight:600}
.single_add_to_cart_button{width:100%;min-height:48px;background:#111!important;color:#fff!important;border:1px solid #111!important;text-transform:uppercase;letter-spacing:.18em;font-size:11px!important;cursor:pointer}
.gc-pdp__acc-content ul{padding-left:18px;margin:0}
.gc-pdp__acc-content li{margin:6px 0}
.gc-pdp__acc-body:not([hidden]){max-height:none;opacity:1}
.gc-pdp-related__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:4px}
.gc-pdp-sticky{transform:translateY(110%);transition:transform .3s;pointer-events:none}
.gc-pdp-sticky.is-visible{transform:none;pointer-events:auto}

.orlenae-page{padding-top:64px;padding-bottom:100px;max-width:1180px}
.orlenae-page__title{font-family:"Cormorant Garamond",serif;font-size:54px;font-weight:400;line-height:1.05;margin:0 0 38px}
.orlenae-page__content{font-size:14px;line-height:1.8}
.orlenae-page__content h2,.orlenae-page__content h3{font-family:"Cormorant Garamond",serif;font-weight:400}
.orlenae-page__content h2{font-size:38px}
.woocommerce-notices-wrapper{margin-bottom:20px}
.woocommerce-message,.woocommerce-info,.woocommerce-error{list-style:none;padding:14px 18px;border:1px solid #ddd;background:#fafafa;font-size:13px}

.woocommerce-cart-form table,.woocommerce-checkout table{width:100%;border-collapse:collapse}
.woocommerce-cart-form th,.woocommerce-cart-form td,.woocommerce-checkout th,.woocommerce-checkout td{padding:16px 10px;border-bottom:1px solid #ececec;text-align:left;font-size:13px}
.woocommerce-cart-form .product-thumbnail img{width:100px;height:100px;object-fit:contain}
.woocommerce-cart-form input.qty{width:62px;padding:9px;border:1px solid #ddd}
.woocommerce button.button,.woocommerce a.button,.woocommerce input.button,.wc-block-components-button{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:46px!important;padding:0 24px!important;border:1px solid #111!important;border-radius:0!important;background:#111!important;color:#fff!important;text-transform:uppercase!important;letter-spacing:.16em!important;font-size:10px!important}
.cart-collaterals{display:flex;justify-content:flex-end;padding-top:36px}
.cart_totals{width:min(480px,100%)}
form.checkout.woocommerce-checkout{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(360px,.65fr);gap:60px}
form.checkout.woocommerce-checkout .col2-set{grid-column:1;grid-row:1/3}
form.checkout.woocommerce-checkout #order_review_heading{grid-column:2;grid-row:1}
form.checkout.woocommerce-checkout #order_review{grid-column:2;grid-row:2}
form.checkout.woocommerce-checkout #order_review{background:#faf8f4;padding:24px}
.woocommerce-billing-fields__field-wrapper,.woocommerce-shipping-fields__field-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.form-row{margin:0 0 14px}
.form-row-wide{grid-column:1/-1}
.form-row label{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.1em;margin-bottom:6px}
.form-row input.input-text,.form-row textarea,.form-row select{width:100%;padding:13px;border:1px solid #d8d8d8;background:#fff;border-radius:0}

.gc-footer__payments .gc-pdp__pay svg{height:34px;width:34px}
.gc-footer__logo-subtitle{max-width:260px;font-size:8px;line-height:1.5;letter-spacing:.1em}
.gc-footer__whatsapp{display:inline-flex;align-items:center;color:#111;font-size:11px;line-height:1.5;letter-spacing:.04em;text-decoration:none;border-bottom:1px solid currentColor;transition:opacity .2s ease}
.gc-footer__whatsapp:hover,.gc-footer__whatsapp:focus-visible{opacity:.6}
.gc-footer__location{margin:14px 0 0;color:#555;font-size:11px;font-style:normal;line-height:1.65;letter-spacing:.02em}
.gc-footer__location a{color:#111;text-decoration:none;border-bottom:1px solid currentColor}
.gc-footer__location a:hover,.gc-footer__location a:focus-visible{opacity:.6}
.gc-footer__disclosure{padding-top:25px;padding-bottom:25px;border-top:1px solid #ececec;text-align:center}
.gc-footer__disclosure strong{display:block;margin-bottom:8px;font-size:10px;letter-spacing:.18em;text-transform:uppercase}
.gc-footer__disclosure p{max-width:920px;margin:0 auto;color:#6b6b6b;font-size:11px;line-height:1.7}
.gc-footer__bottom-inner{font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:#6b6b6b}

.orlenae-pagination{display:flex;justify-content:center;padding:34px 0 8px}
.orlenae-pagination .page-numbers{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:7px;margin:0;padding:0;list-style:none}
.orlenae-pagination a,.orlenae-pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:38px;min-height:38px;padding:0 11px;border:1px solid #d9d5ce;color:#25231f;font-size:11px;letter-spacing:.05em;text-decoration:none;transition:background-color .2s,color .2s,border-color .2s}
.orlenae-pagination a:hover,.orlenae-pagination a:focus-visible,.orlenae-pagination .current{border-color:#111;background:#111;color:#fff}
.orlenae-seo-copy{margin-top:72px;border-top:1px solid #e8e4dd;border-bottom:1px solid #e8e4dd;background:#f8f6f1}
.orlenae-seo-copy__inner{display:grid;grid-template-columns:minmax(260px,.72fr) minmax(0,1.28fr);gap:64px;padding-top:64px;padding-bottom:64px}
.orlenae-seo-copy h2{margin:0;font-family:"Cormorant Garamond",serif;font-size:42px;font-weight:400;line-height:1.08}
.orlenae-seo-copy__body{max-width:760px}
.orlenae-seo-copy__body p{margin:0 0 18px;color:#55514b;font-size:13px;line-height:1.8}
.orlenae-seo-copy__links{grid-column:2;display:flex;flex-wrap:wrap;gap:14px 28px;margin-top:-32px}
.orlenae-seo-copy__links a{border-bottom:1px solid #aaa39a;color:#191816;font-size:10px;letter-spacing:.12em;text-decoration:none;text-transform:uppercase}

@media(max-width:900px){
  .container{padding-inline:16px}
  .gc-product-grid,.gc-pdp-related__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .gc-card__body{gap:6px}
  .gc-card__title{font-size:12px}
  .gc-card__atc{font-size:9px}
  form.checkout.woocommerce-checkout{display:block}
  form.checkout.woocommerce-checkout #order_review{margin-top:28px}
  .orlenae-seo-copy__inner{grid-template-columns:1fr;gap:24px}
  .orlenae-seo-copy__links{grid-column:1;margin-top:0}
}

/* Lexcopy Timepieces identity and watch-specific presentation. */
.lexcopy-wordmark,.lexcopy-search-wordmark,.lexcopy-footer-wordmark .gc-footer__logo-link{font-family:"Cormorant Garamond",serif;color:#111;text-decoration:none;letter-spacing:.24em}
.lexcopy-wordmark{display:flex!important;flex-direction:column;align-items:center;justify-content:center;gap:2px}
.lexcopy-wordmark strong{font-size:30px;font-weight:500;line-height:.9;letter-spacing:.27em;margin-right:-.27em}
.lexcopy-wordmark small{font-family:Inter,sans-serif;font-size:7px;font-weight:400;letter-spacing:.23em;text-transform:uppercase}
.lexcopy-search-wordmark{font-size:27px;font-weight:500}
.lexcopy-footer-wordmark .gc-footer__logo-link{font-size:34px;font-weight:500;margin-right:-.24em}
.lexcopy-footer-intro{max-width:310px;color:#64615c;font-size:12px;line-height:1.7}
.gc-card__image-wrap img,.gc-pdp__image img{object-fit:contain;background:#f7f5f0}
.gc-card__meta{min-height:15px;color:#77736d;font-size:9px;letter-spacing:.09em;overflow:hidden;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}
.gc-watch-tile-grid .gc-tile{background-color:#25231f;background-position:center;background-size:cover}
.gc-watch-tile-grid .gc-tile--fallback:nth-child(1){background:linear-gradient(145deg,#171717,#777168)}
.gc-watch-tile-grid .gc-tile--fallback:nth-child(2){background:linear-gradient(145deg,#b8afa3,#3f3a35)}
.gc-watch-tile-grid .gc-tile--fallback:nth-child(3){background:linear-gradient(145deg,#6d5e4d,#151515)}
.gc-watch-tile-grid .gc-tile--fallback:nth-child(4){background:linear-gradient(145deg,#d8d0c5,#777069)}
.gc-watch-story-image{min-height:640px;background:radial-gradient(circle at 50% 40%,rgba(201,184,122,.28),transparent 27%),linear-gradient(145deg,#181716 0%,#555047 48%,#131313 100%);position:relative}
.gc-watch-story-image:after{content:"LEXCOPY / HOROLOGY";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) rotate(-90deg);color:rgba(255,255,255,.72);font-size:10px;letter-spacing:.45em;white-space:nowrap}
.lexcopy-newsletter{background:linear-gradient(135deg,#151515,#34312d);color:#fff}
.lexcopy-newsletter .gc-newsletter__sub{color:rgba(255,255,255,.75)}
.gc-pdp__eyebrow{margin:0 0 12px;color:#80796e;font-size:10px;letter-spacing:.24em;text-transform:uppercase}

@media(max-width:767px){
  .lexcopy-wordmark strong{font-size:23px;letter-spacing:.22em;margin-right:-.22em}
  .gc-watch-story-image{min-height:440px}
  .gc-card__meta{font-size:8px}
}

@media(prefers-reduced-motion:reduce){
  *,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}
  video{display:none!important}
  .gc-hero,.gc-sale,.gc-feature__media{background:linear-gradient(135deg,#181818,#625d56)!important}
}
@media(max-width:767px){
  .gc-header__top{padding-inline:16px}
  .gc-header__logo small{display:block;font-size:6px;letter-spacing:.12em;line-height:1.2}
  .gc-logo-tier-desktop{display:none}
  .gc-logo-tier-mobile{display:inline}
  .orlenae-mini-cart__head{min-height:72px;padding:14px 16px}
  .orlenae-mini-cart__head strong{font-size:26px}
  .orlenae-mini-cart__meta{padding:11px 16px;font-size:8px}
  .orlenae-mini-cart__list{padding:0 16px}
  .orlenae-mini-cart__item{grid-template-columns:82px minmax(0,1fr) 28px;gap:11px;padding:16px 0}
  .orlenae-mini-cart__image{width:82px;height:100px}
  .orlenae-mini-cart__copy{height:100px}
  .orlenae-mini-cart__name{font-size:16px}
  .orlenae-mini-cart__item-bottom{gap:7px}
  .orlenae-mini-cart__qty{grid-template-columns:25px 27px 25px;height:28px}
  .orlenae-mini-cart__footer{padding:16px}
  .gc-hero__video{object-position:center}
  .gc-product-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:4px;padding-inline:4px}
  .gc-product-grid>.gc-card{flex:0 0 78vw;scroll-snap-align:start}
  .gc-grid{margin-left:-16px;margin-right:-16px}
  .gc-card__wishlist{top:10px;right:10px}
  .gc-card__tags{top:10px;left:10px}
  .gc-card__swatches{min-height:45px}
  .gc-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:4px}
  .gc-toolbar{align-items:flex-end}
  .gc-toolbar__right{gap:6px}
  .gc-toolbar__filter-btn,.gc-toolbar__sort{padding:9px 10px;font-size:9px}
  .gc-toolbar__sort{padding-right:28px}
  .gc-breadcrumbs{padding-top:14px}
  .gc-shop__hero{padding-top:18px}
  .gc-shop__title{font-size:40px!important}
  .gc-pdp-related__grid{display:flex;overflow-x:auto;gap:4px}
  .gc-pdp-related__grid>.gc-card{flex:0 0 78vw}
  .orlenae-page{padding-top:40px;padding-bottom:70px}
  .orlenae-page__title{font-size:42px}
  .woocommerce-billing-fields__field-wrapper{display:block}
  .woocommerce-cart-form .product-thumbnail{display:none}
  .cart-collaterals{display:block}
  .gc-footer__bottom-inner{font-size:8px;line-height:1.6}
  .orlenae-product-disclosure{padding:28px 0}
  .orlenae-product-disclosure p:not(.orlenae-product-disclosure__eyebrow){font-size:12px}
  .gc-craft{padding:64px 0}
  .gc-craft__head{padding:0 24px}
  .gc-craft__grid{grid-template-columns:1fr;margin-top:38px;padding:0 24px;border-bottom:0}
  .gc-craft__item{padding:24px 0;border-right:0;border-bottom:1px solid #343434}
  .gc-craft__item>span{margin-bottom:12px}
  .gc-craft__note{padding:0 24px}
  .gc-footer__disclosure{padding-top:22px;padding-bottom:22px}
  .gc-footer__disclosure p{font-size:10px}
  .orlenae-pagination{padding-top:26px}
  .orlenae-pagination a,.orlenae-pagination span{min-width:34px;min-height:34px;padding:0 8px;font-size:10px}
  .orlenae-seo-copy{margin-top:52px}
  .orlenae-seo-copy__inner{padding-top:44px;padding-bottom:44px}
  .orlenae-seo-copy h2{font-size:34px}
  .orlenae-seo-copy__body p{font-size:12px}
}

.lexcopy-wishlist{padding-top:72px;padding-bottom:110px;min-height:58vh}
.lexcopy-wishlist__header{max-width:720px;margin:0 auto 52px;text-align:center}
.lexcopy-wishlist__header p{margin:0 0 12px;font-size:10px;letter-spacing:.24em;text-transform:uppercase}
.lexcopy-wishlist__header h1{margin:0;font-family:"Cormorant Garamond",serif;font-size:clamp(44px,6vw,72px);font-weight:400;line-height:1}
.lexcopy-wishlist__header span{display:block;margin-top:18px;color:#6b6b6b;font-size:13px}
.lexcopy-wishlist__status{display:flex;min-height:240px;flex-direction:column;align-items:center;justify-content:center;gap:12px;text-align:center;border-top:1px solid #ececec;border-bottom:1px solid #ececec;color:#6b6b6b}
.lexcopy-wishlist__status strong{font-family:"Cormorant Garamond",serif;font-size:32px;font-weight:400;color:#111}
.lexcopy-wishlist__status span{font-size:13px}
.lexcopy-wishlist__status a{margin-top:6px;color:#111;font-size:10px;letter-spacing:.18em;text-transform:uppercase;border-bottom:1px solid #111}
.lexcopy-wishlist__grid:empty{display:none}
.lexcopy-newsletter__status{grid-column:1/-1;margin:10px 0 0!important;min-height:1.4em;color:inherit;font-size:11px;letter-spacing:.04em;text-align:left}
@media(max-width:600px){
  .lexcopy-wishlist{padding-top:44px;padding-bottom:72px}
  .lexcopy-wishlist__header{margin-bottom:34px}
  .lexcopy-wishlist__header h1{font-size:44px}
  .lexcopy-wishlist__status{min-height:210px}
}
