#el-product{background:#fff}.el-product__wrapper{display:flex;gap:60px}.el-product__block{margin-block-end:var(--margin-bottom, 20px)!important;margin-bottom:var(--margin-bottom, 20px)}.el-product__information{display:block;width:35%;min-width:0}.el-product__information a{color:inherit}.el-product-title h1{margin:0}.el-product-rating{display:flex;align-items:center;gap:10px}.el-product-rating .el-star-rating{display:flex;align-items:center;gap:1px}.el-product-rating .el-star-rating svg{display:block;width:16.635px;height:16.635px}.el-product-rating__text{line-height:1.3}.el-product-text{display:flex;align-items:flex-start;gap:7px;line-height:1.45}.el-product-text__icon{display:flex;flex:0 0 auto;align-items:center;justify-content:center;margin-top:.25em}.el-product-text__icon svg{display:block}.el-product-text__content{min-width:0}.el-product-text__content>*{margin:0}.el-product-text-group{display:grid;grid-template-columns:repeat(var(--cols-desktop, 2),minmax(0,max-content));column-gap:var(--column-gap, 24px);row-gap:var(--row-gap, 12px)}.el-product-text-group>.el-product__block{margin:0!important}.el-product-purchase-options{display:block}.el-product-purchase-option{position:relative;margin-bottom:var(--option-margin-bottom, 12px);border:1px solid transparent;border-radius:8px;background:#fafafa;transition:border-color .3s ease,background-color .3s ease,box-shadow .3s ease}.el-product-purchase-option.el-product-purchase-option--subscription:not(.is-active){border:#e6e6e6 solid 1px}.el-product-purchase-option.is-active{border-color:#668aba;background:#f5f9ff;box-shadow:0 0 0 1px #668aba08}.el-product-purchase-option__header{display:grid;grid-template-columns:20px minmax(0,1fr) auto;align-items:start;gap:12px;padding:22px;cursor:pointer;outline:none}.el-product-purchase-option__header:focus-visible{box-shadow:inset 0 0 0 2px #668aba;border-radius:8px}.el-product-purchase-option__radio{width:20px;height:20px;border-radius:2px;border:1px solid #ebebeb;background:#fff;box-shadow:inset 0 0 0 3px #fff;transition:background-color .25s ease,border-color .25s ease,transform .25s ease}.el-product-purchase-option.is-active .el-product-purchase-option__radio{background:#668aba;border-color:#668aba}.el-product-purchase-option__copy{min-width:0}.el-product-purchase-option__subtitle{margin-top:6px}.el-product-purchase-option__price-wrap{display:flex;flex-direction:column;align-items:flex-end;min-width:max-content}.el-product-purchase-option__compare{margin-top:1px}.el-product-purchase-option__compare.is-hidden{display:none}.el-product-purchase-option[data-option-type=onetime] .el-product-purchase-option__body{max-height:0;opacity:0;transform:translateY(-6px);overflow:hidden;transition:max-height .45s cubic-bezier(.22,1,.36,1),opacity .25s ease,transform .35s ease}.el-product-purchase-option[data-option-type=onetime].is-active .el-product-purchase-option__body{max-height:1800px;opacity:1;transform:none;overflow:visible}.el-product-purchase-option[data-option-type=subscription] .el-product-purchase-option__body{max-height:none;opacity:1;transform:none;overflow:visible}.el-product-purchase-option__body-inner{padding:0 22px 22px}.el-product-variant-pickers{display:flex;flex-direction:column;gap:8px}.el-product-variant-picker{position:relative;z-index:2}.el-product-variant-picker.is-open{z-index:20}.el-product-variant-picker__trigger{-webkit-appearance:none;appearance:none;width:100%;min-height:40px;display:grid;grid-template-columns:44px minmax(0,1fr) 25px;align-items:center;padding:0;border:1px solid #edf0f3;border-radius:2px;background:#fff;text-align:left;cursor:pointer;transition:border-color .25s ease,box-shadow .25s ease,transform .25s ease}.el-product-variant-picker__trigger:hover{border-color:#c8d7e8}.el-product-variant-picker.is-open .el-product-variant-picker__trigger{border-color:#668aba;box-shadow:0 4px 16px #2a2a2a14}.el-product-variant-picker__index{height:100%;display:flex;align-items:center;justify-content:center;border-radius:2px;background:#121212}.el-product-variant-picker__label{padding:0 12px;height:100%;white-space:nowrap;display:flex;align-items:center;overflow:hidden;text-overflow:ellipsis}.el-product-variant-picker__chevron{position:relative;width:8px;height:8px;border-right:1.5px solid #2a2a2a;border-bottom:1.5px solid #2a2a2a;transform:rotate(45deg) translateY(-2px);transition:transform .3s ease}.el-product-variant-picker.is-open .el-product-variant-picker__chevron{transform:rotate(225deg) translate(-1px,-1px)}.el-product-variant-picker__menu{position:absolute;top:calc(100% + 5px);left:0;width:100%;max-height:0;overflow:auto;visibility:hidden;opacity:0;transform:translateY(-7px);border:1px solid #d8e0e8;border-radius:5px;background:#fff;box-shadow:0 12px 30px #2a2a2a1f;transition:max-height .35s cubic-bezier(.22,1,.36,1),opacity .2s ease,transform .25s ease,visibility .2s;z-index:30}.el-product-variant-picker.is-open .el-product-variant-picker__menu{max-height:240px;visibility:visible;opacity:1;transform:none}.el-product-variant-picker__option{-webkit-appearance:none;appearance:none;width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:11px 13px;border:0;border-bottom:1px solid #f0f2f4;background:#fff;text-align:left;cursor:pointer;transition:background-color .2s ease,color .2s ease}.el-product-variant-picker__index{background-color:var(--bg-color)}.el-product-variant-picker__option:last-child{border-bottom:0}.el-product-variant-picker__option:hover,.el-product-variant-picker__option.is-selected{background:#f3f7fc}.el-product-variant-picker__option:disabled{opacity:.45;cursor:not-allowed}.el-product-frequency{margin-top:24px;padding-top:24px;border-top:1px solid #ebebeb}.el-product-frequency__label{margin-bottom:12px}.el-product-frequency__options{display:flex;flex-wrap:wrap;gap:8px}.el-product-frequency__button{-webkit-appearance:none;appearance:none;min-height:40px;min-width:80px;padding:6px 14px;border-radius:6px;border:1px solid #ebebeb;background:#fff;color:#2a2a2a;cursor:pointer;text-transform:capitalize;transition:background-color .25s ease,border-color .25s ease,color .25s ease,box-shadow .25s ease}.el-product-frequency__button:hover:not(:disabled){border-color:#668aba}.el-product-purchase-option--subscription:not(.is-active) .el-product-frequency__button.is-active{border-color:#c7c7c7;background:#c7c7c7;color:#2a2a2a;box-shadow:0 5px 12px #668aba2e}.el-product-frequency__button.is-active{border-color:#668aba;background:#668aba;color:#fff;box-shadow:0 5px 12px #668aba2e}.el-product-frequency__button:disabled{opacity:.35;cursor:not-allowed}.el-product-subscription__nested{margin-top:24px}.el-product-gift-group{display:grid;grid-template-columns:repeat(var(--gift-cols-desktop, 3),minmax(0,1fr));gap:var(--gift-gap, 8px);margin-bottom:var(--gift-margin-bottom, 18px)}.el-product-gift{min-width:0;text-align:center}.el-product-purchase-option--subscription:not(.is-active) .el-product-gift__card{border:1px solid #c7c7c7}.el-product-purchase-option--subscription:not(.is-active) .el-product-gift__free{background:#c7c7c7}.el-product-gift__card{overflow:hidden;border:1px solid #668aba;border-radius:6px;background:#fff}.el-product-gift__free{height:26px;display:flex;align-items:center;justify-content:center;gap:3px;padding:0 5px;background:#668aba;white-space:nowrap;overflow:hidden}.el-product-gift__free span{font-weight:700}.el-product-gift__free svg{display:block;margin-right:2px;flex:0 0 auto}.el-product-gift__free s{opacity:.78}.el-product-gift__media{min-height:136px;display:flex;align-items:center;justify-content:center}.el-product-gift__image{display:block;width:auto;height:100%;object-fit:contain}.el-product-gift__title{margin-top:11px}.el-product-delivery{display:flex;align-items:center;justify-content:center;gap:8px}.el-product-delivery strong{font-weight:500}.el-product-delivery__dot{width:8px;height:8px;flex:0 0 8px;margin-left:5px;border-radius:50%;background:#5dd45d;box-shadow:0 0 0 4px #5cd33f40;animation:delivery-dot-pulse 1.8s ease-out infinite}@keyframes delivery-dot-pulse{0%{box-shadow:0 0 #5cd33f73}70%{box-shadow:0 0 0 8px #5cd33f00}to{box-shadow:0 0 #5cd33f00}}.el-product-atc{display:flex;flex-direction:column;gap:12px}.el-product-atc__button{position:relative;overflow:hidden;-webkit-appearance:none;appearance:none;width:100%;min-height:75px;padding:14px 20px;border:0;border-radius:3px;background:#111;cursor:pointer;transition:transform .25s ease,opacity .25s ease,box-shadow .25s ease}.el-product-atc__button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 7px 18px #11111124}.el-product-atc__button:active:not(:disabled){transform:translateY(0)}.el-product-atc__button:disabled{opacity:.5;cursor:not-allowed}.el-product-atc__content{position:relative;z-index:2;display:inline-flex;gap:5px;align-items:center;justify-content:center;color:#fff;text-align:right;font-family:Helvetica Now Display;font-size:26.445px;font-style:normal;font-weight:500;line-height:125%;letter-spacing:.529px;text-transform:capitalize;align-items:end}.el-product-atc__compare{color:#ffffff80;font-family:Helvetica Now Display;font-size:19.1px;font-style:normal;font-weight:300;line-height:125%;letter-spacing:.382px;text-decoration-line:line-through;text-transform:capitalize}.el-product-atc__button.is-loading{pointer-events:none}.el-product-atc__button.is-loading:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(-120%);background:linear-gradient(105deg,transparent 25%,rgba(255,255,255,.28) 48%,transparent 72%);animation:elProductShimmer 1s linear infinite}.el-product-atc__button.is-loading .el-product-atc__content{opacity:.78}.el-product-payment-image{display:flex;justify-content:center;align-items:center}.el-product-payment-image__image{display:block;width:100%;max-width:var(--payment-width, 300px);height:auto}.el-product-guarantee-card{display:grid;grid-template-columns:minmax(0,1fr) 34%;min-height:151px;overflow:hidden;border-radius:4px;border:1px solid #ebebeb;background:#ffffff0d;background:var(--guarantee-bg, rgba(255, 255, 255, .05))}.el-product-guarantee-card__content{padding:22px 0 22px 37px}.el-product-guarantee-card__heading{display:flex;align-items:center;gap:8px}.el-product-guarantee-card__heading em{font-family:"Awesome Serif Italic"}.el-product-guarantee-card__heading>*{margin:0}.el-product-guarantee-card__icon{display:block;width:max-content;height:33px;object-fit:contain;flex:0 0 max-content}.el-product-guarantee-card__text{margin-top:8px;max-width:375px}.el-product-guarantee-card__text>*{margin:0}.el-product-guarantee-card__media{min-width:0}.el-product-guarantee-card__image.desktop{display:block;width:100%;height:100%;object-fit:cover}.el-product-guarantee-card__image.mobile{display:none}.el-product__information [data-el-purchase-option].is-unavailable{opacity:.58}.el-product__information [data-el-purchase-option].is-unavailable .el-product-purchase-option__header{cursor:not-allowed}@keyframes elProductShimmer{to{transform:translate(120%)}}@media(max-width:1440px)and (min-width:992px){.el-product__wrapper{gap:20px}.el-product__media-wrapper,.el-product__information{width:50%}}@media(max-width:991px){#el-product{overflow:hidden}.el-product__wrapper{flex-direction:column;gap:25px}.el-product__information{width:100%}.el-product__block{margin-block-end:var(--margin-bottom-mobile, 20px)!important;margin-bottom:var(--margin-bottom-mobile, 20px)}.el-product-text-group{grid-template-columns:repeat(var(--cols-mobile, 1),minmax(0,1fr))}.el-product-purchase-option{margin-bottom:var(--option-margin-bottom-mobile, 10px);border-radius:4px}.el-product-purchase-option__header{grid-template-columns:20px minmax(0,1fr) auto;gap:10px;padding:15px 16px}.el-product-purchase-option__body-inner{padding:0 16px 16px}.el-product-variant-picker__trigger{min-height:42px;grid-template-columns:42px minmax(0,1fr) 18px}.el-product-frequency{margin-top:16px;padding-top:0;border-top:0}.el-product-frequency__label{margin-bottom:5px}.el-product-frequency__button{min-width:0;flex:1 1 0;padding:9px 8px;border-radius:2px}.el-product-subscription__nested{margin-top:16px}.el-product-gift-group{grid-template-columns:repeat(var(--gift-cols-mobile, 3),minmax(0,1fr));margin-bottom:var(--gift-margin-bottom-mobile, 16px);gap:calc(var(--gift-gap) * 1.875)}.el-product-gift__free{height:17px;padding:0 3px;gap:2}.el-product-gift__free svg{width:9px;height:9px}.el-product-gift__media{min-height:70px}.el-product-gift__image{aspect-ratio:unset;max-height:70px}.el-product-gift__title{margin-top:8px}.el-product-text{gap:6px}.el-product-delivery{justify-content:flex-start}.el-product-delivery__dot{width:6px;height:6px;flex:0 0 6px;margin-left:4px}.el-product-atc__button{min-height:54px;padding:12px 16px}.el-product-payment-image__image{max-width:calc(var(--payment-width) * .7)}.el-product-guarantee-card{grid-template-columns:minmax(0,1fr) 27%;min-height:unset;position:relative}.el-product-guarantee-card__heading span{text-wrap:balance}.el-product-guarantee-card__media{position:absolute;height:100%;width:auto;right:0}.el-product-guarantee-card__content{padding:16px}.el-product-guarantee-card__text{margin-top:11px}.el-product-atc__content{font-size:18px;font-style:normal;font-weight:500;line-height:125%;letter-spacing:.36px}.el-product-atc__compare{font-size:13px;font-style:normal;font-weight:300;line-height:125%;letter-spacing:.26px}}.el-product-accordion-group{display:flex;flex-direction:column;gap:var(--accordion-gap, 12px)}.el-product-accordion-item{overflow:hidden;margin-bottom:var(--accordion-margin-bottom, 0);border-radius:4px;background:var(--accordion-bg, #f8f8f8);transition:background-color .3s ease,box-shadow .3s ease}.el-product-accordion-item__header{-webkit-appearance:none;appearance:none;width:100%;min-height:61px;display:grid;grid-template-columns:minmax(0,1fr) 20px;align-items:center;gap:18px;padding:17px 16px;border:0;background:transparent;color:inherit;text-align:left;cursor:pointer}.el-product-accordion-item__icon{position:relative;width:14px;height:14px;justify-self:end}.el-product-accordion-item__icon:before,.el-product-accordion-item__icon:after{content:"";position:absolute;top:50%;left:50%;width:10px;height:1px;background:currentColor;transform:translate(-50%,-50%);transition:transform .35s cubic-bezier(.22,1,.36,1)}.el-product-accordion-item__icon:after{transform:translate(-50%,-50%) rotate(90deg)}.el-product-accordion-item.is-open .el-product-accordion-item__icon:after{transform:translate(-50%,-50%) rotate(180deg)}.el-product-accordion-item__content{display:grid;grid-template-rows:0fr;opacity:0;transform:translateY(10px);transition:grid-template-rows .42s cubic-bezier(.22,1,.36,1),margin .42s cubic-bezier(.22,1,.36,1),transform .42s cubic-bezier(.22,1,.36,1),opacity .28s ease}.el-product-accordion-item.is-open .el-product-accordion-item__content{grid-template-rows:1fr;opacity:1;transform:translateY(0);margin-top:-9px}.el-product-accordion-item__content-inner{min-height:0;overflow:hidden}.el-product-accordion-item__answer{padding:0 16px 20px;line-height:1.45}.el-product-accordion-item__answer>*{margin:0;line-height:inherit;letter-spacing:inherit}.el-product-accordion-item__answer>*+*{margin-top:8px}.el-product-video-swiper{display:block;min-width:0;overflow:hidden}.el-product-video-swiper__element{display:block;min-width:0}.el-product-video-swiper__swiper{overflow:visible}.el-product-video{margin-bottom:var(--video-margin-bottom, 0)}.el-product-video__media{position:relative;width:100%;aspect-ratio:var(--video-aspect-ratio, 3 / 4);overflow:hidden!important;border-radius:var(--video-radius, 6px)!important;background:#efefef;cursor:pointer}.el-product-video__video,.el-product-video__poster{display:block;width:100%;height:100%;object-fit:cover}.el-product-video__play{position:absolute;top:50%;left:50%;width:35px;height:35px;padding:0;border:0;background:transparent;transform:translate(-50%,-50%) scale(1);cursor:pointer;opacity:1;visibility:visible;transition:opacity .25s ease,transform .3s cubic-bezier(.22,1,.36,1),visibility .25s ease;z-index:2}.el-product-video__play svg{display:block;width:100%;height:100%}.el-product-video__media:hover .el-product-video__play{transform:translate(-50%,-50%) scale(1.08)}.el-product-video__media.is-playing .el-product-video__play{opacity:0;visibility:hidden;transform:translate(-50%,-50%) scale(.88);pointer-events:none}.el-product-video__media.is-empty{cursor:default}@media(max-width:991px){.el-product-accordion-item{margin-bottom:var(--accordion-margin-bottom-mobile, 0)}.el-product-accordion-item__header{padding:16px 14px;gap:14px;min-height:62px}.el-product-accordion-item.is-open .el-product-accordion-item__content{margin-top:-10px}.el-product-accordion-item__answer{padding:0 14px 16px}.el-product-video{margin-bottom:var(--video-margin-bottom-mobile, 0)}.el-product-video__play{width:25px;height:25px}.el-product-video-swiper{overflow:visible}}.el-product-logo-marquee{position:relative;width:100%;overflow:hidden}.el-product-logo-marquee:before,.el-product-logo-marquee:after{content:"";position:absolute;top:0;bottom:0;width:60px;z-index:2;pointer-events:none}.el-product-logo-marquee:before{left:0;background:linear-gradient(to right,var(--marquee-gradient) 10%,transparent 100%)}.el-product-logo-marquee:after{right:0;background:linear-gradient(to left,var(--marquee-gradient) 10%,transparent 100%)}.el-product-logo-marquee__track{display:flex;width:max-content;will-change:transform;animation:el-product-logo-marquee var(--marquee-duration, 20s) linear infinite}.el-product-logo-marquee__set{display:flex;flex:none;align-items:center;gap:var(--logo-gap, 32px);padding-right:var(--logo-gap, 32px)}.el-product-marquee-logo{flex:none;display:flex;align-items:center;justify-content:center}.el-product-marquee-logo__image{display:block;width:auto;height:var(--logo-height, 35px);max-width:none;object-fit:contain}@keyframes el-product-logo-marquee{0%{transform:translateZ(0)}to{transform:translate3d(var(--marquee-shift),0,0)}}@media(max-width:991px){.el-product-logo-marquee:before,.el-product-logo-marquee:after{width:40px}.el-product-logo-marquee__set{gap:var(--logo-gap-mobile, 24px);padding-right:var(--logo-gap-mobile, 24px)}.el-product-marquee-logo__image{height:var(--logo-height-mobile, 28px)}}@media(prefers-reduced-motion:reduce){.el-product-logo-marquee__track{animation-play-state:paused}}.el-product-atc__accelerated,.el-product-atc__accelerated .shopify-payment-button{width:100%}.el-product-atc__accelerated shopify-accelerated-checkout{--shopify-accelerated-checkout-button-block-size: 75px;--shopify-accelerated-checkout-button-border-radius: 2px;--shopify-accelerated-checkout-button-box-shadow: none}#shopify-buyer-consent,.shopify-payment-button__more-options{display:none}@media(max-width:991px){.el-product-atc__accelerated shopify-accelerated-checkout{--shopify-accelerated-checkout-button-block-size: 48px}.el-product-guarantee-card__image.mobile{display:block;width:auto;height:100%;object-fit:contain}.el-product-guarantee-card__image.desktop{display:none}}@media(max-width:480px){.el-product-payment-image{justify-content:flex-start}}
/*# sourceMappingURL=/cdn/shop/t/33/assets/el-product.css.map */
