.cart-container{max-width:1000px;margin:0 auto;padding:3rem 1.5rem}.cart-title{margin-bottom:3rem;font-size:clamp(2rem,5vw,3rem);text-align:center;position:relative}.cart-title:after{content:"";display:block;width:60px;height:2px;background:linear-gradient(90deg,var(--whyper-accent),transparent);margin:1.5rem auto 0}.cart-items{border-top:1px solid var(--whyper-border)}.cart-item{display:grid;grid-template-columns:100px 1fr auto auto;gap:2rem;align-items:center;padding:2rem 0;border-bottom:1px solid var(--whyper-border);transition:all var(--whyper-transition)}.cart-item:hover{background:#f2efea05;margin:0 -1rem;padding-left:1rem;padding-right:1rem;border-radius:var(--whyper-radius-lg)}@media(max-width:640px){.cart-item{grid-template-columns:80px 1fr auto;gap:1rem}.cart-item__total{display:none}}.cart-item__image{width:100px;height:100px;border-radius:var(--whyper-radius-lg);overflow:hidden;background:linear-gradient(145deg,var(--whyper-bg-elevated) 0%,var(--whyper-bg-card) 100%);border:1px solid var(--whyper-border);transition:all var(--whyper-transition)}.cart-item:hover .cart-item__image{border-color:var(--whyper-border-hover);box-shadow:0 10px 30px #0000004d}.cart-item__image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.cart-item:hover .cart-item__image img{transform:scale(1.05)}@media(max-width:640px){.cart-item__image{width:80px;height:80px}}.cart-item__title{font-size:1.0625rem;margin-bottom:.375rem;font-weight:700}.cart-item__title a{color:var(--whyper-text);text-decoration:none;transition:color var(--whyper-transition)}.cart-item__title a:hover{color:var(--whyper-accent)}.cart-item__variant{font-size:.875rem;color:#f2efea99;margin-bottom:.5rem}.cart-item__price{font-weight:600}.cart-item__actions{margin-top:.75rem}.cart-item__remove{font-size:.875rem;color:#f2efea99;text-decoration:underline}.cart-item__remove:hover{color:var(--color-accent)}.cart-item__qty-input{width:80px;padding:.625rem;text-align:center;background:var(--whyper-bg-card);border:1px solid var(--whyper-border);color:var(--whyper-text);border-radius:var(--whyper-radius);font-weight:600;font-size:.9375rem;transition:all var(--whyper-transition)}.cart-item__qty-input:focus{border-color:var(--whyper-accent);box-shadow:0 0 0 3px var(--whyper-accent-glow);outline:none}.cart-item__total{font-weight:700;font-size:1.125rem;text-align:right;min-width:100px}.cart-footer{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-top:3rem;padding-top:3rem;border-top:1px solid var(--whyper-border);position:relative}.cart-footer:before{content:"";position:absolute;top:-1px;left:0;width:100px;height:1px;background:var(--whyper-accent)}@media(max-width:640px){.cart-footer{grid-template-columns:1fr;gap:2rem}}.cart-footer__note label{display:block;margin-bottom:.5rem;font-size:.875rem;font-weight:600}.cart-footer__note textarea{width:100%;padding:1rem;background:var(--whyper-bg-card);border:1px solid var(--whyper-border);color:var(--whyper-text);border-radius:var(--whyper-radius-lg);resize:vertical;font-family:inherit;font-size:.9375rem;min-height:100px;transition:all var(--whyper-transition)}.cart-footer__note textarea:focus{border-color:var(--whyper-accent);box-shadow:0 0 0 3px var(--whyper-accent-glow);outline:none}.cart-footer__summary{text-align:right}@media(max-width:640px){.cart-footer__summary{text-align:left}}.cart-footer__subtotal{display:flex;justify-content:space-between;align-items:center;font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.cart-footer__note-text{font-size:.875rem;color:#f2efea99;margin-bottom:1.5rem}.cart-footer__actions{display:flex;gap:1rem;justify-content:flex-end}@media(max-width:640px){.cart-footer__actions{flex-direction:column}}.cart-footer__actions input[type=submit]{min-width:150px}.cart-empty{text-align:center;padding:4rem 0}.cart-empty p{font-size:1.125rem;color:#f2efea99;margin-bottom:1.5rem}.whyper-collection-header{text-align:center;padding:4rem 1.5rem 2rem;position:relative}.whyper-collection-header:after{content:"";display:block;width:60px;height:2px;background:linear-gradient(90deg,var(--whyper-accent),transparent);margin:2rem auto 0}.whyper-collection-header__eyebrow{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.2em;color:var(--whyper-accent);margin-bottom:1rem}.whyper-collection-header__title{font-size:clamp(2rem,5vw,3.5rem);margin-bottom:.75rem}.whyper-collection-header__note{font-size:1rem;color:var(--whyper-text-muted);max-width:500px;margin:0 auto}.collection-description{max-width:700px;margin:0 auto 2rem;padding:0 1.5rem;text-align:center;color:var(--whyper-text-muted);line-height:1.7}.collection-pagination{grid-column:1 / -1;display:flex;justify-content:center;padding:3rem 0 1rem}.collection-pagination .pagination{display:flex;gap:.5rem;list-style:none;padding:0;margin:0}.collection-pagination .pagination a,.collection-pagination .pagination .current{display:flex;align-items:center;justify-content:center;min-width:44px;height:44px;padding:0 1rem;background:var(--whyper-bg-card);border:1px solid var(--whyper-border);color:var(--whyper-text-muted);text-decoration:none;border-radius:var(--whyper-radius);font-weight:600;font-size:.875rem;transition:all var(--whyper-transition)}.collection-pagination .pagination a:hover{background:var(--whyper-bg-elevated);border-color:var(--whyper-border-hover);color:var(--whyper-text)}.collection-pagination .pagination .current{background:var(--whyper-accent);border-color:var(--whyper-accent);color:#fff}.collection-empty{text-align:center;padding:6rem 1.5rem}.collection-empty p{font-size:1.25rem;color:var(--whyper-text-muted);margin-bottom:1.5rem}.collections-page{max-width:1400px;margin:0 auto;padding:4rem 1.5rem}.collections-header{text-align:center;margin-bottom:4rem}.collections-header__title{font-size:clamp(2.5rem,6vw,4rem);margin-bottom:1rem;background:linear-gradient(180deg,var(--whyper-text) 0%,rgba(242,239,234,.8) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.collections-header__subtitle{font-size:1.125rem;color:var(--whyper-text-muted);max-width:500px;margin:0 auto}.collections-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:2rem}@media(min-width:640px){.collections-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.collections-grid{grid-template-columns:repeat(3,1fr);gap:2.5rem}}.collection-card{display:flex;flex-direction:column;text-decoration:none;color:inherit;transition:transform var(--whyper-transition)}.collection-card:hover{transform:translateY(-8px)}.collection-card__image-wrapper{position:relative;aspect-ratio:1;border-radius:var(--whyper-radius-lg);overflow:hidden;background:linear-gradient(145deg,var(--whyper-bg-elevated) 0%,var(--whyper-bg-card) 100%);border:1px solid var(--whyper-border);margin-bottom:1.25rem}.collection-card__image{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.4,0,.2,1)}.collection-card:hover .collection-card__image{transform:scale(1.05)}.collection-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(145deg,var(--whyper-bg-elevated) 0%,var(--whyper-bg-card) 100%)}.collection-card__placeholder span{font-size:6rem;font-weight:900;color:var(--whyper-text-subtle);text-transform:uppercase}.collection-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 50%,rgba(11,11,12,.9) 100%);display:flex;align-items:flex-end;justify-content:center;padding:1.5rem;opacity:0;transition:opacity var(--whyper-transition)}.collection-card:hover .collection-card__overlay{opacity:1}.collection-card__count{font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--whyper-text);padding:.5rem 1rem;background:#d11f2ae6;border-radius:var(--whyper-radius)}.collection-card__content{padding:0 .5rem}.collection-card__title{font-size:1.375rem;font-weight:700;margin-bottom:.5rem;color:var(--whyper-text);transition:color var(--whyper-transition)}.collection-card:hover .collection-card__title{color:var(--whyper-accent)}.collection-card__description{font-size:.9375rem;color:var(--whyper-text-muted);line-height:1.6;margin:0}.collections-empty{text-align:center;padding:6rem 1.5rem}.collections-empty p{font-size:1.25rem;color:var(--whyper-text-muted);margin-bottom:1.5rem}.custom-section{position:relative;overflow:hidden;width:100%}.custom-section__background{position:absolute;width:100%;height:100%;z-index:-1;overflow:hidden}.custom-section__background img{position:absolute;width:100%;height:auto;top:50%;left:50%;transform:translate(-50%,-50%)}.custom-section__content{display:grid;grid-template-columns:var(--content-grid)}.custom-section__content>*{grid-column:2}.site-footer{background:linear-gradient(180deg,var(--whyper-bg) 0%,var(--whyper-bg-elevated) 100%);border-top:1px solid var(--whyper-border);padding:4rem 1.5rem 2rem;margin-top:auto}.footer__top{display:grid;grid-template-columns:2fr 1fr;gap:4rem;max-width:1200px;margin:0 auto 3rem;padding-bottom:3rem;border-bottom:1px solid var(--whyper-border)}@media(max-width:768px){.footer__top{grid-template-columns:1fr;gap:2rem}}.footer__logo{display:inline-block;margin-bottom:1.5rem;text-decoration:none}.footer__logo-text{font-size:1.5rem;font-weight:900;letter-spacing:.1em;color:var(--whyper-text)}.footer__logo img{max-height:40px;width:auto}.footer__newsletter-text{font-size:.9375rem;color:var(--whyper-text-muted);margin-bottom:1rem}.footer__newsletter-form{display:flex;gap:.75rem}.footer__newsletter-form input{flex:1;padding:.875rem 1rem;background:var(--whyper-bg-card);border:1px solid var(--whyper-border);color:var(--whyper-text);border-radius:var(--whyper-radius);font-size:.875rem}.footer__newsletter-form input:focus{border-color:var(--whyper-accent);outline:none}.footer__newsletter-form button{padding:.875rem 1.5rem;font-size:.75rem}.footer__nav{display:flex;flex-direction:column;gap:1rem}.footer__nav a{color:var(--whyper-text-muted);text-decoration:none;font-size:.9375rem;font-weight:500;transition:color var(--whyper-transition)}.footer__nav a:hover{color:var(--whyper-accent)}.footer__bottom{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;flex-wrap:wrap;gap:1rem}.footer__copyright{font-size:.875rem;color:var(--whyper-text-subtle)}.footer__payment{display:flex;gap:.75rem;align-items:center}.footer__payment svg{width:38px;height:24px;opacity:.7;transition:opacity var(--whyper-transition)}.footer__payment svg:hover{opacity:1}.welcome{display:grid;grid-template-columns:var(--content-grid);background-color:#f6f6f7;padding:72px 0}.welcome-content{grid-column:2;display:flex;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:0 24px}.welcome-description{max-width:80ch;line-height:1.4;margin-top:1.5rem}.icon{width:300px}.highlights{display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-top:50px}@media(max-width:1100px){.highlights{grid-template-columns:1fr}}.highlight{display:flex;flex-direction:column;height:100%;padding:24px;border-radius:8px;background-color:#eef3ff;color:#5c5f62;line-height:1.4}.highlight>*+*{margin-top:1rem}.highlight h3{font-size:1rem;color:#202223}.highlight-description{flex:1 1}.highlight a{display:flex;width:fit-content;background-color:#fafbfb;box-shadow:#0003 0 -3px inset,#ffffffe6 0 2px inset;border:1px solid rgb(140,145,150);border-radius:4px;color:#5c5f62;padding:3px 10px 5px;text-decoration:none}.page-container{padding:3rem 1.5rem;max-width:var(--page-width);margin:0 auto}.page-container--narrow{max-width:720px}.page-title{margin-bottom:2rem;text-align:center}.page-content{line-height:1.7}.page-content h2,.page-content h3{margin-top:2.5rem;margin-bottom:1rem}.page-content p{margin-bottom:1.25rem}.page-content a{color:var(--color-accent);text-decoration:underline}.page-content ul,.page-content ol{margin-bottom:1.25rem;padding-left:1.5rem}.page-content li{margin-bottom:.5rem}.product-carousel{width:100%}.product-carousel__main{position:relative;aspect-ratio:1;background:linear-gradient(145deg,var(--whyper-bg-elevated) 0%,var(--whyper-bg-card) 100%);border-radius:var(--whyper-radius-lg);overflow:hidden;margin-bottom:1.25rem;border:1px solid var(--whyper-border)}.product-carousel__slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .4s cubic-bezier(.4,0,.2,1);pointer-events:none}.product-carousel__slide.is-active{opacity:1;pointer-events:auto}.product-carousel__slide .product-image{width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:2rem}.product-carousel__slide .product-image img{max-width:100%;max-height:100%;object-fit:contain;transition:transform .6s cubic-bezier(.4,0,.2,1)}.product-carousel__slide.is-active .product-image img{transform:scale(1)}.product-carousel__nav{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#0b0b0ce6;border:1px solid var(--whyper-border);color:var(--whyper-text);border-radius:50%;cursor:pointer;z-index:10;transition:all var(--whyper-transition);padding:0;margin:0;-webkit-appearance:none;appearance:none;outline:none;box-shadow:0 4px 20px #0000004d}.product-carousel__nav:hover{background:var(--whyper-accent);border-color:var(--whyper-accent);transform:translateY(-50%) scale(1.1);box-shadow:0 8px 30px #d11f2a66}.product-carousel__nav:active{transform:translateY(-50%) scale(.95)}.product-carousel__nav--prev{left:1rem}.product-carousel__nav--next{right:1rem}.product-carousel__nav svg{width:20px;height:20px}.product-carousel__thumbnails{display:flex;gap:.75rem;overflow-x:auto;padding:.25rem;margin:-.25rem;scrollbar-width:thin;scrollbar-color:var(--whyper-border) transparent}.product-carousel__thumb{flex-shrink:0;width:72px;height:72px;padding:0;background:var(--whyper-bg-elevated);border:2px solid transparent;border-radius:4px;cursor:pointer;overflow:hidden;transition:border-color .2s ease}.product-carousel__thumb:hover,.product-carousel__thumb.is-active{border-color:var(--color-accent)}.product-carousel__thumb img{width:100%;height:100%;object-fit:cover}.product-info{padding:1.5rem 0}.product-price{font-size:1.5rem;font-weight:700;color:var(--color-foreground);margin-bottom:1.5rem}.product-price-compare{font-size:1.125rem;color:#f2efea66;margin-left:.75rem;font-weight:400}.product-form{padding:1.5rem 0}.product-form form{display:flex;flex-direction:column;gap:1rem}.product-form select,.product-form input[type=text]{padding:.875rem 1rem;background-color:#f2efea0d;border:1px solid rgba(242,239,234,.15);color:var(--color-foreground);border-radius:4px}.product-form select:disabled,.product-form input[type=text]:disabled{opacity:.5;cursor:not-allowed}.product-form input[type=submit]:disabled{opacity:.5;cursor:not-allowed;background-color:#f2efea1a;border-color:transparent}.product-sold-out-badge{padding:1rem;background-color:var(--color-accent);color:#fff;text-align:center;font-weight:700;text-transform:uppercase;letter-spacing:.05em;border-radius:4px;margin-bottom:1rem}@media(min-width:768px){.shopify-section:has(.product-images){display:grid;grid-template-columns:var(--content-margin) 1fr 1fr var(--content-margin);gap:3rem 2rem}.product-images{grid-column:2}.product-info,.product-form{grid-column:3}}.search-results{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.search-results .prev,.search-results .page,.search-results .next{grid-column:1 / -1}.contact-page{max-width:1200px;margin:0 auto;padding:4rem 1.5rem 6rem}.contact__header{text-align:center;margin-bottom:4rem}.contact__logo{margin-bottom:1rem;display:flex;justify-content:center}.contact__logo img{max-width:250px;width:100%;height:auto;filter:drop-shadow(0 4px 20px rgba(209,31,42,.3))}.contact__subtitle{font-size:1rem;color:var(--whyper-text-muted);letter-spacing:.2em;text-transform:uppercase}.contact__grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}@media(max-width:900px){.contact__grid{grid-template-columns:1fr;gap:3rem}}.contact__image{position:relative}.contact__image-wrapper{position:relative;border-radius:var(--whyper-radius-lg);overflow:hidden;box-shadow:0 30px 60px #00000080,0 0 0 1px #ffffff0d}.contact__img{width:100%;height:auto;display:block;filter:contrast(1.1)}.contact__image-glow{position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;background:linear-gradient(135deg,rgba(209,31,42,.4),transparent,rgba(209,31,42,.2));border-radius:calc(var(--whyper-radius-lg) + 2px);z-index:-1;animation:glowPulse 3s ease-in-out infinite}@keyframes glowPulse{0%,to{opacity:.5}50%{opacity:1}}.contact__content{display:flex;flex-direction:column;gap:2.5rem}.contact__bio p{font-size:1.125rem;line-height:1.8;color:var(--whyper-text-muted);margin-bottom:1rem}.contact__bio p:first-child{font-size:1.25rem;color:var(--whyper-text);font-weight:600}.contact__links-title{font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em;color:var(--whyper-accent);margin-bottom:1rem}.contact__socials{display:flex;flex-wrap:wrap;gap:1rem}.contact__social{display:flex;align-items:center;gap:.75rem;padding:.875rem 1.25rem;background:var(--whyper-bg-card);border:1px solid var(--whyper-border);border-radius:var(--whyper-radius);color:var(--whyper-text);text-decoration:none;font-size:.875rem;font-weight:600;transition:all var(--whyper-transition)}.contact__social:hover{border-color:var(--whyper-accent);background:#d11f2a1a;transform:translateY(-2px)}.contact__social svg{color:var(--whyper-accent)}.contact__booking p,.contact__merch p{font-size:1rem;color:var(--whyper-text-muted)}.contact__booking a,.contact__merch a{color:var(--whyper-text);text-decoration:none;font-weight:600;border-bottom:1px solid var(--whyper-accent);transition:color var(--whyper-transition)}.contact__booking a:hover,.contact__merch a:hover{color:var(--whyper-accent)}.whyper-hero{min-height:100vh;display:flex;flex-direction:column;justify-content:center;padding:0rem 1.5rem 6rem;position:relative;overflow:hidden;background:radial-gradient(ellipse at 20% 50%,rgba(209,31,42,.06) 0%,transparent 50%),radial-gradient(ellipse at 80% 20%,rgba(209,31,42,.04) 0%,transparent 40%)}.whyper-hero__bg-elements{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden;pointer-events:none}.whyper-hero__grid-line{position:absolute;top:0;width:1px;height:100%;background:linear-gradient(180deg,transparent 0%,rgba(209,31,42,.08) 50%,transparent 100%)}.whyper-hero__grid-line:nth-child(1){left:15%}.whyper-hero__grid-line:nth-child(2){left:50%;opacity:.5}.whyper-hero__grid-line:nth-child(3){left:85%}.whyper-hero__container{display:grid;grid-template-columns:1fr 1fr;gap:4rem;max-width:1400px;margin:0 auto;align-items:center;width:100%;position:relative;z-index:1}@media(max-width:1024px){.whyper-hero__container{grid-template-columns:1fr;gap:3rem;text-align:center}}.whyper-hero__content{max-width:600px}@media(max-width:1024px){.whyper-hero__content{max-width:100%;order:2}}.whyper-hero__eyebrow{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.3em;color:var(--whyper-accent);margin-bottom:1.5rem;display:inline-flex;align-items:center;gap:.75rem}.whyper-hero__eyebrow:before{content:"";width:30px;height:1px;background:var(--whyper-accent)}.whyper-hero__eyebrow span{animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}.whyper-hero__title{margin-bottom:1.5rem;line-height:.95;font-size:clamp(2.5rem,5vw,4.5rem);background:linear-gradient(180deg,#fff,#ffffffd9);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.whyper-hero__subtitle{font-size:clamp(1rem,1.5vw,1.125rem);color:var(--whyper-text-muted);margin-bottom:2.5rem;line-height:1.7;max-width:480px}@media(max-width:1024px){.whyper-hero__subtitle{max-width:100%}}.whyper-hero__cta{margin-bottom:1.5rem;font-size:.8125rem;letter-spacing:.15em}.whyper-hero__cta svg{transition:transform .3s ease}.whyper-hero__cta:hover svg{transform:translate(4px)}.whyper-hero__note{display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.6875rem;color:var(--whyper-text-subtle);text-transform:uppercase;letter-spacing:.15em}@media(max-width:1024px){.whyper-hero__note{justify-content:center}}.whyper-hero__image{position:relative;display:flex;justify-content:center;align-items:center}@media(max-width:1024px){.whyper-hero__image{order:1}}.whyper-hero__image-wrapper{position:relative;width:100%;max-width:700px;border-radius:var(--whyper-radius-lg);overflow:hidden;box-shadow:0 40px 80px #00000080,0 0 0 1px #ffffff0d}.whyper-hero__img{width:100%;height:auto;display:block;transition:transform .6s cubic-bezier(.4,0,.2,1)}.whyper-hero__image-wrapper:hover .whyper-hero__img{transform:scale(1.02)}.whyper-hero__image-glow{position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;background:linear-gradient(135deg,rgba(209,31,42,.3),transparent,rgba(209,31,42,.1));border-radius:calc(var(--whyper-radius-lg) + 2px);z-index:-1;opacity:0;transition:opacity .4s ease}.whyper-hero__image-wrapper:hover .whyper-hero__image-glow{opacity:1}.whyper-hero__scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.75rem;color:var(--whyper-text-subtle);font-size:.6875rem;text-transform:uppercase;letter-spacing:.2em}.whyper-hero__scroll-line{width:1px;height:40px;background:linear-gradient(180deg,var(--whyper-accent),transparent);animation:scrollBounce 2s ease-in-out infinite}@keyframes scrollBounce{0%,to{transform:scaleY(1);opacity:1}50%{transform:scaleY(.6);opacity:.5}}@media(max-width:768px){.whyper-hero{padding:6rem 1.5rem 4rem;min-height:auto}.whyper-hero__scroll-indicator{display:none}.whyper-hero__image-wrapper{max-width:100%}}.group{display:flex;flex-wrap:nowrap;overflow:hidden;width:100%}.group--horizontal{flex-direction:row;justify-content:space-between;align-items:center;padding:0 var(--padding)}.group--vertical{flex-direction:column;align-items:var(--alignment);padding:var(--padding) 0}.text{text-align:var(--text-align)}.text--title{font-size:2rem;font-weight:700}.text--subtitle{font-size:1.5rem}.image{display:block;position:relative;overflow:hidden;width:100%;height:auto}.image>img{width:100%;height:auto}
/*# sourceMappingURL=/cdn/shop/t/3/compiled_assets/styles.css.map */
