.customize-drawer{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;display:none;pointer-events:none}.customize-drawer[aria-hidden=false]{display:block;pointer-events:auto}.customize-drawer__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#00000080;opacity:0;transition:opacity .4s ease;cursor:pointer}.customize-drawer[aria-hidden=false] .customize-drawer__overlay{opacity:1}.customize-drawer__panel{position:absolute;top:0;right:0;width:50%;height:100%;background-color:#fff;box-shadow:-2px 0 8px #00000026;transform:translate(100%);transition:transform .4s cubic-bezier(.25,.46,.45,.94);display:flex;flex-direction:column;overflow:hidden;border-radius:20px 0 0 20px}.customize-drawer[aria-hidden=false] .customize-drawer__panel{transform:translate(0)}.customize-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #E1D4C1;background-color:#f3ebdf;flex-shrink:0}.customize-drawer__header-left,.customize-drawer__price-wrapper{display:flex;flex-direction:column;gap:4px}.customize-drawer__price-row{display:flex;align-items:baseline;gap:8px}.customize-drawer__price-label{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:400;color:#666}.customize-drawer__price{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:18px;font-weight:600;color:#000}.customize-drawer__compare-price{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:12px;font-weight:400;color:#999;text-decoration:line-through}.customize-drawer__header-right{display:flex;align-items:center;gap:16px}.customize-drawer__title{font-family:Lora,Georgia,serif;font-size:20px;font-weight:400;color:#000;margin:0;letter-spacing:.02em}.customize-drawer__close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:none;background-color:transparent;color:#000;cursor:pointer;border-radius:4px;transition:background-color .2s ease}.customize-drawer__close:hover{background-color:#f5f5f5}.customize-drawer__close:focus{outline:2px solid #E1D4C1;outline-offset:2px}.customize-drawer__content{flex:1;overflow-y:auto;padding:24px;background-color:#fff}.customize-drawer__content::-webkit-scrollbar{width:8px}.customize-drawer__content::-webkit-scrollbar-track{background:#f5f5f5}.customize-drawer__content::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}.customize-drawer__content::-webkit-scrollbar-thumb:hover{background:#999}.customize-drawer__option-section{margin-bottom:32px;padding-bottom:32px;border-bottom:1px solid #E5E5E5}.customize-drawer__option-section:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.customize-drawer__option-title{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;font-weight:600;color:#000;margin:0 0 16px;text-transform:capitalize}.customize-drawer__option-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.customize-drawer__option-button{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:18px 14px;background-color:#f3ebdf;border:1px solid #E1D4C1;border-radius:8px;cursor:pointer;transition:all .2s ease;min-height:90px}.customize-drawer__option-button:hover{border-color:#a19487;box-shadow:0 2px 8px #00000014}.customize-drawer__option-button:focus{outline:2px solid #E1D4C1;outline-offset:2px}.customize-drawer__option-button--selected{background-color:#a19487;border-color:#a19487;box-shadow:0 2px 8px #0000001f}.customize-drawer__option-button--selected .customize-drawer__option-value{color:#fff}.customize-drawer__option-value{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:15px;font-weight:500;color:#000;text-align:center;line-height:1.4}.customize-drawer__stock-status{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:13px;font-weight:400;color:#000;text-align:center;background-color:#fff;padding:5px 10px;border-radius:4px}.customize-drawer__option-button--out-of-stock .customize-drawer__stock-status{color:#000;background-color:#fff}.customize-drawer__footer{padding:0;border-top:1px solid #E1D4C1;background-color:#a19487;flex-shrink:0;cursor:pointer;transition:all .2s ease;display:flex;flex-direction:column}.customize-drawer__footer:hover{background-color:#8a7d72}.customize-drawer__footer:active{transform:translateY(1px)}.customize-drawer__add-to-cart{width:100%;padding:20px 24px;font-family:Lora,Georgia,serif;font-size:16px;font-weight:600;color:#fff;background-color:transparent;border:none;cursor:pointer;text-transform:uppercase;letter-spacing:.05em;text-align:center;display:block}.customize-drawer__add-to-cart:focus{outline:2px solid #E1D4C1;outline-offset:-2px}.customize-drawer__made-to-order{width:100%;padding:20px 24px;font-family:Lora,Georgia,serif;font-size:16px;font-weight:600;color:#fff;background-color:transparent;border:none;border-top:1px solid rgba(255,255,255,.2);cursor:pointer;text-transform:uppercase;letter-spacing:.05em;text-align:center;display:none;transition:background-color .2s ease}.customize-drawer__made-to-order:hover{background-color:#0000001a}.customize-drawer__made-to-order:focus{outline:2px solid #E1D4C1;outline-offset:-2px}@media screen and (max-width: 768px){.customize-drawer__panel{top:auto;bottom:0;right:0;left:0;width:100%;height:auto;max-height:90vh;transform:translateY(100%);transition:transform .4s cubic-bezier(.25,.46,.45,.94);border-radius:24px 24px 0 0}.customize-drawer[aria-hidden=false] .customize-drawer__panel{transform:translateY(0)}.customize-drawer__header{padding:16px 20px;flex-direction:column;align-items:flex-start;gap:12px}.customize-drawer__header-left{order:1;width:100%}.customize-drawer__header-right{order:0;width:100%;justify-content:space-between}.customize-drawer__price-label{font-size:13px}.customize-drawer__price{font-size:16px}.customize-drawer__title{font-size:18px}.customize-drawer__content{padding:20px;max-height:calc(90vh - 140px)}.customize-drawer__option-section{margin-bottom:24px}.customize-drawer__option-title{font-size:15px;margin-bottom:12px}.customize-drawer__option-grid{grid-template-columns:repeat(2,1fr);gap:10px}.customize-drawer__option-button{padding:14px 10px;min-height:70px}.customize-drawer__option-value{font-size:13px}.customize-drawer__stock-status{font-size:11px;padding:3px 6px}.customize-drawer__add-to-cart,.customize-drawer__made-to-order{padding:16px 20px;font-size:15px}}@media screen and (max-width: 480px){.customize-drawer__panel{max-height:85vh;border-radius:20px 20px 0 0}.customize-drawer__header{padding:14px 16px}.customize-drawer__title{font-size:16px}.customize-drawer__content{padding:16px;max-height:calc(85vh - 57px)}}body.customize-drawer-open{overflow:hidden}.product__controls-group.product__variants-wrapper,.product__variants-wrapper,div[data-enable-dynamic-product-options]{display:none!important;visibility:hidden!important;position:absolute!important;left:-9999px!important;top:-9999px!important;pointer-events:none!important;opacity:0!important;height:0!important;overflow:hidden!important}.product__variants-wrapper .product__option,.product__variants-wrapper select,.product__variants-wrapper .select-wrapper,.product__variants-wrapper .product__label-wrapper,.product__variants-wrapper .product__color-chips{display:none!important;visibility:hidden!important}@media screen and (min-width: 769px) and (max-width: 1024px){.customize-drawer__panel{width:55%}}@media screen and (min-width: 1440px){.customize-drawer__panel{width:42%}}
/*# sourceMappingURL=/cdn/shop/t/25/assets/sud-custom-customize-drawer.css.map */
