@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Playfair+Display:ital,wght@0,400;0,600;1,400&family=Outfit:wght@300;400;500;600&display=swap";:root{--bg-primary: #ffffff;--bg-secondary: #f8fafc;--bg-tertiary: #f1f5f9;--text-primary: #111827;--text-secondary: #4b5563;--text-muted: #9ca3af;--accent-wood: #C8A882;--accent-wood-hover: #8B6340;--accent-wood-rgb: 200, 168, 130;--border-color: #e5e7eb;--border-radius: 0px;--success: #15803d;--error: #b91c1c;--pending: #a16207;--font-serif: "Playfair Display", Georgia, serif;--font-sans: "Outfit", "Inter", system-ui, -apple-system, sans-serif;--transition-smooth: all .25s cubic-bezier(.4, 0, .2, 1)}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-primary);color:var(--text-primary);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5;overflow-x:hidden}h1,h2,h3,h4{font-family:var(--font-sans);font-weight:400;letter-spacing:.3px}button,input,select,textarea{font-family:var(--font-sans);font-size:1rem}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.container{max-width:1200px;margin:0 auto;padding:0 24px}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.animate-fade-in{animation:fadeIn .4s ease-out forwards}.animate-slide-in{animation:slideInRight .3s cubic-bezier(.16,1,.3,1) forwards}button.btn-primary{background-color:var(--text-primary);color:var(--bg-primary);border:none;padding:12px 24px;border-radius:var(--border-radius);font-weight:500;cursor:pointer;transition:var(--transition-smooth)}button.btn-primary:hover{background-color:var(--accent-wood)}button.btn-primary:disabled{background-color:var(--border-color);color:var(--text-muted);cursor:not-allowed}button.btn-secondary{background-color:transparent;color:var(--text-primary);border:1px solid var(--border-color);padding:12px 24px;border-radius:var(--border-radius);font-weight:500;cursor:pointer;transition:var(--transition-smooth)}button.btn-secondary:hover{border-color:var(--accent-wood);color:var(--accent-wood)}.form-group{margin-bottom:16px;display:flex;flex-direction:column;gap:6px}.form-label{font-size:.85rem;text-transform:uppercase;letter-spacing:1px;color:var(--text-secondary)}.form-control{background-color:var(--bg-secondary);border:1px solid var(--border-color);color:var(--text-primary);padding:12px;border-radius:var(--border-radius);outline:none;transition:var(--transition-smooth)}.form-control:focus{border-color:var(--accent-wood)}.photos-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:32px;padding:40px 0}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-spin{animation:spin .8s linear infinite}@keyframes bounce{0%,20%,50%,80%,to{transform:translate(-50%)}40%{transform:translate(-50%,-8px)}60%{transform:translate(-50%,-4px)}}@media(min-width:769px){.nav-hamburger,.nav-mobile-menu{display:none!important}}@media(max-width:768px){.nav-link-desktop{display:none!important}.nav-hamburger{display:flex!important}.nav-miscompras-btn{display:none!important}.sticky-filter-wrap{top:53px!important;padding-top:28px!important}input:not([type=checkbox]):not([type=radio]),textarea,select{font-size:16px!important}.cart-drawer-backdrop{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100%!important;min-height:100dvh!important;min-height:-webkit-fill-available!important;margin:0!important;padding:0!important;background:#fff!important;background-color:#fff!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;justify-content:stretch!important;align-items:stretch!important;z-index:1000!important}.cart-drawer-panel{max-width:none!important;width:100%!important;height:100%!important;min-height:100dvh!important;min-height:-webkit-fill-available!important;max-height:none!important;border-left:none!important;box-shadow:none!important;background:#fff!important;background-color:#fff!important;display:flex!important;flex-direction:column!important;will-change:transform!important}.cart-drawer-header{padding:12px 14px!important;padding-top:calc(12px + env(safe-area-inset-top,0px))!important;flex-shrink:0!important;background:#fff!important}.cart-drawer-close-btn{position:relative!important;width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important;margin:0!important;padding:0!important;border-radius:50%!important;background:#00000073!important;color:#fff!important;border:none!important;display:flex!important;align-items:center!important;justify-content:center!important;-webkit-tap-highlight-color:transparent!important}.cart-drawer-lightbox-open .cart-drawer-panel{visibility:hidden!important;pointer-events:none!important}.cart-drawer-lightbox-close-btn{display:flex!important;position:fixed!important;top:calc(12px + env(safe-area-inset-top,0px))!important;right:14px!important;z-index:1020!important}.cart-drawer-lightbox-open .cart-drawer-checkout-bar--mobile{display:none!important}.cart-item-thumb-btn{display:block!important;position:relative!important;flex-shrink:0!important;border:none!important;background:none!important;padding:0!important;cursor:pointer!important;-webkit-tap-highlight-color:transparent!important}.cart-drawer-body{flex:1 1 auto!important;min-height:0!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch!important;padding:16px 14px!important;background:#fff!important}.cart-item-thumb-frame{width:80px!important;max-width:80px!important;flex-shrink:0!important;padding:6px!important;box-shadow:inset 1px 1px 2px #ffffff4d,inset -1px -1px 2px #00000026,0 3px 10px #0003!important;line-height:0!important}.cart-item-thumb-frame .frame-modal-thumb-mat{overflow:hidden!important;line-height:0!important}.cart-item-thumb-frame .frame-modal-thumb-mat img{display:block!important;width:100%!important;height:auto!important;-webkit-user-select:none!important;user-select:none!important}.cart-item-category{display:block!important;font-size:10px!important;text-transform:uppercase!important;letter-spacing:.18em!important;color:#6b6560!important;font-weight:500!important;margin:0 0 2px!important}.cart-item-title{font-family:var(--font-serif)!important;font-style:italic!important;font-size:1.15rem!important;font-weight:600!important;color:var(--text-primary)!important;line-height:1.25!important;margin-top:2px!important}.cart-item-passepartout{color:var(--text-muted)!important;font-size:.78rem!important}.cart-drawer-footer{flex-shrink:0!important;padding:0!important;gap:0!important;background:#fff!important;border-top:none!important;display:flex!important;flex-direction:column!important}.cart-drawer-footer-summary{padding:8px 14px 12px!important;display:flex!important;flex-direction:column!important;gap:8px!important;border-top:1px solid var(--border-color)!important;background:#fff!important;padding-bottom:calc(140px + env(safe-area-inset-bottom,0px))!important}.cart-price-detail-toggle{display:flex!important;align-items:center!important;justify-content:space-between!important;width:100%!important;padding:4px 0!important;margin:0!important;border:none!important;background:none!important;color:var(--text-secondary)!important;font-size:12px!important;letter-spacing:.04em!important;cursor:pointer!important;-webkit-tap-highlight-color:transparent!important;min-height:36px!important}.cart-price-detail-chevron{flex-shrink:0!important;transition:transform .32s cubic-bezier(.32,.72,0,1)!important}.cart-price-detail-chevron.is-open{transform:rotate(180deg)!important}.cart-price-detail{display:grid!important;grid-template-rows:0fr!important;opacity:0!important;transition:grid-template-rows .36s cubic-bezier(.32,.72,0,1),opacity .28s ease!important}.cart-price-detail.is-open{grid-template-rows:1fr!important;opacity:1!important}.cart-price-detail-inner{overflow:hidden!important;min-height:0!important;display:flex!important;flex-direction:column!important;gap:10px!important}.cart-drawer-summary-divider,.cart-drawer-summary-total,.cart-drawer-checkout-bar--desktop{display:none!important}.mobile-sticky-cta,.cart-drawer-checkout-bar--mobile{display:flex!important;flex-direction:column!important;justify-content:flex-start!important;position:fixed!important;left:0!important;right:0!important;bottom:0!important;z-index:1002!important;box-sizing:border-box!important;min-height:0!important;height:auto!important;padding:8px 14px!important;padding-bottom:calc(20px + env(safe-area-inset-bottom,0px))!important;background:#fff!important;background-color:#fff!important;border-top:1px solid var(--border-color)!important;box-shadow:none!important}.cart-drawer-checkout-bar--mobile{z-index:1003!important}.frame-modal-cta-mobile{display:block!important;position:fixed!important;left:0!important;right:0!important;bottom:0!important;z-index:905!important;box-sizing:border-box!important;min-height:calc(128px + env(safe-area-inset-bottom,0px))!important;height:calc(128px + env(safe-area-inset-bottom,0px))!important;padding:8px 14px 0!important;padding-bottom:calc(20px + env(safe-area-inset-bottom,0px))!important;background:#fff!important;background-color:#fff!important;border-top:1px solid var(--border-color)!important;box-shadow:none!important}.mobile-sticky-cta:after,.frame-modal-cta-mobile:after,.cart-drawer-checkout-bar--mobile:after{content:""!important;position:absolute!important;left:0!important;right:0!important;top:100%!important;height:200px!important;background:#fff!important;background-color:#fff!important;pointer-events:none!important}.frame-modal-backdrop:before,.cart-drawer-backdrop:before{content:""!important;position:fixed!important;left:0!important;right:0!important;bottom:0!important;height:calc(160px + env(safe-area-inset-bottom,0px))!important;background:#fff!important;background-color:#fff!important;z-index:904!important;pointer-events:none!important}.cart-drawer-backdrop:before{z-index:1001!important}.mobile-sticky-cta-inner{position:relative!important;display:flex!important;flex-direction:column!important;gap:8px!important;flex:0 0 auto!important;width:100%!important}.frame-modal-cta-mobile>div{position:absolute!important;top:8px!important;left:14px!important;right:14px!important;bottom:calc(20px + env(safe-area-inset-bottom,0px))!important;display:flex!important;flex-direction:column!important;gap:8px!important;justify-content:flex-start!important}.mobile-sticky-cta-price-row{display:flex!important;justify-content:space-between!important;align-items:center!important;min-height:44px!important;height:44px!important}.mobile-sticky-cta-price-label{font-size:.95rem!important;color:var(--text-secondary)!important}.mobile-sticky-cta-price-val{font-size:1.35rem!important;font-weight:300!important;color:var(--text-primary)!important;font-family:var(--font-sans)!important;line-height:1!important}.cart-drawer-checkout-btn,.cart-drawer-checkout-btn:hover,.cart-drawer-checkout-btn:focus,.cart-drawer-checkout-btn:active,button.btn-primary.cart-drawer-checkout-btn,button.btn-primary.cart-drawer-checkout-btn:hover,button.btn-primary.cart-drawer-checkout-btn:focus,button.btn-primary.cart-drawer-checkout-btn:active{width:100%!important;min-height:48px!important;height:48px!important;padding:14px 16px!important;font-size:11px!important;letter-spacing:1.5px!important;text-transform:uppercase!important;font-weight:500!important;background:var(--text-primary)!important;background-color:var(--text-primary)!important;color:var(--bg-primary)!important;border:none!important;border-radius:var(--border-radius)!important;display:flex!important;align-items:center!important;justify-content:center!important}.qty-btn-touch{width:44px!important;height:44px!important;min-width:44px!important;min-height:44px!important;font-size:18px!important}.cart-qty-selector{width:fit-content!important;min-width:0!important;flex-shrink:0!important}.cart-qty-selector .cart-qty-val{min-width:24px!important;text-align:center!important;padding:0 6px!important;flex:0 0 auto!important}.close-btn-touch{min-width:44px!important;min-height:44px!important;padding:10px!important}.checkout-btn-touch:not(.cart-drawer-checkout-btn){padding:18px 16px!important;font-size:1.05rem!important}.info-container-mobile{padding:40px 20px!important}.info-content-mobile{gap:36px!important}.info-sections-mobile{gap:32px!important}.info-section-item-mobile{padding-top:24px!important}.info-title-mobile{font-size:26px!important}.info-text-mobile{font-size:16px!important}.hero-section-mobile{min-height:auto!important;padding:28px 20px 48px!important}.hero-grid-mobile{grid-template-columns:1fr!important;gap:28px!important}.hero-left-col-mobile{padding-right:0!important;gap:18px!important}.hero-text-content-mobile{gap:12px!important}.hero-right-col-mobile{order:2;width:100%!important}.hero-slideshow{aspect-ratio:5 / 5.1!important}.hero-title-mobile{font-size:32px!important}.hero-desc-mobile{max-width:100%!important;font-size:15px!important}.hero-btn-mobile{min-height:48px!important;display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;box-sizing:border-box!important}.hero-actions-mobile{flex-direction:column!important;gap:12px!important}.checkout-grid-mobile{grid-template-columns:1fr!important;gap:12px!important}.checkout-form-section-mobile{height:auto!important;min-height:0!important;padding:0!important;margin-bottom:0!important;background:transparent!important;background-color:transparent!important;border:none!important}.checkout-form-col-mobile{gap:10px!important}.checkout-summary-hint{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important;width:100%!important;margin:0 0 10px!important;padding:8px 0!important;border:none!important;border-bottom:1px dashed var(--border-color)!important;background:none!important;color:var(--text-muted)!important;font-size:10px!important;letter-spacing:.06em!important;text-transform:uppercase!important;cursor:pointer!important;-webkit-tap-highlight-color:transparent!important;text-align:left!important}.checkout-summary-hint span{flex:1 1 auto!important;line-height:1.35!important}.checkout-summary-hint svg{flex-shrink:0!important;opacity:.7!important}.checkout-step-bar-mobile{font-size:9px!important;gap:4px!important;flex-wrap:wrap!important;margin-bottom:2px!important}.checkout-stepper-mobile{display:flex!important;align-items:center!important;justify-content:center!important;gap:10px!important;margin-top:14px!important;margin-bottom:10px!important;padding:0!important}.checkout-stepper-divider{color:var(--border-color)!important;font-size:10px!important;line-height:1!important;-webkit-user-select:none!important;user-select:none!important}.checkout-stepper-label{font-size:10px!important;text-transform:uppercase!important;letter-spacing:.12em!important;color:var(--text-muted)!important;line-height:1!important;white-space:nowrap!important}.checkout-stepper-label.is-active{color:var(--text-primary)!important;font-weight:600!important}.checkout-stepper-label.is-done{color:var(--text-secondary)!important}.checkout-step-bar-desktop,.checkout-step-heading-title,.checkout-step-heading,.checkout-step-error-validation{display:none!important}.checkout-step-heading:has(.checkout-step-error:not(.checkout-step-error-validation)){display:flex!important;margin-bottom:10px!important;justify-content:flex-start!important}.checkout-grid2-mobile,.checkout-address-row-mobile{flex-direction:column!important;gap:0!important}.checkout-shipping-cards-mobile,.checkout-payment-row-mobile{flex-direction:column!important;gap:8px!important}.checkout-summary-mobile{padding:16px 0!important;margin-top:8px!important;border-top:1px solid var(--border-color)!important;background:transparent!important;border-left:none!important;border-right:none!important;border-bottom:none!important}.checkout-back-link{display:none!important}.site-nav--checkout{padding-top:calc(10px + env(safe-area-inset-top,0px))!important}.site-nav--checkout .site-nav-inner{padding-bottom:10px!important;min-height:40px!important}.site-nav--checkout .site-nav-logo{font-size:15px!important;letter-spacing:.2em!important;line-height:1.2!important}.site-nav--checkout .site-nav-cart-btn{min-width:40px!important;min-height:40px!important;width:40px!important;height:40px!important}.cart-drawer-header-title{font-size:1.35rem!important;line-height:1.2!important;margin:0!important}.checkout-page-mobile .container{margin-top:4px!important;padding-left:14px!important;padding-right:14px!important;padding-bottom:8px!important}.checkout-actions-desktop{display:none!important}.checkout-sticky-cta{display:flex!important}.checkout-sticky-actions{display:flex!important;align-items:stretch!important;gap:10px!important;width:100%!important;height:48px!important;min-height:48px!important}.checkout-sticky-actions--single{gap:0!important}.checkout-sticky-back{flex:0 0 auto!important;min-width:96px!important;height:48px!important;min-height:48px!important;padding:0 12px!important;font-size:11px!important;text-transform:uppercase!important;letter-spacing:.1em!important;display:flex!important;align-items:center!important;justify-content:center!important;box-sizing:border-box!important}.checkout-sticky-primary,.checkout-sticky-primary:hover,.checkout-sticky-primary:focus,.checkout-sticky-primary:active,button.btn-primary.checkout-sticky-primary,button.btn-primary.checkout-sticky-primary:hover,button.btn-primary.checkout-sticky-primary:focus,button.btn-primary.checkout-sticky-primary:active{flex:1 1 auto!important;width:auto!important;min-height:48px!important;height:48px!important;padding:0 12px!important;font-size:11px!important;letter-spacing:1.5px!important;text-transform:uppercase!important;font-weight:500!important;line-height:1.2!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;display:flex!important;align-items:center!important;justify-content:center!important;box-sizing:border-box!important;border-radius:var(--border-radius)!important;background:var(--text-primary)!important;background-color:var(--text-primary)!important;color:var(--bg-primary)!important;border:none!important}.checkout-page-mobile{padding-bottom:calc(160px + env(safe-area-inset-bottom,0px))!important}.checkout-page-from-cart{animation:none!important}.checkout-page-mobile .container{padding-bottom:8px!important}.checkout-form-section-mobile .form-group{margin-bottom:14px!important}.checkout-form-section-mobile .form-control{padding:10px 12px!important;font-size:16px!important}.checkout-form-section-mobile .form-label{margin-bottom:4px!important;font-size:11px!important}.checkout-otp-prompt{flex-direction:column!important;align-items:flex-start!important;gap:10px!important;padding:12px 0!important;margin-bottom:14px!important;background:transparent!important;border:none!important;border-radius:0!important}.checkout-otp-prompt-text{line-height:1.45!important}.checkout-otp-send-btn{margin-left:0!important;min-height:36px!important;padding:4px 0!important;text-transform:none!important;letter-spacing:0!important}.checkout-shipping-scroll-hint{display:flex!important;align-items:center!important;justify-content:center!important;gap:5px!important;position:fixed!important;left:50%!important;transform:translate(-50%)!important;bottom:calc(138px + env(safe-area-inset-bottom,0px))!important;z-index:1001!important;width:auto!important;max-width:calc(100% - 28px)!important;margin:0!important;padding:7px 12px!important;border:1px solid var(--border-color)!important;border-radius:999px!important;background:#fffffff5!important;box-shadow:0 4px 14px #00000014!important;color:var(--text-secondary)!important;font-size:9px!important;letter-spacing:.1em!important;text-transform:uppercase!important;cursor:pointer!important;-webkit-tap-highlight-color:transparent!important;white-space:nowrap!important;animation:checkoutShippingHintIn .4s cubic-bezier(.32,.72,0,1) both!important;backdrop-filter:blur(6px)!important;-webkit-backdrop-filter:blur(6px)!important}.checkout-shipping-scroll-hint span{line-height:1!important}.checkout-shipping-scroll-hint svg{flex-shrink:0!important;opacity:.7!important;animation:checkoutShippingHintBounce 2.2s ease-in-out infinite!important}@keyframes checkoutShippingHintIn{0%{opacity:0;transform:translate(-50%) translateY(8px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@keyframes checkoutShippingHintBounce{0%,to{transform:translateY(0);opacity:.55}50%{transform:translateY(4px);opacity:1}}.quotation-wrapper-mobile{padding:24px 16px 48px!important;align-items:flex-start!important}.quotation-card-mobile{grid-template-columns:1fr!important}.quotation-photo-mobile{min-height:260px!important;max-height:340px!important}.quotation-details-mobile{padding:24px 20px!important}.cq-container-mobile{padding:32px 16px!important}.cq-grid-mobile{grid-template-columns:1fr!important;gap:24px!important}.cq-row-mobile{flex-direction:column!important;gap:0!important}.cq-right-col-mobile{padding:20px 16px!important}.modal-pull-handle{display:block!important;width:36px;height:4px;background:#00000024;border-radius:2px;margin:10px auto 4px;flex-shrink:0}.frame-modal-backdrop{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100%!important;min-height:100dvh!important;min-height:-webkit-fill-available!important;margin:0!important;align-items:stretch!important;justify-content:stretch!important;padding:0!important;background:#fff!important;background-color:#fff!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.frame-modal-panel{max-width:none!important;width:100%!important;height:100%!important;min-height:100dvh!important;min-height:-webkit-fill-available!important;max-height:none!important;border-radius:0!important;border:none!important;background:#fff!important;background-color:#fff!important;display:flex!important;flex-direction:column!important;overflow:hidden!important;box-shadow:none!important;animation:none!important;transform:none!important}.frame-modal-panel .modal-pull-handle{display:none!important}.frame-modal-panel>.frame-modal-close-btn{position:absolute!important;width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important;top:calc(8px + env(safe-area-inset-top,0px))!important;right:10px!important;z-index:920!important;margin:0!important;padding:0!important;border:none!important;border-radius:50%!important;background:#00000073!important;color:#fff!important;display:flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;-webkit-tap-highlight-color:transparent!important}.frame-modal-lightbox-close,.frame-modal-backdrop.frame-modal-lightbox-open .frame-modal-cta-mobile{display:none!important}.frame-modal-content{display:flex!important;flex-direction:column!important;flex:1!important;min-height:0!important;overflow:hidden!important;grid-template-columns:unset!important;grid-template-rows:unset!important}.frame-modal-photo-col{display:none!important}.frame-modal-config-col{flex:1!important;min-height:0!important;display:flex!important;flex-direction:column!important;overflow:hidden!important;padding:8px 14px 0!important;padding-top:calc(8px + env(safe-area-inset-top,0px))!important;gap:0!important;background:var(--bg-primary)!important}.frame-modal-mobile-header{display:flex!important;align-items:center!important;gap:14px!important;padding:8px 36px 12px 0!important;border-bottom:1px solid var(--border-color)!important;flex-shrink:0!important}.frame-modal-thumb-btn{position:relative!important;flex-shrink:0!important;border:none!important;background:none!important;padding:0!important;cursor:pointer!important;-webkit-tap-highlight-color:transparent!important}.frame-modal-thumb-frame{width:80px!important;max-width:80px!important;padding:6px!important;box-shadow:inset 1px 1px 2px #ffffff4d,inset -1px -1px 2px #00000026,0 3px 10px #0003!important}.frame-modal-frame-wrapper:not(.frame-modal-frame-ready),.frame-modal-thumb-frame:not(.frame-modal-frame-ready),.frame-modal-lightbox-frame:not(.frame-modal-frame-ready){transition:opacity .12s ease,max-width .3s ease,box-shadow .3s ease!important}.frame-modal-thumb-mat{overflow:hidden!important;line-height:0!important}.frame-modal-thumb-mat img{display:block!important;width:100%!important;height:auto!important;-webkit-user-select:none!important;user-select:none!important}.frame-modal-thumb-hint{position:absolute!important;right:-2px!important;bottom:-2px!important;width:20px!important;height:20px!important;border-radius:50%!important;background:#0000009e!important;color:#fff!important;display:flex!important;align-items:center!important;justify-content:center!important;pointer-events:none!important}.frame-modal-mobile-meta{min-width:0!important;flex:1!important}.frame-modal-mobile-meta h2{font-size:1rem!important;line-height:1.25!important;overflow:hidden!important;text-overflow:ellipsis!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important}.frame-modal-mobile-meta .frame-modal-photo-category{color:#6b6560!important;font-weight:500!important}.frame-modal-mobile-meta .frame-modal-photo-title{font-weight:600!important;color:var(--text-primary)!important;font-size:1.15rem!important;margin-top:2px!important}.frame-modal-section-num{display:none!important}.frame-modal-section-title{color:#4a4845!important;font-weight:600!important;letter-spacing:.12em!important}.frame-modal-custom-passe-title{display:block!important;margin:18px 0 8px!important}.frame-modal-size-panel-custom{min-height:0!important}.frame-modal-size-panel-custom .frame-modal-standard-sizes-panel{display:none!important}.frame-modal-size-panel-custom .frame-modal-custom-panel{position:static!important;opacity:1!important;transform:none!important;pointer-events:auto!important}.frame-modal-back-nav{display:inline-flex!important;align-items:center!important;gap:4px!important;margin:0 0 16px!important;padding:6px 2px!important;border:none!important;background:none!important;color:#5c5854!important;font-size:13px!important;font-weight:500!important;letter-spacing:.01em!important;cursor:pointer!important;-webkit-tap-highlight-color:transparent!important;line-height:1.2!important}.frame-modal-back-nav svg{flex-shrink:0!important;opacity:.75!important}.frame-modal-back-to-sizes--bottom{display:none!important}.frame-modal-custom-toggle.frame-variant-btn{background-color:var(--bg-primary)!important;border:1px solid #d4d0ca!important;padding:10px 8px!important;margin-top:10px!important}.frame-modal-custom-toggle .frame-modal-size-toggle-label{color:var(--text-primary)!important;font-size:11px!important;font-weight:500!important;letter-spacing:.05em!important;text-transform:uppercase!important}.frame-modal-quote-info--scroll{display:flex!important;align-items:flex-start!important;gap:8px!important;padding:10px 12px!important;background-color:var(--bg-secondary)!important;border:1px solid var(--border-color)!important;font-size:11px!important;color:var(--text-muted)!important;line-height:1.4!important;flex-shrink:0!important;margin-top:4px!important}.frame-modal-prod-info--scroll{display:flex!important;align-items:flex-start!important;gap:8px!important;padding:8px 0!important;background-color:transparent!important;border:none!important;font-size:11px!important;color:var(--text-muted)!important;line-height:1.4!important;flex-shrink:0!important;margin-top:4px!important}.frame-modal-quote-info--scroll svg,.frame-modal-prod-info--scroll svg,.cart-drawer-prod-info svg{flex-shrink:0!important;margin-top:1px!important}.cart-drawer-prod-info{display:flex!important;align-items:flex-start!important;gap:8px!important;padding:8px 0!important;background-color:transparent!important;border:none!important;border-radius:0!important;margin-bottom:8px!important;font-size:11px!important;color:var(--text-muted)!important;line-height:1.4!important}.frame-modal-cta-mobile .frame-modal-qty-container{flex-shrink:0!important}.frame-modal-cta-mobile .frame-modal-qty-container button{width:28px!important;height:32px!important}.frame-modal-cta-mobile .frame-modal-qty-container span{padding:0 8px!important;font-size:.88rem!important}.frame-modal-cta-mobile .frame-modal-price-wrapper{flex:1!important;min-width:0!important;padding-left:14px!important}.frame-modal-cta-mobile .frame-modal-quote-cta--ready,.frame-modal-cta-mobile .frame-modal-quote-cta:not(:disabled){background-color:var(--text-primary)!important;color:var(--bg-primary)!important;opacity:1!important}.frame-modal-cta-mobile .frame-modal-quote-cta:disabled{background-color:#c5c2bc!important;color:#f8f7f5!important;opacity:1!important;cursor:not-allowed!important}.frame-modal-desktop-header,.frame-modal-desktop-divider{display:none!important}.frame-modal-config-scroll{flex:0 1 auto!important;min-height:0!important;max-height:calc(100dvh - 236px - env(safe-area-inset-bottom,0px))!important;overflow-y:auto!important;overflow-x:hidden!important;-webkit-overflow-scrolling:touch!important;padding:10px 0 8px!important;scroll-padding-bottom:calc(140px + env(safe-area-inset-bottom,0px))!important;display:flex!important;flex-direction:column!important;gap:9px!important}.frame-modal-config-scroll>hr:last-of-type{display:none!important}.frame-modal-config-scroll .frame-variant-active{background-color:#ececea!important;border:2px solid var(--text-primary)!important}.frame-modal-cta-desktop,.frame-modal-cta-mobile .frame-modal-prod-note{display:none!important}.frame-modal-cta-mobile .frame-modal-price-val{font-size:1.35rem!important}.frame-modal-cta-mobile .frame-modal-add-btn{min-height:48px!important;height:48px!important;margin-top:auto!important}.frame-modal-cta-mobile>div:not(.frame-modal-custom-cta-panel)>div:first-of-type{min-height:44px!important;height:44px!important;align-items:center!important}.frame-modal-cta-mobile .frame-modal-custom-cta-panel{position:absolute!important;gap:10px!important}.frame-modal-lightbox{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:910!important;background:#fff!important;background-color:#fff!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:16px!important}.cart-drawer-lightbox{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:1010!important;background:#fff!important;background-color:#fff!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:16px!important}.frame-modal-lightbox-frame{width:100%!important;max-width:min(92vw,400px)!important}.frame-modal-lightbox-mat{overflow:hidden!important;line-height:0!important}.frame-modal-lightbox-mat img{display:block!important;width:100%!important;height:auto!important;-webkit-user-select:none!important;user-select:none!important}.quotation-modal-desktop-root{display:none!important}.quotation-modal-mobile-root{display:flex!important}.quotation-modal-mobile-root.quotation-modal-backdrop{z-index:950!important}.quotation-modal-mobile-root.quotation-modal-backdrop:before{content:""!important;position:fixed!important;left:0!important;right:0!important;bottom:0!important;height:calc(160px + env(safe-area-inset-bottom,0px))!important;background:#fff!important;background-color:#fff!important;z-index:954!important;pointer-events:none!important}.quotation-modal-mobile-root.quotation-modal-lightbox-open:before{display:none!important}.quotation-modal-cta-mobile{z-index:955!important}.quotation-modal-config-scroll{scroll-padding-bottom:calc(140px + env(safe-area-inset-bottom,0px))!important}.quotation-modal-name-row{flex-direction:column!important;gap:16px!important}#quotation-request-form-mobile{gap:16px!important}.quotation-modal-fields{display:flex!important;flex-direction:column!important;gap:16px!important;padding-bottom:2px!important}.quotation-modal-fields .form-group{margin-bottom:0!important}.quotation-modal-name-row .quotation-modal-field+.quotation-modal-field{margin-top:0!important}.quotation-form-section--data .quotation-section-title{margin-bottom:2px!important}.quotation-modal-mobile-meta .quotation-header-detail{margin:3px 0 0!important;font-size:.8rem!important;color:var(--text-secondary)!important;line-height:1.35!important}.quotation-modal-mobile-meta h2{margin-bottom:2px!important}.quotation-notes-field--mobile{display:flex!important;margin-bottom:2px!important}.quotation-notes-field--mobile .quotation-notes-input{border:1px solid var(--border-color)!important;border-bottom:1px solid var(--border-color)!important;box-sizing:border-box!important;-webkit-appearance:none;-moz-appearance:none;appearance:none}.quotation-modal-cta-mobile .frame-modal-quote-info{display:flex!important}}.cart-item-category,.cart-drawer-checkout-bar--mobile,.checkout-sticky-cta{display:none}@media(min-width:769px){.cart-item-edit-btn{width:28px!important;height:28px!important;min-width:28px!important;min-height:28px!important}.cart-item-edit-btn svg{width:12px!important;height:12px!important}}.checkout-email-field-wrap{display:flex;align-items:center;width:100%}.checkout-email-input{flex:1 1 100%;min-width:0;width:100%;transition:flex .42s cubic-bezier(.32,.72,0,1)}.checkout-email-field-wrap.is-verified .checkout-email-input{flex:1 1 auto}.checkout-email-verified{flex:0 0 0;width:0;height:0;opacity:0;overflow:hidden;margin-left:0;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#5a7a5a1f;color:#5a7a5a;pointer-events:none;transition:flex-basis .42s cubic-bezier(.32,.72,0,1),width .42s cubic-bezier(.32,.72,0,1),height .42s cubic-bezier(.32,.72,0,1),opacity .3s ease .06s,margin-left .42s cubic-bezier(.32,.72,0,1)}.checkout-email-field-wrap.is-verified .checkout-email-verified{flex:0 0 34px;width:34px;height:34px;opacity:1;margin-left:8px}.checkout-stepper-mobile,.checkout-summary-hint,.checkout-shipping-scroll-hint,.cart-price-detail-toggle{display:none}.quotation-header-detail{margin:4px 0 0;font-size:.8rem;color:var(--text-secondary);line-height:1.35}.quotation-notes-field--mobile{display:none}.quotation-modal-name-row{display:flex;gap:12px}.cart-item-thumb-frame{width:80px;max-width:80px;flex-shrink:0;padding:6px!important;box-shadow:inset 1px 1px 2px #ffffff4d,inset -1px -1px 2px #00000026,0 3px 10px #0003;line-height:0}.cart-item-thumb-frame .frame-modal-thumb-mat{overflow:hidden;line-height:0}.cart-item-thumb-frame .frame-modal-thumb-mat img{display:block;width:100%;height:auto;-webkit-user-select:none;user-select:none}.cart-drawer-prod-info{display:flex;align-items:center;gap:8px;padding:10px 14px;background-color:#dfd2b90d;border:1px dashed var(--border-color);border-radius:4px;margin-bottom:16px;font-size:11px;color:var(--text-muted);line-height:1.4}.cart-drawer-prod-info svg{flex-shrink:0}.frame-modal-mobile-header,.frame-modal-cta-mobile,.quotation-modal-cta-mobile,.frame-modal-quote-info--scroll,.frame-modal-prod-info--scroll,.frame-modal-custom-passe-title,.frame-modal-back-nav{display:none}.quotation-modal-desktop-root{display:flex}.quotation-modal-mobile-root{display:none}@media(min-width:769px){.modal-pull-handle,.frame-modal-cta-mobile,.quotation-modal-cta-mobile,.quotation-modal-mobile-root{display:none!important}.frame-modal-config-scroll,.quotation-modal-config-scroll{display:contents!important}}@media(min-width:769px){.my-orders-overlay{align-items:center!important;justify-content:center!important}.my-orders-panel{border-radius:12px!important;max-height:80vh!important}}@media(max-width:768px){html{color-scheme:only light!important}html,body,#root{background:#fff!important;background-color:#fff!important}.my-orders-panel{max-width:100%!important;width:100%!important;border-radius:16px 16px 0 0!important;max-height:90vh!important}}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}
