.ws-hero{position:relative;min-height:100vh;background:linear-gradient(to bottom right,#f8fafc,#fff7ed);overflow:hidden}.ws-hero__container{max-width:1280px;margin:0 auto;padding:48px 16px 80px}@media(min-width:640px){.ws-hero__container{padding:64px 24px 80px}}@media(min-width:1024px){.ws-hero__container{padding:80px 32px}}.ws-hero__grid{display:grid;grid-template-columns:1fr;gap:32px;align-items:center;min-height:70vh}@media(min-width:768px){.ws-hero__grid{gap:48px;min-height:80vh}}@media(min-width:1024px){.ws-hero__grid{grid-template-columns:1fr 1fr}}.ws-hero__content{text-align:center}@media(min-width:1024px){.ws-hero__content{text-align:left}}.ws-hero__content-inner{margin-bottom:24px}@media(min-width:768px){.ws-hero__content-inner{margin-bottom:32px}}.ws-hero__rating{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;background:#fff7ed;border:2px solid #ef4444;border-radius:9999px;box-shadow:0 1px 2px #0000000d;margin-bottom:16px}@media(min-width:640px){.ws-hero__rating{padding:12px 24px;margin-bottom:24px}}.ws-hero__rating-stars{display:flex;align-items:center;gap:2px}.ws-hero__rating-star{width:16px;height:16px;color:#facc15;fill:#facc15}@media(min-width:640px){.ws-hero__rating-star{width:20px;height:20px}}.ws-hero__rating-text{font-size:14px;font-weight:600;color:#1f2937}@media(min-width:640px){.ws-hero__rating-text{font-size:16px}}.ws-hero__title{font-size:30px;font-weight:700;color:#111827;line-height:1.1;margin:0 0 16px}@media(min-width:640px){.ws-hero__title{font-size:36px}}@media(min-width:768px){.ws-hero__title{font-size:48px;margin-bottom:24px}}@media(min-width:1024px){.ws-hero__title{font-size:60px}}.ws-hero__title-orange{display:block;color:#f97316}.ws-hero__description{font-size:18px;line-height:1.6;color:#4b5563;margin:0 auto 24px;max-width:512px}@media(min-width:640px){.ws-hero__description{font-size:20px}}@media(min-width:1024px){.ws-hero__description{margin:0 0 32px}}.ws-hero__buttons{display:flex;flex-direction:column;gap:16px;margin-bottom:24px}@media(min-width:640px){.ws-hero__buttons{flex-direction:row;justify-content:center}}@media(min-width:1024px){.ws-hero__buttons{justify-content:flex-start;margin-bottom:32px}}.ws-hero__btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;font-size:16px;font-weight:600;text-decoration:none;border-radius:6px;transition:all .2s;cursor:pointer;width:100%}@media(min-width:640px){.ws-hero__btn{width:auto;padding:16px 32px;font-size:18px}}.ws-hero__btn--primary{background:#ea580c;color:#fff;border:none}.ws-hero__btn--primary:hover{background:#c2410c}.ws-hero__btn--outline{background:transparent;color:#ea580c;border:1px solid #f97316}.ws-hero__btn--outline:hover{background:#fff7ed;border-color:#ea580c;color:#c2410c}.ws-hero__btn svg{width:16px;height:16px}@media(min-width:640px){.ws-hero__btn svg{width:20px;height:20px}}.ws-hero__trust{padding-top:16px}.ws-hero__trust-item{display:flex;align-items:center;gap:8px;margin-bottom:12px;justify-content:center}@media(min-width:1024px){.ws-hero__trust-item{justify-content:flex-start}}.ws-hero__trust-check{color:#16a34a;font-size:18px;flex-shrink:0}.ws-hero__trust-text{font-size:16px;color:#374151}.ws-hero__trust-text strong{font-weight:700}.ws-hero__products-wrapper{position:relative}.ws-hero__products-title{font-size:24px;font-weight:700;color:#111827;margin:0 0 24px;text-align:center}@media(min-width:1024px){.ws-hero__products-title{text-align:left}}.ws-hero__products{display:grid;grid-template-columns:1fr 1fr;gap:16px}.ws-hero__products-col{display:flex;flex-direction:column;gap:16px}.ws-hero__products-col--offset{padding-top:32px}.ws-hero__product{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 1px 3px #0000001a;text-decoration:none;transition:box-shadow .2s}.ws-hero__product:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.ws-hero__product-image{height:192px;background:#f9fafb;display:flex;align-items:center;justify-content:center;padding:16px}.ws-hero__product-image img{max-width:100%;max-height:100%;object-fit:contain}.ws-hero__product-content{padding:16px}.ws-hero__product-name{font-size:14px;font-weight:600;color:#111827;margin:0 0 8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.4;transition:color .2s}.ws-hero__product:hover .ws-hero__product-name{color:#ea580c}.ws-hero__product-price{font-size:18px;font-weight:700;color:#111827;margin-bottom:8px}.ws-hero__product-badges{display:flex;flex-wrap:wrap;gap:4px}.ws-hero__badge{display:inline-block;padding:2px 8px;font-size:10px;font-weight:500;border-radius:4px}.ws-hero__badge--green{background:#dcfce7;color:#15803d}.ws-hero__badge--blue{background:#dbeafe;color:#1d4ed8}.ws-hero__badge--orange{background:#ffedd5;color:#c2410c}.ws-hero__flash-sale{position:absolute;top:-16px;right:-16px;background:#ef4444;color:#fff;padding:12px 24px;border-radius:9999px;font-weight:700;box-shadow:0 10px 15px -3px #0000001a;animation:pulse 2s infinite;z-index:10}@keyframes pulse{0%,to{opacity:1}50%{opacity:.8}}@media(max-width:640px){.ws-hero__products-col--offset{padding-top:0}.ws-hero__flash-sale{top:-8px;right:-8px;padding:8px 16px;font-size:12px}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/hero-with-products.css.map */
