.prc{line-height:1.6;letter-spacing:0;--prc-fs: var(--prc-text-m, 14px);--prc-title: var(--prc-title-m, 26px);display:block;width:100%;background:var(--prc-bg, #ffffff);color:var(--prc-text, #3e491c);padding-top:var(--prc-pt-m, 20px);padding-bottom:var(--prc-pb-m, 20px);margin-bottom:var(--prc-mb-m, 50px)}.pr-cart-container{max-width:var(--prc-max, 1200px);margin:0 auto;padding:0 20px}.prc h1,.prc h3,.prc h4{letter-spacing:0;line-height:1.3}.pr-empty-state{min-height:60vh;display:flex;align-items:center;justify-content:center;padding:60px 0}.pr-empty-state__content{text-align:center;max-width:540px}.pr-empty-state__title{font-size:var(--prc-title);color:var(--prc-heading, #3e491c);margin:0 0 16px;font-weight:600}.pr-empty-state__text{font-size:var(--prc-fs);color:var(--prc-text, #3e491c);line-height:1.6;margin:0 0 32px}.pr-empty-state__btn{--buttons-radius-outset: 14px;border-radius:14px;padding:16px 40px;margin-bottom:48px;font-size:var(--prc-fs);letter-spacing:0;line-height:1.42}.prc .pr-benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:24px;padding:32px 24px;background:var(--prc-benefits-bg, #ffffff);border-radius:16px}.pr-benefit-item{display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center}.pr-benefit-item__text{font-size:calc(var(--prc-text-m, 14px) - 1px);color:var(--prc-text, #3e491c);line-height:1.4}.pr-cart-header{display:flex;justify-content:space-between;align-items:center;padding:32px 0 24px;border-bottom:2px solid var(--prc-border, #3e491c);margin-bottom:24px}.pr-cart-header__title{font-size:var(--prc-title);color:var(--prc-heading, #3e491c);margin:0;font-weight:600}.pr-cart-header__count{font-size:calc(var(--prc-text-m, 14px) - 1px);color:var(--prc-badge-text, #ffffff);background:var(--prc-badge-bg, #3e491c);padding:8px 18px;border-radius:24px;font-weight:600;white-space:nowrap}pr-shipping-bar{display:block}.pr-shipping-progress{background:var(--prc-ship-bg, #ffffff);border-radius:16px;padding:20px 24px;margin-bottom:15px;box-shadow:0 2px 8px #00000014;border:1px solid var(--prc-border, #3e491c)}.pr-shipping-progress__bar{position:relative;height:8px;background:#fff6;border-radius:8px;overflow:hidden;margin-bottom:12px}.prc .pr-shipping-progress__fill{display:block;position:absolute;left:0;top:0;height:100%;width:0%;background:var(--prc-ship-fill, #3e491c);border-radius:8px;transition:width .6s cubic-bezier(.4,0,.2,1)}.prc .pr-shipping-progress__message{display:block;font-size:var(--prc-fs);color:var(--prc-heading, #3e491c);text-align:center;font-weight:600;line-height:1.4;min-height:1.4em}.pr-cart-layout{display:grid;gap:15px}.pr-cart-items{display:flex;flex-direction:column;gap:20px}.cart__items--disabled{pointer-events:none}.pr-cart-product{display:flex;gap:16px;padding:20px;background:var(--prc-product-bg, #fadada);border-radius:12px;border:2px solid var(--prc-border, #3e491c);transition:box-shadow .3s cubic-bezier(.4,0,.2,1),transform .3s cubic-bezier(.4,0,.2,1)}.pr-cart-product:hover{box-shadow:0 4px 16px #0000001a;transform:translateY(-2px)}.pr-cart-product__image{flex-shrink:0;width:110px;height:110px;border-radius:12px;overflow:hidden;background:var(--prc-image-bg, #ffffff);border:1px solid var(--prc-border, #3e491c)}.pr-cart-product__image a{display:block;width:100%;height:100%}.pr-cart-product__image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.pr-cart-product:hover .pr-cart-product__image img{transform:scale(1.05)}.pr-cart-product__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--prc-border, #3e491c);opacity:.3}.pr-cart-product__placeholder svg{width:100%;height:100%}.pr-cart-product__info{flex:1;min-width:0;display:flex;flex-direction:column;gap:10px}.pr-cart-product__header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.pr-cart-product__title{font-size:var(--prc-fs);color:var(--prc-heading, #3e491c);margin:0;font-weight:700;line-height:1.3}.pr-cart-product__title a{color:inherit;text-decoration:none;transition:color .3s ease}.pr-cart-product__title a:hover{color:var(--prc-accent, #3e491c)}.pr-cart-product__remove{background:none;border:none;padding:6px;cursor:pointer;color:var(--prc-text, #3e491c);opacity:.6;transition:opacity .3s ease,background-color .3s ease,color .3s ease,transform .3s ease;flex-shrink:0;border-radius:6px;line-height:0}.pr-cart-product__remove:hover{opacity:1;background:var(--prc-error, #3e491c);color:#fff;transform:rotate(90deg)}.pr-cart-product__props{display:flex;flex-direction:column;gap:4px}.pr-cart-product__prop{font-size:calc(var(--prc-text-m, 14px) - 2px);color:var(--prc-text, #3e491c)}.pr-cart-product__discounts{display:flex;flex-wrap:wrap;gap:6px}.pr-discount-tag{display:inline-block;background:var(--prc-discount-bg, #3e491c);color:var(--prc-discount-text, #ffffff);padding:4px 12px;border-radius:6px;font-size:calc(var(--prc-text-m, 14px) - 3px);font-weight:700}.pr-cart-product__actions{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding-top:4px;flex-wrap:wrap;gap:12px}.pr-cart-product .cart-item__error{display:block;margin-top:0;width:auto;min-width:0}.pr-cart-product .cart-item__error-text{font-size:calc(var(--prc-text-m, 14px) - 2px);line-height:1.4;letter-spacing:0;color:var(--prc-error, #3e491c)}.pr-quantity-selector{display:flex;align-items:center;border:1px solid var(--prc-border, #3e491c);border-radius:10px;overflow:hidden;background:#fff}.pr-quantity-selector .pr-qty-btn{background:transparent;border:none;width:40px;height:40px;min-width:0;margin:0;padding:0;flex-shrink:0;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--prc-heading, #3e491c);transition:background-color .25s cubic-bezier(.4,0,.2,1),color .25s cubic-bezier(.4,0,.2,1),transform .25s cubic-bezier(.4,0,.2,1)}.pr-quantity-selector .pr-qty-btn:hover:not(:disabled):not(.disabled){background:var(--prc-accent, #3e491c);color:#fff}.pr-quantity-selector .pr-qty-btn:active:not(:disabled):not(.disabled){transform:scale(.92)}.pr-quantity-selector .pr-qty-btn:disabled,.pr-quantity-selector .pr-qty-btn.disabled{opacity:.25;cursor:not-allowed;pointer-events:none}.pr-quantity-selector .pr-qty-btn>*{pointer-events:none}.pr-qty-input{width:55px;height:40px;border:none;border-left:1px solid var(--prc-border, #3e491c);border-right:1px solid var(--prc-border, #3e491c);text-align:center;font-family:inherit;font-size:var(--prc-text-m, 14px);font-weight:700;color:var(--prc-heading, #3e491c);background:#fff;padding:0;border-radius:0;-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.pr-qty-input::-webkit-outer-spin-button,.pr-qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.pr-cart-product__pricing{position:relative;text-align:right;display:flex;flex-direction:column;gap:4px}.pr-cart-product .loading__spinner{top:50%;right:0;margin-top:-.9rem;color:var(--prc-heading, #3e491c)}.pr-cart-product .loading__spinner:not(.hidden)~*{visibility:hidden}.pr-price{font-weight:700}.pr-price--compare{font-size:calc(var(--prc-text-m, 14px) - 2px);color:var(--prc-text, #3e491c);text-decoration:line-through;opacity:.6}.pr-price--final{font-size:calc(var(--prc-fs) + 2px);color:var(--prc-heading, #3e491c)}.pr-upsell-section{margin-top:32px;padding:28px;background:var(--prc-upsell-bg, #ffffff);border-radius:16px;border:2px dashed var(--prc-border, #3e491c)}.pr-upsell-section__title{font-size:calc(var(--prc-title-m, 26px) - 4px);color:var(--prc-heading, #3e491c);margin:0 0 20px;font-weight:600}.pr-upsell-products{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:16px}.pr-upsell-card{background:#fff;border-radius:12px;padding:12px;border:1px solid var(--prc-border, #3e491c);transition:transform .3s ease,box-shadow .3s ease}.pr-upsell-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #0000001f}.pr-upsell-card__image{width:100%;aspect-ratio:1;border-radius:8px;overflow:hidden;margin-bottom:10px;background:var(--prc-image-bg, #ffffff)}.pr-upsell-card__image img{width:100%;height:100%;object-fit:cover;display:block}.pr-upsell-card__title{font-size:calc(var(--prc-text-m, 14px) - 2px);color:var(--prc-heading, #3e491c);margin:0 0 6px;font-weight:600;line-height:1.3;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.pr-upsell-card__price{font-size:var(--prc-text-m, 14px);color:var(--prc-accent, #3e491c);font-weight:700;margin-bottom:10px}.pr-upsell-card__btn{width:100%;padding:10px;background:var(--prc-accent, #3e491c);color:#fff;border:none;border-radius:8px;font-family:inherit;font-size:calc(var(--prc-text-m, 14px) - 2px);font-weight:700;letter-spacing:0;cursor:pointer;transition:background-color .3s ease,transform .3s ease}.pr-upsell-card__btn:hover:not(:disabled){background:var(--prc-heading, #3e491c);transform:scale(1.02)}.pr-upsell-card__btn:active:not(:disabled){transform:scale(.98)}.pr-upsell-card__btn:disabled{opacity:.5;cursor:not-allowed}.pr-cart-sidebar{display:flex;flex-direction:column;gap:20px}.pr-order-note{display:block;background:transparent;padding:0;border:0}.pr-order-note__label{display:block;font-size:var(--prc-text-m, 14px);color:var(--prc-heading, #3e491c);font-weight:600;margin-bottom:10px}.pr-order-note__textarea{width:100%;min-height:100px;padding:14px;border:1px solid var(--prc-border, #3e491c);border-radius:10px;font-family:inherit;font-size:var(--prc-text-m, 14px);line-height:1.6;letter-spacing:0;color:var(--prc-text, #3e491c);background:#fff;resize:vertical;transition:border-color .3s ease}.pr-order-note__textarea:focus{outline:none;border-color:var(--prc-accent, #3e491c)}.pr-order-summary{background:var(--prc-summary-bg, #ffffff);padding:24px;border-radius:16px;border:2px solid var(--prc-border, #3e491c)}.pr-summary-row{display:flex;justify-content:space-between;align-items:center;font-size:var(--prc-fs);color:var(--prc-text, #3e491c);margin-bottom:8px}.pr-summary-row--discount{color:var(--prc-accent, #3e491c)}.pr-discount-name{display:flex;align-items:center;gap:8px}.pr-summary-row--total{border-top:2px solid var(--prc-border, #3e491c);margin-top:8px;padding-top:16px;font-size:calc(var(--prc-text-m, 14px) + 4px);font-weight:700;color:var(--prc-heading, #3e491c);text-transform:uppercase;margin-bottom:0}.pr-savings-badge{text-align:center;padding:12px;background:var(--prc-discount-bg, #3e491c);color:var(--prc-discount-text, #ffffff);border-radius:10px;font-size:var(--prc-text-m, 14px);font-weight:700;margin:16px 0}.pr-checkout-btn{--buttons-radius-outset: 14px;border-radius:14px;display:flex;align-items:center;justify-content:center;gap:10px;width:100%;font-size:calc(var(--prc-fs) + 2px);font-weight:700;letter-spacing:0;line-height:1.42;padding:18px;margin:10px 0 0;transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1)}.pr-checkout-btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000026}.pr-checkout-btn:active{transform:translateY(0)}.pr-checkout-btn svg{flex-shrink:0}@media(max-width:768px){.pr-cart-main{display:contents}.pr-cart-items{order:1}.pr-cart-sidebar{order:3;flex-direction:column-reverse;padding-bottom:var(--prc-sticky-pad, 420px)}.pr-upsell-section{order:4}.pr-cart-layout{padding-bottom:0}.pr-order-summary{position:fixed;bottom:0;left:0;right:0;z-index:999;margin:0;border-radius:20px 20px 0 0;box-shadow:0 -4px 20px #00000026;max-height:85vh;overflow-y:auto}.pr-order-summary::-webkit-scrollbar{width:6px}.pr-order-summary::-webkit-scrollbar-track{background:transparent}.pr-order-summary::-webkit-scrollbar-thumb{background:#0003;border-radius:3px}}@media(max-width:768px)and (max-height:700px){.pr-order-summary{max-height:70vh}}@media(min-width:769px){.prc{--prc-fs: var(--prc-text-d, 16px);--prc-title: var(--prc-title-d, 36px);max-width:var(--prc-max, 1200px);margin-left:auto;margin-right:auto;padding-top:var(--prc-pt-d, 40px);padding-bottom:var(--prc-pb-d, 40px);margin-bottom:var(--prc-mb-d, 70px)}.pr-cart-container{padding:0 40px}.pr-empty-state{padding:100px 0}.pr-empty-state__title{margin-bottom:20px}.pr-empty-state__text{margin-bottom:40px}.pr-cart-header{padding:48px 0 32px}.pr-cart-header__count{font-size:var(--prc-text-d, 16px);padding:10px 24px}.pr-cart-layout{grid-template-columns:1.8fr 1fr;gap:48px;align-items:start}.pr-cart-product{gap:24px;padding:24px}.pr-cart-product__image{width:140px;height:140px}.pr-cart-sidebar{position:sticky;top:120px}.pr-upsell-section__title{font-size:calc(var(--prc-title-d, 36px) - 6px)}.pr-upsell-products{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:20px}.pr-summary-row--total{font-size:calc(var(--prc-text-d, 16px) + 6px)}}@media(max-width:480px){.pr-cart-product__actions{flex-direction:row;justify-content:space-between;align-items:center;gap:12px}.pr-quantity-selector{justify-content:center}.pr-cart-product__pricing{text-align:right;flex-shrink:0}.pr-order-note__textarea{min-height:50px}.pr-cart-sidebar{padding-bottom:0}.pr-upsell-section{margin-top:0}.pr-checkout-btn{width:91%}}@media(prefers-reduced-motion:no-preference){@keyframes pr-fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}@keyframes pr-slide-up{0%{transform:translateY(100%);opacity:0}to{transform:none;opacity:1}}.prc:not(.prc--settled) .pr-cart-product,.prc:not(.prc--settled) .pr-upsell-card{animation:pr-fade-in .4s ease-out backwards}.prc:not(.prc--settled) .pr-cart-product:nth-child(1){animation-delay:.05s}.prc:not(.prc--settled) .pr-cart-product:nth-child(2){animation-delay:.1s}.prc:not(.prc--settled) .pr-cart-product:nth-child(3){animation-delay:.15s}.prc:not(.prc--settled) .pr-cart-product:nth-child(4){animation-delay:.2s}@media(max-width:768px){.prc:not(.prc--settled) .pr-order-summary{animation:pr-slide-up .3s ease-out}}}
/*# sourceMappingURL=/cdn/shop/t/12/assets/section-main-cart.css.map */
