.aycan-cart-page,.aycan-cart-page__footer{--cart-pad: var(--gutter);--cart-thumb: 64px;--cart-line-gap: 0}.aycan-cart-page{background:var(--color-blush)}.aycan-cart-page__surface{min-height:1px;background:rgb(var(--color-background));border-radius:var(--radius-card, 16px);box-shadow:0 8px 28px #1f1f1f1a;overflow:hidden}.aycan-cart-page__inner{max-width:var(--w-wide, 1200px);padding-top:24px;padding-bottom:24px}@media screen and (min-width:990px){.aycan-cart-page__inner{max-width:none;padding-top:32px;padding-bottom:32px;padding-inline:32px!important}}.aycan-cart-page__header{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:20px}.aycan-cart-page__heading-group{display:flex;align-items:center;gap:12px}.aycan-cart-page__title{margin:0;font-family:var(--font-heading-family);font-style:normal;font-weight:400;font-size:clamp(2.8rem,2vw + 2.2rem,3.6rem);color:rgb(var(--color-foreground))}.aycan-cart-page__count{display:inline-flex;align-items:center;justify-content:center;min-width:2.6rem;height:2.6rem;padding:0 .7rem;border-radius:var(--radius-pill, 999px);background:rgb(var(--color-foreground));color:rgb(var(--color-background));font-family:var(--font-body-family);font-size:var(--t-label);font-weight:600;font-variant-numeric:tabular-nums}.aycan-cart-page__header .aycan-cart-continue{display:inline-flex;align-items:center;gap:4px;flex-shrink:0;white-space:nowrap;font-family:var(--font-body-family);font-size:var(--t-ui);line-height:var(--lh-ui);font-weight:500;color:inherit;text-decoration:none}.aycan-cart-continue .ewa-icon{width:1.1rem;height:1.1rem;transition:transform var(--dur-2) var(--ease-out)}.aycan-cart-continue:hover .ewa-icon,.aycan-cart-continue:focus-visible .ewa-icon{transform:translate(calc(-1 * var(--icon-slide)))}@media(prefers-reduced-motion:reduce){.aycan-cart-continue:hover .ewa-icon,.aycan-cart-continue:focus-visible .ewa-icon{transform:none}}.aycan-cart-page__ship{margin-bottom:24px}.aycan-cart-page__layout{width:100%}.aycan-cart-page__table thead{display:none}.aycan-cart-page__table,.aycan-cart-page__table tbody{display:block;width:100%}.aycan-cart-page__table tbody{display:flex;flex-direction:column;gap:var(--cart-line-gap)}.aycan-cart-page__table tr.cart-item{display:block!important;margin:0!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important;height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important}.aycan-cart-page__table td.cart-item__shell{display:block!important;width:100%!important;padding:0!important;border:0!important}.aycan-cart-page__table td{padding:0!important;border:0}.aycan-cart-page__table .aycan-cart-line{border:0;border-bottom:1px solid var(--card-border-tint);border-radius:0;background:transparent;box-shadow:none}.aycan-cart-page__table .aycan-cart-line:hover,.aycan-cart-page__table .aycan-cart-line:focus-within{background:var(--color-blush);border-color:transparent;border-radius:12px}.aycan-cart-page__table tr.cart-item:first-child .aycan-cart-line{padding-top:4px}.aycan-cart-page__table tr.cart-item:last-child .aycan-cart-line{border-bottom:0}.aycan-cart-recs.aycan-cart-recs--inline{padding-top:20px}@media screen and (min-width:990px){.aycan-cart-page__items .aycan-cart-recs__track{gap:24px}.aycan-cart-page__items .aycan-cart-recs-cards__item{flex:1 1 0;max-width:none}}@media screen and (min-width:990px){main:has(#main-cart-items):has(#main-cart-footer){display:grid;width:100%;grid-template-columns:minmax(0,1fr) 428px;align-items:start;gap:32px;max-width:var(--w-wide, 1400px);margin-inline:auto;padding-inline:var(--gutter);padding-top:32px;box-sizing:border-box;background:var(--color-blush)}main:has(#main-cart-items):has(#main-cart-footer) #main-cart-footer{align-self:stretch;background:var(--color-blush)}main:has(#main-cart-items):has(#main-cart-footer) cart-items.aycan-cart-page{padding-top:0}main:has(#main-cart-items):has(#main-cart-footer)>.shopify-section{display:contents}main:has(#main-cart-items):has(#main-cart-footer) .page-width{max-width:none;padding-inline:0}#main-cart-footer>.page-width{height:100%}main:has(#main-cart-items):has(#main-cart-footer) cart-items{grid-column:1}main:has(#main-cart-items):has(#main-cart-footer) #main-cart-footer{grid-column:2}.aycan-cart-page,.aycan-cart-page__footer{--cart-thumb: 64px;--col-qty: 172px;--col-total: 100px;--col-remove: 60px}.aycan-cart-page__table thead{display:block;width:100%}.aycan-cart-page__thead tr{display:grid;width:100%;grid-template-columns:var(--cart-thumb) minmax(0,1fr) var(--col-qty) var(--col-total) var(--col-remove);column-gap:18px;padding:0 0 12px;border-bottom:1px solid var(--card-border-tint)}.aycan-cart-page__th{grid-column:span 1;width:auto!important;padding:0!important;border-bottom:0!important;font-family:var(--font-body-family);font-size:var(--t-label);font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--color-text-muted);text-align:start}.aycan-cart-page__th--product{grid-column:span 2}.aycan-cart-page__th--qty,.aycan-cart-page__th--total,.aycan-cart-page__th--remove{text-align:center!important}.aycan-cart-page__table .aycan-cart-line{grid-template-columns:var(--cart-thumb) minmax(0,1fr) var(--col-qty) var(--col-total) var(--col-remove);grid-template-areas:"media content qty total remove";align-items:center;column-gap:18px;padding:8px 0}.aycan-cart-page__table .aycan-cart-line__aside{display:contents}.aycan-cart-page__table .aycan-cart-line__title-row{flex-direction:row;align-items:baseline;flex-wrap:nowrap;gap:0;min-width:0}.aycan-cart-page__table .aycan-cart-line__title{flex:0 1 auto;max-width:65%;-webkit-line-clamp:1}.aycan-cart-page__table .aycan-cart-line__variants{flex:0 1 auto;-webkit-line-clamp:1;white-space:nowrap}.aycan-cart-page__table .aycan-cart-line__variants:before{content:" \b7  ";white-space:pre}.aycan-cart-page__table .aycan-cart-line__aside-top{grid-area:qty;justify-content:center;align-items:center}.aycan-cart-page__table .aycan-cart-line__actions{display:flex;justify-content:center;padding-inline-start:0!important}.aycan-cart-page__table .aycan-cart-line__unit-price{display:flex;align-items:baseline;justify-content:center;gap:4px;margin-top:2px}.aycan-cart-page__table .aycan-cart-line__price-col{grid-area:total;max-width:none;min-width:0;align-items:center}.aycan-cart-page__table .aycan-cart-line__price-stack{justify-content:center}.aycan-cart-page__table .aycan-cart-line__remove-wrap{grid-area:remove;justify-self:center;align-self:center}}.aycan-cart-page__footer{display:flex;flex-direction:column;justify-content:flex-start;gap:16px;padding-top:8px;border-top:1px solid var(--card-border-tint)}.aycan-cart-page__footer.cart__footer>*+*{margin-inline-start:0;margin-top:0}.aycan-cart-page__footer.cart__footer>*{width:100%}@media screen and (min-width:990px){.aycan-cart-page__footer{display:flex;flex-direction:column;justify-content:flex-start;gap:16px;padding:32px;border:1px solid var(--card-border-tint-strong);border-radius:var(--radius-card, 16px);background:rgb(var(--color-background));box-shadow:0 8px 28px #1f1f1f1a;position:sticky;top:calc(var(--header-height, 80px) + 24px)}.aycan-cart-page__blocks{display:block}.aycan-cart-page__blocks>*+*{margin-top:16px}.aycan-cart-page__trust{padding-top:8px!important;border-top:1px solid var(--card-border-tint)}}.aycan-cart-page__promo{display:block;padding-bottom:16px;border-bottom:1px solid var(--card-border-tint)}.aycan-cart-page__promo .aycan-promo__toggle{display:flex;align-items:center;gap:8px;padding:10px 0;font-family:var(--font-body-family);font-size:var(--t-ui);font-weight:500;color:rgb(var(--color-foreground));cursor:pointer;list-style:none}.aycan-cart-page__promo .aycan-promo__toggle .svg-wrapper{width:1.1rem;height:1.1rem}.aycan-cart-page__promo .aycan-promo__toggle .icon-caret{position:static;top:auto;inset-inline-end:auto;height:var(--icon-size-sm);margin-inline-start:auto}.aycan-cart-page__promo .aycan-promo__details summary{list-style:none}.aycan-cart-page__promo .aycan-promo__details summary::-webkit-details-marker{display:none}.aycan-cart-page__promo .aycan-promo__form{margin-top:12px}.aycan-cart-page__promo .aycan-promo__msg[hidden]{display:none}.aycan-cart-page__promo .aycan-promo__field.aycan-news__field{flex-direction:row;align-items:center;gap:.5rem;border:1px solid rgba(var(--color-foreground),.16);border-radius:var(--radius-pill, 999px);background:rgb(var(--color-background));box-shadow:none;padding-block:.4rem;padding-inline:1rem .4rem}.aycan-cart-page__promo .aycan-promo__field.aycan-news__field:focus-within{border-color:rgb(var(--color-button))}.aycan-cart-page__promo .aycan-promo__field .aycan-news__input{width:auto;min-height:0;font-size:1.3rem;padding:.65rem .35rem;border:0!important;border-radius:0!important;background:transparent!important}.aycan-cart-page__promo .aycan-promo__field .aycan-news__btn{width:auto;min-height:0;padding:.85rem 1.35rem;font-size:1.25rem}.aycan-cart-page__summary .discounts{margin-bottom:10px}.aycan-cart-page__summary .discounts__discount{display:flex;align-items:center;gap:6px;font-family:var(--font-body-family);font-size:var(--t-ui);font-weight:500;color:var(--color-pink-text)}.aycan-cart-page__summary .tax-note{display:block;margin:16px 0 0;text-align:start;font-family:var(--font-body-family);font-size:var(--t-label);line-height:1.45;color:var(--color-text-muted)}.aycan-cart-page__summary .aycan-cart-installments{width:100%;margin:16px 0 0;text-align:start}.aycan-cart-page__summary .aycan-cart-installments shopify-payment-terms,.aycan-cart-page__summary .aycan-cart-installments .shopify-payment-terms{font-family:var(--font-body-family);font-size:var(--t-ui);font-weight:500;color:rgba(var(--color-foreground),.72);justify-content:flex-start}.aycan-cart-page__ctas{width:100%}.aycan-cart-page__ctas .cart__checkout-button.button{max-width:270px;margin-inline:auto;width:100%;min-height:4.8rem}.aycan-cart-page__blocks .additional-checkout-buttons{max-width:270px;margin-inline:auto;margin-top:0!important;padding-top:16px;border-top:1px solid var(--card-border-tint);--gravity-button-border-radius: 999px;--shopify-accelerated-checkout-button-border-radius: 999px}.aycan-cart-page__blocks .additional-checkout-buttons [data-shopify-buttoncontainer]{display:flex!important;flex-direction:column!important;align-items:stretch!important;width:100%!important;gap:12px!important}.aycan-cart-page__blocks .additional-checkout-buttons [data-shopify-buttoncontainer] div,.aycan-cart-page__blocks .additional-checkout-buttons [data-shopify-buttoncontainer] span,.aycan-cart-page__blocks .additional-checkout-buttons [data-shopify-buttoncontainer] button,.aycan-cart-page__blocks .additional-checkout-buttons [data-shopify-buttoncontainer] iframe{width:100%!important;box-sizing:border-box!important}.aycan-cart-page__blocks .additional-checkout-buttons .shopify-payment-button,.aycan-cart-page__blocks .additional-checkout-buttons .shopify-payment-button__button,.aycan-cart-page__blocks .additional-checkout-buttons iframe{width:100%!important;min-height:4.8rem!important;border-radius:var(--radius-pill, 999px)!important;overflow:hidden!important}.aycan-cart-page__trust{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:6px 12px;margin:0;padding:0;list-style:none}@media screen and (max-width:749px){.aycan-cart-page__footer{padding-bottom:92px}.aycan-cart-page__ctas{position:fixed;inset-inline-start:0;inset-inline-end:0;bottom:0;z-index:10;padding:10px var(--gutter) calc(10px + env(safe-area-inset-bottom,0px));background:rgb(var(--color-background));box-shadow:0 -8px 24px -12px #1f1f1f1f}}@media screen and (min-width:750px)and (max-width:989px){.aycan-cart-page__footer{max-width:var(--w-content, 640px);margin-inline:auto}.aycan-cart-page__ctas{max-width:360px;margin-inline:auto}}
/*# sourceMappingURL=/cdn/shop/t/15/assets/aycan-cart-page.css.map */
