.products-grid{padding:4rem 0}@media(min-width:640px){.products-grid{padding:5rem 0}}@media(min-width:768px){.products-grid{padding:7rem 0}}.products-grid--gray{background:#f9fafb}.products-grid__header{display:flex;flex-direction:column;gap:1rem;margin-bottom:2.5rem}@media(min-width:768px){.products-grid__header{flex-direction:row;justify-content:space-between;align-items:flex-end;gap:1.5rem;margin-bottom:4rem}}.products-grid__link{color:var(--foreground);font-weight:500;letter-spacing:.05em;display:flex;align-items:center;gap:.5rem;transition:color var(--transition-normal);touch-action:manipulation}.products-grid__link:hover{color:var(--accent)}.products-grid__link svg{width:1rem;height:1rem;transition:transform var(--transition-normal)}.products-grid__link:hover svg{transform:translate(4px)}.products-grid__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(min-width:640px){.products-grid__grid{gap:1.5rem}}@media(min-width:1024px){.products-grid__grid{grid-template-columns:repeat(4,1fr);gap:2rem}}.products-grid__grid--3col{grid-template-columns:repeat(1,1fr);gap:2rem}@media(min-width:640px){.products-grid__grid--3col{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.products-grid__grid--3col{grid-template-columns:repeat(3,1fr)}}.better-sleep{padding:4rem 0;background:#1a2124;color:#fff;overflow:hidden}@media(min-width:640px){.better-sleep{padding:5rem 0}}@media(min-width:768px){.better-sleep{padding:7rem 0}}.better-sleep__grid{display:grid;grid-template-columns:1fr;gap:2rem;align-items:center}@media(min-width:1024px){.better-sleep__grid{grid-template-columns:1fr 1fr;gap:4rem}}.better-sleep__content{order:2}@media(min-width:1024px){.better-sleep__content{order:1}}.better-sleep__benefits{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}@media(min-width:640px){.better-sleep__benefits{gap:1.5rem}}.better-sleep__benefit{display:flex;align-items:flex-start;gap:1rem}.better-sleep__benefit-icon{width:2.5rem;height:2.5rem;border-radius:50%;background:#8bc3941a;display:flex;align-items:center;justify-content:center;flex-shrink:0}@media(min-width:640px){.better-sleep__benefit-icon{width:3rem;height:3rem}}.better-sleep__benefit-icon svg{width:1.25rem;height:1.25rem;color:var(--accent)}@media(min-width:640px){.better-sleep__benefit-icon svg{width:1.5rem;height:1.5rem}}.better-sleep__benefit h3{font-family:var(--font-display);font-size:1rem;color:#fff;margin-bottom:.25rem}@media(min-width:640px){.better-sleep__benefit h3{font-size:1.125rem}}.better-sleep__benefit p{font-size:.875rem;color:#fff9;font-weight:300}.better-sleep__image{order:1;position:relative}@media(min-width:1024px){.better-sleep__image{order:2}}.better-sleep__image img{width:100%;height:100%;object-fit:cover}.better-sleep__price-card{position:absolute;bottom:1rem;right:1rem;background:#fff;color:var(--foreground);padding:1rem;box-shadow:0 10px 40px #0003;max-width:200px}@media(min-width:640px){.better-sleep__price-card{bottom:2rem;right:2rem;padding:1.5rem;max-width:240px}}.better-sleep__price-label{font-size:.75rem;color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.25rem}.better-sleep__price-value{font-family:var(--font-display);font-size:1.5rem;font-weight:500;color:var(--foreground);margin-bottom:.5rem}@media(min-width:640px){.better-sleep__price-value{font-size:1.875rem}}.better-sleep__price-monthly{font-size:.75rem;color:var(--muted-foreground)}@media(min-width:640px){.better-sleep__price-monthly{font-size:.875rem}}.promo-banner{position:relative;padding:4rem 0;overflow:hidden}@media(min-width:640px){.promo-banner{padding:5rem 0}}@media(min-width:768px){.promo-banner{padding:6rem 0}}@media(min-width:1024px){.promo-banner{padding:8rem 0}}.promo-banner__bg{position:absolute;top:0;right:0;bottom:0;left:0}.promo-banner__bg img{width:100%;height:100%;object-fit:cover}.promo-banner__bg-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#333e42d9}.promo-banner__content{position:relative;max-width:42rem;margin:0 auto;text-align:center;color:#fff}.store-locations{padding:3rem 0}@media(min-width:640px){.store-locations{padding:4rem 0}}@media(min-width:768px){.store-locations{padding:5rem 0}}@media(min-width:1024px){.store-locations{padding:7rem 0}}.store-locations__header{text-align:center;margin-bottom:2rem}@media(min-width:640px){.store-locations__header{margin-bottom:3rem}}@media(min-width:768px){.store-locations__header{margin-bottom:4rem}}.store-locations__grid{display:grid;grid-template-columns:1fr;gap:1.5rem;max-width:72rem;margin:0 auto}@media(min-width:640px){.store-locations__grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media(min-width:768px){.store-locations__grid{grid-template-columns:repeat(3,1fr)}}.store-card__image{aspect-ratio:16/10;overflow:hidden;margin-bottom:1rem}@media(min-width:640px){.store-card__image{margin-bottom:1.5rem}}.store-card__image img{width:100%;height:100%;object-fit:cover;transition:transform var(--transition-slider)}.store-card:hover .store-card__image img{transform:scale(1.05)}.store-card__city{font-family:var(--font-display);font-size:1.25rem;color:var(--foreground);margin-bottom:.75rem}@media(min-width:640px){.store-card__city{font-size:1.5rem;margin-bottom:1rem}}.store-card__info{display:flex;flex-direction:column;gap:.5rem;font-size:.75rem;margin-bottom:1rem}@media(min-width:640px){.store-card__info{gap:.75rem;font-size:.875rem;margin-bottom:1.5rem}}.store-card__info-item{display:flex;align-items:center;gap:.75rem}@media(min-width:640px){.store-card__info-item{gap:1rem}}.store-card__info-item svg{width:1rem;height:1rem;color:var(--accent);flex-shrink:0}@media(min-width:640px){.store-card__info-item svg{width:1.25rem;height:1.25rem}}.store-card__info-item a{color:var(--muted-foreground);font-weight:300;transition:color var(--transition-normal)}.store-card__info-item a:hover{color:var(--accent)}.store-card__info-item span{color:var(--muted-foreground);font-weight:300}.store-card__map-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--foreground);font-weight:500;transition:color var(--transition-normal);font-size:.875rem}.store-card__map-link:hover{color:var(--accent)}.store-card__map-link svg{width:1rem;height:1rem;transition:transform var(--transition-normal)}.store-card__map-link:hover svg{transform:translate(4px)}.site-footer{background:var(--primary);color:var(--primary-foreground);padding:3rem 0 0}@media(min-width:640px){.site-footer{padding:4rem 0 0}}@media(min-width:768px){.site-footer{padding:5rem 0 0}}.footer__grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:640px){.footer__grid{grid-template-columns:repeat(2,1fr);gap:2.5rem}}@media(min-width:1024px){.footer__grid{grid-template-columns:1.5fr 1fr 1fr 1fr}}.footer__title{font-family:var(--font-display);font-size:1.25rem;color:#fff;margin-bottom:1rem}@media(min-width:640px){.footer__title{font-size:1.5rem;margin-bottom:1.5rem}}.footer__desc{color:#fff9;font-size:.875rem;font-weight:300;line-height:1.6;margin-bottom:1rem}.footer__social{display:flex;gap:.75rem}.footer__social a{width:2.5rem;height:2.5rem;border-radius:50%;border:1px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;color:#fff;transition:all var(--transition-normal)}.footer__social a:hover{background:var(--accent);color:var(--accent-foreground);border-color:var(--accent)}.footer__social svg{width:1.125rem;height:1.125rem}.footer__heading{font-family:var(--font-display);font-size:1.125rem;color:var(--accent);margin-bottom:.75rem}@media(min-width:640px){.footer__heading{font-size:1.25rem;margin-bottom:1rem}}.footer__links{display:flex;flex-direction:column;gap:.5rem}@media(min-width:640px){.footer__links{gap:.625rem}}.footer__links a{color:#ffffffb3;font-size:.875rem;font-weight:300;transition:color var(--transition-normal);display:flex;align-items:center;gap:.5rem}.footer__links a:hover{color:var(--accent)}.footer__contact-item{display:flex;align-items:flex-start;gap:.75rem;color:#ffffffb3;font-size:.875rem;font-weight:300;margin-bottom:.5rem}.footer__contact-item svg{width:1rem;height:1rem;color:var(--accent);margin-top:.125rem;flex-shrink:0}.footer__contact-item a{color:#ffffffb3;transition:color var(--transition-normal)}.footer__contact-item a:hover{color:var(--accent)}.footer__bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:2rem;padding:1.5rem 0;display:flex;flex-direction:column;gap:1rem;align-items:center;text-align:center}@media(min-width:768px){.footer__bottom{flex-direction:row;justify-content:space-between;margin-top:3rem}}.footer__bottom-text{font-size:.75rem;color:#ffffff80}.footer__bottom-links{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.footer__bottom-links a{font-size:.75rem;color:#ffffff80;transition:color var(--transition-normal)}.footer__bottom-links a:hover{color:var(--accent)}.breadcrumb{background:#f2f4f54d;padding:.75rem 0}.breadcrumb__nav{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--muted-foreground);overflow-x:auto}.breadcrumb__nav a{white-space:nowrap;transition:color var(--transition-normal)}.breadcrumb__nav a:hover{color:var(--accent)}.breadcrumb__nav span{color:var(--foreground);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.breadcrumb__sep{flex-shrink:0}.breadcrumb__sep svg{width:1rem;height:1rem}.product-section{padding:1.5rem 0}@media(min-width:768px){.product-section{padding:3rem 0}}.product-section__grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:1024px){.product-section__grid{grid-template-columns:1fr 1fr;gap:3rem}}.product-gallery{display:flex;flex-direction:column;gap:1rem}.product-gallery__main{position:relative;aspect-ratio:4/5;overflow:hidden;border-radius:.5rem;background:#f2f4f533}.product-gallery__main img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease;cursor:zoom-in}.product-gallery__main img.zoomed{transform:scale(1.5);cursor:zoom-out}.product-gallery__actions{position:absolute;top:1rem;right:1rem;display:flex;flex-direction:column;gap:.5rem}.product-gallery__action{padding:.75rem;background:#ffffffe6;border-radius:50%;transition:background var(--transition-normal)}.product-gallery__action:hover{background:var(--background)}.product-gallery__action svg{width:1.25rem;height:1.25rem}.product-gallery__nav{position:absolute;top:50%;transform:translateY(-50%);padding:.5rem;background:#ffffffe6;border-radius:50%;opacity:0;transition:opacity var(--transition-normal)}.product-gallery__main:hover .product-gallery__nav{opacity:1}.product-gallery__nav--prev{left:1rem}.product-gallery__nav--next{right:1rem}.product-gallery__nav svg{width:1.25rem;height:1.25rem}.product-gallery__counter{position:absolute;bottom:1rem;left:50%;transform:translate(-50%);background:#ffffffe6;padding:.25rem .75rem;border-radius:9999px;font-size:.875rem}.product-gallery__thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem}@media(min-width:640px){.product-gallery__thumbs{grid-template-columns:repeat(5,1fr);gap:.75rem}}.product-gallery__thumb{aspect-ratio:1/1;overflow:hidden;border-radius:.375rem;border:2px solid transparent;transition:all var(--transition-normal);cursor:pointer}.product-gallery__thumb.active{border-color:var(--accent);box-shadow:0 0 0 2px #8bc39433}.product-gallery__thumb:hover{border-color:#676e764d}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.product-info{display:flex;flex-direction:column;gap:1.5rem}.product-info__sku{font-size:.875rem;color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.05em}.product-info__title{font-family:var(--font-display);font-size:1.5rem;font-weight:700;color:var(--foreground)}@media(min-width:640px){.product-info__title{font-size:1.875rem}}@media(min-width:768px){.product-info__title{font-size:2.25rem}}.product-info__price-row{display:flex;flex-wrap:wrap;align-items:baseline;gap:.75rem}.product-info__price{font-size:1.5rem;font-weight:700;color:var(--foreground)}@media(min-width:640px){.product-info__price{font-size:1.875rem}}.product-info__price--original{font-size:1.125rem;color:var(--muted-foreground);text-decoration:line-through}@media(min-width:640px){.product-info__price--original{font-size:1.25rem}}.product-info__save{font-size:.875rem;font-weight:500;color:var(--destructive);background:#dc26261a;padding:.25rem .5rem;border-radius:.25rem}.product-info__monthly{font-size:.875rem;color:var(--muted-foreground);margin-top:.5rem}.product-info__desc{font-size:.875rem;color:var(--muted-foreground);line-height:1.6}.product-info__meta{display:flex;flex-wrap:wrap;gap:1rem;font-size:.875rem}.product-info__meta-item{display:flex;align-items:center;gap:.5rem}.product-info__meta-item svg{width:1rem;height:1rem;color:var(--accent)}.product-info__meta-item span{color:var(--muted-foreground)}.product-info__meta-item strong{color:var(--foreground);font-weight:500}.variant-select{display:flex;flex-direction:column;gap:.75rem}.variant-select__label{font-size:.875rem;font-weight:600}.variant-select select{width:100%;height:3rem;padding:0 1rem;border:1px solid var(--border);background:var(--background);font-family:var(--font-body);font-size:.875rem;-webkit-appearance:auto;appearance:auto}.color-options{display:flex;flex-wrap:wrap;gap:.5rem}.color-option{padding:.625rem 1rem;border:2px solid var(--border);border-radius:.375rem;font-size:.875rem;font-weight:500;background:var(--background);transition:all var(--transition-normal)}.color-option.active{border-color:var(--accent);background:#8bc3941a;color:var(--accent)}.color-option:hover{border-color:#676e7680}.quantity-selector{display:flex;align-items:center;gap:1rem}.quantity-controls{display:flex;align-items:center;border:1px solid var(--border);border-radius:.375rem;background:var(--background)}.quantity-controls button{padding:.75rem;transition:background var(--transition-normal)}.quantity-controls button:hover{background:var(--secondary)}.quantity-controls button:disabled{opacity:.5;cursor:not-allowed}.quantity-controls button svg{width:1rem;height:1rem}.quantity-controls span{width:3rem;text-align:center;font-weight:600}.stock-info{font-size:.875rem}.stock-info--low{color:var(--destructive)}.stock-info--ok{color:var(--muted-foreground)}.product-total{background:#f2f4f54d;border-radius:.5rem;padding:1rem;display:flex;justify-content:space-between;align-items:center}.product-total__label{color:var(--muted-foreground)}.product-total__value{font-size:1.5rem;font-weight:700;color:var(--foreground)}.product-actions{display:flex;gap:.75rem}.product-actions__buy{flex:1;background:var(--accent);color:var(--accent-foreground);font-weight:600;height:3.5rem;font-size:1rem;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;transition:all var(--transition-normal)}.product-actions__buy:hover{background:var(--accent-dark);transform:scale(1.02)}.product-actions__buy:active{transform:scale(.98)}.product-actions__buy:disabled{opacity:.5;cursor:not-allowed}.product-actions__buy svg{width:1.25rem;height:1.25rem}.product-actions__fav{width:3.5rem;height:3.5rem;border:1px solid var(--border);display:flex;align-items:center;justify-content:center;transition:all var(--transition-normal)}.product-actions__fav:hover{border-color:var(--accent);color:var(--accent)}.product-actions__fav.active{background:#8bc3941a;border-color:var(--accent);color:var(--accent)}.product-actions__fav svg{width:1.25rem;height:1.25rem}.trust-badges{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;padding-top:1.5rem;border-top:1px solid var(--border)}@media(min-width:640px){.trust-badges{grid-template-columns:repeat(4,1fr)}}.trust-badge{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.5rem;padding:.75rem;border-radius:.5rem;background:#f2f4f54d}.trust-badge svg{width:1.5rem;height:1.5rem;color:var(--accent)}.trust-badge span{font-size:.75rem;color:var(--muted-foreground)}.product-tabs{background:#f2f4f54d;padding:2rem 0}.product-tabs__nav{display:flex;border-bottom:1px solid var(--border);gap:0;overflow-x:auto}.product-tab-btn{padding:.75rem 1rem;font-size:.875rem;font-weight:500;color:var(--muted-foreground);border-bottom:2px solid transparent;transition:all var(--transition-normal);white-space:nowrap}@media(min-width:640px){.product-tab-btn{padding:.75rem 1.5rem}}.product-tab-btn:hover{color:var(--foreground)}.product-tab-btn.active{color:var(--foreground);border-bottom-color:var(--accent)}.product-tab-panel{display:none;padding:1.5rem 0}.product-tab-panel.active{display:block}.feature-list{display:flex;flex-direction:column;gap:.5rem}.feature-list li{display:flex;align-items:flex-start;gap:.5rem;font-size:.875rem;color:var(--muted-foreground)}.feature-list li svg{width:1rem;height:1rem;color:var(--accent);flex-shrink:0;margin-top:.25rem}.spec-table{width:100%}.spec-table tr:not(:last-child){border-bottom:1px solid var(--border)}.spec-table td{padding:.75rem 0;font-size:.875rem}.spec-table td:first-child{color:var(--muted-foreground);width:40%}.spec-table td:last-child{color:var(--foreground);font-weight:500}.social-proof{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;padding-top:1rem;border-top:1px solid var(--border)}.social-proof__stars{display:flex;align-items:center;gap:.125rem}.social-proof__stars svg{width:1rem;height:1rem}.social-proof__stars svg.filled{fill:#facc15;color:#facc15}.social-proof__stars svg.empty{color:var(--muted)}.social-proof__rating{font-weight:600}.social-proof__count{font-size:.875rem;color:var(--muted-foreground)}.social-proof__item{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--muted-foreground)}.social-proof__item svg{width:1rem;height:1rem}.related-products{padding:3rem 0}@media(min-width:768px){.related-products{padding:4rem 0}}.related-products--alt{background:#f2f4f54d}.collection-hero{background:var(--primary);color:#fff;text-align:center;padding:3rem 0}@media(min-width:768px){.collection-hero{padding:5rem 0}}.collection-hero__title{font-family:var(--font-display);font-size:2rem;font-weight:500;margin-bottom:.5rem}@media(min-width:768px){.collection-hero__title{font-size:3rem}}.collection-hero__count{color:#fff9;font-size:.875rem}.collection-toolbar{padding:1rem 0;border-bottom:1px solid var(--border);margin-bottom:2rem}.collection-toolbar__inner{display:flex;justify-content:space-between;align-items:center}.collection-toolbar select{padding:.5rem 1rem;border:1px solid var(--border);background:var(--background);font-family:var(--font-body);font-size:.875rem}.collection-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;padding-bottom:3rem}@media(min-width:768px){.collection-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media(min-width:1024px){.collection-grid{grid-template-columns:repeat(4,1fr);gap:2rem}}.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:998;opacity:0;visibility:hidden;transition:all var(--transition-normal)}.cart-overlay.open{opacity:1;visibility:visible}.cart-drawer{position:fixed;top:0;right:0;width:90vw;max-width:450px;height:100%;background:var(--background);z-index:999;transform:translate(100%);transition:transform var(--transition-normal);box-shadow:-10px 0 30px #0000001a;display:flex;flex-direction:column}.cart-drawer.open{transform:translate(0)}.cart-drawer__header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;border-bottom:1px solid var(--border)}.cart-drawer__title{font-family:var(--font-display);font-size:1.25rem}.cart-drawer__close svg{width:1.5rem;height:1.5rem}.cart-drawer__items{flex:1;overflow-y:auto;padding:1.5rem}.cart-drawer__empty{text-align:center;padding:3rem 0;color:var(--muted-foreground)}.cart-drawer__empty svg{width:3rem;height:3rem;margin:0 auto 1rem}.cart-item{display:flex;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--border)}.cart-item__image{width:5rem;height:5rem;flex-shrink:0;overflow:hidden;border-radius:.25rem}.cart-item__image img{width:100%;height:100%;object-fit:cover}.cart-item__info{flex:1}.cart-item__name{font-family:var(--font-display);font-size:.875rem;margin-bottom:.25rem}.cart-item__price{font-weight:600;font-size:.875rem}.cart-item__qty{display:flex;align-items:center;gap:.5rem;margin-top:.5rem}.cart-item__qty button{width:1.5rem;height:1.5rem;border:1px solid var(--border);border-radius:.25rem;display:flex;align-items:center;justify-content:center;font-size:.75rem}.cart-item__remove{color:var(--muted-foreground);font-size:.75rem;margin-top:.25rem;transition:color var(--transition-normal)}.cart-item__remove:hover{color:var(--destructive)}.cart-drawer__footer{padding:1.5rem;border-top:1px solid var(--border)}.cart-drawer__total{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.cart-drawer__total-label{font-weight:500}.cart-drawer__total-value{font-size:1.25rem;font-weight:700}.cart-drawer__checkout{width:100%;background:var(--accent);color:var(--accent-foreground);padding:1rem;font-weight:600;font-size:1rem;display:flex;align-items:center;justify-content:center;gap:.5rem}.search-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;z-index:998;opacity:0;visibility:hidden;transition:all var(--transition-normal);display:flex;align-items:flex-start;justify-content:center;padding-top:15vh}.search-overlay.open{opacity:1;visibility:visible}.search-dialog{background:var(--background);width:90vw;max-width:600px;padding:2rem;border-radius:.5rem;box-shadow:0 20px 60px #0003;transform:translateY(-20px);transition:transform var(--transition-normal)}.search-overlay.open .search-dialog{transform:translateY(0)}.search-dialog__input{width:100%;padding:1rem;border:2px solid var(--border);font-family:var(--font-body);font-size:1rem;outline:none;transition:border-color var(--transition-normal)}.search-dialog__input:focus{border-color:var(--accent)}.search-dialog__close{position:absolute;top:1rem;right:1rem}.cookie-banner{position:fixed;bottom:0;left:0;right:0;background:var(--primary);color:#fff;padding:1rem;z-index:100;transform:translateY(100%);transition:transform var(--transition-normal)}.cookie-banner.show{transform:translateY(0)}.cookie-banner__inner{display:flex;flex-direction:column;gap:1rem;align-items:center;text-align:center}@media(min-width:640px){.cookie-banner__inner{flex-direction:row;text-align:left}}.cookie-banner__text{flex:1;font-size:.875rem;color:#fffc}.cookie-banner__btn{background:var(--accent);color:var(--accent-foreground);padding:.625rem 1.5rem;font-size:.875rem;font-weight:500;flex-shrink:0}.scroll-top{position:fixed;bottom:1.5rem;right:1.5rem;width:2.5rem;height:2.5rem;border-radius:50%;background:var(--primary);color:#fff;display:flex;align-items:center;justify-content:center;z-index:97;opacity:0;visibility:hidden;transition:all var(--transition-normal);box-shadow:0 4px 15px #0003}@media(min-width:640px){.scroll-top{width:3rem;height:3rem}}.scroll-top.visible{opacity:1;visibility:visible}.scroll-top:hover{background:var(--accent);color:var(--accent-foreground)}.scroll-top svg{width:1.25rem;height:1.25rem}.page-hero{background:var(--primary);color:#fff;padding:3rem 0;text-align:center}@media(min-width:640px){.page-hero{padding:4rem 0}}@media(min-width:768px){.page-hero{padding:5rem 0}}.page-hero__title{font-family:var(--font-display);font-size:clamp(1.75rem,4vw,2.75rem);font-weight:400;color:#fff;margin-bottom:.75rem}.page-hero__subtitle{font-size:clamp(.875rem,2vw,1.125rem);color:#ffffffb3;font-weight:300;max-width:32rem;margin:0 auto}.info-card{background:var(--secondary-bg, #f8f8f6);margin-bottom:2rem;overflow:hidden}.info-card__header{display:flex;align-items:center;gap:1rem;padding:1.5rem 2rem;border-bottom:1px solid rgba(0,0,0,.05)}.info-card__icon{width:2.5rem;height:2.5rem;border-radius:50%;background:#7ebe8a1a;display:flex;align-items:center;justify-content:center;flex-shrink:0}.info-card__icon svg{width:1.25rem;height:1.25rem}.info-card__title{font-family:var(--font-display);font-size:1.25rem;color:var(--foreground);margin:0}.info-card__body{padding:1.5rem 2rem;color:var(--muted);line-height:1.7}.info-card__body p{margin-bottom:0}.info-card__body strong{color:var(--foreground)}@media(max-width:639px){.info-card__header,.info-card__body{padding:1rem 1.25rem}}
/*# sourceMappingURL=/cdn/shop/t/11/assets/pages.css.map */
