*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;overflow-x:clip;max-width:100%}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body{margin:0;font-family:var(--font-body);font-size:var(--font-base-size);line-height:1.6;color:rgb(var(--color-text));background:rgb(var(--color-bg));-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:clip}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);line-height:1.18;margin:0 0 .5em;color:rgb(var(--color-primary));font-weight:600}h1{font-size:clamp(2rem,4vw,calc(2.6rem * var(--heading-scale)))}h2{font-size:clamp(1.6rem,3vw,calc(2rem * var(--heading-scale)))}h3{font-size:clamp(1.25rem,2vw,calc(1.45rem * var(--heading-scale)))}p{margin:0 0 1em}a{color:rgb(var(--color-accent-dark));text-decoration:none;transition:color var(--anim-speed) ease}a:hover{color:rgb(var(--color-accent))}img,svg,video,iframe{max-width:100%;height:auto;display:block}.rte table{display:block;max-width:100%;overflow-x:auto}.rte img,.rte iframe{max-width:100%;height:auto}ul,ol{margin:0 0 1em;padding-inline-start:1.2em}:focus-visible{outline:3px solid rgb(var(--color-accent));outline-offset:2px;border-radius:4px}.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-to-content:focus{position:fixed;top:1rem;inset-inline-start:1rem;z-index:1000;background:rgb(var(--color-bg));padding:.75rem 1.25rem;border-radius:var(--btn-radius);box-shadow:var(--shadow-md)}.page-width{max-width:var(--page-width);margin-inline:auto;padding-inline:clamp(1rem,4vw,2.5rem)}.section{padding-block:var(--section-spacing)}.section--tight{padding-block:calc(var(--section-spacing) * .5)}.section-heading{text-align:center;margin-bottom:2.5rem}.section-heading__title{margin-bottom:.35rem}.section-heading__subtitle{color:rgb(var(--color-text-muted));max-width:60ch;margin-inline:auto}.bg-subtle{background:rgb(var(--color-bg-subtle))}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:var(--font-heading);font-weight:600;font-size:.95rem;line-height:1;padding:.9rem 1.6rem;border-radius:var(--btn-radius);border:2px solid transparent;cursor:pointer;text-align:center;transition:transform var(--anim-speed) ease,background-color var(--anim-speed) ease,color var(--anim-speed) ease,box-shadow var(--anim-speed) ease;will-change:transform}.btn:active{transform:scale(.97)}.btn--primary{background:rgb(var(--color-accent));color:#fff}.btn--primary:hover{background:rgb(var(--color-accent-dark));color:#fff;box-shadow:0 8px 22px rgba(var(--color-accent),.35);transform:translateY(-2px)}.btn--secondary{background:transparent;color:rgb(var(--color-primary));border-color:rgb(var(--color-border))}.btn--secondary:hover{border-color:rgb(var(--color-accent));color:rgb(var(--color-accent-dark));transform:translateY(-2px)}.btn--full{width:100%}.btn--lg{padding:1.1rem 2rem;font-size:1.05rem}.btn[disabled]{opacity:.55;cursor:not-allowed;transform:none}.field{width:100%;padding:.8rem 1rem;border:1px solid rgb(var(--color-border));border-radius:calc(var(--btn-radius) * .6);font:inherit;background:rgb(var(--color-bg));color:rgb(var(--color-text));transition:border-color var(--anim-speed) ease,box-shadow var(--anim-speed) ease}.field:focus{border-color:rgb(var(--color-accent));box-shadow:0 0 0 3px rgba(var(--color-accent),.15);outline:none}label{font-weight:500}.badge{display:inline-block;font-size:.72rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase;padding:.3rem .6rem;border-radius:999px;color:#fff}.badge--sale{background:rgb(var(--color-sale))}.badge--soldout{background:rgb(var(--color-text-muted))}.price{display:inline-flex;align-items:baseline;gap:.5rem;flex-wrap:wrap}.price__sale{color:rgb(var(--color-sale));font-weight:700}.price__compare{color:rgb(var(--color-text-muted));text-decoration:line-through;font-size:.9em}.price__regular{font-weight:700;color:rgb(var(--color-primary))}.grid{display:grid;gap:clamp(1rem,2vw,1.75rem)}.grid--2{grid-template-columns:repeat(2,1fr)}.grid--3{grid-template-columns:repeat(3,1fr)}.grid--4{grid-template-columns:repeat(4,1fr)}@media(max-width:990px){.grid--4{grid-template-columns:repeat(3,1fr)}.grid--3{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.grid--4,.grid--3{grid-template-columns:repeat(2,1fr)}.grid--2{grid-template-columns:1fr}}.reveal{opacity:0;transform:translateY(24px)}.reveal.is-visible{opacity:1;transform:none;transition:opacity var(--anim-speed) ease,transform var(--anim-speed) ease}@media(prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none}.btn:hover,.btn:active{transform:none}}html.no-animations .reveal{opacity:1;transform:none}.h-slider{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(220px,1fr);gap:clamp(1rem,2vw,1.5rem);overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding-inline:1rem;-webkit-overflow-scrolling:touch;padding-bottom:.75rem;scrollbar-width:thin}.h-slider>*{scroll-snap-align:start}@media(min-width:750px){.h-slider{grid-auto-columns:minmax(260px,1fr)}}.skeleton{background:linear-gradient(90deg,#eef2f0 25%,#f6f9f7 37%,#eef2f0 63%);background-size:400% 100%;animation:shimmer 1.4s ease infinite}@keyframes shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}@media(prefers-reduced-motion:reduce){.skeleton{animation:none}}.text-center{text-align:center}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.flex{display:flex}.items-center{align-items:center}.gap-1{gap:.5rem}.hidden{display:none!important}.product-form__amount{display:none}@media(max-width:600px){.page-width{width:100%;max-width:100%}.product{grid-template-columns:1fr;gap:1.25rem}.product__info,.product__media{min-width:0;max-width:100%}.product__info>*{min-width:0;max-width:100%}.gallery__stage{width:100%;max-width:100%;margin-inline:auto;aspect-ratio:1;border:0;background:transparent;border-radius:0}.gallery__slide.is-active{position:absolute;top:0;right:0;bottom:0;left:0;opacity:1;visibility:visible}.gallery__img{padding:0}.gallery__thumbs{justify-content:flex-start}.gallery__thumb{border:0}.gallery__thumb.is-active{border:0;box-shadow:0 0 0 2px rgb(var(--color-accent))}.price-calc{width:100%}.price-calc__row{gap:1rem}.price-calc__row span:last-child{white-space:nowrap}.product-form__actions{flex-wrap:wrap;align-items:center;gap:.75rem}.product-form__actions .qty{order:1;flex:0 0 100%;width:100%}.product-form__actions .qty input{flex:1}.product-form__add{order:2;flex:1 1 auto}.product-form__amount{order:3;flex:0 0 auto;display:flex;flex-direction:column;align-items:flex-end;justify-content:center;white-space:nowrap;font-weight:800;font-size:1.15rem;color:rgb(var(--color-primary))}.product-form__amount small{font-weight:600;font-size:.7rem;color:rgb(var(--color-text-muted))}.warranty-card{flex-direction:column}.warranty-card__actions{width:100%}.warranty-card__actions .btn{flex:1}}[dir=rtl] .flip-rtl{transform:scaleX(-1)}/ body.template-index{--color-primary: 45,109,106;--color-accent: 45,109,106;--color-accent-dark: 14,46,43;--font-heading: "Playfair Display", serif;--font-body: "EB Garamond", Georgia, serif;background:#e8e8e8;font-family:var(--font-body)}.template-index h1,.template-index h2,.template-index h3,.template-index .section-heading__title,.template-index .hero__title{text-transform:uppercase;letter-spacing:.02em}.template-index .pcard{background:#ededed;border:0;border-radius:16px;box-shadow:0 4px 14px #1428261a}.template-index .pcard:hover{box-shadow:0 14px 30px #1428262e}.template-index .pcard__media{background:#fff;margin:.6rem .6rem 0;border-radius:12px}.template-index .pcard__title{order:-1;font-family:var(--font-heading);font-weight:700;font-size:1rem;text-transform:uppercase;letter-spacing:.01em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.template-index .pcard__title a{color:rgb(var(--color-primary))}.template-index .pcard .rating,.template-index .pcard .rating__star.is-on,.template-index .pcard .rating__star.is-half{color:#f2b91c}.template-index .pcard__body .price{flex-direction:column;align-items:flex-start;gap:.1rem}.template-index .pcard__body .price__compare{color:#8a9a98;font-size:.9rem}.template-index .pcard__body .price__sale,.template-index .pcard__body .price__regular{color:rgb(var(--color-primary));font-size:1.2rem;font-weight:700}.template-index .pcard__badges .badge--sale{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;text-align:center;font-size:.62rem;line-height:1;padding:0;box-shadow:0 3px 8px #0003}
/*# sourceMappingURL=/cdn/shop/t/10/assets/base.css.map */
