.video-product-grid{color:var(--vpg-text);background:var(--vpg-background);padding-block:var(--vpg-section-top) var(--vpg-section-bottom)}.video-product-grid__inner{width:100%}.video-product-grid--full .video-product-grid__inner{padding-inline:clamp(16px,2vw,32px)}.video-product-grid__header{margin-bottom:clamp(22px,3vw,40px)}.video-product-grid__heading{margin:0}.video-product-grid__subheading{max-width:720px;margin-top:10px}.video-product-grid__subheading>:first-child,.video-product-grid__video-text>:first-child{margin-top:0}.video-product-grid__subheading>:last-child,.video-product-grid__video-text>:last-child{margin-bottom:0}.video-product-grid__grid{display:grid;grid-template-columns:repeat(var(--vpg-columns),minmax(0,1fr));gap:var(--vpg-gap);align-items:stretch}.video-product-grid__products{display:contents}.video-product-grid__product-card.video-product-grid__product-card--desktop-hidden{display:none}.video-product-grid__video-card,.video-product-grid__product-card{min-width:0;margin:0;overflow:hidden;border:1px solid color-mix(in srgb,var(--vpg-text) 14%,transparent);border-radius:var(--vpg-radius);background:var(--vpg-card-background);box-shadow:0 8px 24px color-mix(in srgb,var(--vpg-text) 5%,transparent)}.video-product-grid__video-card{position:relative;align-self:start;width:100%;aspect-ratio:3 / 4;color:var(--vpg-video-text);text-decoration:none}.video-product-grid__video-media,.video-product-grid__video-media video,.video-product-grid__video-cover,.video-product-grid__video-media .video-product-grid__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.video-product-grid__video-media video,.video-product-grid__video-cover{display:block;object-fit:cover}.video-product-grid__video-media{background:#eceae4}.video-product-grid__video-overlay{position:relative;z-index:1;display:flex;align-items:flex-end;height:100%;padding:clamp(22px,2.4vw,36px);background:linear-gradient(180deg,transparent 28%,rgb(0 0 0 / var(--vpg-overlay-opacity)) 100%)}.video-product-grid__video-content{max-width:30rem}.video-product-grid__video-heading{margin:0;color:inherit;font-size:clamp(1.65rem,2.2vw,2.5rem);line-height:1.08}.video-product-grid__video-text{margin-top:10px}.video-product-grid__video-button,.video-product-grid__product-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:10px 18px;border-radius:max(4px,calc(var(--vpg-radius) * .55));text-decoration:none;transition:transform .18s ease,box-shadow .18s ease,opacity .18s ease}.video-product-grid__video-button{margin-top:18px;color:var(--vpg-text);background:var(--vpg-card-background)}.video-product-grid__product-card{display:flex;flex-direction:column}.video-product-grid__product-image-link{display:block}.video-product-grid__product-media{position:relative;overflow:hidden;aspect-ratio:1 / 1;background:color-mix(in srgb,var(--vpg-card-background) 82%,var(--vpg-text))}.video-product-grid__product-image,.video-product-grid__placeholder{display:block;width:100%;height:100%;object-fit:cover;transition:transform .32s ease}.video-product-grid__product-card:hover .video-product-grid__product-image{transform:scale(1.025)}.video-product-grid__product-info{display:flex;flex:1;flex-direction:column;padding:clamp(12px,1.2vw,17px)}.video-product-grid__product-title{display:-webkit-box;overflow:hidden;margin:0;color:inherit;font-size:var(--vpg-product-title-size);line-height:1.28;-webkit-box-orient:vertical;-webkit-line-clamp:2}.video-product-grid__product-title a{color:inherit;text-decoration:none}.video-product-grid--title-font-body .video-product-grid__product-title{font-family:var(--type-base-primary),var(--type-base-fallback);font-weight:var(--type-base-weight)}.video-product-grid--title-font-heading .video-product-grid__product-title{font-family:var(--type-header-primary),var(--type-header-fallback);font-weight:var(--type-header-weight);letter-spacing:var(--type-header-spacing);text-transform:var(--type-header-transform)}.video-product-grid__product-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto;padding-top:10px}.video-product-grid__price{display:flex;flex-wrap:wrap;gap:5px 8px;font-size:.95rem}.video-product-grid__price s{opacity:.55}.video-product-grid__product-button{flex:0 0 auto;color:#fff;background:var(--vpg-accent);font-size:.9rem}.video-product-grid__product-button svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7}.video-product-grid__video-button:hover,.video-product-grid__product-button:hover{transform:translateY(-1px);box-shadow:0 8px 16px #0000001f}.video-product-grid__video-button:focus-visible,.video-product-grid__product-button:focus-visible,.video-product-grid__product-title a:focus-visible,.video-product-grid__product-image-link:focus-visible{outline:2px solid currentColor;outline-offset:3px}@media screen and (max-width:989px){.video-product-grid__grid{grid-template-columns:repeat(var(--vpg-mobile-columns),minmax(0,1fr))}}@media screen and (max-width:749px){.video-product-grid__grid{display:block}.video-product-grid__video-card{width:100%}.video-product-grid__products{display:grid;grid-auto-columns:calc((100% - var(--vpg-mobile-gap-total)) / var(--vpg-mobile-products-per-view));grid-auto-flow:column;gap:var(--vpg-mobile-gap);margin-top:var(--vpg-mobile-gap);padding-bottom:4px;overflow-x:auto;overflow-y:hidden;overscroll-behavior-inline:contain;scroll-snap-type:inline mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch}.video-product-grid__products::-webkit-scrollbar{display:none}.video-product-grid__product-card,.video-product-grid__product-card.video-product-grid__product-card--desktop-hidden{display:flex;scroll-snap-align:start}.video-product-grid__product-info{padding:8px}.video-product-grid__product-title{min-height:calc(var(--vpg-mobile-product-title-size) * 2.56);font-size:var(--vpg-mobile-product-title-size);line-height:1.28}.video-product-grid__product-footer{align-items:center;flex-direction:row;gap:4px;padding-top:7px}.video-product-grid__price{gap:2px 4px;font-size:10px}.video-product-grid__product-button{width:28px;min-height:28px;padding:0;border-radius:50%}.video-product-grid__product-button svg{width:13px;height:13px}.video-product-grid__product-button span{display:none}.video-product-grid__video-overlay{padding:20px}}@media(prefers-reduced-motion:reduce){.video-product-grid__video-button,.video-product-grid__product-button,.video-product-grid__product-image{transition:none}}.whole-shop-faq{position:relative;width:100%;overflow:hidden;background:var(--wsb-faq-background)}.whole-shop-faq__background,.whole-shop-faq__background-image,.whole-shop-faq__overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%}.whole-shop-faq__background-image{object-fit:cover;object-position:center}.whole-shop-faq__overlay{z-index:1;background:var(--wsb-faq-overlay);opacity:var(--wsb-faq-overlay-opacity);pointer-events:none}.whole-shop-faq__inner{position:relative;z-index:2;width:min(calc(100% - 80px),1280px);margin:0 auto;padding-top:var(--wsb-faq-padding-top);padding-bottom:var(--wsb-faq-padding-bottom)}.whole-shop-faq__heading{margin:0 0 20px;color:var(--wsb-faq-heading);font-size:var(--wsb-faq-heading-size);font-weight:700;line-height:1.2;letter-spacing:.02em;text-transform:uppercase}.whole-shop-faq__columns{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.whole-shop-faq__column{min-width:0;padding:0 36px}.whole-shop-faq__column:first-child{padding-left:0}.whole-shop-faq__column:last-child{padding-right:0}.whole-shop-faq__column+.whole-shop-faq__column{border-left:1px solid var(--wsb-faq-border)}.whole-shop-faq__item{border-bottom:1px solid var(--wsb-faq-border)}.whole-shop-faq__summary{display:grid;grid-template-columns:minmax(0,1fr) 18px;align-items:center;gap:20px;min-height:52px;padding:13px 0;color:var(--wsb-faq-question);font-size:var(--wsb-faq-question-size);font-weight:600;line-height:1.35;cursor:pointer;list-style:none}.whole-shop-faq__summary::-webkit-details-marker{display:none}.whole-shop-faq__summary::marker{content:""}.whole-shop-faq__summary:focus-visible{outline:2px solid var(--wsb-faq-icon);outline-offset:4px}.whole-shop-faq__icon{position:relative;display:block;width:14px;height:14px;justify-self:end;color:var(--wsb-faq-icon)}.whole-shop-faq__icon:before,.whole-shop-faq__icon:after{position:absolute;top:50%;left:50%;display:block;width:10px;height:1px;background:currentColor;content:"";transform:translate(-50%,-50%);transition:opacity .18s ease,transform .18s ease}.whole-shop-faq__icon:after{transform:translate(-50%,-50%) rotate(90deg)}.whole-shop-faq__item[open] .whole-shop-faq__icon:after{opacity:0;transform:translate(-50%,-50%) rotate(0)}.whole-shop-faq__answer{padding:0 38px 18px 0;color:var(--wsb-faq-answer);font-size:var(--wsb-faq-answer-size);font-weight:400;line-height:1.6}.whole-shop-faq__answer>:first-child{margin-top:0}.whole-shop-faq__answer>:last-child{margin-bottom:0}.whole-shop-faq__answer a{color:inherit;text-decoration:underline;text-underline-offset:.18em}@media screen and (max-width:749px){.whole-shop-faq__inner{width:min(calc(100% - 32px),560px)}.whole-shop-faq__heading{margin-bottom:10px}.whole-shop-faq__columns{display:block}.whole-shop-faq__column{padding:0}.whole-shop-faq__column+.whole-shop-faq__column{border-left:0}.whole-shop-faq__summary{min-height:56px}.whole-shop-faq__item--mobile-hidden{display:none}}.whole-shop-reviews{position:relative;width:100%;overflow:hidden;background:var(--wsb-reviews-background)}.whole-shop-reviews__background,.whole-shop-reviews__background-image,.whole-shop-reviews__overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%}.whole-shop-reviews__background-image{object-fit:cover;object-position:center}.whole-shop-reviews__overlay{z-index:1;background:var(--wsb-reviews-overlay);opacity:var(--wsb-reviews-overlay-opacity);pointer-events:none}.whole-shop-reviews__inner{position:relative;z-index:2;width:100%;margin:0 auto;padding-top:var(--wsb-reviews-padding-top);padding-bottom:var(--wsb-reviews-padding-bottom)}.whole-shop-reviews__heading{margin:0;color:var(--wsb-reviews-heading);font-size:11px;font-weight:700;line-height:1.25;letter-spacing:.16em;text-align:center;text-transform:uppercase}.whole-shop-reviews__grid{display:grid;grid-template-columns:repeat(var(--wsb-reviews-columns),minmax(0,1fr));gap:var(--wsb-reviews-gap);margin-top:24px}.whole-shop-reviews__card{display:flex;flex-direction:column;min-width:0;min-height:var(--wsb-reviews-min-height);padding:20px;border-radius:var(--wsb-reviews-radius);background:var(--wsb-reviews-card)}.whole-shop-reviews__stars{display:flex;align-items:center;gap:2px;color:var(--wsb-reviews-star);font-size:var(--wsb-reviews-star-size);line-height:1;letter-spacing:.02em}.whole-shop-reviews__star{color:var(--wsb-reviews-star)}.whole-shop-reviews__star--empty{color:var(--wsb-reviews-star-empty)}.whole-shop-reviews__quote{display:block;flex:1 1 auto;width:100%;max-width:none;margin:18px 0 24px;padding:0;border:0;color:var(--wsb-reviews-text);font-size:13px;font-style:normal;font-weight:400;line-height:1.5;letter-spacing:normal;text-align:left;white-space:pre-line;word-spacing:normal;writing-mode:horizontal-tb}.whole-shop-reviews__person{display:flex;align-items:center;gap:12px}.whole-shop-reviews__avatar,.whole-shop-reviews__avatar-image{display:block;width:var(--wsb-reviews-avatar-size);height:var(--wsb-reviews-avatar-size);border-radius:50%}.whole-shop-reviews__avatar{flex:0 0 var(--wsb-reviews-avatar-size);overflow:hidden;color:var(--wsb-reviews-name);background:#ffffff1f}.whole-shop-reviews__avatar span{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-size:calc(var(--wsb-reviews-avatar-size) * .38);font-weight:700;text-transform:uppercase}.whole-shop-reviews__avatar-image{object-fit:cover;object-position:center}.whole-shop-reviews__identity{min-width:0}.whole-shop-reviews__name{overflow-wrap:anywhere;color:var(--wsb-reviews-name);font-size:12px;font-weight:700;line-height:1.25}.whole-shop-reviews__role{margin-top:2px;overflow-wrap:anywhere;color:var(--wsb-reviews-role);font-size:11px;font-weight:400;line-height:1.25}.whole-shop-reviews__evidence{margin-top:18px;padding-top:16px;border-top:1px solid color-mix(in srgb,var(--wsb-reviews-text) 18%,transparent)}.whole-shop-reviews__meta-label{color:var(--wsb-reviews-role);font-size:8px;font-weight:700;line-height:1.25;letter-spacing:.14em;text-transform:uppercase}.whole-shop-reviews__result-media{width:100%;height:var(--wsb-reviews-result-height);margin-top:7px;overflow:hidden;border-radius:max(3px,calc(var(--wsb-reviews-radius) - 1px));background:color-mix(in srgb,var(--wsb-reviews-text) 8%,transparent)}.whole-shop-reviews__result-image{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.whole-shop-reviews__product{margin-top:14px}.whole-shop-reviews__product-link{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:9px;margin-top:7px;padding:6px;border-radius:max(3px,calc(var(--wsb-reviews-radius) - 1px));color:var(--wsb-reviews-name);background:color-mix(in srgb,var(--wsb-reviews-text) 8%,transparent);text-decoration:none;transition:background-color .18s ease,transform .18s ease}.whole-shop-reviews__product-link:hover{color:var(--wsb-reviews-name);background:color-mix(in srgb,var(--wsb-reviews-text) 14%,transparent);transform:translateY(-1px)}.whole-shop-reviews__product-link:focus-visible{outline:2px solid var(--wsb-reviews-star);outline-offset:2px}.whole-shop-reviews__product-thumbnail,.whole-shop-reviews__product-image{display:block;width:var(--wsb-reviews-product-thumb-size);height:var(--wsb-reviews-product-thumb-size);border-radius:3px}.whole-shop-reviews__product-thumbnail{overflow:hidden;background:color-mix(in srgb,var(--wsb-reviews-text) 12%,transparent)}.whole-shop-reviews__product-thumbnail>span{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:var(--wsb-reviews-name);font-size:13px;font-weight:700;text-transform:uppercase}.whole-shop-reviews__product-image{object-fit:cover;object-position:center}.whole-shop-reviews__product-title{display:-webkit-box;min-width:0;overflow:hidden;color:var(--wsb-reviews-name);font-size:10px;font-weight:600;line-height:1.3;-webkit-box-orient:vertical;-webkit-line-clamp:2}.whole-shop-reviews__product-arrow{color:var(--wsb-reviews-name);font-size:15px;line-height:1}@media screen and (max-width:749px){.whole-shop-reviews__heading{padding:0 8px;font-size:9px;line-height:1.25;letter-spacing:.12em}.whole-shop-reviews__grid{grid-template-columns:repeat(var(--wsb-reviews-mobile-columns),minmax(0,1fr));grid-template-rows:auto;grid-auto-flow:row;gap:10px;margin-top:16px;padding:0;overflow:visible}.whole-shop-reviews__card{min-width:0;min-height:0;padding:16px}.whole-shop-reviews__stars{gap:1px;font-size:14px}.whole-shop-reviews__quote,.whole-shop-reviews--mobile-columns-2 .whole-shop-reviews__quote{margin:14px 0 18px;padding:0;overflow-wrap:normal;font-size:12px;line-height:1.45;white-space:normal;word-break:normal;-webkit-hyphens:none;hyphens:none}.whole-shop-reviews__person{gap:9px}.whole-shop-reviews__avatar,.whole-shop-reviews__avatar-image{width:32px;height:32px}.whole-shop-reviews__avatar{flex-basis:32px}.whole-shop-reviews__name{overflow-wrap:break-word;font-size:11px;line-height:1.2;word-break:normal}.whole-shop-reviews__role{margin-top:2px;overflow-wrap:break-word;font-size:10px;line-height:1.2;word-break:normal}.whole-shop-reviews__evidence{margin-top:16px;padding-top:14px}.whole-shop-reviews__result-media{height:min(var(--wsb-reviews-result-height),180px)}.whole-shop-reviews--mobile-columns-2 .whole-shop-reviews__card{padding:11px}.whole-shop-reviews--mobile-columns-2 .whole-shop-reviews__result-media{height:min(var(--wsb-reviews-result-height),110px)}.whole-shop-reviews--mobile-columns-2 .whole-shop-reviews__product-link{grid-template-columns:auto minmax(0,1fr);gap:7px}.whole-shop-reviews--mobile-columns-2 .whole-shop-reviews__product-arrow{display:none}.whole-shop-reviews--mobile-slider .whole-shop-reviews__grid{grid-template-columns:none;grid-template-rows:1fr;grid-auto-columns:var(--wsb-reviews-mobile-card-width);grid-auto-flow:column;gap:var(--wsb-reviews-mobile-slider-gap);padding-bottom:4px;overflow-x:auto;overflow-y:hidden;overscroll-behavior-inline:contain;scroll-snap-type:inline mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch}.whole-shop-reviews--mobile-slider .whole-shop-reviews__grid::-webkit-scrollbar{display:none}.whole-shop-reviews--mobile-slider .whole-shop-reviews__card{height:100%;scroll-snap-align:start}}
/*# sourceMappingURL=/cdn/shop/t/17/compiled_assets/styles.css.map?subset=AAAAAAAAAABgAg */
