.wisel-hero{position:relative;width:100%;height:100svh;min-height:600px;max-height:1000px;background:var(--wisel-black);color:var(--wisel-white);overflow:hidden;display:grid;place-items:end start}.wisel-hero__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.wisel-hero__media img,.wisel-hero__media video{width:100%;height:100%;object-fit:cover;object-position:center}.wisel-hero__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0a0a0a00 50%,#0a0a0a99)}.wisel-hero__content{position:relative;z-index:2;padding:var(--wisel-s-12) var(--wisel-s-6);max-width:720px}@media(min-width:768px){.wisel-hero__content{padding:var(--wisel-s-16) var(--wisel-s-12)}}.wisel-hero__brand{font-size:var(--wisel-text-xs);letter-spacing:var(--wisel-track-widest);text-transform:uppercase;margin-bottom:var(--wisel-s-4);opacity:.85}.wisel-hero__title{font-family:var(--wisel-font-sans);font-size:clamp(40px,8vw,96px);font-weight:400;line-height:.95;letter-spacing:-.03em;margin:0 0 var(--wisel-s-6)}.wisel-hero__title em{font-family:var(--wisel-font-display);font-style:italic;font-weight:400}.wisel-hero__sub{font-size:var(--wisel-text-md);line-height:1.5;max-width:480px;opacity:.9;margin-bottom:var(--wisel-s-8)}.wisel-hero__ctas{display:flex;gap:var(--wisel-s-3);flex-wrap:wrap}.wisel-hero__btn{display:inline-flex;align-items:center;justify-content:center;background:var(--wisel-white);color:var(--wisel-black);font-family:var(--wisel-font-sans);font-size:var(--wisel-text-sm);font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:16px 32px;min-height:52px;text-decoration:none;border:1px solid var(--wisel-white);transition:background var(--wisel-dur-fast),color var(--wisel-dur-fast)}.wisel-hero__btn:hover,.wisel-hero__btn--ghost{background:transparent;color:var(--wisel-white)}.wisel-hero__btn--ghost:hover{background:var(--wisel-white);color:var(--wisel-black)}.wisel-hero__badge{position:absolute;top:var(--wisel-s-6);right:var(--wisel-s-6);z-index:3;text-align:right;font-size:var(--wisel-text-xs);letter-spacing:var(--wisel-track-widest);text-transform:uppercase;color:var(--wisel-white);opacity:.85}.wisel-hero__badge strong{display:block;font-size:var(--wisel-text-sm);font-weight:500}.wisel-marquee{background:var(--wisel-black);color:var(--wisel-white);padding:var(--wisel-s-4) 0;overflow:hidden;position:relative}.wisel-marquee__track{display:flex;white-space:nowrap;animation:wisel-marquee-roll 40s linear infinite;gap:var(--wisel-s-12);width:max-content}.wisel-marquee__item{font-size:var(--wisel-text-sm);letter-spacing:var(--wisel-track-widest);text-transform:uppercase;display:inline-flex;align-items:center;gap:var(--wisel-s-3)}.wisel-marquee__item:after{content:"\2726";margin-left:var(--wisel-s-12);opacity:.5}@keyframes wisel-marquee-roll{0%{transform:translate(0)}to{transform:translate(-50%)}}.wisel-featured{background:var(--wisel-white);padding-block:var(--wisel-s-16)}.wisel-featured__head{max-width:1440px;margin:0 auto;padding-inline:var(--wisel-s-6);display:flex;justify-content:space-between;align-items:end;margin-bottom:var(--wisel-s-8);gap:var(--wisel-s-6)}@media(min-width:768px){.wisel-featured__head{padding-inline:var(--wisel-s-12)}}.wisel-featured__title{font-family:var(--wisel-font-sans);font-size:clamp(28px,4vw,48px);font-weight:400;letter-spacing:-.02em;line-height:1;margin:0}.wisel-featured__link{font-size:var(--wisel-text-sm);letter-spacing:var(--wisel-track-wide);text-transform:uppercase;text-decoration:none;color:var(--wisel-black);border-bottom:1px solid var(--wisel-black);padding-bottom:2px}.wisel-featured__grid{max-width:1440px;margin:0 auto;padding-inline:var(--wisel-s-6);display:grid;grid-template-columns:repeat(2,1fr);gap:var(--wisel-s-4)}@media(min-width:768px){.wisel-featured__grid{padding-inline:var(--wisel-s-12);grid-template-columns:repeat(4,1fr);gap:var(--wisel-s-6)}}.wisel-card{text-decoration:none;color:inherit;display:block;group:card}.wisel-card__media{background:var(--wisel-grey-bg);aspect-ratio:4 / 5;overflow:hidden;position:relative;margin-bottom:var(--wisel-s-3)}.wisel-card__media img{width:100%;height:100%;object-fit:cover;transition:transform var(--wisel-dur-cinema) var(--wisel-ease-out)}.wisel-card:hover .wisel-card__media img{transform:scale(1.03)}.wisel-card__title{font-size:var(--wisel-text-sm);font-weight:500;letter-spacing:var(--wisel-track-wide);text-transform:uppercase;margin:0 0 4px;color:var(--wisel-black)}.wisel-card__price{font-size:var(--wisel-text-sm);color:var(--wisel-graphite)}.wisel-editorial{background:var(--wisel-white);padding-block:var(--wisel-s-16)}.wisel-editorial__wrap{max-width:1440px;margin:0 auto;padding-inline:var(--wisel-s-6);display:grid;grid-template-columns:1fr;gap:var(--wisel-s-8)}@media(min-width:900px){.wisel-editorial__wrap{grid-template-columns:1fr 1fr;align-items:center;padding-inline:var(--wisel-s-12);gap:var(--wisel-s-16)}}.wisel-editorial__media{aspect-ratio:4 / 5;overflow:hidden;background:var(--wisel-grey-bg)}.wisel-editorial__media img,.wisel-editorial__media video{width:100%;height:100%;object-fit:cover}.wisel-editorial__title{font-family:var(--wisel-font-sans);font-size:clamp(28px,4vw,56px);font-weight:400;letter-spacing:-.02em;line-height:1.05;margin:0 0 var(--wisel-s-5);color:var(--wisel-black)}.wisel-editorial__title em{font-family:var(--wisel-font-display);font-style:italic;font-weight:400}.wisel-editorial__body{font-size:var(--wisel-text-md);line-height:1.55;color:var(--wisel-graphite);margin-bottom:var(--wisel-s-6);max-width:480px}.wisel-ugc{background:var(--wisel-white);padding-block:var(--wisel-s-16)}.wisel-ugc__head{max-width:1440px;margin:0 auto var(--wisel-s-8);padding-inline:var(--wisel-s-6);text-align:center}@media(min-width:768px){.wisel-ugc__head{padding-inline:var(--wisel-s-12)}}.wisel-ugc__title{font-family:var(--wisel-font-sans);font-size:clamp(28px,4vw,48px);font-weight:400;letter-spacing:-.02em;margin:0 0 var(--wisel-s-3)}.wisel-ugc__sub{font-size:var(--wisel-text-sm);letter-spacing:var(--wisel-track-wide);text-transform:uppercase;color:var(--wisel-grey)}.wisel-ugc__grid{max-width:1440px;margin:0 auto;padding-inline:var(--wisel-s-4);display:grid;grid-template-columns:repeat(2,1fr);gap:var(--wisel-s-2)}@media(min-width:768px){.wisel-ugc__grid{grid-template-columns:repeat(4,1fr);padding-inline:var(--wisel-s-8);gap:var(--wisel-s-3)}}.wisel-ugc__item{aspect-ratio:4 / 5;background:var(--wisel-grey-bg);overflow:hidden;position:relative}.wisel-ugc__item img,.wisel-ugc__item video{width:100%;height:100%;object-fit:cover}.wisel-ugc__handle{position:absolute;bottom:var(--wisel-s-3);left:var(--wisel-s-3);font-size:var(--wisel-text-xs);font-weight:500;color:var(--wisel-white);text-shadow:0 1px 4px rgba(0,0,0,.4);letter-spacing:.02em}.wisel-reviews{background:var(--wisel-grey-soft);padding-block:var(--wisel-s-16)}.wisel-reviews__wrap{max-width:1440px;margin:0 auto;padding-inline:var(--wisel-s-6)}@media(min-width:768px){.wisel-reviews__wrap{padding-inline:var(--wisel-s-12)}}.wisel-reviews__head{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:end;gap:var(--wisel-s-6);margin-bottom:var(--wisel-s-8)}.wisel-reviews__title{font-family:var(--wisel-font-sans);font-size:clamp(28px,4vw,48px);font-weight:400;letter-spacing:-.02em;margin:0}.wisel-reviews__meta{display:flex;align-items:center;gap:var(--wisel-s-3);font-size:var(--wisel-text-sm)}.wisel-reviews__stars{font-size:18px;letter-spacing:2px;color:var(--wisel-black)}.wisel-reviews__avg{font-weight:500;color:var(--wisel-black)}.wisel-reviews__count{color:var(--wisel-grey)}.wisel-reviews__grid{display:grid;grid-template-columns:1fr;gap:var(--wisel-s-4)}@media(min-width:768px){.wisel-reviews__grid{grid-template-columns:repeat(3,1fr);gap:var(--wisel-s-6)}}.wisel-review{background:var(--wisel-white);padding:var(--wisel-s-6);border:1px solid var(--wisel-grey-line)}.wisel-review__stars{letter-spacing:2px;color:var(--wisel-black);margin-bottom:var(--wisel-s-3);font-size:14px}.wisel-review__title{font-size:var(--wisel-text-md);font-weight:500;margin:0 0 var(--wisel-s-2);color:var(--wisel-black)}.wisel-review__body{font-size:var(--wisel-text-sm);line-height:1.6;color:var(--wisel-graphite);margin:0 0 var(--wisel-s-4)}.wisel-review__author{display:flex;align-items:center;gap:var(--wisel-s-2);font-size:var(--wisel-text-xs);color:var(--wisel-grey);letter-spacing:var(--wisel-track-wide);text-transform:uppercase}.wisel-review__verified{font-size:10px;color:var(--wisel-graphite)}.wisel-review__verified:before{content:"\2713  ";color:var(--wisel-black);font-weight:700}.wisel-trustband{background:var(--wisel-white);padding-block:var(--wisel-s-12);border-top:1px solid var(--wisel-grey-line);border-bottom:1px solid var(--wisel-grey-line)}.wisel-trustband__wrap{max-width:1440px;margin:0 auto;padding-inline:var(--wisel-s-6);display:grid;grid-template-columns:repeat(2,1fr);gap:var(--wisel-s-6);text-align:center}@media(min-width:768px){.wisel-trustband__wrap{grid-template-columns:repeat(4,1fr);padding-inline:var(--wisel-s-12)}}.wisel-trustband__item{display:flex;flex-direction:column;align-items:center;gap:var(--wisel-s-2)}.wisel-trustband__num{font-family:var(--wisel-font-sans);font-size:var(--wisel-text-2xl);font-weight:400;letter-spacing:-.02em;line-height:1;color:var(--wisel-black)}.wisel-trustband__label{font-size:var(--wisel-text-xs);letter-spacing:var(--wisel-track-wide);text-transform:uppercase;color:var(--wisel-grey)}.wisel-cta{background:var(--wisel-black);color:var(--wisel-white);padding-block:var(--wisel-s-24);text-align:center}.wisel-cta__title{font-family:var(--wisel-font-sans);font-size:clamp(32px,6vw,72px);font-weight:400;letter-spacing:-.02em;line-height:1.05;margin:0 0 var(--wisel-s-6);max-width:900px;margin-inline:auto;padding-inline:var(--wisel-s-6)}.wisel-cta__title em{font-family:var(--wisel-font-display);font-style:italic;font-weight:400}.wisel-cta__sub{font-size:var(--wisel-text-md);color:#ffffffb3;margin-bottom:var(--wisel-s-8)}.wisel-cta__btn{display:inline-flex;align-items:center;justify-content:center;background:var(--wisel-white);color:var(--wisel-black);font-family:var(--wisel-font-sans);font-size:var(--wisel-text-sm);font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:18px 36px;min-height:56px;text-decoration:none;border:1px solid var(--wisel-white);transition:background var(--wisel-dur-fast),color var(--wisel-dur-fast)}.wisel-cta__btn:hover{background:transparent;color:var(--wisel-white)}
/*# sourceMappingURL=/cdn/shop/t/5/assets/wisel-home.css.map */
