:root{--color-bg: #faf6ee;--color-bg-alt: #f5ece0;--color-surface: #ffffff;--color-black: #1a1714;--color-text: #2b2521;--color-text-light: #6f655c;--color-text-muted: #9a8f84;--color-border: #e9e0d3;--color-gold: #b8860b;--color-gold-dark: #93690a;--color-gold-light: #d9a441;--color-star: #e2a930;--color-sale: #c0392b;--color-success: #3c8a4c;--color-badge-sale: #c0392b;--font-serif: "Playfair Display", Georgia, serif;--font-sans: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--container-width: 1200px;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 16px;--transition: .25s ease;--shadow-card: 0 2px 10px rgba(26, 23, 20, .06);--shadow-card-hover: 0 8px 24px rgba(26, 23, 20, .12)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-sans);color:var(--color-text);background:var(--color-bg);line-height:1.5;-webkit-font-smoothing:antialiased}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}ul,ol{list-style:none}button,input,select{font:inherit;color:inherit}button{cursor:pointer;background:none;border:none}h1,h2,h3,h4{font-family:var(--font-serif);font-weight:600;line-height:1.25;color:var(--color-black)}.container{width:100%;max-width:var(--container-width);margin-inline:auto;padding-inline:24px}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.section-heading{text-align:center;margin-bottom:40px}.section-heading__eyebrow{display:block;font-size:.75rem;letter-spacing:.15em;color:var(--color-gold);margin-bottom:8px}.section-heading h2{font-size:2rem;display:inline-flex;align-items:center;gap:16px}.section-heading h2:before,.section-heading h2:after{content:"";width:40px;height:1px;background:var(--color-gold-light)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 32px;font-size:.85rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;border-radius:var(--radius-sm);border:1px solid transparent;transition:var(--transition);white-space:nowrap}.btn-primary{background:var(--color-gold);color:#fff}.btn-primary:hover{background:var(--color-gold-dark)}.btn-outline{background:transparent;border-color:var(--color-gold);color:var(--color-gold)}.btn-outline:hover{background:var(--color-gold);color:#fff}.btn-dark{background:var(--color-black);color:#fff}.btn-dark:hover{background:#000}.btn-block{width:100%}.topbar{background:var(--color-black);color:#f1ece3}.topbar__inner{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-block:10px;font-size:.75rem;letter-spacing:.03em}.topbar__item{display:inline-flex;align-items:center;gap:6px;white-space:nowrap}.topbar__item svg{width:14px;height:14px;stroke:var(--color-gold-light);flex-shrink:0}.topbar__center{flex:1;text-align:center}@media(max-width:768px){.topbar__inner{justify-content:center}.topbar__left,.topbar__right{display:none}}.site-header{background:var(--color-surface);border-bottom:1px solid var(--color-border);position:relative;z-index:50}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:24px;padding-block:18px}.logo{font-family:var(--font-serif);text-align:center;line-height:1.1}.logo a{display:flex;align-items:center;justify-content:center}div#shopify-section-orniva-header .logo{position:relative;width:141px;display:block;max-width:224px;max-height:132px;height:35px}div#shopify-section-orniva-header .logo img{display:block;width:auto;height:auto;max-width:224px;max-height:130px;margin-top:26px;position:absolute;right:0;top:-44px;z-index:5}.logo__mark{font-size:1.6rem;font-weight:700;color:var(--color-gold);letter-spacing:.08em}.logo__tagline{display:block;font-family:var(--font-sans);font-size:.6rem;letter-spacing:.2em;color:var(--color-text-light);text-transform:uppercase;margin-top:2px}.main-nav__list{display:flex;align-items:center;gap:30px;font-size:.82rem;font-weight:500;letter-spacing:.04em}.main-nav__list a{display:inline-flex;align-items:center;gap:4px;padding-block:6px;position:relative}.main-nav__list a.is-active{color:var(--color-gold)}.main-nav__list a.is-active:after{content:"";position:absolute;left:0;right:0;bottom:-6px;height:2px;background:var(--color-gold)}.main-nav__list a:hover{color:var(--color-gold)}.main-nav__list svg{width:12px;height:12px}.header-icons{display:flex;align-items:center;gap:20px}.header-icons a{position:relative;display:inline-flex}.header-icons svg{width:20px;height:20px;stroke:var(--color-black)}.header-icons .cart-count{position:absolute;top:-8px;right:-8px;background:var(--color-gold);color:#fff;font-size:.6rem;font-weight:700;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center}.nav-toggle{display:none;flex-direction:column;gap:5px;padding:4px}.nav-toggle span{width:24px;height:2px;background:var(--color-black)}@media(max-width:992px){.main-nav{position:fixed;inset:0 0 0 auto;width:min(320px,85%);background:var(--color-surface);transform:translate(100%);transition:transform var(--transition);padding:90px 28px 28px;overflow-y:auto;box-shadow:-8px 0 30px #00000026}.main-nav.is-open{transform:translate(0)}.main-nav__list{flex-direction:column;align-items:flex-start;gap:22px}.nav-toggle{display:flex}.nav-backdrop{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:40}.nav-backdrop.is-open{display:block}}@media(max-width:560px){.header-icons{gap:14px}.logo__mark{font-size:1.25rem}div#shopify-section-orniva-header .logo img{max-width:140px;max-height:84px}}.feature-strip{background:var(--color-bg-alt);border-block:1px solid var(--color-border)}.feature-strip__inner{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;padding-block:28px}.feature-item{display:flex;align-items:center;gap:14px;justify-content:center;text-align:left}.feature-item svg{width:30px;height:30px;stroke:var(--color-gold);flex-shrink:0}.feature-item__title{font-size:.85rem;font-weight:600;color:var(--color-black)}.feature-item__desc{font-size:.75rem;color:var(--color-text-light)}@media(max-width:768px){.feature-strip__inner{grid-template-columns:repeat(2,1fr)}.feature-item{justify-content:flex-start}}@media(max-width:480px){.feature-item svg{width:24px;height:24px}.feature-item__title{font-size:.78rem}.feature-item__desc{font-size:.68rem}}.ph-img{position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(135deg,#f3e6cf,#e8d3ab 45%,#d9b877)}.ph-img svg{width:42%;height:42%;stroke:#fff;opacity:.85}.ph-img img{width:100%;height:100%;object-fit:cover}.ph-img--soft{background:linear-gradient(135deg,#f8efe0,#eeddc0)}.ph-img--dark{background:linear-gradient(135deg,#ded0b3,#c7a86e)}.product-carousel{position:relative}.product-carousel__track{display:grid;grid-template-columns:repeat(5,1fr);gap:24px}.product-section__cta{text-align:center;margin-top:36px}@media(max-width:1200px){.product-carousel__track{grid-template-columns:repeat(4,1fr)}}@media(max-width:900px){.product-carousel__track{grid-template-columns:repeat(3,1fr)}}@media(max-width:640px){.product-carousel__track{grid-template-columns:repeat(2,1fr);gap:16px}}.product-card{position:relative;background:var(--color-surface);border-radius:var(--radius-md);overflow:hidden;transition:box-shadow var(--transition),transform var(--transition)}.product-card:hover{box-shadow:var(--shadow-card-hover);transform:translateY(-4px)}.product-card__media{display:block;position:relative;aspect-ratio:1 / 1}.product-card__badge{position:absolute;top:12px;left:12px;z-index:2;font-size:.62rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;padding:5px 10px;border-radius:3px;color:#fff;background:var(--color-black)}.product-card__badge--sale{background:var(--color-sale)}.product-card__wishlist{position:absolute;top:12px;right:12px;z-index:2;width:32px;height:32px;border-radius:50%;background:#ffffffe6;display:flex;align-items:center;justify-content:center;transition:var(--transition)}.product-card__wishlist svg{width:16px;height:16px;stroke:var(--color-black)}.product-card__wishlist:hover svg{stroke:var(--color-sale)}.product-card__add-to-cart{position:absolute;bottom:12px;right:12px;z-index:2;width:36px;height:36px;border-radius:50%;background:var(--color-black);color:#fff;display:flex;align-items:center;justify-content:center;opacity:0;transform:translateY(6px);transition:var(--transition)}.product-card:hover .product-card__add-to-cart{opacity:1;transform:translateY(0)}.product-card__add-to-cart svg{width:16px;height:16px}.product-card__add-to-cart:hover{background:var(--color-gold)}.product-card__add-to-cart.is-loading{opacity:.6;pointer-events:none}@media(max-width:768px){.product-card__add-to-cart{opacity:1;transform:none}}.product-card__body{padding:14px 4px 4px}.product-card__promo{display:inline-block;max-width:100%;font-size:.68rem;font-weight:700;letter-spacing:.02em;color:var(--color-gold-dark);background:var(--color-bg-alt);border:1px solid var(--color-gold-light);border-radius:var(--radius-sm);padding:3px 8px;margin-bottom:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-card__title{font-size:.9rem;font-weight:500;line-height:1.4;color:var(--color-black);margin-bottom:8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__price{display:flex;align-items:baseline;gap:8px;font-weight:600;margin-bottom:6px}.product-card__price .price-now{color:var(--color-black)}.product-card__price .price-old{font-size:.8rem;font-weight:400;color:var(--color-text-muted);text-decoration:line-through}.rating{display:flex;align-items:center;gap:6px;font-size:.75rem;color:var(--color-text-light)}.rating__stars{display:inline-flex;gap:2px}.rating__stars svg{width:13px;height:13px;fill:var(--color-star);stroke:var(--color-star)}.rating__stars svg.is-empty{fill:none;stroke:var(--color-border)}.breadcrumb{padding-block:18px;font-size:.8rem;color:var(--color-text-light)}.breadcrumb ol{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.breadcrumb a:hover{color:var(--color-gold)}.breadcrumb li[aria-current]{color:var(--color-black)}.newsletter{background:var(--color-bg-alt)}.newsletter__inner{display:flex;align-items:center;justify-content:space-between;gap:24px;padding-block:36px;flex-wrap:wrap}.newsletter__copy h2{font-size:1.5rem;margin-bottom:6px}.newsletter__copy p{font-size:.85rem;color:var(--color-text-light);max-width:40ch}.newsletter__form{display:flex;flex:1;max-width:420px;min-width:260px}.newsletter__form input{flex:1;padding:14px 18px;border:1px solid var(--color-border);border-radius:var(--radius-sm) 0 0 var(--radius-sm);background:#fff;font-size:.85rem}.newsletter__form button{padding-inline:22px;background:var(--color-gold);color:#fff;border-radius:0 var(--radius-sm) var(--radius-sm) 0;font-weight:600;transition:var(--transition)}.newsletter__form button:hover{background:var(--color-gold-dark)}@media(max-width:768px){.newsletter__inner{flex-direction:column;text-align:center}.newsletter__form{max-width:100%;width:100%}}@media(max-width:767px){.newsletter__form{display:flex;flex:1;max-width:420px;flex-wrap:wrap;min-width:260px}.newsletter__form button{padding-inline:22px;background:var(--color-gold);width:100%;padding:12px;margin-top:11px;color:#fff;border-radius:0 var(--radius-sm) var(--radius-sm) 0;font-weight:600;transition:var(--transition)}}.site-footer{background:var(--color-black);color:#cfc7ba}.site-footer__top{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:32px;padding-block:48px 32px}.footer-brand .logo__mark{color:var(--color-gold-light)}.footer-brand .logo__tagline{color:#a79e92}.footer-brand .logo img{display:block;width:auto;height:auto;max-width:160px;max-height:56px}.footer-brand p{font-size:.8rem;color:#a79e92;margin-block:14px 18px;max-width:32ch}.footer-brand__socials{display:flex;gap:10px}.footer-brand__socials a{width:34px;height:34px;border:1px solid #4a443d;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:var(--transition)}.footer-brand__socials a:hover{background:var(--color-gold);border-color:var(--color-gold)}.footer-brand__socials svg{width:15px;height:15px;stroke:#cfc7ba}.footer-col h3{font-family:var(--font-sans);font-size:.82rem;letter-spacing:.08em;text-transform:uppercase;color:#fff;margin-bottom:18px}.footer-col ul{display:flex;flex-direction:column;gap:12px;font-size:.82rem}.footer-col a:hover{color:var(--color-gold-light)}.footer-newsletter p{font-size:.8rem;color:#a79e92;margin-bottom:16px}.footer-newsletter__form{display:flex}.footer-newsletter__form input{flex:1;min-width:0;padding:12px 14px;background:#262220;border:1px solid #4a443d;border-radius:var(--radius-sm) 0 0 var(--radius-sm);color:#fff;font-size:.82rem}.footer-newsletter__form button{padding-inline:16px;background:var(--color-gold);border-radius:0 var(--radius-sm) var(--radius-sm) 0}.footer-newsletter__form svg{width:16px;height:16px;stroke:#fff}.site-footer__bottom{border-top:1px solid #362f29;padding-block:20px;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;font-size:.75rem;color:#8b8177}.payment-icons{display:flex;gap:8px;flex-wrap:wrap}.payment-icons span{padding:5px 10px;border:1px solid #4a443d;border-radius:4px;font-size:.68rem;font-weight:600;letter-spacing:.03em;color:#cfc7ba}@media(max-width:992px){.site-footer__top{grid-template-columns:1fr 1fr}}@media(max-width:560px){.site-footer__top{grid-template-columns:1fr;text-align:center}.footer-brand__socials{justify-content:center}.footer-newsletter__form{max-width:340px;margin-inline:auto}.site-footer__bottom{justify-content:center;text-align:center}}.trust-row{display:flex;align-items:center;gap:22px;flex-wrap:wrap}.trust-row__item{display:flex;align-items:center;gap:6px;font-size:.75rem;color:var(--color-text-light)}.trust-row__item svg{width:18px;height:18px;stroke:var(--color-gold)}.promo-banner{display:flex;align-items:center;gap:10px;background:var(--color-bg-alt);border:1px solid var(--color-gold-light);border-radius:var(--radius-sm);padding:12px 14px;font-size:.82rem;font-weight:600;color:var(--color-gold-dark);margin-bottom:20px}.promo-banner svg{width:18px;height:18px;stroke:var(--color-gold);flex-shrink:0}
/*# sourceMappingURL=/cdn/shop/t/2/assets/orniva-base.css.map */
