:root{--color-emerald-deep: #0e3b2e;--color-emerald: #14543f;--color-gold: #c7a14a;--color-gold-light: #e4cd8f;--color-ivory: #f8f4ec;--color-sand: #ede6d6;--color-charcoal: #1b1b19;--color-white: #ffffff;--color-sage: #8aa295;--color-error: #b42318;--color-success: #0e3b2e;--font-display: "Fraunces", "Cormorant Garamond", Georgia, serif;--font-body: "Manrope", system-ui, -apple-system, sans-serif;--space-xs: .5rem;--space-sm: 1rem;--space-md: 2rem;--space-lg: 4rem;--space-xl: 6.5rem;--container-max: 1200px;--container-pad: clamp(1.15rem, 4vw, 2.5rem);--radius-sm: 8px;--radius-md: 14px;--radius-lg: 24px;--radius-pill: 999px;--shadow-sm: 0 4px 16px rgba(14, 59, 46, .08);--shadow-md: 0 12px 40px rgba(14, 59, 46, .12);--shadow-gold: 0 12px 32px rgba(199, 161, 74, .28);--header-height: 72px;--ease: cubic-bezier(.25, .46, .45, .94);--transition: .28s var(--ease);--z-header: 100;--z-drawer: 200;--z-float: 150}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-body);font-size:1rem;line-height:1.65;color:var(--color-charcoal);background:var(--color-ivory);overflow-x:hidden;min-height:100vh}body.overflow-hidden{overflow:hidden}img,video{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit;transition:var(--transition)}ul{list-style:none}button{cursor:pointer;border:none;background:none;font-family:inherit;color:inherit}input,textarea,select{font-family:inherit;font-size:1rem}h1,h2,h3,h4,h5{font-family:var(--font-display);font-weight:500;line-height:1.18;letter-spacing:-.02em}h1{font-size:clamp(2.1rem,5vw,3.75rem)}h2{font-size:clamp(1.55rem,3vw,2.5rem)}h3{font-size:clamp(1.15rem,2vw,1.5rem)}p{max-width:68ch}em{font-style:italic;color:var(--color-gold)}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:absolute;left:-999px;top:0;z-index:9999;background:var(--color-gold);color:var(--color-emerald-deep);padding:.75rem 1.25rem;font-weight:600}.skip-link:focus{left:1rem;top:1rem}.container{width:100%;max-width:var(--container-max);margin-inline:auto;padding-inline:var(--container-pad)}.section{padding-block:var(--space-xl)}.section--sm{padding-block:var(--space-lg)}.section--dark{background:var(--color-emerald-deep);color:var(--color-white)}.section--sand{background:var(--color-sand)}.section--emerald{background:var(--color-emerald);color:var(--color-white)}.eyebrow{font-size:.72rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--color-gold);display:block;margin-bottom:.9rem}.section-header{text-align:center;margin-bottom:clamp(2rem,4vw,3.25rem)}.section-header p{margin:.85rem auto 0;color:var(--color-sage);max-width:42rem}.section--dark .section-header p{color:#ffffffb8}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;padding:.95rem 1.85rem;border-radius:var(--radius-pill);font-family:var(--font-body);font-size:.9rem;font-weight:600;letter-spacing:.03em;transition:var(--transition);white-space:nowrap;border:1.5px solid transparent;line-height:1.2;text-align:center}.btn:disabled{opacity:.55;cursor:not-allowed;transform:none!important}.btn-primary{background:var(--color-gold);color:var(--color-emerald-deep)}.btn-primary:hover:not(:disabled){background:var(--color-gold-light);transform:translateY(-2px);box-shadow:var(--shadow-gold)}.btn-secondary{background:var(--color-emerald);color:var(--color-white)}.btn-secondary:hover:not(:disabled){background:var(--color-emerald-deep);transform:translateY(-2px)}.btn-outline{background:transparent;color:var(--color-white);border-color:#fff6}.btn-outline:hover:not(:disabled){border-color:var(--color-gold);color:var(--color-gold);transform:translateY(-2px)}.btn-outline-dark{background:transparent;color:var(--color-emerald-deep);border-color:#0e3b2e40}.btn-outline-dark:hover:not(:disabled){border-color:var(--color-emerald);background:#0e3b2e0a;transform:translateY(-2px)}.btn-full{width:100%}.btn-sm{padding:.65rem 1.15rem;font-size:.82rem}.announcement-bar{background:var(--color-emerald-deep);color:var(--color-gold-light);text-align:center;font-size:.78rem;font-weight:600;letter-spacing:.06em;padding:.55rem var(--container-pad)}.announcement-bar a:hover{color:var(--color-gold)}.site-header{background:#f8f4eceb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(14,59,46,.08);z-index:var(--z-header)}.site-header.is-sticky{position:sticky;top:0}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:var(--header-height)}.header-logo{display:flex;align-items:center;gap:.65rem;font-family:var(--font-display);font-size:1.45rem;font-weight:500;color:var(--color-emerald-deep);letter-spacing:-.02em;z-index:2}.header-logo img{height:auto;width:auto;max-height:44px}.header-logo__text span{color:var(--color-gold)}.header-nav{display:none}.header-nav__list{display:flex;align-items:center;gap:.25rem}.header-nav a{padding:.5rem .9rem;font-size:.9rem;font-weight:500;color:var(--color-charcoal);border-radius:var(--radius-pill)}.header-nav a:hover,.header-nav a[aria-current=page]{color:var(--color-emerald);background:#14543f14}.header-actions{display:flex;align-items:center;gap:.35rem;z-index:2}.header-icon-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;color:var(--color-emerald-deep);transition:var(--transition)}.header-icon-btn:hover{background:#14543f14}.cart-count-bubble{position:absolute;top:4px;right:2px;min-width:18px;height:18px;padding:0 5px;border-radius:var(--radius-pill);background:var(--color-gold);color:var(--color-emerald-deep);font-size:.68rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center;line-height:1}.cart-count-bubble:empty,.cart-count-bubble[data-count="0"]{display:none}.menu-toggle{display:inline-flex}@media(min-width:900px){.header-nav{display:block}.menu-toggle{display:none}}.mobile-nav{position:fixed;top:0;right:0;bottom:0;left:0;z-index:calc(var(--z-header) + 10);pointer-events:none}.mobile-nav.is-open{pointer-events:auto}.mobile-nav__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0e3b2e73;opacity:0;transition:opacity .3s var(--ease)}.mobile-nav.is-open .mobile-nav__overlay{opacity:1}.mobile-nav__panel{position:absolute;top:0;right:0;width:min(340px,88vw);height:100%;background:var(--color-ivory);padding:1.25rem 1.5rem 2rem;transform:translate(100%);transition:transform .35s var(--ease);display:flex;flex-direction:column;gap:1.5rem;box-shadow:var(--shadow-md)}.mobile-nav.is-open .mobile-nav__panel{transform:translate(0)}.mobile-nav__top{display:flex;justify-content:space-between;align-items:center}.mobile-nav__list a{display:block;padding:.85rem 0;font-size:1.1rem;font-weight:500;border-bottom:1px solid rgba(14,59,46,.08);color:var(--color-emerald-deep)}.mobile-nav__list a:hover{color:var(--color-gold)}.hero{position:relative;background:linear-gradient(145deg,var(--color-emerald-deep) 0%,#0a2a20 55%,#123d30 100%);color:var(--color-white);overflow:hidden;padding-block:clamp(3rem,8vw,6rem)}.hero:before{content:"";position:absolute;width:520px;height:520px;right:-80px;top:-80px;background:radial-gradient(circle,rgba(199,161,74,.18) 0%,transparent 70%);pointer-events:none}.hero-inner{display:grid;gap:2.5rem;align-items:center}@media(min-width:900px){.hero-inner{grid-template-columns:1.05fr .95fr;gap:3rem}}.hero-title em{color:var(--color-gold-light)}.hero-subtitle{margin-top:1.15rem;color:#ffffffc7;font-size:1.05rem;max-width:36rem}.hero-ctas{display:flex;flex-wrap:wrap;gap:.85rem;margin-top:1.75rem}.hero-image{position:relative;justify-self:center;width:100%;max-width:480px}.hero-image img{width:100%;border-radius:var(--radius-lg);object-fit:cover;box-shadow:0 30px 60px #00000059}.hero-glow{position:absolute;top:10%;right:5%;bottom:10%;left:5%;background:radial-gradient(circle,rgba(199,161,74,.25),transparent 70%);filter:blur(30px);z-index:-1}.trust-strip{background:var(--color-sand);border-bottom:1px solid rgba(14,59,46,.06)}.trust-strip__list{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;padding-block:1.25rem}@media(min-width:768px){.trust-strip__list{grid-template-columns:repeat(4,1fr)}}.trust-strip__item{display:flex;align-items:center;gap:.65rem;font-size:.88rem;font-weight:600;color:var(--color-emerald-deep)}.trust-strip__icon{width:36px;height:36px;border-radius:50%;background:#14543f1a;color:var(--color-emerald);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;font-size:.95rem}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(min-width:700px){.product-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media(min-width:1000px){.product-grid--4{grid-template-columns:repeat(4,1fr)}}.product-card{background:var(--color-white);border-radius:var(--radius-md);overflow:hidden;border:1px solid rgba(14,59,46,.07);transition:var(--transition);height:100%;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:#c7a14a59}.product-card__media{position:relative;aspect-ratio:1 / 1;background:var(--color-sand);overflow:hidden}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .5s var(--ease)}.product-card:hover .product-card__media img{transform:scale(1.04)}.product-card__badge{position:absolute;top:.75rem;left:.75rem;background:var(--color-gold);color:var(--color-emerald-deep);font-size:.68rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:.3rem .6rem;border-radius:var(--radius-pill)}.product-card__badge--sold{background:var(--color-charcoal);color:var(--color-white)}.product-card__body{padding:1rem 1.05rem 1.2rem;display:flex;flex-direction:column;gap:.35rem;flex:1}.product-card__tier{font-size:.7rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--color-gold)}.product-card__title{font-family:var(--font-display);font-size:1.1rem;font-weight:500;color:var(--color-emerald-deep);line-height:1.25}.product-card__desc{font-size:.85rem;color:var(--color-sage);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__footer{margin-top:auto;padding-top:.75rem;display:flex;align-items:center;justify-content:space-between;gap:.5rem}.product-card .price{font-weight:700;color:var(--color-emerald-deep);font-size:.95rem}.product-card__link{font-size:.82rem;font-weight:600;color:var(--color-gold)}.product-card__link:hover{color:var(--color-emerald)}.split-section{display:grid;gap:2.5rem;align-items:center}@media(min-width:900px){.split-section{grid-template-columns:1fr 1fr;gap:4rem}.split-section--reverse .split-section__media{order:2}}.split-section__media img{width:100%;border-radius:var(--radius-lg);object-fit:cover;aspect-ratio:4/5;max-height:560px}.split-section__content .btn{margin-top:1.5rem}.split-section__content p{margin-top:1rem;color:var(--color-sage)}.features-grid{display:grid;gap:1.25rem;grid-template-columns:1fr}@media(min-width:700px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1000px){.features-grid{grid-template-columns:repeat(4,1fr)}}.feature-card{background:var(--color-white);border-radius:var(--radius-md);padding:1.5rem 1.35rem;border:1px solid rgba(14,59,46,.07);height:100%}.feature-card__icon{width:44px;height:44px;border-radius:12px;background:#14543f1a;color:var(--color-emerald);display:flex;align-items:center;justify-content:center;font-size:1.2rem;margin-bottom:1rem}.feature-card h3{font-size:1.15rem;color:var(--color-emerald-deep);margin-bottom:.5rem}.feature-card p{font-size:.92rem;color:var(--color-sage)}.testimonials-grid{display:grid;gap:1.25rem}@media(min-width:800px){.testimonials-grid{grid-template-columns:repeat(3,1fr)}}.testimonial-card{background:var(--color-white);border-radius:var(--radius-md);padding:1.5rem;border:1px solid rgba(14,59,46,.07);height:100%;display:flex;flex-direction:column}.testimonial-card__stars{color:var(--color-gold);letter-spacing:.08em;margin-bottom:.85rem;font-size:.95rem}.testimonial-card__quote{font-size:.95rem;color:var(--color-charcoal);flex:1;max-width:none}.testimonial-card__author{margin-top:1.25rem;display:flex;align-items:center;gap:.75rem}.testimonial-card__avatar{width:40px;height:40px;border-radius:50%;background:var(--color-emerald);color:var(--color-gold-light);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem}.testimonial-card__name{font-weight:600;font-size:.92rem;color:var(--color-emerald-deep)}.testimonial-card__meta{font-size:.78rem;color:var(--color-sage)}.cta-banner{text-align:center}.cta-banner p{margin:1rem auto 0;color:#ffffffbf}.cta-banner__actions{display:flex;flex-wrap:wrap;gap:.85rem;justify-content:center;margin-top:1.75rem}.product-page{padding-block:clamp(2rem,5vw,3.5rem)}.product-page__grid{display:grid;gap:2rem}@media(min-width:900px){.product-page__grid{grid-template-columns:1.05fr .95fr;gap:3.5rem;align-items:start}}.product-gallery{position:sticky;top:calc(var(--header-height) + 1rem)}.product-gallery__main{border-radius:var(--radius-lg);overflow:hidden;background:var(--color-sand);aspect-ratio:1}.product-gallery__main img{width:100%;height:100%;object-fit:cover}.product-gallery__thumbs{display:flex;gap:.6rem;margin-top:.75rem;overflow-x:auto;padding-bottom:.25rem}.product-gallery__thumb{flex:0 0 72px;width:72px;height:72px;border-radius:var(--radius-sm);overflow:hidden;border:2px solid transparent;opacity:.75;cursor:pointer;background:var(--color-sand);padding:0}.product-gallery__thumb.is-active,.product-gallery__thumb:hover{border-color:var(--color-gold);opacity:1}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.product-info .eyebrow{margin-bottom:.5rem}.product-info__title{color:var(--color-emerald-deep);margin-bottom:.75rem}.product-info .price{font-size:1.35rem;font-weight:700;color:var(--color-emerald-deep);margin-bottom:1rem}.price--on-sale .price__sale{display:flex;align-items:baseline;gap:.65rem}.price--on-sale .price__regular{display:none}.price-item--sale{color:var(--color-emerald-deep)}.price--on-sale s{color:var(--color-sage);font-size:.95rem;font-weight:500}.product-info__desc{color:var(--color-sage);margin-bottom:1.5rem}.product-form{display:flex;flex-direction:column;gap:1rem}.product-form__options{display:flex;flex-direction:column;gap:.85rem}.product-option label{display:block;font-size:.8rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;margin-bottom:.4rem;color:var(--color-emerald-deep)}.product-option select{width:100%;padding:.8rem 1rem;border-radius:var(--radius-sm);border:1.5px solid rgba(14,59,46,.15);background:var(--color-white);color:var(--color-charcoal)}.quantity-row{display:flex;align-items:center;gap:1rem}.quantity-selector{display:inline-flex;align-items:center;border:1.5px solid rgba(14,59,46,.15);border-radius:var(--radius-pill);overflow:hidden;background:var(--color-white)}.quantity-selector button{width:40px;height:42px;font-size:1.1rem;color:var(--color-emerald-deep);font-weight:600}.quantity-selector button:hover{background:#14543f0f}.quantity-selector input{width:48px;text-align:center;border:none;background:transparent;font-weight:600;-moz-appearance:textfield}.quantity-selector input::-webkit-outer-spin-button,.quantity-selector input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.product-trust{display:grid;grid-template-columns:1fr 1fr;gap:.65rem;margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid rgba(14,59,46,.08)}.product-trust__item{font-size:.82rem;font-weight:500;color:var(--color-emerald-deep);display:flex;align-items:center;gap:.4rem}.product-description{margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(14,59,46,.08)}.product-description h2{margin-bottom:1rem;color:var(--color-emerald-deep)}.product-description .rte{color:var(--color-charcoal);max-width:70ch}.product-description .rte p+p{margin-top:.85rem}.product-description .rte ul{list-style:disc;padding-left:1.25rem;margin:.85rem 0}.product-description .rte li{margin-bottom:.35rem}.collection-header{text-align:center;padding-block:clamp(2rem,5vw,3.5rem) 1rem}.collection-header p{margin:.75rem auto 0;color:var(--color-sage)}.collection-count{font-size:.85rem;color:var(--color-sage);margin-bottom:1.25rem;text-align:center}.cart-page{padding-block:clamp(2rem,5vw,3.5rem);max-width:900px;margin:0 auto}.cart-page h1{color:var(--color-emerald-deep);margin-bottom:1.5rem}.cart-item{display:grid;grid-template-columns:88px 1fr;gap:1rem;padding:1.15rem 0;border-bottom:1px solid rgba(14,59,46,.08)}.cart-item__image{border-radius:var(--radius-sm);overflow:hidden;background:var(--color-sand);aspect-ratio:1}.cart-item__image img{width:100%;height:100%;object-fit:cover}.cart-item__title{font-weight:600;color:var(--color-emerald-deep);font-size:1rem}.cart-item__variant{font-size:.82rem;color:var(--color-sage);margin-top:.15rem}.cart-item__meta{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem 1rem;margin-top:.75rem}.cart-item__price{font-weight:700;color:var(--color-emerald-deep)}.cart-item__remove{font-size:.82rem;color:var(--color-sage);text-decoration:underline}.cart-item__remove:hover{color:var(--color-error)}.cart-footer{margin-top:1.75rem;padding:1.5rem;background:var(--color-white);border-radius:var(--radius-md);border:1px solid rgba(14,59,46,.08)}.cart-subtotal{display:flex;justify-content:space-between;align-items:baseline;font-size:1.1rem;font-weight:700;color:var(--color-emerald-deep);margin-bottom:.5rem}.cart-note-field{width:100%;min-height:80px;padding:.85rem 1rem;border-radius:var(--radius-sm);border:1.5px solid rgba(14,59,46,.15);margin:1rem 0;resize:vertical;background:var(--color-ivory)}.cart-empty{text-align:center;padding:4rem 1rem}.cart-empty h1{margin-bottom:.75rem}.cart-empty p{margin:0 auto 1.5rem;color:var(--color-sage)}.cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:var(--z-drawer);pointer-events:none;visibility:hidden}.cart-drawer.is-open{pointer-events:auto;visibility:visible}.cart-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0e3b2e73;opacity:0;transition:opacity .3s var(--ease)}.cart-drawer.is-open .cart-drawer__overlay{opacity:1}.cart-drawer__panel{position:absolute;top:0;right:0;width:min(400px,100vw);height:100%;background:var(--color-ivory);display:flex;flex-direction:column;transform:translate(100%);transition:transform .35s var(--ease);box-shadow:var(--shadow-md)}.cart-drawer.is-open .cart-drawer__panel{transform:translate(0)}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:1.15rem 1.25rem;border-bottom:1px solid rgba(14,59,46,.08)}.cart-drawer__header h2{font-size:1.25rem;color:var(--color-emerald-deep)}.cart-drawer__body{flex:1;overflow-y:auto;padding:.5rem 1.25rem 1rem}.cart-drawer__footer{padding:1.15rem 1.25rem 1.5rem;border-top:1px solid rgba(14,59,46,.08);background:var(--color-white)}.cart-drawer__empty{text-align:center;padding:3rem 1rem;color:var(--color-sage)}.cart-drawer .cart-item{grid-template-columns:72px 1fr}.page-content{padding-block:clamp(2rem,5vw,3.5rem);max-width:760px;margin:0 auto}.page-content h1{color:var(--color-emerald-deep);margin-bottom:1.25rem}.rte a{color:var(--color-emerald);text-decoration:underline;text-underline-offset:2px}.rte h2,.rte h3{margin:1.5rem 0 .65rem;color:var(--color-emerald-deep)}.rte p+p{margin-top:.85rem}.utility-page{text-align:center;padding:clamp(4rem,10vw,7rem) var(--container-pad)}.utility-page h1{color:var(--color-emerald-deep);margin-bottom:.75rem}.utility-page p{margin:0 auto 1.5rem;color:var(--color-sage)}.search-form{display:flex;gap:.5rem;max-width:480px;margin:0 auto 2rem}.search-form input{flex:1;padding:.85rem 1.1rem;border-radius:var(--radius-pill);border:1.5px solid rgba(14,59,46,.15);background:var(--color-white)}.site-footer{background:var(--color-emerald-deep);color:#ffffffd9;padding-block:3.5rem 1.75rem;margin-top:auto}.footer-grid{display:grid;gap:2.5rem}@media(min-width:800px){.footer-grid{grid-template-columns:1.4fr 1fr 1fr;gap:3rem}}.footer-brand{font-family:var(--font-display);font-size:1.6rem;color:var(--color-white);margin-bottom:.75rem}.footer-brand span{color:var(--color-gold)}.footer-text{font-size:.92rem;color:#ffffffa6;max-width:28rem}.footer-heading{font-family:var(--font-body);font-size:.78rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--color-gold);margin-bottom:1rem}.footer-links a{display:block;padding:.35rem 0;font-size:.92rem;color:#ffffffbf}.footer-links a:hover,.footer-contact a{color:var(--color-gold-light)}.footer-bottom{margin-top:3rem;padding-top:1.25rem;border-top:1px solid rgba(255,255,255,.1);display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;align-items:center;font-size:.82rem;color:#ffffff80}.payment-icons{display:flex;flex-wrap:wrap;gap:.4rem;align-items:center}.payment-icons svg{height:24px;width:auto}.whatsapp-float{position:fixed;right:1.15rem;bottom:1.15rem;z-index:var(--z-float);width:56px;height:56px;border-radius:50%;background:#25d366;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #25d36666;transition:var(--transition)}.whatsapp-float:hover{transform:scale(1.06);box-shadow:0 10px 28px #25d36680}.form-status{font-size:.88rem;margin-top:.5rem}.form-status--error{color:var(--color-error)}.form-status--success{color:var(--color-emerald)}.btn.is-loading{position:relative;color:transparent!important;pointer-events:none}.btn.is-loading:after{content:"";position:absolute;width:18px;height:18px;border:2px solid rgba(14,59,46,.25);border-top-color:var(--color-emerald-deep);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.stats-row{display:flex;flex-wrap:wrap;gap:1rem 1.75rem;margin:1.5rem 0}.stat-item strong{display:block;font-family:var(--font-display);font-size:1.35rem;color:var(--color-gold-light);font-weight:500}.stat-item span{font-size:.82rem;color:#ffffffa6}.pagination{display:flex;justify-content:center;gap:.5rem;margin-top:2.5rem}.pagination a,.pagination span{min-width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;font-weight:600;font-size:.9rem}.pagination a{background:var(--color-white);border:1px solid rgba(14,59,46,.1)}.pagination a:hover{border-color:var(--color-gold)}.pagination .pagination__current{background:var(--color-emerald);color:var(--color-white)}[data-reveal]{opacity:0;transform:translateY(18px);transition:opacity .7s var(--ease),transform .7s var(--ease)}[data-reveal].is-visible{opacity:1;transform:none}.main-content{min-height:50vh}
/*# sourceMappingURL=/cdn/shop/t/2/assets/base.css.map */
