.eros-sheet{width:min(100%,32rem);max-height:92vh;margin:auto auto 0;padding:0;border:none;border-radius:var(--button-border-radius, 0) var(--button-border-radius, 0) 0 0;background:rgb(var(--background));color:rgb(var(--text-color))}@media screen and (min-width:700px){.eros-sheet{margin:auto;border-radius:var(--button-border-radius, 0)}}.eros-sheet::backdrop{background:#00000080}.eros-sheet__header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem var(--container-gutter, 1.25rem);border-bottom:1px solid rgb(var(--border-color))}.eros-sheet__title{margin:0}.eros-sheet__close{-webkit-appearance:none;appearance:none;border:none;background:none;font-size:1.5rem;line-height:1;color:rgb(var(--text-color));cursor:pointer;padding:.25rem}.eros-sheet__body{padding:1.25rem var(--container-gutter, 1.25rem);overflow-y:auto}.eros-toast-host{position:fixed;inset-block-end:16px;inset-inline:16px;display:flex;flex-direction:column;align-items:stretch;pointer-events:none;z-index:1000}.eros-toast{border-radius:28px;padding:14px 16px;font-size:14px;font-weight:400;line-height:1.4;box-shadow:0 2px 4px #00000024,0 3px 4px #0000001f,0 1px 5px #0003;opacity:0;transform:scaleY(.7) translateY(6px);transform-origin:bottom;transition:opacity .25s cubic-bezier(.55,0,1,.45),transform .25s cubic-bezier(.76,0,.24,1);background:var(--eros-color-on-surface);color:var(--eros-color-cream)}.eros-toast--visible{opacity:1;transform:scaleY(1) translateY(0)}.eros-toast--error{background:var(--eros-color-error);color:#fff}.eros-toast--success{background:var(--eros-color-success);color:#fff}.eros-field__error{color:rgb(var(--error-text));font-size:.8125rem;margin:.25rem 0 0}.eros-auth-form,.eros-address-form,.eros-profile-form{display:flex;flex-direction:column;gap:var(--fieldset-gap, 1rem);width:100%;max-width:27.5rem}[data-eros-auth-panel],[data-eros-account-shell]{width:100%;max-width:27.5rem}.eros-otp-step{display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center}.eros-otp-step__resend{-webkit-appearance:none;appearance:none;border:none;background:none;color:rgb(var(--accent));text-decoration:underline;cursor:pointer;font-size:.875rem}.eros-account-summary{display:flex;flex-direction:column;gap:.375rem;padding-block-end:1.5rem;border-block-end:1px solid rgb(var(--border-color))}.eros-account-summary__photo{width:4rem;height:4rem;border-radius:50%;object-fit:cover;margin-block-end:.5rem}.eros-account-summary__name-row{display:flex;align-items:center;gap:.5rem}.eros-account-summary__edit{-webkit-appearance:none;appearance:none;border:none;background:none;cursor:pointer;font-size:1rem;color:rgb(var(--accent))}.eros-account-links{display:flex;flex-direction:column;gap:.75rem;margin-block-start:1.5rem}.eros-account-links__item{text-align:start;background:none;border:none;padding:.5rem 0;border-block-end:1px solid rgb(var(--border-color));color:rgb(var(--text-color));cursor:pointer}.eros-account-signout{-webkit-appearance:none;appearance:none;border:none;background:none;color:rgb(var(--error-text));cursor:pointer;margin-block-start:1.5rem;padding:0}.eros-address-list{display:flex;flex-direction:column;gap:1rem;margin-block-end:1rem}.eros-address-card{border:1px solid rgb(var(--border-color));border-radius:var(--card-border-radius, 0);padding:1rem}.eros-order-list{display:flex;flex-direction:column;gap:0;max-width:34rem}.eros-order-card{-webkit-appearance:none;appearance:none;font:inherit;color:inherit;text-align:start;width:100%;cursor:pointer;border:none;border-block-end:1px solid rgb(var(--border-color));border-radius:0;background:transparent;padding:10px 0;display:flex;flex-direction:row;align-items:flex-start;gap:12px}.eros-order-card:last-child{border-block-end:none}.eros-order-card--skeleton{cursor:default;pointer-events:none}.eros-order-card__thumb{width:52px;height:52px;border-radius:8px;flex-shrink:0;overflow:hidden}.eros-order-card__thumb img{display:block;width:100%;height:100%;object-fit:cover}.eros-order-card__thumb--fallback{display:flex;align-items:center;justify-content:center;background:rgb(var(--border-color));color:rgb(var(--text-color) / .55)}.eros-order-card__body{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.eros-order-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.eros-order-card__title{margin:0;font-size:.875rem;font-weight:700;line-height:1.3;min-width:0;flex:1}.eros-order-card__meta{margin:0;white-space:pre-line;line-height:1.35;font-size:.8125rem}.eros-order-card__chevron{flex-shrink:0;display:flex;align-items:center;color:rgb(var(--text-color) / .55);margin-block-start:2px}[dir=rtl] .eros-order-card__chevron-icon{transform:scaleX(-1)}.eros-order-card__chip{font-size:.6875rem;font-weight:600;line-height:1.2;padding:4px 10px;border-radius:20px;white-space:nowrap;flex-shrink:0}.eros-order-card__chip--neutral{background:rgb(var(--border-color));color:rgb(var(--text-color))}.eros-order-card__chip--secondary{background:rgb(var(--border-color));color:rgb(var(--text-color) / .85);font-weight:500}.eros-order-card__chip--accent{background:rgb(var(--accent));color:rgb(var(--button-text-color))}.eros-order-card__chip--success{background:rgb(var(--success-background));color:rgb(var(--success-text))}.eros-order-card__chip--warning{background:rgb(var(--warning-background));color:rgb(var(--warning-text))}.eros-order-card__chip--error{background:rgb(var(--error-background));color:rgb(var(--error-text))}.eros-order-skel{background:rgb(var(--border-color));border-radius:6px}.eros-order-skel--title{height:14px;width:55%;margin-block-end:8px}.eros-order-skel--meta{height:28px;width:40%}.eros-order-error{display:flex;flex-direction:column;align-items:flex-start;gap:12px;max-width:34rem}.eros-order-empty{text-align:center;padding:24px 0}.eros-order-detail__back{margin-block-end:.25rem}.eros-order-detail__header{display:flex;flex-direction:column;gap:4px;margin-block:8px 16px;max-width:34rem;padding-block-end:12px;border-block-end:1px solid rgb(var(--border-color))}.eros-order-detail__title{margin:0;font-size:1rem;font-weight:800;line-height:1.3}.eros-order-detail__date{margin:0}.eros-order-detail__chips{display:flex;flex-wrap:wrap;gap:8px 8px;margin-block-start:4px}.eros-order-detail__items{display:flex;flex-direction:column;gap:12px;max-width:34rem}.eros-order-line-item{display:flex;gap:12px;align-items:flex-start;padding-block:4px;text-decoration:none;color:inherit;border-radius:12px}a.eros-order-line-item:hover .eros-order-line-item__title{text-decoration:underline}.eros-order-line-item__image{width:56px;height:56px;object-fit:cover;border-radius:8px;flex-shrink:0}.eros-order-line-item__image--fallback{display:flex;align-items:center;justify-content:center;background:rgb(var(--border-color));color:rgb(var(--text-color) / .55)}.eros-order-line-item__info{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.eros-order-line-item__title{margin:0;font-size:.875rem;font-weight:600;line-height:1.3}.eros-order-line-item__qty{margin:0;font-size:.8125rem}.eros-order-line-item__blocked{margin:0;font-size:.75rem}.eros-order-line-item__badge{display:inline-block;align-self:flex-start;font-size:.6875rem;font-weight:600;padding:2px 8px;border-radius:12px;background:rgb(var(--warning-background));color:rgb(var(--warning-text))}.eros-order-line-item__badge--declined{background:rgb(var(--error-background));color:rgb(var(--error-text))}.eros-order-line-item__badge--approved{background:rgb(var(--success-background));color:rgb(var(--success-text))}.eros-order-line-item__price{flex-shrink:0;text-align:end;display:flex;flex-direction:column;align-items:flex-end;gap:2px}.eros-order-line-item__price-orig{margin:0;font-size:.75rem;text-decoration:line-through}.eros-order-line-item__price-now{margin:0;font-size:.875rem;font-weight:700}.eros-order-line-item .is-declined{text-decoration:line-through;color:rgb(var(--text-color) / .55)}.eros-order-return{max-width:34rem;margin-block:12px 0;padding-block:12px;border-block-start:1px solid rgb(var(--border-color))}.eros-order-return__title{margin:0 0 12px;font-size:.875rem;font-weight:800}.eros-order-return__timeline{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.eros-order-return__step{position:relative;padding-inline-start:1.25rem;font-size:.8125rem;color:rgb(var(--text-color) / .55)}.eros-order-return__step:before{content:"";position:absolute;inset-inline-start:0;top:.35em;width:8px;height:8px;border-radius:50%;background:rgb(var(--border-color))}.eros-order-return__step.is-done{color:rgb(var(--text-color));font-weight:600}.eros-order-return__step.is-done:before{background:rgb(var(--accent))}.eros-order-return__policy{display:inline-block;margin-block-start:8px;font-size:.8125rem}.eros-order-detail__totals{margin-block-start:12px;padding-block-start:12px;border-block-start:1px solid rgb(var(--border-color));max-width:34rem;display:flex;flex-direction:column;gap:0}.eros-order-total-row{display:flex;justify-content:space-between;gap:12px;padding-block:4px;font-size:.9375rem}.eros-order-total-row--emphasized{font-size:.875rem;font-weight:800}.eros-order-detail__actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-block-start:20px;max-width:34rem}.eros-cancel-dialog{display:flex;flex-direction:column;gap:1rem}.eros-address-card__badge{display:inline-block;font-size:.75rem;text-transform:uppercase;color:rgb(var(--accent));margin-block-start:.25rem}.eros-address-card__actions{display:flex;gap:1rem;margin-block-start:.75rem}.eros-area-picker{display:flex;flex-direction:column;gap:.75rem;height:60vh}.eros-area-picker__search{flex-shrink:0}.eros-area-picker__list{overflow-y:auto;display:flex;flex-direction:column}.eros-area-picker__item{-webkit-appearance:none;appearance:none;border:none;border-block-end:1px solid rgb(var(--border-color));background:none;text-align:start;padding:.65rem .25rem;color:rgb(var(--text-color));cursor:pointer;font:inherit}.eros-area-picker__item--selected{font-weight:700;color:rgb(var(--accent))}.eros-area-trigger{width:100%;text-align:start}.eros-checkout-body{display:flex;flex-direction:column;gap:.75rem}.eros-checkout-address-row{display:flex;align-items:center;gap:.75rem;margin-block-end:.75rem}.eros-checkout-address-row select{flex:1;min-width:0}.eros-checkout-address-row .link{flex-shrink:0;white-space:nowrap}.eros-checkout-new-address{display:flex;flex-direction:column;gap:var(--fieldset-gap, 1rem)}.eros-payment-hint{margin-block-start:.5rem}.eros-wallet-due{display:flex;flex-direction:column;gap:.25rem;margin-block-start:.5rem}.eros-wallet-due__balance{color:rgb(var(--accent));font-weight:600}.eros-checkout-summary{border-block-start:1px solid rgb(var(--border-color));padding-block-start:.75rem;margin-block-start:.5rem}.eros-payment-wait{display:flex;flex-direction:column;gap:1rem;align-items:center;text-align:center}.eros-payment-wait__countdown{margin:0;font-weight:600;font-variant-numeric:tabular-nums;color:rgb(var(--text-color))}.eros-payment-wait__countdown.is-expired{font-weight:500;opacity:.7}.eros-otp-input{display:flex;gap:.5rem;justify-content:center}.eros-otp-input__box{width:2.5rem;height:3rem;text-align:center;font-size:1.25rem;border:1px solid rgb(var(--border-color));border-radius:var(--input-border-radius, .25rem);background:transparent;color:rgb(var(--text-color))}.eros-otp-input__box:focus{outline:2px solid rgb(var(--accent));outline-offset:1px}.eros-payment-chips{display:flex;flex-wrap:nowrap;overflow-x:auto;gap:.5rem;padding-block-end:2px}.eros-payment-chip{-webkit-appearance:none;appearance:none;border:1px solid rgb(var(--border-color));border-radius:var(--button-border-radius, 999px);padding:.5rem 1rem;background:transparent;color:rgb(var(--text-color));cursor:pointer;font-size:.875rem;flex:none;white-space:nowrap}.eros-payment-chip[aria-pressed=true]{background:rgb(var(--button-background));color:rgb(var(--button-text-color));border-color:rgb(var(--button-background))}.horizontal-product-card__figure{display:block;border-radius:10px;overflow:hidden;background:var(--eros-color-product-image-canvas)}.horizontal-product-card__image{display:block;width:100%;height:auto;object-fit:contain}.product-card__image--primary.product-card__image--eros-listing,.product-card__figure .product-card__image--primary{aspect-ratio:3 / 4!important;object-fit:contain!important;width:100%;height:auto}.product-card__figure,.product-card__media{aspect-ratio:3 / 4;border-radius:10px;overflow:hidden;background:var(--eros-color-product-image-canvas)}.product-card__media{position:relative;touch-action:pan-y}.product-card__quick-add-button{opacity:1!important;transform:none!important}.product-card__image--secondary{mix-blend-mode:normal!important;object-fit:cover!important;object-position:center top!important}.product-card__image.eros-slide{display:block;width:100%;height:100%;position:absolute;inset-block-start:0;inset-inline-start:0;object-fit:cover;object-position:center top;opacity:0;pointer-events:none}.product-card__image--primary,.product-card__image.eros-slide{transition:opacity .18s ease}.product-card__media.eros-gallery-on .product-card__image--primary{opacity:0}.product-card__image.eros-slide.is-active{opacity:1;pointer-events:auto}.product-card__media.eros-hinting .product-card__image--primary{animation:eros-gallery-hint-primary 2.2s ease-in-out}.product-card__media.eros-hinting .product-card__image--secondary.eros-slide{animation:eros-gallery-hint-secondary 2.2s ease-in-out}@keyframes eros-gallery-hint-primary{0%{transform:translate(0)}40%,60%{transform:translate(-50%)}to{transform:translate(0)}}@keyframes eros-gallery-hint-secondary{0%{transform:translate(100%);opacity:1}40%,60%{transform:translate(50%)}to{transform:translate(100%);opacity:1}}.eros-gallery-dots{position:absolute;bottom:6px;left:0;right:0;display:flex;justify-content:center;gap:4px;pointer-events:none;z-index:2}.eros-gallery-dot{width:4px;height:4px;border-radius:50%;background:#ffffff73;transition:background .15s}.eros-gallery-dot.is-active{background:#fff}.product-card__figure{position:relative}.product-card__media .eros-slide{-webkit-user-drag:none;-webkit-user-select:none;user-select:none}
/*# sourceMappingURL=/cdn/shop/t/73/assets/eros-commerce.css.map */
