:root{--hr-cream: #faf3e6;--hr-cream-soft: #fdf9f0;--hr-cream-deep: #f3e8d3;--hr-white: #ffffff;--hr-dark: #3a2d1f;--hr-text: #2b2218;--hr-text-muted: #7a6750;--hr-gold: #c9a86a;--hr-gold-deep: #a88a4d;--hr-gold-light: #e2c993;--hr-gold-soft: rgba(201, 168, 106, .12);--hr-line: rgba(201, 168, 106, .32);--hr-line-soft: rgba(122, 103, 80, .14);--hr-shadow-card: 0 10px 32px -16px rgba(91, 70, 51, .22);--hr-shadow-hover: 0 22px 55px -28px rgba(91, 70, 51, .35);--hr-radius-card: 18px;--hr-easing: cubic-bezier(.2, .7, .2, 1);--hr-grad-gold: linear-gradient(135deg, #e2c993 0%, #c9a86a 50%, #a88a4d 100%)}.samitaWS-customized-price,.samitaWS-paylater-button{display:none!important}.hr-cart{background:var(--hr-cream-soft);color:var(--hr-text);min-height:60vh;padding:clamp(24px,5vw,56px) clamp(16px,4vw,32px) clamp(80px,10vw,120px)}.hr-cart__inner{max-width:1180px;margin:0 auto}.hr-cart__head{margin-bottom:clamp(20px,3vw,36px);display:flex;flex-wrap:wrap;gap:12px 24px;align-items:flex-end;justify-content:space-between}.hr-cart__title{font-size:clamp(28px,4vw,40px);font-weight:600;line-height:1.1;color:var(--hr-text);margin:0;letter-spacing:-.01em}.hr-cart__title em{font-style:normal;background:var(--hr-grad-gold);-webkit-background-clip:text;background-clip:text;color:transparent}.hr-cart__count{font-size:14px;color:var(--hr-text-muted);font-weight:500}.hr-cart__empty{background:var(--hr-white);border:1px solid var(--hr-cream-deep);border-radius:var(--hr-radius-card);padding:clamp(40px,6vw,72px) clamp(24px,4vw,48px);text-align:center;box-shadow:var(--hr-shadow-card)}.hr-cart__empty-icon{width:72px;height:72px;margin:0 auto 20px;background:var(--hr-gold-soft);border-radius:50%;display:grid;place-items:center;color:var(--hr-gold-deep)}.hr-cart__empty h2{font-size:24px;font-weight:600;margin:0 0 8px;color:var(--hr-text)}.hr-cart__empty p{margin:0 0 24px;color:var(--hr-text-muted)}.hr-cart__vendors{display:grid;gap:clamp(16px,2.5vw,28px)}.hr-cart-vendor{background:var(--hr-white);border:1px solid var(--hr-cream-deep);border-radius:var(--hr-radius-card);box-shadow:var(--hr-shadow-card);overflow:hidden;transition:box-shadow .3s var(--hr-easing)}.hr-cart-vendor.is-processing{opacity:.6;pointer-events:none}.hr-cart-vendor.is-error{border-color:#c4554d}.hr-cart-vendor__head{padding:20px clamp(16px,3vw,28px) 16px;display:flex;flex-wrap:wrap;gap:12px 16px;align-items:center;justify-content:space-between;border-bottom:1px solid var(--hr-cream-deep)}.hr-cart-vendor__name{font-size:clamp(18px,2.4vw,22px);font-weight:600;color:var(--hr-text);margin:0;display:flex;align-items:center;gap:12px;letter-spacing:-.01em}.hr-cart-vendor__badge{display:inline-flex;align-items:center;padding:4px 12px;border-radius:999px;background:var(--hr-grad-gold);color:#fff;font-size:12px;font-weight:600;letter-spacing:.02em}.hr-cart-item__select,.hr-cart-vendor__select{display:inline-flex;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none;flex-shrink:0}.hr-cart-item__select input,.hr-cart-vendor__select input{position:absolute;opacity:0;pointer-events:none;width:0;height:0}.hr-check{display:inline-block;width:22px;height:22px;border:2px solid var(--hr-cream-deep);border-radius:7px;background:var(--hr-white);position:relative;transition:background .15s var(--hr-easing),border-color .15s var(--hr-easing),box-shadow .15s var(--hr-easing)}.hr-check--lg{width:26px;height:26px;border-radius:8px}.hr-cart-item__select:hover .hr-check,.hr-cart-vendor__select:hover .hr-check{border-color:var(--hr-gold)}.hr-cart-item__select input:focus-visible+.hr-check,.hr-cart-vendor__select input:focus-visible+.hr-check{box-shadow:0 0 0 3px var(--hr-gold-soft);outline:0}.hr-cart-item__select input:checked+.hr-check,.hr-cart-vendor__select input:checked+.hr-check{background:var(--hr-grad-gold);border-color:transparent}.hr-cart-item__select input:checked+.hr-check:after,.hr-cart-vendor__select input:checked+.hr-check:after{content:"";position:absolute;left:50%;top:48%;width:6px;height:11px;border:solid #fff;border-width:0 2px 2px 0;transform:translate(-50%,-55%) rotate(45deg)}.hr-cart-vendor__select input:indeterminate+.hr-check{background:var(--hr-grad-gold);border-color:transparent}.hr-cart-vendor__select input:indeterminate+.hr-check:after{content:"";position:absolute;left:50%;top:50%;width:10px;height:2px;background:#fff;border-radius:2px;transform:translate(-50%,-50%);border:0}.hr-cart-vendor__selected{font-size:12px;color:var(--hr-text-muted);font-weight:500;margin-left:auto}.hr-cart-vendor__selected.is-partial{color:var(--hr-gold-deep)}.hr-cart-vendor__selected.is-empty{color:#c4554d}.hr-cart-item.is-unselected{opacity:.55}.hr-cart-item.is-unselected .hr-cart-item__title,.hr-cart-item.is-unselected .hr-cart-item__price-amount{text-decoration:line-through;text-decoration-color:var(--hr-text-muted)}.hr-cart-vendor__items{list-style:none;margin:0;padding:0}.hr-cart-item{display:grid;grid-template-columns:auto 88px 1fr auto;gap:14px;align-items:center;padding:18px clamp(16px,3vw,28px);border-bottom:1px solid var(--hr-line-soft);transition:background .2s var(--hr-easing),opacity .2s var(--hr-easing)}.hr-cart-item:last-child{border-bottom:0}.hr-cart-item.is-removing{opacity:.4;transform:translate(-8px)}.hr-cart-item__media{width:88px;height:88px;border-radius:12px;overflow:hidden;background:var(--hr-cream);display:block}.hr-cart-item__media img{width:100%;height:100%;object-fit:cover;display:block}.hr-cart-item__body{min-width:0}.hr-cart-item__title{font-size:15px;font-weight:600;line-height:1.3;color:var(--hr-text);margin:0 0 4px}.hr-cart-item__title a{color:inherit;text-decoration:none}.hr-cart-item__title a:hover{color:var(--hr-gold-deep)}.hr-cart-item__variant{font-size:13px;color:var(--hr-text-muted);margin:0 0 8px}.hr-cart-item__props{font-size:12px;color:var(--hr-text-muted);margin:0}.hr-cart-item__actions{display:flex;flex-direction:column;align-items:flex-end;gap:8px}.hr-cart-item__price{font-size:16px;font-weight:600;color:var(--hr-text);white-space:nowrap}.hr-cart-item__price-original{font-size:13px;color:var(--hr-text-muted);text-decoration:line-through;margin-right:6px;font-weight:400}.hr-cart-item__unit{font-size:11px;color:var(--hr-text-muted);text-transform:uppercase;letter-spacing:.04em}.hr-qty{display:inline-flex;align-items:center;border:1px solid var(--hr-cream-deep);border-radius:10px;background:var(--hr-cream-soft);overflow:hidden;height:36px}.hr-qty button{width:32px;height:100%;border:0;background:transparent;color:var(--hr-text);cursor:pointer;font-size:16px;line-height:1;display:grid;place-items:center;transition:background .15s var(--hr-easing),color .15s var(--hr-easing)}.hr-qty button:hover:not(:disabled){background:var(--hr-gold-soft);color:var(--hr-gold-deep)}.hr-qty button:disabled{opacity:.4;cursor:not-allowed}.hr-qty input{width:44px;height:100%;border:0;background:transparent;text-align:center;font-size:14px;font-weight:600;color:var(--hr-text);-moz-appearance:textfield}.hr-qty input::-webkit-outer-spin-button,.hr-qty input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.hr-cart-item__remove{background:transparent;border:0;color:var(--hr-text-muted);cursor:pointer;font-size:12px;padding:4px 2px;text-decoration:underline;text-underline-offset:3px;transition:color .15s var(--hr-easing)}.hr-cart-item__remove:hover{color:#c4554d}.hr-cart-vendor__foot{padding:18px clamp(16px,3vw,28px) 22px;background:var(--hr-cream-soft);border-top:1px solid var(--hr-cream-deep)}.hr-cart-vendor__subtotal{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:14px;font-size:14px;color:var(--hr-text-muted)}.hr-cart-vendor__subtotal strong{font-size:18px;font-weight:700;color:var(--hr-text)}.hr-cart-vendor__recargo{display:flex;justify-content:space-between;align-items:baseline;padding:10px 14px;margin-bottom:14px;background:var(--hr-gold-soft);border:1px dashed var(--hr-gold);border-radius:10px;font-size:13px;color:var(--hr-gold-deep)}.hr-cart-vendor__recargo[hidden]{display:none}.hr-cart-vendor__recargo-label{font-weight:600;letter-spacing:.01em}.hr-cart-vendor__recargo-amount{font-weight:700;font-variant-numeric:tabular-nums}.hr-cart__total-breakdown{margin-bottom:14px;padding-bottom:14px;border-bottom:1px dashed rgba(250,243,230,.18);display:grid;gap:6px}.hr-cart__total-breakdown[hidden]{display:none}.hr-cart__total-row{display:flex;justify-content:space-between;align-items:baseline;font-size:13px;color:#faf3e6bf}.hr-cart__total-row span:last-child{font-variant-numeric:tabular-nums;font-weight:600;color:var(--hr-cream)}.hr-cart__total-row--recargo{color:var(--hr-gold-light)}.hr-cart__total-row--recargo span:last-child{color:var(--hr-gold-light)}.hr-ship{margin-bottom:18px}.hr-ship__top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}.hr-ship__pct{font-size:13px;font-weight:700;background:var(--hr-grad-gold);-webkit-background-clip:text;background-clip:text;color:transparent;font-variant-numeric:tabular-nums;letter-spacing:.01em}.hr-ship__msg{font-size:13px;color:var(--hr-text);margin:0;display:flex;align-items:center;gap:8px;flex:1;min-width:0}.hr-ship__msg b{color:var(--hr-gold-deep)}.hr-ship__msg.is-unlocked{color:var(--hr-gold-deep);font-weight:600}.hr-ship__msg svg{flex-shrink:0}.hr-ship__track{height:12px;background:var(--hr-cream-deep);border-radius:999px;overflow:hidden;position:relative;box-shadow:inset 0 1px 2px #5b463314}.hr-ship__fill{height:100%;background:linear-gradient(90deg,#8b6f3d,#a88a4d,#8b6f3d);background-size:200% 100%;animation:hr-ship-flow 3s linear infinite;border-radius:999px;width:0;min-width:14px;position:relative;box-shadow:0 1px 4px #5b463340;overflow:hidden}.hr-ship__fill.is-empty{min-width:0;box-shadow:none;animation:none}.hr-ship__fill.is-complete{background:linear-gradient(90deg,#a88a4d,#c9a86a,#a88a4d);background-size:200% 100%;animation:hr-ship-flow 2s linear infinite,hr-ship-pulse 2s ease-in-out infinite;box-shadow:0 0 14px #c9a86a99}@keyframes hr-ship-flow{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes hr-ship-pulse{0%,to{box-shadow:0 0 14px #c9a86a8c}50%{box-shadow:0 0 24px #c9a86ad9}}.hr-ship__fill:before{content:"";position:absolute;inset:1px 2px auto 2px;height:3px;border-radius:999px;background:linear-gradient(180deg,#ffffff59,#fff0);pointer-events:none}.hr-ship__fill:after{content:"";position:absolute;top:0;bottom:0;left:0;width:40%;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.55) 50%,transparent 100%);transform:translate(-100%);animation:hr-ship-shimmer 2.4s ease-in-out infinite;pointer-events:none}@keyframes hr-ship-shimmer{0%{transform:translate(-100%)}60%{transform:translate(260%)}to{transform:translate(260%)}}@media(prefers-reduced-motion:reduce){.hr-ship__fill,.hr-ship__fill:after,.hr-ship__fill.is-complete{animation:none!important}}.hr-cart-vendor__actions{display:flex;flex-wrap:wrap;gap:10px}.hr-cart-vendor__actions .hr-btn{flex:1 1 auto;min-width:140px}.hr-btn{-webkit-appearance:none;appearance:none;border:0;cursor:pointer;padding:12px 22px;border-radius:10px;font-family:inherit;font-size:14px;font-weight:600;letter-spacing:.01em;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:transform .2s var(--hr-easing),box-shadow .2s var(--hr-easing),background .2s var(--hr-easing),color .2s var(--hr-easing)}.hr-btn:disabled{opacity:.6;cursor:not-allowed}.hr-btn--primary{background:var(--hr-grad-gold);color:#fff;box-shadow:0 8px 20px -8px #a88a4d80}.hr-btn--primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 12px 28px -10px #a88a4d99}.hr-btn--ghost{background:var(--hr-white);color:var(--hr-text);border:1px solid var(--hr-cream-deep)}.hr-btn--ghost:hover:not(:disabled){background:var(--hr-gold-soft);border-color:var(--hr-gold);color:var(--hr-gold-deep)}.hr-btn--danger{background:transparent;color:var(--hr-text-muted);border:1px solid var(--hr-line-soft)}.hr-btn--danger:hover:not(:disabled){color:#c4554d;border-color:#c4554d;background:#c4554d0f}.hr-cart__total{margin-top:clamp(20px,3vw,32px);background:var(--hr-dark);color:var(--hr-cream);border-radius:var(--hr-radius-card);padding:clamp(20px,3vw,28px) clamp(20px,4vw,36px);display:flex;flex-wrap:wrap;gap:16px 24px;align-items:center;justify-content:space-between;box-shadow:var(--hr-shadow-hover)}.hr-cart__total-info{display:flex;flex-direction:column;gap:4px}.hr-cart__total-label{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:#faf3e6a6;font-weight:500}.hr-cart__total-amount{font-size:clamp(24px,3.5vw,32px);font-weight:700;letter-spacing:-.01em}.hr-cart__total-note{font-size:12px;color:#faf3e68c;margin:0}.hr-cart__checkout-btn{background:var(--hr-grad-gold);color:#fff;border:0;padding:16px 32px;border-radius:12px;font-weight:600;font-size:15px;cursor:pointer;transition:transform .2s var(--hr-easing),box-shadow .2s var(--hr-easing);box-shadow:0 10px 28px -10px #a88a4d99}.hr-cart__checkout-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 16px 36px -12px #a88a4db3}.hr-cart-loader{position:fixed;top:0;right:0;bottom:0;left:0;background:#3a2d1f8c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:none;align-items:center;justify-content:center;z-index:9999}.hr-cart-loader.is-active{display:flex}.hr-cart-loader__box{background:var(--hr-white);border-radius:16px;padding:28px 36px;display:flex;flex-direction:column;align-items:center;gap:14px;box-shadow:var(--hr-shadow-hover)}.hr-cart-loader__spin{width:36px;height:36px;border:3px solid var(--hr-cream-deep);border-top-color:var(--hr-gold);border-radius:50%;animation:hr-spin .8s linear infinite}@keyframes hr-spin{to{transform:rotate(360deg)}}.hr-cart-loader__text{font-size:14px;color:var(--hr-text);font-weight:500;margin:0}@media(max-width:640px){.hr-cart-item{grid-template-columns:auto 72px 1fr;grid-template-areas:"select media body" "actions actions actions";gap:10px 12px;padding:16px}.hr-cart-item__select{grid-area:select}.hr-cart-item__media{width:72px;height:72px;grid-area:media}.hr-cart-item__body{grid-area:body}.hr-cart-item__actions{grid-area:actions;flex-direction:row;justify-content:space-between;align-items:center;width:100%;padding-top:8px;border-top:1px dashed var(--hr-line-soft)}.hr-cart-vendor__selected{font-size:11px}.hr-cart-vendor__actions .hr-btn{min-width:0;flex:1 1 100%}.hr-cart__total{flex-direction:column;align-items:stretch;text-align:center}.hr-cart__total-info{align-items:center}.hr-cart__checkout-btn{width:100%}}@media(prefers-reduced-motion:reduce){.hr-ship__fill,.hr-btn,.hr-cart-vendor,.hr-cart-item,.hr-cart-loader__spin{transition:none!important;animation:none!important}}
/*# sourceMappingURL=/cdn/shop/t/29/assets/cart-redesign.css.map */
