.pdp-theme-product{--pdp-col-gap: 24px;--pdp-thumb-size: 46px;--pdp-thumb-gap: 7px;--pdp-thumb-radius: 5px;--pdp-thumb-active-border: 1px;--pdp-border-color: #e5e5e5;--pdp-muted: #656565;--pdp-dark: #232323;--pdp-atc-bg: #f9c200;--pdp-atc-color: #232323;--pdp-delivery-color: #2a9d5f;--pdp-delivery-pulse-rgb: 49, 182, 113;--pdp-delivery-alert-color: #d93025;display:block;width:100%;padding:0 12px 60px}.pdp-theme-product .pdp-theme-product__grid{display:grid;grid-template-columns:minmax(0,1fr);gap:var(--pdp-col-gap);width:100%;max-width:1440px;margin:0 auto}.pdp-theme-product .pdp-theme-product__gallery{width:100%;overflow:hidden}.pdp-theme-product .pdp-theme-product__gallery-inner{display:block;width:100%}.pdp-theme-product .pdp-theme-product__gallery-slides{display:flex;overflow-x:auto;width:100%;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none}.pdp-theme-product .pdp-theme-product__gallery-slides::-webkit-scrollbar{display:none}.pdp-theme-product .pdp-theme-product__gallery-slide{display:flex;flex:0 0 100%;align-items:center;justify-content:center;scroll-snap-align:center}.pdp-theme-product .pdp-theme-product__gallery-slide[hidden]{display:none}.pdp-theme-product .pdp-theme-product__gallery-slide img,.pdp-theme-product .pdp-theme-product__gallery-slide video{width:100%;height:100%;object-fit:contain}.pdp-theme-product .pdp-theme-product__info{display:flex;flex-direction:column;gap:16px;width:100%}.pdp-theme-product .pdp-theme-product__title{margin:0;font-weight:400;font-size:20px;line-height:1.2;color:#000}.pdp-theme-product .pdp-theme-product__title--xs{font-size:14px}.pdp-theme-product .pdp-theme-product__title--sm{font-size:16px}.pdp-theme-product .pdp-theme-product__title--md{font-size:18px}.pdp-theme-product .pdp-theme-product__title--lg{font-size:20px}.pdp-theme-product .pdp-theme-product__title--xl{font-size:24px}.pdp-theme-product .pdp-theme-product__rating-wrap{display:flex;align-items:center;gap:4px;font-size:10px;letter-spacing:.4px;color:#000}.pdp-theme-product .pdp-theme-product__delivery{display:block;padding:16px;background:#fff;border:1px solid var(--pdp-border-color);border-radius:12px;box-shadow:0 2px 8px #0000000d}.pdp-theme-product .pdp-theme-product__delivery-top{display:flex;align-items:center;justify-content:space-between;min-height:24px;margin-bottom:8px}.pdp-theme-product .pdp-theme-product__delivery-status{display:flex;align-items:center;gap:8px}.pdp-theme-product .pdp-theme-product__delivery-pulse{display:inline-block;width:7px;height:7px;background:var(--pdp-delivery-color);border-radius:50%;animation:pdp-theme-product-pulse 2s infinite}@keyframes pdp-theme-product-pulse{0%{box-shadow:0 0 rgba(var(--pdp-delivery-pulse-rgb),.4)}70%{box-shadow:0 0 0 8px rgba(var(--pdp-delivery-pulse-rgb),0)}to{box-shadow:0 0 rgba(var(--pdp-delivery-pulse-rgb),0)}}.pdp-theme-product .pdp-theme-product__delivery-dispatch{font-size:10px;font-weight:800;line-height:1.2;letter-spacing:1px;text-transform:uppercase;color:var(--pdp-delivery-color)}.pdp-theme-product .pdp-theme-product__delivery-alert{display:inline-flex;align-items:center;padding:4px 8px;font-size:10px;font-weight:800;letter-spacing:0;text-transform:uppercase;white-space:nowrap;color:var(--pdp-delivery-alert-color);background:#ff4c4c1a;border:1px solid rgba(255,76,76,.2);border-radius:4px}.pdp-theme-product .pdp-theme-product__delivery-alert[hidden]{display:none}.pdp-theme-product .pdp-theme-product__delivery-alert-count{margin:0 2px}.pdp-theme-product .pdp-theme-product__delivery-body{padding-bottom:12px;margin-bottom:10px;border-bottom:1px solid #f0f0f0}.pdp-theme-product .pdp-theme-product__delivery-eta{display:block;font-size:15px;font-weight:500;line-height:1.4}.pdp-theme-product .pdp-theme-product__delivery-eta-lead{color:#1a1a1a}.pdp-theme-product .pdp-theme-product__delivery-eta-window{font-weight:800;color:var(--pdp-delivery-color)}.pdp-theme-product .pdp-theme-product__delivery-timer{margin:6px 0 0;font-size:12px;color:#666}.pdp-theme-product .pdp-theme-product__delivery-timer strong{color:#1a1a1a}.pdp-theme-product .pdp-theme-product__delivery-tags{display:flex;justify-content:space-between}.pdp-theme-product .pdp-theme-product__delivery-tag{font-size:9px;font-weight:700;letter-spacing:.5px;color:#888}.pdp-theme-product .pdp-theme-product__thumbnails{display:flex;flex-direction:column;gap:10px}.pdp-theme-product .pdp-theme-product__thumbnails-label{margin:0;font-size:11px;line-height:1.2;letter-spacing:-.11px}.pdp-theme-product .pdp-theme-product__thumbnails-label-key{color:var(--pdp-muted)}.pdp-theme-product .pdp-theme-product__thumbnails-label-value{color:#000}.pdp-theme-product .pdp-theme-product__thumbnails-list{display:flex;flex-wrap:wrap;gap:var(--pdp-thumb-gap);margin:0;padding:0;list-style:none}.pdp-theme-product .pdp-theme-product__thumbnails-item{display:block;list-style:none}.pdp-theme-product .pdp-theme-product__thumbnail{display:flex;align-items:center;justify-content:center;width:var(--pdp-thumb-size);height:var(--pdp-thumb-size);padding:0;background:#fff;border:0;border-radius:var(--pdp-thumb-radius);cursor:pointer}.pdp-theme-product .pdp-theme-product__thumbnail--active{border:var(--pdp-thumb-active-border) solid #000000}.pdp-theme-product .pdp-theme-product__thumbnail-image{width:84%;height:84%;object-fit:contain;border-radius:calc(var(--pdp-thumb-radius) * 1.5)}.pdp-theme-product .pdp-theme-product__variant-picker{display:block;width:100%}.pdp-theme-product .pdp-theme-product__price-wrap{display:flex;flex-direction:column;gap:4px}.pdp-theme-product .pdp-theme-product__price-tax{margin:0;font-size:10px;line-height:1.2;letter-spacing:-.2px;color:var(--pdp-muted)}.pdp-theme-product .pdp-theme-product__buy-buttons{display:block;width:100%}.pdp-theme-product .pdp-theme-product__atc{display:flex;align-items:center;justify-content:center;width:100%;height:45px;padding:10px;font-size:11px;font-weight:700;line-height:1.2;letter-spacing:-.11px;color:var(--pdp-atc-color);background:var(--pdp-atc-bg);border:0;border-radius:60px;cursor:pointer}.pdp-theme-product .pdp-theme-product__atc[disabled]{opacity:.55;cursor:not-allowed}.pdp-theme-product .pdp-theme-product__atc-label{display:inline-block}.pdp-theme-product .pdp-theme-product__description{font-size:12px;line-height:1.6;color:#000}.pdp-theme-product.pdp-theme-product--empty{padding:24px;text-align:center;border:1px dashed var(--pdp-border-color);border-radius:10px}.pdp-theme-product .pdp-theme-product__empty-message{margin:0;font-size:13px;line-height:1.4;color:var(--pdp-muted)}.pdp-theme-product .pdp-theme-product__tabby{display:block;position:relative;width:100%;padding:20px;margin:24px 0 0;color:#fff;background:linear-gradient(270deg,#31b671,#289e61,#31b671);background-size:400% 400%;border:1px solid rgba(255,255,255,.1);border-radius:12px;box-shadow:0 10px 25px #31b67133;overflow:hidden;animation:pdp-theme-tabby-gradient 8s ease infinite}@keyframes pdp-theme-tabby-gradient{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.pdp-theme-product .pdp-theme-product__tabby-status{display:inline-flex;align-items:center;width:fit-content;padding:4px 10px;margin-bottom:12px;background:#fff3;border-radius:20px}.pdp-theme-product .pdp-theme-product__tabby-pulse{display:inline-block;width:6px;height:6px;margin-right:8px;background:#fff;border-radius:50%;animation:pdp-theme-tabby-pulse 2s infinite}@keyframes pdp-theme-tabby-pulse{0%{box-shadow:0 0 #ffffffb3}70%{box-shadow:0 0 0 6px #fff0}to{box-shadow:0 0 #fff0}}.pdp-theme-product .pdp-theme-product__tabby-heading{font-size:11px;font-weight:800;letter-spacing:.5px;text-transform:uppercase;color:#fff}.pdp-theme-product .pdp-theme-product__tabby-promo{margin-bottom:15px;font-size:16px;font-weight:600;color:#fff}.pdp-theme-product .pdp-theme-product__tabby-promo b,.pdp-theme-product .pdp-theme-product__tabby-promo strong{color:#fff;text-decoration:underline}.pdp-theme-product .pdp-theme-product__tabby-promo .tabby-promo-snippet__link{color:#fff}.pdp-theme-product .pdp-theme-product__tabby-trust{display:flex;justify-content:space-between;padding-top:15px;margin-top:15px;border-top:1px solid rgba(255,255,255,.2)}.pdp-theme-product .pdp-theme-product__tabby-trust-item{display:inline-flex;flex-direction:column;align-items:center;gap:4px}.pdp-theme-product .pdp-theme-product__tabby-trust-icon{font-size:16px}.pdp-theme-product .pdp-theme-product__tabby-trust-label{font-size:10px;font-weight:600;letter-spacing:.5px;text-transform:uppercase;white-space:nowrap;color:#ffffffe6}@media(min-width:1024px){.pdp-theme-product{--pdp-col-gap: 53px;--pdp-thumb-size: 89px;--pdp-thumb-gap: 16px;--pdp-thumb-radius: 10px;--pdp-thumb-active-border: 2px;padding:70px}.pdp-theme-product .pdp-theme-product__grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.pdp-theme-product .pdp-theme-product__gallery{position:sticky;top:calc(var(--header-height, 0px) + 20px);align-self:start;min-height:615px}.pdp-theme-product .pdp-theme-product__info{gap:24px}.pdp-theme-product .pdp-theme-product__title{font-size:31px}.pdp-theme-product .pdp-theme-product__title--xs{font-size:16px}.pdp-theme-product .pdp-theme-product__title--sm{font-size:20px}.pdp-theme-product .pdp-theme-product__title--md{font-size:24px}.pdp-theme-product .pdp-theme-product__title--lg{font-size:31px}.pdp-theme-product .pdp-theme-product__title--xl{font-size:40px}.pdp-theme-product .pdp-theme-product__rating-wrap{font-size:13px;letter-spacing:.52px}.pdp-theme-product .pdp-theme-product__delivery{padding:19px}.pdp-theme-product .pdp-theme-product__delivery-top{margin-bottom:12px}.pdp-theme-product .pdp-theme-product__delivery-eta{font-size:16px}.pdp-theme-product .pdp-theme-product__delivery-timer{font-size:13px}.pdp-theme-product .pdp-theme-product__delivery-tag{font-size:10px}.pdp-theme-product .pdp-theme-product__thumbnails-label{font-size:14px;letter-spacing:0}.pdp-theme-product .pdp-theme-product__thumbnail-image{width:83%;height:89%}.pdp-theme-product .pdp-theme-product__price-tax{font-size:12px;letter-spacing:.12px}.pdp-theme-product .pdp-theme-product__atc{height:55px;font-size:14px;letter-spacing:0}.pdp-theme-product .pdp-theme-product__tabby{padding:24px}}
/*# sourceMappingURL=/cdn/shop/t/171/assets/pdp-theme-product-stylesheet.css.map */
