@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";:root{--wr-blue: #3b82f6;--wr-blue-dark: #2563eb;--wr-navy: #1a1a2e;--wr-gray-light: #f3f4f6;--wr-blue-light: #eff6ff;--wr-blue-warm: #bde0f5;--wr-orange: #f97316;--wr-gold: #f59e0b;--wr-green: #22c55e;--wr-red: #ef4444;--wr-gray-50: #f9fafb;--wr-gray-100: #f3f4f6;--wr-gray-200: #e5e7eb;--wr-gray-300: #d1d5db;--wr-gray-500: #6b7280;--wr-gray-700: #374151;--wr-white: #ffffff;--wr-font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--wr-max-width: 1200px;--wr-radius: 12px;--wr-shadow: 0 1px 3px rgba(0,0,0,.06), 0 1px 2px rgba(0,0,0,.04);--wr-shadow-md: 0 4px 6px rgba(0,0,0,.05), 0 2px 4px rgba(0,0,0,.04);--wr-shadow-lg: 0 10px 25px rgba(0,0,0,.08);--wr-shadow-xl: 0 4px 24px rgba(0,0,0,.06)}[class^=wr-] *,[class^=wr-] *:before,[class^=wr-] *:after{box-sizing:border-box;margin:0;padding:0}[class^=wr-]{font-family:var(--wr-font);color:var(--wr-navy);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}[class^=wr-] img{max-width:100%;height:auto;display:block}html{scroll-behavior:smooth}.wr-hero{background:var(--wr-white);padding:16px 20px 32px}.wr-hero__container{max-width:var(--wr-max-width);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}.wr-hero__gallery{position:sticky;top:100px}.wr-hero__main-image{border-radius:16px;overflow:hidden;background:var(--wr-gray-50);aspect-ratio:1;margin-bottom:12px}.wr-hero__main-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s cubic-bezier(.25,.46,.45,.94)}.wr-hero__main-image:hover img{transform:scale(1.03)}.wr-hero__thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:8px}.wr-hero__thumb{border-radius:10px;overflow:hidden;cursor:pointer;border:2px solid transparent;transition:all .25s ease;aspect-ratio:1;background:var(--wr-gray-50)}.wr-hero__thumb.active{border-color:var(--wr-blue);box-shadow:0 0 0 2px #3b82f633}.wr-hero__thumb:hover{border-color:var(--wr-blue)}.wr-hero__thumb img{width:100%;height:100%;object-fit:cover}.wr-hero__info{display:flex;flex-direction:column;gap:16px;background:#f8fbff;border-radius:16px;padding:32px}.wr-hero__pill{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border:1px solid var(--wr-gray-200);border-radius:50px;font-size:13px;font-weight:500;color:var(--wr-gray-700);background:var(--wr-white);width:fit-content;transition:border-color .2s ease}.wr-hero__pill:hover{border-color:var(--wr-gray-300)}.wr-rating-badge{display:inline-flex;align-items:center;gap:8px;background:#fff;border:1px solid #e5e7eb;border-radius:100px;padding:6px 14px;margin-bottom:12px}.wr-stars{color:#f59e0b;font-size:14px;letter-spacing:1px}.wr-rating-text{font-size:13px;color:#1a1a2e;font-weight:500}.wr-hero__rating{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.wr-hero__stars{color:var(--wr-gold);font-size:18px;letter-spacing:1px;line-height:1}.wr-hero__rating-text{font-size:14px;font-weight:500;color:var(--wr-navy)}.wr-hero__title{font-size:38px;font-weight:800;color:var(--wr-navy);line-height:1.2;letter-spacing:-.5px}.wr-hero__bullets{list-style:none;display:flex;flex-direction:column;gap:12px;padding:4px 0}.wr-hero__bullet{display:flex;align-items:flex-start;gap:10px;font-size:15px;line-height:1.5;color:var(--wr-gray-700)}.wr-hero__bullet-icon{flex-shrink:0;width:22px;height:22px;border-radius:50%;background:var(--wr-blue);display:flex;align-items:center;justify-content:center;margin-top:2px}.wr-hero__bullet-icon svg{width:12px;height:12px;fill:var(--wr-white)}.wr-hero__bullet strong{color:var(--wr-navy);font-weight:700}.wr-hero__price-row{display:flex;align-items:baseline;gap:12px;padding:4px 0}.wr-hero__price{font-size:32px;font-weight:800;color:var(--wr-navy)}.wr-hero__compare-price{font-size:20px;font-weight:500;color:var(--wr-gray-500);text-decoration:line-through}.wr-hero__save-badge{font-size:13px;font-weight:700;color:var(--wr-white);background:var(--wr-green);padding:3px 10px;border-radius:50px}.wr-hero__variants{display:flex;flex-direction:column;gap:8px}.wr-hero__variant-label{font-size:14px;font-weight:600;color:var(--wr-navy)}.wr-hero__variant-options{display:flex;flex-wrap:wrap;gap:8px}.wr-hero__variant-btn{padding:10px 20px;border:2px solid var(--wr-gray-200);border-radius:8px;background:var(--wr-white);font-size:14px;font-weight:500;color:var(--wr-navy);cursor:pointer;transition:all .2s ease;font-family:var(--wr-font)}.wr-hero__variant-btn:hover{border-color:var(--wr-blue)}.wr-hero__variant-btn.active,.wr-hero__variant-btn[aria-checked=true]{border-color:var(--wr-blue);background:var(--wr-blue-light);color:var(--wr-blue-dark);font-weight:600}.wr-hero__quantity{display:flex;align-items:center;gap:0;border:2px solid var(--wr-gray-200);border-radius:10px;width:fit-content;overflow:hidden;height:48px}.wr-hero__qty-btn{width:48px;height:48px;background:var(--wr-gray-50);border:none;font-size:20px;font-weight:600;color:var(--wr-navy);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease;font-family:var(--wr-font)}.wr-hero__qty-btn:hover{background:var(--wr-gray-200)}.wr-hero__qty-input{width:54px;height:48px;text-align:center;border:none;border-left:1px solid var(--wr-gray-200);border-right:1px solid var(--wr-gray-200);font-size:16px;font-weight:600;color:var(--wr-navy);background:var(--wr-white);font-family:var(--wr-font);-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield}.wr-hero__qty-input::-webkit-outer-spin-button,.wr-hero__qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.wr-hero__atc{width:100%;height:56px;background:var(--wr-blue);color:var(--wr-white);border:none;border-radius:14px;font-size:18px;font-weight:700;cursor:pointer;transition:all .3s cubic-bezier(.25,.46,.45,.94);font-family:var(--wr-font);letter-spacing:.3px;box-shadow:0 4px 14px #3b82f659;position:relative;overflow:hidden}.wr-hero__atc:hover{background:var(--wr-blue-dark);box-shadow:0 6px 20px #3b82f673;transform:translateY(-1px)}.wr-hero__atc:active{transform:translateY(0);box-shadow:0 2px 8px #3b82f64d}.wr-hero__atc:disabled{background:var(--wr-blue)!important;opacity:1!important;cursor:pointer!important;box-shadow:0 4px 14px #3b82f659;transform:none}.wr-hero__low-stock{font-size:14px;font-weight:700;color:var(--wr-orange);display:flex;align-items:center;gap:4px;animation:wr-pulse 2s ease-in-out infinite}@keyframes wr-pulse{0%,to{opacity:1}50%{opacity:.6}}.wr-hero__guarantee{display:flex;align-items:flex-start;gap:10px;padding:14px 18px;background:var(--wr-blue-light);border-radius:12px;font-size:14px;color:var(--wr-navy);line-height:1.5}.wr-hero__guarantee-icon{flex-shrink:0;font-size:20px;line-height:1;margin-top:1px}.wr-hero__guarantee strong{font-weight:700}.wr-hero__social-proof{font-size:13px;color:var(--wr-gray-500);font-weight:500}.wr-hero__trust-row{display:flex;justify-content:space-between;gap:8px;padding:14px 0;border-top:1px solid var(--wr-gray-200);border-bottom:1px solid var(--wr-gray-200)}.wr-hero__trust-item{display:flex;flex-direction:column;align-items:center;gap:4px;font-size:12px;font-weight:600;color:var(--wr-gray-700);text-align:center}.wr-hero__trust-icon{font-size:18px;line-height:1}.wr-hero__payments{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.wr-hero__payments span{font-size:12px;color:var(--wr-gray-500);font-weight:500}.wr-hero__payments .payment-icon{height:24px;width:auto;opacity:.7;transition:opacity .2s ease}.wr-hero__payments .payment-icon:hover{opacity:1}@media(max-width:768px){.wr-hero{padding:16px 16px 32px}.wr-hero__container{grid-template-columns:1fr;gap:24px}.wr-hero__gallery{position:static}.wr-hero__info{padding:20px 16px;border-radius:12px}.wr-hero__title{font-size:28px}.wr-hero__thumbs{grid-template-columns:repeat(5,1fr);gap:6px}.wr-hero__trust-row{flex-direction:row;justify-content:center;gap:20px}.wr-hero__price{font-size:28px}.wr-hero__main-image{border-radius:12px}}.wr-trust-bar{background:var(--wr-blue-light);padding:16px 0;overflow:hidden;position:relative;border-top:1px solid #dbeafe;border-bottom:1px solid #dbeafe}.wr-trust-bar__track{display:flex;animation:wr-marquee 30s linear infinite;width:max-content}.wr-trust-bar__content{display:flex;align-items:center;gap:48px;white-space:nowrap;flex-shrink:0}.wr-trust-bar__item{font-size:15px;font-weight:600;color:var(--wr-navy);letter-spacing:.5px}.wr-trust-bar__dot{width:5px;height:5px;border-radius:50%;background:var(--wr-navy);flex-shrink:0;opacity:.3}@keyframes wr-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.wr-announce{background:#1a1a2e;padding:10px 0;overflow:hidden;position:relative}.wr-announce__track{display:flex;animation:wr-marquee 40s linear infinite;width:max-content}.wr-announce__content{display:flex;align-items:center;gap:32px;white-space:nowrap;flex-shrink:0}.wr-announce__item{font-size:13px;font-weight:600;color:#fff;letter-spacing:.5px}.wr-announce__sep{color:#3b82f6;font-size:10px;opacity:.7}.wr-wave{display:block;width:100%;line-height:0;margin:0;padding:0}.wr-wave svg{display:block;width:100%;height:auto}.wr-benefits{background:var(--wr-gray-light);padding:80px 40px}.wr-benefits__container{max-width:var(--wr-max-width);margin:0 auto;text-align:center}.wr-benefits__title{text-align:center;font-size:44px;font-weight:800;color:var(--wr-navy);margin-bottom:8px;position:relative;display:inline-block}.wr-benefits__title-underline{display:block;margin:4px auto 48px;width:120px;height:0;position:relative}.wr-benefits__title-underline svg{width:120px;height:12px;display:block;margin:0 auto}.wr-benefits__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;text-align:center}.wr-benefits__card{text-align:center;padding:32px 24px;border-radius:20px;background:#fff;box-shadow:0 2px 16px #3b82f60f;transition:transform .35s cubic-bezier(.25,.46,.45,.94),box-shadow .35s ease}.wr-benefits__card:hover{transform:translateY(-6px);box-shadow:0 12px 36px #3b82f61f}.wr-benefits__icon{font-size:72px;margin-bottom:20px;line-height:1}.wr-benefits__card-title{font-size:19px;font-weight:700;color:var(--wr-navy);margin-bottom:10px}.wr-benefits__card-text{font-size:15px;color:#6b7280;line-height:1.7}.wr-loved-by{background:var(--wr-blue-warm);padding:52px 20px;text-align:center}.wr-loved-by__title{font-size:38px;font-weight:800;color:var(--wr-navy);line-height:1.2}.wr-loved-by__title .wr-highlight{color:var(--wr-blue)}@media(max-width:768px){.wr-benefits{padding:40px 16px 48px}.wr-benefits__title{font-size:30px}.wr-benefits__grid{grid-template-columns:repeat(2,1fr);gap:16px}.wr-benefits__card{padding:28px 16px}.wr-benefits__icon{font-size:48px}.wr-loved-by__title{font-size:26px}.wr-loved-by{padding:36px 16px}}.wr-reviews{background:#eff6ff;padding:60px 20px}.wr-reviews__container{max-width:var(--wr-max-width);margin:0 auto}.wr-reviews__title{text-align:center;font-size:34px;font-weight:800;color:var(--wr-navy);margin-bottom:8px}.wr-reviews__subtitle{text-align:center;font-size:16px;color:var(--wr-gray-500);font-weight:400;margin-bottom:40px}.wr-reviews__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.wr-reviews__card{background:var(--wr-white);border-radius:20px;overflow:hidden;box-shadow:0 4px 24px #0000000f;transition:transform .35s cubic-bezier(.25,.46,.45,.94),box-shadow .35s ease}.wr-reviews__card:hover{transform:translateY(-6px);box-shadow:0 12px 40px #0000001f}.wr-reviews__photo-wrap{position:relative;height:220px;overflow:hidden}.wr-reviews__photo-wrap img{width:100%;height:100%;object-fit:cover;display:block}.wr-reviews__quote-badge{position:absolute;bottom:12px;right:12px;width:36px;height:36px;border-radius:50%;background:#22c55e;color:#fff;display:flex;align-items:center;justify-content:center;font-size:18px;box-shadow:0 2px 8px #00000026}.wr-reviews__card-body{padding:20px 24px 24px}.wr-reviews__stars{color:#f59e0b;font-size:16px;letter-spacing:1px;margin-bottom:8px}.wr-reviews__headline{font-size:17px;font-weight:700;color:var(--wr-navy);margin-bottom:8px}.wr-reviews__body{font-size:14px;color:var(--wr-gray-500);line-height:1.6;margin-bottom:16px}.wr-reviews__card-footer{display:flex;align-items:center;gap:10px;padding-top:12px;border-top:1px solid #f3f4f6}.wr-reviews__avatar{width:40px;height:40px;border-radius:50%;background:var(--wr-blue-light);color:var(--wr-blue);display:flex;align-items:center;justify-content:center;font-weight:800;font-size:14px;flex-shrink:0}.wr-reviews__author-info{display:flex;flex-direction:column}.wr-reviews__author{font-size:14px;font-weight:700;color:var(--wr-navy)}.wr-reviews__verified{display:inline-flex;align-items:center;gap:4px;font-size:11px;color:var(--wr-green);font-weight:600}@media(max-width:768px){.wr-reviews{padding:40px 16px}.wr-reviews__title{font-size:26px;margin-bottom:6px}.wr-reviews__subtitle{font-size:14px;margin-bottom:24px}.wr-reviews__grid{grid-template-columns:1fr;gap:16px}.wr-reviews__photo-wrap{height:200px}}.wr-split{background:var(--wr-gray-50);padding:60px 20px}.wr-split__container{max-width:var(--wr-max-width);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.wr-split__eyebrow{font-size:11px;font-weight:700;color:#3b82f6;text-transform:uppercase;letter-spacing:3px;margin-bottom:12px}.wr-split__headline{font-size:34px;font-weight:800;color:var(--wr-navy);line-height:1.2;margin-bottom:16px}.wr-split__subtext{font-size:16px;color:var(--wr-gray-500);line-height:1.7;margin-bottom:24px}.wr-split__bullets{list-style:none;display:flex;flex-direction:column;gap:14px;margin-bottom:32px}.wr-split__bullet{display:flex;align-items:center;gap:10px;font-size:15px;color:var(--wr-gray-700)}.wr-split__check{flex-shrink:0;width:22px;height:22px;border-radius:50%;background:var(--wr-blue);display:flex;align-items:center;justify-content:center}.wr-split__check svg{width:12px;height:12px;fill:var(--wr-white)}.wr-split__cta{display:inline-flex;align-items:center;gap:6px;padding:14px 32px;background:var(--wr-blue);color:var(--wr-white);border:none;border-radius:14px;font-size:16px;font-weight:700;cursor:pointer;transition:all .3s cubic-bezier(.25,.46,.45,.94);text-decoration:none;font-family:var(--wr-font);box-shadow:0 4px 14px #3b82f659}.wr-split__cta:hover{background:var(--wr-blue-dark);transform:translateY(-2px);box-shadow:0 6px 20px #3b82f673;color:var(--wr-white)}.wr-split__image{border-radius:24px;overflow:hidden;box-shadow:0 20px 60px #0000001f}.wr-split__image img{width:100%;height:auto;transition:transform .4s ease}.wr-split__image:hover img{transform:scale(1.02)}@media(max-width:768px){.wr-split{padding:48px 16px}.wr-split__container{grid-template-columns:1fr;gap:32px}.wr-split__content{order:2}.wr-split__image{order:1}.wr-split__headline{font-size:26px}.wr-split__cta{width:100%;justify-content:center}}.wr-compare{background:var(--wr-white);padding:48px 20px}.wr-compare__container{max-width:720px;margin:0 auto}.wr-compare__title{text-align:center;font-size:34px;font-weight:800;color:var(--wr-navy);margin-bottom:40px}.wr-compare__table{width:100%;border-collapse:separate;border-spacing:0;border-radius:16px;overflow:hidden;border:1px solid var(--wr-gray-200);box-shadow:var(--wr-shadow)}.wr-compare__table thead th{padding:18px 24px;font-size:15px;font-weight:700;text-align:center;background:var(--wr-blue-light);border-bottom:2px solid var(--wr-gray-200);color:var(--wr-navy)}.wr-compare__table thead th:first-child{text-align:left}.wr-compare__table thead th.wr-compare__highlight{background:var(--wr-blue);color:var(--wr-white)}.wr-compare__table tbody td{padding:16px 24px;font-size:14px;text-align:center;border-bottom:1px solid var(--wr-gray-100);color:var(--wr-gray-700);transition:background .2s ease}.wr-compare__table tbody td:first-child{text-align:left;font-weight:600;color:var(--wr-navy)}.wr-compare__table tbody tr:nth-child(2n){background:var(--wr-gray-50)}.wr-compare__table tbody tr:last-child td{border-bottom:none}.wr-compare__table tbody tr:hover{background:var(--wr-blue-light)}.wr-compare__check{display:inline-flex;width:28px;height:28px;border-radius:50%;background:#dcfce7;color:var(--wr-green);align-items:center;justify-content:center;font-size:14px;font-weight:700}.wr-compare__cross{display:inline-flex;width:28px;height:28px;border-radius:50%;background:var(--wr-gray-100);color:var(--wr-gray-500);align-items:center;justify-content:center;font-size:14px;font-weight:700}@media(max-width:768px){.wr-compare{padding:48px 16px}.wr-compare__title{font-size:26px;margin-bottom:24px}.wr-compare__table thead th,.wr-compare__table tbody td{padding:12px;font-size:13px}}.wr-faq{background:var(--wr-white);padding:48px 20px}.wr-faq__container{max-width:760px;margin:0 auto}.wr-faq__title{text-align:center;font-size:32px;font-weight:800;color:var(--wr-navy);margin-bottom:40px}.wr-faq__list{display:flex;flex-direction:column;gap:0}.wr-faq__item{border-bottom:1px solid var(--wr-gray-200)}.wr-faq__item:first-child{border-top:1px solid var(--wr-gray-200)}.wr-faq__item summary{display:flex;justify-content:space-between;align-items:center;padding:20px 0;cursor:pointer;font-size:16px;font-weight:600;color:var(--wr-navy);font-family:var(--wr-font);list-style:none;gap:16px;transition:color .2s ease;-webkit-font-smoothing:antialiased}.wr-faq__item summary::-webkit-details-marker{display:none}.wr-faq__item summary::marker{display:none;content:""}.wr-faq__item summary:hover{color:var(--wr-blue)}.wr-faq__arrow{flex-shrink:0;width:28px;height:28px;border-radius:50%;background:var(--wr-gray-100);display:flex;align-items:center;justify-content:center;transition:all .3s ease}.wr-faq__arrow svg{width:14px;height:14px;fill:var(--wr-gray-500);transition:transform .3s ease}.wr-faq__item[open] .wr-faq__arrow{background:var(--wr-blue)}.wr-faq__item[open] .wr-faq__arrow svg{fill:var(--wr-white);transform:rotate(180deg)}.wr-faq__answer{padding:0 0 20px;font-size:15px;color:var(--wr-gray-500);line-height:1.7}@media(max-width:768px){.wr-faq{padding:48px 16px}.wr-faq__title{font-size:26px;margin-bottom:24px}.wr-faq__item summary{font-size:15px;padding:16px 0}}.wr-guarantee{background:var(--wr-blue-light);padding:72px 20px}.wr-guarantee__container{max-width:680px;margin:0 auto;text-align:center;display:flex;flex-direction:column;align-items:center}.wr-guarantee__shield{width:72px;height:72px;margin-bottom:24px}.wr-guarantee__shield svg{width:100%;height:100%;fill:var(--wr-blue)}.wr-guarantee__headline{font-size:30px;font-weight:800;color:var(--wr-navy);margin-bottom:16px}.wr-guarantee__body{font-size:16px;color:var(--wr-gray-500);line-height:1.7;margin-bottom:28px;max-width:560px}.wr-guarantee__cta{display:inline-flex;align-items:center;gap:6px;padding:16px 36px;background:var(--wr-blue);color:var(--wr-white);border:none;border-radius:14px;font-size:17px;font-weight:700;cursor:pointer;transition:all .3s cubic-bezier(.25,.46,.45,.94);text-decoration:none;font-family:var(--wr-font);box-shadow:0 4px 14px #3b82f659}.wr-guarantee__cta:hover{background:var(--wr-blue-dark);transform:translateY(-2px);box-shadow:0 6px 20px #3b82f673;color:var(--wr-white)}@media(max-width:768px){.wr-guarantee{padding:48px 16px}.wr-guarantee__shield{width:56px;height:56px}.wr-guarantee__headline{font-size:24px}.wr-guarantee__body{font-size:15px}.wr-guarantee__cta{width:100%;justify-content:center}}.wr-sticky-atc{display:none;position:fixed;bottom:0;left:0;right:0;background:var(--wr-white);border-top:1px solid var(--wr-gray-200);padding:12px 16px;z-index:999;box-shadow:0 -4px 16px #00000014}.wr-sticky-atc.visible{display:flex;align-items:center;gap:12px}.wr-sticky-atc__info{flex:1;min-width:0}.wr-sticky-atc__title{font-size:13px;font-weight:600;color:var(--wr-navy);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wr-sticky-atc__price{font-size:16px;font-weight:800;color:var(--wr-navy)}.wr-sticky-atc__btn{flex-shrink:0;padding:12px 24px;background:var(--wr-blue);color:var(--wr-white);border:none;border-radius:12px;font-size:15px;font-weight:700;cursor:pointer;font-family:var(--wr-font);transition:background .2s ease;box-shadow:0 2px 8px #3b82f64d}.wr-sticky-atc__btn:hover{background:var(--wr-blue-dark)}@media(min-width:769px){.wr-sticky-atc{display:none!important}}.wr-section{padding-top:80px;padding-bottom:80px}.wr-section--sm{padding-top:48px;padding-bottom:48px}@media(max-width:768px){.wr-section{padding-top:48px;padding-bottom:48px}}button[name=add][disabled],button[name=add]:disabled,.wr-atc-btn[disabled],.wr-atc-btn:disabled{background-color:#3b82f6!important;opacity:1!important;color:#fff!important;cursor:pointer!important}.wr-home-hero{display:grid;grid-template-columns:1fr 1fr;min-height:0;max-height:85vh;align-items:stretch}.wr-home-hero__img-wrap{overflow:hidden;position:relative;max-height:85vh}.wr-home-hero__img{width:100%;height:100%;object-fit:cover;display:block}.wr-home-hero__content{background:#eff6ff;display:flex;flex-direction:column;justify-content:center;padding:60px}.wr-home-hero__inner{max-width:560px}.wr-home-hero__rating{display:flex;align-items:center;gap:8px;margin-bottom:20px}.wr-home-hero__stars{color:#f59e0b;font-size:16px;letter-spacing:1px}.wr-home-hero__rating-text{font-size:14px;font-weight:500;color:#1a1a2e}.wr-home-hero__title{font-size:44px;font-weight:800;color:#1a1a2e;line-height:1.15;letter-spacing:-.5px;margin-bottom:20px}.wr-home-hero__subtitle{font-size:18px;color:#6b7280;line-height:1.7;margin-bottom:32px}.wr-home-hero__cta{display:inline-flex;align-items:center;gap:8px;padding:16px 36px;background:#f97316;color:#fff;border:none;border-radius:50px;font-size:18px;font-weight:700;text-decoration:none;font-family:var(--wr-font);box-shadow:0 4px 20px #f9731659;transition:all .3s cubic-bezier(.25,.46,.45,.94);margin-bottom:16px}.wr-home-hero__cta:hover{background:#ea580c;transform:translateY(-2px);box-shadow:0 6px 28px #f9731673;color:#fff}.wr-home-hero__micro{font-size:13px;color:#9ca3af;font-weight:400;line-height:1.5}.wr-wave--hero{margin-top:-4px}@media(max-width:768px){.wr-home-hero{grid-template-columns:1fr;min-height:auto;max-height:none}.wr-home-hero__img-wrap{height:300px}.wr-home-hero__content{padding:36px 20px 48px}.wr-home-hero__title{font-size:30px}.wr-home-hero__subtitle{font-size:16px;margin-bottom:24px}.wr-home-hero__cta{width:100%;justify-content:center;font-size:16px}}.wr-stats-bar{background:#fff;padding:40px 20px;border-bottom:1px solid #f3f4f6}.wr-stats-bar__container{max-width:var(--wr-max-width);margin:0 auto;display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;align-items:center;gap:0}.wr-stats-bar__item{text-align:center}.wr-stats-bar__value{font-size:28px;font-weight:800;color:#3b82f6;margin-bottom:4px}.wr-stats-bar__label{font-size:14px;font-weight:500;color:#6b7280}.wr-stats-bar__divider{width:1px;height:40px;background:#e5e7eb}@media(max-width:768px){.wr-stats-bar__container{grid-template-columns:1fr 1fr;gap:24px}.wr-stats-bar__divider{display:none}.wr-stats-bar__value{font-size:22px}}.wr-seen-on{background:#f9fafb;padding:14px 0;overflow:hidden;position:relative;border-top:1px solid #f3f4f6;border-bottom:1px solid #f3f4f6}.wr-seen-on__track{display:flex;animation:wr-marquee 35s linear infinite;width:max-content}.wr-seen-on__content{display:flex;align-items:center;gap:36px;white-space:nowrap;flex-shrink:0}.wr-seen-on__item{font-size:14px;font-weight:600;color:#6b7280;letter-spacing:.5px}.wr-seen-on__sep{color:#3b82f6;font-size:10px;opacity:.5}.wr-home-feature{background:#fff;padding:100px 20px 80px}.wr-home-feature__container{max-width:var(--wr-max-width);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.wr-home-feature__image{border-radius:24px;overflow:hidden;box-shadow:0 20px 60px #0000001a}.wr-home-feature__image img{width:100%;height:auto;display:block;transition:transform .4s ease}.wr-home-feature__image:hover img{transform:scale(1.02)}.wr-home-feature__eyebrow{font-size:11px;font-weight:700;color:#3b82f6;text-transform:uppercase;letter-spacing:3px;margin-bottom:12px}.wr-home-feature__headline{font-size:34px;font-weight:800;color:#1a1a2e;line-height:1.2;margin-bottom:16px}.wr-home-feature__body{font-size:16px;color:#6b7280;line-height:1.7;margin-bottom:24px}.wr-home-feature__checks{list-style:none;display:flex;flex-direction:column;gap:14px;margin-bottom:32px;padding:0}.wr-home-feature__checks li{display:flex;align-items:center;gap:10px;font-size:15px;color:#374151}.wr-home-feature__check-icon{flex-shrink:0;width:22px;height:22px;border-radius:50%;background:#3b82f6;display:flex;align-items:center;justify-content:center}.wr-home-feature__check-icon svg{width:12px;height:12px;fill:#fff}.wr-home-feature__cta{display:inline-flex;align-items:center;gap:6px;padding:14px 32px;background:#3b82f6;color:#fff;border:none;border-radius:14px;font-size:16px;font-weight:700;text-decoration:none;font-family:var(--wr-font);box-shadow:0 4px 14px #3b82f659;transition:all .3s ease}.wr-home-feature__cta:hover{background:#2563eb;transform:translateY(-2px);box-shadow:0 6px 20px #3b82f673;color:#fff}@media(max-width:768px){.wr-home-feature{padding:48px 16px}.wr-home-feature__container{grid-template-columns:1fr;gap:32px}.wr-home-feature__image{order:-1}.wr-home-feature__headline{font-size:26px}.wr-home-feature__cta{width:100%;justify-content:center}}.wr-home-ba{background:#f9fafb;padding:80px 20px}.wr-home-ba__container{max-width:900px;margin:0 auto}.wr-home-ba__title{text-align:center;font-size:32px;font-weight:800;color:#1a1a2e;margin-bottom:40px}.wr-home-ba__grid{display:grid;grid-template-columns:1fr 1fr;gap:32px}.wr-home-ba__card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 4px 24px #0000000f}.wr-home-ba__img-wrap{position:relative;overflow:hidden}.wr-home-ba__img-wrap img{width:100%;height:auto;display:block}.wr-home-ba__label{position:absolute;top:16px;left:16px;padding:6px 14px;border-radius:50px;font-size:12px;font-weight:700;letter-spacing:1px;color:#fff}.wr-home-ba__label--before{background:#ef4444}.wr-home-ba__label--after{background:#22c55e}.wr-home-ba__caption{text-align:center;padding:16px 20px;font-size:14px;color:#6b7280;font-style:italic}@media(max-width:768px){.wr-home-ba{padding:48px 16px}.wr-home-ba__title{font-size:26px;margin-bottom:24px}.wr-home-ba__grid{grid-template-columns:1fr;gap:20px}}.wr-home-reviews{background:#eff6ff;padding:80px 20px}.wr-home-reviews__container{max-width:var(--wr-max-width);margin:0 auto}.wr-home-reviews__title{text-align:center;font-size:34px;font-weight:800;color:#1a1a2e;margin-bottom:8px}.wr-home-reviews__subtitle{text-align:center;font-size:16px;color:#6b7280;font-weight:400;margin-bottom:40px}.wr-home-reviews__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.wr-home-reviews__card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 4px 24px #0000000f;transition:transform .35s ease,box-shadow .35s ease}.wr-home-reviews__card:hover{transform:translateY(-6px);box-shadow:0 12px 40px #0000001f}.wr-home-reviews__photo-wrap{position:relative;height:220px;overflow:hidden}.wr-home-reviews__photo-wrap img{width:100%;height:100%;object-fit:cover;display:block}.wr-home-reviews__quote-badge{position:absolute;bottom:12px;right:12px;width:36px;height:36px;border-radius:50%;background:#22c55e;color:#fff;display:flex;align-items:center;justify-content:center;font-size:18px;box-shadow:0 2px 8px #00000026}.wr-home-reviews__card-body{padding:20px 24px 24px}.wr-home-reviews__card-footer{display:flex;align-items:center;gap:10px;padding-top:12px;border-top:1px solid #f3f4f6}.wr-home-reviews__avatar{width:40px;height:40px;border-radius:50%;background:#eff6ff;color:#3b82f6;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:14px;flex-shrink:0}.wr-home-reviews__author-info{display:flex;flex-direction:column}.wr-home-reviews__name{font-size:14px;font-weight:700;color:#1a1a2e}.wr-home-reviews__verified{font-size:11px;color:#22c55e;font-weight:600}.wr-home-reviews__stars{color:#f59e0b;font-size:16px;letter-spacing:1px;margin-bottom:8px}.wr-home-reviews__headline{font-size:16px;font-weight:700;color:#1a1a2e;margin-bottom:8px}.wr-home-reviews__body{font-size:14px;color:#6b7280;line-height:1.6;margin-bottom:16px}@media(max-width:768px){.wr-home-reviews{padding:48px 16px}.wr-home-reviews__title{font-size:26px}.wr-home-reviews__grid{grid-template-columns:1fr;gap:16px}.wr-home-reviews__photo-wrap{height:200px}}.wr-home-gifts{background:#eff6ff;padding:80px 20px}.wr-home-gifts__container{max-width:var(--wr-max-width);margin:0 auto;text-align:center}.wr-home-gifts__title{font-size:32px;font-weight:800;color:#1a1a2e;margin-bottom:8px}.wr-home-gifts__subtitle{font-size:16px;color:#6b7280;font-weight:400;margin-bottom:40px}.wr-home-gifts__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:40px}.wr-home-gifts__card{border-radius:20px;overflow:hidden;box-shadow:0 4px 24px #00000014;transition:transform .3s ease,box-shadow .3s ease}.wr-home-gifts__card:hover{transform:translateY(-4px);box-shadow:0 8px 32px #0000001f}.wr-home-gifts__card img{width:100%;height:auto;display:block}.wr-home-gifts__cta-wrap{text-align:center}.wr-home-gifts__cta{display:inline-flex;align-items:center;gap:6px;padding:14px 32px;background:#3b82f6;color:#fff;border:none;border-radius:14px;font-size:16px;font-weight:700;text-decoration:none;font-family:var(--wr-font);box-shadow:0 4px 14px #3b82f659;transition:all .3s ease}.wr-home-gifts__cta:hover{background:#2563eb;transform:translateY(-2px);box-shadow:0 6px 20px #3b82f673;color:#fff}@media(max-width:768px){.wr-home-gifts{padding:48px 16px}.wr-home-gifts__title{font-size:26px}.wr-home-gifts__grid{grid-template-columns:1fr;gap:16px}}.wr-home-cta{background:linear-gradient(135deg,#3b82f6,#1d4ed8);text-align:center;padding:100px 40px}.wr-home-cta__container{max-width:700px;margin:0 auto}.wr-home-cta__headline{font-size:40px;font-weight:800;color:#fff;line-height:1.2;margin-bottom:16px}.wr-home-cta__subtext{font-size:18px;color:#fffc;line-height:1.6;margin-bottom:36px}.wr-home-cta__buttons{display:flex;align-items:center;justify-content:center;gap:16px;margin-bottom:24px}.wr-home-cta__btn{display:inline-flex;align-items:center;gap:6px;padding:16px 32px;border-radius:14px;font-size:17px;font-weight:700;text-decoration:none;font-family:var(--wr-font);transition:all .3s ease;cursor:pointer;border:2px solid transparent}.wr-home-cta__btn--primary{background:#fff;color:#3b82f6;box-shadow:0 4px 20px #00000026}.wr-home-cta__btn--primary:hover{transform:translateY(-2px);box-shadow:0 6px 28px #0003;color:#2563eb}.wr-home-cta__btn--secondary{background:transparent;color:#fff;border-color:#ffffff80}.wr-home-cta__btn--secondary:hover{background:#ffffff1a;border-color:#fff;transform:translateY(-2px);color:#fff}.wr-home-cta__micro{font-size:14px;color:#ffffffb3;font-weight:400}@media(max-width:768px){.wr-home-cta{padding:64px 20px}.wr-home-cta__headline{font-size:28px}.wr-home-cta__subtext{font-size:16px}.wr-home-cta__buttons{flex-direction:column;gap:12px}.wr-home-cta__btn{width:100%;justify-content:center;font-size:16px}}.wr-bundle{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}.wr-bundle__card{background:#fff;border:2px solid #e5e7eb;border-radius:16px;padding:16px 20px;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease;position:relative}.wr-bundle__card:hover{border-color:#93c5fd}.wr-bundle__card--active{border-color:#3b82f6;box-shadow:0 0 0 1px #3b82f6,0 4px 16px #3b82f61f}.wr-bundle__card--popular{background:linear-gradient(135deg,#eff6ff,#fff)}.wr-bundle__popular-tag{position:absolute;top:-11px;left:20px;background:#3b82f6;color:#fff;font-size:10px;font-weight:800;letter-spacing:1.5px;padding:3px 12px;border-radius:100px;text-transform:uppercase}.wr-bundle__card-top{display:flex;align-items:center;gap:14px}.wr-bundle__radio{width:22px;height:22px;border-radius:50%;border:2px solid #d1d5db;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:border-color .2s ease}.wr-bundle__card--active .wr-bundle__radio{border-color:#3b82f6}.wr-bundle__radio-dot{width:12px;height:12px;border-radius:50%;background:transparent;transition:background .2s ease}.wr-bundle__card--active .wr-bundle__radio-dot{background:#3b82f6}.wr-bundle__card-info{flex:1}.wr-bundle__card-header{display:flex;align-items:center;gap:10px;margin-bottom:4px}.wr-bundle__card-title{font-size:16px;font-weight:700;color:#1a1a2e}.wr-bundle__card-price{display:flex;align-items:center;gap:8px}.wr-bundle__price{font-size:18px;font-weight:800;color:#1a1a2e}.wr-bundle__price--discount{color:#3b82f6}.wr-bundle__price--original{font-size:14px;color:#9ca3af;text-decoration:line-through;font-weight:500}.wr-bundle__badge{font-size:11px;font-weight:700;padding:2px 8px;border-radius:100px;text-transform:uppercase;letter-spacing:.5px}.wr-bundle__badge--gray{background:#f3f4f6;color:#6b7280}.wr-bundle__badge--blue{background:#dbeafe;color:#2563eb}.wr-bundle__badge--green{background:#dcfce7;color:#16a34a}.wr-bundle__card-subtitle{font-size:13px;font-weight:600;color:#3b82f6;margin-top:4px}.wr-bundle__error{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;font-size:13px;font-weight:500;padding:10px 14px;border-radius:10px;margin-top:10px;text-align:center}.wr-bundle__variants{margin-top:14px;padding-top:14px;border-top:1px solid #f3f4f6;display:flex;flex-direction:column;gap:8px}.wr-bundle__variants--hidden{display:none}.wr-bundle__var-label{font-size:13px;font-weight:600;color:#6b7280}.wr-bundle__var-select{width:100%;padding:10px 14px;border:1px solid #e5e7eb;border-radius:10px;background:#fff;font-size:14px;font-weight:500;color:#1a1a2e;font-family:var(--wr-font);-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M6 8L1 3h10z' fill='%236b7280'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;cursor:pointer;transition:border-color .2s ease}.wr-bundle__var-select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f626}@media(max-width:768px){.wr-bundle__card{padding:14px 16px}.wr-bundle__card-title{font-size:15px}.wr-bundle__price{font-size:16px}}.shopify-section-group-header-group .shopify-section:first-child:not(:has(.wr-announce)){display:none!important}section[class*=header-announcements],[data-section-type=header-announcements]{display:none!important}@media(max-width:768px){.header__logo-image,.header-logo img{max-height:32px!important;width:auto!important}.header__logo,.header-logo{font-size:16px!important}.header .logo-text,header-component .logo-text{font-size:16px!important;line-height:1.2!important}}.wr-footer{background:#1a1f36;color:#e2e8f0;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;padding:60px 0 0}.wr-footer a{color:#e2e8f0;text-decoration:none;transition:color .2s ease}.wr-footer a:hover{color:#60a5fa}.wr-footer__container{max-width:1200px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:48px}.wr-footer__brand-name{font-size:22px;font-weight:700;color:#fff;margin-bottom:8px}.wr-footer__tagline{font-size:14px;color:#94a3b8;margin-bottom:16px;line-height:1.5}.wr-footer__email{font-size:14px;color:#94a3b8;margin-bottom:20px}.wr-footer__email a{color:#60a5fa}.wr-footer__copyright{font-size:13px;color:#64748b}.wr-footer__col-title{font-size:15px;font-weight:600;color:#fff;margin-bottom:16px;text-transform:uppercase;letter-spacing:.5px}.wr-footer__links{list-style:none;padding:0;margin:0}.wr-footer__links li{margin-bottom:10px}.wr-footer__links a{font-size:14px;color:#94a3b8}.wr-footer__links a:hover{color:#60a5fa}.wr-footer__newsletter{margin-top:20px}.wr-footer__newsletter-title{font-size:14px;font-weight:600;color:#fff;margin-bottom:10px}.wr-footer__newsletter-form{display:flex;gap:0}.wr-footer__newsletter-form input[type=email]{flex:1;padding:10px 14px;border:1px solid #334155;border-right:none;border-radius:8px 0 0 8px;background:#0f172a;color:#e2e8f0;font-size:14px;outline:none}.wr-footer__newsletter-form input[type=email]::placeholder{color:#64748b}.wr-footer__newsletter-form button{padding:10px 18px;background:#3b82f6;color:#fff;border:none;border-radius:0 8px 8px 0;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s ease}.wr-footer__newsletter-form button:hover{background:#2563eb}.wr-footer__bottom{margin-top:40px;padding:24px 0;border-top:1px solid #334155}.wr-footer__bottom-inner{max-width:1200px;margin:0 auto;padding:0 24px;display:flex;flex-direction:column;align-items:center;gap:16px}.wr-footer__payment-icons{display:flex;gap:8px;align-items:center;flex-wrap:wrap;justify-content:center}.wr-footer__payment-icons .payment-icon svg,.wr-footer__payment-icons img{height:28px;width:auto;opacity:.7}.wr-footer__trust{display:flex;gap:24px;align-items:center;font-size:13px;color:#94a3b8;flex-wrap:wrap;justify-content:center}.wr-footer__trust-item{white-space:nowrap}@media(max-width:768px){.wr-footer__container{grid-template-columns:1fr;gap:32px;text-align:center}.wr-footer__newsletter-form{max-width:320px;margin:0 auto}.wr-footer__trust{flex-direction:column;gap:8px}}.wr-thumb--video{position:relative}.wr-thumb__play-badge{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#0009;color:#fff;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;pointer-events:none;transition:background .2s ease}.wr-thumb--video:hover .wr-thumb__play-badge{background:#3b82f6d9}#wr-main-video{width:100%;height:100%;object-fit:cover;border-radius:16px}.wr-home-hero{align-items:stretch}.wr-home-hero__img-wrap{position:relative;overflow:hidden;height:100%;min-height:0}video.wr-home-hero__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}@media(max-width:768px){.wr-home-hero__img-wrap{height:300px}}.wr-reviews__grid{grid-template-columns:repeat(2,1fr)!important}.wr-reviews__video-wrap{position:relative;background:#000}.wr-reviews__video{width:100%;height:100%;object-fit:cover;display:block;border-radius:0}@media(max-width:768px){.wr-reviews__grid{grid-template-columns:1fr!important}}.wr-videos{background:#fff;padding:80px 20px}.wr-videos__container{max-width:1100px;margin:0 auto}.wr-videos__title{text-align:center;font-size:36px;font-weight:800;color:#1a1a2e;margin-bottom:40px;letter-spacing:-.5px}.wr-videos__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;justify-items:center}.wr-videos__card{width:100%;max-width:300px;display:flex;flex-direction:column;align-items:center}.wr-videos__player-wrap{position:relative;width:100%;aspect-ratio:9 / 16;border-radius:20px;overflow:hidden;box-shadow:0 8px 28px #0000001f;background:#000}.wr-videos__video{width:100%;height:100%;object-fit:cover;display:block}.wr-videos__play-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:56px;height:56px;border-radius:50%;background:#0000008c;color:#fff;font-size:22px;display:flex;align-items:center;justify-content:center;pointer-events:none;opacity:1;transition:opacity .25s ease}.wr-videos__player-wrap:hover .wr-videos__play-overlay,.wr-videos__player-wrap:active .wr-videos__play-overlay{opacity:0}.wr-videos__caption{margin-top:14px;font-size:15px;color:#4b5563;text-align:center;font-weight:500}@media(max-width:768px){.wr-videos{padding:56px 16px}.wr-videos__title{font-size:26px;margin-bottom:28px}.wr-videos__grid{grid-template-columns:1fr;gap:32px}.wr-videos__card{max-width:360px}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/wondra-custom.css.map */
