@font-face{font-family:UT Ruganic;src:url(ut-ruganic-solid.woff2) format("woff2"),url(ut-ruganic-solid.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}:root{--cream: #ffffff;--cream-soft: #f5f5f5;--burgundy: #3d100b;--burgundy-deep: #260804;--brand-red: #c8362a;--brand-orange: #e8651d;--font-display: "UT Ruganic", ui-serif, serif;--font-sans: "DM Sans", ui-sans-serif, system-ui, sans-serif;--radius-pill: 9999px;--radius-card: 1rem}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;overflow-x:hidden}body{font-family:var(--font-sans);background-color:var(--cream);color:var(--burgundy);-webkit-font-smoothing:antialiased;overflow-x:hidden;width:100%;position:relative}img{display:block;max-width:100%;height:auto}a{text-decoration:none;color:inherit}.container{max-width:1280px;margin-inline:auto;padding-inline:1.5rem}@media(min-width:768px){.container{padding-inline:2rem}}.section{padding-block:6rem}@media(max-width:767px){.section{padding-block:3.5rem}}.font-display{font-family:var(--font-display)}.label{font-size:.625rem;font-weight:900;text-transform:uppercase;letter-spacing:.4em}.btn{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2rem;border-radius:var(--radius-pill);font-family:var(--font-sans);font-size:.8125rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em;cursor:pointer;border:none;transition:background-color .2s,color .2s}.btn-primary{background-color:var(--brand-orange);color:var(--burgundy-deep)}.btn-primary:hover{background-color:var(--cream)}.btn-secondary{background-color:var(--cream);color:var(--burgundy)}.btn-secondary:hover{background-color:var(--brand-orange)}.btn-outline{background-color:transparent;color:var(--cream);border:2px solid var(--cream)}.btn-outline:hover{background-color:var(--cream);color:var(--burgundy)}.badge{display:inline-block;padding:.25rem .75rem;border-radius:var(--radius-pill);font-size:.625rem;font-weight:900;text-transform:uppercase;letter-spacing:.18em;background-color:var(--brand-orange);color:var(--burgundy-deep)}.badge-red{background-color:var(--brand-red);color:var(--cream)}.badge-outline{background-color:transparent;border:2px solid var(--cream);color:var(--cream)}.site-main{padding-top:4rem}@media(min-width:768px){.site-main{padding-top:5rem}}body:has(.promo-bar) .site-main{padding-top:calc(4rem + var(--promo-bar-height, 2.5rem))}@media(min-width:768px){body:has(.promo-bar) .site-main{padding-top:calc(5rem + var(--promo-bar-height, 2.5rem))}}.promo-bar{position:fixed;top:0;left:0;width:100%;z-index:110;background-color:var(--promo-bar-bg, var(--brand-red));color:var(--promo-bar-fg, var(--cream));font-size:.8125rem}.promo-bar__inner{position:relative;min-height:2.5rem;display:flex;align-items:center;justify-content:center;gap:.75rem;flex-wrap:wrap;padding-block:.5rem;text-align:center}.promo-bar__text{display:inline-flex;align-items:center;gap:.5rem;flex-wrap:wrap;justify-content:center}.promo-bar__code{font-family:inherit;font-size:.75rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:inherit;background:none;border:1px dashed currentColor;border-radius:var(--radius-pill);padding:.2rem .75rem;cursor:pointer;transition:background-color .2s,color .2s}.promo-bar__code:hover,.promo-bar__code:focus-visible{background-color:var(--brand-orange);border-color:var(--brand-orange);color:var(--burgundy-deep)}.promo-bar__code[data-copied=true]:after{content:" \2713  copiado";font-weight:700}.promo-bar__link{color:inherit;font-weight:700;text-decoration:underline;text-underline-offset:.2em;white-space:nowrap}.promo-bar__close{position:absolute;right:1rem;background:none;border:none;color:inherit;cursor:pointer;font-size:.875rem;line-height:1;padding:.35rem;opacity:.65}.promo-bar__close:hover{opacity:1}@media(max-width:640px){.promo-bar{font-size:.75rem}.promo-bar__link{display:none}.promo-bar__close{right:.5rem}}body:has(.promo-bar) .site-header{top:var(--promo-bar-height, 2.5rem)}.site-header{position:fixed;top:0;width:100%;z-index:100;border-bottom:1px solid rgba(61,16,11,.1);background-color:#ffffffd9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.site-header__inner{height:4rem;display:flex;align-items:center;justify-content:space-between}@media(min-width:768px){.site-header__inner{height:5rem}}.site-header__logo img{height:2.25rem;width:auto}@media(min-width:768px){.site-header__logo img{height:3rem}}.site-header__nav{display:none;align-items:center;gap:2rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.2em}@media(min-width:768px){.site-header__nav{display:flex}}.site-header__nav a:hover{color:var(--brand-red)}.site-header__cart{background:none;border:none;cursor:pointer;position:relative;color:var(--burgundy);min-width:44px;min-height:44px;display:inline-flex;align-items:center;justify-content:center}.testimonials{background-color:var(--cream-soft);padding-block:6rem;border-top:1px solid rgba(61,16,11,.1)}@media(min-width:768px){.testimonials{padding-block:8rem}}.testimonials__header{text-align:center;margin-bottom:3.5rem}.testimonials__eyebrow{font-size:.625rem;font-weight:900;text-transform:uppercase;letter-spacing:.5em;color:var(--brand-red);margin-bottom:.75rem}.testimonials__title{font-family:var(--font-display);font-size:clamp(2.5rem,6vw,3.75rem);color:var(--burgundy);line-height:1.05}.testimonials__description{max-width:36rem;margin:1.25rem auto 0;color:#3d100bb3}.testimonials__grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:640px){.testimonials__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.testimonials__grid{grid-template-columns:repeat(3,1fr)}}.testimonials__card{background-color:var(--cream);border:1px solid rgba(61,16,11,.12);border-radius:var(--radius-card);padding:2rem;display:flex;flex-direction:column;gap:1.25rem}.testimonials__rating{display:flex;gap:.15rem;color:var(--brand-orange);font-size:1rem;line-height:1}.testimonials__star--off{color:#3d100b33}.testimonials__quote{color:#3d100bcc;line-height:1.65;flex:1}.testimonials__quote:before{content:"\201c"}.testimonials__quote:after{content:"\201d"}.testimonials__author{display:flex;align-items:center;gap:.875rem;border-top:1px solid rgba(61,16,11,.1);padding-top:1.25rem}.testimonials__avatar{width:2.75rem;height:2.75rem;border-radius:50%;object-fit:cover;flex-shrink:0}.testimonials__avatar--initial{display:flex;align-items:center;justify-content:center;background-color:var(--burgundy);color:var(--cream);font-family:var(--font-display);font-size:1.25rem}.testimonials__author-info{display:flex;flex-direction:column;min-width:0}.testimonials__name{font-weight:700;color:var(--burgundy);font-size:.9375rem}.testimonials__role{font-size:.75rem;text-transform:uppercase;letter-spacing:.12em;color:#3d100b80}.products-section{padding-block:6rem 8rem}@media(max-width:767px){.products-section{padding-block:3.5rem 4rem}}.products-section__header{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:2rem}@media(min-width:768px){.products-section__header{gap:2rem;margin-bottom:4rem}}.products-section__title{font-family:var(--font-display);font-size:clamp(3rem,7vw,4.5rem);color:var(--burgundy)}.products-grid{display:grid;gap:1rem;grid-template-columns:1fr 1fr}@media(min-width:640px){.products-grid{gap:1.5rem}}@media(min-width:1024px){.products-grid{grid-template-columns:repeat(4,1fr);gap:2rem}}.product-card{cursor:pointer;display:flex;flex-direction:column;background-color:var(--cream-soft);border:1px solid rgba(61,16,11,.08);border-radius:calc(var(--radius-card) + .5rem);padding:.875rem;box-shadow:0 4px 16px #2608040f;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.product-card:hover{transform:translateY(-6px);box-shadow:0 18px 40px #2608042e;border-color:#c8362a59}.product-card__image{position:relative;aspect-ratio:3/4;overflow:hidden;border-radius:var(--radius-card);background-color:var(--burgundy);margin-bottom:1.25rem}.product-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.product-card:hover .product-card__image img{transform:scale(1.05)}.product-card__image-hover{position:absolute;top:0;right:0;bottom:0;left:0;object-fit:contain;opacity:0;transition:opacity .4s ease}.product-card--has-hover .product-card__image-main{transition:opacity .4s ease}.product-card--has-hover:hover .product-card__image img{transform:none}@media(hover:hover){.product-card--has-hover:hover .product-card__image-main{opacity:0}.product-card--has-hover:hover .product-card__image-hover{opacity:1}}.product-card__carousel,.product-card__dots{display:none}@media(max-width:640px){.product-card__image--carousel .product-card__image-main,.product-card__image--carousel .product-card__image-hover{display:none}.product-card__carousel{display:flex;position:absolute;top:0;right:0;bottom:0;left:0;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.product-card__carousel::-webkit-scrollbar{display:none}.product-card__carousel-slide{flex:0 0 100%;scroll-snap-align:center}.product-card__carousel-slide img{width:100%;height:100%;object-fit:cover}.product-card__dots{position:absolute;left:50%;bottom:.75rem;transform:translate(-50%);z-index:1;gap:.375rem}.product-card__image--carousel .product-card__dots{display:flex}.product-card__dot{width:.375rem;height:.375rem;border-radius:50%;background-color:#ffffff80;transition:background-color .2s ease,transform .2s ease}.product-card__dot.is-active{background-color:var(--cream);transform:scale(1.3)}}.product-card__badge{position:absolute;top:1rem;left:1rem}.product-card__badge--sale{background-color:var(--brand-red);color:var(--cream)}.product-card__price-wrap{display:flex;flex-direction:column;align-items:flex-end;gap:.125rem}.product-card__price-compare{color:#3d100b73;font-size:.8125rem;text-decoration:line-through;white-space:nowrap}.product-card__info{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;padding:0 .5rem .5rem;flex:1}@media(max-width:480px){.product-card__info{flex-direction:column;align-items:flex-start;gap:.5rem}.product-card__price-wrap{align-items:flex-start}}.product-card__name{font-family:var(--font-display);font-size:clamp(1.25rem,4.5vw,1.75rem);margin-bottom:.25rem;line-height:1.2}.product-card__notes{color:#3d100b99;font-size:.875rem}.product-card__price{color:var(--brand-red);font-weight:900;font-size:1.25rem;white-space:nowrap}.product-card__link{display:flex;flex-direction:column;flex:1;color:inherit;text-decoration:none}.product-card__add{width:100%;margin-top:.75rem;padding:.875rem 1rem;border:none;border-radius:var(--radius-card);background-color:var(--brand-red);color:var(--cream);font-family:inherit;font-size:.9375rem;font-weight:700;letter-spacing:.02em;cursor:pointer;transition:background-color .25s ease,transform .25s ease}.product-card__add:hover:not(:disabled){background-color:var(--burgundy);transform:translateY(-2px)}.product-card__add:disabled{background-color:#3d100b40;cursor:not-allowed}.star-rating{color:var(--brand-orange);font-size:.875rem}.bastidores{background-color:var(--burgundy);color:var(--cream);position:relative;overflow:hidden}.bastidores__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.15}.bastidores__grid{position:relative;z-index:1;display:grid;gap:2.5rem;align-items:center}@media(min-width:768px){.bastidores__grid{grid-template-columns:1fr 1fr;gap:4rem}}.bastidores__image-wrap{position:relative;width:100%;max-width:30rem;margin-inline:auto}.bastidores__image-frame{width:100%;aspect-ratio:1/1;overflow:hidden;border-radius:var(--radius-card);box-shadow:0 25px 50px #0006}.bastidores__image-frame img{width:100%;height:100%;object-fit:cover}.bastidores__badge{position:absolute;bottom:-1rem;right:0;width:6rem;height:auto;object-fit:contain;filter:drop-shadow(0 10px 30px rgba(0,0,0,.3))}@media(min-width:768px){.bastidores__badge{bottom:-1.5rem;right:-1.5rem;width:9rem}}.bastidores__image-placeholder{width:100%;aspect-ratio:1/1;border-radius:var(--radius-card);background-color:#ffffff0a;border:2px dashed rgba(255,255,255,.12)}.bastidores__title{font-family:var(--font-display);font-size:clamp(2.5rem,6vw,3.75rem);margin-bottom:2rem;line-height:1.1}.bastidores__body{color:#ffffffb3;font-size:1.125rem;margin-bottom:2.5rem;line-height:1.7}.bastidores__list{list-style:none}.bastidores__list li{display:flex;gap:1.5rem;align-items:flex-start;border-bottom:1px solid rgba(255,255,255,.15);padding-bottom:1rem;margin-bottom:1rem}.bastidores__num{font-family:var(--font-display);font-size:1.875rem;color:var(--brand-orange)}.bastidores__label{font-weight:700;text-transform:uppercase;letter-spacing:.15em;font-size:.875rem}.sub-cta{background-color:var(--brand-red);color:var(--cream);text-align:center}.sub-cta__title{font-family:var(--font-display);font-size:clamp(2.5rem,8vw,5rem);line-height:1;margin-bottom:2rem}.sub-cta__body{color:#ffffffd9;font-size:1.125rem;max-width:32rem;margin-inline:auto;margin-bottom:2.5rem}.product-hero{position:relative;height:clamp(14rem,30vw,20rem);background-color:var(--burgundy);overflow:hidden;padding-top:5rem;display:flex;align-items:flex-end}.product-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.4}.product-hero__content{position:relative;z-index:1;padding-bottom:2rem}.main-product{padding-block:3rem 4rem}.product-layout{display:grid;gap:2.5rem}@media(min-width:900px){.product-layout{grid-template-columns:5fr 6fr;gap:3.5rem;align-items:start}}.product-media-col{position:relative}@media(min-width:900px){.product-media-col{position:sticky;top:6rem}}.product-gallery__main{aspect-ratio:3 / 4;border-radius:var(--radius-card);overflow:hidden;background-color:var(--burgundy);max-width:36rem;margin-inline:auto}.product-gallery__main img{width:100%;height:100%;object-fit:cover}.product-gallery__placeholder{width:100%;height:100%;background:linear-gradient(135deg,var(--burgundy),var(--burgundy-deep))}.product-gallery__thumbs{display:flex;gap:.75rem;margin-top:.75rem;flex-wrap:wrap;max-width:36rem;margin-inline:auto}.product-gallery__thumb{width:5rem;height:5rem;border-radius:.5rem;overflow:hidden;border:2px solid transparent;cursor:pointer;background:none;padding:0;transition:border-color .2s}.product-gallery__thumb:hover{border-color:var(--burgundy)}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.product-title{font-family:var(--font-display);font-size:clamp(2.5rem,5vw,3.5rem);margin-bottom:.5rem;line-height:1.1;color:var(--burgundy)}.product-subtitle{color:#3d100b99;font-size:1.125rem;margin-bottom:1.5rem}.product-cta{margin-top:1.5rem;width:100%;justify-content:center}.product-cta:disabled{opacity:.5;cursor:not-allowed}.product-tabs-section{padding-block:2rem 3rem}.tab-panel__body{color:#3d100bbf;line-height:1.7;max-width:50rem;white-space:pre-line}.reviews{padding-block:2rem 3rem}.reviews__title{font-family:var(--font-display);font-size:2.5rem;color:var(--burgundy)}.product-related{padding-block:3rem 5rem;border-top:1px solid rgba(61,16,11,.1)}.product-related__title{font-family:var(--font-display);font-size:2.5rem;margin-bottom:2rem;color:var(--burgundy)}.product-related__grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.product-notes{display:flex;flex-wrap:wrap;gap:.75rem}.product-note{display:flex;align-items:center;gap:.5rem;background-color:var(--burgundy);color:var(--cream);padding:.5rem 1rem;border-radius:.75rem;font-size:.875rem;font-weight:500}.product-price{font-family:var(--font-display);font-size:clamp(2.25rem,8vw,3rem);color:var(--brand-red)}.product-price-wrap{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem}.product-price-wrap .product-price{width:100%;margin:0}.product-price-compare{font-size:1rem;color:#3d100b80;text-decoration:line-through}.product-price-badge{align-self:center}.product-specs{background-color:var(--cream-soft);border-radius:var(--radius-card);padding:1.25rem 1.5rem;margin-bottom:1.5rem}.product-specs__title{font-family:var(--font-display);font-size:1.5rem;color:var(--burgundy);margin-bottom:.75rem}.product-specs__list{display:flex;flex-direction:column}.product-specs__row{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.5rem 0;border-bottom:1px solid rgba(61,16,11,.08)}.product-specs__row:last-child{border-bottom:none}.product-specs__row dt{font-weight:700;text-transform:uppercase;letter-spacing:.08em;font-size:.6875rem;color:#3d100b8c}.product-specs__row dd{color:var(--burgundy);text-align:right;font-size:.9375rem;font-weight:600}@media(max-width:540px){.product-specs__row{flex-direction:column;align-items:flex-start;gap:.125rem;padding:.625rem 0}.product-specs__row dd{text-align:left}}.rating-dots{display:inline-flex;gap:.3rem;align-items:center}.rating-dots .dot{width:.625rem;height:.625rem;border-radius:50%;background-color:#3d100b2e;display:inline-block}.rating-dots .dot--full{background-color:var(--brand-red)}.rating-dots .dot--half{background:linear-gradient(to right,var(--brand-red) 50%,rgba(61,16,11,.18) 50%)}.variant-group{margin-bottom:1.25rem}.variant-group__label{font-size:.625rem;font-weight:900;text-transform:uppercase;letter-spacing:.3em;color:#3d100b80;margin-bottom:.5rem}.variant-group__options{display:flex;gap:.5rem;flex-wrap:wrap}.variant-btn{padding:.75rem 1.25rem;min-height:44px;border-radius:var(--radius-pill);font-size:.875rem;font-weight:700;border:2px solid rgba(61,16,11,.25);background:transparent;color:var(--burgundy);cursor:pointer;transition:all .15s}.variant-btn:hover{border-color:var(--burgundy)}.variant-btn.is-active{background-color:var(--burgundy);color:var(--cream);border-color:var(--burgundy)}.variant-btn.is-active-orange{background-color:var(--brand-orange);color:var(--burgundy-deep);border-color:var(--brand-orange)}.tabs__nav{display:flex;flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;border-bottom:1px solid rgba(61,16,11,.15);margin-bottom:2rem}.tabs__nav::-webkit-scrollbar{display:none}.tab-btn{padding:.875rem 1.5rem;min-height:44px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em;white-space:nowrap;background:none;border:none;border-bottom:2px solid transparent;margin-bottom:-1px;cursor:pointer;color:#3d100b73;transition:color .2s}.tab-btn:hover{color:var(--burgundy)}.tab-btn.is-active{color:var(--brand-red);border-bottom-color:var(--brand-red)}.tab-panel{display:none}.tab-panel.is-active{display:block}.reviews__header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.reviews__grid{display:grid;gap:1.5rem;margin-bottom:2rem}@media(min-width:768px){.reviews__grid{grid-template-columns:repeat(3,1fr)}}.review-card{background-color:#ffffff80;border:1px solid rgba(61,16,11,.1);border-radius:var(--radius-card);padding:1.25rem}.review-card__meta{display:flex;justify-content:space-between;margin-bottom:.75rem}.cart-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background-color:#00000080;z-index:200}.cart-overlay.is-open{display:block}.cart-drawer{position:fixed;top:0;right:0;height:100%;width:min(28rem,100%);background-color:var(--cream);z-index:201;transform:translate(100%);transition:transform .3s ease;display:flex;flex-direction:column}.cart-drawer.is-open{transform:translate(0)}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid rgba(61,16,11,.1)}.cart-drawer__title{font-family:var(--font-display);font-size:1.75rem}.cart-drawer__close{background:none;border:none;cursor:pointer;font-size:1.5rem;color:var(--burgundy)}.cart-drawer__items{flex:1;overflow-y:auto;padding:1.5rem}.cart-item{display:flex;gap:1rem;padding-bottom:1.5rem;margin-bottom:1.5rem;border-bottom:1px solid rgba(61,16,11,.1)}.cart-item__image{width:5rem;height:5rem;border-radius:.5rem;overflow:hidden;flex-shrink:0}.cart-item__image img{width:100%;height:100%;object-fit:cover}.cart-item__title{font-weight:700;margin-bottom:.25rem}.cart-item__variant{font-size:.8125rem;color:#3d100b80}.cart-item__price{font-weight:900;color:var(--brand-red);margin-top:.5rem}.qty-stepper{display:flex;align-items:center;gap:.5rem;margin-top:.5rem}.qty-btn{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;padding:0;border-radius:50%;border:1px solid rgba(61,16,11,.25);background:transparent;cursor:pointer;font-size:1.125rem;line-height:1;color:var(--burgundy);transition:background-color .15s}.cart-drawer__close{min-width:44px;min-height:44px}.qty-btn:hover{background-color:var(--burgundy);color:var(--cream)}.qty-count{font-weight:700;min-width:1.5rem;text-align:center}.cart-drawer__footer{padding:1.5rem;border-top:1px solid rgba(61,16,11,.1);background-color:var(--cream-soft)}.cart-drawer__total{display:flex;justify-content:space-between;font-weight:700;margin-bottom:1rem;font-size:1rem}.cart-drawer__total-amount{font-family:var(--font-display);font-size:1.5rem;color:var(--brand-red)}.site-footer{background-color:var(--burgundy-deep);color:var(--cream);padding-block:4rem}.site-footer__grid{display:grid;grid-template-columns:1fr;gap:3rem 2.5rem}@media(min-width:640px){.site-footer__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.site-footer__grid{grid-template-columns:1.5fr 1fr 1fr;gap:4rem}}.site-footer__col--wide{grid-column:1 / -1}@media(min-width:1024px){.site-footer__col--wide{grid-column:auto}}.site-footer__heading{font-family:var(--font-display);font-size:1.75rem;line-height:1.1;text-transform:uppercase;margin-bottom:1.25rem}.site-footer__text{color:#ffffffa6;line-height:1.7;max-width:34rem;margin-bottom:1.75rem}.site-footer__label{font-weight:700;margin-top:1.25rem}.site-footer__label:first-of-type{margin-top:0}.site-footer__value{color:#ffffffa6;margin-top:.15rem}.site-footer__value a:hover{color:var(--brand-orange)}.site-footer__nav{display:flex;flex-direction:column;gap:.75rem}.site-footer__nav a{color:#ffffffa6}.site-footer__nav a:hover{color:var(--brand-orange)}.site-footer__col{display:flex;flex-direction:column}.site-footer__social{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2rem}@media(min-width:1024px){.site-footer__social{margin-top:auto;padding-top:2rem;justify-content:flex-end}}.site-footer__social a{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:50%;color:#ffffffbf;transition:color .2s,background-color .2s,transform .2s}.site-footer__social a:hover{color:var(--burgundy-deep);background-color:var(--brand-orange);transform:translateY(-2px)}.site-footer__social svg{display:block}.newsletter__field{display:flex;align-items:center;border:1px solid rgba(255,255,255,.35);border-radius:var(--radius-pill);max-width:28rem;overflow:hidden;transition:border-color .2s}.newsletter__field:focus-within{border-color:var(--brand-orange)}.newsletter__input{flex:1;min-width:0;background:none;border:none;color:var(--cream);font-family:inherit;font-size:.9375rem;padding:.9rem 1.25rem}.newsletter__input::placeholder{color:#ffffff73}.newsletter__input:focus{outline:none}.newsletter__submit{background:none;border:none;color:var(--cream);cursor:pointer;font-size:1.25rem;line-height:1;padding:.9rem 1.25rem;transition:color .2s}.newsletter__submit:hover{color:var(--brand-orange)}.newsletter__message{margin-top:.75rem;font-size:.875rem}.newsletter__message--success{color:var(--brand-orange)}.newsletter__message--error{color:#ff9c8f}.site-footer__bottom{margin-top:3.5rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.12);display:flex;flex-direction:column;align-items:center;gap:1.25rem}.site-footer__payments{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem}.site-footer__payments span{display:inline-flex}.site-footer__payments .payment-icon{display:block;height:1.5rem;width:auto;border-radius:3px}.site-footer__legal{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem 1.25rem;text-align:center;font-size:.8125rem;color:#ffffff80}.site-footer__legal a{color:#ffffff80;text-decoration:underline;text-underline-offset:.2em}.site-footer__legal a:hover{color:var(--brand-orange)}.site-footer__copy{color:#ffffff80}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.text-orange{color:var(--brand-orange)}.text-red{color:var(--brand-red)}.no-underline{text-decoration:none}.hero-slider{--hero-chrome: calc(var(--promo-bar-height, 0px) + 5rem);--hero-peek: 11rem;position:relative;width:100%;height:clamp(320px,calc(100svh - var(--hero-chrome) - var(--hero-peek)),640px);overflow:hidden;background:var(--burgundy)}@media(max-width:640px){.hero-slider{--hero-chrome: calc(var(--promo-bar-height, 0px) + 4rem);--hero-peek: 7.5rem;height:clamp(280px,calc(100svh - var(--hero-chrome) - var(--hero-peek)),460px);min-height:280px}}.hero-slider__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;text-align:center;padding:2rem;background:linear-gradient(135deg,var(--burgundy),var(--burgundy-deep))}.hero-slider__slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .7s ease;pointer-events:none}.hero-slider__slide.is-active{opacity:1;pointer-events:auto}.hero-slider__slide picture{display:block;width:100%;height:100%}.hero-slider__slide img{width:100%;height:100%;object-fit:cover;display:block}.hero-slider__dots{position:absolute;bottom:1.25rem;left:50%;transform:translate(-50%);display:flex;gap:.5rem;list-style:none;padding:0;margin:0}.hero-slider__dot{width:1.75rem;height:1.75rem;border-radius:50%;background:transparent;border:none;padding:0;cursor:pointer;position:relative;transition:background .2s,transform .2s}.hero-slider__dot:before{content:"";position:absolute;top:50%;left:50%;width:.5rem;height:.5rem;border-radius:50%;background:#fff6;transform:translate(-50%,-50%);transition:background .2s,transform .2s}.hero-slider__dot[aria-current=true]:before{background:#fff;transform:translate(-50%,-50%) scale(1.3)}.hero-slider__dot:hover:before,.hero-slider__dot:focus-visible:before{background:#ffffffd9}.hero-slider__dot:focus-visible{outline:2px solid rgba(255,255,255,.6);outline-offset:2px;border-radius:50%}@media(prefers-reduced-motion:reduce){.hero-slider__slide{transition:none}}.page-404{padding-block:8rem 10rem;text-align:center}.page-404__container{max-width:36rem}.page-404__title{font-family:var(--font-display);font-size:clamp(3rem,8vw,5rem);color:var(--burgundy);line-height:1;margin-bottom:1.5rem}.page-404__body{color:#3d100bb3;font-size:1.125rem;line-height:1.6}.kit-section{padding-block:6rem 8rem}.kit-header{text-align:center;margin-bottom:3.5rem}.kit-title{font-family:var(--font-display);font-size:clamp(3rem,6vw,3.75rem);color:var(--burgundy)}.kit-description{max-width:36rem;margin:1.25rem auto 0;color:#3d100bb3}.kit-grid{display:grid;gap:2rem;align-items:stretch}@media(min-width:768px){.kit-grid{grid-template-columns:1fr 1fr}.kit-grid--solo{grid-template-columns:1fr}}.kit-mosaic{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.kit-media{width:100%}.kit-media__image{width:100%;aspect-ratio:3 / 4;object-fit:cover;border-radius:var(--radius-card);display:block}.kit-mosaic__cell{aspect-ratio:3 / 4;overflow:hidden;border-radius:var(--radius-card);background-color:var(--burgundy)}.kit-mosaic__cell img{width:100%;height:100%;object-fit:cover}.kit-mosaic__cell--contain{background-color:var(--cream-soft)}.kit-mosaic__cell--contain img{object-fit:contain;padding:.75rem}.kit-mosaic__cell--token{display:flex;align-items:center;justify-content:center;text-align:center;padding:1rem}.kit-pitch{background-color:var(--burgundy);color:var(--cream);border-radius:1.5rem;padding:2.5rem;display:flex;flex-direction:column;justify-content:center}.kit-pitch__title{font-family:var(--font-display);font-size:clamp(2.75rem,5vw,3.75rem);line-height:1;margin-top:.75rem}.kit-pitch__body{color:#ffffffbf;margin-top:1.25rem;line-height:1.7}.kit-pitch__price{margin-top:2rem;display:flex;align-items:baseline;gap:.5rem}.kit-builder{margin-top:2rem}.kit-builder .variant-group__label{color:#ffffffb3;margin-bottom:.75rem}.kit-builder__options{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.kit-builder__option{display:flex;flex-direction:column;gap:.25rem;padding:1rem;border:1px solid rgba(255,255,255,.25);border-radius:var(--radius-card);background:transparent;color:var(--cream);font-family:inherit;text-align:left;cursor:pointer;transition:border-color .25s ease,background-color .25s ease}.kit-builder__option:hover:not(:disabled){border-color:var(--brand-orange)}.kit-builder__option.is-active{border-color:var(--brand-orange);background-color:#e8651d26}.kit-builder__option:disabled{opacity:.65;cursor:not-allowed}.kit-builder__option-name{font-weight:700}.kit-builder__option-tag{display:inline-block;font-size:.625rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.1em .4em;margin-left:.35rem;border-radius:3px;background:#ffffff26;color:#ffffffd9;vertical-align:1px}.kit-builder__grind{margin-top:1.25rem}.kit-builder__grind-options{display:flex;gap:.5rem;flex-wrap:wrap}.kit-builder__grind-option{padding:.5rem 1rem;min-height:40px;border-radius:var(--radius-pill);font-size:.8125rem;font-weight:700;border:1px solid rgba(255,255,255,.25);background:transparent;color:var(--cream);cursor:pointer;transition:border-color .15s ease,background-color .15s ease}.kit-builder__grind-option:hover:not(:disabled){border-color:var(--brand-orange)}.kit-builder__grind-option.is-active{border-color:var(--brand-orange);background-color:#e8651d26}.kit-builder__grind-option:disabled{opacity:.5;cursor:not-allowed}.kit-builder__option-price{color:var(--brand-orange);font-size:.875rem}.kit-builder__coffees{margin-top:1.75rem}.kit-slot+.kit-slot{margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid rgba(255,255,255,.12)}.kit-slot[hidden]{display:none}.kit-slot__chosen{color:var(--brand-orange);margin-left:.5rem;text-transform:none;letter-spacing:normal}.kit-builder__coffee-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(5.5rem,1fr));gap:.5rem}.kit-coffee{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:.5rem .375rem;border:1px solid rgba(255,255,255,.25);border-radius:var(--radius-card);background:transparent;color:var(--cream);font-family:inherit;cursor:pointer;transition:border-color .25s ease,background-color .25s ease}.kit-coffee:hover{border-color:var(--brand-orange)}.kit-coffee.is-selected{border-color:var(--brand-orange);background-color:#e8651d26}.kit-coffee__image{width:4.5rem;height:4.5rem;border-radius:.625rem;overflow:hidden;background-color:#ffffff14}.kit-coffee__image img{width:100%;height:100%;object-fit:cover}.kit-coffee__name{font-size:.75rem;line-height:1.2;text-align:center}.kit-builder__submit{width:100%;margin-top:2rem;border:none;cursor:pointer;font-family:inherit}.kit-builder__submit:disabled{opacity:.45;cursor:not-allowed}.kit-builder__warning{margin-top:1.5rem;padding:1rem;border-radius:var(--radius-card);background-color:#ffffff14;color:var(--cream);font-size:.875rem}.kit-builder__auto{margin-top:1.5rem}.kit-builder__auto-text{margin-top:.5rem;padding:1rem;border-radius:var(--radius-card);background-color:#ffffff14;color:#ffffffbf;font-size:.875rem}.about-us{padding-block:6rem 8rem;border-top:1px solid rgba(61,16,11,.1)}@media(max-width:767px){.about-us{padding-block:3.5rem 4rem}}.about-us__grid{display:grid;gap:2.5rem;align-items:center}@media(min-width:768px){.about-us__grid{gap:3.5rem;grid-template-columns:1fr 1fr}}.about-us__media{width:100%}.about-us__image{width:100%;aspect-ratio:3 / 4;object-fit:cover;border-radius:var(--radius-card);display:block}.about-us__image--placeholder{background-color:var(--cream-soft);border:1px dashed rgba(61,16,11,.15)}.about-us__title{font-family:var(--font-display);font-size:clamp(2.5rem,5vw,3.75rem);color:var(--burgundy);margin-bottom:1.5rem;line-height:1.1}.about-us__body{color:#3d100bbf;font-size:1.125rem;line-height:1.7}.about-us__body p+p{margin-top:1.25rem}.faq-section{padding-block:6rem 8rem}@media(max-width:767px){.faq-section{padding-block:3.5rem 4rem}}.faq-container{max-width:48rem}.faq-header{text-align:center;margin-bottom:2rem}@media(min-width:768px){.faq-header{margin-bottom:3rem}}.faq-title{font-family:var(--font-display);font-size:clamp(3rem,6vw,3.75rem);color:var(--burgundy)}.faq-list{display:flex;flex-direction:column;gap:1rem}.faq-item{border:2px solid rgba(61,16,11,.15);border-radius:1rem;padding:1.25rem 1.5rem;background-color:var(--cream)}.faq-item__summary{list-style:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;min-height:44px;font-weight:700;color:var(--burgundy)}.faq-item__summary::-webkit-details-marker{display:none}.faq-item__plus{color:var(--brand-red);font-size:1.5rem;transition:transform .2s;margin-left:1rem}.faq-item[open] .faq-item__plus{transform:rotate(45deg)}.faq-item__answer{margin-top:1rem;color:#3d100bbf;line-height:1.7}.main-page{padding-block:5rem}.main-page__container{max-width:48rem}.main-page__title{font-family:var(--font-display);font-size:clamp(3rem,6vw,4rem);color:var(--burgundy);margin-bottom:2rem}.main-page__content.rte{color:#3d100bcc;font-size:1.0625rem;line-height:1.7}.main-page__content.rte p+p{margin-top:1.25rem}.clube-hero{position:relative;background-color:var(--burgundy);color:var(--cream);overflow:hidden;padding-block:6rem 9rem}.clube-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.2}.clube-hero__container{position:relative;z-index:1;text-align:center;max-width:64rem}.clube-hero__badge{margin-bottom:1.5rem}.clube-hero__title{font-family:var(--font-display);font-size:clamp(3.5rem,9vw,6rem);line-height:.95;margin-bottom:2rem}.clube-hero__body{color:#ffffffd9;font-size:1.125rem;max-width:36rem;margin:0 auto 2.5rem}.clube-hero__cta{margin-top:.5rem}.clube-pricing{padding-block:5rem 7rem}.clube-pricing__container{max-width:56rem}.clube-pricing__card{background-color:var(--burgundy-deep);color:var(--cream);border-radius:1.75rem;padding:2.5rem;box-shadow:0 25px 50px #00000040}@media(min-width:768px){.clube-pricing__card{padding:3.5rem}}.clube-pricing__head{text-align:center;margin-bottom:2.5rem}.clube-pricing__price{display:flex;align-items:baseline;justify-content:center;gap:.5rem;margin-top:1rem}.clube-pricing__amount{font-family:var(--font-display);font-size:clamp(4rem,10vw,5.5rem)}.clube-pricing__suffix{color:#fff9;font-size:1.125rem}.clube-pricing__subline{color:#fff9;font-size:.875rem;margin-top:.75rem}.clube-pricing__benefits{list-style:none;margin:0 0 2.5rem;padding:0}.clube-pricing__benefit{display:flex;gap:1.25rem;align-items:flex-start;border-bottom:1px solid rgba(255,255,255,.1);padding:1rem 0}.clube-pricing__num{font-family:var(--font-display);color:var(--brand-orange);font-size:1.5rem;line-height:1;flex-shrink:0}.clube-pricing__benefit-text{color:#ffffffd9;line-height:1.6}.clube-pricing__cta{display:block;text-align:center;background-color:var(--brand-orange);color:var(--burgundy-deep);padding:1.25rem 2rem;border-radius:var(--radius-pill);font-weight:900;text-transform:uppercase;letter-spacing:.06em;font-size:.875rem;transition:background-color .2s}.clube-pricing__cta:hover{background-color:var(--cream)}.clube-pricing__footnote{text-align:center;color:#fff6;font-size:.75rem;text-transform:uppercase;letter-spacing:.2em;margin-top:1rem}.clube-form{padding-block:4rem 7rem;background-color:var(--cream-soft)}.clube-form__container{max-width:40rem}.clube-form__head{text-align:center;margin-bottom:2.5rem}.clube-form__title{font-family:var(--font-display);font-size:clamp(2.5rem,6vw,3.25rem);color:var(--burgundy)}.clube-form__warning{background-color:#e8651d1a;border:2px dashed var(--brand-orange);border-radius:1rem;padding:1.25rem 1.5rem;color:var(--burgundy);line-height:1.5}.clube-form__form{background-color:var(--cream);border-radius:1.5rem;padding:2rem;border:1px solid rgba(61,16,11,.08)}.clube-form__plans{margin-bottom:1.5rem}.clube-form__plan-list{display:grid;gap:.75rem}.clube-form__plan{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;border:2px solid rgba(61,16,11,.15);border-radius:.875rem;background:transparent;cursor:pointer;font-family:var(--font-sans);transition:all .15s}.clube-form__plan:hover{border-color:var(--burgundy)}.clube-form__plan.is-active{border-color:var(--brand-orange);background-color:#e8651d14}.clube-form__plan-name{font-weight:700;color:var(--burgundy)}.clube-form__plan-price{font-family:var(--font-display);font-size:1.25rem;color:var(--brand-red)}.clube-form__total{display:flex;justify-content:space-between;align-items:baseline;padding:1.25rem 0;border-top:1px solid rgba(61,16,11,.1);border-bottom:1px solid rgba(61,16,11,.1);margin-bottom:1.5rem}.clube-form__total-label{font-weight:700;text-transform:uppercase;letter-spacing:.1em;font-size:.75rem;color:#3d100b99}.clube-form__total-amount{font-family:var(--font-display);font-size:2rem;color:var(--brand-red)}.clube-form__cta{width:100%;justify-content:center}.clube-form__footnote{text-align:center;color:#3d100b80;font-size:.6875rem;text-transform:uppercase;letter-spacing:.2em;margin-top:1rem}.clube-kit{padding-block:5rem 6rem;background-color:var(--burgundy);color:var(--cream)}.clube-kit__head{text-align:center;margin-bottom:3.5rem}.clube-kit__title{font-family:var(--font-display);font-size:clamp(2.5rem,6vw,3.75rem)}.clube-kit__grid{display:grid;gap:2rem}@media(min-width:768px){.clube-kit__grid{grid-template-columns:repeat(2,1fr)}}.clube-kit__item{background-color:var(--burgundy-deep);border-radius:1rem;overflow:hidden}.clube-kit__image{aspect-ratio:1 / 1;overflow:hidden}.clube-kit__image img{width:100%;height:100%;object-fit:cover}.clube-kit__body{padding:1.5rem}.clube-kit__item-title{font-family:var(--font-display);font-size:2rem;margin:.5rem 0}.clube-kit__text{color:#ffffffb3;font-size:.875rem;line-height:1.6}.clube-how{padding-block:5rem 7rem}.clube-how__grid{display:grid;gap:3rem;align-items:center}@media(min-width:768px){.clube-how__grid{grid-template-columns:1fr 1fr}.clube-how__grid:not(:has(.clube-how__image)){grid-template-columns:1fr;max-width:44rem;margin-inline:auto}}.clube-how__image img{width:100%;aspect-ratio:3 / 4;object-fit:cover;border-radius:var(--radius-card)}.clube-how__title{font-family:var(--font-display);font-size:clamp(2.5rem,6vw,3.75rem);color:var(--burgundy);margin-bottom:2rem;line-height:1.05}.clube-how__steps{list-style:none;display:flex;flex-direction:column;gap:1.5rem;padding:0}.clube-how__step{display:flex;gap:1.25rem;align-items:baseline}.clube-how__step-label{font-family:var(--font-display);font-size:1.75rem;color:var(--brand-red);line-height:1;flex-shrink:0}.clube-how__step-text{color:#3d100bcc;line-height:1.6;font-size:1.0625rem}.collection-page{background-color:var(--burgundy-deep);color:var(--cream)}.collection-page .label{color:var(--brand-orange)!important}.collection-page__header{text-align:center;max-width:48rem;margin-inline:auto;margin-bottom:3rem}.collection-page__title{font-family:var(--font-display);font-size:clamp(2.75rem,6vw,4rem);color:var(--cream);line-height:1.05;margin-bottom:1rem}.collection-page__description{color:#ffffffbf;font-size:1.0625rem;line-height:1.6}.collection-page__empty{text-align:center;color:#fff9;padding:3rem 0;font-size:1rem}.collection-page .product-card{background-color:transparent;border-color:#fff6;box-shadow:none}.collection-page .product-card:hover{border-color:var(--cream);box-shadow:0 18px 40px #00000059}.collection-page .product-card__name{color:var(--cream)}.collection-page .product-card__notes{color:#ffffffa6}.collection-page .product-card__price{color:var(--brand-orange)}.collection-page .product-card__price-compare{color:#ffffff80}.collection-pagination{grid-column:1 / -1;display:flex;align-items:center;justify-content:center;gap:1.5rem;margin-top:2.5rem;flex-wrap:wrap;font-size:.875rem}.collection-pagination__link{color:var(--cream);font-weight:700;padding:.625rem 1rem;border-radius:var(--radius-pill);border:2px solid rgba(255,255,255,.3);transition:border-color .15s,background-color .15s}.collection-pagination__link:hover{border-color:var(--cream);background-color:#ffffff14}.collection-pagination__info{color:#ffffff8c;font-size:.8125rem;text-transform:uppercase;letter-spacing:.12em}.contact-page__grid{display:grid;gap:3rem;align-items:start}@media(min-width:900px){.contact-page__grid{grid-template-columns:5fr 6fr;gap:5rem}}.contact-page__title{font-family:var(--font-display);font-size:clamp(2.5rem,6vw,4rem);color:var(--burgundy);line-height:1.05;margin-bottom:1.5rem}.contact-page__description{color:#3d100bbf;font-size:1.0625rem;line-height:1.7;margin-bottom:2rem}.contact-page__description p+p{margin-top:1rem}.contact-page__details{list-style:none;display:flex;flex-direction:column;gap:1.25rem;border-top:1px solid rgba(61,16,11,.1);padding-top:1.5rem}.contact-page__details li{display:flex;flex-direction:column;gap:.25rem;font-size:1rem;color:var(--burgundy)}.contact-page__details a{color:var(--burgundy);font-weight:600;border-bottom:1px solid rgba(200,54,42,.4);transition:color .15s,border-color .15s}.contact-page__details a:hover{color:var(--brand-red);border-bottom-color:var(--brand-red)}.contact-form{background-color:var(--cream-soft);border-radius:var(--radius-card);padding:2rem;display:flex;flex-direction:column;gap:1.25rem}@media(min-width:768px){.contact-form{padding:2.5rem}}.contact-form__row{display:flex;flex-direction:column;gap:.5rem}.contact-form__row label{font-size:.6875rem;font-weight:800;text-transform:uppercase;letter-spacing:.15em;color:#3d100b99}.contact-form input,.contact-form textarea{font:inherit;color:var(--burgundy);background-color:var(--cream);border:1.5px solid rgba(61,16,11,.15);border-radius:.625rem;padding:.875rem 1rem;width:100%;transition:border-color .15s,box-shadow .15s}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:var(--brand-red);box-shadow:0 0 0 3px #c8362a26}.contact-form textarea{resize:vertical;min-height:8rem;font-family:inherit}.contact-form__submit{align-self:flex-start;margin-top:.5rem}.contact-form__success{background-color:#2e7d3214;color:#2e7d32;border:1.5px solid rgba(46,125,50,.25);border-radius:.625rem;padding:.875rem 1rem;font-weight:600;font-size:.9375rem}.contact-form__errors{background-color:#c8362a14;color:var(--brand-red);border:1.5px solid rgba(200,54,42,.3);border-radius:.625rem;padding:.875rem 1rem;font-size:.9375rem}.contact-form__errors ul{list-style:disc;padding-left:1.25rem;margin-top:.5rem}.kit-rotulos__head{text-align:center;max-width:44rem;margin-inline:auto;margin-bottom:3rem}.kit-rotulos__title{font-family:var(--font-display);font-size:clamp(2.5rem,6vw,3.75rem);color:var(--burgundy);line-height:1.05;margin-bottom:1rem}.kit-rotulos__description{color:#3d100bb3;font-size:1.0625rem;line-height:1.6}.kit-rotulos__description p+p{margin-top:.75rem}.kit-rotulos__empty{text-align:center;color:#3d100b80;padding:3rem 0}.kit-rotulos__grid{display:grid;gap:2rem;grid-template-columns:1fr}@media(min-width:640px){.kit-rotulos__grid{grid-template-columns:1fr 1fr}}@media(min-width:1024px){.kit-rotulos__grid{grid-template-columns:repeat(3,1fr);gap:2.5rem}}.rotulo-card{display:flex;flex-direction:column;gap:1.25rem}.rotulo-card__media{display:block;aspect-ratio:3/4;overflow:hidden;border-radius:var(--radius-card);background-color:var(--burgundy)}.rotulo-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}a.rotulo-card__media:hover img{transform:scale(1.04)}.rotulo-card__placeholder{width:100%;height:100%;background:linear-gradient(135deg,var(--burgundy),var(--burgundy-deep))}.rotulo-card__body{display:flex;flex-direction:column;gap:.5rem}.rotulo-card__title{font-family:var(--font-display);font-size:clamp(1.5rem,3vw,2rem);color:var(--burgundy);line-height:1.15}.rotulo-card__title a{color:inherit;transition:color .15s}.rotulo-card__title a:hover{color:var(--brand-red)}.rotulo-card__notes{color:#3d100bb3;font-size:.9375rem;line-height:1.5}.rotulo-card__body-text{color:#3d100bbf;font-size:.9375rem;line-height:1.6}.rotulo-card__body-text p+p{margin-top:.5rem}.kit-compare__head{text-align:center;max-width:44rem;margin-inline:auto;margin-bottom:3rem}.kit-compare__title{font-family:var(--font-display);font-size:clamp(2.5rem,6vw,3.75rem);color:var(--burgundy);line-height:1.05;margin-bottom:1rem}.kit-compare__description{color:#3d100bb3;font-size:1.0625rem;line-height:1.6}.kit-compare__grid{display:grid;gap:2rem;grid-template-columns:1fr;align-items:stretch;max-width:56rem;margin-inline:auto}@media(min-width:768px){.kit-compare__grid{grid-template-columns:1fr 1fr}}.kit-compare__card{position:relative;display:flex;flex-direction:column;padding:2.5rem 2rem;border:1px solid rgba(61,16,11,.15);border-radius:1.5rem;background-color:var(--cream-soft)}.kit-compare__card--highlight{background-color:var(--burgundy);color:var(--cream);border-color:var(--burgundy)}.kit-compare__badge{position:absolute;top:-.75rem;left:2rem;background-color:var(--brand-orange);color:var(--burgundy)}.kit-compare__card-title{font-family:var(--font-display);font-size:clamp(1.75rem,4vw,2.25rem);line-height:1.1}.kit-compare__card-subtitle{margin-top:.375rem;color:#3d100ba6;font-size:.9375rem}.kit-compare__card--highlight .kit-compare__card-subtitle{color:#ffffffa6}.kit-compare__price{display:flex;align-items:baseline;gap:.375rem;margin-top:1.5rem}.kit-compare__price-value{font-family:var(--font-display);font-size:2.75rem;line-height:1;color:var(--brand-red)}.kit-compare__card--highlight .kit-compare__price-value{color:var(--brand-orange)}.kit-compare__price-suffix{color:#3d100b8c;font-size:.9375rem}.kit-compare__card--highlight .kit-compare__price-suffix{color:#fff9}.kit-compare__features{margin-top:1.75rem;flex:1;font-size:.9375rem;line-height:1.6;color:#3d100bbf}.kit-compare__card--highlight .kit-compare__features{color:#fffc}.kit-compare__features ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.625rem}.kit-compare__features li,.kit-compare__features p{position:relative;padding-left:1.5rem;margin:0 0 .625rem}.kit-compare__features p:last-child{margin-bottom:0}.kit-compare__features li:before,.kit-compare__features p:before{content:"\2192";position:absolute;left:0;color:var(--brand-red)}.kit-compare__card--highlight .kit-compare__features li:before,.kit-compare__card--highlight .kit-compare__features p:before{color:var(--brand-orange)}.kit-compare__cta{margin-top:2rem;width:100%;justify-content:center}.customer-page .newsletter__input,.password-page .newsletter__input{width:100%;margin-bottom:.75rem}.customer-page__links{display:flex;flex-wrap:wrap;gap:1.5rem;margin-top:1.5rem}.customer-page__links a{color:var(--brand-red);font-weight:500}.customer-page__links a:hover{color:var(--brand-orange)}.orders-table{display:flex;flex-direction:column;gap:1rem}.order-row{display:grid;gap:.25rem;padding:1.25rem;border:1px solid rgba(61,16,11,.12);border-radius:var(--radius-card)}@media(min-width:768px){.order-row{grid-template-columns:1fr auto auto auto;align-items:center;gap:1.5rem}}.order-row__number a{font-weight:700;color:var(--burgundy)}.order-row__number a:hover{color:var(--brand-red)}.order-row__date,.order-row__status{font-size:.875rem;color:#3d100b99}.order-row__total{font-weight:700;color:var(--burgundy)}.address-card{padding:1.25rem;border:1px solid rgba(61,16,11,.12);border-radius:var(--radius-card);margin-top:1rem}.blog-grid{display:grid;gap:2rem;grid-template-columns:1fr}@media(min-width:640px){.blog-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.blog-grid{grid-template-columns:repeat(3,1fr)}}.blog-card__image img{width:100%;height:auto;border-radius:var(--radius-card);object-fit:cover}.blog-card__date{font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;color:var(--brand-red);margin-top:1rem}.blog-card__title{font-family:var(--font-display);font-size:1.5rem;color:var(--burgundy);margin:.5rem 0}.blog-card__title a:hover{color:var(--brand-red)}.blog-card__excerpt{color:#3d100bb3;line-height:1.6}.blog-card__link{display:inline-block;margin-top:.75rem;font-weight:500;color:var(--brand-red)}.article__image img{width:100%;height:auto;border-radius:var(--radius-card);margin-bottom:2rem}.article__author{color:#3d100b99;margin-bottom:1.5rem}.search-form{max-width:32rem;margin:2rem auto 0}.search-result{padding:1.5rem 0;border-bottom:1px solid rgba(61,16,11,.12);text-align:left}.search-result__title{font-family:var(--font-display);font-size:1.5rem;color:var(--burgundy)}.search-result__title a:hover{color:var(--brand-red)}.search-result__excerpt{color:#3d100bb3;margin-top:.5rem}.collection-card{display:block;text-align:center}.collection-card__image img{width:100%;height:auto;border-radius:var(--radius-card);object-fit:cover}.collection-card__title{font-family:var(--font-display);font-size:1.5rem;color:var(--burgundy);margin-top:1rem}.collection-card:hover .collection-card__title{color:var(--brand-red)}.collection-card__count{font-size:.875rem;color:#3d100b99}.gift-card__value{font-family:var(--font-display);font-size:clamp(3rem,8vw,5rem);color:var(--brand-red);line-height:1;margin-bottom:1rem}.gift-card__expiry{color:#3d100b99;margin-bottom:1.5rem}.gift-card__code{padding:1.25rem;border:1px dashed rgba(61,16,11,.3);border-radius:var(--radius-card);margin-bottom:1.5rem}.gift-card__code-value{font-family:ui-monospace,monospace;font-size:1.25rem;font-weight:700;letter-spacing:.1em;color:var(--burgundy)}.cart-item__properties{list-style:none;padding:0;margin:.35rem 0 0;font-size:.75rem;line-height:1.5;color:#3d100b99}.cart-item__properties strong{color:var(--burgundy);font-weight:700}@media(min-width:768px){.kit-grid--solo .kit-pitch{padding:3rem}.kit-grid--solo .kit-pitch__body{max-width:46rem}.kit-grid--solo .kit-builder__options{max-width:32rem}}
/*# sourceMappingURL=/cdn/shop/t/48/assets/theme.css.map */
