.error-page{background:#fff;padding-top:6rem;display:flex;align-items:center;justify-content:center}.error-container{max-width:600px;margin:0 auto;padding:2rem;text-align:center}.error-content{background:var(--color-offset-background);padding:3rem 2rem;border-radius:8px;box-shadow:0 4px 20px #0000001a}.error-title{font-size:3rem;font-weight:400;margin:0 0 1.5rem;color:#2c2c2c;font-family:Pacifico,cursive}.error-message{font-size:1.2rem;color:#666;margin-bottom:2.5rem;line-height:1.5}.error-actions{display:flex;gap:1rem;justify-content:center;margin-bottom:2.5rem;flex-wrap:wrap}.error-btn{padding:16px 32px;border-radius:4px;text-decoration:none;font-size:1.1rem;font-weight:500;transition:all .3s ease;display:inline-block}.error-btn-primary{background:gold;color:#5d4e37}.error-btn-primary:hover{background:orange;transform:translateY(-1px)}.error-btn-secondary{background:transparent;border:2px solid #2c2c2c;color:#2c2c2c}.error-btn-secondary:hover{background:#2c2c2c;color:#fff}.error-suggestions{border-top:1px solid #e1e1e1;padding-top:2rem;text-align:left}.error-suggestions p{font-weight:500;margin-bottom:1rem;color:#2c2c2c}.error-suggestions ul{list-style:none;padding:0;margin:0}.error-suggestions li{padding:.5rem 0;color:#666}.error-suggestions li:before{content:"\2192";color:gold;font-weight:700;margin-right:.5rem}.error-suggestions a{color:gold;text-decoration:none;font-weight:500}.error-suggestions a:hover{color:orange;text-decoration:underline}@media (max-width: 768px){.error-page{padding-top:5rem}.error-container{padding:1rem}.error-content{padding:2rem 1.5rem}.error-title{font-size:2.5rem}.error-actions{flex-direction:column;align-items:center}.error-btn{width:100%;max-width:280px}}@media (max-width: 480px){.error-title{font-size:2rem}.error-message{font-size:1rem}.error-content{padding:1.5rem 1rem}}.about-story{padding:5rem 0;background:#fff}.about-story__container{max-width:var(--container-max-width);margin:0 auto;padding:0 var(--container-padding)}.about-story__header{text-align:center;margin-bottom:4rem}.about-story__main-title{font-size:4rem;font-weight:400;margin:0 0 1.5rem;color:#2c2c2c;font-family:Pacifico,cursive!important;line-height:1.1}.about-story__subtitle{font-size:1.3rem;color:#666;font-family:Roboto,sans-serif!important;max-width:600px;margin:0 auto}.story-article{line-height:1.8;font-size:1.1rem;color:#555;font-family:Roboto,sans-serif!important}.story-section{margin-bottom:4rem}.story-section:last-child{margin-bottom:0}.story-section:after{content:"";display:table;clear:both}.story-heading{font-size:2.5rem;font-weight:400;margin:0 0 1.5rem;color:#2c2c2c;font-family:Pacifico,cursive!important;line-height:1.2;clear:both}.story-heading:first-of-type{margin-top:0}.story-content p{margin:0 0 1.5rem}.story-content p:last-child{margin-bottom:0}.story-image{max-width:400px;min-width:300px;width:400px;height:300px;object-fit:cover;border-radius:12px;box-shadow:0 8px 30px #0000001a;margin:1rem}.story-image--right{float:right;margin-left:2rem;margin-bottom:1rem}.story-image--left{float:left;margin-right:2rem;margin-bottom:1rem}.story-image--placeholder{background:#e9ecef;display:flex;align-items:center;justify-content:center;color:#6c757d;font-size:1rem;font-family:Roboto,sans-serif;border:2px dashed #dee2e6;flex-shrink:0}.story-cta{text-align:center;margin-top:3rem;clear:both}.story-cta-button{display:inline-block;background:gold;color:#5d4e37;padding:16px 32px;border-radius:6px;text-decoration:none;font-weight:500;font-size:1.1rem;letter-spacing:.5px;text-transform:uppercase;transition:background-color .2s ease;font-family:Roboto,sans-serif;border:none}.story-cta-button:hover{background:orange}@media (max-width: 768px){.about-story{padding:4rem 0}.about-story__container{padding:0 1rem;max-width:100%}.about-story__header{margin-bottom:3rem}.about-story__main-title{font-size:3rem}.about-story__subtitle{font-size:1.1rem}.story-article{font-size:1rem}.story-heading{font-size:2rem;margin:2rem 0 1rem}.story-image{float:none!important;display:block;max-width:100%;height:250px;margin:1.5rem auto}.story-image--right,.story-image--left{margin-left:auto;margin-right:auto}.story-content p:last-child{margin-bottom:0}.story-section{margin-bottom:3rem}}.about-hero{padding:8rem 0 4rem;background:linear-gradient(135deg,#f8f9fa,#fff)}.about-hero__container{max-width:var(--container-max-width);margin:0 auto;padding:0 var(--container-padding);display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-hero__title{font-size:4rem;font-weight:400;margin:0 0 1.5rem;color:#2c2c2c;font-family:Pacifico,cursive!important;line-height:1.1}.about-hero__subtitle{font-size:1.3rem;color:#666;margin:0;line-height:1.6;font-family:Roboto,sans-serif!important}.about-hero__image img{width:100%;height:400px;object-fit:cover;border-radius:12px;box-shadow:0 8px 30px #0000001a}.about-hero__placeholder{width:100%;height:400px;background:#e9ecef;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#6c757d;font-size:1.1rem;font-family:Roboto,sans-serif;border:2px dashed #dee2e6}@media (max-width: 768px){.about-hero{padding:6rem 0 3rem}.about-hero__container{grid-template-columns:1fr;gap:2rem;padding:0 1rem}.about-hero__title{font-size:3rem}.about-hero__subtitle{font-size:1.1rem}.about-hero__image img,.about-hero__placeholder{height:300px}}.about-pilot{padding:6rem 0;background:var(--color-offset-background)}.about-pilot__container{max-width:1200px;margin:0 auto;padding:0 2rem}.about-pilot__content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-pilot__media,.about-pilot__text{opacity:0;transform:translateY(40px);transition:opacity .8s ease,transform .8s ease}.about-pilot__media.animate-in{opacity:1;transform:translateY(0)}.about-pilot__text.animate-in{opacity:1;transform:translateY(0);transition-delay:.2s}.pilot-image{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 8px 30px #0000001f;aspect-ratio:1}.pilot-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.pilot-image:hover img{transform:scale(1.05)}.placeholder-image{width:100%;height:100%;background:#e9ecef;display:flex;align-items:center;justify-content:center;color:#999;font-size:1.2rem;font-family:Roboto,sans-serif!important}.about-pilot__header{margin-bottom:2rem}.about-pilot__title{font-size:3rem;font-weight:400;margin:0 0 .5rem;color:#2c2c2c;font-family:Pacifico,cursive!important;line-height:1.2}.about-pilot__name{font-size:1.5rem;font-weight:500;margin:0;color:gold;font-family:Roboto,sans-serif!important;text-shadow:0 2px 4px rgba(0,0,0,.1)}.about-pilot__description{margin-bottom:3rem}.about-pilot__description p{font-size:1.2rem;line-height:1.6;color:#555;margin:0;font-family:Roboto,sans-serif!important}.about-pilot__credentials{margin-bottom:3rem}.credential{display:flex;align-items:flex-start;margin-bottom:1.5rem;gap:1rem}.credential__icon{font-size:1.5rem;color:gold;flex-shrink:0;margin-top:.25rem}.credential__title{font-size:1.1rem;font-weight:500;margin:0 0 .25rem;color:#2c2c2c;font-family:Roboto,sans-serif!important}.credential__text{font-size:.95rem;line-height:1.4;color:#666;margin:0;font-family:Roboto,sans-serif!important}.about-pilot__actions{margin-top:2rem;display:flex;gap:1rem;flex-wrap:wrap}.pilot-cta{display:inline-block;background:gold;color:#5d4e37;padding:16px 32px;border-radius:4px;text-decoration:none;font-weight:500;font-size:1.1rem;letter-spacing:.5px;transition:all .3s ease;text-shadow:none;border:none;font-family:Roboto,sans-serif!important}.pilot-cta:hover{background:orange;color:#5d4e37;transform:translateY(-2px);box-shadow:0 4px 15px #ffd7004d}.pilot-cta--secondary{background:transparent;color:#2c2c2c;border:2px solid #2c2c2c}.pilot-cta--secondary:hover{background:#2c2c2c;color:#fff;box-shadow:0 4px 15px #2c2c2c33}@media (max-width: 1024px){.about-pilot__content{grid-template-columns:1fr;gap:3rem;text-align:center}.about-pilot__media{order:-1;max-width:400px;margin:0 auto}.about-pilot__credentials{text-align:center}.credential{text-align:left;max-width:500px;margin-left:auto;margin-right:auto}.about-pilot__actions{justify-content:center}}@media (max-width: 768px){.about-pilot{padding:4rem 0}.about-pilot__container{padding:0 1rem}.about-pilot__title{font-size:2.5rem}.about-pilot__name{font-size:1.3rem}.about-pilot__description p{font-size:1.1rem}}@media (max-width: 480px){.about-pilot__container{padding:0 1rem}.about-pilot__title{font-size:2rem}.about-pilot__name{font-size:1.2rem}.about-pilot__description p{font-size:1rem}.pilot-cta{padding:14px 28px;font-size:1rem}}.cart-page{background:linear-gradient(135deg,#f8f9fa,#e9ecef,#f8f9fa);padding-top:4.5rem;overflow-x:hidden;width:100%}.cart-container{max-width:1400px;margin:0 auto;padding:4rem 2rem}.cart-header{margin-bottom:3rem;text-align:center}.cart-title{font-size:3rem;font-weight:400;margin:0;color:#2c2c2c;font-family:Pacifico,cursive;text-shadow:0 2px 4px rgba(0,0,0,.1)}.cart-content{display:grid;grid-template-columns:2fr 1fr;gap:3rem;align-items:start}.cart-items{display:flex;flex-direction:column;gap:1.5rem}.cart-item{display:flex;flex-direction:row;gap:1rem;padding:1rem;max-width:100%;overflow:hidden;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000d;border:1px solid #e9ecef;transition:all .3s ease}.item-content{flex:1;display:flex;flex-direction:column;gap:.5rem;min-width:0}.item-top{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem;position:relative}.item-details{flex:1;min-width:0}.cart-item:hover{box-shadow:0 6px 20px #00000014;transform:translateY(-2px)}.item-image{width:120px;height:120px;border-radius:6px;overflow:hidden;background:#fff}.item-image img{width:100%;height:100%;object-fit:cover}.placeholder-image{width:100%;height:100%;background:#e9ecef;display:flex;align-items:center;justify-content:center;color:#999;font-size:.8rem}.item-details{min-width:0;padding:0;margin:0}.item-title{font-size:1.3rem;font-weight:600;margin:0 0 .75rem;padding:0;color:#2c2c2c;line-height:1.3;word-wrap:break-word}.item-variant{color:#666;margin:0 0 .5rem;font-size:1rem;font-weight:400}.item-properties{font-size:.9rem;color:#666}.item-properties p{margin:.35rem 0;line-height:1.4}.item-quantity{display:flex;flex-direction:column;align-items:start;gap:.5rem}.item-quantity label{font-size:.9rem;color:#666;font-weight:500}.quantity-controls{display:flex;align-items:center;gap:0;border:2px solid #e1e1e1;border-radius:6px;overflow:hidden;background:#fff}.quantity-btn{background:var(--color-offset-background);border:none;padding:10px 14px;cursor:pointer;font-size:1.1rem;font-weight:600;color:#2c2c2c;transition:all .3s ease;min-width:40px}.quantity-btn:hover{background:gold;color:#5d4e37}.quantity-input{border:none;padding:10px 8px;width:60px;text-align:center;font-size:1rem;font-weight:500;background:#fff;color:#2c2c2c}.quantity-input:focus{outline:none;background:var(--color-offset-background)}.service-quantity{font-size:.9rem;color:#666;font-style:italic;padding:8px 0}.item-price{padding-right:.5rem;display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.price{font-size:1rem;font-weight:700;color:#2c2c2c;white-space:nowrap}.price-sale{font-size:1rem;font-weight:700;color:#e74c3c;white-space:nowrap}.price-compare{font-size:.9rem;color:#999;text-decoration:line-through;font-weight:400;white-space:nowrap}.item-remove{display:flex;align-items:center;justify-content:center}@media (min-width: 1025px){.cart-item{display:flex;gap:2rem;align-items:center;padding:2rem}.item-image{width:120px;height:120px;flex-shrink:0}.item-content{flex:1;display:flex;flex-direction:row;align-items:center;gap:2rem}.item-top{display:flex;flex:1;align-items:center;gap:2rem}.item-details{flex:1;display:flex;flex-direction:column;gap:.5rem}.item-price{padding-right:.5rem;margin:0;display:flex;align-items:center;justify-content:start;gap:.5rem;flex-wrap:nowrap}.item-quantity{flex-shrink:0;margin:0;flex-direction:column;align-items:start}.item-remove{flex-shrink:0;position:static}.item-quantity label{display:block;font-size:.9rem;color:#666;font-weight:500;margin-bottom:.5rem}}.remove-btn{background:var(--color-offset-background);border:2px solid #e9ecef;cursor:pointer;color:#666;padding:10px;border-radius:8px;transition:all .3s ease;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.remove-btn:hover{color:#e74c3c;background:#e74c3c1a;border-color:#e74c3c4d;transform:scale(1.05)}.cart-summary{position:sticky;top:5.5rem}.summary-content{background:#fff;padding:2.5rem;border-radius:12px;border:1px solid #e9ecef;box-shadow:0 4px 20px #00000014}.summary-title{font-size:1.6rem;font-weight:600;margin:0 0 2rem;color:#2c2c2c;font-family:Pacifico,cursive}.summary-line{display:flex;justify-content:space-between;margin-bottom:1.2rem;font-size:1.1rem;color:#555;padding:.5rem 0}.summary-line.discount{color:#e74c3c;font-weight:500}.summary-total{display:flex;justify-content:space-between;margin:2rem 0;padding-top:2rem;border-top:2px solid #e1e1e1;font-size:1.5rem;font-weight:700;color:#2c2c2c}.cart-actions{margin:2.5rem 0}.checkout-btn{width:100%;background:gold;color:#5d4e37;padding:18px 36px;border:none;border-radius:8px;font-size:1.2rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 4px 15px #ffd7004d}.checkout-btn:hover{background:orange;transform:translateY(-2px);box-shadow:0 6px 20px #ffa50066}.continue-shopping{display:block;text-align:center;color:#666;text-decoration:none;font-size:1rem;font-weight:500;transition:color .3s ease;padding:.5rem}.continue-shopping:hover{color:#2c2c2c}.cart-notes{margin-top:2rem}.cart-notes label{display:block;margin-bottom:.5rem;font-weight:500;color:#2c2c2c}.cart-notes textarea{width:100%;padding:12px;border:2px solid #e1e1e1;border-radius:4px;font-size:.9rem;font-family:Roboto,sans-serif;resize:vertical;min-height:80px}.cart-notes textarea:focus{outline:none;border-color:gold}.empty-cart{display:flex;align-items:center;justify-content:center;min-height:60vh;background:#fff;border-radius:12px;margin-top:2rem;box-shadow:0 4px 20px #00000014;border:1px solid #e9ecef}.empty-cart-content{text-align:center;max-width:500px;padding:3rem 2rem;animation:fadeInUp .6s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.empty-cart-content h2{font-size:2.5rem;font-weight:400;margin:0 0 1.5rem;color:#2c2c2c;font-family:Pacifico,cursive}.empty-cart-content p{color:#666;margin-bottom:3rem;line-height:1.6;font-size:1.1rem}.shop-now-btn{background:gold;color:#5d4e37;padding:18px 40px;border:none;border-radius:8px;font-size:1.2rem;font-weight:600;text-decoration:none;display:inline-block;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 4px 15px #ffd7004d}.shop-now-btn:hover{background:orange;transform:translateY(-2px);box-shadow:0 6px 20px #ffa50066}@media (max-width: 1024px){.cart-container{padding:1rem .75rem;max-width:100%;overflow-x:hidden}.cart-header{margin-bottom:1.5rem}.cart-content{grid-template-columns:1fr;gap:1rem}.item-image{width:70px;height:70px;flex-shrink:0}.item-title{font-size:1rem;margin:0 0 .25rem;padding:0;line-height:1.2;font-weight:600}.item-price{margin:.25rem 0 .75rem;padding:0;display:flex;align-items:center;gap:.5rem;flex-wrap:nowrap}.price{font-size:1.1rem;font-weight:700}.price-sale{font-size:1.1rem;font-weight:700;color:#e74c3c}.price-compare{font-size:.95rem}.item-quantity{display:flex;flex-direction:row;gap:.5rem;margin-bottom:.75rem;margin-left:0;padding-left:0}.item-variant{font-size:.85rem;margin-bottom:0}.item-remove{position:absolute;top:0;right:0}.item-quantity label{display:none}.quantity-controls{border-width:1px;transform:scale(.85);transform-origin:left center;margin-left:0}.quantity-btn{padding:6px 10px;font-size:.9rem;min-width:32px}.quantity-input{width:45px;padding:6px 4px;font-size:.85rem}.remove-btn{width:28px;height:28px;padding:4px}.cart-title{font-size:2rem;margin-bottom:1.5rem}.summary-title{font-size:1.3rem;margin-bottom:1rem}.summary-content{padding:1.25rem}.summary-line{margin-bottom:.75rem;font-size:1rem}.summary-total{margin:1.25rem 0;padding-top:1.25rem;font-size:1.3rem}.cart-actions{margin:1.5rem 0}.checkout-btn{padding:14px 24px;font-size:1.1rem;margin-bottom:1rem}}@media (max-width: 480px){.cart-container{padding:.75rem .5rem}.cart-item{padding:.75rem;gap:.75rem}.item-image{width:80px;height:80px}.item-content{gap:.35rem}.item-top{gap:.5rem}.item-title{font-size:1.1rem;margin:0 0 .15rem;padding:0}.item-price{margin:.2rem 0 .6rem;padding:0;display:flex;align-items:center;gap:.4rem;flex-wrap:nowrap}.price{font-size:.9rem}.price-sale{font-size:.9rem;color:#e74c3c}.price-compare{font-size:.8rem}.item-quantity{gap:.4rem;margin-bottom:.6rem;margin-left:0;padding-left:0}.item-variant{font-size:.8rem}.quantity-controls{transform:scale(.8);transform-origin:left center;margin-left:0}.remove-btn{width:24px;height:24px;padding:3px}.summary-content{padding:1rem}.summary-title{font-size:1.2rem;margin-bottom:.75rem}.summary-line{font-size:.95rem;margin-bottom:.5rem}.summary-total{font-size:1.2rem;margin:1rem 0;padding-top:1rem}.checkout-btn{padding:12px 20px;font-size:1rem}.cart-header{margin-bottom:1rem}.cart-title{font-size:1.8rem;margin-bottom:1rem}.empty-cart{min-height:50vh;margin-top:1rem;border-radius:8px}.empty-cart-content{padding:2rem 1rem}.empty-cart-content h2{font-size:2rem}.empty-cart-content p{font-size:1rem;margin-bottom:2rem}.shop-now-btn{padding:16px 32px;font-size:1.1rem}}@media (max-width: 480px){.cart-container{padding:1.5rem .5rem}.cart-title{font-size:2.2rem}.summary-content{padding:1.5rem}.empty-cart-content{padding:1.5rem .75rem}.empty-cart-content h2{font-size:1.75rem}.shop-now-btn{padding:14px 28px;font-size:1rem}}.collection-page{background:#fff;padding-top:4.5rem}.collection-container{max-width:1200px;margin:0 auto;padding:0 2rem}.collection-header{background:var(--color-offset-background);padding:3rem 0;text-align:center}.collection-title{font-size:2.5rem;font-weight:400;margin:0 0 1rem;color:#2c2c2c;font-family:Pacifico,cursive}.collection-description{font-size:1.1rem;color:#666;line-height:1.6;max-width:600px;margin:0 auto}.collection-content{padding:4rem 0}.collection-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:3rem}.product-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 4px 20px #00000014;transition:transform .3s ease,box-shadow .3s ease}.product-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000001f}.product-card__image{position:relative;width:100%;aspect-ratio:4/3;overflow:hidden;background:#f0f0f0}.product-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card:hover .product-card__image img{transform:scale(1.05)}.product-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#999;font-size:1rem}.product-badge{position:absolute;top:1rem;left:1rem;background:#e74c3c;color:#fff;padding:.5rem 1rem;border-radius:4px;font-size:.8rem;font-weight:500;text-transform:uppercase}.product-card__content{padding:1.5rem}.product-card__title{margin:0 0 .5rem}.product-card__title a{text-decoration:none;color:#2c2c2c;font-size:1.2rem;font-weight:500;line-height:1.3;transition:color .3s ease}.product-card__title a:hover{color:gold}.product-card__vendor{color:#666;font-size:.9rem;margin:0 0 1rem;font-style:italic}.product-card__price{margin-bottom:1.5rem}.price-regular{font-size:1.3rem;font-weight:500;color:#2c2c2c}.price-sale{font-size:1.3rem;font-weight:500;color:#e74c3c;margin-right:.5rem}.price-compare{font-size:1rem;color:#999;text-decoration:line-through}.product-card__actions{display:flex;gap:.5rem}.view-product-btn{flex:1;background:transparent;border:2px solid #2c2c2c;color:#2c2c2c;padding:12px 20px;border-radius:4px;text-decoration:none;font-size:.9rem;font-weight:500;text-align:center;transition:all .3s ease}.view-product-btn:hover{background:#2c2c2c;color:#fff}.quick-add-form{flex:1}.quick-add-btn{width:100%;background:gold;color:#5d4e37;padding:12px 20px;border:none;border-radius:4px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease}.quick-add-btn:hover:not(:disabled){background:orange;transform:translateY(-1px)}.quick-add-btn:disabled{background:#ccc;color:#666;cursor:not-allowed}.collection-pagination{display:flex;justify-content:center;margin-top:3rem}.collection-pagination ul{display:flex;list-style:none;padding:0;margin:0;gap:.5rem}.collection-pagination li{margin:0}.collection-pagination a,.collection-pagination span{display:block;padding:12px 16px;text-decoration:none;border-radius:4px;font-weight:500;transition:all .3s ease}.collection-pagination a{background:#fff;color:#2c2c2c;border:2px solid #e1e1e1}.collection-pagination a:hover{background:gold;color:#5d4e37;border-color:gold}.collection-pagination .current{background:gold;color:#5d4e37;border:2px solid #ffd700}.empty-collection{text-align:center;padding:4rem 2rem}.empty-collection__content{max-width:500px;margin:0 auto}.empty-collection h2{font-size:2rem;font-weight:400;margin:0 0 1rem;color:#2c2c2c;font-family:Pacifico,cursive}.empty-collection p{color:#666;font-size:1.1rem;line-height:1.5;margin-bottom:2rem}@media (max-width: 768px){.collection-container{padding:0 1rem}.collection-header{padding:2rem 0}.collection-title{font-size:2rem}.collection-content{padding:3rem 0}.collection-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.product-card__actions{flex-direction:column}.quick-add-form{flex:none}}@media (max-width: 480px){.collection-container{padding:0 .5rem}.collection-title{font-size:1.75rem}.collection-grid{grid-template-columns:1fr;gap:1rem}.product-card__content{padding:1rem}}.collections-page{background:#fff;padding-top:4.5rem}.collections-container{max-width:1200px;margin:0 auto;padding:0 2rem}.collections-header{background:var(--color-offset-background);padding:3rem 0;text-align:center}.collections-title{font-size:2.5rem;font-weight:400;margin:0 0 1rem;color:#2c2c2c;font-family:Pacifico,cursive}.collections-description{font-size:1.1rem;color:#666;line-height:1.6;max-width:600px;margin:0 auto}.collections-content{padding:4rem 0}.collections{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(var(--collection-card-size),100%),1fr));gap:var(--grid-gap)}.collections--compact{--collection-card-size: 300px}.collections--full{--collection-card-size: 400px}.collection-card{display:block;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 4px 20px #00000014;transition:transform .3s ease,box-shadow .3s ease;text-decoration:none}.collection-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000001f}.collection-card__image{position:relative;width:100%;aspect-ratio:16/9;overflow:hidden;background:#f0f0f0}.collection-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.collection-card:hover .collection-card__image img{transform:scale(1.05)}.collection-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,gold,orange);color:#5d4e37;font-size:3rem;font-weight:700;font-family:Pacifico,cursive}.collection-card__content{padding:1.5rem}.collection-card__title{margin:0 0 .5rem;color:#2c2c2c;font-size:1.3rem;font-weight:500;line-height:1.3;transition:color .3s ease}.collection-card:hover .collection-card__title{color:gold}.collection-card__description{color:#666;font-size:.95rem;line-height:1.5;margin:0 0 1rem}.collection-card__meta{margin-top:auto}.collection-product-count{color:#999;font-size:.85rem;font-style:italic}.empty-collections{text-align:center;padding:4rem 2rem}.empty-collections__content{max-width:500px;margin:0 auto}.empty-collections h2{font-size:2rem;font-weight:400;margin:0 0 1rem;color:#2c2c2c;font-family:Pacifico,cursive}.empty-collections p{color:#666;font-size:1.1rem;line-height:1.5;margin-bottom:2rem}.back-home-btn{background:gold;color:#5d4e37;padding:16px 32px;border-radius:4px;text-decoration:none;font-size:1.1rem;font-weight:500;display:inline-block;transition:all .3s ease}.back-home-btn:hover{background:orange;transform:translateY(-1px)}@media (max-width: 768px){.collections-container{padding:0 1rem}.collections-header{padding:2rem 0}.collections-title{font-size:2rem}.collections-content{padding:3rem 0}.collections--compact{--collection-card-size: 280px}.collections--full{--collection-card-size: 350px}}@media (max-width: 480px){.collections-container{padding:0 .5rem}.collections-title{font-size:1.75rem}.collections--compact,.collections--full{--collection-card-size: 100%}.collection-card__content{padding:1rem}}.faq{padding:5rem 0;background:#fff}.faq__container{max-width:800px;margin:0 auto;padding:0 2rem}.faq__header{text-align:center;margin-bottom:3rem}.faq__title{font-size:3rem;font-weight:400;margin:0 0 1rem;color:#2c2c2c;font-family:Pacifico,cursive!important}.faq__subtitle{font-size:1.2rem;color:#666;margin:0;font-family:Roboto,sans-serif!important}.faq__grid{display:flex;flex-direction:column;gap:1rem}.faq-item{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000000d;overflow:hidden;transition:box-shadow .3s ease,opacity .6s ease,transform .6s ease;opacity:0;transform:translateY(20px)}.faq-item.animate-in{opacity:1;transform:translateY(0)}.faq-item:hover{box-shadow:0 4px 20px #0000001a}.faq-question{width:100%;padding:1.5rem 2rem;background:none;border:none;text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-size:1.1rem;font-weight:500;color:#2c2c2c;font-family:Roboto,sans-serif!important;transition:background-color .3s ease}.faq-question:hover{background-color:var(--color-offset-background)}.faq-question:focus{outline:none;background-color:#f0f0f0}.faq-icon{font-size:1.5rem;font-weight:300;color:#2c2c2c;transition:transform .3s ease;flex-shrink:0;margin-left:1rem}.faq-item.active .faq-icon{transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.faq-item.active .faq-answer{max-height:300px;padding-top:1rem;padding-bottom:1.5rem}.faq-answer-content{padding:0 2rem;color:#555;line-height:1.6;font-family:Roboto,sans-serif!important}.faq-answer-content p{margin:0 0 1rem}.faq-answer-content p:last-child{margin-bottom:0}@media (max-width: 768px){.faq{padding:3rem 0}.faq__container{padding:0}.faq__header,.faq__grid{padding:0 1rem}.faq__title{font-size:2.2rem}.faq__subtitle{font-size:1rem}.faq-question{padding:1.2rem 1.5rem;font-size:1rem}.faq-answer-content{padding:0 1.5rem;font-size:.95rem}}@media (max-width: 480px){.faq__container{padding:0 .5rem}.faq__title{font-size:1.8rem}.faq-question{padding:1rem}.faq-answer-content{padding:0 1rem}}.footer{background:#2c2c2c;color:#fff;padding:3rem 0 1rem}.footer__container{max-width:1200px;margin:0 auto;padding:0 2rem}.footer__content{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:2rem}.footer__brand{max-width:300px}.footer__logo{font-size:2rem;font-weight:400;margin:0 0 1rem;color:gold;font-family:Pacifico,cursive!important}.footer__description{color:#ccc;line-height:1.6;margin:0 0 1.5rem;font-family:Roboto,sans-serif!important}.footer__social{display:flex;gap:1rem}.footer__social-link{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;background:#444;color:#fff;text-decoration:none;border-radius:50%;transition:background-color .3s ease,transform .3s ease}.footer__social-link:hover{background:gold;color:#2c2c2c;transform:translateY(-2px)}.social-icon{font-size:1.2rem;font-weight:700}.footer__title{font-size:1.2rem;font-weight:500;margin:0 0 1rem;color:gold;font-family:Roboto,sans-serif!important}.footer__list{list-style:none;padding:0;margin:0}.footer__list li{margin-bottom:.5rem}.footer__link{color:#ccc;text-decoration:none;font-family:Roboto,sans-serif!important;transition:color .3s ease}.footer__link:hover{color:gold}.footer__contact-info{display:flex;flex-direction:column;gap:.75rem}.footer__contact-item{display:flex;align-items:center;gap:.5rem;margin:0;color:#ccc;font-family:Roboto,sans-serif!important}.contact-icon{font-size:1rem}.footer__contact-link{color:#ccc;text-decoration:none;transition:color .3s ease}.footer__contact-link:hover{color:gold}.footer__bottom{border-top:1px solid #444;padding-top:1.5rem;display:flex;justify-content:space-between;align-items:center}.footer__copyright{color:#999;font-family:Roboto,sans-serif!important}.footer__copyright p{margin:0}.footer__payment{display:flex;align-items:center;gap:1rem}.footer__payment-text{color:#999;margin:0;font-size:.9rem;font-family:Roboto,sans-serif!important}.footer__payment-icons{display:flex;gap:.5rem}.payment-icon{display:inline-block}.payment-icon svg{width:32px;height:20px;fill:#ccc}@media (max-width: 968px){.footer__content{grid-template-columns:1fr 1fr;gap:2rem}.footer__brand{max-width:none}.footer__bottom{flex-direction:column;gap:1rem;text-align:center}}@media (max-width: 768px){.footer{padding:2rem 0 1rem}.footer__container{padding:0 1rem}.footer__content{grid-template-columns:1fr;gap:2rem}.footer__logo{font-size:1.5rem}.footer__payment{flex-direction:column;gap:.5rem}}@media (max-width: 480px){.footer{width:100vw;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%)}.footer__container{max-width:100%;padding:0}.footer__content{padding:0 1rem}.footer__social{justify-content:center}.footer__social-link{width:35px;height:35px}}body{font-family:Roboto,sans-serif}header{height:4.5rem;display:flex;align-items:center;justify-content:space-between;padding:0 3rem;background:transparent;position:fixed;top:0;left:0;right:0;z-index:1000;transition:all .3s ease}header.header-solid{background:#fff!important;box-shadow:0 2px 10px #0000001a!important}header.header-solid .header__logo h1{color:#2c2c2c!important;text-shadow:none!important}header.header-solid .cart-link{color:#2c2c2c!important}header.header-solid .cart-link:hover{color:gold!important}header.scrolled{background:#fff;box-shadow:0 2px 10px #0000001a}.header__logo h1{margin:0;font-size:2rem;font-weight:400;letter-spacing:1px;color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.3);font-family:Pacifico,cursive!important;transition:all .3s ease}.header__logo h1 a{font-family:Pacifico,cursive!important;text-decoration:none;color:inherit;transition:color .3s ease}header.scrolled .header__logo h1{color:#2c2c2c;text-shadow:none}.header__logo a:hover{color:#fffc}header.scrolled .header__logo a:hover,header.header-solid .header__logo a:hover{color:gold}.cta-button{background:gold;color:#5d4e37;padding:12px 24px;text-decoration:none;border-radius:4px;font-weight:500;font-size:14px;font-family:Roboto,sans-serif;letter-spacing:.025em;text-transform:uppercase;transition:background-color .2s ease;display:inline-block;order:1;border:none}.cta-button:hover{background:orange}.header__cta{display:flex;align-items:center;gap:1rem;flex-direction:row}.cart-link{position:relative;display:flex;align-items:center;text-decoration:none;color:#fff;transition:color .3s ease}.cart-icon{width:24px;height:24px}.cart-link:hover{color:gold}header.scrolled .cart-link{color:#2c2c2c}header.scrolled .cart-link:hover{color:gold}.cart-count{position:absolute;top:-8px;right:-8px;background:#e74c3c;color:#fff;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:500;font-family:Roboto,sans-serif;min-width:20px}.cart-count:empty{display:none}@media (max-width: 768px){header{padding:0 1.5rem}.header__logo h1{font-size:1.5rem}.cta-button{padding:10px 20px;font-size:13px}}.hero-video{position:relative;top:0;left:0;width:100vw;height:100vh;overflow:hidden;display:flex;align-items:center;justify-content:center;z-index:1}.hero-video__background{position:absolute;top:0;left:0;width:100vw;height:100vh;z-index:1}.hero-video__background video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}@supports (object-fit: cover){.hero-video__background video{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100vw;height:56.25vw;min-height:100vh;min-width:177.78vh;object-fit:cover}}.video-poster{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100vw;height:56.25vw;min-height:100vh;min-width:177.78vh;object-fit:cover;opacity:1;transition:opacity 1s ease-in-out;z-index:2}.hero-video__background video{opacity:0;transition:opacity 1s ease-in-out;z-index:1}.hero-video__background video[data-loaded=true]{opacity:1}.video-poster[data-hidden=true]{opacity:0;pointer-events:none}@media (prefers-reduced-motion: reduce){.hero-video__background video{display:none}.video-poster{opacity:1!important}}.hero-video__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#0000004d,#00000080);z-index:2}.hero-video__content{position:relative;z-index:10;color:#fff;padding:0 3rem;width:100%;height:100%;display:flex;align-items:flex-end;justify-content:flex-start;flex-wrap:wrap;padding-bottom:33vh}.hero-text-block{display:block;margin-left:2rem;align-self:flex-end}.hero-video .hero-text-block h1,.hero-video .hero-text-block p,.hero-video .hero-text-block .hero-phone a{margin-left:0;margin-right:0;padding-left:0;padding-right:0;text-align:left}.hero-video .hero-title{font-size:6rem;font-weight:400;text-shadow:0 4px 30px rgba(0,0,0,.5);line-height:1.1;letter-spacing:normal;margin:0 0 1.5rem;display:block}.hero-title-wrapper{display:flex;flex-direction:row;gap:1rem;align-items:baseline;flex-wrap:wrap}.hero-title-normal{font-family:Roboto,sans-serif;font-weight:400;font-style:normal}.hero-title-fancy{font-family:Pacifico,cursive;font-weight:400;font-style:normal}.hero-video .hero-subtitle{font-size:1.5rem;font-weight:400;text-shadow:0 2px 15px rgba(0,0,0,.5);font-family:Roboto,sans-serif;margin:0 0 1rem;opacity:.9;letter-spacing:normal}.hero-video .hero-location{font-size:1.4rem;font-weight:400;text-shadow:0 2px 15px rgba(0,0,0,.5);font-family:Roboto,sans-serif;opacity:.9;letter-spacing:normal;color:#fff}.hero-video .hero-actions{display:flex;align-items:center;gap:2rem;margin:0}.hero-video .hero-phone{font-size:1.3rem;font-weight:500;text-shadow:0 2px 15px rgba(0,0,0,.5);font-family:Roboto,sans-serif;margin:0;opacity:.95}.hero-video .hero-phone a{color:gold;text-decoration:none;transition:color .3s ease}.hero-video .hero-phone a:hover{color:orange}.hero-bottom-content{position:absolute;bottom:2rem;left:0;right:0;z-index:10;display:flex;justify-content:space-between;align-items:center;padding:0 3rem;color:#fff}.hero-location p,.hero-ratings p{margin:0;font-size:1.2rem;text-shadow:0 2px 10px rgba(0,0,0,.5);font-family:Roboto,sans-serif;opacity:.9;font-weight:400}.hero-ratings p{text-align:right}.hero-video .hero-cta{display:inline-block;background:gold;color:#5d4e37;padding:14px 32px;border-radius:4px;text-decoration:none;font-weight:500;font-size:1.1rem;letter-spacing:.5px;text-transform:uppercase;transition:background-color .2s ease;text-shadow:none;border:none;font-family:Roboto,sans-serif;margin:0;min-width:140px;text-align:center;white-space:nowrap}.hero-video .hero-cta:hover{background:orange}.hero-phone-btn{background:#ffffff26;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);border:1px solid rgba(255,255,255,.3);color:#fff;padding:14px 32px;text-decoration:none;border-radius:4px;font-weight:500;font-size:1.1rem;font-family:Roboto,sans-serif;letter-spacing:.5px;text-transform:uppercase;transition:all .3s ease;display:inline-block;text-shadow:none;min-width:180px;text-align:center;white-space:nowrap}.hero-phone-btn:hover{background:#ffffff40;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.5)}@media (max-width: 768px){.hero-video__content{padding-bottom:25vh;padding-left:.5rem;padding-right:.5rem}.hero-video .hero-title{font-size:4rem;letter-spacing:1px}.hero-video .hero-title-normal,.hero-video .hero-title-fancy{font-size:4rem}.hero-video .hero-subtitle{font-size:1.2rem}.hero-title-wrapper{gap:.5rem}.hero-bottom-content{padding:0 .5rem;bottom:1.5rem}.hero-location p,.hero-ratings p{font-size:1rem}}@media (max-width: 1024px) and (min-width: 769px){.hero-video__content{padding-bottom:30vh;padding-left:1rem;padding-right:1rem}.hero-video .hero-title{font-size:5rem;letter-spacing:1px}.hero-title-wrapper{flex-direction:column}.hero-video .hero-title-fancy{font-size:5rem}.hero-video .hero-subtitle{font-size:1.3rem;margin-bottom:1.8rem}.hero-video .hero-actions{flex-direction:row;gap:1.2rem;align-items:center}.hero-video .hero-cta{padding:15px 30px;font-size:1rem}}@media (max-width: 768px){.hero-video .hero-subtitle{font-size:1.1rem;margin-bottom:1.5rem}.hero-title-wrapper{flex-direction:column}.hero-video .hero-actions{flex-direction:row;gap:1rem;align-items:center}.hero-video .hero-cta{padding:16px 32px;font-size:.9rem}}@media (max-width: 480px){.hero-video__content{padding-left:.25rem;padding-right:.25rem}.hero-video .hero-title{font-size:3rem}.hero-title-wrapper{flex-wrap:wrap;gap:.5rem}.hero-title-wrapper{flex-direction:column}.hero-video .hero-title-normal,.hero-video .hero-title-fancy{font-size:3rem}.hero-video .hero-subtitle{font-size:1rem}.hero-bottom-content{padding:0 1rem}.hero-video .hero-subtitle{font-size:1rem;line-height:1.6}.hero-video .hero-actions{flex-wrap:wrap;gap:.8rem;justify-content:flex-start}.hero-video .hero-cta{padding:14px 28px;font-size:.85rem;white-space:nowrap}.hero-phone-btn{padding:14px 28px;font-size:.85rem;min-width:160px;white-space:nowrap}}body{padding-top:0;margin:0;overflow-x:hidden}.hero-video+*{margin-top:0;position:relative;z-index:2;background:#fff}.product-showcase{padding:6rem 0;background:#fff}.product-showcase__container{max-width:1200px;margin:0 auto;padding:0 2rem}.product-showcase__content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.product-showcase__text,.product-showcase__media{opacity:0;transform:translateY(40px);transition:opacity .8s ease,transform .8s ease}.product-showcase__text.animate-in,.product-showcase__media.animate-in{opacity:1;transform:translateY(0)}.product-showcase__media.animate-in{transition-delay:.2s}.product-showcase__title{font-size:3.2rem;font-weight:400;margin:0 0 1.5rem;color:#2c2c2c;font-family:Pacifico,cursive!important;line-height:1.2}.product-showcase__description{font-size:1.3rem;line-height:1.6;color:#555;margin:0 0 3rem;font-family:Roboto,sans-serif!important}.product-showcase__features{margin-bottom:3rem}.feature{display:flex;align-items:flex-start;margin-bottom:2rem;gap:1rem}.feature__icon{font-size:2rem;flex-shrink:0;margin-top:.25rem}.feature__title{font-size:1.3rem;font-weight:500;margin:0 0 .5rem;color:#2c2c2c;font-family:Roboto,sans-serif!important}.feature__text{font-size:1rem;line-height:1.5;color:#666;margin:0;font-family:Roboto,sans-serif!important}.product-showcase__cta{display:flex;flex-direction:column;align-items:flex-start;gap:1rem}.product-cta{display:inline-block;background:gold;color:#5d4e37;padding:16px 32px;border-radius:4px;text-decoration:none;font-weight:500;font-size:1.1rem;letter-spacing:.5px;transition:all .3s ease;text-shadow:none;border:none;font-family:Roboto,sans-serif!important}.product-cta:hover{background:orange;color:#5d4e37;transform:translateY(-2px);box-shadow:0 4px 15px #ffd7004d}.product-cta.sold-out{background:#ccc;color:#666;cursor:not-allowed}.product-cta.sold-out:hover{background:#ccc;color:#666;transform:none;box-shadow:none}.product-showcase__price{font-size:1.1rem;color:#888;margin:0;font-family:Roboto,sans-serif!important}.price-compare{text-decoration:line-through;color:#999;margin-right:.5rem}.price-sale{color:#e74c3c;font-weight:500}.product-showcase__media{position:relative}.product-gallery{display:flex;flex-direction:column;gap:1rem}.gallery-main{width:100%}.gallery-main img{width:100%;height:auto;border-radius:12px;box-shadow:0 8px 30px #0000001f}.gallery-thumbnails{display:flex;gap:.5rem;justify-content:center}.thumbnail{width:80px;height:80px;object-fit:cover;border-radius:8px;cursor:pointer;border:2px solid transparent;transition:all .3s ease}.thumbnail:hover,.thumbnail.active{border-color:gold;transform:scale(1.05)}.placeholder-thumb{width:80px;height:80px;background:#f0f0f0;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#999;font-size:.8rem}.product-variants{margin:2rem 0}.product-variants label{display:block;font-weight:500;margin-bottom:.5rem;color:#2c2c2c;font-family:Roboto,sans-serif!important}.variant-selector{width:100%;padding:12px 16px;border:2px solid #ddd;border-radius:8px;font-size:1rem;background:#fff;font-family:Roboto,sans-serif!important;transition:border-color .3s ease}.single-variant{margin:1.5rem 0;padding:1rem;background:var(--color-offset-background);border-radius:8px;border-left:4px solid #ffd700}.variant-info{font-weight:500;color:#2c2c2c;font-family:Roboto,sans-serif!important}.product-showcase__image{width:100%;aspect-ratio:4/3;border-radius:12px;overflow:hidden;box-shadow:0 8px 30px #0000001f;background:#f0f0f0}.product-showcase__image img{width:100%;height:100%;object-fit:cover;border-radius:0}.placeholder-image{width:100%;height:400px;background:#f0f0f0;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#999;font-size:1.1rem;font-family:Roboto,sans-serif!important}@media (max-width: 1024px) and (min-width: 769px){.product-showcase__content{grid-template-columns:1fr;gap:2rem;text-align:left}.product-showcase__images{order:-1}.product-showcase__info{display:grid;grid-template-columns:1fr auto;gap:2rem;align-items:start}.product-showcase__details{order:1}.product-showcase__features{order:2;grid-template-columns:1fr;gap:1rem}.product-showcase__title{font-size:2.3rem}}@media (max-width: 968px){.product-showcase__content{grid-template-columns:1fr;gap:2rem;text-align:left}.product-showcase__images{order:-1}.product-showcase__info{display:grid;grid-template-columns:1fr auto;gap:2rem;align-items:start}.product-showcase__details{order:1}.product-showcase__features{order:2;grid-template-columns:1fr;gap:1rem}.product-showcase__title{font-size:2.5rem}.feature{justify-content:flex-start;text-align:left}}@media (max-width: 768px){.product-showcase{padding:4rem 0}.product-showcase__container{padding:0}.product-showcase__content{padding:0 1.5rem}.product-showcase__title{font-size:2.2rem}.product-showcase__description,.feature__title{font-size:1.1rem}.feature__text{font-size:.95rem}}@media (max-width: 480px){.product-showcase__container{padding:0}.product-showcase__title{font-size:1.8rem}.product-cta{padding:14px 28px;font-size:1rem}}*{font-family:Roboto,sans-serif}.product-page{background:#fff;padding-top:6rem}.product-hero{padding:3rem 0;background:var(--color-offset-background);margin-top:0}.product-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.product-gallery{position:sticky;top:5rem}.product-main-image{width:100%;margin-bottom:1rem;border-radius:8px;overflow:hidden;background:#fff;box-shadow:0 4px 20px #0000001a}.product-main-image img{width:100%;height:auto;display:block}.placeholder-image{width:100%;height:400px;background:#f5f5f5;display:flex;align-items:center;justify-content:center;color:#999;font-size:1.1rem}.product-thumbnails{display:flex;gap:.5rem;flex-wrap:wrap}.thumbnail{width:80px;height:80px;border:2px solid transparent;border-radius:4px;overflow:hidden;background:none;cursor:pointer;transition:border-color .3s ease}.thumbnail.active{border-color:gold}.thumbnail img{width:100%;height:100%;object-fit:cover}.product-details{padding:1rem 0}.product-title{font-size:2.5rem;font-weight:400;margin:0 0 .5rem;color:#2c2c2c;font-family:Pacifico,cursive;line-height:1.2}.product-vendor{color:#666;margin:0 0 1.5rem;font-style:italic}.product-price{display:flex;align-items:center;margin-bottom:2rem}.price-regular{font-size:2rem;font-weight:500;color:#2c2c2c}.price-sale{font-size:2rem;font-weight:500;color:#e74c3c;margin-right:1rem}.price-compare{font-size:1.5rem;color:#999;text-decoration:line-through;margin-right:1rem}.price-badge{background:#e74c3c;color:#fff;padding:.25rem .5rem;border-radius:4px;font-size:.9rem;font-weight:500}.product-description{font-size:1.1rem;line-height:1.6;color:#555;margin-bottom:2rem}.product-form{margin-bottom:2rem}.product-variants{margin-bottom:1.5rem}.product-variants label{display:block;margin-bottom:.5rem;font-weight:500;color:#2c2c2c}.variant-selector{width:100%;padding:12px 16px;border:2px solid #e1e1e1;border-radius:4px;font-size:1rem;background:#fff;transition:border-color .3s ease}.variant-selector:focus{outline:none;border-color:gold}.product-quantity{margin-bottom:2rem}.product-quantity label{display:block;margin-bottom:.5rem;font-weight:500;color:#2c2c2c}.quantity-controls{display:flex;align-items:center;gap:0;width:fit-content;border:2px solid #e1e1e1;border-radius:4px;overflow:hidden}.quantity-btn{background:var(--color-offset-background);border:none;padding:12px 16px;cursor:pointer;font-size:1.2rem;font-weight:500;color:#2c2c2c;transition:background-color .3s ease}.quantity-btn:hover{background:#e9ecef}.quantity-input{border:none;padding:12px 16px;width:80px;text-align:center;font-size:1rem;background:#fff}.quantity-input:focus{outline:none}.product-actions{display:flex;gap:1rem;align-items:center;margin-bottom:2rem}.add-to-cart-btn{background:gold;color:#5d4e37;padding:16px 32px;border:none;border-radius:4px;font-size:1.1rem;font-weight:500;cursor:pointer;transition:all .3s ease;min-width:160px;position:relative}.add-to-cart-btn:hover:not(:disabled){background:orange;transform:translateY(-1px)}.add-to-cart-btn:disabled{background:#ccc;color:#666;cursor:not-allowed}.view-cart-btn{background:transparent;border:2px solid #2c2c2c;color:#2c2c2c;padding:14px 28px;border-radius:4px;text-decoration:none;font-size:1rem;font-weight:500;transition:all .3s ease;display:inline-block}.view-cart-btn:hover{background:#2c2c2c;color:#fff}@media (max-width: 768px){.product-container{grid-template-columns:1fr;gap:2rem;padding:0 1rem}.product-gallery{position:static}.product-title{font-size:2rem}.product-actions{flex-direction:column;align-items:stretch}.add-to-cart-btn,.view-cart-btn{width:100%;text-align:center}}@media (max-width: 480px){.product-hero{padding:2rem 0}.product-container{padding:0 .5rem}.product-title{font-size:1.75rem}.price-regular,.price-sale,.price-compare{font-size:1rem}}.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}.testimonials{padding:5rem 0;background:var(--color-offset-background)}.testimonials__container{max-width:1200px;margin:0 auto;padding:0 2rem}.testimonials__header{text-align:center;margin-bottom:4rem}.testimonials__title{font-size:3rem;font-weight:400;margin:0 0 1rem;color:#2c2c2c;font-family:Pacifico,cursive!important}.testimonials__subtitle{font-size:1.2rem;color:#666;margin:0;font-family:Roboto,sans-serif!important}.testimonials__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2.5rem;align-items:stretch}.testimonial{background:#fff;padding:2.5rem;border-radius:8px;box-shadow:0 4px 20px #00000014;transition:transform .3s ease,box-shadow .3s ease,opacity .6s ease;opacity:0;transform:translateY(30px);display:flex;flex-direction:column;height:100%}.testimonial.animate-in{opacity:1;transform:translateY(0)}.testimonial:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000001f}.testimonial__stars{margin-bottom:1.5rem}.star{color:gold;font-size:1.2rem;margin-right:2px}.testimonial__quote{font-size:1.1rem;line-height:1.6;margin:0 0 2rem;color:#444;font-style:italic;font-family:Roboto,sans-serif!important}.testimonial__author-info{display:flex;flex-direction:column}.testimonial__name{font-weight:500;color:#2c2c2c;font-size:1rem;font-style:normal;margin-bottom:.25rem;font-family:Roboto,sans-serif!important}.testimonial__location{color:#888;font-size:.9rem;font-family:Roboto,sans-serif!important}@media (max-width: 768px){.testimonials{padding:3rem 0}.testimonials__container{padding:0}.testimonials__header,.testimonials__grid{padding:0 1rem}.testimonials__title{font-size:2.2rem}.testimonials__subtitle{font-size:1rem}.testimonials__grid{grid-template-columns:1fr;gap:2rem}.testimonial{padding:2rem}}@media (max-width: 480px){.testimonials__container{padding:0}.testimonials__title{font-size:1.8rem}.testimonial{padding:1.5rem}}.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/5/compiled_assets/styles.css.map */
