#custom-cart-section .custom-card{background:var(--swh-cart-card-bg);border-color:var(--swh-cart-card-border)}#custom-cart-section .swh-cart-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:24px;align-items:start}@media(min-width:1024px){#custom-cart-section .swh-cart-grid{grid-template-columns:minmax(0,2fr) minmax(0,1fr);gap:28px}#custom-cart-section #swh-cart-summary{position:sticky;top:110px}}#custom-cart-section .swh-cart-item{border-bottom:1px solid var(--swh-cart-item-divider);padding-bottom:18px;margin-bottom:18px}#custom-cart-section .swh-cart-item--montage{margin:-8px 0 10px;border-bottom-style:dashed;border-bottom-color:color-mix(in srgb,var(--swh-cart-item-divider) 70%,transparent);background:color-mix(in srgb,var(--swh-cart-thumb-bg) 45%,transparent);border-radius:14px;padding:10px 10px 12px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.45rem .9rem}#custom-cart-section .swh-cart-item--montage .swh-cart-main{min-width:0}#custom-cart-section .swh-cart-item--montage .swh-cart-main h3{margin:0}#custom-cart-section .swh-cart-item--montage .swh-cart-price{align-items:flex-end;gap:0;width:auto;margin-left:.8rem}#custom-cart-section .swh-cart-item--montage .swh-cart-actions{display:none}#custom-cart-section .swh-cart-item--service{padding:12px 16px;margin:0 0 14px;border:1px solid color-mix(in srgb,var(--swh-cart-btn-bg) 20%,var(--swh-cart-card-border));background:linear-gradient(135deg,color-mix(in srgb,var(--swh-cart-btn-bg) 6%,var(--swh-cart-card-bg)),color-mix(in srgb,var(--swh-cart-card-bg) 92%,#ffffff));border-radius:18px;display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:12px}#custom-cart-section .swh-cart-service__icon{width:38px;height:38px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;color:var(--swh-cart-btn-bg);background:color-mix(in srgb,var(--swh-cart-btn-bg) 10%,#ffffff);border:1px solid color-mix(in srgb,var(--swh-cart-btn-bg) 18%,var(--swh-cart-card-border));font-size:1rem;flex-shrink:0}#custom-cart-section .swh-cart-service__title{font-size:1rem;line-height:1.25;margin:0;color:var(--swh-cart-heading);display:inline}#custom-cart-section .swh-cart-service__text{display:none}#custom-cart-section .swh-cart-service__price{text-align:right;display:flex;flex-direction:column;align-items:flex-end;gap:.1rem;min-width:110px}#custom-cart-section .swh-cart-service__price strong{color:var(--swh-cart-heading);font-size:1rem;line-height:1}#custom-cart-section .swh-cart-service__price span{color:var(--swh-cart-text-muted);font-size:.7rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}#custom-cart-section .swh-cart-service__remove{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;padding:0 14px;border-radius:9999px;border:1px solid color-mix(in srgb,var(--swh-cart-remove-border) 80%,transparent);background:color-mix(in srgb,var(--swh-cart-remove-bg) 92%,#ffffff);color:var(--swh-cart-remove-text);font-weight:700;height:36px;white-space:nowrap;font-size:.9rem}#custom-cart-section .swh-cart-service__remove:hover{background:var(--swh-cart-remove-hover-bg);color:var(--swh-cart-remove-hover-text)}#custom-cart-section .swh-cart-item:last-child{border-bottom:0;padding-bottom:0;margin-bottom:0}#custom-cart-section .swh-cart-thumb{border-radius:16px;overflow:hidden;border:1px solid var(--swh-cart-thumb-border);background:var(--swh-cart-thumb-bg)}#custom-cart-section .swh-cart-price-chip{display:inline-flex;align-items:flex-end;gap:6px;padding:12px;border-radius:20px;font-size:12px;font-weight:700;width:125px;color:var(--swh-cart-text-main)}#custom-cart-section .swh-cart-price-chip span{font-weight:600;color:var(--swh-cart-text-muted);font-size:10px}#custom-cart-section .swh-cart-qty{display:inline-flex;align-items:center;gap:10px;padding:0 12px;border-radius:14px;border:1px solid var(--swh-cart-qty-border);background:var(--swh-cart-qty-bg);height:var(--swh-cart-control-height, 48px)}#custom-cart-section .swh-cart-qty input{width:84px;border-radius:12px;border:1px solid var(--swh-cart-qty-input-border);padding:6px 10px;background:var(--swh-cart-qty-input-bg);color:var(--swh-cart-text-main);height:32px}#custom-cart-section .swh-cart-qty input:focus-visible{outline:none;border-color:var(--swh-cart-btn-hover);box-shadow:0 0 0 3px color-mix(in srgb,var(--swh-cart-btn-hover) 25%,transparent)}#custom-cart-section .swh-cart-remove{padding:0 12px;border-radius:14px;border:1px solid var(--swh-cart-remove-border);background:var(--swh-cart-remove-bg);color:var(--swh-cart-remove-text);font-weight:700;font-size:14px;line-height:1;height:var(--swh-cart-control-height, 48px);display:inline-flex;align-items:center;justify-content:center}#custom-cart-section .swh-cart-remove:hover{background:var(--swh-cart-remove-hover-bg);color:var(--swh-cart-remove-hover-text)}#custom-cart-section .btn-primary{background:var(--swh-cart-btn-bg);color:var(--swh-cart-btn-text)}#custom-cart-section .btn-primary:hover{background:var(--swh-cart-btn-hover);color:var(--swh-cart-btn-text)}#custom-cart-section .swh-cart-sticky{position:fixed;left:0;right:0;bottom:0;z-index:30;padding-bottom:calc(env(safe-area-inset-bottom,0px) + 12px);display:none;pointer-events:none}#custom-cart-section .swh-cart-sticky__inner{margin:0 auto;background:color-mix(in srgb,var(--swh-cart-card-bg) 92%,transparent);border:1px solid color-mix(in srgb,var(--swh-cart-card-border) 85%,transparent);border-radius:24px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);pointer-events:auto}#custom-cart-section .swh-cart-sticky__meta{display:flex;flex-direction:column;min-width:0;gap:2px}#custom-cart-section .swh-cart-sticky__title{font-size:.9rem;font-weight:700;color:var(--swh-cart-heading);line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#custom-cart-section .swh-cart-sticky__price{font-size:1.25rem;font-weight:600;color:var(--swh-cart-text-muted)}#custom-cart-section .swh-cart-sticky__button{margin-left:auto;white-space:nowrap;border-radius:12px;padding:8px 16px;font-size:.85rem;height:100%}@media(max-width:767px){#custom-cart-section{padding-bottom:calc(160px + env(safe-area-inset-bottom,0px))}#custom-cart-section .swh-cart-sticky{display:block}body.swh-cart-sticky-footer #footer{padding-bottom:calc(140px + env(safe-area-inset-bottom,0px))}#custom-cart-section .swh-cart-item{padding-bottom:14px;margin-bottom:14px}#custom-cart-section .swh-cart-thumb{height:160px}#custom-cart-section .swh-cart-item--service{grid-template-columns:auto minmax(0,1fr) auto;align-items:start}#custom-cart-section .swh-cart-service__price{grid-column:2;align-items:flex-start;text-align:left}#custom-cart-section .swh-cart-service__remove{grid-column:3;width:fit-content}}@media(min-width:768px){body.swh-cart-sticky-footer #footer{padding-bottom:0}}
/*# sourceMappingURL=/cdn/shop/t/11/assets/swh-cart.css.map */
