.cart-container{max-width:600px;margin:2.5em auto;background:#fff;border-radius:1.25em;box-shadow:0 2px 12px #1e1e321c,0 1.5px 6px #1e1e3212;padding:2em 1.2em 1.6em;display:flex;flex-direction:column;gap:1.7em}.cart-header{display:flex;align-items:center;justify-content:space-between;font-size:1.25em;font-weight:700;margin-bottom:.5em;border-bottom:1.5px solid #f2f2f2;padding-bottom:.7em;letter-spacing:.5px}.cart-list{display:flex;flex-direction:column;gap:1.2em}.cart-item{display:flex;align-items:center;padding:1em .4em 1em 0;border-bottom:1px solid #f2f2f2;gap:1em;position:relative}.cart-item:last-child{border-bottom:none}.cart-item__img{flex:none;width:60px;height:60px;border-radius:.65em;object-fit:cover;background:#f7f7f7;border:1px solid #eee}.cart-item__info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.33em}.cart-item__title{font-size:1.08em;font-weight:500;color:#202020;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart-item__options{font-size:.95em;color:#888}.cart-item__controls{display:flex;align-items:center;gap:.6em}.cart-item__qty-btn{display:flex;align-items:center;justify-content:center;width:1.8em;height:1.8em;font-size:1.2em;border:none;border-radius:50%;background:#f2f2f2;color:#222;cursor:pointer;transition:background .14s;font-weight:700}.cart-item__qty-btn:active{background:#e7e7e7}.cart-item__qty-btn:disabled{opacity:.55;cursor:not-allowed}.cart-item__qty{width:2.4em;text-align:center;border:1px solid #e2e2e2;border-radius:.6em;font-size:1em;background:#f7f7f7;padding:.1em 0;margin:0 .05em}.cart-item__price{font-size:1.06em;font-weight:600;color:#242424;margin-left:1em;white-space:nowrap}.cart-item__remove{position:absolute;top:.65em;right:.3em;background:none;border:none;color:#e33c36;font-size:1.23em;cursor:pointer;padding:.2em .5em;opacity:.75;transition:color .13s,opacity .13s}.cart-item__remove:hover{color:#b71c1c;opacity:1}.cart-summary{border-top:1.5px solid #f2f2f2;padding-top:1.3em;margin-top:.5em;display:flex;flex-direction:column;gap:.9em}.cart-summary__row{display:flex;align-items:center;justify-content:space-between;font-size:1.09em;font-weight:500}.cart-summary__total{font-size:1.25em;font-weight:700;color:#f79822;letter-spacing:.2px}.cart-summary__checkout{margin-top:1.2em;display:flex;justify-content:flex-end}.cart-summary__checkout .btn{min-width:140px;font-size:1.1em}.cart-empty{text-align:center;color:#aaa;padding:3em 0 2em;font-size:1.15em;font-weight:400;letter-spacing:.08em}@media(max-width:700px){.cart-container{max-width:98vw;padding:1.2em .3em 1em;border-radius:.6em}.cart-item__img{width:48px;height:48px}.cart-header{font-size:1.07em;padding-bottom:.4em}}.thb-cart-form{display:grid;gap:30px;align-items:start}@media only screen and (min-width:768px){.thb-cart-form{gap:clamp(30px,4%,50px);grid-template-columns:1fr minmax(25%,400px)}}.thb-cart-form h4{margin-bottom:30px}.thb-cart-form.cart-disabled{pointer-events:none}.thb-cart-form--empty{grid-template-columns:1fr}.thb-cart-form--container{display:block}.thb-cart-form--container h2 span{margin-left:15px;font-size:.875rem;opacity:.6;font-weight:400}.thb-cart-form--form{border:1px solid var(--color-border);border-radius:var(--general-border-radius, 3px);padding:15px;margin-bottom:15px}@media only screen and (min-width:768px){.thb-cart-form--form{padding:30px}}.thb-cart-form--items{margin:0;border:0}.thb-cart-form--items th,.thb-cart-form--items td{padding:10px 15px;border:0;background-color:transparent}@media only screen and (min-width:768px){.thb-cart-form--items th,.thb-cart-form--items td{padding:15px 25px}}.thb-cart-form--items tbody tr th,.thb-cart-form--items tbody tr td{padding:20px 15px 20px 0;border-bottom:1px solid var(--color-border)}.thb-cart-form--items tbody tr th:last-child,.thb-cart-form--items tbody tr td:last-child{text-align:right;padding-right:0}@media only screen and (min-width:768px){.thb-cart-form--items tbody tr th,.thb-cart-form--items tbody tr td{padding:20px 30px 20px 0}}.thb-cart-form--items tbody tr:nth-child(odd) td,.thb-cart-form--items tbody tr:nth-child(odd) th{background-color:transparent}.thb-cart-form--items tbody tr:last-child td{border-bottom:0}.thb-cart-form--items .product-cart-item{margin-bottom:0}.thb-cart-form--items tbody tr:first-child td{padding-top:0}.thb-cart-form--items tbody tr:last-child td{padding-bottom:0}.thb-cart-form--items tbody tr td.product-quantity{display:none}@media only screen and (min-width:1068px){.thb-cart-form--items tbody tr td.product-quantity{display:table-cell}}.thb-cart-form--items tbody tr td.product-subtotal{position:relative}.thb-cart-form--items tbody tr td.product-subtotal .loading-overlay{position:absolute;top:0;left:0;width:100%;height:100%;display:none;transform:none;align-items:center;justify-content:flex-end}.thb-cart-form--items tbody tr td.product-subtotal .loading-overlay svg{width:24px}.thb-cart-form--items tbody tr td.product-subtotal .unit-price{display:block}.thb-cart-form--items tbody tr.loading .product-subtotal .price{opacity:0}.thb-cart-form--items tbody tr.loading .product-subtotal .loading-overlay{display:flex}.thb-cart-form--collaterals{width:100%;border:1px solid var(--color-border);border-radius:var(--general-border-radius, 3px)}.thb-cart-form--collaterals-inner{padding:15px}@media only screen and (min-width:768px){.thb-cart-form--collaterals-inner{padding:30px}}.thb-cart-form--collaterals-table{border:0;font-size:1rem;margin-bottom:20px}.thb-cart-form--collaterals-table tr td,.thb-cart-form--collaterals-table tr th{padding:12px 0;border-bottom:1px solid var(--color-border)}.thb-cart-form--collaterals-table tr td:last-child,.thb-cart-form--collaterals-table tr th:last-child{text-align:right}.thb-cart-form--collaterals-table tr:first-child td,.thb-cart-form--collaterals-table tr:first-child th{padding-top:0}.thb-cart-form--collaterals-table tr:last-child td,.thb-cart-form--collaterals-table tr:last-child th{border-bottom:0;padding-bottom:0}.thb-cart-form--collaterals-table tr:nth-child(odd) td,.thb-cart-form--collaterals-table tr:nth-child(odd) th{background-color:transparent}.thb-cart-form--collaterals-table tr.cart-subtotal .price{font-size:1.125rem}.thb-cart-form--collaterals .additional-checkout-buttons{margin-top:10px}.thb-cart-form--collaterals .accordion{margin-bottom:0!important;padding:0 15px;border-top:1px solid var(--color-border);border-bottom:0}@media only screen and (min-width:768px){.thb-cart-form--collaterals .accordion{padding:0 30px}}.thb-cart-form--collaterals .accordion+.accordion{margin:0;border-top:1px solid var(--color-border)}.thb-cart-form--collaterals .accordion__content{font-size:.875rem}.thb-cart-form--notes{width:100%;font-size:.875rem;margin-bottom:20px}.thb-cart-form--notes-title{display:block;font-size:1rem;font-weight:var(--font-body-medium-weight, 500);margin-bottom:12px}.thb-cart-form--notes textarea{min-height:100px;margin-bottom:0}.thb-cart-form .cart-drawer--terms{display:block;margin-bottom:15px;text-align:left}.thb-cart-form .cart-drawer--terms a{color:var(--color-accent);text-decoration:underline;text-underline-offset:2px}.thb-cart-form--policy-text{display:block;font-size:.75rem;line-height:1.1;margin:7px 0 0;text-align:center;opacity:.6}.thb-cart-form--policy-text a{text-decoration:underline;text-underline-offset:1px}.thb-cart-form .accordion{margin-bottom:15px}.cart-empty{margin:0 auto;width:320px;padding:15vh 0;text-align:center}.cart-empty svg{margin-bottom:25px}.quantity.cart-update-mobile{margin-top:5px}.quantity.cart-update-mobile,.cart-remove-mobile{display:inline-flex}@media only screen and (min-width:1068px){.quantity.cart-update-mobile,.cart-remove-mobile{display:none}}.cart-discount .price{display:inline-block;color:var(--color-accent);padding:7px 10px;background-color:rgba(var(--color-accent-rgb),.1);font-size:.875rem;border-radius:var(--general-border-radius, 3px);line-height:1.1}.accordion{display:block;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);margin-bottom:25px;color:var(--color-body)}.accordion+.accordion:not(.accordion--has-border){border-top:0;margin-top:-25px}.accordion-container .accordion{max-width:760px;margin-right:auto;margin-left:auto}.accordion-container .accordion:last-child{margin-bottom:0}.accordion details[open] summary span{transform:rotateX(180deg)}.accordion summary{width:100%;list-style:none;position:relative;font-weight:var(--font-body-medium-weight, 500);font-size:1rem;line-height:1.2;padding:22px 40px 22px 0;cursor:pointer}[dir=rtl] .accordion summary{padding:22px 0 22px 40px}@media only screen and (min-width:768px){.accordion summary{font-size:1.25rem}}.accordion summary span{position:absolute;top:calc(50% - 4px);right:0;width:16px;height:8px;display:flex}[dir=rtl] .accordion summary span{right:auto;left:0}.accordion summary::-webkit-details-marker{display:none}.accordion .accordion__content{padding:0 0 15px}.accordion .accordion__content>*:last-child{margin-bottom:0}.accordion--small summary{font-size:1rem}.accordion--small summary span{width:12px;height:7px}.accordion--has-border{border:1px solid var(--color-border);border-radius:var(--general-border-radius, 3px)}.accordion--has-border summary{padding-left:15px}@media only screen and (min-width:768px){.accordion--has-border summary{padding-left:30px}}.accordion--has-border summary span{right:15px}@media only screen and (min-width:768px){.accordion--has-border summary span{right:30px}}.accordion--has-border+.accordion{margin-top:0}.accordion--has-border .accordion__content{padding:0 15px 15px}@media only screen and (min-width:768px){.accordion--has-border .accordion__content{padding:0 30px 30px}}.cart-recommendations{display:none;gap:10px}.cart-recommendations.product-recommendations--loaded{display:grid}.cart-recommendations .product-cart-item{margin:0}@media only screen and (min-width:768px){.cart-recommendations{grid-template-columns:repeat(2,1fr)}}
/*# sourceMappingURL=/cdn/shop/t/14/assets/cart.css.map */
