.wg-products{position:relative;padding:140px 0;background:#fff;overflow:hidden}.wg-products:before{content:"";position:absolute;top:-250px;right:-250px;width:700px;height:700px;border-radius:50%;background:radial-gradient(circle,rgba(15,91,58,.05) 0%,transparent 72%);pointer-events:none}.wg-products:after{content:"";position:absolute;bottom:-250px;left:-250px;width:650px;height:650px;border-radius:50%;background:radial-gradient(circle,rgba(15,91,58,.04) 0%,transparent 72%);pointer-events:none}.wg-products .wg-container{position:relative;z-index:2}.wg-products-header{display:flex;justify-content:space-between;align-items:flex-end;gap:60px;margin-bottom:70px}.wg-products-heading{max-width:720px}.wg-products-heading h2{margin:18px 0;font-size:58px;line-height:1.04;font-weight:700;letter-spacing:-.05em;color:var(--wg-black)}.wg-products-heading p{max-width:640px;font-size:18px;line-height:1.85;color:var(--wg-text-light)}.wg-products-view{display:inline-flex;align-items:center;gap:12px;font-size:15px;font-weight:600;text-decoration:none;color:var(--wg-primary);transition:var(--wg-transition)}.wg-products-view svg{transition:var(--wg-transition)}.wg-products-view:hover{gap:18px}.wg-products-view:hover svg{transform:translate(5px)}.wg-products-layout{display:grid;grid-template-columns:520px 1fr;gap:36px;align-items:start}.featured-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;align-content:start}.wg-featured-column{height:100%}.wg-featured-card{position:relative;display:flex;flex-direction:column;height:100%;background:#fff;border:1px solid var(--wg-border);border-radius:32px;overflow:hidden;text-decoration:none;box-shadow:var(--wg-shadow-sm);transition:var(--wg-transition);isolation:isolate}.wg-featured-card:hover{transform:translateY(-10px);box-shadow:var(--wg-shadow-lg);border-color:#0f5b3a2e}.wg-featured-media{position:relative;display:flex;align-items:center;justify-content:center;height:520px;padding:60px;overflow:hidden;background:linear-gradient(180deg,#fcfdfc,#f4f8f5)}.wg-featured-media:before{content:"";position:absolute;width:380px;height:380px;border-radius:50%;background:radial-gradient(circle,rgba(15,91,58,.1),transparent 70%);filter:blur(35px);z-index:1}.wg-featured-media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#ffffff0d,#00000008);pointer-events:none;z-index:2}.wg-featured-image{position:relative;z-index:3;width:100%;height:100%;object-fit:contain;transition:transform .8s cubic-bezier(.22,.61,.36,1)}.wg-featured-card:hover .wg-featured-image{transform:scale(1.08)}.wg-featured-vendor{position:absolute;top:24px;left:24px;z-index:5;display:inline-flex;align-items:center;padding:9px 16px;border-radius:999px;background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--wg-primary);box-shadow:0 12px 30px #00000014}.wg-featured-sale{position:absolute;top:24px;right:24px;z-index:5;display:inline-flex;align-items:center;padding:9px 16px;border-radius:999px;background:var(--wg-primary);color:#fff;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;box-shadow:0 15px 35px #0f5b3a4d}.wg-featured-content{display:flex;flex-direction:column;flex:1;padding:40px}.wg-featured-content h3{margin:0 0 18px;font-size:34px;font-weight:700;line-height:1.15;letter-spacing:-.03em;color:var(--wg-black);transition:var(--wg-transition)}.wg-featured-card:hover h3{color:var(--wg-primary)}.wg-featured-content p{margin:0;font-size:16px;line-height:1.9;color:var(--wg-text-light)}.wg-featured-price{display:flex;flex-direction:column;gap:8px;margin:32px 0 36px}.wg-featured-old{font-size:16px;font-weight:500;color:#98a2b3;text-decoration:line-through}.wg-featured-current{font-size:42px;font-weight:700;line-height:1;letter-spacing:-.04em;color:var(--wg-black)}.wg-featured-button{display:inline-flex;align-items:center;justify-content:center;gap:12px;width:100%;height:60px;border-radius:999px;background:var(--wg-primary);color:#fff;font-size:15px;font-weight:600;letter-spacing:.01em;box-shadow:0 18px 40px #0f5b3a33;transition:var(--wg-transition)}.wg-featured-button svg{transition:var(--wg-transition)}.wg-featured-card:hover .wg-featured-button{transform:translateY(-3px);box-shadow:0 28px 60px #0f5b3a4d}.wg-featured-card:hover .wg-featured-button svg{transform:translate(5px)}.wg-featured-card:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:4px;background:linear-gradient(90deg,var(--wg-primary),#45A06D);transform:scaleX(0);transform-origin:left;transition:transform .45s ease}.wg-featured-card:hover:after{transform:scaleX(1)}.wg-featured-card:before{content:"";position:absolute;top:0;left:-140%;width:60%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.45),transparent);transform:skew(-20deg);transition:left .9s ease;z-index:6;pointer-events:none}.wg-featured-card:hover:before{left:160%}.wg-featured-card:focus-visible{outline:2px solid var(--wg-primary);outline-offset:6px;border-radius:32px}@media(prefers-reduced-motion:reduce){.wg-featured-card,.wg-featured-image,.wg-featured-button{transition:none!important;transform:none!important;animation:none!important}}.wg-product-card{position:relative;display:flex;flex-direction:column;height:100%;padding:24px;background:#fff;border:1px solid var(--wg-border);border-radius:28px;text-decoration:none;overflow:hidden;isolation:isolate;transition:var(--wg-transition);box-shadow:0 10px 30px #0f172a0a}.wg-product-card:hover{transform:translateY(-8px);border-color:#0f5b3a29;box-shadow:0 28px 70px #0f172a1a}.wg-product-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px;gap:10px}.wg-product-vendor{display:inline-flex;align-items:center;padding:8px 14px;border-radius:999px;background:#0f5b3a14;color:var(--wg-primary);font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.wg-product-sale{display:inline-flex;align-items:center;padding:8px 14px;border-radius:999px;background:var(--wg-primary);color:#fff;font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;box-shadow:0 12px 30px #0f5b3a33}.wg-product-image{position:relative;display:flex;align-items:center;justify-content:center;height:220px;margin-bottom:22px;padding:20px;border-radius:22px;background:linear-gradient(180deg,#fcfdfc,#f5f8f6);overflow:hidden}.wg-product-image:before{content:"";position:absolute;width:170px;height:170px;border-radius:50%;background:radial-gradient(circle,rgba(15,91,58,.08),transparent 72%);filter:blur(25px);z-index:1}.wg-product-photo{position:relative;z-index:2;width:100%;height:100%;object-fit:contain;transition:transform .7s cubic-bezier(.22,.61,.36,1)}.wg-product-card:hover .wg-product-photo{transform:scale(1.08)}.wg-product-content{display:flex;flex-direction:column;flex:1}.wg-product-content h3{margin:0 0 18px;font-size:20px;font-weight:600;line-height:1.45;letter-spacing:-.02em;color:var(--wg-black);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:58px;transition:var(--wg-transition)}.wg-product-card:hover h3{color:var(--wg-primary)}.wg-product-price{display:flex;flex-direction:column;gap:6px;margin-top:auto;margin-bottom:24px}.wg-product-old{font-size:14px;font-weight:500;color:#98a2b3;text-decoration:line-through}.wg-product-current{font-size:28px;font-weight:700;line-height:1;letter-spacing:-.03em;color:var(--wg-black)}.wg-product-footer{margin-top:auto}.wg-product-view{display:flex;align-items:center;justify-content:center;gap:12px;width:100%;height:54px;border-radius:999px;background:#f4f8f5;color:var(--wg-primary);font-size:15px;font-weight:600;transition:var(--wg-transition)}.wg-product-view svg{transition:var(--wg-transition)}.wg-product-card:hover .wg-product-view{background:var(--wg-primary);color:#fff;box-shadow:0 18px 40px #0f5b3a38}.wg-product-card:hover .wg-product-view svg{transform:translate(5px)}.wg-product-card:before{content:"";position:absolute;top:0;left:-130%;width:55%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.45),transparent);transform:skew(-20deg);transition:left .9s ease;pointer-events:none;z-index:5}.wg-product-card:hover:before{left:160%}.wg-product-card:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:4px;background:linear-gradient(90deg,var(--wg-primary),#45A06D);transform:scaleX(0);transform-origin:left;transition:transform .4s ease}.wg-product-card:hover:after{transform:scaleX(1)}.wg-product-card:focus-visible{outline:2px solid var(--wg-primary);outline-offset:4px}@media(max-width:1440px){.wg-products-layout{grid-template-columns:480px 1fr}.wg-featured-media{height:480px}}@media(max-width:1200px){.wg-products{padding:120px 0}.wg-products-header{flex-direction:column;align-items:flex-start;gap:32px;margin-bottom:60px}.wg-products-heading{max-width:100%}.wg-products-heading h2{font-size:48px}.wg-products-layout{grid-template-columns:1fr;gap:32px}.featured-grid{grid-template-columns:repeat(2,1fr)}.wg-featured-media{height:420px}}@media(max-width:991px){.wg-products{padding:100px 0}.featured-grid{grid-template-columns:repeat(2,1fr);gap:20px}.wg-featured-content{padding:32px}.wg-featured-content h3{font-size:30px}.wg-featured-current{font-size:36px}.wg-product-card{padding:20px}.wg-product-image{height:200px}}@media(max-width:767px){.wg-products{padding:80px 0}.wg-products-heading h2{font-size:36px;line-height:1.1}.wg-products-heading p{font-size:16px;line-height:1.7}.wg-products-header{margin-bottom:40px}.wg-products-view{display:none}.wg-featured-media{height:300px;padding:28px}.wg-featured-content{padding:28px}.wg-featured-content h3{font-size:26px}.wg-featured-current{font-size:30px}.featured-grid{display:flex;overflow-x:auto;gap:18px;padding-bottom:10px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.featured-grid::-webkit-scrollbar{display:none}.wg-product-card{flex:0 0 280px;min-width:280px;scroll-snap-align:start}}@media(max-width:480px){.wg-products{padding:70px 0}.wg-products-heading h2{font-size:30px}.wg-section-label{font-size:11px}.wg-featured-media{height:240px;padding:20px}.wg-featured-content{padding:22px}.wg-featured-content h3{font-size:22px}.wg-featured-content p{font-size:15px}.wg-featured-current{font-size:26px}.wg-featured-button{height:54px;font-size:14px}.wg-product-card{flex-basis:250px;min-width:250px;padding:18px;border-radius:24px}.wg-product-image{height:170px;padding:16px}.wg-product-content h3{font-size:17px;min-height:50px}.wg-product-current{font-size:22px}.wg-product-view{height:50px;font-size:14px}}.wg-products-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:120px 40px;background:#fafcfb;border:2px dashed var(--wg-border);border-radius:32px;text-align:center}.wg-products-empty h3{margin:0 0 12px;font-size:32px;font-weight:700;color:var(--wg-black)}.wg-products-empty p{max-width:520px;margin:0;font-size:17px;line-height:1.8;color:var(--wg-text-light)}.wg-featured-card:focus-visible,.wg-product-card:focus-visible{outline:3px solid var(--wg-primary);outline-offset:6px}@media(prefers-reduced-motion:reduce){.wg-products *,.wg-products *:before,.wg-products *:after{animation:none!important;transition:none!important;transform:none!important;scroll-behavior:auto!important}}
/*# sourceMappingURL=/cdn/shop/t/11/assets/wg-featured-products.css.map */
