.LOP-cart-drawer{position:fixed;top:0;right:-100%;width:100%;height:100vh;z-index:9999;transition:right .3s ease-in-out;display:flex;flex-direction:column}.LOP-cart-drawer[inert]{display:none}.LOP-cart-drawer.active{right:0}.LOP-cart-drawer--overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:#00000080;z-index:-1;opacity:0;transition:opacity .3s ease-in-out}.LOP-cart-drawer.active .LOP-cart-drawer--overlay{opacity:1}.LOP-cart-drawer--container{position:relative;width:100%;height:100%;background-color:#fff;display:flex;flex-direction:column;overflow:hidden}@media only screen and (min-width: 768px){.LOP-cart-drawer,.LOP-cart-drawer--container{width:420px}}.LOP-cart-drawer--header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #e5e5e5;background-color:#fff;flex-shrink:0;color:#0e0e0e;font-family:Neue Plak!important;font-size:16px!important;font-style:normal;font-weight:600!important}.LOP-cart-drawer--title{font-size:1.25rem;font-weight:600;margin:0;color:#000}.LOP-cart-drawer--close{background:none;border:none;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;transition:opacity .2s ease}.LOP-cart-drawer--close:hover{opacity:.7}.LOP-cart-drawer--close svg{width:20px;height:20px}.LOP-cart-drawer--content{flex:1;overflow-y:auto;padding:20px}.LOP-cart-item{display:flex;gap:15px;padding:15px 0;border-bottom:1px solid #f0f0f0}.LOP-cart-item:last-child{border-bottom:none}.LOP-cart-item--image{flex-shrink:0;width:80px;height:80px;position:relative}.LOP-cart-item--image a{display:block;width:100%;height:100%;text-decoration:none}.LOP-cart-item--image img{width:100%;height:100%;object-fit:cover;border-radius:4px;transition:opacity .2s ease}.LOP-cart-item--image a:hover img{opacity:.8}.LOP-cart-item--info{flex:1;display:flex;flex-direction:column;justify-content:space-between;min-width:0}.LOP-cart-item--details{flex:1}.LOP-cart-item--title{text-decoration:none;display:block;margin-bottom:5px;color:#252525;leading-trim:both;text-edge:cap;font-family:Neue Plak!important;font-size:14px!important;font-style:normal;font-weight:400!important}.LOP-cart-item--title:hover{color:#666}.LOP-cart-item--options{color:#7e7e7e;leading-trim:both;text-edge:cap;font-family:Neue Plak!important;font-size:12px;font-style:normal;font-weight:400!important;margin-bottom:8px}.LOP-cart-item--price{margin-bottom:10px}.LOP-cart-item--price-original{color:#999;text-decoration:line-through;margin-right:8px;color:#6d6d6d;font-family:Neue Plak!important;font-size:12px;font-style:normal;font-weight:400!important}.LOP-cart-item--price-final{color:#252525;margin-right:8px;font-family:Neue Plak!important;font-size:13px;font-style:normal!important;font-weight:400!important;text-decoration:none}.LOP-cart-item--actions{display:flex;align-items:center;gap:10px}.LOP-cart-item--remove{background:none;border:none;cursor:pointer;padding:5px;display:flex;align-items:center;justify-content:center;transition:opacity .2s ease}.LOP-cart-item--remove:hover{opacity:.7}.LOP-cart-item--remove svg{width:16px;height:16px;color:#666}.LOP-cart-item .quantity{display:flex;align-items:center;border:1px solid #ddd;border-radius:4px;overflow:hidden;max-width:120px}.LOP-cart-item .quantity .minus,.LOP-cart-item .quantity .plus{background:#f8f8f8;border:none;padding:8px 12px;cursor:pointer;transition:background-color .2s ease;display:flex;align-items:center;justify-content:center;min-width:32px;height:36px;color:#333}.LOP-cart-item .quantity .minus:hover,.LOP-cart-item .quantity .plus:hover{background:#e8e8e8}.LOP-cart-item .quantity .minus:disabled,.LOP-cart-item .quantity .plus:disabled{opacity:.5;cursor:not-allowed;background:#f0f0f0}.LOP-cart-item .quantity .minus svg,.LOP-cart-item .quantity .plus svg{width:12px;height:12px;fill:currentColor;stroke:currentColor}.LOP-cart-item .quantity .qty{border:none;padding:8px;width:50px;font-size:.875rem;background:#fff;color:#090302!important;text-align:center;font-family:Neue Plak!important;font-style:normal;font-weight:400}.LOP-cart-item .quantity .qty:focus{outline:none}.LOP-cart-drawer--footer{padding:20px;border-top:1px solid #e5e5e5;background-color:#fff;flex-shrink:0}.LOP-cart-drawer--free-shipping{text-align:center;font-size:13px;margin-bottom:15px;padding:10px;background-color:#f8f8f8;border-radius:4px;color:#000;font-family:Neue Plak!important;font-style:normal;font-weight:400!important}.LOP-cart-drawer--summary{margin-bottom:20px}.LOP-cart-drawer--subtotal{display:flex;justify-content:space-between;align-items:center;font-size:1rem;font-weight:500}.LOP-cart-drawer--subtotal-label{color:#000;font-family:Neue Plak!important;font-size:16px;font-style:normal;font-weight:400!important}.LOP-cart-drawer--subtotal-amount{color:#a80000;text-align:right;font-family:Neue Plak!important;font-size:14px;font-style:normal;font-weight:400!important}.LOP-cart-drawer--buttons{margin-bottom:15px}.LOP-cart-drawer--buttons-container{display:grid;grid-template-columns:1fr 1fr;gap:10px}.LOP-cart-drawer--button{padding:12px 20px;border:none;border-radius:4px;font-size:.875rem;font-weight:500;text-decoration:none;text-align:center;cursor:pointer;transition:all .2s ease;display:inline-block;width:100%}.LOP-cart-drawer--button-secondary{background-color:#fff;border:1px solid #000;color:#000;text-align:center;font-family:Neue Plak!important;font-size:14px;font-style:normal;font-weight:600!important;text-transform:uppercase}.LOP-cart-drawer--button-secondary:hover{background-color:#f8f8f8}.LOP-cart-drawer--button-primary{background-color:#06c;padding:17px 17px 20px;color:#fff!important;text-align:center;font-family:Neue Plak!important;font-size:14px!important;font-style:normal!important;font-weight:600!important}.LOP-cart-drawer--button-primary:hover{background-color:#0052a3}.LOP-cart-drawer .cart-drawer--terms{margin-bottom:15px;font-size:.75rem;color:#666;text-align:center}.LOP-cart-drawer .cart-drawer--terms a{color:#06c;text-decoration:underline}.LOP-cart-drawer--empty .LOP-cart-drawer--content{display:flex;align-items:center;justify-content:center;text-align:center}.LOP-cart-drawer--empty .cart-empty{margin:0;width:100%;padding:40px 20px}@media only screen and (max-width: 767px){.LOP-cart-drawer--header,.LOP-cart-drawer--content,.LOP-cart-drawer--footer{padding:15px}.LOP-cart-item{padding:10px 0}.LOP-cart-item--image{width:60px;height:60px}.LOP-cart-drawer--buttons-container{grid-template-columns:1fr 1fr}.LOP-cart-item .quantity{max-width:100px}.LOP-cart-item .quantity .qty{width:40px}}.LOP-cart-item.thb-loading{opacity:.6;pointer-events:none;position:relative}.LOP-cart-item.thb-loading:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#fffc;display:flex;align-items:center;justify-content:center;z-index:10}.LOP-cart-item.thb-loading:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:20px;height:20px;border:2px solid #f3f3f3;border-top:2px solid #0066cc;border-radius:50%;animation:spin 1s linear infinite;z-index:11}@keyframes spin{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}.LOP-cart-item.thb-loading .loading-overlay{display:none}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}.LOP-cart-drawer.active .LOP-cart-drawer--container{animation:slideInRight .3s ease-in-out}
/*# sourceMappingURL=/cdn/shop/t/40/assets/cart-drawer-lop.css.map */
