.product-optimized{display:grid;grid-template:var(--product-grid);gap:24px}@media screen and (min-width:1000px){.product-optimized{gap:24px;align-items:start}}.bogo-tag{display:inline-block;width:fit-content;background:#b91c1c;color:#fff;font-size:11px;font-weight:600;padding:4px 10px;border-radius:3px;text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px}.product-info-optimized{padding:0}@media screen and (min-width:1000px){.product-info-optimized{padding:0;position:sticky;top:100px}}.product-info__header{margin-bottom:16px}.product-info__title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:8px}.product-info__title{font-size:24px;font-weight:600;line-height:1.2;margin:0}@media screen and (min-width:768px){.product-info__title{font-size:28px}}.product-info__rating-row{display:flex;align-items:center;gap:8px;font-size:13px;color:#666}.product-info__stars{color:#fbbf24}.product-info__price-section{display:flex;align-items:baseline;gap:10px;margin-bottom:12px}.product-info__price{font-size:26px;font-weight:700;color:#000}.product-info__compare-price{font-size:16px;color:#999;text-decoration:line-through}.product-info__msrp-tooltip{position:relative;display:inline-flex;align-items:center;cursor:help}.product-info__msrp-icon{width:16px;height:16px;color:#999;transition:color .2s ease}.product-info__msrp-tooltip:hover .product-info__msrp-icon{color:#666}.product-info__msrp-popup{position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);background:#1a1a1a;color:#fff;padding:10px 14px;border-radius:8px;font-size:12px;line-height:1.4;white-space:nowrap;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease;z-index:10;box-shadow:0 4px 12px #00000026}.product-info__msrp-popup:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:6px solid transparent;border-top-color:#1a1a1a}.product-info__msrp-tooltip:hover .product-info__msrp-popup{opacity:1;visibility:visible}.product-info__msrp-popup strong{color:#fff}.product-info__msrp-popup span{color:#aaa;font-size:11px}.usp-list{display:flex;flex-direction:column;gap:10px;margin:10px 0;padding:16px;background:#fafafa;border-radius:8px}.usp-list__item{display:flex;align-items:flex-start;gap:10px;font-size:13px;color:#333;line-height:1.4}.usp-list__icon{flex-shrink:0;width:18px;height:18px;color:#16a34a;margin-top:1px}.usp-list__text strong{font-weight:600}.usp-list__text span{color:#666}.variant-section{margin:12px 0}.variant-section .variant-picker__option{overflow:visible}.variant-section .variant-picker__option-values{overflow:visible;padding:4px 0}.variant-section .color-swatch{margin:2px}.variant-section__label{font-size:13px;font-weight:600;margin-bottom:10px;color:#333}.variant-picker__label-row{align-items:center}.variant-section__size-chart-modal-host>.sc-trigger{display:none!important}.variant-picker__label-row .size-chart-btn,.variant-picker__label-row .size-chart-btn .link,.variant-picker__label-row #KiwiSizingChart,.variant-picker__label-row #KiwiSizingChart a,.variant-picker__label-row #KiwiSizingChart button{margin-left:auto;font-size:12px!important;font-weight:700!important;color:#000!important;text-decoration:underline!important;text-underline-offset:2px!important;cursor:pointer!important;background:none!important;border:none!important;padding:0!important;line-height:1!important;white-space:nowrap;transition:opacity .2s ease}.variant-picker__label-row .size-chart-btn:hover,.variant-picker__label-row #KiwiSizingChart a:hover,.variant-picker__label-row #KiwiSizingChart button:hover{opacity:.7}.buy-section{margin:14px 0}.buy-section__stock{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:14px;font-weight:500;color:#16a34a;margin:10px 0 0}.buy-section__stock-left,.buy-section__stock-right{display:flex;align-items:center;gap:8px}.buy-section__stock-sep{color:#16a34a;opacity:.45}.buy-section__stock-right{color:#111;font-weight:500}.buy-section__stock-right .buy-section__stock-country{text-decoration:underline;font-weight:700;color:#111}.buy-section__stock-flag{font-size:15px;line-height:1}.buy-section__stock-dot{position:relative;width:8px;height:8px;background:#16a34a;border-radius:50%;flex-shrink:0}.buy-section__stock-dot:before{content:"";position:absolute;top:50%;left:50%;width:100%;height:100%;background:#16a34a;border-radius:50%;transform:translate(-50%,-50%);animation:buy-section__pulse 2s ease-out infinite}@keyframes buy-section__pulse{0%{transform:translate(-50%,-50%) scale(1.5);opacity:0}10%{opacity:.5}to{transform:translate(-50%,-50%) scale(3);opacity:0}}@media(prefers-reduced-motion:reduce){.buy-section__stock-dot:before{animation:none}.atc-btn-custom,.sticky-atc,.sticky-atc__button,.gallery-opt__thumb,.gallery-opt__main-media{transition:none!important}}.buy-section__buttons{display:flex;gap:12px;--buy-btn-height: 52px}.buy-section__qty{flex-shrink:0}.buy-section__qty .quantity-selector{height:var(--buy-btn-height);border-radius:8px}.buy-section__atc{flex:1}.atc-btn-custom{width:100%;height:var(--buy-btn-height, 52px);display:flex;align-items:center;justify-content:center;gap:10px;background:#000;color:#fff;border:none;padding:0 24px;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:background .2s ease,transform .1s ease}.atc-btn-custom:hover:not(:disabled){background:#1a1a1a}.atc-btn-custom:active:not(:disabled){transform:scale(.98)}.atc-btn-custom:disabled{background:#ccc;cursor:not-allowed}@keyframes atc-shake{0%,to{transform:translate(0)}20%{transform:translate(-6px)}40%{transform:translate(6px)}60%{transform:translate(-4px)}80%{transform:translate(4px)}}.atc-btn-custom--shake{animation:atc-shake .4s ease;background:#c0392b!important}.atc-btn-custom__icon{width:20px;height:20px;flex-shrink:0}.atc-btn-custom__text{flex-shrink:0}.atc-btn-custom__divider{width:1px;height:20px;background:#ffffff4d}.atc-btn-custom__price{font-weight:700}.info-accordions{margin-top:24px}.social-proof-mini{display:flex;align-items:center;gap:10px;padding:6px 0;font-size:13px;color:#444}.social-proof-mini__avatars{display:flex}.social-proof-mini__avatar{width:28px;height:28px;border-radius:50%;border:2px solid white;margin-left:-8px;object-fit:cover;box-shadow:0 1px 3px #0000001a}.social-proof-mini__avatar:first-child{margin-left:0}.social-proof-mini__text{font-weight:500}.social-proof-mini__count{font-weight:700;color:#000}.video-testimonials{margin:20px 0}.video-testimonials__title{font-size:13px;font-weight:600;margin-bottom:12px;color:#333}.video-testimonials__grid{display:flex;gap:8px;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}.video-testimonials__grid::-webkit-scrollbar{display:none}.video-testimonials__item{flex-shrink:0;width:100px;height:140px;border-radius:10px;overflow:hidden;position:relative;cursor:pointer;background:#f5f5f5}.video-testimonials__item img{width:100%;height:100%;object-fit:cover}.video-testimonials__play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:32px;height:32px;background:#0009;border-radius:50%;display:flex;align-items:center;justify-content:center}.video-testimonials__play:after{content:"";border:solid transparent;border-width:6px 0 6px 10px;border-left-color:#fff;margin-left:2px}.trust-section{margin:16px 0;display:flex;flex-direction:column;gap:10px}.trust-urgency{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#fef2f2;border-radius:8px;font-size:13px;color:#dc2626;font-weight:500}.trust-urgency__dot{width:8px;height:8px;background:#dc2626;border-radius:50%;flex-shrink:0;animation:urgency-pulse 1.5s ease-in-out infinite}@keyframes urgency-pulse{0%,to{opacity:1}50%{opacity:.4}}.trust-items{display:flex;gap:0}.trust-item{flex:1;display:flex;flex-direction:column;align-items:center;text-align:center;gap:6px;padding:12px 8px}.trust-item+.trust-item{border-left:1px solid #eee}.trust-item__icon{width:22px;height:22px;color:#000}.trust-item__label{font-size:11px;font-weight:600;color:#000;line-height:1.3}.trust-item__sub{font-size:10px;color:#888;line-height:1.2}.sticky-atc{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid #eee;padding:10px 20px;z-index:6000001;transform:translateY(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);box-shadow:0 -4px 20px #00000014;will-change:transform}.shopify-section--main-product-optimized:has(~.drawer[open]),body:has(.drawer[open]) .sticky-atc{z-index:100}.sticky-atc.is-visible{transform:translateY(0)}.sticky-atc__inner{max-width:480px;margin:0 auto;display:flex;align-items:center;gap:12px}.sticky-atc__image{width:44px;height:44px;border-radius:6px;object-fit:cover;flex-shrink:0;border:1px solid #eee}.sticky-atc__info{flex:1;min-width:0}.sticky-atc__title{font-size:13px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#111;line-height:1.3}.sticky-atc__meta{display:flex;align-items:center;gap:6px;margin-top:2px}.sticky-atc__price{font-size:14px;font-weight:700;color:#000}.sticky-atc__bogo{font-size:9px;color:#fff;background:#dc2626;padding:2px 5px;border-radius:3px;font-weight:600;text-transform:uppercase;letter-spacing:.3px}.sticky-atc__button{flex-shrink:0;background:#000;color:#fff;border:none;padding:12px 24px;font-size:13px;font-weight:600;border-radius:6px;cursor:pointer;transition:background .2s ease,transform .1s ease;white-space:nowrap}.sticky-atc__button:hover{background:#222}.sticky-atc__button:active{transform:scale(.98)}@media screen and (min-width:1000px){.sticky-atc{z-index:999}.sticky-atc__inner{max-width:500px}.sticky-atc__button{padding:12px 28px}}@media screen and (max-width:480px){.sticky-atc{padding:8px 12px}.sticky-atc__image{width:38px;height:38px}.sticky-atc__title{font-size:12px}.sticky-atc__price{font-size:13px}.sticky-atc__button{padding:10px 16px;font-size:12px}}@media screen and (max-width:999px){.product-optimized{display:block}.product-info-optimized{margin-top:24px;padding:0}.product-info__header{margin-bottom:12px}.product-info__price-section{margin-bottom:16px}.usp-list{margin:16px 0;padding:14px}.usp-list__item{gap:8px}.bogo-tag{display:inline-block;margin-bottom:12px}.variant-section{margin:16px 0}.buy-section{margin:20px 0}.buy-section__buttons{gap:10px}.social-proof-mini{padding:14px 0;margin-top:8px}.gifts-bar{margin:16px 0}.gifts-bar__item{padding:12px 14px}}@media screen and (max-width:480px){.product-info-optimized{padding:0}.product-info__title{font-size:20px}.product-info__price{font-size:22px}.product-info__price-section{flex-wrap:wrap;gap:6px}.usp-list{padding:12px;gap:8px}.usp-list__item{font-size:12px}.atc-btn-custom{padding:14px 16px;font-size:14px}.buy-section__buttons{flex-direction:column}.buy-section__qty{width:100%}.buy-section__qty .quantity-selector{width:100%;justify-content:center}.gifts-bar__icon{width:32px;height:32px}.gifts-bar__name{font-size:13px}.social-proof-mini{flex-wrap:wrap;gap:6px}.video-testimonials__item{width:85px;height:120px}}
/*# sourceMappingURL=/cdn/shop/t/154/assets/main-product-optimized.css.map */
