:root{--color-bg-primary: #FFFBF5;--color-bg-warm: #F5F0EB;--color-bg-dark: #1a1816;--color-bg-charcoal: #2D2A26;--color-gold: #C4A265;--color-gold-dark: #8B7340;--color-gold-light: #D4B87A;--color-text-dark: #2D2A26;--color-text-light: #F5F0EB;--color-text-muted: #8a8680;--color-burgundy: #6B1D2A;--color-border-light: rgba(196, 162, 101, .15);--color-border-dark: rgba(245, 240, 235, .08);--ease-luxury: cubic-bezier(.16, 1, .3, 1);--ease-smooth: cubic-bezier(.25, .46, .45, .94);--font-heading: "Cormorant Garamond", "Georgia", serif;--font-body: "Work Sans", "Helvetica Neue", sans-serif}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--color-bg-primary)}::selection{background-color:var(--color-gold);color:var(--color-bg-primary)}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:var(--color-bg-warm)}::-webkit-scrollbar-thumb{background:var(--color-gold);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--color-gold-dark)}h1,h2,.h0,.h1,.h2{font-family:var(--font-heading);letter-spacing:.06em;font-weight:400;line-height:1.1}h3,h4,.h3,.h4{font-family:var(--font-heading);letter-spacing:.04em;font-weight:500}.section-header__title:after,.collection__title:after{content:"";display:block;width:50px;height:2px;background:linear-gradient(90deg,var(--color-burgundy),var(--color-gold));margin:14px auto 0;transition:width .6s var(--ease-luxury)}.shopify-section:hover .section-header__title:after{width:80px}[data-reveal]{opacity:0;transition:opacity .9s var(--ease-luxury),transform .9s var(--ease-luxury)}[data-reveal=up]{transform:translateY(40px)}[data-reveal=down]{transform:translateY(-30px)}[data-reveal=left]{transform:translate(40px)}[data-reveal=right]{transform:translate(-40px)}[data-reveal=scale]{transform:scale(.95)}[data-reveal].is-revealed{opacity:1;transform:translate(0) scale(1)}[data-reveal-delay="1"]{transition-delay:.1s}[data-reveal-delay="2"]{transition-delay:.2s}[data-reveal-delay="3"]{transition-delay:.3s}[data-reveal-delay="4"]{transition-delay:.4s}@media(prefers-reduced-motion:reduce){[data-reveal]{opacity:1;transform:none;transition:none}}.samaroh-hero{position:relative;height:100vh;min-height:550px;max-height:1000px;overflow:hidden;display:flex;align-items:center;justify-content:center}.samaroh-hero__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.samaroh-hero__media img{width:100%;height:100%;object-fit:cover;object-position:center 65%}.samaroh-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#1a181680,#1a181699 40%,#1a1816cc);z-index:1}.samaroh-hero__content{position:relative;z-index:2;text-align:center;padding:0 24px;max-width:800px;text-shadow:0 1px 12px rgba(0,0,0,.3)}.samaroh-hero__brand{font-family:var(--font-heading);font-size:clamp(2.5rem,7vw,5.5rem);font-weight:300;color:var(--color-text-light);letter-spacing:.25em;text-transform:uppercase;margin-bottom:16px;line-height:1.3;overflow:visible}.samaroh-hero__brand span{display:inline-block;transform:translateY(110%);transition:transform 1s var(--ease-luxury)}.samaroh-hero.is-loaded .samaroh-hero__brand span{transform:translateY(0)}.samaroh-hero__tagline{font-family:var(--font-body);font-size:clamp(.82rem,1.3vw,.95rem);color:var(--color-text-light);opacity:.85;font-style:normal;font-weight:400;letter-spacing:.14em;text-transform:uppercase;margin-bottom:36px;opacity:0;transform:translateY(20px);transition:opacity .8s ease .4s,transform .8s var(--ease-luxury) .4s}.samaroh-hero.is-loaded .samaroh-hero__tagline{opacity:.85;transform:translateY(0)}.samaroh-hero__actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;opacity:0;transform:translateY(20px);transition:opacity .8s ease .7s,transform .8s var(--ease-luxury) .7s}.samaroh-hero.is-loaded .samaroh-hero__actions{opacity:1;transform:translateY(0)}.samaroh-hero__scroll-hint{position:absolute;bottom:30px;left:50%;transform:translate(-50%);z-index:2;opacity:0;animation:fadeInUp 1s ease 1.2s forwards}.samaroh-hero__scroll-hint span{display:block;width:1px;height:40px;background:var(--color-gold);margin:0 auto;animation:scrollPulse 2s ease-in-out infinite}@keyframes scrollPulse{0%,to{transform:scaleY(.4);opacity:.3;transform-origin:top}50%{transform:scaleY(1);opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translate(-50%,10px)}to{opacity:1;transform:translate(-50%)}}.samaroh-btn{display:inline-block;font-family:var(--font-body);font-size:1.15rem;letter-spacing:.14em;text-transform:uppercase;text-decoration:none;padding:16px 42px;border:none;cursor:pointer;position:relative;overflow:hidden;transition:all .35s var(--ease-smooth)}.samaroh-btn--primary{background:var(--color-gold);color:var(--color-bg-dark)}.samaroh-btn--primary:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.15),transparent);transition:left .5s ease}.samaroh-btn--primary:hover:after{left:100%}.samaroh-btn--primary:hover{transform:translateY(-1px);box-shadow:0 6px 25px #c4a2654d}.samaroh-btn--secondary{background:transparent;color:var(--color-text-light);border:1px solid rgba(245,240,235,.4)}.samaroh-btn--secondary:hover{border-color:var(--color-gold);color:var(--color-gold)}.samaroh-marquee{overflow:hidden;white-space:nowrap;background:#c4a265;padding:5px 0}.samaroh-marquee__inner{display:inline-flex;animation:marquee 35s linear infinite}.samaroh-marquee__item{font-family:var(--font-body);font-size:.92rem;text-transform:uppercase;letter-spacing:.2em;color:var(--color-bg-dark);padding:0 2.5rem;font-weight:500}.samaroh-marquee__dot{color:var(--color-bg-dark);opacity:.4;padding:0 .5rem}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.samaroh-marquee:hover .samaroh-marquee__inner{animation-play-state:paused}.card-wrapper{transition:transform .5s var(--ease-smooth)}.card-wrapper:hover{transform:translateY(-6px)}.card__media .media{overflow:hidden}.card__media .media img{transition:transform .7s var(--ease-luxury)}.card-wrapper:hover .card__media .media img{transform:scale(1.04)}.card__heading{font-family:var(--font-heading);font-size:1.1rem;letter-spacing:.04em;font-weight:400}.card__heading a{text-decoration:none}.price-item{font-family:var(--font-body);letter-spacing:.03em;font-weight:400}.card-wrapper:has(.badge[aria-label*=Sold]){opacity:.55}.card-wrapper:has(.badge[aria-label*=Sold]):hover{opacity:.75;transform:translateY(-3px)}.samaroh-story{padding:80px 0;overflow:hidden}.samaroh-story__grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;max-width:1300px;margin:0 auto;padding:0 40px}.samaroh-story__media{overflow:hidden;position:relative}.samaroh-story__media img{width:100%;height:100%;object-fit:cover;transition:transform .8s var(--ease-luxury)}.samaroh-story__media:hover img{transform:scale(1.03)}.samaroh-story__kicker{font-family:var(--font-body);font-size:.92rem;text-transform:uppercase;letter-spacing:.2em;color:var(--color-burgundy);margin-bottom:16px;display:block}.samaroh-story__content{border-left:2px solid var(--color-burgundy);padding-left:30px}.samaroh-story__heading{font-family:var(--font-heading);font-size:clamp(1.8rem,3vw,2.6rem);font-weight:400;line-height:1.15;margin-bottom:20px;color:var(--color-text-dark)}.samaroh-story__text{font-size:1.1rem;line-height:1.75;color:var(--color-text-muted);margin-bottom:28px}.samaroh-story__link{font-family:var(--font-body);font-size:1.15rem;text-transform:uppercase;letter-spacing:.14em;color:var(--color-gold);text-decoration:none;display:inline-flex;align-items:center;gap:8px;transition:gap .3s ease}.samaroh-story__link:hover{gap:14px}.samaroh-story__link:after{content:"\2192";transition:transform .3s ease}.samaroh-story__link:hover:after{transform:translate(3px)}.collection-hero__title{font-family:var(--font-heading);font-size:clamp(2rem,4vw,3.2rem);font-weight:300;letter-spacing:.1em;text-transform:uppercase}.collection-hero__description{font-size:1.15rem;line-height:1.7;max-width:600px;margin:0 auto;color:var(--color-text-muted);font-style:italic}.facets-container{border-bottom:1px solid var(--color-border-light);padding-bottom:16px}.facets__label,.facets__summary{font-family:var(--font-body);font-size:.92rem;letter-spacing:.08em;text-transform:uppercase}.collection-product-count{font-family:var(--font-body);font-size:.92rem;letter-spacing:.06em;color:var(--color-text-muted)}.collection-section-title{font-family:var(--font-heading);font-size:clamp(1.6rem,3vw,2.4rem);text-align:center;font-weight:300;letter-spacing:.08em;margin-bottom:8px}.collection-section-desc{text-align:center;max-width:600px;margin:0 auto 40px;font-size:.9rem;line-height:1.7;color:var(--color-text-muted);font-style:italic}.multicolumn .multicolumn-card__info .h3{font-family:var(--font-heading);letter-spacing:.08em;text-transform:uppercase;font-size:1.1rem;color:var(--color-burgundy)}.multicolumn .multicolumn-card__info .rte{font-size:1.15rem;line-height:1.7}.rich-text .rich-text__heading,.rich-text h2{font-family:var(--font-heading);font-weight:300;letter-spacing:.08em}.rich-text .rich-text__text,.rich-text .rte{font-family:var(--font-body);font-size:1.15rem;line-height:1.8;max-width:680px;margin-left:auto;margin-right:auto}.rich-text .rich-text__text p{font-size:1.15rem}.image-with-text h2,.image-with-text .image-with-text__heading{font-family:var(--font-heading);font-size:clamp(1.6rem,3vw,2.4rem);font-weight:400;letter-spacing:.06em;line-height:1.2;margin-bottom:16px}.image-with-text .rte,.image-with-text .image-with-text__text{font-family:var(--font-body);font-size:1.15rem;line-height:1.8;color:var(--color-text-muted)}.image-with-text .image-with-text__text p+p{margin-top:12px}.product__title,.product__title .h1,.product__title h1,.product__title h2,.product__title h2.h1{font-family:var(--font-heading)!important;font-size:22px!important;font-weight:400!important;letter-spacing:.05em;line-height:1.25}.product__info-wrapper .price,.product__info-wrapper .price-item,.product__info-wrapper .price--large,.product__info-wrapper .price--large .price-item,.product__info-wrapper .price .price-item--regular,.product__info-wrapper .price .price-item--sale{font-family:var(--font-body)!important;font-size:15px!important;letter-spacing:.02em;font-weight:400!important}.product__info-wrapper .price--on-sale .price-item--regular{text-decoration:none;color:inherit}.product__info-wrapper .badge{display:none}.product__info-wrapper .product__text.caption-with-letter-spacing{font-size:10px!important;letter-spacing:.12em;color:var(--color-burgundy)!important;font-weight:500}.product__info-wrapper .product__tax,.product__info-wrapper .installment{display:none!important}.product__info-wrapper .product-form__text--subtitle{font-family:var(--font-body);font-style:italic;color:var(--color-text-muted);font-size:13px!important;line-height:1.6}.product__info-wrapper .product__text.subtitle{font-style:normal!important;font-size:12px!important;background:var(--color-bg-warm, #F5F0EB);padding:10px 14px;border-left:2px solid var(--color-gold, #C4A265);color:var(--color-text-dark, #2D2A26);margin:8px 0}.product__info-wrapper .product__text,.product__info-wrapper .product__text.inline-richtext,.product__info-wrapper .product__text p,.product__info-wrapper .rte,.product__info-wrapper .rte p{font-size:13px!important;line-height:1.7}.product__info-wrapper .product-form__text--subtitle:last-of-type{font-style:normal;font-size:11px!important;letter-spacing:.04em;color:var(--color-gold);border-top:1px solid var(--color-border-light);border-bottom:1px solid var(--color-border-light);padding:12px 0;margin:8px 0;text-align:center}.product-form__input .form__label{font-family:var(--font-body)!important;font-size:11px!important;letter-spacing:.08em;text-transform:uppercase;font-weight:400}.product__info-wrapper .accordion__title{font-family:var(--font-heading)!important;font-size:14px!important;letter-spacing:.04em;font-weight:400}.product__info-wrapper .accordion__content .rte{font-size:13px!important;line-height:1.75;color:var(--color-text-muted)}.product-popup-modal__opener{font-family:var(--font-body);font-size:12px!important;letter-spacing:.06em;color:var(--color-gold)}.product-form__submit{font-family:var(--font-body)!important;letter-spacing:.14em;text-transform:uppercase;font-size:12px!important;font-weight:400}.product__media-wrapper .product__media{border-radius:0;border:none;box-shadow:none}.related-products .related-products__heading{font-family:var(--font-heading);letter-spacing:.06em;font-weight:400}.related-products .related-products__heading:after{content:"";display:block;width:50px;height:2px;background:linear-gradient(90deg,var(--color-burgundy),var(--color-gold));margin:14px auto 0}.sticky-atc{position:fixed;bottom:0;left:0;right:0;z-index:200;background:var(--color-bg-dark, #1a1816);padding:12px 24px;display:flex;align-items:center;justify-content:space-between;gap:16px;transform:translateY(100%);transition:transform .4s cubic-bezier(.16,1,.3,1);border-top:1px solid rgba(196,162,101,.2)}.sticky-atc.is-visible{transform:translateY(0)}.sticky-atc__info{display:flex;flex-direction:column;gap:2px;min-width:0}.sticky-atc__title{font-family:var(--font-heading);font-size:14px;color:var(--color-text-light, #F5F0EB);letter-spacing:.04em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sticky-atc__price{font-family:var(--font-body);font-size:12px;color:#f5f0eb99}.sticky-atc__button{font-family:var(--font-body);font-size:11px;letter-spacing:.14em;text-transform:uppercase;background:var(--color-gold, #C4A265);color:var(--color-bg-dark, #1a1816);border:none;padding:12px 28px;cursor:pointer;white-space:nowrap;transition:opacity .3s ease;flex-shrink:0}.sticky-atc__button:hover{opacity:.9}.sticky-atc__button:disabled{opacity:.4;cursor:not-allowed}@media screen and (max-width:749px){.sticky-atc{padding:10px 16px}.sticky-atc__title{font-size:12px}.sticky-atc__button{padding:12px 20px}}.bundler-target-element-volume-discounts{font-family:var(--font-body)!important;font-size:13px!important;margin:0!important;padding:0!important}.bndlr-volume-description{margin:0!important}.bundler-target-element-volume-discounts *{font-family:var(--font-body)!important}.bundler-target-element-volume-discounts h1,.bundler-target-element-volume-discounts h2,.bundler-target-element-volume-discounts h3,.bundler-target-element-volume-discounts h4{font-family:var(--font-heading)!important;font-weight:400!important;letter-spacing:.04em;font-size:14px!important}.bundler-target-element-volume-discounts s,.bundler-target-element-volume-discounts del{color:var(--color-text-muted)!important;font-size:12px!important}.bundler-target-element-volume-discounts button,.bundler-target-element-volume-discounts .btn,.bundler-target-element-volume-discounts [class*=btn]{font-family:var(--font-body)!important;font-size:12px!important;letter-spacing:.1em;text-transform:uppercase}.collapsible-content .accordion__title{font-family:var(--font-heading);letter-spacing:.03em;font-size:1.15rem}.shopify-section-group-header-group{position:relative;z-index:100}.header-wrapper--transparent{background:#1a18164d;border-bottom:none;color:#f5f0eb;transition:background .4s ease}.header-wrapper--transparent .header__heading-link,.header-wrapper--transparent .header__menu-item,.header-wrapper--transparent .header__icon{color:#f5f0eb}.scrolled-past-header .header-wrapper--transparent{background:#1a1816!important}.header{border-bottom:none;padding-top:6px!important;padding-bottom:6px!important}.header__heading-logo-wrapper{width:60px!important}.samaroh-hero-section{margin-top:-100px}.header__heading-link{font-family:var(--font-heading);letter-spacing:.2em;font-weight:400}.header__menu-item span{font-family:var(--font-body);text-transform:uppercase;font-size:.92rem;letter-spacing:.12em;font-weight:400}.header__menu-item span{background-image:linear-gradient(var(--color-gold),var(--color-gold));background-size:0% 1px;background-position:left bottom;background-repeat:no-repeat;transition:background-size .35s ease;padding-bottom:2px}.header__menu-item:hover span{background-size:100% 1px}.footer{border-top:2px solid var(--color-burgundy)}.footer-block__heading,.footer .footer-block__heading,.footer .h4{font-family:var(--font-heading)!important;letter-spacing:.08em;font-size:13px!important;font-weight:400!important}.footer-block .footer-block__details-content .rte,.footer .footer-block .rte,.footer .footer-block .rte p{font-size:11px!important;line-height:1.7;opacity:.7}.footer-block:first-child{flex:2!important}.footer-block:last-child{flex:1!important}.footer-block .footer-block__details-content .rte a{color:var(--color-gold)!important;text-decoration:none}.footer-block .footer-block__details-content .rte a:hover{text-decoration:underline}.footer-block .list-menu .list-menu__item--link{font-family:var(--font-body);font-size:12px!important;letter-spacing:.04em;opacity:.7;transition:opacity .3s ease}.footer-block .list-menu .list-menu__item--link:hover{opacity:1}.footer__payment .list-payment{opacity:.6}.footer__content-bottom .copyright{font-size:10px!important;letter-spacing:.06em;opacity:.4}.footer__content-bottom a[href*=shopify]{display:none!important}.footer .policies .policy__item{font-size:10px!important;opacity:.5}.announcement-bar__message{font-family:var(--font-body);letter-spacing:.1em;text-transform:uppercase;font-size:.92rem}.section-template--padding{padding-top:clamp(40px,6vw,80px);padding-bottom:clamp(40px,6vw,80px)}@media screen and (max-width:749px){.samaroh-hero{height:75vh;min-height:450px}.samaroh-hero__brand{letter-spacing:.18em}.samaroh-hero__actions{flex-direction:column;align-items:center}.samaroh-btn{padding:13px 32px;font-size:.92rem;width:100%;max-width:280px;text-align:center}.samaroh-story__grid{grid-template-columns:1fr;gap:30px;padding:0 20px}.samaroh-story__heading{font-size:1.6rem}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/samaroh-custom.css.map */
