.mini-cart__header{background:#f8f7fc;border-bottom:1px solid var(--ps-line);padding:18px 22px 17px;margin-bottom:0}.mini-cart__header .mini-cart__border{display:none}.mini-cart__header .title.h4{text-transform:none;letter-spacing:0;font-size:19px;font-weight:600;color:var(--ps-ink)}.mini-cart__count{color:var(--ps-count);font-weight:500;font-size:14px}drawer-close-button.header__icon--summary.header__icon--cart{width:30px;height:30px;border-radius:8px;background:none;color:var(--ps-close);display:flex;align-items:center;justify-content:center;top:16px;right:16px;transition:background .15s ease}drawer-close-button.header__icon--summary.header__icon--cart:hover{background:#f5f2fb}@media screen and (min-width:750px){drawer-close-button.header__icon--summary.header__icon--cart{top:16px;right:16px}}drawer-close-button.header__icon--summary.header__icon--cart .icon-close{width:13px;height:13px}drawer-close-button.header__icon--summary.header__icon--cart:after{display:none}.mini-cart__header .combined-threshold-progress__header{text-align:left}.cart-offer-callout{margin-top:10px;width:100%}.cart-offer-callout__trigger{display:flex;align-items:center;gap:10px;width:100%;padding:10px 14px;border:2px solid #ccc3e7;border-radius:12px;background:#f9f7ff;cursor:pointer;transition:all .2s ease;font-family:inherit;text-align:left;color:var(--color-foreground, #1a1a1a);position:relative}.cart-offer-callout__trigger:hover{background:#f3eeff;border-color:#b8a8de}.cart-offer-callout__trigger:active{transform:scale(.995)}.cart-offer-callout__checkbox{display:flex;align-items:center;justify-content:center;width:22px;height:22px;border:2px solid #a894e3;border-radius:6px;background:#fff;flex-shrink:0;transition:all .15s ease}.cart-offer-callout__check-icon{opacity:0;transform:scale(.5);transition:opacity .15s var(--ps-ease-soft),transform .15s var(--ps-ease-bounce);color:#fff}.cart-offer-callout--checked .cart-offer-callout__checkbox{background:var(--ps-purple);border-color:var(--ps-purple)}.cart-offer-callout--checked .cart-offer-callout__check-icon{opacity:1;transform:scale(1)}.cart-offer-callout__body{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}.cart-offer-callout__row{display:flex;align-items:baseline;gap:6px}.cart-offer-callout__label{font-size:14px;font-weight:600;color:var(--ps-purple)}.cart-offer-callout__price{font-size:14px;font-weight:600;color:var(--ps-success)}.cart-offer-callout__rationale{font-size:12px;color:#888;line-height:1.3}.cart-offer-callout__badge-icon{display:none}.cart-offer-callout__badge{display:inline-flex;align-items:center;padding:4px 10px;background:#a7f5c3;border:2px solid #95d8ad;color:var(--ps-success);font-size:11px;font-weight:700;border-radius:20px;white-space:nowrap;flex-shrink:0;letter-spacing:.02em}.cart-offer-callout__spinner{display:none;width:16px;height:16px;border:2px solid var(--ps-purple);border-top-color:transparent;border-radius:50%;animation:cart-offer-spin .6s linear infinite;flex-shrink:0}.cart-offer-callout--loading .cart-offer-callout__trigger{opacity:.7;pointer-events:none}.cart-offer-callout--loading .cart-offer-callout__badge{display:none}.cart-offer-callout--loading .cart-offer-callout__spinner{display:block}@keyframes cart-offer-spin{to{transform:rotate(360deg)}}.cart-offer-callout--compact .cart-offer-callout__trigger{padding:8px 10px;gap:8px;border-radius:10px}.cart-offer-callout--compact .cart-offer-callout__checkbox{width:18px;height:18px;border-radius:5px}.cart-offer-callout--compact .cart-offer-callout__label,.cart-offer-callout--compact .cart-offer-callout__price{font-size:12px}.cart-offer-callout--compact .cart-offer-callout__badge{font-size:10px;padding:3px 8px}.cart-offer-callout__trigger:focus-visible,.speed-card:focus-visible,.cart-offer-card__add-btn:focus-visible,.cart-offers-show-more:focus-visible,.cart-checkout-btn:focus-visible{outline:none;box-shadow:var(--ps-focus-ring)}.cart-recommendations{display:none!important}@media screen and (min-width:750px){.cart-drawer,#mini-cart{width:55rem}}.cart-offers-bottom{margin-top:24px;padding-top:24px;border-top:1px solid rgba(0,0,0,.08)}.cart-offers-bottom__heading{font-size:16px;font-weight:600;margin:0 0 16px;color:var(--color-foreground, #1a1a1a)}.cart-offers-list{display:flex;flex-direction:column;gap:10px}.cart-offers-list--hidden{display:none}.cart-offers-show-more{display:block;width:100%;margin-top:10px;padding:8px;font-size:12px;font-weight:600;font-family:inherit;color:var(--ps-purple);background:none;border:1px dashed #d4c4f7;border-radius:8px;cursor:pointer;transition:background .15s ease,border-color .15s ease}.cart-offers-show-more:hover{background:#f9f7ff;border-color:var(--ps-purple)}.cart-offer-card{position:relative;display:flex;flex-direction:row;align-items:center;gap:12px;padding:10px 12px;border:1px solid rgba(0,0,0,.08);border-radius:10px;background:#fff;transition:box-shadow .2s ease;overflow:hidden}.cart-offer-card:hover{box-shadow:0 2px 8px #00000014}.cart-offer-card__image{width:56px;height:56px;border-radius:8px;overflow:hidden;background:#f5f5f5;flex-shrink:0}.cart-offer-card__image img{width:100%;height:100%;object-fit:cover}.cart-offer-card__info{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}.cart-offer-card__title{font-size:13px;font-weight:600;margin:0;line-height:1.3;color:var(--color-foreground, #1a1a1a)}.cart-offer-card__variant{display:none}.cart-offer-card__price{font-size:13px;font-weight:600;color:#1f2937;margin:0}.cart-offer-card__link{display:inline-block;margin-top:4px;padding:4px 12px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;background:var(--ps-purple);color:#fff;border:none;border-radius:6px;text-decoration:none;text-align:center;cursor:pointer;transition:background .2s;width:fit-content}.cart-offer-card__link:hover{background:var(--ps-purple-strong);color:#fff}@media(max-width:749px){.cart-offer-callout__trigger{padding:10px 12px;gap:8px}.cart-offer-callout__label,.cart-offer-callout__price{font-size:13px}.cart-offer-callout__badge{padding:4px 8px}.cart-offer-callout__badge-text{display:none}.cart-offer-callout__badge-icon{display:block;color:var(--ps-success);width:16px;height:16px}.cart-offers-grid{grid-template-columns:1fr}.cart-offer-card{flex-direction:row}}.cart-offer-card--bundle{border-color:#6f08fb33;background:#6f08fb05}.cart-offer-card--bundle .cart-offer-card__title:before{content:"\1f381  "}.cart-order-summary{padding:14px 0 10px;display:flex;flex-direction:column;gap:7px}.cart-order-summary__row{display:flex;justify-content:space-between;align-items:baseline;font-size:13px;color:#4a4a4a;line-height:1.3}.cart-order-summary__row *{font-size:inherit!important}.cart-order-summary__row--total{font-size:14px;font-weight:700;color:var(--ps-ink)}.cart-order-summary__row--discount .cart-order-summary__label{display:flex;align-items:center;gap:4px;color:var(--ps-success)}.cart-order-summary__row--discount .cart-order-summary__label .icon{width:14px;height:14px}.cart-order-summary__discount-value{color:var(--ps-success);font-weight:600}.cart-order-summary__row--savings{background:none;padding:0;margin:0}.cart-order-summary__savings-label{display:flex;align-items:center;gap:5px;color:var(--ps-success);font-weight:600}.cart-order-summary__savings-label svg{flex-shrink:0;color:var(--ps-success)}.cart-order-summary__savings-value{color:var(--ps-success);font-weight:700}.mini-cart .discounts__discount,.cart-items .discounts__discount,#main-cart-footer .discounts__discount{display:none}.cart-order-summary__gift-value,.cart-order-summary__shipping-free{color:var(--ps-success);font-weight:600}.cart-order-summary__shipping-calc{color:#94a3b8;font-size:12px}.cart-order-summary__divider{border-top:1px solid var(--ps-line-soft);margin:2px 0}.cart-order-summary__tax-note,.is-empty .cart-order-summary{display:none}.cart-trust-footer{margin-top:13px;padding-top:13px;border-top:1px solid var(--ps-line-soft);text-align:center;display:flex;flex-direction:column;gap:11px}.cart-trust__bar{display:flex;align-items:center;justify-content:center;gap:6px;font-size:11px;color:var(--ps-muted);font-weight:500}.cart-trust__signal{display:inline-flex;align-items:center;gap:4px;white-space:nowrap}.cart-trust__signal svg{flex-shrink:0;color:var(--ps-purple)}.cart-trust__signal--secure{font-weight:600;color:var(--ps-purple)}.cart-trust__dot{color:var(--ps-marker-next);font-size:16px;line-height:1}.cart-trust__payments{display:flex;flex-wrap:wrap;justify-content:center;gap:4px;margin:0;padding:0;list-style:none}.cart-trust__payment-item{display:flex;align-items:center;justify-content:center;min-width:33px;height:21px;padding:0 4px;background:#fff;border:1px solid var(--ps-payment-line);border-radius:4px}.cart-trust__payment-item .icon{height:13px;width:auto}.cart-trust__guarantee{display:flex;align-items:center;justify-content:center;gap:4px;font-size:11px;color:#94a3b8;font-weight:500}.cart-trust__guarantee svg{flex-shrink:0;color:var(--ps-purple)}.is-empty .cart-trust-footer{display:none}.mini-cart__footer{display:flex;flex-direction:column;background:#fcfdfe;border-top:1px solid var(--ps-line);padding-top:1.5rem}.mini-cart__footer gift-wrapping,.mini-cart__footer .mini-cart__actions{order:5}.mini-cart__footer .cart-trust-footer{order:6}.mini-cart__actions{border-top:none;border-bottom:none;margin-inline:0;padding:.6rem 0 .2rem;gap:2rem;justify-content:flex-start}.mini-cart__actions details{flex-grow:0}.mini-cart__actions details+details{border-inline-start:none}.mini-cart__action summary>span{justify-content:flex-start;column-gap:.6rem;font-size:1.2rem;font-weight:600;text-transform:none;letter-spacing:0;color:var(--ps-quiet-link)}.mini-cart__action summary>span .icon{color:var(--ps-quiet-link)}.button.cart-checkout-btn{font-family:var(--font-heading-family),sans-serif;font-weight:700;font-size:16px;letter-spacing:-.01em;text-transform:none;display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;min-width:0;padding:14px;border-radius:10px;background:var(--ps-purple);color:#fff;box-shadow:var(--ps-shadow-cta)}.button.cart-checkout-btn{transition:background var(--ps-dur-fast) var(--ps-ease-soft),transform var(--ps-dur-fast) var(--ps-ease-soft)}.button.cart-checkout-btn:hover{background:var(--ps-purple-strong);transform:translateY(-1px)}.button.cart-checkout-btn:active{transform:translateY(0)}.mini-cart__actions .mini-cart__action[open]>summary:before{background-color:rgba(var(--color-overlay),.55);animation:fade-in var(--duration-long) ease}.mini-cart__action .button{font-family:var(--font-heading-family),sans-serif;font-weight:700;font-size:14px;letter-spacing:-.01em;text-transform:none;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 16px;border-radius:10px;background:var(--ps-purple);color:#fff;box-shadow:var(--ps-shadow-cta);transition:background var(--ps-dur-fast) var(--ps-ease-soft)}.mini-cart__action .button:hover{background:var(--ps-purple-strong)}.mini-cart__action .button:after{content:"";position:static;top:auto;left:auto;z-index:auto;transform:none;background-image:none;width:16px;height:16px;flex:0 0 auto;background-color:currentColor;-webkit-mask:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20256%20256'%3E%3Cpath%20d='M221.66,133.66l-72,72a8,8,0,0,1-11.32-11.32L196.69,136H40a8,8,0,0,1,0-16H196.69l-58.35-58.34a8,8,0,0,1,11.32-11.32l72,72A8,8,0,0,1,221.66,133.66Z'/%3E%3C/svg%3E") center / contain no-repeat;mask:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20256%20256'%3E%3Cpath%20d='M221.66,133.66l-72,72a8,8,0,0,1-11.32-11.32L196.69,136H40a8,8,0,0,1,0-16H196.69l-58.35-58.34a8,8,0,0,1,11.32-11.32l72,72A8,8,0,0,1,221.66,133.66Z'/%3E%3C/svg%3E") center / contain no-repeat}#main-cart-footer .button-container{margin-top:12px}.cart-checkout-btn svg{flex-shrink:0;transition:transform .2s ease}.cart-checkout-btn:hover svg{transform:translate(3px)}.production-speed-container{padding:0}.speed-selector{border-top:none;padding:0 0 12px}.speed-selector__heading{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:#374151;margin-bottom:10px;letter-spacing:.01em}.speed-selector__cards{display:flex;gap:8px}.speed-card{flex:1;display:flex;flex-direction:column;align-items:center;gap:4px;padding:12px 8px 14px;border:1.5px solid #e0e0e0;border-radius:12px;background:#fff;cursor:pointer;transition:all .15s ease;text-align:center;font-family:inherit;outline:none}.speed-card:hover{border-color:#c4b5fd;background:#faf8ff}.speed-card--selected{border-color:var(--ps-purple);background:#f5f0ff;box-shadow:0 0 0 1px var(--ps-purple)}.speed-card--loading{opacity:.6;pointer-events:none}.speed-card__radio{width:16px;height:16px;border-radius:50%;border:2px solid #d1d5db;margin-bottom:2px;transition:all .15s ease;background:transparent}.speed-card--selected .speed-card__radio{border-color:var(--ps-purple);background:var(--ps-purple);box-shadow:inset 0 0 0 2.5px #fff}.speed-card__label{font-size:14px;font-weight:700;color:#1f2937;line-height:1.3}.speed-card__fire{font-size:14px}.speed-card__timeline{font-size:12px;color:#6b7280;line-height:1.3}.speed-card__price{font-size:14px;font-weight:700;color:var(--ps-success);margin-top:4px}.speed-card__price--free{color:#9ca3af;font-weight:500;font-size:13px}.cart-order-summary__speed-value{color:var(--ps-purple);font-weight:600}.cart-order-summary__row--speed{overflow:hidden;max-height:4rem;transition:max-height var(--ps-dur) var(--ps-ease-soft),opacity var(--ps-dur) var(--ps-ease-soft)}.cart-order-summary__row--reserved{max-height:0;opacity:0;pointer-events:none}#main-cart-footer .production-speed-container{padding:0}@media(max-width:749px){.mini-cart__header{padding-bottom:1rem;margin-bottom:1rem}.mini-cart__header .title.h4{font-size:1.6rem}.speed-selector{border-top:none;padding:10px 0 8px}.speed-selector__heading{font-size:12px;margin-bottom:6px}.speed-selector__note{display:none}.speed-card{gap:1px;padding:6px 4px 8px;border-radius:8px}.speed-card__radio{width:12px;height:12px;margin-bottom:1px}.speed-card--selected .speed-card__radio{box-shadow:inset 0 0 0 2px #fff}.speed-card__label{font-size:11px}.speed-card__fire{font-size:10px}.speed-card__timeline{font-size:9px;line-height:1.2}.speed-card__price{font-size:11px;margin-top:1px}.speed-card__price--free{font-size:10px}.cart-order-summary{padding:8px 0 6px;gap:4px}.cart-order-summary__row{font-size:12px}.cart-order-summary__row--total{font-size:13px}.cart-order-summary__divider{margin:1px 0}.button.cart-checkout-btn{font-size:15px;padding-top:11px;padding-bottom:11px}.cart-trust-footer{margin-top:10px;padding-top:10px;gap:6px}.cart-trust__bar{font-size:11px;gap:4px}.cart-trust__bar svg{width:12px;height:12px}.cart-trust__payments,.cart-trust__guarantee{display:none}.mini-cart__actions{margin-top:4px;margin-bottom:4px}.cart-cross-sells-container{order:-1}.cart-cross-sells-container .cart-offers-bottom{margin:8px 2rem 0;padding-top:8px}.cart-cross-sells-container .cart-offers-bottom__heading{font-size:12px;margin-bottom:6px}}@media screen and (min-width:750px)and (max-height:960px){.cart-order-summary{display:none}.mini-cart__footer{flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:center;column-gap:1.6rem;row-gap:0}.mini-cart__footer gift-wrapping,.mini-cart__footer .production-speed-container,.mini-cart__footer .button-container{flex:0 0 100%}.mini-cart__footer .button-container{margin-bottom:12px}.cart-trust__signal--secure,.cart-trust__signal--secure svg{color:var(--ps-quiet-link)}.mini-cart__actions{flex:0 1 auto;margin:0;gap:1.4rem}.mini-cart__inner .mini-cart__footer .mini-cart__actions{padding:0}.cart-trust-footer{flex:0 1 auto;flex-direction:row;align-items:center;align-self:center;margin:0;padding:0;border:0}.cart-trust__payments{display:none}.cart-trust__bar .cart-trust__signal:not(.cart-trust__signal--secure),.cart-trust__bar .cart-trust__dot{display:none}}.cart-offer-card{position:relative}.cart-offer-card__badge{display:none}.cart-offer-card__add-btn{display:inline-flex;align-items:center;justify-content:center;padding:5px 10px;font-size:11px;font-weight:600;font-family:inherit;color:var(--ps-purple);background:#f3f0ff;border:1px solid #e0d4fc;border-radius:6px;cursor:pointer;transition:all .15s ease;line-height:1.3;white-space:nowrap;flex-shrink:0;align-self:center}.cart-offer-card__add-btn:hover{background:var(--ps-purple);color:#fff;border-color:var(--ps-purple)}.cart-offer-card__add-btn--loading{opacity:.6;pointer-events:none}.cart-offer-card__add-btn--added{background:#ecfdf5;color:var(--ps-success);border-color:#a7f3d0;pointer-events:none}.cart-cross-sells-container .cart-offers-bottom{margin-top:12px;border-top:1px solid var(--ps-line);padding-top:12px}.cart-cross-sells-container .cart-offers-bottom__heading{font-size:14px;margin-bottom:10px}.cart-offer-callout{margin-top:9px}.cart-offer-callout__trigger,.cart-offer-callout--compact .cart-offer-callout__trigger{border:0;border-top:1px solid var(--ps-line-soft);border-radius:0;background:none;padding:11px 0 2px;gap:9px}.cart-offer-callout__trigger:hover,.cart-offer-callout--compact .cart-offer-callout__trigger:hover{background:none;border-color:var(--ps-line-soft)}.cart-offer-callout__label,.cart-offer-callout--compact .cart-offer-callout__label{color:#2a2730;font-weight:600;font-size:12px}.cart-offer-callout__price,.cart-offer-callout--compact .cart-offer-callout__price{color:var(--ps-success);font-size:12px;font-weight:600}.cart-offer-callout__badge{display:none}.cart-offer-callout__checkbox,.cart-offer-callout--compact .cart-offer-callout__checkbox{width:18px;height:18px;border-radius:5px;border:1.5px solid var(--ps-checkbox-line);background:#fff}.cart-offer-callout--checked .cart-offer-callout__checkbox{border:2px solid var(--ps-purple);background:var(--ps-purple)}.cart-offers-bottom{border-top:1px solid var(--ps-line-soft)}.cart-offers-bottom__heading{font-weight:600;color:#2a2730;font-size:12.5px;margin-bottom:11px}.cart-offers-list{gap:12px}.cart-offer-card,.cart-offer-card--bundle{border:0;background:none;border-radius:0;padding:0;gap:12px}.cart-offer-card:hover{box-shadow:none}.cart-offer-card--bundle .cart-offer-card__title:before{content:none}.cart-offer-card__image{width:46px;height:46px;border-radius:11px}.cart-offer-card__title{font-size:12.5px;font-weight:600;color:#2a2730}.cart-offer-card__price{font-size:12px;color:var(--ps-muted-2)}.cart-offer-card__add-btn,.cart-offer-card__link{background:none;border:0;border-radius:0;padding:0;text-transform:none;letter-spacing:0;font-size:12px;font-weight:600;color:var(--ps-purple)}.cart-offer-card__add-btn:hover,.cart-offer-card__link:hover{background:none;color:var(--ps-purple-strong)}.cart-offer-card__add-btn--added{background:none;border:0;color:var(--ps-success)}.cart-offers-show-more{border:0;background:none;color:var(--ps-purple);font-weight:600;font-size:12px}.cart-offers-show-more:hover{background:none;border:0}.speed-selector__cards{gap:7px}.speed-card{padding:9px 5px;border-radius:11px;border:1.5px solid #e0e0e0}.speed-card--selected{border:1.5px solid var(--ps-purple);background:var(--ps-purple-tint);box-shadow:0 0 0 1px var(--ps-purple)}.speed-card__radio{display:none}.speed-card__label{font-size:12.5px;font-weight:700;color:#1f2937}.speed-card__timeline{font-size:11px;color:#6b7280}.speed-card__price{font-size:11.5px;font-weight:700;color:var(--ps-success);margin-top:2px}.speed-card__price--free{font-size:11.5px;color:#9ca3af;font-weight:500}.speed-selector__heading{font-size:12px;font-weight:600;color:#374151;margin-bottom:9px}.speed-selector__heading svg{color:var(--ps-purple)}.speed-selector__note{font-weight:400;color:#9ca3af}.mini-cart__footer .mini-cart__actions{border-top:none;border-bottom:none;margin-inline:0;padding:12px 0 0;gap:20px;justify-content:center}.mini-cart__footer .mini-cart__actions details{flex-grow:0}.mini-cart__footer .mini-cart__actions details+details{border-inline-start:none}.mini-cart__footer .mini-cart__action summary>span{justify-content:center;column-gap:6px;font-size:11.5px;font-weight:600;text-transform:none;letter-spacing:0;color:var(--ps-quiet-link)}.mini-cart__footer .mini-cart__action summary>span .icon{color:var(--ps-quiet-link);width:12px;height:12px}.mini-cart__navigation .enhanced-bottom-row .quantity{border:0;background:var(--ps-purple-tint-2);border-radius:8px}.mini-cart__navigation .enhanced-bottom-row .quantity__button{color:var(--ps-purple);font-weight:700;width:25px;height:26px}.mini-cart__navigation .enhanced-bottom-row .quantity__input{color:var(--ps-ink);background:transparent;width:22px;height:26px;font-size:12.5px}[data-enhanced] .product-content{gap:12px}[data-enhanced] .product-description,[data-enhanced] .product-content{min-width:0}[data-enhanced] .product-content .product-title,table.cart-items [data-enhanced] .enhanced-main-title{display:block;flex:1 1 auto;min-width:0;margin-inline-end:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:15px}.mini-cart .mini-cart__navigation li{border-top-color:var(--ps-line-soft)}.cart-drawer .mini-cart,#mini-cart .mini-cart{background:#fff}@media(max-width:749px){.mini-cart__header{background:#f8f7fc}[data-enhanced] .product-content .product-title{font-size:12.5px}.enhanced-price-top{font-size:13px}.enhanced-variant-line{font-size:10px}.enhanced-badge{font-size:9.5px}.enhanced-edit-btn,.wishlist-save-later{font-size:11px}.mini-cart__navigation .enhanced-bottom-row .quantity{border-radius:7px}.mini-cart__navigation .enhanced-bottom-row .quantity__button{width:21px;height:23px}.mini-cart__navigation .enhanced-bottom-row .quantity__input{width:20px;height:23px}.enhanced-trash-btn{width:22px;height:22px}.speed-card{border-radius:9px;padding:8px 3px}.button.cart-checkout-btn{font-size:14px}.mini-cart__footer .mini-cart__action summary>span{font-size:9.5px}.cart-trust__bar{font-size:9px;color:var(--ps-muted-cool)}}.ps-count-roll{display:inline-block;animation:ps-count-roll .12s var(--ps-ease-soft)}@keyframes ps-count-roll{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}.ps-value-flash{animation:ps-value-flash .18s var(--ps-ease-soft)}@keyframes ps-value-flash{0%{opacity:.4}to{opacity:1}}.ps-savings-flash{display:inline-block;animation:ps-savings-flash .42s var(--ps-ease-bounce)}@keyframes ps-savings-flash{0%{transform:scale(1);opacity:.5}50%{transform:scale(1.08)}to{transform:scale(1);opacity:1}}.mini-cart__header,.mini-cart__footer{flex:0 0 auto}.mini-cart__main{min-height:0}.mini-cart__drag-handle,.speed-selector__collapsed{display:none}@media(max-width:749px){.cart-drawer{top:auto;bottom:0;left:0;right:0;width:100%;height:auto;max-height:88vh;transform:translateY(100%);border-radius:22px 22px 0 0;overflow:hidden}.shopify-section-header-sticky.shopify-section-header-hidden .cart-drawer{height:auto}details[open].menu-opening>.cart-drawer{transform:translateY(0)}.cart-drawer .mini-cart,.cart-drawer .mini-cart__inner{max-height:88vh;min-height:0}.mini-cart__drag-handle{display:block;flex:0 0 auto;width:100%;height:auto;padding:9px 0 7px;background:#f8f7fc;border-radius:0}.mini-cart__drag-handle:before{content:"";display:block;width:74px;height:5px;border-radius:3px;background:#dcd6e8;margin:0 auto}.mini-cart__header{padding-top:.4rem;margin-bottom:0}.mini-cart__main cart-items{padding-bottom:.8rem}.speed-selector__heading{display:none}.speed-selector{padding:0;border-top:none}.speed-selector__collapsed{display:flex;align-items:center;gap:7px;width:100%;padding:8px 10px;background:#fff;border:1.5px solid #ece9f3;border-radius:9px;margin:6px 0 10px;font-family:inherit;cursor:pointer;text-align:left}.speed-selector__collapsed-icon{color:var(--ps-purple);flex:0 0 auto;display:block}.speed-selector__collapsed-title{font-size:11px;font-weight:600;color:#2a2730}.speed-selector__collapsed-value{font-size:11px;color:#6a6676}.speed-selector__collapsed-change{margin-left:auto;display:inline-flex;align-items:center;gap:2px;font-size:10.5px;font-weight:600;color:var(--ps-purple);flex:0 0 auto}.speed-selector__caret{display:block;transition:transform var(--ps-dur) var(--ps-ease-soft)}.speed-selector--expanded .speed-selector__caret{transform:rotate(90deg)}.speed-selector__cards{flex-direction:column;gap:8px;max-height:0;opacity:0;overflow:hidden;transition:max-height var(--ps-dur) var(--ps-ease-soft),opacity var(--ps-dur) var(--ps-ease-soft)}.speed-selector--expanded .speed-selector__cards{max-height:340px;opacity:1;padding:3px 4px 4px}.speed-selector__cards .speed-card{display:grid;grid-template-columns:1fr auto auto;align-items:center;column-gap:10px;row-gap:1px;width:100%;box-sizing:border-box;padding:10px 14px;text-align:left}.speed-selector__cards .speed-card__label{grid-column:1;grid-row:1;font-size:12px;font-weight:700}.speed-selector__cards .speed-card__timeline{grid-column:1;grid-row:2;font-size:9.5px}.speed-selector__cards .speed-card__price{grid-column:2;grid-row:1 / span 2;align-self:center;margin-top:0;font-size:12px}.speed-selector__cards .speed-card:after{content:"";grid-column:3;grid-row:1 / span 2;width:6px;height:11px;margin:-2px 0 2px 2px;border:solid var(--ps-purple);border-width:0 2px 2px 0;transform:rotate(45deg);justify-self:center;align-self:center;opacity:0;transition:opacity var(--ps-dur-fast) var(--ps-ease-soft)}.speed-selector__cards .speed-card--selected:after{opacity:1}.cart-order-summary{display:none}.mini-cart__footer{flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:center;column-gap:1.1rem;row-gap:0;padding-bottom:max(14px,env(safe-area-inset-bottom))}.mini-cart__footer gift-wrapping,.mini-cart__footer .production-speed-container,.mini-cart__footer .button-container{flex:0 0 100%}.mini-cart__footer .button-container{margin-bottom:12px}.cart-trust__signal--secure,.cart-trust__signal--secure svg{color:var(--ps-quiet-link)}.mini-cart__actions{flex:0 1 auto;margin:0;gap:1rem}.mini-cart__footer .mini-cart__actions{padding:0}.cart-trust-footer{display:flex;flex:0 1 auto;flex-direction:row;align-items:center;align-self:center;margin:0;padding:0;border:0}.cart-trust__payments{display:none}.cart-trust__bar .cart-trust__signal:not(.cart-trust__signal--secure),.cart-trust__bar .cart-trust__dot{display:none}}
/*# sourceMappingURL=/cdn/shop/t/16/assets/component-cart-offers.css.map */
