.about-hero{position:relative;overflow:hidden}.about-hero h1{font-weight:700!important;font-size:2.5rem!important;line-height:1.2!important}.about-hero h2,.about-hero h3{font-weight:600!important;font-size:1.8rem!important;line-height:1.2!important}@media (min-width: 1024px){.about-hero h1{font-size:3rem!important}.about-hero h2,.about-hero h3{font-size:2rem!important}}.aspect-w-4{position:relative;padding-bottom:75%}.aspect-w-4>*{position:absolute;height:100%;width:100%;top:0;right:0;bottom:0;left:0}@media (max-width: 768px){.about-hero h1{font-weight:700!important;font-size:2rem!important;line-height:1.2!important}.about-hero p{font-size:1rem!important;line-height:1.5!important}.about-hero h2,.about-hero h3{font-weight:600!important;font-size:1.4rem!important;line-height:1.2!important}.prose{font-size:.95rem!important;line-height:1.6!important}}.cart-page-container{max-width:1200px;margin:0 auto;padding:2rem 1rem}.cart-header{text-align:center;margin-bottom:2rem}.cart-title{font-size:2.5rem;font-weight:700;color:var(--color-foreground, #1f2937);margin-bottom:.5rem}.cart-count{color:var(--color-text-light, #6b7280);font-size:1.1rem}.cart-content{display:grid;grid-template-columns:1fr 350px;gap:2rem;align-items:start}@media (max-width: 1024px){.cart-content{grid-template-columns:1fr;gap:1.5rem}}.cart-items{display:flex;flex-direction:column;gap:1rem}.cart-item{display:grid;grid-template-columns:100px 1fr auto auto auto;gap:1rem;align-items:center;padding:1.5rem;background:var(--color-background, #ffffff);border:1px solid var(--color-border, #e5e7eb);border-radius:12px;transition:all .3s ease}.cart-item:hover{box-shadow:0 4px 12px #0000001a;border-color:var(--color-accent, #ff6b35)}@media (max-width: 768px){.cart-item{grid-template-columns:80px 1fr;grid-template-areas:"image details" "quantity quantity" "total remove";gap:.75rem;padding:1rem}}.cart-item-image{grid-area:image}.cart-item-image img{width:100%;height:100px;object-fit:cover;border-radius:8px;border:1px solid var(--color-border, #e5e7eb)}.cart-item-no-image{width:100px;height:100px;display:flex;align-items:center;justify-content:center;background:var(--color-background-alt, #f9fafb);border:1px solid var(--color-border, #e5e7eb);border-radius:8px;color:var(--color-text-light, #6b7280)}.cart-item-details{grid-area:details;display:flex;flex-direction:column;gap:.5rem}.cart-item-title{font-size:1.1rem;font-weight:600;margin:0}.cart-item-title a{color:var(--color-foreground, #1f2937);text-decoration:none;transition:color .3s ease}.cart-item-title a:hover{color:var(--color-accent, #ff6b35)}.cart-item-variant{color:var(--color-text-light, #6b7280);font-size:.9rem;margin:0}.cart-item-properties{font-size:.85rem;color:var(--color-text-light, #6b7280)}.cart-item-properties p{margin:.25rem 0}.cart-item-price{display:flex;flex-direction:column;align-items:flex-start;gap:.25rem}.cart-item-original-price{text-decoration:line-through;color:var(--color-text-light, #6b7280);font-size:.9rem}.cart-item-final-price{font-weight:600;color:var(--color-foreground, #1f2937);font-size:1rem}.cart-item-quantity{grid-area:quantity;display:flex;flex-direction:column;align-items:center;gap:.5rem}.quantity-label{font-size:.85rem;font-weight:500;color:var(--color-text-light, #6b7280)}.quantity-controls{display:flex;align-items:center;border:1px solid var(--color-border, #e5e7eb);border-radius:8px;overflow:hidden}.quantity-btn{background:var(--color-background-alt, #f9fafb);border:none;padding:.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .3s ease}.quantity-btn:hover{background:var(--color-border, #e5e7eb)}.quantity-input{border:none;width:60px;text-align:center;padding:.5rem .25rem;font-size:1rem;background:var(--color-background, #ffffff)}.quantity-input:focus{outline:none}.cart-item-total{grid-area:total;text-align:right}.cart-item-line-price{font-weight:700;font-size:1.1rem;color:var(--color-foreground, #1f2937)}.cart-item-remove{grid-area:remove}.remove-btn{color:var(--color-text-light, #6b7280);padding:.5rem;border-radius:6px;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.remove-btn:hover{color:#dc2626;background:#fef2f2}.cart-summary{position:sticky;top:2rem}.cart-summary-content{background:var(--color-background, #ffffff);border:1px solid var(--color-border, #e5e7eb);border-radius:12px;padding:1.5rem}.cart-summary-title{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:var(--color-foreground, #1f2937)}.cart-summary-line{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid var(--color-border, #e5e7eb)}.cart-summary-line:last-of-type{border-bottom:none}.cart-discount{color:#059669}.cart-total{font-weight:700;font-size:1.1rem;border-top:2px solid var(--color-border, #e5e7eb);margin-top:.5rem;padding-top:1rem}.cart-actions{display:flex;flex-direction:column;gap:.75rem;margin-top:1.5rem}.update-cart-btn{background:var(--color-background-alt, #f9fafb);color:var(--color-foreground, #1f2937);border:1px solid var(--color-border, #e5e7eb);padding:.75rem 1rem;border-radius:8px;font-weight:500;cursor:pointer;transition:all .3s ease}.update-cart-btn:hover{background:var(--color-border, #e5e7eb)}.checkout-btn{background:linear-gradient(135deg,#ff6b35,#ff8c42);color:#fff;border:none;padding:1rem;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.checkout-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #ff6b354d}.cart-security{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--color-border, #e5e7eb)}.security-badges{display:flex;flex-direction:column;gap:.5rem}.security-badge{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:var(--color-text-light, #6b7280)}.security-badge svg{color:#059669}.empty-cart{text-align:center;padding:4rem 2rem;max-width:500px;margin:0 auto}.empty-cart-icon{margin-bottom:1.5rem;color:var(--color-text-light, #6b7280)}.empty-cart-title{font-size:1.5rem;font-weight:600;margin-bottom:.5rem;color:var(--color-foreground, #1f2937)}.empty-cart-text{color:var(--color-text-light, #6b7280);margin-bottom:2rem;line-height:1.6}.continue-shopping-btn{display:inline-block;background:linear-gradient(135deg,#ff6b35,#ff8c42);color:#fff;padding:.75rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s ease}.continue-shopping-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #ff6b354d}@media (max-width: 768px){.cart-page-container{padding:1rem}.cart-title{font-size:2rem}.cart-item-quantity{justify-self:start}.cart-item-total{justify-self:start;text-align:left}.cart-item-remove{justify-self:end}}.collection-products{display:grid;grid-template-columns:repeat(auto-fill,minmax(500px,1fr))}.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: 160px}.collections--full{--collection-card-size: 280px}.collection-card{display:flex;flex-direction:column;width:100%}.custom-section{position:relative;overflow:hidden;width:100%}.custom-section__background{position:absolute;width:100%;height:100%;z-index:-1;overflow:hidden}.custom-section__background img{position:absolute;width:100%;height:auto;top:50%;left:50%;transform:translate(-50%,-50%)}.custom-section__content{display:grid;grid-template-columns:var(--content-grid)}.custom-section__content>*{grid-column:2}.customer-reviews-section{position:relative;background-color:#f8fafc}.testimonials-grid{max-width:1200px;margin:0 auto}.testimonial-card{transition:border-color .3s ease,transform .2s ease;min-height:180px;display:flex;flex-direction:column}.testimonial-card:hover{border-color:#7c3aed;transform:translateY(-2px)}@media (max-width: 640px){.testimonial-card{min-height:160px}}@media (min-width: 641px) and (max-width: 1023px){.testimonial-card{min-height:170px}}@media (min-width: 1024px){.testimonial-card{min-height:200px}}.faq-hero{position:relative;overflow:hidden}.faq-hero h1{font-weight:700!important;font-size:2.5rem!important;line-height:1.2!important}.faq-hero h2,.faq-hero h3{font-weight:600!important;font-size:1.8rem!important;line-height:1.2!important}@media (min-width: 1024px){.faq-hero h1{font-size:3rem!important}.faq-hero h2,.faq-hero h3{font-size:2rem!important}}@media (max-width: 768px){.faq-hero h1{font-weight:700!important;font-size:2rem!important;line-height:1.2!important}.faq-hero p{font-size:1rem!important;line-height:1.5!important}.faq-hero h2,.faq-hero h3{font-weight:600!important;font-size:1.4rem!important;line-height:1.2!important}}.faq-accordion{transition:all .3s ease}.faq-accordion:hover{box-shadow:none}.faq-toggle:focus{outline:2px solid #ff6b35;outline-offset:2px}.faq-content{max-height:0;overflow:hidden;transition:max-height .3s ease}.faq-content.show{max-height:500px}.faq-icon{transition:transform .3s ease}.faq-icon.rotate{transform:rotate(180deg)}.search-highlight{background-color:#fef3c7;padding:2px 4px;border-radius:3px}.features-grid .feature-box:hover{transform:translateY(-4px)}@media (max-width: 640px){.features-grid{padding:3rem 0}}footer a{transition:all .3s ease}footer a:hover{transform:translateY(-1px)}@media (max-width: 640px){.newsletter-section .newsletter-email-input{margin-bottom:.5rem}.newsletter-section .newsletter-submit-btn{width:100%;justify-content:center}footer .grid>div{text-align:center}footer .grid>div ul{display:flex;flex-direction:column;align-items:center}}@media (min-width: 641px) and (max-width: 1023px){footer .grid>div{text-align:left}}@media (min-width: 1024px){footer .grid>div{text-align:left}}#mobileMenu{z-index:9999}#mobileMenuOverlay{z-index:9998}.group:hover img{filter:brightness(1.1)}.nav-link.active{color:var(--COLOR-foreground, #10b981)}.nav-link.active:after{width:100%}.cart-icon{transition:transform .2s ease}.cart-icon:hover{transform:scale(1.1)}.welcome{display:grid;grid-template-columns:var(--content-grid);background-color:#f6f6f7;padding:72px 0}.welcome-content{grid-column:2;display:flex;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:0 24px}.welcome-description{max-width:80ch;line-height:1.4;margin-top:1.5rem}.icon{width:300px}.highlights{display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-top:50px}@media (max-width: 1100px){.highlights{grid-template-columns:1fr}}.highlight{display:flex;flex-direction:column;height:100%;padding:24px;border-radius:8px;background-color:#eef3ff;color:#5c5f62;line-height:1.4}.highlight>*+*{margin-top:1rem}.highlight h3{font-size:1rem;color:#202223}.highlight-description{flex:1 1}.highlight a{display:flex;width:fit-content;background-color:#fafbfb;box-shadow:#0003 0 -3px inset,#ffffffe6 0 2px inset;border:1px solid rgb(140,145,150);border-radius:4px;color:#5c5f62;padding:3px 10px 5px;text-decoration:none}.hero-banner{min-height:80vh;max-height:80vh;color:var(--COLOR-PRIMARY-OPPOSITE)}@media (max-width: 640px){.hero-banner{min-height:80vh}.hero-banner h1{font-size:1.5rem!important;line-height:1.3!important}.hero-banner p{font-size:.875rem!important;line-height:1.4!important}.hero-banner a{padding:.5rem 1rem!important;font-size:.875rem!important}}@media (max-width: 768px) and (orientation: portrait){.hero-banner h1{font-size:1.75rem!important;line-height:1.3!important}.hero-banner p{font-size:.9rem!important;line-height:1.4!important}.hero-banner a{padding:.6rem 1.2rem!important;font-size:.9rem!important}}.plan-tabs-container{scroll-behavior:smooth;scroll-snap-type:x mandatory;padding-bottom:2px;border:none;background:transparent}.plan-tab{scroll-snap-align:start;font-size:16px!important;min-width:130px!important;height:90px!important;min-height:90px!important;padding:16px 14px!important;background:#fff!important;color:#374151!important;border:1px solid var(--color-border, #e5e7eb)!important;border-radius:10px!important}@media (min-width: 1024px){.plan-tab{font-size:14px!important;min-width:120px!important;padding:16px 18px!important;height:75px!important;min-height:75px!important;border-radius:12px!important;border:1px solid var(--color-border, #e5e7eb)!important}}.plan-month-text{color:#374151!important}.plan-discount-text{color:#16a34a!important}.plan-tab.active{background:#ff6b35!important;color:#fff!important;border:1px solid #ff6b35!important;position:relative;z-index:2}.plan-tab.active .plan-month-text,.plan-tab.active .plan-discount-text{color:#fff!important}.popular-plan{position:relative}.popular-badge{position:absolute;top:-6px;right:-6px;background:linear-gradient(135deg,#16a34a,#22c55e);color:#fff;font-size:9px;padding:3px 5px;border-radius:6px;font-weight:700;line-height:1;z-index:10;box-shadow:0 2px 4px #0003}@media (min-width: 376px){.popular-badge{font-size:10px;padding:3px 6px;top:-7px;right:-7px;border-radius:7px}}@media (min-width: 640px){.popular-badge{font-size:11px;padding:4px 7px;top:-9px;right:-9px;border-radius:8px}}.plan-tabs-container{background:transparent;border:none;padding:8px 8px 0;margin:0;width:100%}.plan-tabs-wrapper{position:relative;overflow:visible;z-index:20;top:0;left:0;right:0;width:100%;display:flex;justify-content:center}@media (min-width: 640px){.plan-tabs-container{padding:8px 8px 0}}@media (min-width: 768px){.plan-tabs-container{padding:10px 10px 0}.plan-tabs-wrapper{position:absolute;top:-40px}}@media (max-width: 767px){#plan-tabs-container{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:100%;gap:8px!important;flex-wrap:nowrap}.plan-tabs-container,.plan-tabs-wrapper{display:flex;justify-content:center;width:100%;overflow:visible}.plan-tab{flex:1 1 0px!important;min-width:0!important}}.plan-tab{transition:all .3s cubic-bezier(.4,0,.2,1);transform:translateY(0);border:1px solid var(--color-border, #e5e7eb)}.plan-tab:hover{background:#fff!important;border-color:#ff6b35!important;border-width:1px!important}.plan-tab.active{background:linear-gradient(135deg,#ff6b35,#ff8c42)!important;color:#fff!important;transform:translateY(-2px);border:1px solid #ff6b35!important}.plan-tab.active .text-xs{color:#fff!important}.plan-tab.active .text-green-600{color:#dcfce7!important}.add-to-cart-btn{background:linear-gradient(135deg,#ff6b35,#ff8c42,#ff6b35);background-size:200% 200%;transition:all .4s cubic-bezier(.4,0,.2,1);transform:translateY(0);position:relative;overflow:hidden;cursor:pointer}.add-to-cart-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transition:left .5s ease}.add-to-cart-btn:hover:before{left:100%}.add-to-cart-btn:hover{background-position:100% 0;transform:translateY(-2px)}.add-to-cart-btn:active{transform:translateY(-1px)}.feature-card{transition:all .3s cubic-bezier(.4,0,.2,1);transform:translateY(0);border:1px solid var(--color-border, #e5e7eb)}.feature-card:hover{transform:translateY(-4px);border-color:var(--color-border, #e5e7eb)}.trust-badge{animation:fadeInUp .6s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.price-display{position:relative;overflow:hidden}.price-display:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);animation:shimmer 3s infinite}.price-container{min-height:60px;align-items:center}@media (max-width: 640px){.price-container{flex-wrap:nowrap;gap:.5rem}.discount-badge{font-size:.75rem;padding:.25rem .5rem}.main-price{font-size:1.5rem}.compare-price del{font-size:1rem}}@media (min-width: 641px){.price-container{gap:1rem}.main-price{font-size:1.75rem}.compare-price del{font-size:1.125rem}}@keyframes shimmer{0%{left:-100%}to{left:100%}}.savings-badge{animation:pulse 2s infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.feature-badge{animation:fadeInUp .6s ease-out;position:relative;min-width:fit-content}.feature-badge:hover{transform:translateY(-2px);border-color:var(--color-border, #e5e7eb)}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.scrollbar-hide::-webkit-scrollbar{display:none}@media (max-width: 640px){.plan-tab{flex:1!important;min-width:0!important;width:auto!important;max-width:calc(33.33% - 8px)!important;padding:16px 8px!important;font-size:14px!important;height:100px!important;min-height:100px!important;border-radius:12px!important}.plan-tab .plan-month-text{font-size:15px!important;line-height:1.2!important;font-weight:700!important}.plan-tab .plan-discount-text{font-size:11px!important;line-height:1.1!important}.feature-card{padding:16px}.add-to-cart-btn{padding:16px 24px;font-size:16px}.feature-badge{padding:8px 12px!important;font-size:14px!important;gap:4px!important;min-height:36px;flex:1!important;justify-content:center!important}.feature-badge span{font-size:14px!important}}@media (min-width: 481px) and (max-width: 640px){.plan-tab{flex:1!important;min-width:0!important;width:auto!important;max-width:calc(33.33% - 10px)!important;padding:18px 12px!important;height:105px!important;min-height:105px!important}.plan-tab .plan-month-text{font-size:17px!important;line-height:1.2!important}.plan-tab .plan-discount-text{font-size:13px!important;line-height:1.1!important}}@media (min-width: 376px) and (max-width: 480px){.plan-tab{flex:1!important;min-width:0!important;width:auto!important;max-width:calc(33.33% - 8px)!important;padding:16px 10px!important;font-size:13px!important;height:95px!important;min-height:95px!important}.plan-tab .plan-month-text{font-size:15px!important;line-height:1.1!important;font-weight:700!important}.plan-tab .plan-discount-text{font-size:11px!important;line-height:1!important}.plan-tabs-container{padding:8px 8px 0!important}}@media (max-width: 375px){.plan-tab{flex:1!important;min-width:0!important;width:auto!important;max-width:calc(33.33% - 6px)!important;padding:14px 6px!important;font-size:12px!important;height:90px!important;min-height:90px!important}.plan-tab .plan-month-text{font-size:13px!important;line-height:1.1!important;font-weight:700!important}.plan-tab .plan-discount-text{font-size:9px!important;line-height:1!important}.plan-tabs-container{padding:6px 6px 0!important}#plan-tabs-container{gap:4px!important}}@media (max-width: 640px){.plan-tabs-wrapper+div{margin-top:4px!important}.feature-badge{margin-bottom:2px!important}.rounded-none.sm\\:rounded-lg{margin-top:2px!important}.relative.z-10{padding-bottom:8px!important}.flex.flex-col{gap:8px!important}.flex.flex-row.items-center{padding:2px 0!important}.py-2.sm\\:py-10{padding-top:8px!important;padding-bottom:8px!important}.overflow-x-auto.scrollbar-hide{margin-top:0!important;margin-bottom:4px!important}.px-2.lg\\:px-0.mt-0{margin-top:-4px!important;margin-bottom:-4px!important}.flex.flex-col.gap-1{gap:0!important}}@media (max-width: 767px){.fixed{padding:12px 16px!important}.fixed .add-to-cart-btn{padding:10px 16px!important;font-size:14px!important;max-width:120px!important}.fixed .button-text{font-size:14px;font-weight:600}.fixed .flex-1{flex:1;min-width:0;align-items:flex-start!important;text-align:left!important}.fixed #sticky-selected-months{font-size:11px;color:#6b7280;font-weight:500;text-align:left!important;margin-bottom:2px;line-height:1.2}.fixed #sticky-current-price{font-size:16px;font-weight:700}.fixed #sticky-original-price{font-size:12px}.fixed #sticky-discount-badge{font-size:10px;padding:2px 6px;border-radius:4px}.fixed .whitespace-nowrap{white-space:nowrap}.fixed .flex-wrap{flex-wrap:wrap;gap:4px}}@media (max-width: 360px){.fixed .gap-3{gap:8px!important}.fixed #sticky-selected-months{font-size:10px;text-align:left!important;margin-bottom:1px;line-height:1.1}.fixed #sticky-current-price{font-size:15px}.fixed #sticky-original-price{font-size:11px}.fixed #sticky-discount-badge{font-size:9px;padding:1px 4px}.fixed .add-to-cart-btn{padding:8px 12px!important;font-size:13px!important}}.fixed .flex{align-items:center}.fixed .flex-1.flex-col{align-items:flex-start!important}.fixed .flex-1.flex-col>*{text-align:left!important}.fixed .gap-3{gap:12px}.fixed .gap-2{gap:8px}@media (min-width: 1024px){.plan-tab{min-width:120px;padding:14px 18px;font-size:14px}.feature-card:hover .feature-icon{transform:scale(1.1) rotate(5deg)}}.swiper-button-next,.swiper-button-prev{background:#fff!important;border:2px solid #ff6b35!important;border-radius:50%!important;width:40px!important;height:40px!important;margin-top:0!important;box-shadow:0 4px 12px #00000026!important;transition:all .3s ease!important}.swiper-button-next:after,.swiper-button-prev:after{color:#ff6b35!important;font-size:16px!important;font-weight:700!important}.swiper-button-next:hover,.swiper-button-prev:hover{background:#ff6b35!important;transform:scale(1.1)!important}.swiper-button-next:hover:after,.swiper-button-prev:hover:after{color:#fff!important}.swiper-pagination{bottom:16px!important}.swiper-pagination-bullet{background:#d1d5db!important;border:none!important;opacity:1!important;transition:all .3s ease!important}.swiper-pagination-bullet-active{background:#ff6b35!important}@media (max-width: 640px){.swiper-button-next,.swiper-button-prev{display:none!important}}.responsive-section{background-color:var(--color-background-alt)}.responsive-banner-image{width:100%;height:100%;overflow:hidden;border-radius:var(--radius-md)}.responsive-image{width:100%;height:auto;object-fit:cover;transition:transform var(--transition-normal) var(--transition-ease)}.responsive-image:hover{transform:scale(1.03)}.responsive-placeholder{width:100%;aspect-ratio:3/2;background-color:var(--color-light-gray);display:flex;align-items:center;justify-content:center;border-radius:var(--radius-md)}@media (min-width: 768px){.responsive-banner-image,.responsive-placeholder{border-radius:var(--radius-lg)}}.responsive-contact-item{margin-bottom:20px}.responsive-contact-label{font-weight:500;color:var(--text);margin-bottom:5px}.responsive-contact-value{color:var(--text)}.responsive-map{margin-top:40px;border-radius:var(--card-radius);overflow:hidden;box-shadow:var(--card-shadow)}@media screen and (max-width: 767px){.responsive-map,.responsive-map iframe{height:300px}}.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}.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}.consultation-cta-button{padding:.875rem 1.5rem;background-color:var(--color-text, #151515);color:var(--color-background, #f2f2ea);border:2px solid var(--color-text, #151515);border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;text-align:center}.consultation-cta-button:hover{background-color:transparent;color:var(--color-text, #151515)}.consultation-popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:9999;display:flex;align-items:center;justify-content:center;padding:1rem}.consultation-popup-content{background-color:var(--color-background, #f2f2ea);border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-width:500px;width:100%;max-height:90vh;overflow-y:auto;position:relative}.consultation-popup-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 1.5rem 1rem;border-bottom:1px solid var(--color-border, #e5e5df)}.consultation-popup-title{font-size:1.5rem;font-weight:700;color:var(--color-text, #151515);margin:0}.consultation-popup-close{background:none;border:none;font-size:2rem;color:var(--color-text-light, #575755);cursor:pointer;padding:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.consultation-popup-close:hover{background-color:var(--color-border, #e5e5df);color:var(--color-text, #151515)}.consultation-form{padding:1.5rem}.consultation-form-group{margin-bottom:1.5rem}.consultation-form-label{display:block;font-weight:600;color:var(--color-text, #151515);margin-bottom:.5rem;font-size:.875rem}.consultation-form-input,.consultation-form-textarea{width:100%;padding:.75rem 1rem;border:2px solid var(--color-border, #e5e5df);border-radius:8px;font-size:1rem;color:var(--color-text, #151515);background-color:var(--color-background, #f2f2ea);transition:border-color .2s ease}.consultation-form-input:focus,.consultation-form-textarea:focus{outline:none;border-color:var(--color-primary, #3b82f6);box-shadow:0 0 0 3px #3b82f61a}.consultation-form-textarea{resize:vertical;min-height:100px}.consultation-form-submit{width:100%;padding:.875rem 1.5rem;background-color:var(--color-text, #151515);color:var(--color-background, #f2f2ea);border:2px solid var(--color-text, #151515);border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.consultation-form-submit:hover{background-color:transparent;color:var(--color-text, #151515)}@media (max-width: 640px){.consultation-popup-content{margin:1rem;max-width:calc(100% - 2rem)}.consultation-popup-header{padding:1rem 1rem .75rem}.consultation-popup-title{font-size:1.25rem}.consultation-form{padding:1rem}.consultation-form-group{margin-bottom:1rem}}.image{display:block;position:relative;overflow:hidden;width:100%;height:auto}.image>img{width:100%;height:auto}.responsive-card.product-card{display:flex;flex-direction:column;height:100%;border-radius:var(--card-radius);background-color:var(--card-bg);box-shadow:var(--card-shadow);transition:transform .3s,box-shadow .3s;overflow:hidden}.responsive-card.product-card:hover{transform:translateY(-5px);box-shadow:var(--card-shadow-hover)}.responsive-card-image{position:relative;padding-top:100%;overflow:hidden;background-color:var(--surface-alt)}.responsive-card-image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .5s}.responsive-card.product-card:hover .responsive-card-image img{transform:scale(1.05)}.responsive-placeholder{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:var(--surface-alt)}.responsive-badge{position:absolute;top:10px;right:10px;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:600;z-index:1}.responsive-badge-error{background-color:var(--error);color:#fff}.responsive-sold-out{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:#00000080}.responsive-sold-out span{color:#fff;font-weight:600;font-size:18px}.responsive-card-content{display:flex;flex-direction:column;flex-grow:1;padding:15px}.responsive-card-title{font-size:16px;font-weight:500;margin:0 0 8px;line-height:1.4}@media screen and (min-width: 768px){.responsive-card-title{font-size:18px}}.responsive-card-title a{color:var(--text);text-decoration:none}.responsive-card-title a:hover{color:var(--primary)}.responsive-product-price{display:flex;align-items:center;gap:8px;margin-bottom:12px}.responsive-price{font-weight:600;font-size:16px;color:var(--text)}.responsive-price-sale{color:var(--error)}.responsive-price-compare{font-weight:400;font-size:14px;color:var(--text-muted);text-decoration:line-through}.responsive-rating{display:flex;align-items:center;gap:5px;margin-bottom:12px}.responsive-rating-stars{display:flex}.responsive-rating-star{color:var(--text-muted);font-size:14px}.responsive-rating-star-filled{color:var(--accent)}.responsive-rating-count{font-size:12px;color:var(--text-muted)}.responsive-card-actions{margin-top:auto;padding-top:10px}.responsive-notification{position:fixed;bottom:20px;right:20px;padding:12px 20px;border-radius:4px;background-color:var(--surface);color:var(--text);box-shadow:0 4px 12px #00000026;z-index:9999;transition:transform .3s,opacity .3s;transform:translateY(100px);opacity:0;max-width:300px}.responsive-notification-visible{transform:translateY(0);opacity:1}.responsive-notification-success{background-color:var(--success);color:#fff}.responsive-notification-error{background-color:var(--error);color:#fff}.responsive-notification-info{background-color:var(--info);color:#fff}@media screen and (max-width: 767px){.responsive-notification{left:20px;right:20px;bottom:20px;max-width:none;text-align:center}}.responsive-form{max-width:100%;width:100%}.responsive-form-group{margin-bottom:20px}.responsive-form-label{display:block;margin-bottom:8px;font-weight:500;color:var(--text)}.responsive-form-input,.responsive-form-textarea,.responsive-form-select{width:100%;padding:12px 16px;border:1px solid var(--border);border-radius:var(--input-radius);background-color:var(--input-bg);color:var(--text);font-size:16px;transition:border-color .3s,box-shadow .3s}.responsive-form-input:focus,.responsive-form-textarea:focus,.responsive-form-select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 2px rgba(var(--primary-rgb),.25)}.responsive-form-textarea{min-height:120px;resize:vertical}.responsive-form-checkbox-group,.responsive-form-radio-group{display:flex;align-items:center;margin-bottom:12px}.responsive-form-checkbox,.responsive-form-radio{margin-right:10px;width:20px;height:20px;cursor:pointer;accent-color:var(--primary)}.responsive-form-checkbox-label,.responsive-form-radio-label{cursor:pointer;font-size:16px;color:var(--text)}.responsive-form-note{font-size:14px;color:var(--text-muted);margin-top:6px}.responsive-form-error{color:var(--error);font-size:14px;margin-top:6px}.responsive-form-success{padding:16px;background-color:var(--success-light);color:var(--success);border-radius:var(--card-radius);margin-bottom:20px}.responsive-form-actions{display:flex;align-items:center;gap:12px;margin-top:10px}@media screen and (max-width: 767px){.responsive-form-actions{flex-direction:column;align-items:stretch}.responsive-form-actions .btn-responsive{width:100%}}
/*# sourceMappingURL=/cdn/shop/t/5/compiled_assets/styles.css.map */
