cart-items{display:block}.cart-items__header{display:none}.cart-item{display:grid;grid-template-columns:80px auto 60px 120px;grid-template-rows:1fr auto;gap:0px 8px;padding:12px 0;align-items:center}.cart-item__error{grid-column:1 / all;background-color:var(--error);color:#fff;border-radius:4px;padding:8px 24px;display:flex;justify-content:center;align-items:center;gap:12px;font-size:1.6rem;margin-top:12px}.cart-item__title{display:block}.cart-item__details>.price,.cart-item__details .cart-item__discounted-prices{font-size:1.2rem;font-weight:400;line-height:1.3;color:color-mix(in srgb,var(--color-foreground) 62%,transparent)}.cart-item__details .cart-item__discounted-prices .cart-item__final-price{font-weight:400}.cart-item__total .price{font-size:1.4rem;font-weight:700;line-height:1.8}.cart-item__total .cart-item__discounted-prices .cart-item__old-price{font-size:1.3rem;font-weight:400}.cart-kvkk{padding:16px;background:var(--color-background-alt, rgba(0,0,0,.02));border-radius:12px;border:1px solid var(--color-borders)}.cart-kvkk__label{gap:12px;cursor:pointer;align-items:flex-start}.cart-kvkk__checkbox-wrap{position:relative;flex-shrink:0;width:20px;height:20px;margin-top:1px}#cart-kvkk .cart-kvkk__checkbox,.cart-kvkk .cart-kvkk__checkbox{position:absolute;opacity:0;width:20px!important;height:20px!important;cursor:pointer;z-index:1;margin:0;padding:0!important}.cart-kvkk__check-visual{display:flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:6px;border:1.5px solid var(--color-borders);background:var(--color-background);transition:background .2s ease,border-color .2s ease,box-shadow .2s ease}.cart-kvkk__check-visual svg{width:12px;height:12px;opacity:0;transform:scale(.5);transition:opacity .15s ease,transform .15s ease;color:#fff}.cart-kvkk__checkbox:checked~.cart-kvkk__check-visual{background:var(--color-button-background, #4A3060);border-color:var(--color-button-background, #4A3060);box-shadow:0 2px 8px #4a306040}.cart-kvkk__checkbox:checked~.cart-kvkk__check-visual svg{opacity:1;transform:scale(1)}.cart-kvkk__checkbox:focus-visible~.cart-kvkk__check-visual{box-shadow:0 0 0 2px var(--color-background),0 0 0 4px var(--color-button-background, #4A3060)}.cart-kvkk__text{line-height:1.5}.cart-kvkk__text a{text-decoration:underline;font-weight:600}#cart-note,#cart-page-addons,#cart-footer{width:100%}#cart-footer{margin-left:auto}.cart__subtotals{margin:24px 0}.cart__subtotal{display:flex;justify-content:space-between;align-items:center}.cart__tax{margin-top:12px}.shipping-notification{display:flex;align-items:center;justify-content:center;gap:12px}.shipping-notification .checkmark{display:none}.shipping-notification.threshold-reached .checkmark{display:block;min-width:26px;min-height:26px;stroke-width:4px;background:transparent;border-radius:50%}.main-cart:not(.drawer) .shipping-notification.threshold-reached .checkmark{animation:fill .4s ease-in-out 1.4s forwards,scale .3s ease-in-out 1.9s both}.shipping-notification .checkmark__check{transform-origin:50% 50%;stroke-dasharray:48;stroke-dashoffset:48}.main-cart:not(.drawer) .shipping-notification .checkmark__check{animation:stroke .3s cubic-bezier(.65,0,.45,1) 1.8s forwards}.checkmark__circle{stroke-dasharray:166;stroke-dashoffset:166;stroke-miterlimit:10;fill:none}.main-cart:not(.drawer) .checkmark__circle{animation:stroke .6s cubic-bezier(.65,0,.45,1) 1s forwards}@keyframes stroke{to{stroke-dashoffset:0}}@keyframes scale{0%,to{transform:none}50%{transform:scale3d(1.1,1.1,1)}}@keyframes fill{to{background:var(--success)}}.cart-item__total .cart-item__discounted-prices{justify-content:flex-end}.cart-item__discounted-prices{display:flex;flex-direction:row;gap:.6rem}.cart-item__discounted-prices .cart-item__old-price{text-decoration:line-through}.cart-item__discount{display:flex;flex-direction:row;align-items:center;gap:.8rem;font-size:1.4rem;font-family:var(--font-body-family)}.cart-item__discount svg{width:16px;min-width:16px}.cart__discount{display:flex;align-items:center;justify-content:space-between}.cart__subtotal-final{font-weight:700;padding-top:12px;border-top:1px dashed var(--color-borders);margin-top:12px}.cart__discounts>*+*{--spacing: 4px;margin-top:var(--spacing)}.cart__discounts{margin-top:4px;margin-bottom:4px}.cart__discount .discount-title{max-width:80%;line-height:1.25}.cart__discount .discount-price{flex:1 0 auto;text-align:right}.cart__subtotal-final{font-weight:700}.cart-buttons{display:flex;flex-direction:column;width:100%;gap:12px}.cart-column{width:100%}.template-cart #MainContent{background:#fdf5ed}.template-cart .main-cart{color:#3e2b56}.template-cart .cart-page__title{color:#3e2b56;font-weight:700;letter-spacing:-.02em;margin:0}.template-cart .cart-page__continue{color:#3e2b56;text-decoration:underline;text-underline-offset:3px;opacity:.75}.template-cart .cart-page__continue:hover{opacity:1}.template-cart .empty-cart-notice{margin-top:40px;color:#3e2b56}.template-cart cart-items{margin-top:32px;border-bottom:0;background:#fff;border-radius:20px;padding:8px 20px 12px;box-shadow:0 8px 28px #3e2b560f}.template-cart .cart-items__header{grid-template-columns:2fr 1fr;color:#3e2b568c}.template-cart .cart-item{display:grid;gap:12px 16px;grid-template-columns:88px 1fr auto;grid-template-areas:"a b c" "a b d" "e e e";align-items:start;padding:20px 0;border-top:1px solid rgba(62,43,86,.08)}.template-cart .cart-item:first-of-type{border-top:0}.template-cart .cart-item__image-container .media,.template-cart .cart-item__image{border-radius:14px;overflow:hidden}.template-cart .cart-item__title{color:#3e2b56;font-weight:600}.template-cart .cart-item__details>.price,.template-cart .cart-item__details .cart-item__discounted-prices{color:#3e2b569e}.template-cart .cart-item__total .price{color:#3e2b56}.template-cart .cart-item .quantity{border-radius:999px;border-color:#3e2b5624;background:#fdf5ed}.template-cart .cart-item .cart-remove-button,.template-cart .cart-item .cart-item__remove{color:#3e2b56;text-decoration:underline;text-underline-offset:2px;opacity:.7}.template-cart .shipping-notification{margin-top:16px;border-bottom:0;padding:14px 18px;background:#3e2b560f;border-radius:14px;color:#3e2b56}.template-cart .view-cart{display:none!important}.template-cart .cart-item__image-container{grid-area:a}.template-cart .cart-item__details{grid-area:b}.template-cart .cart-page__bottom{gap:24px;align-items:stretch}.template-cart #cart-page-addons,.template-cart #cart-footer{flex:1 1 280px;max-width:100%}.template-cart #cart-page-addons{display:flex;flex-direction:column;min-height:0}.template-cart .cart-page__addons{flex:1 1 auto;width:100%;display:flex;flex-direction:column;gap:12px;min-height:0;background:#fff;border-radius:20px;padding:20px;box-shadow:0 8px 28px #3e2b560f}.template-cart .cart-page__addons .cart-discount{flex:0 0 auto}.template-cart #cart-note{flex:1 1 auto;min-height:0;display:flex;flex-direction:column}.template-cart #cart-note .order-note{height:100%;display:flex;flex-direction:column;flex:1 1 auto;min-height:0;background:transparent;border-radius:0;padding:0;box-shadow:none}.template-cart #cart-note .cart__note-title{font-weight:600;font-size:1.35rem;color:#3e2b56;opacity:.85}.template-cart #cart-note .text-area{width:100%;flex:1 1 auto;min-height:72px;height:100%;border-radius:14px;border:1.5px solid rgba(62,43,86,.14);background:#fdf5ed;color:#3e2b56;font-size:1.4rem;padding:14px;resize:none;transition:border-color .2s ease,box-shadow .2s ease}.template-cart #cart-note .text-area::placeholder{color:#3e2b5673}.template-cart #cart-note .text-area:focus,.template-cart #cart-note .text-area:focus-visible{border-color:#3e2b56!important;outline:none!important;box-shadow:0 0 0 2px #3e2b562e!important}.template-cart #cart-footer .cart-footer{background:#fff;border-radius:20px;padding:20px;box-shadow:0 8px 28px #3e2b560f}.template-cart .cart__subtotal{color:#3e2b56;font-size:1.5rem}.template-cart .cart__subtotal span:last-child{font-weight:700}.template-cart .cart-buttons .btn--primary{background:#2a2248;border-color:#2a2248;color:#fff;border-radius:14px;padding:16px 24px;font-weight:600}.template-cart .cart-buttons .btn--primary:hover{background:#3a315c;border-color:#3a315c}.template-cart .cart__tax{color:#3e2b568c}@media(max-width:767px){.template-cart .cart-page__bottom{flex-direction:column}.template-cart #cart-page-addons,.template-cart #cart-note,.template-cart #cart-footer{width:100%}.template-cart cart-items{padding:4px 14px 8px}}.template-cart .cart-item__total{grid-area:c}.template-cart .cart-item__actions{grid-area:d;justify-self:end}.template-cart .cart-item__error{grid-area:e}@media only screen and (min-width:768px){.template-cart .cart-items__header{grid-template-columns:auto 96px 160px}.template-cart .cart-item{align-items:center;grid-template-columns:120px auto 96px 160px;grid-template-areas:"a b c d" "e e e e"}.template-cart .cart-item__total{grid-area:d}.template-cart .cart-item__actions{grid-area:c}.template-cart .cart__subtotal{margin-top:0}.template-cart #cart-page-addons,.template-cart #cart-footer{width:max(40%,260px)}}#drawer-cart.drawer .drawer-panel,drawer-cart.drawer .drawer-panel{background:#fff;color:#3e2b56}.drawer.main-cart .drawer-content{padding-bottom:20px;background:#fff;flex:1 1 auto;min-height:0;height:auto}.drawer cart-items{margin-bottom:20px}.drawer .empty-cart-notice,.drawer .empty-cart-haiku{text-align:center;color:#3e2b56}.drawer .drawer-cart__header{border-bottom:1px solid rgba(62,43,86,.12);background:#fdf5ed}.drawer .drawer-cart__header .drawer-header h3{font-size:1.8rem;font-weight:700;letter-spacing:.02em;color:#3e2b56;text-transform:none}.drawer .drawer-cart__header .close{width:40px;height:40px;border-radius:50%;background:#3e2b5614;color:#3e2b56;transition:background .2s ease,transform .2s ease}.drawer .drawer-cart__header .close:hover{background:#3e2b5629;transform:rotate(90deg)}.drawer .drawer-cart__header .close svg{width:16px;height:16px}.drawer .shipping-notification{padding:12px var(--drawer-padding);font-size:1.35rem;background-color:#3e2b560f;color:#3e2b56;letter-spacing:.01em}.drawer .shipping-notification.threshold-reached{background-color:var(--success);color:var(--success-foreground)}.drawer .cart-item{grid-template-columns:80px 1fr auto;grid-template-areas:"a b c" "a b d" "e e e";align-items:start;padding:16px 0;border-bottom:1px solid rgba(62,43,86,.08)}.drawer .cart-item:last-of-type{border-bottom:none}.drawer .cart-item__image-container{grid-area:a}.drawer .cart-item__image-container .media{border-radius:12px;overflow:hidden;border:1px solid rgba(62,43,86,.1);background:#fdf5ed}.drawer .cart-item__image-container .cart-item__image{border-radius:12px}.drawer .cart-item__details{grid-area:b;padding-left:4px}.drawer .cart-item__title{font-size:1.45rem;font-weight:600;line-height:1.3;margin-bottom:2px;color:#3e2b56}.drawer .cart-item__details>.price,.drawer .cart-item__details .product-option{color:#3e2b569e}.drawer .cart-item__total{grid-area:c}.drawer .cart-item__total .price{color:#3e2b56;font-weight:700}.drawer .cart-item__actions{grid-area:d;justify-self:end}.drawer .quantity{border:1.5px solid rgba(62,43,86,.18);border-radius:100px;overflow:hidden;background:#fdf5ed}.drawer .quantity__button{color:#3e2b56;transition:background .15s ease}.drawer .quantity__button:hover{background:#3e2b5614}.drawer .quantity__input{padding:2px 0;font-weight:600;font-size:1.4rem;color:#3e2b56;background:transparent}.drawer cart-remove-button{display:none}.drawer #cart-recommendations .cart-recommendations__title,.drawer .cart-recommendations__title{color:#3e2b56;font-weight:700;letter-spacing:.02em;text-transform:none;font-size:1.35rem}.drawer .drawer-footer{border-top:0;background:#fdf5ed;padding:12px var(--drawer-padding) calc(var(--drawer-padding) + 4px)}.drawer .cart__subtotals{margin:0 0 14px}.drawer .cart-kvkk{margin-top:8px;margin-bottom:8px}.drawer .cart__subtotal{font-size:1.35rem;font-weight:500;color:#3e2b56}.drawer .cart__subtotal span:last-child{font-weight:700;font-size:1.65rem;color:#3e2b56}.drawer .cart-buttons .btn--primary,.drawer .cart-buttons .btn--secondary{border-radius:14px;padding:16px 24px;font-size:1.5rem;font-weight:600;letter-spacing:.04em;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.drawer .cart-buttons .btn--primary:not(:disabled):hover,.drawer .cart-buttons .btn--secondary:not(:disabled):hover{transform:translateY(-1px);box-shadow:0 4px 16px #2a224838}.drawer .cart-buttons .btn--primary:disabled,.drawer .cart-buttons .btn--secondary:disabled{opacity:.4;cursor:not-allowed}.drawer .cart-buttons .cart-checkout-button,.drawer .cart-buttons #cart-checkout-button,.drawer .cart-buttons .cart__dynamic-checkout-buttons{display:none!important}.drawer .cart-buttons .view-cart{font-size:1.5rem;font-weight:600;margin-top:0;border-radius:14px;padding:16px 24px;opacity:1;background:#2a2248!important;border-color:#2a2248!important;color:#fff!important;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.drawer .cart-buttons .view-cart:hover{opacity:1;background:#3a315c!important;border-color:#3a315c!important;transform:translateY(-1px);box-shadow:0 4px 16px #2a224838}.drawer .cart__tax,.drawer #cart-note{display:none!important}.drawer.is-open .shipping-notification.threshold-reached .checkmark{animation:fill .4s ease-in-out .9s forwards,scale .3s ease-in-out 1.4s both}.drawer.is-open .shipping-notification .checkmark__check{animation:stroke .3s cubic-bezier(.65,0,.45,1) 1.3s forwards}.drawer.is-open .checkmark__circle{animation:stroke .6s cubic-bezier(.65,0,.45,1) .5s forwards}.cart-discount{display:block}.cart-discount__details{width:100%}.cart-discount__summary{display:flex;align-items:center;justify-content:space-between;gap:8px;cursor:pointer;list-style:none;font-size:1.35rem;font-weight:600;color:#3e2b56;padding:10px 0;-webkit-user-select:none;user-select:none;border-top:1px solid rgba(62,43,86,.5);border-bottom:1px solid rgba(62,43,86,.5)}.cart-discount__summary::-webkit-details-marker,.cart-discount__summary::marker{display:none}.cart-discount__summary svg{width:16px;height:16px;flex-shrink:0}.cart-discount__panel{padding-top:10px;padding-bottom:4px}.cart-discount__form{display:flex;gap:8px;align-items:stretch}.cart-discount__input{flex:1 1 auto;min-width:0;height:44px;border-radius:12px;border:1.5px solid rgba(62,43,86,.14);background:#fdf5ed;color:#3e2b56;font-size:1.4rem;padding:0 14px;transition:border-color .2s ease,box-shadow .2s ease}.cart-discount__input::placeholder{color:#3e2b5673}.cart-discount__input:focus,.cart-discount__input:focus-visible{border-color:#3e2b56;outline:none;box-shadow:0 0 0 2px #3e2b562e}.cart-discount__apply{flex:0 0 auto;height:44px;padding:0 16px;border:0;border-radius:12px;background:#2a2248;color:#fff;font-size:1.35rem;font-weight:600;cursor:pointer;transition:background .2s ease,transform .2s ease}.cart-discount__apply:hover:not(:disabled){background:#3a315c}.cart-discount__apply:disabled{opacity:.5;cursor:not-allowed}.cart-discount.is-loading .cart-discount__apply{opacity:.6}.cart-discount__message{margin:8px 0 0;font-size:1.25rem;line-height:1.4}.cart-discount__message[hidden]{display:none}.cart-discount__message.is-error{color:#b42318}.cart-discount__message.is-success{color:#067647}.cart-discount__codes{display:flex;flex-wrap:wrap;gap:8px;list-style:none;margin:10px 0 0;padding:0}.cart-discount__pill{display:inline-flex;align-items:center;gap:6px;padding:6px 8px 6px 12px;border-radius:999px;background:#3e2b5614;color:#3e2b56;font-size:1.25rem;font-weight:600}.cart-discount__pill-remove{display:grid;place-content:center;width:22px;height:22px;padding:0;border:0;border-radius:50%;background:transparent;color:#3e2b56;cursor:pointer}.cart-discount__pill-remove svg{width:12px;height:12px}.cart-discount__pill-remove:hover{background:#3e2b561f}.drawer #cart-discount-code{flex:0 0 auto;width:100%;background:#fdf5ed}.drawer .cart-discount{padding:10px var(--drawer-padding)}.drawer .cart-discount__input{background:#fff}drawer-cart [data-contents]{height:100%}.essential-upsell-cross-sell-block button,.essential-upsell-cross-sell-block [class*=add],.essential-upsell-cross-sell-block [class*=Add],.essential-upsell-cross-sell-block [class*=ekle],.essential-upsell-cross-sell-block [class*=Ekle],[class*=essential-upsell] button,[class*=essential-upsell] [class*=add-to-cart],[class*=essential-upsell] [class*=add_to_cart]{background-color:#3e2b56!important;border-color:#3e2b56!important;color:#fff!important}
/*# sourceMappingURL=/cdn/shop/t/14/assets/component-cart.css.map */
