.hero-section{width:100%;overflow:hidden}.hero-container{display:grid;gap:2rem;align-items:center}.hero-layout--products-left{grid-template-columns:1fr}@media screen and (min-width: 990px){.hero-layout--products-left{grid-template-columns:400px 1fr}.hero-layout--products-right{grid-template-columns:1fr 400px}.hero-layout--products-right .hero-products{order:2}}.hero-products{display:flex;flex-direction:column;gap:1.5rem}.hero-products-title{margin:0;color:rgb(var(--color-foreground));font-weight:700}.hero-products-grid{display:grid;gap:1rem;grid-template-columns:repeat(2,1fr)}.hero-products-grid--1{grid-template-columns:1fr}.hero-products-grid--2{grid-template-columns:repeat(2,1fr)}.hero-products-grid--3{grid-template-columns:repeat(3,1fr)}@media screen and (max-width: 749px){.hero-products-grid{grid-template-columns:repeat(2,1fr)}}.hero-product-card{background:rgb(var(--color-background));border-radius:12px;overflow:hidden;transition:all .3s ease;border:1px solid rgba(var(--color-foreground-rgb),.1)}.hero-product-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.hero-product-link{display:block;text-decoration:none;color:inherit}.hero-product-image{position:relative;aspect-ratio:1;overflow:hidden;background:rgba(var(--color-foreground-rgb),.04)}.hero-product-img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.hero-product-card:hover .hero-product-img{transform:scale(1.05)}.hero-product-badge{position:absolute;top:8px;right:8px;padding:4px 10px;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.hero-product-info{padding:1rem;display:flex;flex-direction:column;gap:.5rem}.hero-product-title{margin:0;font-size:.9rem;font-weight:600;color:rgb(var(--color-foreground));line-height:1.3}.hero-product-price{display:flex;align-items:center;gap:.5rem}.hero-price{font-weight:700;color:rgb(var(--color-foreground));font-size:1rem}.hero-price-compare{text-decoration:line-through;color:rgba(var(--color-foreground-rgb),.5);font-size:.85rem}.hero-price-sale{font-weight:700;color:#e53e3e;font-size:1rem}.hero-product-rating{display:flex;gap:2px}.hero-product-rating .star{color:rgba(var(--color-foreground-rgb),.2);font-size:.9rem}.hero-product-rating .star.filled{color:#ffb800}.hero-products-cta{text-align:center;margin-top:.5rem}.hero-banner{position:relative;border-radius:16px;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:3rem 2rem;background:linear-gradient(135deg,rgba(var(--color-primary-rgb),.1),rgba(var(--color-primary-rgb),.05))}.hero-banner:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;z-index:1}.hero-banner-content{position:relative;z-index:2;max-width:600px;text-align:center;display:flex;flex-direction:column;gap:1.5rem}.hero-subtitle{margin:0;font-weight:600;text-transform:uppercase;letter-spacing:1px;opacity:.9}.hero-title{margin:0;font-weight:800;line-height:1.1}.hero-description{margin:0;line-height:1.6;opacity:.85}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.hero-trust-badges{display:flex;gap:2rem;justify-content:center;flex-wrap:wrap;padding-top:1rem;border-top:1px solid rgba(var(--color-foreground-rgb),.1)}.trust-badge{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:rgba(var(--color-foreground-rgb),.8)}.trust-badge img{width:24px;height:24px;object-fit:contain}@media screen and (max-width: 989px){.hero-banner{padding:2rem 1.5rem}.hero-buttons{flex-direction:column}.hero-trust-badges{gap:1rem}}@media screen and (max-width: 749px){.hero-container{gap:2rem}.hero-products-title{text-align:center}}.reviews-container{max-width:800px;margin:0 auto}.reviews-card{background:rgb(var(--color-background));border-radius:var(--border-radius-lg, 16px);padding:2rem 2.5rem;box-shadow:0 4px 24px #00000014;border:1px solid rgba(var(--color-foreground-rgb),.08)}.reviews-header{text-align:center;margin-bottom:1.5rem}.reviews-title{margin:0 0 .5rem;color:rgb(var(--color-foreground))}.reviews-subtitle{margin:0;color:rgba(var(--color-foreground-rgb),.7);font-size:1rem}.reviews-content{display:flex;flex-direction:column;gap:1.25rem}.reviews-content.align-center{align-items:center;text-align:center}.reviews-content.align-left{align-items:flex-start;text-align:left}.reviews-content.align-right{align-items:flex-end;text-align:right}.rating-enhanced{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.rating-color--primary{--star-fill-color: var(--color-primary, #FFB800);--star-fill-color-rgb: var(--color-primary-rgb, 255, 184, 0)}.rating-color--foreground{--star-fill-color: rgb(var(--color-foreground-rgb));--star-fill-color-rgb: var(--color-foreground-rgb)}.rating-color--gold{--star-fill-color: #FFB800;--star-fill-color-rgb: 255, 184, 0}.rating-color--amber{--star-fill-color: #F59E0B;--star-fill-color-rgb: 245, 158, 11}.stars-container{display:flex;align-items:center}.stars-row{display:flex;align-items:center;gap:var(--star-gap, 4px)}.star-icon{width:var(--star-size, 24px);height:var(--star-size, 24px);fill:rgba(var(--star-fill-color-rgb),.2);transition:transform .2s ease,fill .3s ease}.rating-style--outline .star-icon{fill:transparent}.star-icon.filled-star{fill:var(--star-fill-color)}.star-animate{animation:starPop .5s ease-out var(--animation-delay) both}@keyframes starPop{0%{transform:scale(0);opacity:0}50%{transform:scale(1.2)}to{transform:scale(1);opacity:1}}.star-icon:hover{transform:scale(1.15)}.single-star-display{display:flex;align-items:center;gap:.5rem}.single-rating-text{font-size:1.5rem;font-weight:700;color:var(--star-fill-color)}.rating-number{display:flex;align-items:baseline;gap:.25rem}.rating-number--large .rating-value{font-size:2.5rem;font-weight:800;color:rgb(var(--color-foreground));line-height:1}.rating-number--large .rating-max{font-size:1rem;color:rgba(var(--color-foreground-rgb),.5);font-weight:500}.reviews-count{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:rgba(var(--color-foreground-rgb),.05);border-radius:20px;font-size:.9rem}.count-number{font-weight:700;color:rgb(var(--color-foreground))}.count-label{color:rgba(var(--color-foreground-rgb),.7)}.reviews-summary{max-width:500px}.summary-text{margin:0;color:rgba(var(--color-foreground-rgb),.8);font-size:1rem;line-height:1.6}.reviews-cta{margin-top:.5rem}@media screen and (max-width: 749px){.reviews-card{padding:1.5rem}.rating-number--large .rating-value{font-size:2rem}.star-icon{width:calc(var(--star-size, 24px) * .85);height:calc(var(--star-size, 24px) * .85)}}.reviews-list-container{margin-top:3rem}.reviews-list-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.reviews-list-title{margin:0;color:rgb(var(--color-foreground))}.reviews-sort-select{padding:.5rem 2rem .5rem 1rem;border:1px solid rgba(var(--color-foreground-rgb),.2);border-radius:8px;background-color:rgb(var(--color-background));color:rgb(var(--color-foreground));font-size:.9rem;cursor:pointer;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpath d='M2 4l4 4 4-4'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center}.reviews-list{display:flex;flex-direction:column;gap:1.5rem}.reviews-grid{display:grid;gap:1.5rem}.reviews-grid--2-col{grid-template-columns:repeat(2,1fr)}.reviews-grid--3-col{grid-template-columns:repeat(3,1fr)}.reviews-grid--4-col{grid-template-columns:repeat(4,1fr)}@media screen and (max-width: 989px){.reviews-grid--3-col,.reviews-grid--4-col{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 749px){.reviews-grid{grid-template-columns:1fr}}.review-item{padding:1.5rem;border-radius:12px;background:rgb(var(--color-background));transition:transform .2s ease,box-shadow .2s ease;height:100%;display:flex;flex-direction:column}.review-item--bordered{border:1px solid rgba(var(--color-foreground-rgb),.1)}.review-item--elevated{box-shadow:0 2px 12px #0000000f}.review-item--elevated:hover{transform:translateY(-2px);box-shadow:0 4px 20px #0000001a}.review-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;flex-wrap:wrap;gap:.75rem}.review-author-info{display:flex;align-items:center;gap:.75rem}.review-avatar{width:40px;height:40px;border-radius:50%;overflow:hidden;background:linear-gradient(135deg,var(--star-fill-color, #FFB800) 0%,#FF8C00 100%);display:flex;align-items:center;justify-content:center;flex-shrink:0}.review-avatar img{width:100%;height:100%;object-fit:cover}.review-avatar-initial{color:#fff;font-weight:700;font-size:1rem}.review-author-details{display:flex;flex-direction:column;gap:.25rem}.review-author-name{font-weight:600;color:rgb(var(--color-foreground));font-size:1rem}.review-verified{display:inline-flex;align-items:center;gap:.25rem;font-size:.75rem;color:#10b981;font-weight:500}.review-verified svg{stroke:#10b981}.review-meta{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem}.review-rating-small{display:flex;gap:2px}.star-icon-small{width:16px;height:16px;fill:rgba(var(--star-fill-color-rgb),.2)}.star-icon-small.filled-star{fill:var(--star-fill-color)}.review-date{font-size:.8rem;color:rgba(var(--color-foreground-rgb),.6)}.review-title{margin:0 0 .75rem;font-size:1.1rem;font-weight:600;color:rgb(var(--color-foreground))}.review-content{margin-bottom:1rem;flex-grow:1}.review-text{margin:0;color:rgba(var(--color-foreground-rgb),.85);line-height:1.7;font-size:.95rem}.review-image{margin-bottom:1rem;border-radius:8px;overflow:hidden;max-width:300px}.review-image img{width:100%;height:auto;display:block}.review-footer{display:flex;align-items:center;gap:1rem;padding-top:1rem;border-top:1px solid rgba(var(--color-foreground-rgb),.08)}.review-helpful-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:rgba(var(--color-foreground-rgb),.05);border:1px solid rgba(var(--color-foreground-rgb),.1);border-radius:20px;color:rgba(var(--color-foreground-rgb),.7);font-size:.85rem;cursor:pointer;transition:all .2s ease}.review-helpful-btn:hover{background:rgba(var(--color-foreground-rgb),.1);color:rgb(var(--color-foreground))}.review-helpful-btn svg{stroke:currentColor}.review-report-btn{background:none;border:none;color:rgba(var(--color-foreground-rgb),.5);font-size:.8rem;cursor:pointer;padding:.25rem .5rem}.review-report-btn:hover{color:rgba(var(--color-foreground-rgb),.8);text-decoration:underline}.reviews-load-more{text-align:center;margin-top:2rem}.reviews-load-more-btn{min-width:200px}@media screen and (max-width: 749px){.reviews-list-header{flex-direction:column;align-items:stretch}.review-header{flex-direction:column}.review-meta{align-items:flex-start}.review-avatar{width:36px;height:36px}.review-item{padding:1.25rem}}
/*# sourceMappingURL=/cdn/shop/t/2/compiled_assets/styles.css.map */
