*,*:before,*:after{box-sizing:border-box}*{margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body-family);font-weight:var(--font-body-weight);font-style:var(--font-body-style);line-height:1.6;color:var(--color-text);background-color:var(--color-background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}a{color:inherit;text-decoration:none}ul,ol{list-style:none}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 1rem}@media (min-width: 640px){.container{padding:0 1.5rem}}@media (min-width: 1024px){.container{padding:0 2rem}}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:absolute;top:-100%;left:0;z-index:9999;padding:1rem;background:var(--color-primary);color:#fff}.skip-link:focus{top:0}.hidden{display:none!important}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);font-style:var(--font-heading-style);line-height:1.25}h1{font-size:2.25rem}h2{font-size:1.875rem}h3{font-size:1.5rem}h4{font-size:1.25rem}@media (min-width: 640px){h1{font-size:2.5rem}h2{font-size:2rem}}@media (min-width: 1024px){h1{font-size:3rem}h2{font-size:2.25rem}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem 1.25rem;font-weight:500;border-radius:var(--radius-md);border:1px solid transparent;cursor:pointer;transition:all .2s ease}.btn:disabled{opacity:.5;cursor:not-allowed}.btn--primary{background-color:var(--color-primary);color:#fff;border-color:var(--color-primary)}.btn--primary:hover:not(:disabled){background-color:color-mix(in srgb,var(--color-primary) 85%,black)}.btn--secondary{background-color:var(--color-secondary);color:var(--color-text);border-color:var(--color-secondary)}.btn--secondary:hover:not(:disabled){background-color:color-mix(in srgb,var(--color-secondary) 85%,black)}.btn--outline{background-color:transparent;color:var(--color-text);border-color:var(--color-border)}.btn--outline:hover:not(:disabled){background-color:var(--color-card-background);border-color:var(--color-text-muted)}.btn--ghost{background-color:transparent;color:var(--color-text)}.btn--ghost:hover:not(:disabled){background-color:#0000000d}.btn--lg{padding:.875rem 1.75rem;font-size:1.0625rem}.btn--full{width:100%}.badge{display:inline-flex;align-items:center;padding:.25rem .625rem;font-size:.75rem;font-weight:500;border-radius:var(--radius-full)}.badge--primary{background-color:var(--color-primary);color:#fff}.badge--secondary{background-color:var(--color-secondary);color:var(--color-text)}.badge--sale{background-color:var(--color-error);color:#fff}.form-group{margin-bottom:1rem}.form-label{display:block;margin-bottom:.5rem;font-weight:500}.form-input,.form-textarea,.form-select{width:100%;padding:.625rem .875rem;border:1px solid var(--color-border);border-radius:var(--radius-md);background-color:var(--color-card-background);color:var(--color-text);transition:border-color .2s ease}.form-input:focus,.form-textarea:focus,.form-select:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px #8b6f471a}.form-textarea{resize:vertical;min-height:120px}.site-header{position:sticky;top:0;z-index:100;background-color:#fdfbf7f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--color-border)}.header-wrapper{display:flex;align-items:center;justify-content:space-between;gap:1rem;height:4rem}.header-logo{display:flex;align-items:center}.logo-placeholder{display:flex;align-items:center;gap:.5rem}.logo-icon{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;background-color:var(--color-primary);color:#fff;font-size:1.25rem;font-weight:700;border-radius:var(--radius-lg)}.logo-text{font-size:1.25rem;font-weight:700;letter-spacing:-.025em}.header-nav{display:none}@media (min-width: 768px){.header-nav{display:block}}.nav-list{display:flex;align-items:center;gap:.25rem}.nav-link{padding:.5rem 1rem;font-weight:500;border-radius:var(--radius-md);transition:background-color .2s ease}.nav-link:hover{background-color:#0000000d}.nav-item--active .nav-link{background-color:var(--color-secondary)}.header-actions{display:flex;align-items:center;gap:.5rem}.header-icon-btn{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;background:transparent;border:none;border-radius:var(--radius-md);cursor:pointer;transition:background-color .2s ease}.header-icon-btn:hover{background-color:#0000000d}.cart-icon{position:relative}.cart-count{position:absolute;top:-.25rem;right:-.25rem;display:flex;align-items:center;justify-content:center;min-width:1.25rem;height:1.25rem;padding:0 .25rem;font-size:.6875rem;font-weight:600;background-color:var(--color-primary);color:#fff;border-radius:var(--radius-full)}.mobile-menu-toggle{display:flex}@media (min-width: 768px){.mobile-menu-toggle{display:none}}.mobile-nav{display:none;padding-bottom:1rem}.mobile-nav[aria-hidden=false]{display:block}.mobile-nav-list{display:flex;flex-direction:column;gap:.25rem}.mobile-nav-link{display:block;padding:.75rem 1rem;font-weight:500;border-radius:var(--radius-md);transition:background-color .2s ease}.mobile-nav-link:hover,.mobile-nav-link--active{background-color:var(--color-secondary)}.site-footer{background-color:var(--color-card-background);border-top:1px solid var(--color-border);padding:3rem 0}@media (min-width: 1024px){.site-footer{padding:4rem 0}}.footer-trust-badges{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;padding-bottom:2rem;margin-bottom:2rem;border-bottom:1px solid var(--color-border)}.trust-badge{display:flex;align-items:center;gap:.5rem;color:var(--color-text-muted);font-weight:500}.footer-grid{display:grid;gap:2rem}@media (min-width: 1024px){.footer-grid{grid-template-columns:1.5fr repeat(3,1fr);gap:3rem}}.footer-brand{max-width:300px}.footer-logo{display:inline-flex;margin-bottom:1rem}.footer-description{color:var(--color-text-muted);margin-bottom:1.5rem}.footer-social{display:flex;gap:.75rem}.social-link{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:var(--radius-md);transition:background-color .2s ease}.social-link:hover{background-color:#0000000d}.footer-heading{font-size:1rem;font-weight:600;margin-bottom:1rem}.footer-list li{margin-bottom:.5rem}.footer-list a{color:var(--color-text-muted);transition:color .2s ease}.footer-list a:hover{color:var(--color-text)}.footer-newsletter-text{color:var(--color-text-muted);margin-bottom:1rem}.newsletter-form{display:flex}.newsletter-input-wrapper{display:flex;width:100%}.newsletter-input{flex:1;padding:.625rem .875rem;border:1px solid var(--color-border);border-radius:var(--radius-md) 0 0 var(--radius-md);border-right:none}.newsletter-input:focus{outline:none;border-color:var(--color-primary)}.newsletter-btn{display:flex;align-items:center;justify-content:center;padding:0 1rem;background-color:var(--color-primary);color:#fff;border:none;border-radius:0 var(--radius-md) var(--radius-md) 0;cursor:pointer;transition:background-color .2s ease}.newsletter-btn:hover{background-color:color-mix(in srgb,var(--color-primary) 85%,black)}.footer-bottom{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-top:3rem;padding-top:2rem;border-top:1px solid var(--color-border);text-align:center}@media (min-width: 640px){.footer-bottom{flex-direction:row;justify-content:space-between;text-align:left}}.footer-copyright{color:var(--color-text-muted);font-size:.875rem}.footer-legal{display:flex;gap:1rem}.footer-legal a{color:var(--color-text-muted);font-size:.875rem;transition:color .2s ease}.footer-legal a:hover{color:var(--color-text)}.hero{position:relative;display:flex;align-items:center;min-height:500px;padding:4rem 0;overflow:hidden}@media (min-width: 1024px){.hero{min-height:600px;padding:6rem 0}}.hero-background{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero-image{width:100%;height:100%;object-fit:cover}.hero-placeholder-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#8b6f47,#d4a574,sienna)}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,#000000b3,#0000004d)}.hero-content{position:relative;z-index:1;max-width:600px;color:#fff}.hero-title{font-size:2.5rem;font-weight:700;line-height:1.15;margin-bottom:1.5rem}@media (min-width: 640px){.hero-title{font-size:3rem}}@media (min-width: 1024px){.hero-title{font-size:3.5rem}}.hero-subtitle{font-size:1.125rem;opacity:.9;margin-bottom:2rem}@media (min-width: 640px){.hero-subtitle{font-size:1.25rem}}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem}.hero-buttons .btn--outline{color:#fff;border-color:#ffffff80;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#ffffff1a}.hero-buttons .btn--outline:hover{background-color:#fff3;border-color:#fff}.section-header{text-align:center;margin-bottom:3rem}.section-title{margin-bottom:1rem}.section-subtitle{color:var(--color-text-muted);font-size:1.125rem;max-width:600px;margin:0 auto}.section-footer{text-align:center;margin-top:3rem}.featured-products,.collection-products{padding:4rem 0}@media (min-width: 1024px){.featured-products,.collection-products{padding:5rem 0}}.product-grid{display:grid;gap:1.5rem}@media (min-width: 640px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.product-grid{grid-template-columns:repeat(3,1fr)}}.product-card{background-color:var(--color-card-background);border:1px solid var(--color-border);border-radius:var(--radius-lg);overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.product-card-link{display:block}.product-card-image{position:relative;aspect-ratio:4 / 3;overflow:hidden;background-color:#f5f5f5}.product-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-card:hover .product-card-image img{transform:scale(1.05)}.product-card-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:var(--color-text-muted)}.product-card-badges{position:absolute;top:.75rem;left:.75rem;display:flex;flex-direction:column;gap:.5rem}.product-card-wishlist{position:absolute;top:.75rem;right:.75rem;display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;background-color:#fffc;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:none;border-radius:var(--radius-md);cursor:pointer;transition:background-color .2s ease}.product-card-wishlist:hover{background-color:#fff}.product-card-wishlist.is-wishlisted{color:#ef4444}.product-card-wishlist.is-wishlisted svg{fill:currentColor}.product-card-image-link{display:block;width:100%;height:100%}.product-card-info-link{display:block;text-decoration:none;color:inherit}.product-card-overlay{position:absolute;inset:auto .75rem .75rem;opacity:0;transition:opacity .3s ease;z-index:5}.product-card:hover .product-card-overlay{opacity:1}.add-to-cart-btn.is-loading{cursor:wait}.add-to-cart-btn.is-success{background-color:var(--color-success);border-color:var(--color-success)}.add-to-cart-btn.is-error{background-color:var(--color-error);border-color:var(--color-error)}.product-card-info{padding:1rem}.product-card-rating{display:flex;align-items:center;gap:.25rem;margin-bottom:.5rem}.stars{display:flex;gap:.125rem}.star{color:var(--color-text-muted);opacity:.4}.star--filled{color:#facc15;opacity:1}.review-count{color:var(--color-text-muted);font-size:.875rem}.product-card-title{font-size:1rem;font-weight:600;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:.5rem}.product-card-price{display:flex;align-items:center;gap:.5rem}.price{font-size:1.125rem;font-weight:700}.compare-price{color:var(--color-text-muted);text-decoration:line-through;font-size:.875rem}.product-card-variants{color:var(--color-text-muted);font-size:.75rem;margin-top:.25rem}.benefits{padding:4rem 0;background-color:var(--color-card-background)}@media (min-width: 1024px){.benefits{padding:5rem 0}}.benefits-grid{display:grid;gap:2rem}@media (min-width: 640px){.benefits-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.benefits-grid{grid-template-columns:repeat(4,1fr)}}.benefit-item{text-align:center}.benefit-icon{display:flex;align-items:center;justify-content:center;width:4rem;height:4rem;margin:0 auto 1rem;background-color:#8b6f471a;color:var(--color-primary);border-radius:var(--radius-full)}.benefit-title{font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.benefit-text{color:var(--color-text-muted);font-size:.9375rem}.testimonials{padding:4rem 0}@media (min-width: 1024px){.testimonials{padding:5rem 0}}.testimonials-grid{display:grid;gap:1.5rem}@media (min-width: 768px){.testimonials-grid{grid-template-columns:repeat(3,1fr)}}.testimonial-card{padding:1.5rem;background-color:var(--color-card-background);border:1px solid var(--color-border);border-radius:var(--radius-lg)}.testimonial-rating{display:flex;margin-bottom:1rem}.testimonial-quote{color:var(--color-text);font-style:italic;line-height:1.7;margin-bottom:1.5rem}.testimonial-author{display:flex;align-items:center;gap:.75rem}.testimonial-avatar{width:2.5rem;height:2.5rem;border-radius:var(--radius-full);object-fit:cover}.testimonial-avatar--placeholder{display:flex;align-items:center;justify-content:center;background-color:var(--color-secondary);color:var(--color-text);font-weight:600}.testimonial-name{font-weight:600}.testimonial-pet{color:var(--color-text-muted);font-size:.875rem}.collection-page{padding-bottom:4rem}.collection-header{padding:3rem 0;background-color:var(--color-card-background);margin-bottom:2rem}.collection-title{margin-bottom:.5rem}.collection-description{color:var(--color-text-muted);max-width:600px}.collection-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.collection-count{color:var(--color-text-muted);font-size:.875rem}.sort-select{padding:.5rem 2rem .5rem .75rem;border:1px solid var(--color-border);border-radius:var(--radius-md);background-color:var(--color-card-background);cursor:pointer}.collection-empty{grid-column:1 / -1;text-align:center;padding:4rem 0;color:var(--color-text-muted)}.pagination{margin-top:3rem}.pagination-list{display:flex;align-items:center;justify-content:center;gap:.25rem}.pagination-link{display:flex;align-items:center;justify-content:center;min-width:2.5rem;height:2.5rem;padding:0 .75rem;border:1px solid var(--color-border);border-radius:var(--radius-md);transition:all .2s ease}.pagination-link:hover{background-color:var(--color-secondary);border-color:var(--color-secondary)}.pagination-link--current{background-color:var(--color-primary);border-color:var(--color-primary);color:#fff}.product-page{padding:2rem 0 4rem}.breadcrumb{margin-bottom:2rem}.breadcrumb-list{display:flex;flex-wrap:wrap;gap:.5rem;font-size:.875rem}.breadcrumb-item{display:flex;align-items:center;color:var(--color-text-muted)}.breadcrumb-item:not(:last-child):after{content:"/";margin-left:.5rem}.breadcrumb-item a:hover,.breadcrumb-item--current{color:var(--color-text)}.product-main{display:grid;gap:2rem}@media (min-width: 1024px){.product-main{grid-template-columns:1fr 1fr;gap:4rem}}.product-gallery{display:flex;flex-direction:column;gap:1rem}.product-image-main{aspect-ratio:1;overflow:hidden;border-radius:var(--radius-lg);background-color:#f5f5f5}.product-image-main img{width:100%;height:100%;object-fit:cover}.product-thumbnails{display:flex;gap:.75rem;overflow-x:auto}.product-thumbnail{flex-shrink:0;width:5rem;height:5rem;padding:0;border:2px solid var(--color-border);border-radius:var(--radius-md);overflow:hidden;cursor:pointer;transition:border-color .2s ease}.product-thumbnail:hover,.product-thumbnail--active{border-color:var(--color-primary)}.product-thumbnail img{width:100%;height:100%;object-fit:cover}.product-info{display:flex;flex-direction:column;gap:1.5rem}.product-badges{display:flex;gap:.5rem}.product-title{font-size:1.75rem}@media (min-width: 640px){.product-title{font-size:2rem}}.product-rating{display:flex;align-items:center;gap:.5rem}.product-price-wrapper{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem}.product-price{font-size:1.5rem;font-weight:700}.product-compare-price{color:var(--color-text-muted);text-decoration:line-through;font-size:1.125rem}.product-save-badge{padding:.25rem .625rem;background-color:var(--color-success);color:#fff;font-size:.75rem;font-weight:500;border-radius:var(--radius-full)}.product-description{color:var(--color-text-muted);line-height:1.7}.product-form{display:flex;flex-direction:column;gap:1.5rem}.product-option{display:flex;flex-direction:column;gap:.75rem}.product-option-label{font-weight:500}.product-option-values{display:flex;flex-wrap:wrap;gap:.5rem}.option-value{cursor:pointer}.option-value input{position:absolute;opacity:0}.option-value-label{display:block;padding:.5rem 1rem;border:1px solid var(--color-border);border-radius:var(--radius-md);font-size:.875rem;transition:all .2s ease}.option-value:hover .option-value-label{border-color:var(--color-text-muted)}.option-value input:checked+.option-value-label,.option-value--selected .option-value-label{border-color:var(--color-primary);background-color:#8b6f471a}.product-quantity{display:flex;flex-direction:column;gap:.75rem}.quantity-selector{display:flex;align-items:center;width:fit-content;border:1px solid var(--color-border);border-radius:var(--radius-md)}.quantity-btn{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;background:transparent;border:none;cursor:pointer;transition:background-color .2s ease}.quantity-btn:hover{background-color:#0000000d}.quantity-input{width:3rem;height:2.5rem;padding:0;border:none;text-align:center;font-weight:500;-moz-appearance:textfield}.quantity-input::-webkit-outer-spin-button,.quantity-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.add-to-cart-btn svg{width:1.25rem;height:1.25rem}.product-features{padding:1.5rem;background-color:#8b6f470d;border-radius:var(--radius-lg)}.product-features-title{font-size:1rem;font-weight:600;margin-bottom:1rem}.product-features-list{display:flex;flex-direction:column;gap:.5rem}.product-feature{display:flex;align-items:center;gap:.5rem;color:var(--color-text-muted)}.product-feature svg{color:var(--color-success)}.cart-page{padding:2rem 0 4rem}.cart-title{margin-bottom:2rem}.cart-layout{display:grid;gap:2rem}@media (min-width: 1024px){.cart-layout{grid-template-columns:1fr 360px;gap:4rem}}.cart-header{display:none;padding-bottom:1rem;border-bottom:1px solid var(--color-border);font-weight:500;color:var(--color-text-muted);font-size:.875rem}@media (min-width: 768px){.cart-header{display:grid;grid-template-columns:2fr 1fr 1fr;gap:1rem}}.cart-items{display:flex;flex-direction:column;gap:1.5rem}.cart-item{display:grid;gap:1rem;padding-bottom:1.5rem;border-bottom:1px solid var(--color-border)}@media (min-width: 768px){.cart-item{grid-template-columns:2fr 1fr 1fr;align-items:center}}.cart-item-image{width:5rem;height:5rem;overflow:hidden;border-radius:var(--radius-md);background-color:#f5f5f5}.cart-item-image img{width:100%;height:100%;object-fit:cover}.cart-item-details{display:flex;align-items:flex-start;gap:1rem}.cart-item-title{font-weight:600;line-height:1.4}.cart-item-title:hover{color:var(--color-primary)}.cart-item-variant{color:var(--color-text-muted);font-size:.875rem;margin-top:.25rem}.cart-item-price{font-size:.875rem;margin-top:.5rem}@media (min-width: 768px){.cart-item-price{display:none}}.cart-item-total{display:flex;align-items:center;justify-content:space-between;gap:1rem}@media (min-width: 768px){.cart-item-total{justify-content:flex-end}}.cart-item-line-price{font-weight:600}.cart-item-remove{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;color:var(--color-text-muted);transition:color .2s ease}.cart-item-remove:hover{color:var(--color-error)}.cart-summary-card{padding:1.5rem;background-color:var(--color-card-background);border:1px solid var(--color-border);border-radius:var(--radius-lg)}.cart-subtotal{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.cart-subtotal-price{font-size:1.25rem;font-weight:700}.cart-note{color:var(--color-text-muted);font-size:.75rem;margin-bottom:1.5rem}.cart-summary-card .btn+.btn{margin-top:.75rem}.cart-empty{text-align:center;padding:4rem 0}.cart-empty-icon{display:flex;align-items:center;justify-content:center;width:4rem;height:4rem;margin:0 auto 1.5rem;color:var(--color-text-muted)}.cart-empty-icon svg{width:3rem;height:3rem}.cart-empty-title{margin-bottom:.5rem}.cart-empty-text{color:var(--color-text-muted);margin-bottom:2rem}.contact-page{padding-bottom:4rem}.contact-header{padding:3rem 0;background-color:var(--color-card-background);margin-bottom:3rem}.contact-title{margin-bottom:.5rem}.contact-subtitle{color:var(--color-text-muted);font-size:1.125rem}.contact-grid{display:grid;gap:3rem}@media (min-width: 1024px){.contact-grid{grid-template-columns:1fr 1fr}}.contact-info h2{margin-bottom:1rem}.contact-info>p{color:var(--color-text-muted);margin-bottom:2rem}.contact-cards{display:grid;gap:1rem}@media (min-width: 640px){.contact-cards{grid-template-columns:repeat(2,1fr)}}.contact-card{display:flex;align-items:flex-start;gap:1rem;padding:1rem;background-color:var(--color-card-background);border:1px solid var(--color-border);border-radius:var(--radius-lg)}.contact-card-icon{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;flex-shrink:0;background-color:#8b6f471a;color:var(--color-primary);border-radius:var(--radius-lg)}.contact-card-content h3{font-size:1rem;font-weight:500;margin-bottom:.25rem}.contact-card-content p{color:var(--color-text-muted);font-size:.875rem}.contact-form-wrapper{padding:1.5rem;background-color:var(--color-card-background);border:1px solid var(--color-border);border-radius:var(--radius-lg)}.form-success{padding:1rem;background-color:#22c55e1a;color:var(--color-success);border-radius:var(--radius-md);margin-bottom:1.5rem}.form-errors{padding:1rem;background-color:#ef44441a;color:var(--color-error);border-radius:var(--radius-md);margin-bottom:1.5rem}.not-found-page{display:flex;align-items:center;justify-content:center;min-height:60vh;padding:4rem 0;text-align:center}.not-found-title{font-size:6rem;font-weight:700;color:var(--color-primary);line-height:1;margin-bottom:1rem}.not-found-subtitle{margin-bottom:.5rem}.not-found-text{color:var(--color-text-muted);margin-bottom:2rem}.page{padding-bottom:4rem}.page-header{padding:3rem 0;background-color:var(--color-card-background);margin-bottom:3rem}.page-content{max-width:800px;line-height:1.8}.page-content h2,.page-content h3{margin-top:2rem;margin-bottom:1rem}.page-content p{margin-bottom:1rem}.page-content ul,.page-content ol{margin-bottom:1rem;padding-left:1.5rem;list-style:disc}.page-content ol{list-style:decimal}.page-content li{margin-bottom:.5rem}
/*# sourceMappingURL=/cdn/shop/t/4/assets/theme.css.map */
