@charset "UTF-8";.shared-cart-page{background:#fff;color:#343434;font-family:Inter,sans-serif}.shared-cart-page__from{background:#fff;border-bottom:1px solid #e8e8e8}.shared-cart-page__from-inner{display:flex;align-items:center;justify-content:space-between;min-height:46px;padding:8px 16px;gap:12px}.shared-cart-page__from-left{display:flex;align-items:center;gap:6px;min-width:0}.shared-cart-page__from-avatar{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;background:#66556656;color:#fff;font-family:Inter,sans-serif;font-size:10px;font-weight:600;line-height:1;flex-shrink:0}.shared-cart-page__from-prefix{font-family:SF Pro,SF Pro Text,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:400;font-size:13px;line-height:18px;letter-spacing:-.08px;color:#343434;white-space:nowrap}.shared-cart-page__from-name{font-family:Inter,sans-serif;font-weight:600;font-size:13px;line-height:18px;letter-spacing:-.08px;color:#343434;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.shared-cart-page__from-chevron{display:inline-flex;align-items:center;flex-shrink:0;margin-left:2px}.shared-cart-page__from-close{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;padding:0;border:0;background:transparent;cursor:pointer;flex-shrink:0}.shared-cart-page__from-close svg{display:block}.shared-cart-page__container{margin-top:16px;margin-bottom:16px;padding-top:20px;padding-left:16px;padding-right:16px}.shared-cart-page__header{margin-bottom:12px}.shared-cart-page__title{margin:0 0 8px;font-family:Inter,sans-serif;font-weight:500;font-size:18px;line-height:1;letter-spacing:.03em;text-transform:capitalize;color:#000}.shared-cart-page__intro{margin:0 0 16px;font-family:Inter,sans-serif;font-weight:400;font-size:12px;line-height:18px;letter-spacing:0;color:#343434}.shared-cart-page__message{margin:16px 0;font-size:12px;line-height:18px;color:#343434}.shared-cart-item{display:grid;grid-template-columns:17px 120px minmax(0,1fr);grid-template-areas:"select media content";column-gap:8px;row-gap:8px;align-items:start;padding:16px 0;border-bottom:1px solid #e6eef2}.shared-cart-item--deselected{opacity:.45}.shared-cart-item--soldout .shared-cart-item__select{opacity:.4;pointer-events:none}.shared-cart-item__unavailable{margin:8px 0;font-family:Inter,sans-serif;font-size:12px;font-weight:400;line-height:18px;text-transform:capitalize;color:#e91c24}.shared-cart-item__stock-msg{margin-top:6px;font-size:12px;font-weight:500;line-height:1.4;color:#e91c24}.shared-cart-item__stock-msg[hidden]{display:none}.shared-cart-item__select{grid-area:select;display:flex;align-items:flex-start;justify-content:center;align-self:start;margin:0;padding-top:2px;cursor:pointer}.shared-cart-item__select-text{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.shared-cart-item__checkbox{-webkit-appearance:none;appearance:none;box-sizing:border-box;width:17px;height:17px;margin:0;border:1px solid #c5d3da;border-radius:50%;background:#fff;cursor:pointer;position:relative;opacity:1}.shared-cart-item__checkbox:checked{border:none;background-color:transparent;background-image:url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='17' height='17' rx='8.5' fill='%23006EED'/%3E%3Cpath d='M6.5 12.9L2.5 8.9L3.9 7.5L6.5 10.1L13.1 3.5L14.5 4.9L6.5 12.9Z' fill='white'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:17px 17px}.shared-cart-item__media{grid-area:media}.shared-cart-item__image{display:block;width:120px;height:165px;object-fit:cover;background:#f5f5f5;border-radius:8px}.shared-cart-item__image--placeholder{width:120px;height:165px;background:#e6eef2}.shared-cart-item__content{grid-area:content;min-width:0}.shared-cart-item__info{min-width:0}.shared-cart-item__info .shared-cart-item__remove{display:block;margin-top:12px}.shared-cart-item__final-sale{width:87px;display:inline-block;margin:0 0 6px;padding:6px 11px;border-radius:100px;background-color:#db0707;color:#fff;font-family:Inter,sans-serif;font-weight:700;font-size:11px;line-height:.8;height:20px;text-transform:uppercase;white-space:nowrap;box-sizing:border-box;text-align:center}.shared-cart-item__vendor{margin:0;font-family:Inter,sans-serif;font-weight:400;font-size:12px;line-height:1;letter-spacing:0;text-transform:capitalize;color:#343434}.shared-cart-item__title{margin:8px 0;font-family:Inter,sans-serif;font-weight:400;font-size:12px;line-height:18px;letter-spacing:0;text-transform:capitalize;color:#343434}.shared-cart-item__variants{margin:8px 0 0}.shared-cart-item__variant{font-family:Inter,sans-serif;font-weight:400;font-size:12px;line-height:18px;color:#343434}.shared-cart-item__variant strong{font-weight:700}.shared-cart-item__personalization{margin-top:16px}.shared-cart-item__personalization-toggle{display:inline-flex;align-items:center;flex-wrap:wrap;gap:6px;margin:0;padding:0;border:0;background:transparent;cursor:pointer;font-family:Inter,sans-serif;font-size:12px;line-height:1;color:#343434;text-align:left}.shared-cart-item__personalization-qty{font-weight:600}.shared-cart-item__personalization-qty strong{font-weight:700}.shared-cart-item__personalization-note{font-weight:400}.shared-cart-item__personalization-arrow{display:inline-flex;align-items:center;margin-left:2px;transition:transform .2s ease}.shared-cart-item__personalization:not(.shared-cart-item__personalization--collapsed) .shared-cart-item__personalization-arrow{transform:rotate(180deg)}.shared-cart-item__personalization-body{margin-top:10px}.shared-cart-item__personalization-body[hidden]{display:none}.shared-cart-item__personalization-heading{margin-bottom:6px;font-family:Inter,sans-serif;font-size:12px;font-weight:600;line-height:1.25;color:#000}.shared-cart-item__personalization-row{margin-bottom:6px;font-family:Inter,sans-serif;font-size:12px;font-weight:400;line-height:1.25;color:#000}.shared-cart-item__remove{border:0;padding:0;background:transparent;font-family:Inter,sans-serif;font-weight:400;font-size:12px;line-height:1;letter-spacing:0;text-transform:capitalize;color:#656565;text-decoration:underline;text-decoration-style:solid;cursor:pointer}.shared-cart-item__pricing{margin-top:16px}.shared-cart-item__price{font-family:Inter,sans-serif;font-size:12px;font-weight:700;line-height:1;color:#343434}.shared-cart-item__compare{margin-top:4px;font-size:12px;line-height:1}.shared-cart-item__compare-price{font-family:Inter,sans-serif;font-weight:400;font-size:12px;line-height:1;letter-spacing:0;text-transform:capitalize;color:#343434;text-decoration:line-through;margin-right:6px}.shared-cart-item__discount{font-family:Inter,sans-serif;font-weight:400;font-size:12px;line-height:1;letter-spacing:0;text-transform:capitalize;color:#db0707}.shared-cart-item__member{margin-top:4px;font-family:Inter,sans-serif;font-weight:400;font-size:12px;line-height:1;letter-spacing:0;text-transform:capitalize;color:#006eed}.shared-cart-item__sku{display:flex;flex-wrap:wrap;align-items:baseline;gap:4px;margin:6px 0 0}.shared-cart-item__sku-label,.shared-cart-item__sku-value{display:inline;font-family:Inter,sans-serif;font-weight:400;font-size:12px;line-height:18px;letter-spacing:0;text-transform:capitalize;color:#343434}.shared-cart-item .qty_box,.shared-cart-item__info .qty_box{margin-top:16px}.shared-cart-item .QuantitySelector__Button{height:initial;width:initial;margin:0;padding:.5rem 13px}.shared-cart-item .qty_box.shared-cart-item__qty--disabled{opacity:.4;pointer-events:none}.shared-cart-page__sticky{margin-top:28px;margin-left:-16px;margin-right:-16px;width:calc(100% + 32px);padding:12px 16px 16px;text-align:center;background:#fff;border-top:1px solid #f1f1f1;position:-webkit-sticky;position:sticky;bottom:0;z-index:5;box-shadow:0 -4px 16px #0a37450f}.shared-cart-page__add-all{width:100%;max-width:383px;min-height:48px;height:48px;margin:0 auto;padding:15px 24px;border:0;border-radius:100px;background:#006eed;font-family:Inter,sans-serif;font-size:12px;font-weight:700;line-height:1;letter-spacing:.08em;text-transform:uppercase;color:#fff}.shared-cart-page__add-all:hover,.shared-cart-page__add-all:focus{background:#006eed;color:#fff;opacity:.92}.shared-cart-page__continue{display:inline-block;margin-top:14px;font-family:Inter,sans-serif;font-size:13px;font-weight:400;line-height:1;letter-spacing:0;color:#000;text-decoration:underline;text-decoration-style:solid;text-underline-offset:3px}.shared-cart-page__usps{margin-top:16px}.shared-cart-page__usps .section-infobar{margin:0;padding:0;background:transparent}.shared-cart-page__usps .section-infobar.inCart{display:block}.shared-cart-page__usps .section-infobar .container{padding-left:0;padding-right:0;max-width:none;width:100%}.shared-cart-page__usps .infobar{display:flex;flex-wrap:nowrap;align-items:center;justify-content:center;gap:48px;margin:0;min-height:0}.shared-cart-page__usps .infobar__item{display:flex!important;flex:0 0 auto;max-width:none;width:auto;padding:0;justify-content:flex-start;align-items:center}.shared-cart-page__usps .infobar__item:nth-child(3){display:none!important}.shared-cart-page__usps .infobar__item__img{margin-right:8px;flex-shrink:0}.shared-cart-page__usps .infobar__item__img svg{width:28px;height:auto;display:block}.shared-cart-page__usps .infobar__item p{margin:0;font-size:11px;font-weight:500;line-height:1.25;color:#343434;text-align:left}@media(min-width:992px){.shared-cart-page__container{position:relative;max-width:1000px;margin:16px auto;background:#fff;border:0;border-radius:16px;padding:24px 24px 0}.shared-cart-page__container:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border:1px solid rgba(0,110,237,.25);border-radius:16px;pointer-events:none;z-index:6}.shared-cart-page__from-inner{max-width:1000px;margin-left:auto;margin-right:auto}.shared-cart-item{grid-template-columns:36px 120px minmax(0,1fr);grid-template-areas:"select media content";column-gap:0;row-gap:10px;margin-bottom:8px;padding-bottom:16px}.shared-cart-item__select{width:28px;padding:8px 8px 0 0;box-sizing:content-box;justify-content:center;align-self:start}.shared-cart-item__checkbox{flex-shrink:0;width:22px;height:22px;border:2px solid #c5d3da}.shared-cart-item__checkbox:checked{border-color:#006eed;background-color:#006eed;background-image:none}.shared-cart-item__checkbox:checked:after{content:"";position:absolute;top:5px;left:8px;width:5px;height:9px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.shared-cart-item__content{padding-left:16px;width:max-content;max-width:100%}.shared-cart-item__info{max-width:380px}.shared-cart-item__info .qty_box{margin-top:16px;margin-left:0;margin-right:0}.shared-cart-item__info .shared-cart-item__remove{margin-top:12px;font-size:11px}.shared-cart-item__sku-label,.shared-cart-item__sku-value{font-size:11px;line-height:16px}.shared-cart-page__sticky{position:-webkit-sticky;position:sticky;bottom:0;z-index:5;margin-top:0;margin-left:0;margin-right:0;width:100%;max-width:100%;padding:20px 0 24px;box-shadow:none!important;-webkit-box-shadow:none!important;border-top:0;border-bottom-left-radius:16px;border-bottom-right-radius:16px;background:#fff}.shared-cart-page__add-all{display:block;max-width:383px;margin-left:auto;margin-right:auto}.shared-cart-page__continue{color:#000}}
/*# sourceMappingURL=/cdn/shop/t/317/assets/se-shared-cart.scss.css.map */
