.commerce-modal,.commerce-modal *,.header-icon-group,.header-icon-group *{box-sizing:border-box}
.header-icon-group{display:flex;align-items:center;gap:8px}
.site-header .header-icon-button{width:44px;height:44px;min-width:44px;background:rgba(255,255,255,.7)}
.site-header .header-icon-button:hover{color:var(--brand,#d71920)}
.mobile-compare-link{position:relative;display:flex;align-items:center;justify-content:space-between;gap:16px}
.mobile-menu-badge{position:static;display:grid!important;flex:0 0 auto;border-color:transparent}
.mobile-menu-badge[hidden]{display:none!important}

.commerce-modal{width:min(640px,calc(100% - 32px));height:min(78dvh,760px)}
.favorites-modal{width:min(680px,calc(100% - 32px));height:min(74dvh,720px)}
.commerce-modal-shell{min-height:0;height:100%;display:flex;flex-direction:column}
.commerce-modal-head{position:relative;z-index:2;flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:24px 26px 21px;border-bottom:1px solid rgba(23,23,20,.1);background:rgba(248,247,242,.96)}
.commerce-modal-head h2{margin:0;font-size:clamp(27px,3vw,34px);font-weight:600;line-height:1.05;letter-spacing:-.04em}
.commerce-eyebrow{margin:0 0 7px;color:var(--brand,#d71920);font-size:10px;font-weight:800;letter-spacing:.17em;text-transform:uppercase}
.commerce-modal-close{flex:0 0 auto;background:#fff}
.cart-items,.favorite-items{min-height:0;flex:1 1 auto;overflow-x:hidden;overflow-y:auto;padding:8px 26px 22px;scrollbar-gutter:stable;overscroll-behavior:contain}
.cart-item,.favorite-item{display:grid;grid-template-columns:88px minmax(0,1fr);gap:16px;padding:18px 0;border-bottom:1px solid rgba(23,23,20,.1)}
.favorite-item{grid-template-columns:104px minmax(0,1fr) auto;align-items:center}
.commerce-item-image{width:88px;height:88px;display:block;overflow:hidden;border-radius:16px;background:#eae7df}
.favorite-item .commerce-item-image{width:104px}
.commerce-item-image img{width:100%;height:100%;display:block;object-fit:cover}
.commerce-item-copy{min-width:0;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}
.commerce-item-title{max-width:100%;color:var(--ink,#171714);font-size:15px;font-weight:750;line-height:1.3;text-decoration:none;overflow-wrap:anywhere}
.commerce-item-title:hover{color:var(--brand,#d71920)}
.commerce-item-copy small{margin-top:7px;color:#77736c;font-size:12px;line-height:1.45}
.commerce-price{display:inline-flex;flex-wrap:wrap;align-items:baseline;gap:5px}.commerce-price.has-discount{display:grid;gap:1px}.commerce-price-old{color:#8b8881;font-size:10px;font-weight:500;text-decoration:line-through;text-decoration-thickness:1px}.commerce-price strong{color:var(--brand,#d71920);font-size:12px}
.commerce-item-row{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:13px}
.cart-quantity{height:46px;display:inline-flex;align-items:center;border:1px solid rgba(23,23,20,.13);border-radius:999px;background:#fff}
.cart-quantity button{width:44px;height:44px;display:grid;place-items:center;padding:0;border:0;border-radius:50%;appearance:none;color:inherit;background:transparent;cursor:pointer}
.cart-quantity button:hover{color:var(--brand,#d71920);background:rgba(215,25,32,.06)}
.cart-quantity .cm-ui-icon{width:16px;height:16px}
.cart-quantity output{min-width:30px;color:var(--ink,#171714);font-size:13px;font-weight:750;text-align:center}
.commerce-remove{width:44px;height:44px;min-width:44px;color:#9b3438;background:transparent}
.commerce-remove .cm-ui-icon{width:18px;height:18px}
.favorite-category{margin:0 0 5px!important;color:#8a8780!important;font-size:10px!important;font-weight:700;letter-spacing:.07em;text-transform:uppercase}
.favorite-price{margin-top:8px;font-size:13px}.favorite-price.has-discount{display:grid}.favorite-price strong{font-size:13px}
.favorite-actions{display:flex;align-items:center;gap:8px}
.favorite-cart-button{color:#fff;background:var(--ink,#171714)}
.favorite-cart-button:hover,.favorite-cart-button.is-added{color:#fff;background:var(--brand,#d71920)}
.cart-modal-foot{position:relative;z-index:2;flex:0 0 auto;padding:20px 26px 24px;border-top:1px solid rgba(23,23,20,.1);background:#fff;box-shadow:0 -12px 30px rgba(18,17,15,.04)}
.cart-modal.is-empty .cart-modal-foot{display:none}
.cart-total{display:flex;align-items:baseline;justify-content:space-between;gap:20px;font-size:16px;line-height:1.3}
.cart-total strong{max-width:68%;font-size:24px;line-height:1.2;text-align:right;overflow-wrap:anywhere}
.cart-total-note{min-height:0;margin:7px 0 17px;color:#77736c;font-size:12px;line-height:1.5}
.cart-checkout{width:100%;min-height:52px;padding:12px 20px;border:0;border-radius:999px;appearance:none;color:#fff;background:var(--brand,#d71920);font:inherit;font-weight:750;cursor:pointer;transition:background .2s ease,transform .2s ease}
.cart-checkout:hover:not(:disabled){background:#b90f16;transform:translateY(-1px)}
.cart-checkout:disabled{cursor:not-allowed;opacity:.45}
.cart-clear{width:100%;min-height:44px;margin-top:6px;padding:9px;border:0;appearance:none;color:#77736c;background:transparent;font:inherit;cursor:pointer}
.cart-clear:hover{color:#8f272b}
.commerce-empty{min-height:100%;display:grid;place-content:center;justify-items:center;padding:42px 16px;color:#706d67;text-align:center}
.commerce-empty-icon{width:72px;height:72px;display:grid;place-items:center;margin-bottom:22px;border-radius:50%;color:var(--brand,#d71920);background:rgba(215,25,32,.08)}
.commerce-empty-icon .cm-ui-icon{width:32px;height:32px}
.commerce-empty strong{color:#25241f;font-size:22px;line-height:1.2}
.commerce-empty span{margin-top:10px;font-size:14px;line-height:1.55}
.commerce-catalog-link{min-height:48px;display:inline-flex;align-items:center;justify-content:center;margin-top:24px;padding:12px 22px;border-radius:999px;color:#fff;background:#1f1f1b;font-size:13px;font-weight:750;text-decoration:none;transition:background .2s ease,transform .2s ease}
.commerce-catalog-link:hover{background:var(--brand,#d71920);transform:translateY(-1px)}
.commerce-live{position:fixed;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}

.catalog-comparison-media .catalog-favorite-button,.product-card .card-favorite-button{position:absolute;z-index:5;top:14px;right:14px;color:var(--ink,#171714);background:rgba(255,255,255,.9);box-shadow:0 7px 22px rgba(20,19,16,.13)}
.catalog-comparison-media .catalog-favorite-button:hover,.product-card .card-favorite-button:hover{color:var(--brand,#d71920)}
.catalog-comparison-media .catalog-favorite-button.is-active,.product-card .card-favorite-button.is-active{color:#fff;background:var(--brand,#d71920)}
.catalog-comparison-media .catalog-favorite-button.is-active .cm-ui-icon,.product-card .card-favorite-button.is-active .cm-ui-icon{fill:currentColor}
.product-favorite-button{width:48px;height:48px;min-width:48px;background:#fff}
.product-favorite-button:hover,.product-favorite-button.is-active{color:#fff;background:var(--brand,#d71920)}
.product-favorite-button.is-active .cm-ui-icon{fill:currentColor}

@media(max-width:1320px){.site-header .header-compare-button{display:none}}
@media(max-width:620px){
  .site-header .header-icon-group{gap:5px}
  .site-header .header-icon-button{width:44px;height:44px;min-width:44px}
  .commerce-modal,.favorites-modal{width:calc(100% - 24px);height:calc(100dvh - max(24px,env(safe-area-inset-top)) - max(24px,env(safe-area-inset-bottom)));max-height:none;border-radius:22px}
  .commerce-modal-head{padding:17px 18px 15px}
  .commerce-modal-head h2{font-size:27px}
  .commerce-eyebrow{margin-bottom:5px;font-size:9px}
  .cart-items,.favorite-items{padding:4px 18px 18px;scrollbar-gutter:auto}
  .cart-modal-foot{padding:17px 18px max(18px,env(safe-area-inset-bottom))}
  .cart-item{grid-template-columns:72px minmax(0,1fr);gap:13px;padding:15px 0}
  .commerce-item-image{width:72px;height:72px;border-radius:13px}
  .favorite-item{grid-template-columns:78px minmax(0,1fr);gap:12px;padding:15px 0}
  .favorite-item .commerce-item-image{width:78px;height:72px}
  .favorite-actions{grid-column:2;justify-self:end;margin-top:-48px}
  .favorite-actions .ui-icon-button{width:44px;height:44px;min-width:44px}
  .commerce-item-title{padding-right:88px;font-size:14px}
  .cart-item .commerce-item-title{padding-right:0}
  .commerce-empty{padding:30px 10px}
  .catalog-comparison-media .catalog-favorite-button,.product-card .card-favorite-button{top:10px;right:10px;width:40px;height:40px;min-width:40px}
}
@media(max-width:420px){.site-header .brand-note{display:none}.site-header .brand-name{font-size:14px}.site-header .header-shell{padding-left:10px}.site-header .brand img{width:40px;height:40px}}
@media(max-width:360px){.site-header .brand span span{display:none}.site-header .brand{gap:0}.site-header .header-actions{gap:5px}.site-header .menu-toggle{width:42px;height:42px}.commerce-modal-head,.cart-items,.favorite-items,.cart-modal-foot{padding-right:14px;padding-left:14px}.favorite-item{grid-template-columns:68px minmax(0,1fr)}.favorite-item .commerce-item-image{width:68px;height:66px}.commerce-item-title{padding-right:80px}}
@media(prefers-reduced-motion:reduce){.cart-checkout,.commerce-catalog-link{transition:none}}
