.tempco-cart-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;display:none;align-items:center;justify-content:center}.tempco-cart-modal.is-open{display:flex}.cart-modal-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);cursor:pointer}.cart-modal-content{position:relative;background:#fff;width:90%;max-width:1600px;max-height:85vh;border-radius:8px;box-shadow:0 4px 20px rgba(0,0,0,.2);display:flex;flex-direction:column;z-index:1}.cart-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e0e0e0}.cart-modal-header h2{margin:0;font-size:1.5rem}.cart-modal-close{background:0 0;border:none;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s;color:#000}.cart-modal-close svg{width:100%;height:100%}.cart-modal-close:active,.cart-modal-close:focus,.cart-modal-close:hover,.remove-option:active,.remove-option:focus,.remove-option:hover,.remove-product:active,.remove-product:focus,.remove-product:hover{background:0 0;box-shadow:none;color:#424242}.cart-modal-body{flex:1;overflow-y:auto;padding:1.5rem}.tempco-cart-empty{text-align:center;padding:3rem 1rem}.tempco-cart-empty p{font-size:1.125rem;color:#666;margin-bottom:1.5rem}.tempco-cart-items{display:flex;flex-direction:column;gap:1.5rem}.tempco-cart-product{border:1px solid #e9e9e9;background:#fff;position:relative}.product-header{display:flex;position:relative;padding:2.25rem;gap:2.25rem}.product-header:has(.expanded){background:#e9e9e9}.product-image{width:80px;height:80px;object-fit:cover;border-radius:4px}.product-info{flex:1;display:flex;flex-direction:column;justify-content:space-between}.product-name{margin:0 0 .5rem;font-size:1.125rem;display:flex;flex-direction:row;align-items:center;flex-wrap:wrap;gap:.5rem}.product-name a{color:inherit;text-decoration:none}.product-name a:hover{text-decoration:underline}.config-label{display:inline-block;font-size:.875rem;font-weight:400;color:#666;font-style:italic}.currently-configuring-label{display:inline-block;font-size:.875rem;font-weight:600;color:#ed1c24;font-style:normal}.remove-product-container{position:absolute;top:.5rem;right:.5rem;display:flex;flex-direction:column;align-items:center;gap:.25rem;z-index:10}.remove-product{background:0 0;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;transition:.2s;color:#ed1c24}.remove-product svg{width:100%;height:100%}.remove-product-container .remove-text{font-size:.625rem;color:#ed1c24;opacity:0;transition:opacity .2s;text-transform:uppercase;font-weight:600;pointer-events:none}.remove-product:hover{color:#b71c1c}.remove-product:hover+.remove-text{opacity:1}.toggle-list-btn.btn{position:relative;bottom:0;right:0;background:0 0;border:none;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:color .2s}.btn.btn--text{color:#ed1c24}.toggle-list-btn.btn.btn--text{font-size:.875rem;padding:.25rem .5rem}.toggle-list-btn.btn.btn--text::after{bottom:0}.toggle-list-btn:active,.toggle-list-btn:focus,.toggle-list-btn:hover{color:var(--global-palette-btn-bg-hover);background:0 0;box-shadow:none}.toggle-list-btn svg{width:16px;height:16px;transition:transform .3s}.toggle-list-btn.expanded svg{transform:rotate(180deg)}.product-header-actions{position:absolute;bottom:20px;right:10px;display:flex;align-items:center;gap:.75rem}.edit-configuration-btn.btn.btn--outline{font-size:.875rem;padding:.25rem .5rem;display:flex;align-items:center;gap:.5rem}.edit-configuration-btn .edit-icon{width:18px;height:18px;flex-shrink:0}.product-filters{margin-bottom:1rem;padding:.75rem;background:#fff;border-radius:4px}.product-filters h4{margin:0 0 .5rem;font-size:.875rem;text-transform:uppercase;color:#666}.filter-list{list-style:none;padding:0;margin:0;font-size:.875rem}.filter-list li{margin-bottom:.25rem}.product-options{display:flex;flex-direction:column;gap:1rem;max-height:0;overflow:hidden;opacity:0;transition:max-height .3s,opacity .3s,margin-top .3s}.product-options.expanded{max-height:2000px;opacity:1;margin-top:1rem}.option-group{background:#fff;padding:.75rem;border-radius:4px}.group-name{margin:0 0 .75rem;font-size:1.5rem;text-transform:uppercase;color:#000}.options-list{display:flex;flex-direction:column;gap:.5rem}.option-item{display:flex;align-items:center;gap:.75rem;padding:.5rem;border:1px solid #e9e9e9}.option-image{width:40px;height:40px;object-fit:cover;border-radius:4px}.option-name{flex:1;font-size:.875rem}.remove-option{background:0 0;border:none;width:24px;height:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#d32f2f;transition:color .2s;padding:0}.remove-option svg{width:100%;height:100%}.remove-option:hover{color:#b71c1c}.filter-item{display:flex;align-items:center;gap:.75rem;padding:.5rem;background:#f0f7ff;border-radius:4px;border-left:3px solid #1976d2}.cart-filter-label{font-size:.75rem;font-weight:600;color:#1976d2;text-transform:uppercase}.cart-filter-name{font-weight:600;font-size:.875rem;color:#333}.cart-filter-value{flex:1;font-size:.875rem;color:#666}.remove-filter{background:0 0;border:none;width:24px;height:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#d32f2f;transition:color .2s;padding:0}.remove-filter svg{width:100%;height:100%}.remove-filter:focus,.remove-filter:hover,.remove-option:active{box-shadow:none;color:#b71c1c;background:0 0}.tempco-cart-actions{display:flex;justify-content:space-between;gap:1rem;margin-top:1.5rem;padding-top:1.5rem;border-top:2px solid #e0e0e0}.tempco-cart-actions .btn--text.underlined{background:0 0}.tempco-cart-actions .btn--text.underlined:active,.tempco-cart-actions .btn--text.underlined:focus,.tempco-cart-actions .btn--text.underlined:hover{box-shadow:none;background:0 0}.cart-count,.tempco-cart-badge{display:inline-block;min-width:20px;height:20px;line-height:20px;text-align:center;background:#d32f2f;color:#fff;border-radius:10px;font-size:.75rem;font-weight:700;padding:0 6px}.cart-count:not(.has-items),.tempco-cart-badge:not(.has-items){display:none}.cart-nav{position:relative}.cart-nav.has-items svg{fill:#ffffff!important}.cart-nav .cart-nav-badge{position:absolute;top:-4px;right:-8px;min-width:18px;height:18px;line-height:18px;text-align:center;background:#c00;color:#fff;border-radius:9px;font-size:.625rem;font-weight:700;padding:0 5px;display:none;box-shadow:0 1px 3px rgba(0,0,0,.3)}.cart-nav .cart-nav-badge.has-items{display:inline-block}body.cart-modal-open{overflow:hidden}.cart-confirmation-dialog{position:fixed;top:0;left:0;width:100%;height:100%;z-index:10000;display:none;align-items:center;justify-content:center}.cart-confirmation-dialog.is-open{display:flex}.confirmation-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.6);cursor:pointer}.confirmation-content{position:relative;background:#fff;width:90%;max-width:400px;border-radius:8px;box-shadow:0 8px 32px rgba(0,0,0,.3);padding:2rem;text-align:center;z-index:1;animation:.3s ease-out slideUp}@keyframes slideUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.confirmation-title{margin:0 0 1rem;font-size:1.5rem;font-weight:600;color:#333}.confirmation-message{margin:0 0 1.5rem;font-size:1rem;color:#666;line-height:1.5}.confirmation-actions{display:flex;gap:1rem;justify-content:center}.confirmation-actions .button{padding:.75rem 1.5rem;border:none;border-radius:4px;font-size:1rem;cursor:pointer;transition:.2s;min-width:120px}.confirmation-cancel{background:#f5f5f5;color:#333}.confirmation-cancel:hover{background:#e0e0e0}.confirmation-confirm{background:#d32f2f;color:#fff}.confirmation-confirm:hover{background:#b71c1c}.tempco-floating-cart{position:fixed;bottom:20px;right:20px;width:100px;height:100px;background:#fff;border:1px solid #e5e5e5;border-radius:12px;box-shadow:0 6px 18px rgba(0,0,0,.15);z-index:9996;cursor:pointer;display:none;align-items:center;justify-content:center;transition:.3s;padding:0}.tempco-floating-cart:active,.tempco-floating-cart:focus,.tempco-floating-cart:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.2);background:#f9f9f9}.tempco-floating-cart:active{transform:translateY(0);box-shadow:0 4px 12px rgba(0,0,0,.15)}.tempco-floating-cart.is-visible{display:inline-flex;animation:.6s ease-in-out screenshake}@keyframes screenshake{0%,100%{transform:translate(0,0)}10%,30%,50%,70%,90%{transform:translate(-2px,-1px)}20%,40%,60%,80%{transform:translate(2px,1px)}}.floating-cart-icon{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:100%;margin-left:-10px}.floating-cart-icon svg{width:48px;height:48px;color:#c00;transition:transform .2s}.tempco-floating-cart:hover .floating-cart-icon svg{transform:scale(1.1)}.floating-cart-badge{position:absolute;top:8px;right:8px;min-width:28px;height:28px;line-height:28px;text-align:center;background:#c00;color:#fff;border-radius:50%;font-size:14px;font-weight:700;padding:0 8px;box-shadow:0 2px 4px rgba(0,0,0,.2)}@media (max-width:768px){.tempco-floating-cart{width:60px;height:60px;bottom:16px;right:16px;border-radius:10px}.floating-cart-icon{margin-left:-5px}.floating-cart-icon svg{width:32px;height:32px}.floating-cart-badge{top:4px;right:4px;min-width:22px;height:22px;line-height:22px;font-size:12px;padding:0 6px;border-radius:11px}.cart-modal-content{width:95%;max-height:90vh}.cart-modal-body,.cart-modal-header{padding:1rem}.product-header{flex-direction:column;padding:1rem}.product-name{flex-direction:column;align-items:flex-start;gap:.25rem}.product-header-actions{position:static;align-self:flex-end;margin-top:.5rem;width:100%;justify-content:flex-end}.tempco-cart-actions .btn{font-size:19px;padding:.75rem 1.5rem}.confirmation-content{width:90%;padding:1.5rem}.confirmation-actions{flex-direction:column}.confirmation-actions .button{width:100%}}@media (min-width:769px) and (max-width:1024px){.tempco-floating-cart{width:80px;height:80px}.floating-cart-icon svg{width:40px;height:40px}.floating-cart-badge{top:6px;right:6px;min-width:24px;height:24px;line-height:24px;font-size:13px}}@media (min-width:1024px){.tempco-cart-product:has(.expanded){padding-bottom:2.25rem}.product-image{width:120px;height:120px}.product-name{font-size:1.875rem;margin-bottom:.75rem}.config-label,.currently-configuring-label{font-size:1.05rem;padding:.45rem .9rem}.remove-product-container{top:.75rem;right:.75rem;gap:.375rem}.remove-product{width:48px;height:48px}.remove-product-container .remove-text{font-size:.9375rem}.product-header-actions{gap:1.125rem}.edit-configuration-btn.btn.btn--outline{font-size:1.3125rem;padding:.375rem .75rem}.edit-configuration-btn .edit-icon{width:27px;height:27px}.toggle-list-btn.btn.btn--text{font-size:1.3125rem;padding:.375rem .75rem}.toggle-list-btn svg{width:24px;height:24px}.product-options{gap:1.5rem;margin-top:1.5rem}.option-group{gap:1.125rem}.option-group-header{font-size:1.3125rem;padding:.75rem 1.125rem}.option-items{gap:1.125rem}.option-item{gap:1.125rem;padding:.75rem}.option-image{width:60px;height:60px}.option-name{font-size:1.3125rem}.remove-filter,.remove-option{width:36px;height:36px}.filter-item{gap:1.125rem;padding:.75rem}.filter-icon,.filter-icon svg{width:30px;height:30px}.cart-filter-label{font-size:1.125rem}.cart-filter-name,.cart-filter-value{font-size:1.3125rem}.remove-filter{width:36px;height:36px;font-size:1.875rem}}.tempco-save-for-quote-popup{position:fixed;top:50px;right:20px;z-index:9998;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s;max-width:500px}.tempco-save-for-quote-popup.is-visible{opacity:1;visibility:visible;animation:.3s ease-out slideIn}.popup-content{background:#fff;border-radius:8px;box-shadow:0 4px 16px rgba(0,0,0,.15);padding:50px;display:flex;flex-direction:column;gap:1.5rem}.popup-header{display:flex;gap:1rem;align-items:center;position:relative}.popup-checkmark{flex-shrink:0;width:100px;height:100px;display:flex;align-items:center;justify-content:center}.checkmark-icon{width:100px;height:100px;color:#22c55e;stroke-width:3}.popup-message{margin:0;font-size:30px;font-weight:600;color:#1f2937;flex:1;line-height:1}.popup-close{position:absolute;top:10px;right:10px;background:0 0;border:1px solid transparent;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;color:#6b7280;transition:border,color .2s;z-index:10;border-radius:50%}.popup-close:active,.popup-close:focus,.popup-close:hover{color:#1f2937;background:0 0;border:1px solid #1f2937}.popup-close svg{width:20px;height:20px}.popup-actions{display:flex;gap:1rem;flex-direction:row;justify-content:space-between}.popup-actions .popup-btn{font-size:18px;padding:15px}.popup-btn-secondary,.popup-btn-secondary:active,.popup-btn-secondary:focus,.popup-btn-secondary:hover{background-color:transparent}@media (max-width:768px){.tempco-save-for-quote-popup{top:40px;right:0;left:0;max-width:none;border-radius:0}.popup-content{border-radius:0;padding:1rem;gap:1rem}.popup-header{gap:.75rem}.checkmark-icon,.popup-checkmark{width:64px;height:64px}.popup-message{font-size:24px}.popup-actions{gap:.75rem}}@media (max-width:500px){.popup-actions .popup-btn{font-size:16px}}@keyframes slideIn{from{transform:translateX(400px);opacity:0}to{transform:translateX(0);opacity:1}}