:root{--content-max-width: var(--page-width);--space-2xs: .25rem;--space-xs: .5rem;--space-s: 1rem;--space-m: 2rem;--space-l: 3rem;--space-xl: 4.5rem;--shadow-soft: 0 10px 30px rgba(0, 0, 0, .08);--border-subtle: 1px solid rgba(0, 0, 0, .08)}.page-width{width:min(100%,var(--content-max-width));margin:0 auto;padding:0 var(--page-margin)}.section{padding:var(--space-xl) 0}.section--muted{background:var(--color-background-secondary)}.section__heading{font-family:var(--font-heading--family);font-weight:600;font-size:clamp(1.75rem,2vw,2.75rem);margin:0 0 var(--space-s);background:linear-gradient(165deg,#3d3d3d,#5a5a5a,gray,#b8b8b8 45%,#ccc,#b8b8b8 55%,gray,#5a5a5a,#3d3d3d);-webkit-background-clip:text;background-clip:text;color:transparent;filter:drop-shadow(0 1px 1px rgba(0,0,0,.2)) drop-shadow(0 0 6px rgba(200,200,200,.4));position:relative;letter-spacing:-.02em}.header__logo-text{background-image:linear-gradient(110deg,#1a1a1a,#3a3a3a 20%,#999,#fff,#999,#3a3a3a 80%,#1a1a1a);-webkit-background-clip:text;background-clip:text;background-size:300% 100%;background-position:-100% 0;color:transparent;animation:silverShine 5s ease-in-out infinite;filter:drop-shadow(0 0 8px rgba(255,255,255,.3));position:relative}@keyframes silverShine{0%{background-position:-100% 0}50%{background-position:200% 0}to{background-position:-100% 0}}@media(prefers-reduced-motion:reduce){.section__heading{animation:none}}.section__subheading{margin:0 0 var(--space-m);max-width:40rem;color:#000000b3}.theme-dark .section__subheading{color:#ffffffb3}.button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.85rem 1.6rem;border-radius:999px;border:1px solid transparent;font-weight:600;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.button--primary{background:var(--color-primary);color:#fff}.theme-dark .button--primary{background:var(--color-accent);color:#111}.button--secondary{background:transparent;border-color:var(--color-primary);color:var(--color-primary)}.button:hover{transform:translateY(-1px);box-shadow:var(--shadow-soft)}.badge{display:inline-flex;align-items:center;padding:.35rem .75rem;border-radius:999px;background:var(--color-accent);color:#111;font-size:.8rem;font-weight:600}.card-grid{display:grid;gap:var(--space-m);grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.hero{position:relative;min-height:70vh;display:flex;align-items:center;color:#fff;overflow:hidden}.hero__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero__media img{width:100%;height:100%;object-fit:cover;filter:brightness(.6)}.hero__content{position:relative;z-index:1;padding:var(--space-xl) 0;max-width:40rem}.hero__title{font-family:var(--font-heading--family);font-size:clamp(2.5rem,4vw,4rem);margin:0 0 var(--space-s)}.hero__cta{display:flex;flex-wrap:wrap;gap:var(--space-s);margin-top:var(--space-m)}.input{padding:.85rem 1rem;border-radius:var(--style-border-radius-inputs);border:var(--border-subtle);min-width:240px;background:#fff}.product-grid{display:grid;gap:var(--space-m);grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.product-card{text-decoration:none;color:inherit;border:var(--border-subtle);border-radius:16px;overflow:hidden;display:flex;flex-direction:column;background:var(--color-background);transition:transform .2s ease}.product-card__link{text-decoration:none;color:inherit}.product-card:hover{transform:translateY(-3px)}.product-card__media{position:relative;padding-top:130%;background:#f0f0f0}.product-card__media .product-card__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.product-card__image--placeholder{fill:#0003}.product-card__content{padding:var(--space-s);display:grid;gap:var(--space-xs)}.product-card__title{text-decoration:none;font-family:var(--font-heading--family);font-size:1.1rem;margin:0}.product-card__price{display:flex;align-items:flex-end;gap:.5rem;font-weight:600}.product-card__sale-wrap{position:relative;display:inline-block;padding:.22rem .45rem .12rem;border-radius:8px;background:linear-gradient(145deg,#111,#9d9d9d 36%,#f5f5f5 55%,#7f7f7f 78%,#111);color:#0f0f0f;line-height:1.15}.product-card__sale-flag{position:absolute;top:-.52rem;right:.2rem;font-size:.58rem;letter-spacing:.03em;font-weight:700;text-transform:lowercase;color:#111;opacity:.85}.product-card__form{padding:0 var(--space-s) var(--space-s)}.product-card__qty-label{display:block;margin-bottom:.35rem;font-size:.85rem;font-weight:600}.product-card__actions{display:flex;gap:.5rem;align-items:stretch}.product-card__qty-input{flex:0 0 75%;min-width:0;height:2.8rem;padding:.65rem .7rem;text-align:center}.product-card__atc{flex:0 0 calc(25% - .5rem);width:calc(25% - .5rem);height:2.8rem;min-height:2.8rem;padding:0;border-radius:2px}.product-card__atc svg{width:1.15rem;height:1.15rem;stroke:currentColor;fill:none;--icon-stroke-width: 1.8px}.product-card__atc:disabled,.product-card__qty-input:disabled{opacity:.5;cursor:not-allowed}.product-card__compare{text-decoration:line-through;color:#0009;font-size:.9rem;margin-left:.5rem}.trust-badges{display:grid;gap:var(--space-s);grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.trust-badge{padding:var(--space-s);border-radius:12px;background:var(--color-background-secondary)}.product-page{display:grid;gap:var(--space-l);grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.product-gallery{position:relative;display:grid;gap:0}.product-gallery__viewport{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch;border-radius:14px;position:relative}.product-gallery__viewport::-webkit-scrollbar{display:none}.product-gallery__item{flex:0 0 100%;scroll-snap-align:start;position:relative;width:100%;height:60vh;min-height:260px;overflow:hidden;background:#f3f3f3}.product-gallery__item .product-gallery__image,.product-gallery__item img,.product-gallery__item video,.product-gallery__item model-viewer{width:100%;height:100%}.product-gallery__item img,.product-gallery__item video,.product-gallery__item model-viewer{object-fit:cover}.product-gallery__controls{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);display:flex;justify-content:space-between;padding:0 1rem;pointer-events:none;z-index:3}.product-gallery__nav{pointer-events:all;width:2.8rem;min-width:2.8rem;height:2.8rem;padding:0;border-radius:50%;background:#fffffff2;border:1px solid rgba(0,0,0,.1);box-shadow:0 2px 8px #00000026;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;color:#1a1a1a}.product-gallery__nav:hover{background:#fff;box-shadow:0 4px 12px #0003;transform:scale(1.05)}.product-gallery__nav:active{transform:scale(.95)}.product-gallery__nav svg{width:20px;height:20px}.product-gallery__indicators{position:absolute;top:.8rem;left:50%;transform:translate(-50%);display:flex;gap:.5rem;z-index:3;pointer-events:none}.product-gallery__indicator{pointer-events:all;width:8px;height:8px;padding:0;border:none;border-radius:50%;background:#fff9;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 4px #0003}.product-gallery__indicator:hover{background:#fffc;transform:scale(1.2)}.product-gallery__indicator.is-active{background:#fff;width:24px;border-radius:4px}@media(max-width:768px){.product-gallery__nav{width:2.4rem;min-width:2.4rem;height:2.4rem}.product-gallery__nav svg{width:18px;height:18px}.product-gallery__controls{padding:0 .5rem}}.product-main h1{font-family:var(--font-heading--family);font-size:clamp(2rem,3vw,3rem);margin:0 0 var(--space-xs)}.product-price{font-size:1.4rem;font-weight:600}.product-meta{display:grid;gap:var(--space-xs);margin:var(--space-s) 0}.product-reviews{margin-top:var(--space-m)}.rte{line-height:1.6}.rte p{margin:0 0 1rem}.rte h1,.rte h2,.rte h3,.rte h4,.rte h5,.rte h6{margin:1.5rem 0 .75rem}.rte ul,.rte ol{margin:0 0 1rem;padding-left:1.5rem}.rte a{color:var(--color-primary);text-decoration:underline}.add-to-cart{display:flex;flex-wrap:wrap;gap:var(--space-s);margin-top:var(--space-s);align-items:stretch}.add-to-cart>*{flex:1 1 220px}.product-form{display:grid;gap:var(--space-s)}.product-form__field{display:grid;gap:.4rem}.product-form__label{font-size:.9rem;font-weight:600;color:#000000bf}.theme-dark .product-form__label{color:#ffffffd1}.sticky-atc .input{width:100%;min-width:0;border-radius:12px}.product-form__select,.product-form__quantity{min-height:3rem}.product-form__add-button{width:100%;min-height:3rem}.product-form__buy-now{display:flex}.product-form__buy-now .shopify-payment-button{width:100%}.product-form__buy-now .shopify-payment-button__button,.product-form__buy-now .shopify-payment-button__more-options{border-radius:999px!important;min-height:3rem!important;font-weight:600!important}.product-form__buy-now .shopify-payment-button__button:hover,.product-form__buy-now .shopify-payment-button__more-options:hover{box-shadow:var(--shadow-soft)}.sticky-atc{position:sticky;top:1rem;border:var(--border-subtle);padding:var(--space-s);border-radius:12px;background:var(--color-background)}.sticky-atc--mobile{position:fixed;bottom:1rem;left:1rem;right:1rem;z-index:100;padding:var(--space-s);border-radius:16px;box-shadow:var(--shadow-soft);display:none;background:var(--color-background)}.newsletter-section{display:grid;gap:var(--space-m);align-items:center;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.modal{position:fixed;top:0;right:0;bottom:0;left:0;display:none;align-items:center;justify-content:center;background:#0009;z-index:200}.modal.is-active{display:flex}.modal__content{background:var(--color-background);padding:var(--space-l);border-radius:16px;max-width:32rem;width:90%}.testimonials{display:grid;gap:var(--space-m);grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.testimonial{padding:var(--space-m);border-radius:16px;border:var(--border-subtle);background:var(--color-background)}.occasion-grid{display:grid;gap:var(--space-s);grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.occasion-card{padding:var(--space-s);border-radius:14px;border:var(--border-subtle);text-decoration:none;display:grid;gap:var(--space-xs)}.footer{padding:var(--space-l) 0;border-top:var(--border-subtle)}.footer__grid{display:grid;gap:var(--space-m);grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}@media(max-width:768px){.hero{min-height:60vh}.sticky-atc--mobile{display:block}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/theme.css.map */
