.card__media .drt-hover-media{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .3s ease;z-index:2}.card__media .drt-primary-media{position:relative;z-index:1;transition:opacity .3s ease;width:100%;height:100%;object-fit:cover}@media(pointer:fine){.card-wrapper:hover .card__media .drt-hover-media{opacity:1}.card-wrapper:hover .card__media .drt-primary-media{opacity:0}.card__media .drt-play-indicator{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .25s ease;pointer-events:none}.card-wrapper:hover .card__media .drt-play-indicator{opacity:1}}.card__media .drt-play-indicator svg{width:44px;height:44px;filter:drop-shadow(0 2px 8px rgba(0,0,0,.6))}.card__media{position:relative;overflow:hidden}.card__media .media{position:relative}#drt-sticky-atc{position:fixed;z-index:200;left:0;right:0;bottom:0;background:#0a0b12f5;border-top:1px solid rgba(255,255,255,.12);padding:10px 16px;box-shadow:0 -6px 24px #00000073;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}#drt-sticky-atc .drt-sticky-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:14px}#drt-sticky-atc .drt-sticky-thumb{width:44px;height:44px;border-radius:8px;object-fit:cover;flex-shrink:0}#drt-sticky-atc .drt-sticky-info{flex:1;min-width:0}#drt-sticky-atc .drt-sticky-title{font-size:14px;font-weight:600;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0 0 2px;line-height:1.3}#drt-sticky-atc .drt-sticky-price{font-size:15px;font-weight:700;color:#e7e9f3;margin:0;line-height:1}#drt-sticky-atc .drt-sticky-price .drt-compare-price{text-decoration:line-through;color:#7c8194;font-weight:400;font-size:13px;margin-right:6px}#drt-sticky-atc .drt-sticky-btn{flex-shrink:0;background:#fff;color:#0a0b12;border:none;border-radius:8px;padding:12px 26px;font-size:14px;font-weight:700;cursor:pointer;white-space:nowrap;letter-spacing:.02em;transition:background .2s ease,transform .15s ease}#drt-sticky-atc .drt-sticky-btn:hover{background:#e8e8e8;transform:translateY(-1px)}#drt-sticky-atc .drt-sticky-btn.loading{opacity:.6;pointer-events:none}#drt-sticky-atc .drt-sticky-btn.added{background:#2d8a4e;color:#fff}#drt-sticky-atc .drt-sticky-badges{display:none;gap:8px;align-items:center;flex-shrink:0}#drt-sticky-atc .drt-sticky-badge{display:flex;align-items:center;gap:4px;font-size:11px;color:#aeb3c6;white-space:nowrap}#drt-sticky-atc .drt-sticky-badge svg{width:14px;height:14px;flex-shrink:0}#drt-sticky-atc .drt-sticky-note{display:none}@media(min-width:700px)and (max-width:1299px){#drt-sticky-atc .drt-sticky-badges{display:flex}}@media(min-width:1300px){#drt-sticky-atc{left:auto;right:2.5rem;bottom:auto;top:50%;transform:translateY(-50%);width:264px;padding:0;background:none;border:none;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}#drt-sticky-atc .drt-sticky-inner{flex-direction:column;align-items:stretch;gap:14px;max-width:none;background:#0e1018f5;border:1px solid rgba(255,255,255,.12);border-radius:16px;padding:20px;box-shadow:0 24px 60px -20px #000000b3,0 0 50px -22px #38bdf88c;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}#drt-sticky-atc .drt-sticky-thumb{width:100%;height:auto;aspect-ratio:1 / 1}#drt-sticky-atc .drt-sticky-title{white-space:normal;font-size:15px}#drt-sticky-atc .drt-sticky-badges{display:flex;flex-direction:column;align-items:flex-start;gap:6px}#drt-sticky-atc .drt-sticky-btn{width:100%;padding:14px;font-size:15px}#drt-sticky-atc .drt-sticky-note{display:block;font-size:11px;color:#8a8f9e;text-align:center;margin:0}}@media(max-width:699px){#drt-sticky-atc{padding:9px 14px}#drt-sticky-atc .drt-sticky-inner{gap:10px}#drt-sticky-atc .drt-sticky-thumb{width:38px;height:38px}#drt-sticky-atc .drt-sticky-title{font-size:12px}#drt-sticky-atc .drt-sticky-price{font-size:13px}#drt-sticky-atc .drt-sticky-btn{padding:10px 16px;font-size:13px}}@media(pointer:fine){.card-wrapper{transition:transform .25s ease,box-shadow .25s ease}.card-wrapper:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0006;z-index:2}}.card-wrapper.has-hover-media .card__inner:after{content:"\25b6  Preview";position:absolute;bottom:8px;right:8px;background:#000000b3;color:#fff;font-size:10px;font-weight:600;letter-spacing:.05em;padding:3px 8px;border-radius:4px;z-index:5;pointer-events:none;transition:opacity .2s ease}@media(pointer:fine){.card-wrapper.has-hover-media:hover .card__inner:after{opacity:0}}#drt-upsell-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;background:#000000b8;display:flex;align-items:center;justify-content:center;padding:16px;opacity:0;pointer-events:none;transition:opacity .25s ease}#drt-upsell-overlay.is-open{opacity:1;pointer-events:all}#drt-upsell-modal{background:#1a1a1a;border:1px solid rgba(255,255,255,.1);border-radius:12px;max-width:460px;width:100%;padding:28px 24px 24px;position:relative;transform:translateY(20px) scale(.98);transition:transform .3s cubic-bezier(.4,0,.2,1);max-height:90vh;overflow-y:auto}#drt-upsell-overlay.is-open #drt-upsell-modal{transform:translateY(0) scale(1)}#drt-upsell-close{position:absolute;top:12px;right:14px;background:none;border:none;color:#666;font-size:20px;line-height:1;padding:6px 8px;cursor:pointer;transition:color .15s ease;border-radius:4px}#drt-upsell-close:hover,#drt-upsell-close:focus-visible{color:#fff;outline:none}.drt-upsell-confirmed{display:flex;align-items:center;gap:8px;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid rgba(255,255,255,.08);font-size:13px;font-weight:600;color:#2d8a4e}.drt-upsell-eyebrow{font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:#888;margin:0 0 14px}#drt-upsell-img{width:100%;aspect-ratio:16 / 9;object-fit:cover;border-radius:8px;margin-bottom:16px;display:block;background:#2a2a2a}.drt-upsell-title{font-size:20px;font-weight:700;color:#fff;margin:0 0 10px;line-height:1.3}.drt-upsell-price-row{display:flex;align-items:baseline;gap:8px;margin:0 0 22px}#drt-upsell-compare-price{font-size:14px;color:#555;text-decoration:line-through}#drt-upsell-sale-price{font-size:22px;font-weight:700;color:#fff}.drt-upsell-actions{display:flex;flex-direction:column;gap:10px}#drt-upsell-add-btn{width:100%;background:#fff;color:#000;border:none;border-radius:6px;padding:15px 24px;font-size:15px;font-weight:700;cursor:pointer;letter-spacing:.02em;transition:background .2s ease,transform .15s ease}#drt-upsell-add-btn:hover:not(:disabled){background:#e8e8e8;transform:scale(1.01)}#drt-upsell-add-btn:disabled{opacity:.55;pointer-events:none}#drt-upsell-add-btn.added{background:#2d8a4e;color:#fff}#drt-upsell-skip-btn{width:100%;background:none;border:none;color:#666;font-size:13px;cursor:pointer;padding:8px;transition:color .15s ease;text-align:center}#drt-upsell-skip-btn:hover{color:#aaa}@media(max-width:479px){#drt-upsell-modal{padding:24px 18px 20px}.drt-upsell-title{font-size:17px}#drt-upsell-sale-price{font-size:19px}}.drt-bundle-box{position:relative;display:flex;align-items:center;gap:16px;margin:18px 0 4px;padding:16px;background:#1a1a1a;border:1px solid rgba(255,255,255,.1);border-radius:10px;text-decoration:none;transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease}.drt-bundle-box:hover{border-color:#ffffff59;transform:translateY(-2px);box-shadow:0 10px 28px #00000059}.drt-bundle-badge{position:absolute;top:-10px;left:16px;background:#2d8a4e;color:#fff;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:4px 10px;border-radius:4px}.drt-bundle-media{flex-shrink:0;width:88px;height:88px;border-radius:8px;overflow:hidden;background:#2a2a2a}.drt-bundle-img{width:100%;height:100%;object-fit:cover;display:block}.drt-bundle-info{display:flex;flex-direction:column;gap:3px;min-width:0}.drt-bundle-eyebrow{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:#888}.drt-bundle-title{font-size:15px;font-weight:700;color:#fff;line-height:1.3}.drt-bundle-price{display:flex;align-items:baseline;flex-wrap:wrap;gap:8px;margin-top:2px}.drt-bundle-compare{font-size:13px;color:#666;text-decoration:line-through}.drt-bundle-now{font-size:18px;font-weight:700;color:#fff}.drt-bundle-save{font-size:11px;font-weight:700;color:#2d8a4e;background:#2d8a4e26;padding:2px 8px;border-radius:4px}.drt-bundle-cta{margin-top:8px;font-size:13px;font-weight:600;color:#fff;transition:color .2s ease}.drt-bundle-box:hover .drt-bundle-cta{color:#cfcfcf}@media(max-width:479px){.drt-bundle-media{width:64px;height:64px}.drt-bundle-title{font-size:14px}.drt-bundle-now{font-size:16px}}.drt-trust{display:flex;flex-direction:column;gap:10px;margin:4px 0 16px}.drt-trust-reviews{display:inline-flex;align-items:center;gap:8px;text-decoration:none;width:fit-content}.drt-stars{position:relative;display:inline-block;font-size:16px;line-height:1;letter-spacing:1px}.drt-stars-bg{color:#d6d6d6}.drt-stars-fg{position:absolute;top:0;right:0;bottom:0;left:0;width:var(--pct, 0%);overflow:hidden;white-space:nowrap;color:#ffb800}.drt-trust-rating-num{font-weight:700;font-size:14px;color:rgb(var(--color-foreground))}.drt-trust-count{font-size:13px;color:rgba(var(--color-foreground),.65);text-decoration:underline;text-underline-offset:2px}.drt-trust-reviews:hover .drt-trust-count{color:rgb(var(--color-foreground))}.drt-trust-badges{display:flex;flex-wrap:wrap;gap:8px 18px;margin:0;padding:0;list-style:none}.drt-trust-badge{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:500;color:rgba(var(--color-foreground),.8)}.drt-trust-badge svg{width:16px;height:16px;flex-shrink:0;color:#2d8a4e}#drt-ec-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:320;background:#000000b8;display:flex;align-items:center;justify-content:center;padding:16px;opacity:0;pointer-events:none;transition:opacity .25s ease}#drt-ec-overlay.is-open{opacity:1;pointer-events:all}#drt-ec-modal{position:relative;background:#1a1a1a;border:1px solid rgba(255,255,255,.1);border-radius:14px;max-width:460px;width:100%;padding:36px 30px 28px;text-align:center;transform:translateY(20px) scale(.98);transition:transform .3s cubic-bezier(.4,0,.2,1);max-height:92vh;overflow-y:auto}#drt-ec-overlay.is-open #drt-ec-modal{transform:translateY(0) scale(1)}#drt-ec-close{position:absolute;top:12px;right:14px;background:none;border:none;color:#666;font-size:20px;line-height:1;padding:6px 8px;cursor:pointer;border-radius:4px;transition:color .15s ease}#drt-ec-close:hover,#drt-ec-close:focus-visible{color:#fff;outline:none}.drt-ec-eyebrow{font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:#2d8a4e;font-weight:700;margin:0 0 10px}.drt-ec-title{font-size:24px;font-weight:700;color:#fff;margin:0 0 10px;line-height:1.25}.drt-ec-sub{font-size:14px;color:#b8b8b8;line-height:1.5;margin:0 0 22px}.drt-ec-field{display:flex;flex-direction:column;gap:10px}#drt-ec-email{width:100%;background:#2a2a2a;border:1px solid rgba(255,255,255,.14);border-radius:8px;padding:14px 16px;font-size:15px;color:#fff;box-sizing:border-box}#drt-ec-email::placeholder{color:#777}#drt-ec-email:focus{outline:none;border-color:#fff}#drt-ec-submit{width:100%;background:#fff;color:#000;border:none;border-radius:8px;padding:14px 20px;font-size:15px;font-weight:700;cursor:pointer;letter-spacing:.02em;transition:background .2s ease,transform .15s ease}#drt-ec-submit:hover{background:#e8e8e8;transform:scale(1.01)}.drt-ec-error{color:#ff6b6b;font-size:13px;margin:10px 0 0}.drt-ec-fineprint{font-size:12px;color:#777;margin:16px 0 0}#drt-ec-success{text-align:center}#drt-ec-success svg{margin:0 auto 16px;display:block}.drt-ec-done-btn{margin-top:18px;background:none;border:1px solid rgba(255,255,255,.25);color:#fff;border-radius:8px;padding:12px 28px;font-size:14px;font-weight:600;cursor:pointer;transition:border-color .2s ease,background .2s ease}.drt-ec-done-btn:hover{border-color:#fff;background:#ffffff0f}@media(min-width:600px){.drt-ec-field{flex-direction:row}#drt-ec-submit{width:auto;white-space:nowrap}}@media(max-width:479px){#drt-ec-modal{padding:30px 20px 22px}.drt-ec-title{font-size:20px}}.drt-btn-blue.button{background:linear-gradient(135deg,#38bdf8,#2563eb)!important;color:#fff!important;border:0!important;border-radius:999px!important;padding:1.4rem 3rem!important;font-weight:700;box-shadow:0 12px 34px -8px #2563eba6,inset 0 0 0 1px #ffffff2e!important;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}.drt-btn-blue.button:before,.drt-btn-blue.button:after{box-shadow:none!important;border:0!important}.drt-btn-blue.button:hover{transform:translateY(-2px);filter:brightness(1.06);box-shadow:0 18px 44px -8px #38bdf8cc,inset 0 0 0 1px #ffffff40!important}.jdgm-rev-widg{background:#ffffff08!important;border:1px solid rgba(255,255,255,.09)!important;border-radius:16px!important;padding:2.6rem!important;color:#c2c6d6!important}.jdgm-rev-widg,.jdgm-rev-widg *{color:#c8ccda!important}.jdgm-rev-widg__title,.jdgm-rev-widg__summary-average,.jdgm-rev-widg .jdgm-rev__title,.jdgm-rev-widg .jdgm-rev__author,.jdgm-rev-widg .jdgm-rev__author *{color:#fff!important}.jdgm-rev-widg__summary-text,.jdgm-rev-widg .jdgm-rev__body,.jdgm-rev-widg .jdgm-rev__timestamp,.jdgm-rev-widg .jdgm-rev__prod-link,.jdgm-rev-widg .jdgm-rev__reply,.jdgm-rev-widg .jdgm-histogram__label,.jdgm-rev-widg .jdgm-histogram__count,.jdgm-rev-widg .jdgm-paginate__page,.jdgm-rev-widg .jdgm-rev__rating{color:#c2c6d6!important}.jdgm-rev-widg .jdgm-star.jdgm--on{color:#ffb800!important}.jdgm-rev-widg .jdgm-star.jdgm--off{color:#ffffff47!important}.jdgm-rev-widg .jdgm-rev{border-top:1px solid rgba(255,255,255,.12)!important;background:transparent!important}.jdgm-rev-widg .jdgm-histogram__bar{background-color:#ffffff1f!important}.jdgm-rev-widg .jdgm-histogram__bar-content{background-color:#ffb800!important}.jdgm-rev-widg .jdgm-write-rev-link,.jdgm-rev-widg .jdgm-paginate__load-more{background:linear-gradient(135deg,#38bdf8,#2563eb)!important;color:#fff!important;border:0!important;border-radius:999px!important}.jdgm-rev-widg select,.jdgm-form input,.jdgm-form textarea,.jdgm-form select{background:#ffffff0f!important;color:#fff!important;border:1px solid rgba(255,255,255,.18)!important}.jdgm-form,.jdgm-form label,.jdgm-form__title{color:#e7e9f3!important}@media screen and (min-width:750px){.product{grid-template-columns:1fr!important}}.product__media-wrapper,.product__info-wrapper{width:100%!important;max-width:100rem!important;margin-inline:auto!important}.product__media-wrapper{margin-bottom:2.5rem!important}.product__info-container{max-width:100%}@media(min-width:1300px){.drt-product-pagewidth{max-width:none!important;margin-inline:0!important;padding-inline-start:5rem!important;padding-inline-end:340px!important}.drt-product-pagewidth .product__media-wrapper,.drt-product-pagewidth .product__info-wrapper{max-width:80rem!important;margin-inline:0!important}}.product .thumbnail-slider{display:flex;justify-content:center;align-items:center;gap:8px}.product .thumbnail-list{display:flex!important;flex-wrap:wrap!important;justify-content:center!important;gap:8px!important;width:auto!important;grid-template-columns:none!important}.product .thumbnail-list__item{width:104px!important;height:auto!important;aspect-ratio:16 / 9!important;flex:0 0 auto!important;margin:0!important}.product .thumbnail-list__item .thumbnail{width:100%!important;height:100%!important;aspect-ratio:16 / 9!important;padding:0!important}.product .thumbnail-list__item .thumbnail:before{display:none!important}.product .thumbnail-list__item .thumbnail img{position:static!important;width:100%!important;height:100%!important;object-fit:cover!important}
/*# sourceMappingURL=/cdn/shop/t/6/assets/drt-enhancements.css.map */
