@media screen and (min-width: 768px){.product-container{display:flex;flex-direction:row;max-width:1200px;margin:0 auto}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}component-slideshow{position:relative;display:block;box-sizing:border-box;width:100%;height:fit-content;opacity:0;animation:fadeIn .8s ease-out forwards;animation-delay:.1s;aspect-ratio:1 / 1}@media screen and (min-width: 768px){component-slideshow{width:55%;aspect-ratio:1 / 1}}component-slideshow>.slideshow-container{box-sizing:border-box;display:flex;width:100%;height:100%;overflow-x:scroll;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none}component-slideshow>.slideshow-container::-webkit-scrollbar{display:none}component-slideshow>.slideshow-container>img{width:100%;height:100%;object-fit:contain;scroll-snap-align:center;flex:0 0 100%}component-slideshow>.slideshow-actions>button{position:absolute;top:50%;transform:translateY(-50%);background-color:#00000080;border:none;color:#fff;padding:10px;cursor:pointer;aspect-ratio:1 / 1;width:48px;border-radius:50%}component-slideshow>.slideshow-actions>button:hover{background-color:#000c}component-slideshow>.slideshow-actions>button[type=slide-previous]{left:8px}component-slideshow>.slideshow-actions>button[type=slide-next]{right:8px}.product-benefit-icon{width:16px;height:16px}@media screen and (min-width: 768px){.product-info{padding:32px;width:45%}}.product-info>*{opacity:0;animation:fadeInUp .5s ease-out forwards}.product-info>*:nth-child(1){animation-delay:.2s}.product-info>*:nth-child(2){animation-delay:.3s}.product-info>*:nth-child(3){animation-delay:.4s}.product-info>*:nth-child(4){animation-delay:.5s}.product-info>*:nth-child(5){animation-delay:.6s}.product-info>*:nth-child(6){animation-delay:.7s}.product-description:first-child{margin:0 0 16px}.jdgm-rev-widg{max-width:1200px!important;margin:0 auto!important;padding:0 16px!important}@media screen and (min-width: 768px){.jdgm-rev-widg{max-width:1200px!important;margin:0 auto!important;padding:0!important}}.upsell-container{margin-top:32px;border-top:1px solid #f0f0f0;padding-top:24px}.upsell-item{display:flex;align-items:center;padding:16px;margin-bottom:16px;border-radius:12px;background-color:#fafafa;transition:all .3s ease;border:1px solid transparent;box-shadow:0 2px 8px #00000008}.upsell-item:hover{box-shadow:0 6px 16px #0000000f;transform:translateY(-2px)}.upsell-content{display:flex;justify-content:space-between;align-items:center;width:100%}.upsell-info{display:flex;align-items:center;flex:1}.upsell-link{display:flex;text-decoration:none;color:inherit;width:100%}.upsell-image{width:72px;height:72px;border-radius:8px;margin-right:16px;overflow:hidden;background-color:#fff;border:1px solid #f0f0f0}.upsell-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.upsell-item:hover .upsell-image img{transform:scale(1.05)}.upsell-text{display:flex;flex-direction:column;flex:1}.upsell-text span{margin-bottom:6px}.upsell-text .text-cta{font-weight:600;color:#4caf50}.upsell-includes{font-size:.8em;opacity:.8;padding-top:4px;border-top:1px dashed #eaeaea;margin-top:4px}.upsell-includes-list{padding-left:16px;margin-top:4px;color:#666}.switch{position:relative;display:inline-block;width:46px;height:24px;margin-left:16px;flex-shrink:0}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#e0e0e0;transition:.3s;box-shadow:inset 0 1px 3px #0000001a}.slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.3s;box-shadow:0 1px 3px #0003}input:checked+.slider{background-color:#4caf50}input:focus+.slider{box-shadow:0 0 3px #4caf5080}input:checked+.slider:before{transform:translate(22px)}.slider.round{border-radius:24px}.slider.round:before{border-radius:50%}.truncate-text{max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.upsell-summary{display:none;padding:14px 16px;margin-top:16px;border-radius:12px;text-align:center;font-weight:600;transition:all .3s ease;background-color:#f0f8f0;color:#2e7d32;box-shadow:0 2px 10px #0000000a;border:1px solid rgba(76,175,80,.2)}.upsell-summary.active{display:block;animation:fadeInUp .3s ease-out}.upsell-item.selected{border:1px solid #4CAF50;background-color:#f6fbf6;position:relative;box-shadow:0 4px 12px #4caf501a}.upsell-item.selected:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background-color:#4caf50;border-top-left-radius:11px;border-bottom-left-radius:11px}component-slideshow>.slideshow-thumbnails{width:100%;box-sizing:border-box;display:flex;gap:8px;overflow-y:scroll;overflow-x:visible;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;margin-top:8px;padding:0 8px}component-slideshow>.slideshow-thumbnails::-webkit-scrollbar{display:none}component-slideshow>.slideshow-thumbnails img{width:60px;height:60px;object-fit:cover;border-radius:4px;border:2px solid transparent;cursor:pointer;opacity:.7;transition:all .2s ease}component-slideshow>.slideshow-thumbnails img:hover{opacity:.9;transform:translateY(-2px)}component-slideshow>.slideshow-thumbnails img.active{border-color:var(--color-secondary-500);opacity:1;box-shadow:0 2px 8px rgba(var(--color-secondary-500-rgb),.25)}@media (max-width: 767px){component-slideshow>.slideshow-thumbnails{gap:6px}component-slideshow>.slideshow-thumbnails img{width:48px;height:48px}}component-trust-widget{width:100%;box-sizing:border-box}.trust-widget-image-container{position:relative;display:flex;align-items:center}.trust-widget-image-container img{border-radius:50%;border:2px solid var(--color-primary-500);width:48px;height:48px;object-fit:cover}.trust-widget-image-container img:not(:first-child){margin-left:-24px}.trust-widget-image-container i{position:absolute;top:0;right:-4px;padding:4px;background-color:var(--color-primary-500);color:var(--color-secondary-500);border-radius:50%;font-size:12px}
/*# sourceMappingURL=/cdn/shop/t/99/assets/style-product.css.map */
