.cart-popup-wrapper{display:none!important}.tsw-cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10060;pointer-events:none;visibility:hidden}.tsw-cart-drawer.is-open{pointer-events:auto;visibility:visible}.tsw-cart-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000073;opacity:0;transition:opacity .35s ease}.tsw-cart-drawer.is-open .tsw-cart-drawer__overlay{opacity:1}.tsw-cart-drawer__panel{position:absolute;top:0;right:0;width:min(100%,420px);height:100%;background:#fff;display:flex;flex-direction:column;transform:translate(100%);transition:transform .35s ease;box-shadow:-4px 0 24px #0000001f}.tsw-cart-drawer.is-open .tsw-cart-drawer__panel{transform:translate(0)}.tsw-cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:20px 20px 16px;border-bottom:1px solid #e8e8e8;flex-shrink:0}.tsw-cart-drawer__title{margin:0;font-family:Playfair Display,Georgia,serif;font-size:18px;font-weight:400;letter-spacing:.06em;text-transform:uppercase;color:#000}.tsw-cart-drawer__close{width:44px;height:44px;padding:0;border:none;background:transparent;color:#000;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0}.tsw-cart-drawer__close-icon{display:block;width:24px;height:24px}.tsw-cart-drawer__shipping{padding:16px 20px;border-bottom:1px solid #e8e8e8;flex-shrink:0}.tsw-cart-drawer__shipping-row{display:flex;align-items:flex-start;gap:10px;margin-bottom:10px}.tsw-cart-drawer__shipping-icon{flex-shrink:0;margin-top:2px;color:#000}.tsw-cart-drawer__shipping-text{margin:0;font-family:Outfit,sans-serif;font-size:13px;font-weight:500;line-height:1.4;color:#000}.tsw-cart-drawer__progress-track{height:6px;background:#e8e8e8;border-radius:3px;overflow:hidden;margin-bottom:6px}.tsw-cart-drawer__progress-fill{height:100%;background:#000;border-radius:3px;transition:width .3s ease}.tsw-cart-drawer__progress-label{margin:0;font-family:Outfit,sans-serif;font-size:12px;color:#666}.tsw-cart-drawer__body{flex:1;overflow-y:auto;min-height:0}.tsw-cart-drawer__items{padding:0}.tsw-cart-drawer__empty{padding:32px 20px;margin:0;font-family:Outfit,sans-serif;font-size:14px;color:#666;text-align:center}.tsw-cart-drawer__item{display:flex;gap:14px;padding:16px 20px;border-bottom:1px solid #eeeeee}.tsw-cart-drawer__item-image{flex-shrink:0;width:72px;height:96px;overflow:hidden;background:#f5f5f5;display:block}.tsw-cart-drawer__item-image img{width:100%;height:100%;object-fit:cover;display:block}.tsw-cart-drawer__item-info{flex:1;min-width:0}.tsw-cart-drawer__item-top{display:flex;justify-content:space-between;align-items:flex-start;gap:8px;margin-bottom:4px}.tsw-cart-drawer__item-title{font-family:Playfair Display,Georgia,serif;font-size:14px;font-weight:400;line-height:1.35;color:#000;text-decoration:none;flex:1}.tsw-cart-drawer__item-title:hover{opacity:.75}.tsw-cart-drawer__item-price-row{display:flex;align-items:center;gap:6px;flex-shrink:0}.tsw-cart-drawer__item-price{font-family:Outfit,sans-serif;font-size:14px;font-weight:600;color:#000;white-space:nowrap}.tsw-cart-drawer__item-remove{width:22px;height:22px;padding:0;border:none;background:transparent;color:#999;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0}.tsw-cart-drawer__item-remove-icon{display:block;width:14px;height:14px}.tsw-cart-drawer__item-remove:hover{color:#000}.tsw-cart-drawer__item-variant{margin:0 0 8px;font-family:Outfit,sans-serif;font-size:12px;color:#666}.tsw-cart-drawer__qty-label{display:inline-flex;align-items:center;gap:6px;font-family:Outfit,sans-serif;font-size:12px;color:#000}.tsw-cart-drawer__qty-select{border:1px solid #cccccc;border-radius:0;padding:4px 24px 4px 8px;font-family:Outfit,sans-serif;font-size:12px;background:#fff;cursor:pointer;-webkit-appearance:auto;appearance:auto}.tsw-cart-drawer__footer{flex-shrink:0;border-top:1px solid #e8e8e8;padding:0 20px 16px;background:#fff}.tsw-cart-drawer__note{border-bottom:1px solid #eeeeee}.tsw-cart-drawer__note-summary{display:flex;align-items:center;gap:10px;padding:14px 0;font-family:Outfit,sans-serif;font-size:13px;font-weight:500;color:#000;cursor:pointer;list-style:none}.tsw-cart-drawer__note-summary::-webkit-details-marker{display:none}.tsw-cart-drawer__note-chevron{margin-left:auto;transition:transform .2s ease}.tsw-cart-drawer__note[open] .tsw-cart-drawer__note-chevron{transform:rotate(90deg)}.tsw-cart-drawer__note-input{width:100%;margin-bottom:14px;padding:10px 12px;border:1px solid #dddddd;font-family:Outfit,sans-serif;font-size:13px;resize:vertical;box-sizing:border-box}.tsw-cart-drawer__summary{padding:16px 0 12px}.tsw-cart-drawer__summary-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;font-family:Outfit,sans-serif;font-size:13px;color:#000}.tsw-cart-drawer__summary-row--total{font-weight:700;font-size:14px;margin-top:4px;margin-bottom:6px}.tsw-cart-drawer__summary-muted{color:#666;font-size:12px}.tsw-cart-drawer__summary-note{margin:0;font-family:Outfit,sans-serif;font-size:11px;color:#888}.tsw-cart-drawer__actions{display:flex;flex-direction:column;gap:10px;margin-bottom:16px}.tsw-cart-drawer.is-empty .tsw-cart-drawer__footer-filled{display:none}.tsw-cart-drawer.is-empty .tsw-cart-drawer__actions--empty{display:flex}.tsw-cart-drawer:not(.is-empty) .tsw-cart-drawer__actions--empty{display:none}.tsw-cart-drawer__actions--empty{margin-bottom:16px}.tsw-cart-drawer__btn{display:flex;align-items:center;justify-content:center;width:100%;min-height:48px;padding:12px 20px;font-family:Outfit,sans-serif;font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;text-decoration:none;text-align:center;box-sizing:border-box;transition:opacity .2s ease}.tsw-cart-drawer__btn--primary{background:#000;color:#fff;border:2px solid #000000}.tsw-cart-drawer__btn--primary:hover{opacity:.85;color:#fff}.tsw-cart-drawer__btn--secondary{background:#fff;color:#000;border:2px solid #000000}.tsw-cart-drawer__btn--secondary:hover{background:#000;color:#fff}.tsw-cart-drawer__trust{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;padding-top:12px;border-top:1px solid #eeeeee}.tsw-cart-drawer__trust-item{display:flex;flex-direction:column;align-items:center;gap:6px;text-align:center}.tsw-cart-drawer__trust-item svg{color:#000}.tsw-cart-drawer__trust-item span{font-family:Outfit,sans-serif;font-size:9px;line-height:1.3;color:#444}body.tsw-cart-drawer-open{overflow:hidden}body.tsw-cart-drawer-open .bacurr-cur-block,body.tsw-cart-drawer-open .bacurr-cur-blocker{display:none!important;visibility:hidden!important;pointer-events:none!important}@media(max-width:479px){.tsw-cart-drawer__panel{width:100%}.tsw-cart-drawer__trust-item span{font-size:8px}}.new-pdp-template .product-form__item--submit.product-form__item--payment-button{display:flex!important;flex-wrap:wrap;gap:12px 20px;align-items:center;width:100%}.new-pdp-template .product-form__cart-submit{display:inline-flex!important;align-items:center;justify-content:center;width:auto!important;max-width:237px!important;min-height:48px!important;height:48px!important;margin:0!important;padding:10px 24px!important;font-family:Outfit,sans-serif;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;line-height:1;background:#fff;color:#000;border:2px solid #000000!important;box-sizing:border-box;outline:none}.new-pdp-template .product-form__cart-submit.btn--secondary-accent,.new-pdp-template .product-form__cart-submit.btn--secondary-accent:not([disabled]):hover,.new-pdp-template .product-form__cart-submit.btn--secondary-accent:focus,.new-pdp-template .product-form__cart-submit:hover:not([aria-disabled=true]),.new-pdp-template .product-form__cart-submit:focus,.new-pdp-template .product-form__cart-submit:focus-visible,.new-pdp-template .product-form__cart-submit:active{border-color:#000!important;outline:none;box-shadow:none}.new-pdp-template .product-form__cart-submit:hover:not([aria-disabled=true]){background:#000;color:#fff}.new-pdp-template .product-form__cart-submit:focus:not([aria-disabled=true]),.new-pdp-template .product-form__cart-submit:focus-visible:not([aria-disabled=true]){background:#000;color:#fff}.new-pdp-template .product-form__cart-submit[aria-disabled=true]{opacity:.5;cursor:not-allowed;border-color:#000!important;background:#fff;color:#000}.new-pdp-template .shopify-payment-button{width:auto!important;max-width:237px!important;margin:0!important;min-height:48px}.new-pdp-template .shopify-payment-button__button,.new-pdp-template button.shopify-payment-button__button.shopify-payment-button__button--unbranded{width:100%!important;min-height:48px!important;height:48px!important;margin:0!important;padding:10px 24px!important;font-family:Outfit,sans-serif!important;font-size:13px!important;font-weight:700!important;letter-spacing:.04em;line-height:1!important;box-sizing:border-box}.new-pdp-template a.whatsapp-enquiry-link{display:inline-flex!important;align-items:center;justify-content:center;width:auto!important;max-width:296px!important;min-height:48px!important;height:48px!important;margin:0!important;padding:10px 40px!important;gap:10px;font-family:Outfit,sans-serif;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;line-height:1;background:transparent!important;background-image:none!important;color:#00aa45!important;border:2px solid #00aa45!important;box-sizing:border-box}.new-pdp-template a.whatsapp-enquiry-link:hover{background:#00aa45!important;color:#fff!important}.new-pdp-template a.whatsapp-enquiry-link svg{flex-shrink:0;width:18px;height:18px}@media(max-width:768px){.new-pdp-template .product-form__cart-submit,.new-pdp-template .shopify-payment-button{max-width:calc(50% - 10px)!important;flex:1 1 calc(50% - 10px)}.new-pdp-template a.whatsapp-enquiry-link{max-width:100%!important;width:100%!important;flex:1 1 100%}}
/*# sourceMappingURL=/cdn/shop/t/14/assets/cart-drawer.css.map */
