.ProductGallery-module__7IpOYq__gallery{gap:var(--spacing-3x,12px);flex-direction:column;width:100%;display:flex}.ProductGallery-module__7IpOYq__mainImageWrapper{aspect-ratio:1;background:var(--background,#fff);border-radius:var(--border-radius-m,8px);justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.ProductGallery-module__7IpOYq__mainImage{object-fit:contain;width:100%;height:100%}.ProductGallery-module__7IpOYq__thumbnailsWrapper{align-items:center;gap:var(--spacing-2x,8px);width:100%;height:120px;display:flex}@media (max-width:990px){.ProductGallery-module__7IpOYq__singleImageThumbnails{display:none}}.ProductGallery-module__7IpOYq__navButton{cursor:pointer;background-color:#fff;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex;box-shadow:0 0 5px #1a1a1a4d}.ProductGallery-module__7IpOYq__chevronLeft{transform:rotate(-90deg)}.ProductGallery-module__7IpOYq__chevronRight{transform:rotate(90deg)}.ProductGallery-module__7IpOYq__thumbnails{gap:var(--spacing-2x,8px);scrollbar-width:none;-ms-overflow-style:none;flex:1;min-width:0;display:flex;overflow-x:auto}.ProductGallery-module__7IpOYq__thumbnails::-webkit-scrollbar{display:none}.ProductGallery-module__7IpOYq__thumbnail{border:1px solid var(--foreground-muted,#9e9e9e);border-radius:var(--border-radius-s,6px);background:var(--background,#fff);width:120px;height:120px;padding:var(--spacing-2x,8px);flex-shrink:0;transition:border-color .2s;overflow:hidden}.ProductGallery-module__7IpOYq__thumbnail:hover{border-color:var(--foreground-default,#1a1a1a)}.ProductGallery-module__7IpOYq__thumbnailActive,.ProductGallery-module__7IpOYq__thumbnailActive:hover{border-color:var(--accent-active,#226bc3)}.ProductGallery-module__7IpOYq__thumbnailSingle{cursor:default;pointer-events:none}.ProductGallery-module__7IpOYq__thumbnailSingle:hover{border-color:var(--foreground-muted,#9e9e9e)}.ProductGallery-module__7IpOYq__thumbnailImage{object-fit:contain;width:100%;height:100%}.ProductGallery-module__7IpOYq__modalOverlay{z-index:1000;padding:var(--spacing-5x,20px);background-color:#0009;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.ProductGallery-module__7IpOYq__modalContent{background:var(--static-white,#fff);border-radius:var(--border-radius-m,8px);outline:none;flex-direction:column;width:100%;max-width:1240px;height:100%;max-height:640px;display:flex;position:relative;box-shadow:0 8px 32px #0003}.ProductGallery-module__7IpOYq__modalCloseButton{top:var(--spacing-3x,12px);right:var(--spacing-3x,12px);cursor:pointer;z-index:10;background:0 0;border:none;justify-content:center;align-items:center;width:20px;height:20px;padding:0;display:flex;position:absolute}.ProductGallery-module__7IpOYq__modalBody{padding:var(--spacing-5x,20px);gap:var(--spacing-4x,16px);flex:1;display:flex;overflow:hidden}.ProductGallery-module__7IpOYq__modalThumbnails{gap:var(--spacing-2x,8px);scrollbar-width:none;-ms-overflow-style:none;flex-direction:column;flex-shrink:0;max-height:100%;display:flex;overflow-y:auto}.ProductGallery-module__7IpOYq__modalThumbnails::-webkit-scrollbar{display:none}.ProductGallery-module__7IpOYq__modalThumbnail{border:1px solid var(--foreground-muted,#9e9e9e);border-radius:var(--border-radius-s,6px);background:var(--background,#fff);width:100px;height:100px;padding:var(--spacing-2x,8px);flex-shrink:0;transition:border-color .2s;overflow:hidden}.ProductGallery-module__7IpOYq__modalThumbnail:hover{border-color:var(--foreground-default,#1a1a1a)}.ProductGallery-module__7IpOYq__modalThumbnailActive,.ProductGallery-module__7IpOYq__modalThumbnailActive:hover{border-color:var(--accent-active,#226bc3)}.ProductGallery-module__7IpOYq__modalThumbnailSingle{cursor:default;pointer-events:none}.ProductGallery-module__7IpOYq__modalThumbnailSingle:hover{border-color:var(--foreground-muted,#9e9e9e)}.ProductGallery-module__7IpOYq__modalThumbnailImage{object-fit:contain;width:100%;height:100%}.ProductGallery-module__7IpOYq__modalMainSection{flex-direction:column;flex:1;min-width:0;min-height:0;display:flex}.ProductGallery-module__7IpOYq__modalMainImageWrapper{flex:1;justify-content:center;align-items:center;min-width:0;min-height:0;display:flex;position:relative}.ProductGallery-module__7IpOYq__modalMobilePagination{text-align:center;padding:var(--spacing-2x,8px);font-size:var(--font-size-s,14px);color:var(--foreground-soft,#616161);display:none}.ProductGallery-module__7IpOYq__modalImageContainer{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.ProductGallery-module__7IpOYq__modalMainImage{object-fit:contain;width:100%;height:100%}.ProductGallery-module__7IpOYq__modalNavButton{cursor:pointer;z-index:5;background-color:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 0 5px #1a1a1a4d}.ProductGallery-module__7IpOYq__modalNavButtonPrev{left:var(--spacing-2x,8px)}.ProductGallery-module__7IpOYq__modalNavButtonNext{right:var(--spacing-2x,8px)}@media (max-width:990px){.ProductGallery-module__7IpOYq__modalBody{flex-direction:column}.ProductGallery-module__7IpOYq__modalThumbnails{scrollbar-width:none;-ms-overflow-style:none;flex-direction:row;order:2;max-height:none;overflow:auto hidden}.ProductGallery-module__7IpOYq__modalThumbnails::-webkit-scrollbar{display:none}.ProductGallery-module__7IpOYq__modalMainSection{order:1}.ProductGallery-module__7IpOYq__modalMobilePagination{display:block}}@media (max-width:768px){.ProductGallery-module__7IpOYq__navButton{width:40px;height:40px}.ProductGallery-module__7IpOYq__thumbnail{width:72px;height:72px}.ProductGallery-module__7IpOYq__modalOverlay{padding:0}.ProductGallery-module__7IpOYq__modalContent{border-radius:0;height:100vh;max-height:100vh}.ProductGallery-module__7IpOYq__modalNavButton{width:40px;height:40px}.ProductGallery-module__7IpOYq__modalThumbnail{width:72px;height:72px}}
.ProductModal-module__jS4K1G__overlay{z-index:1000;box-sizing:border-box;background-color:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.ProductModal-module__jS4K1G__modal{min-width:360px;padding:var(--spacing-5x,20px);box-sizing:border-box;background-color:#fff;border-radius:6px;width:auto;max-height:90vh;animation:.2s ProductModal-module__jS4K1G__fadeIn;position:relative;overflow-y:auto}@keyframes ProductModal-module__jS4K1G__fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.ProductModal-module__jS4K1G__modalInfo{gap:var(--spacing-8x);flex-direction:column;width:100%;max-width:810px;display:flex}.ProductModal-module__jS4K1G__modalFunctional{gap:var(--spacing-4x);flex-direction:column;width:100%;display:flex}.ProductModal-module__jS4K1G__header{justify-content:space-between;align-items:flex-start;gap:var(--spacing-4x);display:flex}.ProductModal-module__jS4K1G__headerSuccess{justify-content:flex-end}.ProductModal-module__jS4K1G__modalSuccess{min-width:320px;margin:auto;border-radius:6px!important;width:auto!important;max-width:600px!important;height:auto!important;min-height:fit-content!important;max-height:90vh!important}.ProductModal-module__jS4K1G__title{font-family:var(--font-family-title,Roboto);font-size:var(--font-size-l);color:var(--foreground-default);margin:0;font-weight:600;line-height:1.2}.ProductModal-module__jS4K1G__closeButton{cursor:pointer;width:20px;height:20px;color:var(--foreground-soft);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:color .2s;display:flex}.ProductModal-module__jS4K1G__closeButton:hover{color:var(--foreground-default)}.ProductModal-module__jS4K1G__content{font-size:var(--font-size-s,14px);color:var(--foreground-default)}.ProductModal-module__jS4K1G__contentInfo{gap:var(--spacing-8x);flex-direction:column;display:flex}.ProductModal-module__jS4K1G__modalIntro{font-size:var(--font-size-s,14px);color:var(--foreground-default);margin:0}.ProductModal-module__jS4K1G__infoBlocksContainer{gap:var(--spacing-4x);flex-direction:column;display:flex}.ProductModal-module__jS4K1G__infoBlock{padding:var(--spacing-4x);border:1px solid var(--neutral-default);border-radius:var(--border-radius-m,8px)}.ProductModal-module__jS4K1G__infoBlockTitle{font-size:var(--font-size-s,14px);color:var(--foreground-default);margin:0 0 var(--spacing-3x);font-weight:600;display:block}.ProductModal-module__jS4K1G__infoBlockList{gap:var(--spacing-3x);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.ProductModal-module__jS4K1G__infoBlockItem{font-size:var(--font-size-s,14px);color:var(--foreground-default);line-height:1.5}.ProductModal-module__jS4K1G__paymentLink{color:var(--accent-default);font-weight:600;text-decoration:none;transition:color .2s}.ProductModal-module__jS4K1G__paymentLink:hover{color:var(--accent-hover)}.ProductModal-module__jS4K1G__infoBlockText{font-size:var(--font-size-s,14px);color:var(--foreground-default);margin:0;line-height:1.5}.ProductModal-module__jS4K1G__successContent{text-align:center;padding:var(--spacing-6x)0;align-items:center;gap:var(--spacing-4x);flex-direction:column;display:flex}.ProductModal-module__jS4K1G__successIcon{background-color:var(--accent-active);border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.ProductModal-module__jS4K1G__successTitle{font-size:var(--font-size-l,20px);color:var(--foreground-default);margin:0;font-weight:600}.ProductModal-module__jS4K1G__successMessage{font-size:var(--font-size-s,14px);color:var(--foreground-default);margin:0}.ProductModal-module__jS4K1G__successButton{padding:var(--spacing-3x)var(--spacing-6x);color:var(--foreground-default);border:1px solid var(--neutral-default);border-radius:var(--border-radius-s);font-size:var(--font-size-m,16px);cursor:pointer;background-color:#0000;font-weight:500;transition:all .2s}.ProductModal-module__jS4K1G__successButton:hover{border-color:var(--accent-default);color:var(--accent-default)}.ProductModal-module__jS4K1G__footer{margin-top:var(--spacing-4x);gap:var(--spacing-4x);flex-direction:column;display:flex}.ProductModal-module__jS4K1G__submitButton{width:fit-content;padding:var(--spacing-3x)var(--spacing-6x);background-color:var(--accent-default);color:var(--static-white);border-radius:var(--border-radius-s);font-size:var(--font-size-m,16px);cursor:pointer;border:none;height:45px;transition:background-color .2s}.ProductModal-module__jS4K1G__submitButton:hover:not(:disabled){background-color:var(--accent-hover)}.ProductModal-module__jS4K1G__submitButton:disabled{opacity:.6;cursor:not-allowed}.ProductModal-module__jS4K1G__privacyText{font-size:var(--font-size-xs,12px);color:var(--foreground-soft);margin:0}.ProductModal-module__jS4K1G__privacyText a{color:var(--foreground-soft);-webkit-text-decoration:underline dashed;text-decoration:underline dashed}.ProductModal-module__jS4K1G__privacyText a:hover{color:var(--accent-hover)}.ProductModal-module__jS4K1G__productPreview{align-items:flex-start;gap:var(--spacing-4x);padding:var(--spacing-4x)0;border-bottom:1px solid var(--neutral-soft);margin-bottom:var(--spacing-4x);display:flex}.ProductModal-module__jS4K1G__productPreviewImage{object-fit:contain;flex-shrink:0;width:80px;height:80px}.ProductModal-module__jS4K1G__productPreviewInfo{flex:1}.ProductModal-module__jS4K1G__productPreviewName{font-size:var(--font-size-m,16px);color:var(--foreground-default);margin-bottom:var(--spacing-1x);font-weight:400}.ProductModal-module__jS4K1G__productPreviewCode{font-size:var(--font-size-s,14px);color:var(--foreground-soft)}.ProductModal-module__jS4K1G__requestProductModal,.ProductModal-module__jS4K1G__foundCheaperModal{max-width:820px}.ProductModal-module__jS4K1G__quickOrderModal{width:848px}.ProductModal-module__jS4K1G__quickOrderContent{gap:var(--spacing-8x);flex-direction:column;display:flex}.ProductModal-module__jS4K1G__quickOrderDescription{font-size:var(--font-size-s,14px);color:var(--foreground-default);font-style:normal;font-weight:400}.ProductModal-module__jS4K1G__quickOrderProductCard{justify-content:space-between;align-items:center;gap:var(--spacing-4x);padding:var(--spacing-4x);border-bottom:1px solid var(--neutral-soft);display:flex}.ProductModal-module__jS4K1G__quickOrderProductImage{flex-shrink:0;justify-content:center;align-items:center;width:88px;height:88px;display:flex}.ProductModal-module__jS4K1G__quickOrderProductInfo{gap:var(--spacing-1x);flex-direction:column;flex:1;align-self:flex-start;max-width:400px;display:flex}.ProductModal-module__jS4K1G__quickOrderProductName{font-size:var(--font-size-s,14px);color:var(--foreground-default);cursor:pointer;font-weight:400;line-height:1.4}.ProductModal-module__jS4K1G__quickOrderFormGroup{flex-direction:column;gap:4px;width:100%;display:flex}.ProductModal-module__jS4K1G__quickOrderFormError{margin-top:4px}.ProductModal-module__jS4K1G__quickOrderProductName:hover{color:var(--accent-hover)}.ProductModal-module__jS4K1G__quickOrderProductCode{font-size:var(--font-size-s,14px);color:var(--foreground-soft)}.ProductModal-module__jS4K1G__quickOrderPriceBlock{flex-direction:column;align-items:flex-start;display:flex}.ProductModal-module__jS4K1G__quickOrderOldPriceRow{align-items:center;gap:var(--spacing-2x);flex-wrap:nowrap;display:flex}.ProductModal-module__jS4K1G__quickOrderOldPrice{color:var(--foreground-soft);letter-spacing:.5px;white-space:nowrap;font-size:14px;font-weight:400;line-height:16px;text-decoration-line:line-through}.ProductModal-module__jS4K1G__quickOrderDiscount{border-radius:var(--border-radius-xs);font-size:var(--font-size-s);color:var(--static-white);background-color:var(--status-active);border:1px solid var(--status-active);padding:0 4px;transition:all .3s}.ProductModal-module__jS4K1G__quickOrderTotalPrice{color:var(--foreground-soft)}.ProductModal-module__jS4K1G__quickOrderProductLeft,.ProductModal-module__jS4K1G__quickOrderProductRight{gap:16px;display:flex}.ProductModal-module__jS4K1G__quickOrderCurrentPrice{color:var(--foreground-default);font-size:var(--font-size-l);letter-spacing:.5px;flex-wrap:nowrap;align-items:center;gap:8px;font-weight:700;line-height:26px;display:flex}.ProductModal-module__jS4K1G__quickOrderPriceUnit{color:var(--foreground-default);font-size:var(--font-size-s);white-space:nowrap;font-weight:500;line-height:16px}.ProductModal-module__jS4K1G__quickOrderQuantity{border:1px solid var(--neutral-default);border-radius:var(--border-radius-s);align-items:center;width:fit-content;display:flex}.ProductModal-module__jS4K1G__quickOrderQuantityBtn{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:30px;height:40px;padding:0;display:flex}.ProductModal-module__jS4K1G__quickOrderQuantityBtn:hover{opacity:.7}.ProductModal-module__jS4K1G__quickOrderQuantityInput{text-align:center;width:45px;height:40px;font-size:var(--font-size-m,16px);-moz-appearance:textfield;border:none;outline:none;padding:8px 4px;font-weight:500}.ProductModal-module__jS4K1G__quickOrderQuantityInput::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.ProductModal-module__jS4K1G__quickOrderQuantityInput::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.ProductModal-module__jS4K1G__quickOrderFormSection{gap:var(--spacing-4x);flex-direction:column;display:flex}.ProductModal-module__jS4K1G__quickOrderFormTitle{color:var(--foreground-default);font-weight:500}.ProductModal-module__jS4K1G__quickOrderFormGrid{grid-template-columns:repeat(2,1fr);gap:24px;width:560px;max-width:100%;display:grid}.ProductModal-module__jS4K1G__quickOrderFormGrid label{line-height:normal}.ProductModal-module__jS4K1G__quickOrderFormGrid input{height:37px}.ProductModal-module__jS4K1G__quickOrderInput{width:268px;max-width:268px}.ProductModal-module__jS4K1G__quickOrderFormRow{gap:var(--spacing-4x);display:flex}.ProductModal-module__jS4K1G__quickOrderFormRow .ProductModal-module__jS4K1G__formField{flex:1}.ProductModal-module__jS4K1G__quickOrderFormRow .ProductModal-module__jS4K1G__formInput{max-width:none}.ProductModal-module__jS4K1G__productPreviewPrice{align-items:flex-end;gap:var(--spacing-1x);flex-direction:column;display:flex}.ProductModal-module__jS4K1G__formFields{gap:var(--spacing-4x);flex-direction:column;display:flex}.ProductModal-module__jS4K1G__formFields h4{font-size:var(--font-size-s,14px)}.ProductModal-module__jS4K1G__formRow{gap:var(--spacing-4x);display:flex}.ProductModal-module__jS4K1G__formField{gap:var(--spacing-1x);flex-direction:column;flex:1;display:flex}.ProductModal-module__jS4K1G__formLabel{font-size:var(--font-size-xs,12px);color:var(--foreground-default)}.ProductModal-module__jS4K1G__formLabel .ProductModal-module__jS4K1G__required,.ProductModal-module__jS4K1G__required{color:var(--error-default)}.ProductModal-module__jS4K1G__requestProductContent{gap:var(--spacing-4x);flex-direction:column;display:flex}.ProductModal-module__jS4K1G__fileAttachment{justify-content:flex-end;max-width:552px;display:flex}.ProductModal-module__jS4K1G__fileInput{display:none}.ProductModal-module__jS4K1G__attachButton{align-items:center;gap:var(--spacing-1x);padding:var(--spacing-2x)var(--spacing-4x);border:1px solid var(--neutral-default);border-radius:var(--border-radius-s);font-size:var(--font-size-m,16px);color:var(--foreground-default);cursor:pointer;background:0 0;font-weight:600;transition:all .2s;display:flex}.ProductModal-module__jS4K1G__attachButton:hover{border-color:var(--accent-default);color:var(--accent-default)}.ProductModal-module__jS4K1G__fileAttachmentWrapper{gap:var(--spacing-3x);flex-direction:column;align-items:flex-end;max-width:552px;display:flex}.ProductModal-module__jS4K1G__attachedFile{align-items:center;gap:var(--spacing-2x);align-self:flex-start;display:flex}.ProductModal-module__jS4K1G__attachedFileName{font-size:var(--font-size-s,14px);color:var(--foreground-default)}.ProductModal-module__jS4K1G__removeFileButton{cursor:pointer;opacity:.6;background:0 0;border:none;justify-content:center;align-items:center;padding:0;transition:opacity .2s;display:flex}.ProductModal-module__jS4K1G__removeFileButton:hover{opacity:1}.ProductModal-module__jS4K1G__stockModal{max-width:520px!important}.ProductModal-module__jS4K1G__stockButton{color:var(--status-active);font-size:var(--font-size-s,14px);cursor:pointer;text-underline-offset:4px;background:0 0;border:none;padding:0;-webkit-text-decoration:underline dashed;text-decoration:underline dashed}.ProductModal-module__jS4K1G__stockButton:hover{color:var(--accent-hover)}.ProductModal-module__jS4K1G__stockList{gap:var(--spacing-4x);flex-direction:column;max-height:451px;display:flex;overflow-y:auto}.ProductModal-module__jS4K1G__stockLoading{text-align:center;padding:var(--spacing-6x);color:var(--foreground-soft)}.ProductModal-module__jS4K1G__stockItem{gap:var(--spacing-2x);padding:var(--spacing-4x);border:1px solid var(--neutral-default);border-radius:var(--border-radius-s);flex-direction:column;display:flex}.ProductModal-module__jS4K1G__stockItemHeader{justify-content:space-between;align-items:center;display:flex}.ProductModal-module__jS4K1G__stockItemName{font-size:var(--font-size-s,14px);color:var(--foreground-default);font-weight:600}.ProductModal-module__jS4K1G__stockItemStatus{font-size:var(--font-size-s,14px);font-weight:500}.ProductModal-module__jS4K1G__stockItemStatusInStock{color:var(--status-active)}.ProductModal-module__jS4K1G__stockItemStatusOrder{color:var(--foreground-soft)}.ProductModal-module__jS4K1G__stockItemAddress{font-size:var(--font-size-s,14px);color:var(--foreground-default);margin:0;font-weight:400;line-height:1.5}.ProductModal-module__jS4K1G__stockItemMap{font-size:var(--font-size-s,14px);text-underline-offset:4px;font-weight:500;-webkit-text-decoration:underline dashed;text-decoration:underline dashed;color:var(--foreground-default)!important}.ProductModal-module__jS4K1G__stockItemMap:hover{color:var(--accent-hover)!important}.ProductModal-module__jS4K1G__formInput{width:100%;max-width:552px;height:37px;padding:var(--spacing-2x,8px);justify-content:center;align-items:center;gap:var(--spacing-2x,8px);border-radius:var(--border-radius-s,6px);border:1px solid var(--foreground-muted,#d1d1d1);background:var(--background-surface,#fff);font-size:var(--font-size-m,16px);color:var(--foreground-default);box-sizing:border-box;outline:none;transition:border-color .2s;display:flex}.ProductModal-module__jS4K1G__formInput::placeholder{color:var(--foreground-soft-2);font-size:var(--font-size-m,16px);font-weight:400;line-height:var(--font-line-height-m,22px)}.ProductModal-module__jS4K1G__formInput:focus{border-color:var(--accent-active)}.ProductModal-module__jS4K1G__quickOrderStockLimit{color:var(--foreground-soft);font-size:var(--font-size-xs)}.ProductModal-module__jS4K1G__quantityWrapp{flex-direction:column;gap:4px;display:flex}@media (max-width:576px){.ProductModal-module__jS4K1G__modalInfo{max-width:100%;max-height:calc(100vh - var(--spacing-8x))}.ProductModal-module__jS4K1G__productPreview{flex-direction:column;align-items:stretch}.ProductModal-module__jS4K1G__productPreviewPrice{justify-content:flex-start;align-items:center;gap:var(--spacing-2x);flex-direction:row}.ProductModal-module__jS4K1G__quickOrderModal{min-height:calc(var(--vh,1vh)*100);flex-direction:column;width:100%;padding:20px;display:flex}.ProductModal-module__jS4K1G__quickOrderContent{flex-direction:column-reverse;flex:1;display:flex}.ProductModal-module__jS4K1G__quickOrderFormSection{flex-direction:column;flex:1;display:flex}.ProductModal-module__jS4K1G__quickOrderFormGrid{flex:1;grid-template-columns:1fr;gap:16px}.ProductModal-module__jS4K1G__quickOrderProductCard{flex-direction:column;gap:0}.ProductModal-module__jS4K1G__quickOrderProductName,.ProductModal-module__jS4K1G__quickOrderProductCode{font-size:12px;line-height:14px}.ProductModal-module__jS4K1G__quickOrderProductRight{justify-content:space-between;width:100%}.ProductModal-module__jS4K1G__quickOrderCurrentPrice{font-size:18px}.ProductModal-module__jS4K1G__footer{flex-direction:column-reverse;align-self:flex-end;width:100%;margin-top:auto}.ProductModal-module__jS4K1G__submitButton{width:100%;height:35px;padding:8px 12px;font-size:14px}.ProductModal-module__jS4K1G__modalFunctional{flex-direction:column;height:100%;display:flex}.ProductModal-module__jS4K1G__modalFunctional .ProductModal-module__jS4K1G__content{flex:1;overflow-y:auto}.ProductModal-module__jS4K1G__modalSuccess{height:auto;min-height:auto}.ProductModal-module__jS4K1G__quickOrderProductImage,.ProductModal-module__jS4K1G__quickOrderProductImage>img{width:100px;height:100px}.ProductModal-module__jS4K1G__quickOrderProductInfo{gap:8px}.ProductModal-module__jS4K1G__successButton{width:100%;height:35px;padding:8px 12px}}
.ShareModal-module__EN4eha__shareButton{align-items:center;gap:var(--spacing-2x);font-family:var(--font-family-body,Roboto);font-size:var(--font-size-m,16px);color:var(--foreground-default);cursor:pointer;background:0 0;border:none;padding:0;font-weight:500;transition:color .2s;display:flex}.ShareModal-module__EN4eha__shareButton:hover{color:var(--accent-hover)}.ShareModal-module__EN4eha__overlay{z-index:1000;padding:var(--spacing-4x);background-color:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.ShareModal-module__EN4eha__modal{background:var(--background);border-radius:var(--border-radius-m);width:100%;max-width:500px;box-shadow:0 4px 24px #00000026}.ShareModal-module__EN4eha__header{padding:var(--spacing-5x)var(--spacing-6x)0;justify-content:space-between;align-items:center;display:flex}.ShareModal-module__EN4eha__title{color:var(--foreground-default);margin:0;font-size:20px;font-weight:600}.ShareModal-module__EN4eha__closeButton{cursor:pointer;opacity:.6;background:0 0;border:none;justify-content:center;align-items:center;width:24px;height:24px;padding:0;transition:opacity .2s;display:flex}.ShareModal-module__EN4eha__closeButton:hover{opacity:1}.ShareModal-module__EN4eha__content{gap:var(--spacing-4x);padding:var(--spacing-4x)var(--spacing-6x)var(--spacing-6x);flex-direction:column;display:flex}.ShareModal-module__EN4eha__shareItem{align-items:center;gap:var(--spacing-3x);color:var(--foreground-default);cursor:pointer;text-align:left;background:0 0;border:none;width:100%;font-size:16px;text-decoration:none;display:flex}
