.shopify-section.yg-anchor-tab{--item-gap: 24px;--button-height: 48px;position:sticky!important;top:calc(calc(var(--header-height, 0px) - 1.5px) * var(--header-is-visible, 1));overflow:visible;z-index:2;opacity:0;height:0;pointer-events:none;transition:top .15s,transform .15s,opacity .15s,height .15s}.shopify-section.yg-anchor-tab.is-active{opacity:1;pointer-events:auto;height:auto}.yg-anchor-tab .yg-tab-section{display:block;padding-block:0;border-top:var(--border-top-width, 0) solid var(--anchor-border-background, #fafafa);border-bottom:var(--border-bottom-width, 0) solid var(--anchor-border-background, #fafafa);color:var(--anchor-color, #000);background:var(--anchor-background, #fff)}.yg-anchor-tab .yg-tab-container{display:flex;align-items:center;justify-content:start;gap:var(--item-gap)}.yg-anchor-tab .yg-tab-back-to-top{display:flex;align-items:center;gap:4px;cursor:pointer}.yg-anchor-tab .yg-back-to-top-logo{width:clamp(var(--back-to-top-width-mobile),12vw,var(--back-to-top-width));min-width:clamp(var(--back-to-top-width-mobile),12vw,var(--back-to-top-width));max-height:68px;cursor:pointer}.yg-anchor-tab .yg-tab-right{display:flex;align-items:center;justify-content:flex-end;gap:var(--item-gap);flex:1}.yg-anchor-tab .yg-tab-right .yg-tab-list{display:flex;align-items:center;gap:var(--item-gap);overflow-x:auto;overflow-y:hidden;scrollbar-width:none;width:120px;flex:1}.yg-anchor-tab .yg-tab-right .yg-tab-item:last-child{margin-right:auto}.yg-anchor-tab .yg-tab-right .yg-tab-item{padding-block:24px;margin-block:-1px;opacity:.6;transition:opacity .3s,color .3s;text-wrap:nowrap;cursor:pointer}.yg-anchor-tab .yg-tab-right .yg-tab-item.active{opacity:1;color:var(--anchor-active-color, #000);font-weight:600;box-shadow:inset 0 -3px 0 0 var(--anchor-active-color, #000)}.yg-anchor-tab .yg-current-variant-container{display:flex;align-items:center;gap:24px;background:var(--anchor-background, #fff)}.yg-anchor-tab .yg-current-variant-container .yg-variant-info{display:flex;flex-direction:column;align-items:end}.yg-anchor-tab .yg-current-variant-container .yg-variant-price-list{display:flex;align-items:end;gap:8px}.yg-anchor-tab .yg-current-variant-container .yg-compare-price{opacity:.3}.yg-anchor-tab .yg-current-variant-container .yg-sale-price{padding:2px 12px;color:#b81e1e;border-radius:4px;line-height:1.7em;background:#b81e1e26}.yg-anchor-tab .yg-current-variant-container .yg-variant-name{opacity:.6}.yg-anchor-tab .yg-button-list{display:flex;align-items:center;gap:8px}@media(min-width:1281px){.shopify-section.yg-anchor-tab{position:fixed!important;left:0;bottom:0;width:100%;top:auto}}@media(max-width:1280px){.yg-anchor-tab{--button-height: 40px}.yg-anchor-tab .yg-current-variant-container{position:fixed;left:0;bottom:0;width:100%;padding-block:12px;padding-inline:max(var(--calculated-section-spacing-inline),50% - var(--container-max-width) / 2);justify-content:space-between}.yg-anchor-tab .yg-current-variant-container .yg-variant-info{align-items:start}}@media(max-width:699px){.yg-anchor-tab .yg-current-variant-container{flex-direction:column;align-items:start;gap:12px}.yg-anchor-tab .yg-button-list{width:100%}.yg-anchor-tab .yg-button-list .yg-link{flex:1}}.yg-collapse-target-el{height:0;overflow:hidden;transition:height .3s ease}.yg-collapse-button .yg-link-icon{transform:rotate(90deg);transition:transform .3s ease}.yg-collapse-button[open] .yg-link-icon{transform:rotate(270deg)}.yg-count-down{display:inline-flex;align-items:center;justify-content:center;gap:var(--yg-countdown-gap, var(--block-gap-xxs));color:var(--yg-countdown-text-color, currentColor)}.yg-count-down__item{display:inline-flex;align-items:center;justify-content:center;min-width:var(--yg-countdown-item-min-width, 32px);padding:var(--yg-countdown-item-padding-block, calc(var(--block-gap-xxs) / 2)) var(--yg-countdown-item-padding-inline, var(--block-gap-xxs));background:var(--yg-countdown-item-background, rgba(0, 0, 0, .1))}.yg-count-down__separator{line-height:1}@media(max-width:699px){.yg-count-down__item{min-width:var(--yg-countdown-item-min-width-mobile, 24px)}}.yg-dropdown{position:relative;z-index:1;display:block}.yg-dropdown+.yg-dropdown:before{content:"";position:absolute;top:0;left:0;width:100%;height:1px;background:currentColor;opacity:.1}.yg-dropdown>.yg-dropdown-title-container{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-block:24px;cursor:pointer}.yg-dropdown>.yg-dropdown-title-container .yg-dropdown-switch-icon{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;width:24px;height:24px;transition:transform .3s}.yg-dropdown>.yg-dropdown-title-container .yg-dropdown-switch-icon:not(.custom-icon):before,.yg-dropdown>.yg-dropdown-title-container .yg-dropdown-switch-icon:not(.custom-icon):after{content:"";position:absolute;top:50%;left:50%;height:2px;width:16px;transform:translate(-50%,-50%) rotate(360deg);background:currentColor;transition:transform .3s}.yg-dropdown>.yg-dropdown-title-container .yg-dropdown-switch-icon:not(.custom-icon):after{transform:translate(-50%,-50%) rotate(270deg)}.yg-dropdown[open]>.yg-dropdown-title-container .yg-dropdown-switch-icon:not(.custom-icon):before,.yg-dropdown[open]>.yg-dropdown-title-container .yg-dropdown-switch-icon:not(.custom-icon):after{transform:translate(-50%,-50%) rotate(0)}.yg-dropdown[open]>.yg-dropdown-title-container .yg-dropdown-switch-icon.custom-icon{transform:rotate(180deg)}.yg-dropdown>.yg-dropdown-content-container{height:0;overflow:hidden;transition:height .3s ease}.yg-dropdown>.yg-dropdown-content-container>.yg-dropdown-content{padding-block-end:24px}.yg-image-box,.yg-loading-image{display:flex;width:100%;aspect-ratio:var(--aspect-ratio)}.yg-image-box .yg-image,.yg-loading-image .placeholder,.yg-loading-image .yg-image{aspect-ratio:var(--aspect-ratio);width:100%;height:100%;object-fit:cover;object-position:center}@media(max-width:699px){.yg-image-box,.yg-loading-image{width:100%;aspect-ratio:var(--aspect-ratio-mobile)}.yg-image-box .yg-image,.yg-loading-image .placeholder,.yg-loading-image .yg-image{aspect-ratio:var(--aspect-ratio-mobile)}}.yg-key-features{display:flex;flex-direction:column;gap:12px;padding:18px 20px;background:var(--yg-key-features-background, #f7f7f7)}.yg-key-features__header{display:flex;align-items:center;gap:12px}.yg-key-features__title{margin:0;color:var(--yg-key-features-title-color, #000000);line-height:1.6}.yg-key-features__toggle{display:flex;margin-inline-start:auto;color:var(--yg-key-features-button-color, #242526);flex-shrink:0}.yg-key-features__toggle .yg-link{white-space:nowrap;line-height:1.7;background-size:100% 1px}.yg-key-features__content{position:relative;width:100%}.yg-key-features__content:not([open]):after{content:"";position:absolute;inset-inline:0;bottom:0;height:64px;background:linear-gradient(180deg,rgba(247,247,247,0) 0%,var(--yg-key-features-background, #f7f7f7) 100%);pointer-events:none}.yg-key-features__list{display:flex;flex-direction:column;gap:10px;padding-bottom:4px}.yg-key-features__item{display:flex;align-items:center;gap:8px;min-width:0}.yg-key-features__icon{flex:0 0 auto;width:var(--yg-key-features-icon-width, 20px)}.yg-key-features__icon img{display:block;width:100%;height:auto}.yg-key-features__item-text{margin:0;color:var(--yg-key-features-item-color, #555759);line-height:1.6}@media(max-width:699px){.yg-key-features{padding-inline:16px}}.yg-link.disabled{opacity:.4;pointer-events:none}.yg-link[data-type*=button]{display:flex;align-items:center;justify-content:center;gap:var(--block-gap-xxs);padding:4px 24px;min-height:var(--button-height, 48px);min-width:var(--button-min-width);width:fit-content;border-radius:var(--button-radius);background:var(--button-background-color, #000);color:var(--button-color, #fff);transition:opacity .3s,color .3s,background .3s,border-color .3s;cursor:pointer}.yg-link[data-type=hollow-button]{background:transparent;color:var(--button-color, #000);border:1px solid currentColor}.yg-link[data-type=button]:hover{opacity:.65}.yg-link[data-type=hollow-button]:hover{color:var(--button-background-color, #fff);background:var(--button-color, #000)}.yg-link[data-type=link]{display:flex;align-items:center;justify-content:center;color:var(--button-color, currentColor);gap:4px;width:fit-content;transition:background-size .3s ease-in-out;background:linear-gradient(to right,currentColor,currentColor) 0 min(100%,1.35em) / 0 1px no-repeat;text-underline-offset:0;cursor:pointer}.yg-link[data-type=link]:hover{background-size:100% 1px}.yg-link .yg-link-icon{display:flex}.yg-link[data-has-video-background=true]{position:relative;overflow:hidden;isolation:isolate}.yg-link .yg-link-label,.yg-link .yg-link-icon{position:relative;z-index:1}.yg-link .yg-link-background-media{position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;z-index:0;overflow:hidden;pointer-events:none}.yg-link .yg-link-background-media :is(.yg-video-box,.yg-video-placeholder,.yg-video-iframe-container,.yg-video-iframe,.yg-image,.yg-image-box,img,video,iframe){width:100%;height:100%}.yg-link .yg-link-background-media :is(img,video,iframe){object-fit:cover}.yg-link .yg-link-background-media .yg-video-button{display:none}.yg-mega-menu-mobile-panel{padding:var(--drawer-body-padding)!important;background:#f7f7f7}.yg-mega-menu-mobile{display:flex;flex-direction:column}.yg-mega-menu-mobile__back{width:fit-content}.yg-mega-menu-mobile__accordion{margin-top:16px}.yg-mega-menu-mobile__dropdown{color:#707275}.yg-mega-menu-mobile__dropdown>.yg-dropdown-title-container{padding:12px;border-radius:var(--radius-sm);color:inherit}.yg-mega-menu-mobile__dropdown+.yg-mega-menu-mobile__dropdown:before{display:none}.yg-mega-menu-mobile__dropdown>.yg-dropdown-title-container .yg-dropdown-title{font-weight:400}.yg-mega-menu-mobile__dropdown>.yg-dropdown-title-container .yg-dropdown-switch-icon.custom-icon{opacity:0;transform:rotate(90deg)}.yg-mega-menu-mobile__dropdown[open]>.yg-dropdown-title-container{background:#242526;color:#fff}.yg-mega-menu-mobile__dropdown[open]>.yg-dropdown-title-container .yg-dropdown-switch-icon.custom-icon{opacity:1;transform:rotate(90deg)}.yg-mega-menu-mobile__dropdown>.yg-dropdown-content-container>.yg-dropdown-content{padding-block-end:0}.yg-mega-menu-mobile__product-card{overflow:hidden;background:#fff;margin-block:12px}.yg-mega-menu-mobile__product-link{display:flex;align-items:stretch;gap:12px;color:#000;background:#fff}.yg-mega-menu-mobile__product-media{flex:0 0 120px;width:120px;height:120px;overflow:hidden;background:#fff}.yg-mega-menu-mobile__product-image,.yg-mega-menu-mobile__product-placeholder,.yg-mega-menu-mobile__product-placeholder svg{width:100%;height:100%;display:block}.yg-mega-menu-mobile__product-image{object-fit:contain}.yg-mega-menu-mobile__product-body{padding:12px 20px 12px 0;min-width:0;flex:1 1 auto;display:flex;flex-direction:column;justify-content:center;gap:10px}.yg-mega-menu-mobile__product-badge{min-height:24px;width:fit-content;padding:2px 12px;border-radius:2px;background:#b81e1e;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:600;line-height:1.7}.yg-mega-menu-mobile__product-title{color:#000;font-weight:600}.yg-mega-menu-mobile__product-description{color:#707275}.yg-mega-menu-mobile__promo-card{position:relative;overflow:hidden;color:#fff;background:#fff;display:block}.yg-mega-menu-mobile__promo-image,.yg-mega-menu-mobile__promo-image .yg-image{width:100%;height:100%}.yg-mega-menu-mobile__promo-image .yg-image{object-fit:cover}.yg-mega-menu-mobile__promo-placeholder,.yg-mega-menu-mobile__promo-placeholder svg{width:100%;height:100%;display:block}.yg-mega-menu-mobile__promo-overlay{position:absolute;inset:auto 0 0;padding:24px 16px 16px;background:linear-gradient(180deg,#1a1a1a00,#1a1a1a);display:flex;flex-direction:column;gap:10px}.yg-mega-menu-mobile__promo-title{color:#fff;font-weight:600}.yg-mega-menu-mobile__promo-link,.yg-mega-menu-mobile__view-all{display:inline-flex;align-items:center;gap:2px}.yg-mega-menu-mobile__promo-link{color:#fff}.yg-mega-menu-mobile__footer{padding:12px 12px 0;border-top:1px solid #e2e3e3}.yg-mega-menu-mobile__view-all{color:#454748}.yg-payment-methods{display:flex;align-items:flex-start;gap:24px}.yg-payment-methods__label{margin:0;color:var(--yg-payment-methods-label-color, #454748);line-height:1.6;flex:0 0 auto}.yg-payment-methods__media{flex:1 0 0;min-width:0;display:flex;justify-content:flex-end}.yg-payment-methods__icons{justify-content:flex-end}.yg-payment-methods__image{display:flex;justify-content:flex-end}.yg-payment-methods__image img{display:block;max-height:24px;width:auto}@media(max-width:699px){.yg-payment-methods{gap:16px}}.yg-popup-box{position:fixed;top:0;right:0;bottom:0;left:0;display:none;justify-content:center;align-items:center;z-index:9999;background-color:#0009;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.yg-popup-box .yg-popup-box-content{position:relative;max-width:min(980px,calc(100% - 40px));width:100%}.yg-popup-box .yg-popup-box-content :is(iframe,video){width:100%;max-height:calc(100vh - 200px);aspect-ratio:var(--aspect-ratio, 16 / 9);border:none;outline:none;background-color:transparent}.yg-popup-box .yg-popup-box-content .yg-popup-box-close{position:absolute;top:-60px;left:50%;width:40px;height:40px;padding:10px;transform:translate(-50%);border-radius:50%;background-color:#fff;cursor:pointer;z-index:999}.yg-popup-box .yg-popup-box-content .yg-popup-box-close svg{width:100%;height:100%;pointer-events:none}.yg-popup-template{display:none!important}@media(max-width:699px){.yg-popup-box .yg-popup-box-content :is(iframe,video){aspect-ratio:var(--aspect-ratio-mobile, var(--aspect-ratio), 16 / 9);max-height:calc(100vh - 200px)}}yg-product-coupon-01{display:flex;flex-direction:column;gap:12px;padding:8px 16px;background:var(--yg-product-coupon-background, #f5f5f5)}.yg-product-coupon-01__content{display:flex;min-width:0;flex:1 1 auto;flex-direction:column;gap:4px}.yg-product-coupon-01__header{display:flex;width:100%;align-items:center;justify-content:space-between;gap:12px}.yg-product-coupon-01__title{margin:0;color:var(--yg-product-coupon-title-color, #004ea2);font-weight:600}.yg-product-coupon-01__description{margin:0;color:var(--yg-product-coupon-description-color, #000000)}.yg-product-coupon-01__countdown{flex:0 0 auto}.yg-product-coupon-01__countdown .yg-count-down{--yg-countdown-gap: 4px;--yg-countdown-text-color: var(--yg-product-coupon-countdown-color, #000000);--yg-countdown-item-min-width: 24px;--yg-countdown-item-min-width-mobile: 24px;--yg-countdown-item-padding-block: 2px;--yg-countdown-item-padding-inline: 4px;--yg-countdown-item-background: var(--yg-product-coupon-countdown-item-background, #ffffff)}.yg-product-coupon-01__countdown .yg-count-down__item{border-radius:0;overflow:visible;font-weight:400}.yg-product-coupon-01__countdown .yg-count-down__separator{color:var(--yg-product-coupon-countdown-color, #000000)}@media(min-width:700px){yg-product-coupon-01{flex-direction:row;align-items:center}.yg-product-coupon-01__header{justify-content:flex-start}}yg-product-coupon-code-01{display:block;width:100%}yg-product-coupon-code-01 button.yg-product-coupon-code-01__button[data-copy-trigger]{display:flex;width:100%;align-items:center;justify-content:center;gap:12px;padding:8px 16px;border:none;background:var(--yg-product-coupon-code-background, var(--yg-product-coupon-button-background, #242526));color:var(--yg-product-coupon-code-color, var(--yg-product-coupon-button-color, #ffffff));cursor:pointer;transition:opacity .2s ease,transform .2s ease}yg-product-coupon-code-01 .yg-product-coupon-code-01__label{margin:0;font-weight:600;line-height:1.7;text-align:center;text-transform:uppercase}yg-product-coupon-code-01 .yg-product-coupon-code-01__icon{display:inline-flex;width:20px;height:20px;flex:0 0 auto;align-items:center;justify-content:center}yg-product-coupon-code-01 .yg-product-coupon-code-01__icon svg{width:20px;height:20px}yg-product-coupon-code-01 .yg-product-coupon-code-01__icon img{width:20px;height:20px;object-fit:contain}yg-product-coupon-code-01[data-disabled=true] button.yg-product-coupon-code-01__button[data-copy-trigger]{cursor:not-allowed;opacity:.6}yg-product-coupon-code-01[data-copied=true] button.yg-product-coupon-code-01__button[data-copy-trigger]{transform:scale(.99)}@media(min-width:700px){yg-product-coupon-code-01{width:auto;flex:0 0 auto}}.yg-progress-bar{position:relative;z-index:1;display:block;width:100%;height:var(--progress-height, 2px);border-radius:var(--progress-radius);background:var(--progress-bg-color);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);overflow:hidden}.yg-progress-bar:before{content:"";display:block;height:100%;width:0;background:var(--progress-color, currentColor)}.yg-progress-bar.start-progress:before{animation:progressAnimation var(--duration, 10s) linear forwards}.yg-progress-bar.video-sync:before{width:var(--progress-width, 0%);transition:width .1s linear}@keyframes progressAnimation{0%{width:0}to{width:100%}}.yg-progress-bar.yg-progress-circle{width:var(--circle-size, 60px);height:var(--circle-size, 60px);background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;overflow:visible}.yg-progress-bar.yg-progress-circle:before{display:none}.yg-progress-bar.yg-progress-circle .circle-svg{width:100%;height:100%;transform:rotate(-90deg)}.yg-progress-bar.yg-progress-circle .circle-bg{fill:none;stroke:var(--progress-bg-color, #f5f5f5);stroke-linecap:round}.yg-progress-bar.yg-progress-circle .circle-progress{fill:none;stroke:var(--progress-color, currentColor);stroke-linecap:round;stroke-dasharray:var(--circle-dasharray, 0 100);opacity:0;transition:opacity .2s ease}.yg-progress-bar.yg-progress-circle.start-progress .circle-progress{opacity:1}.section-header{user-select:none;-moz-user-select:none;-webkit-user-select:none}.section-header .prose{max-width:800px}.section-header .subheading.tag{text-align:center}.section-header .subheading.tag span{position:relative;display:inline-block;padding:6px 24px;border-radius:999px}.section-header .subheading.tag span:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;border-radius:999px;border:1px solid currentColor;opacity:.4}.section-header .header-text-gradient strong{color:#0000;font-weight:unset;background-image:var(--gradient);-webkit-background-clip:text;background-clip:text;box-decoration-break:clone;-webkit-box-decoration-break:clone}@media(min-width:700px){.section-header.justify-start.text-start{align-items:end;grid-template-columns:700px;justify-content:space-between}.section-header.justify-center.text-center{display:flex;align-items:center;flex-direction:column}.section-header.justify-center.text-center>.text-with-icon{grid-column-start:auto;justify-content:center}}@media(max-width:699px){.section-header.sm\:justify-center.sm\:text-center{display:flex;align-items:center;flex-direction:column}.section-header.sm\:justify-center.sm\:text-center>.text-with-icon{grid-column-start:auto;justify-content:center}.section-header.sm\:justify-left.sm\:text-left{display:flex;align-items:start;text-align:left;flex-direction:column}.section-header.sm\:justify-left.sm\:text-left>.text-with-icon{justify-content:start}}.yg-swiper-controller{display:flex;gap:12px;align-items:center;justify-content:center;margin-top:var(--controller-margin-top)}.yg-swiper-controller .swiper-pagination,.yg-swiper-controller .swiper-button-prev,.yg-swiper-controller .swiper-button-next{margin-top:0;transition:opacity .3s}.yg-swiper-controller .swiper-pagination{border-radius:999px;overflow:hidden}.yg-swiper-controller .swiper-pagination.swiper-pagination-progressbar{--swiper-pagination-color: var(--pagination-and-scrollbar-color);background:var(--pagination-and-scrollbar-bg-color);order:-1}.yg-swiper-controller .swiper-pagination.swiper-pagination-bullets{width:auto}.yg-swiper-controller .swiper-pagination .swiper-pagination-bullet{position:relative;border-radius:999px;opacity:.3;transition:width .3s,background .3s,opacity .3s;background:var(--pagination-and-scrollbar-color);overflow:hidden}.yg-swiper-controller .swiper-pagination .swiper-pagination-bullet-active{width:32px;opacity:1}.yg-swiper-controller.enable-active-bullet-progress .swiper-pagination .swiper-pagination-bullet-active{background:transparent}.yg-swiper-controller.enable-active-bullet-progress .swiper-pagination .swiper-pagination-bullet-active:after{content:"";display:block;position:absolute;left:0;top:0;height:100%;width:100%;border-radius:999px;background:var(--pagination-and-scrollbar-color);opacity:.3}.yg-swiper-controller.enable-active-bullet-progress .swiper-pagination .swiper-pagination-bullet:before{content:"";display:block;position:absolute;left:0;top:0;height:100%;width:100%;transform-origin:left center;transform:scaleX(0);border-radius:999px;background:var(--pagination-and-scrollbar-color)}.yg-swiper-controller.enable-active-bullet-progress .swiper-pagination .swiper-pagination-bullet-active:before{animation:yg-swiper-bullet-progress var(--active-bullet-progress-duration, 5s) linear forwards}@keyframes yg-swiper-bullet-progress{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.yg-swiper-controller .swiper-button-prev:not(.swiper-button-lock),.yg-swiper-controller .swiper-button-next:not(.swiper-button-lock){display:flex;align-items:center;justify-content:center;border-radius:40px;background-color:var(--navigation-bg-color);color:var(--navigation-color);width:44px;min-width:44px;height:44px}.yg-swiper-controller .swiper-button-next svg,.yg-swiper-controller .swiper-button-prev svg{width:24px;height:24px}.yg-swiper-controller .swiper-button-prev:after,.yg-swiper-controller .swiper-button-next:after{content:""}.yg-swiper-controller .swiper-pagination,.yg-swiper-controller.style-1 .swiper-button-prev,.yg-swiper-controller.style-1 .swiper-button-next{position:static!important}.yg-swiper-controller.style-2 .swiper-button-prev,.yg-swiper-controller.style-2 .swiper-button-next{top:calc(50% - var(--controller-margin-top, 0px));transform:translateY(-50%)}@media(max-width:699px){.yg-swiper-controller{margin-block-start:var(--controller-margin-top-mobile)}.yg-swiper-controller.style-2 .swiper-button-prev,.yg-swiper-controller.style-2 .swiper-button-next{top:calc(50% - var(--controller-margin-top-mobile, 0px))}}.yg-video-box{position:relative;z-index:1;display:grid;justify-content:center;grid-template-columns:100%;width:100%;height:100%;aspect-ratio:var(--aspect-ratio)}.yg-video-box .yg-video-placeholder,.yg-video-box .yg-video-iframe-container{width:100%;max-width:100%;object-fit:cover;grid-area:1/1;transition:opacity .3s}.yg-video-box .yg-video-placeholder.close{z-index:-1}.yg-video-box.yg-link-popup-video .yg-video-placeholder.close{display:none}.yg-video-box .yg-video-iframe-container.close{opacity:0;pointer-events:none}.yg-video-box .yg-video-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1;cursor:pointer;transition:transform .3s ease-in-out}.yg-video-box .yg-video-button:hover{transform:translate(-50%,-50%) scale(1.1)}.yg-video-box .yg-video-iframe-container{height:100%}.yg-video-box .yg-video-iframe{display:block;width:100%;height:100%;object-fit:cover;border:none;aspect-ratio:var(--aspect-ratio)}@media(max-width:699px){.yg-video-box,.yg-video-box .yg-video-iframe{aspect-ratio:var(--aspect-ratio-mobile, var(--aspect-ratio))}}
/*# sourceMappingURL=/cdn/shop/t/5/compiled_assets/styles.css.map */
