:root{--drawer-width: 500px;--drawer-width-mobile: 100%;--drawer-header-height: 80px;--drawer-footer-min-height: 200px;--drawer-z-index: 1000;--drawer-transition-duration: .3s;--drawer-transition-easing: cubic-bezier(.4, 0, .2, 1);--drawer-bg: #ffffff;--drawer-text: #1a1a1a;--drawer-border: #D3D3D3;--drawer-primary: #0066cc;--drawer-primary-hover: #0052a3;--drawer-backdrop: rgba(0, 0, 0, .5);--drawer-backdrop-z-index: 999;--drawer-spacing-xs: 8px;--drawer-spacing-sm: 12px;--drawer-spacing-md: 16px;--drawer-spacing-lg: 20px;--drawer-spacing-xl: 24px;--drawer-error: #dc2626;--drawer-error-bg: #fef2f2;--drawer-error-border: #fecaca;--drawer-backdrop: rgba(0, 0, 0, .7)}@media screen and (max-width:768px){body.drawer-open .header-section,body.drawer-open .header-mobile-navigation{z-index:0!important;display:none}}body.drawer-open{overflow:hidden!important;position:fixed!important;width:100%!important}body.drawer-open .header-section,body.drawer-open .header-mobile-navigation{z-index:-1!important}#mw-apo-app-block:not(#ProductConfigDrawer .mw-apo-container){display:none!important}.mw-apo-add-to-cart-cloned,.mw-apo-add-to-cart-hide,.mw-apo-buy-it-now-cloned,.product-form .mw-apo-price-custom,.product-form .shopify-payment-button{display:none!important}.product-config-drawer{position:fixed;top:0;right:0;bottom:0;width:var(--drawer-width);background:var(--drawer-bg);z-index:var(--drawer-z-index);border-radius:24px 0 0 24px;overflow-y:auto;display:flex;flex-direction:column;transform:translate(100%);transition:transform var(--drawer-transition-duration) var(--drawer-transition-easing);box-shadow:-4px 0 24px #0000001a}.product-config-drawer[aria-hidden=false]{transform:translate(0)}.product-config-drawer__inner{display:flex;flex-direction:column}.product-config-drawer__inner .logoimg{padding:21px 0 19px;width:202px;display:block;margin:0 auto}.product-config-drawer__backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:var(--drawer-backdrop);z-index:var(--drawer-backdrop-z-index);opacity:0;transition:opacity var(--drawer-transition-duration) var(--drawer-transition-easing);cursor:pointer}.product-config-drawer__backdrop:not([hidden]){opacity:1}.product-config-drawer__logo{display:none}.product-config-drawer__header{border-top:1px solid #DADCE0;padding:48px 48px 24px}.product-config-drawer__header-content{display:flex;gap:var(--drawer-spacing-md)}.product-config-drawer__brand{flex-shrink:0}.product-config-drawer__image img{display:block;width:80px;height:80px;object-fit:contain;background:#f8f9fa;border-radius:4px}.product-config-drawer__info{flex:1;min-width:0}.product-config-drawer__title{margin:0 0 4px;font-size:20px;font-weight:500;line-height:1.3;color:#023e8a}.product-config-drawer__subtitle{margin:0;font-size:13px;color:#6b7280;line-height:1.4}.product-config-drawer__close{flex-shrink:0;width:32px;height:32px;padding:0;background:#f8f9fa;border:.5px solid #E1E1E1;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:32px;transition:background .2s;margin-left:auto}.product-config-drawer__close:hover{background:#0000000d}.product-config-drawer__close svg{width:10px;height:10px}.product-config-drawer__content{flex:1;-webkit-overflow-scrolling:touch;padding:0 48px 15px;display:flex;flex-direction:column;gap:24px;min-height:fit-content}.product-config-drawer__content .mw-stack.mw-stack--vertical{gap:12px}.product-config-drawer__content .mw-option.mw-option--type-radio .mw-option__value{padding:15px}.product-config-drawer__loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center}.product-config-drawer__spinner{width:40px;height:40px;color:var(--drawer-primary);margin-bottom:var(--drawer-spacing-md)}.product-config-drawer__loading-text{margin:0;font-size:14px;color:#6b7280}.product-config-drawer__content::-webkit-scrollbar{width:8px}.product-config-drawer__content::-webkit-scrollbar-track{background:#f1f1f1}.product-config-drawer__content::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.product-config-drawer__content::-webkit-scrollbar-thumb:hover{background:#555}.product-config-drawer__footer{padding:24px 48px 48px;flex-shrink:0;border-top:.5px solid #E1E1E1}.product-config-drawer__summary{margin-bottom:var(--drawer-spacing-md)}.product-config-drawer__summary-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:var(--drawer-spacing-sm)}.product-config-drawer__summary-label{font-size:14px;font-weight:600;color:#023e8a}.product-config-drawer__summary-price{font-size:20px;font-weight:700;color:#023e8a;line-height:1}.product-config-drawer__summary-details{display:flex;flex-direction:column;gap:var(--drawer-spacing-xs)}.summary-row{display:flex;justify-content:space-between;font-size:13px;padding:var(--drawer-spacing-xs) 0;border-bottom:1px solid #f3f4f6}.summary-row:last-child{border-bottom:none}.summary-label{color:#6b7280}.summary-value{color:var(--drawer-text);font-weight:500;text-align:right}.product-config-drawer__cta{width:100%;padding:16px 24px;margin-bottom:var(--drawer-spacing-md);font-size:15px;font-weight:600;text-transform:none;position:relative;display:flex;align-items:center;justify-content:center}.product-config-drawer__cta[aria-busy=true] .product-config-drawer__cta-text{opacity:0}.product-config-drawer__cta[aria-busy=true] .product-config-drawer__cta-loader{display:block}.product-config-drawer__cta-loader{position:absolute;display:none}.product-config-drawer__cta-loader .spinner{width:20px;height:20px}.product-config-drawer__cta-loader .spinner__path{stroke:currentColor}.product-config-drawer__delivery{display:flex;align-items:flex-start;gap:var(--drawer-spacing-sm);padding:var(--drawer-spacing-sm) var(--drawer-spacing-md);width:fit-content;margin:0 auto}.product-config-drawer__delivery svg{flex-shrink:0;width:24px;height:24px;color:var(--drawer-primary);margin-top:2px}.product-config-drawer__delivery-text{flex:1}.product-config-drawer__delivery-text strong{display:block;font-size:14px;font-weight:600;color:#023e8a;margin-bottom:2px}.product-config-drawer__delivery-text p{margin:0;font-size:14px;color:#0076de;line-height:1.4}.product-config-drawer-trigger{width:100%;display:flex!important;align-items:center;justify-content:center;gap:var(--drawer-spacing-xs);padding:12px 32px;font-size:16px;font-weight:700;line-height:21.6px;letter-spacing:.5px;transition:all .3s ease;margin-top:24px}.product-config-drawer__content .mw-option{margin:0;transition:all .3s ease}.product-config-drawer .mw-stack--spacing-tight,.product-config-drawer .mw-stack--vertical>.mw-stack__item{margin:0}.product-config-drawer .mw-stack--spacing-tight>.mw-stack__item{margin:0}.product-config-drawer .mw-stack{margin:0}.product-config-drawer .mw-stack .mw-stack--vertical{gap:8px}.product-config-drawer__content .mw-label{display:flex;font-size:13px;font-weight:600;color:var(--drawer-primary);margin-bottom:0;line-height:1.4;transition:color .3s ease}.product-config-drawer__content .mw-label>:not(.mw-option__value-title){font-size:14px;font-weight:700}.product-config-drawer__content .mw-text.mw-text--style-strong{font-size:14px}.product-config-drawer .mw-stack__item.mw-stack__item--fill{margin:0}.product-config-drawer__content select:hover{border-color:var(--drawer-primary)}.product-config-drawer__content select:focus{outline:none;border-color:var(--drawer-primary);box-shadow:0 0 0 3px #0066cc1a}.product-config-drawer__content input[type=radio]+label{display:flex;align-items:center;padding:14px 16px;background:#fff;border:2px solid var(--drawer-border);border-radius:8px;cursor:pointer;transition:all .2s;margin-bottom:var(--drawer-spacing-xs)}.product-config-drawer__content input[type=radio]+label:hover{border-color:var(--drawer-primary);background:#f0f7ff}.product-config-drawer__content .mw-option__value--selected:hover{background-color:#fff}.product-config-drawer__content input[type=radio]:checked+label{border-color:var(--drawer-primary);background:#e6f2ff;font-weight:600}.product-config-drawer__content input[type=radio]{width:20px;height:20px;margin-right:12px;accent-color:var(--drawer-primary);cursor:pointer}.product-config-drawer__error{padding:40px 20px;text-align:center;color:#6b7280}.product-config-drawer__error p{margin:0 0 8px;font-size:14px}.product-config-drawer__validation-error{display:none;align-items:center;gap:8px;padding:12px 16px;margin-bottom:var(--drawer-spacing-md);background:var(--drawer-error-bg);border:1px solid var(--drawer-error-border);border-radius:6px;font-size:14px;color:var(--drawer-error);animation:slideDown .3s ease}.product-config-drawer__validation-error.is-visible{display:flex}.product-config-drawer__validation-error svg{flex-shrink:0;width:20px;height:20px}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-8px)}75%{transform:translate(8px)}}.mw-option.has-error{animation:shake .4s ease}.mw-option.has-error .mw-label{color:var(--drawer-error)}.mw-option.has-error select,.mw-option.has-error input[type=radio]+label{border-color:var(--drawer-error);background:var(--drawer-error-bg)}.mw-option.has-error select:focus{box-shadow:0 0 0 3px #dc26261a}@media(max-width:768px){.product-config-drawer{width:var(--drawer-width-mobile);border-radius:0}.product-config-drawer__content{padding:0 16px}.product-config-drawer__logo{display:block}.product-config-drawer__header{padding:48px 16px}.product-config-drawer__footer{padding:15px 16px}.product-config-drawer__brand-image,.product-config-drawer__brand-fallback{width:80px;height:80px}}@media screen and (min-width:1024px){.product-config-drawer{top:80px}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/product-detail-drawer.css.map */
