:root {
  --bd-blue: #0057c2;
  --bd-blue-dark: #002f6c;
  --bd-orange: #ff5a00;
  --bd-bg: #f5f7fb;
  --bd-border: #dfe5ef;
  --bd-radius: 12px;
  --bd-shadow: 0 8px 24px rgba(15, 23, 42, .08);
  --bd-text: #111827;
  --bd-muted: #667085;
}

body {
  background: var(--bd-bg);
  color: var(--bd-text);
  font-family: Ubuntu, system-ui, -apple-system, Segoe UI, sans-serif;
  font-size: 14.5px;
  font-weight: 400;
}

.container { max-width: 1280px; }
.btn { min-height: 40px; border-radius: 8px; font-weight: 500; display: inline-flex; align-items: center; justify-content: center; gap: 7px; }
.btn-accent, .btn-primary, .product-card .btn-primary { background: var(--bd-orange); border-color: var(--bd-orange); color: #fff; }
.btn-accent:hover, .btn-primary:hover, .product-card .btn-primary:hover { background: #e85100; border-color: #e85100; color: #fff; }

.site-header { background: #fff; box-shadow: var(--bd-shadow); z-index: 1020; }
.top-benefits { background: var(--bd-blue-dark); color: #fff; font-size: 13px; }
.top-benefits .container { min-height: 36px; display: flex; align-items: center; gap: 34px; white-space: nowrap; overflow: hidden; }
.top-benefits span { display: inline-flex; align-items: center; gap: 7px; }
.header-main { background: #fff; }
.bd-logo { display: inline-flex; align-items: baseline; min-width: 178px; letter-spacing: -.04em; font-size: 31px; line-height: 1; font-weight: 600; }
.bd-logo span { color: var(--bd-blue-dark); }
.bd-logo b { color: var(--bd-orange); font-weight: 600; }

.search {
  height: 48px;
  border: 1px solid var(--bd-border);
  border-radius: 8px;
  padding: 0 0 0 15px;
  box-shadow: none;
}
.search input { height: 100%; font-size: 14px; }
.search:after {
  content: "Cauta";
  align-self: stretch;
  display: flex;
  align-items: center;
  padding: 0 22px;
  background: var(--bd-orange);
  color: #fff;
  border-radius: 0 7px 7px 0;
  font-weight: 500;
}

.header-action {
  position: relative;
  min-width: 92px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  background: transparent;
  color: var(--bd-text);
  font-size: 14px;
}
.header-action i { font-size: 22px; line-height: 1; }
.header-action span {
  position: absolute;
  top: 2px;
  right: 8px;
  min-width: 19px;
  height: 19px;
  padding: 0 5px;
  border-radius: 999px;
  background: var(--bd-orange);
  color: #fff;
  line-height: 19px;
  font-size: 11px;
}
.header-action em { font-style: normal; }

.bd-nav { background: #fff; border-top: 1px solid #edf1f7; }
.bd-nav .container { min-height: 52px; }
.bd-nav a { color: var(--bd-text); font-size: 14px; position: relative; padding: 17px 0; }
.bd-nav a.active:after, .bd-nav a:hover:after { content: ""; height: 3px; background: var(--bd-orange); position: absolute; left: 0; right: 0; bottom: 0; border-radius: 3px; }
.bd-cat-button {
  min-height: 40px;
  padding: 0 16px;
  border: 0;
  border-radius: 8px;
  background: var(--bd-blue-dark);
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
}

.home-hero { background: var(--bd-bg); padding: 18px 0 8px; }
.hero-layout { display: grid; grid-template-columns: 280px minmax(0, 1fr); gap: 18px; }
.hero-cats {
  background: #fff;
  color: var(--bd-text);
  border: 1px solid var(--bd-border);
  border-radius: var(--bd-radius);
  box-shadow: var(--bd-shadow);
  transform: none;
  overflow: hidden;
}
.hero-cats h2 { margin: 0; padding: 14px 18px; background: var(--bd-blue-dark); color: #fff; font-size: 14px; font-weight: 500; text-transform: uppercase; }
.hero-cats a {
  min-height: 42px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--bd-text);
  border-bottom: 1px solid #eef2f7;
  font-size: 14px;
}
.hero-cats a:after { content: "\F285"; font-family: bootstrap-icons; margin-left: auto; color: #98a2b3; font-size: 12px; }
.hero-cats a:hover { background: #f8fafc; color: var(--bd-blue); }
.hero-main {
  min-height: 334px;
  border-radius: var(--bd-radius);
  background: linear-gradient(90deg, rgba(0,47,108,.96), rgba(0,47,108,.68)), url("../img/og-default.svg");
  background-size: cover;
  background-position: center right;
  padding: 58px 64px;
  box-shadow: var(--bd-shadow);
}
.hero-main h1 { max-width: 520px; font-size: 34px; line-height: 1.18; font-weight: 500; margin: 10px 0 14px; }
.hero-main p { max-width: 460px; color: #fff; font-size: 16px; }
.hero-search { max-width: 470px; background: transparent; border: 0; padding: 0; }
.hero-search input { min-height: 46px; border: 0; border-radius: 8px; padding: 0 16px; }

.benefits { background: transparent; border: 0; padding: 12px 0 26px; }
.benefits .container { background: #fff; border: 1px solid var(--bd-border); border-radius: var(--bd-radius); box-shadow: var(--bd-shadow); padding: 18px; }
.benefits h3 { font-size: 15px; font-weight: 500; margin: 0 0 3px; }
.benefits p { font-size: 13px; }

.section-head { margin: 26px 0 16px; }
.section-head h2 { font-size: 22px; font-weight: 500; color: var(--bd-text); }
.section-head p { margin: 4px 0 0; color: var(--bd-muted); }

.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.product-card {
  min-height: 392px;
  border: 1px solid var(--bd-border);
  border-radius: var(--bd-radius);
  background: #fff;
  box-shadow: none;
  overflow: hidden;
}
.product-card:hover { box-shadow: var(--bd-shadow); transform: translateY(-1px); }
.product-img { height: 190px; aspect-ratio: auto; background: #fff; padding: 14px; }
.product-img img { width: 100%; height: 100%; object-fit: contain; padding: 0; }
.product-body { padding: 13px; gap: 8px; }
.product-body h3 {
  min-height: 40px;
  margin: 0;
  color: var(--bd-text);
  font-size: 14px;
  line-height: 1.38;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.price { color: var(--bd-orange); font-size: 20px; font-weight: 500; }
.stock { display: inline-flex; align-items: center; gap: 6px; background: transparent; color: #128a38; padding: 0; font-size: 12px; font-weight: 400; }
.stock:before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #16a34a; }
.stock.muted { background: transparent; color: #b42318; }
.stock.muted:before { background: #ef4444; }
.card-badges { left: 10px; top: 10px; }
.card-badges span { background: #e53935; font-weight: 500; border-radius: 6px; }
.product-actions { margin-top: auto; display: grid; grid-template-columns: 1fr 38px; gap: 8px; }
.product-actions a.btn { display: none; }
.product-actions .btn { min-height: 38px; font-size: 13px; }
.product-actions .btn-light { border: 1px solid var(--bd-border); background: #fff; color: var(--bd-text); }

.listing-layout { display: grid; grid-template-columns: 260px minmax(0, 1fr); gap: 18px; }
.filters, .sortbar, .checkout-form, .order-summary, .totals, .cart-table, .content-block, .summary, .gallery { background: #fff; border: 1px solid var(--bd-border); border-radius: var(--bd-radius); box-shadow: none; }
.filters h2 { font-size: 16px; font-weight: 500; }
.sortbar { min-height: 58px; }
.breadcrumbs { font-size: 13px; color: var(--bd-muted); }
.listing-head h1, .summary h1, .article h1 { font-size: 32px; font-weight: 500; color: var(--bd-text); }

.product-page { grid-template-columns: minmax(0, 1fr) 430px; gap: 18px; }
.gallery { min-height: 510px; padding: 18px; }
.summary { padding: 22px; }
.price.big { color: var(--bd-orange); font-size: 30px; font-weight: 500; }
.buy-box { display: grid; grid-template-columns: 82px 1fr 44px; gap: 10px; }

.cart-row { grid-template-columns: 86px minmax(0, 1fr) 110px 130px; }
.cart-row a { font-weight: 400; }
.thank-you { border-radius: var(--bd-radius); }

.mobile-bottom-nav { height: 64px; }
.version-badge { color: #98a2b3; }

.bd-admin .erp-sidebar { background: #0b1f43; }
.bd-admin .erp-panel, .bd-admin .erp-topbar, .bd-admin .erp-stat { border-radius: var(--bd-radius); border-color: var(--bd-border); box-shadow: var(--bd-shadow); }
.bd-admin .erp-table th { font-weight: 500; }

@media (max-width: 1199px) {
  .product-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 991px) {
  body { padding-bottom: 68px; }
  .top-benefits, .bd-nav { display: none; }
  .header-main { background: var(--bd-blue-dark); }
  .bd-logo { min-width: auto; font-size: 24px; background: none; color: #fff; }
  .bd-logo span { color: #fff; }
  .header-action { min-width: 42px; width: 42px; color: #fff; }
  .header-action em { display: none; }
  .hero-layout, .listing-layout, .product-page, .checkout-grid { grid-template-columns: 1fr; }
  .hero-cats { display: none; }
  .hero-main { min-height: 230px; padding: 24px; }
  .hero-main h1 { font-size: 25px; }
  .product-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .product-card { min-height: 360px; }
  .product-img { height: 160px; }
  .listing-head h1, .summary h1, .article h1 { font-size: 25px; }
}
@media (max-width: 520px) {
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-card { min-height: 342px; }
  .product-img { height: 138px; }
  .product-body { padding: 10px; }
  .price { font-size: 17px; }
  .cart-row { grid-template-columns: 64px minmax(0, 1fr); }
  .cart-row input, .cart-row strong { grid-column: 2; }
}

/* ===== BoxDeal v2026.3.4 fixes: alignment, offcanvas, checkout, no excessive bold ===== */
:root{--bd-blue:#0a4da3;--bd-blue-dark:#063b7a;--bd-orange:#ff5a00;--bd-bg:#f3f6fb;--bd-border:#dce5f1;--bd-text:#101828;--bd-muted:#667085;--bd-radius:12px;--bd-shadow:0 10px 28px rgba(16,24,40,.08)}
body{font-family:Ubuntu,system-ui,-apple-system,Segoe UI,sans-serif;font-weight:400;background:var(--bd-bg);color:var(--bd-text)}
strong,b{font-weight:600}.site-header strong,.site-header b{font-weight:600}a{text-decoration:none}.container{max-width:1280px}.header-row{display:flex;align-items:center;gap:18px}.mobile-menu-btn{width:44px;height:44px;border:1px solid rgba(255,255,255,.28);border-radius:10px;background:transparent;color:#fff;display:inline-grid;place-items:center;font-size:22px}.bd-logo{display:inline-flex;align-items:center;min-width:176px;font-size:30px;letter-spacing:-.04em;line-height:1}.bd-logo span{color:var(--bd-blue-dark)}.bd-logo b{color:var(--bd-orange);font-weight:600}.search{height:48px;display:flex;align-items:center;border:1px solid var(--bd-border);border-radius:10px;background:#fff;overflow:visible;padding-left:14px;position:relative}.search i{color:#0b4f9f;font-size:18px}.search input{border:0;outline:0;min-width:0;flex:1;height:100%;padding:0 12px;background:transparent;font-size:14px}.search button{align-self:stretch;border:0;background:var(--bd-orange);color:#fff;padding:0 24px;border-radius:0 9px 9px 0;font-weight:500}.search:after{display:none!important}.header-action{position:relative;height:48px;min-width:90px;display:inline-flex!important;align-items:center;justify-content:center;gap:8px;border:0;background:transparent;color:#071f3d;font-size:14px;line-height:1}.header-action i{font-size:23px;line-height:1;display:block}.header-action em{font-style:normal;white-space:nowrap}.header-action span{position:absolute;top:1px;right:5px;min-width:20px;height:20px;padding:0 5px;border-radius:999px;background:var(--bd-orange);color:#fff;font-size:11px;line-height:20px;text-align:center;font-weight:500;box-shadow:0 2px 6px rgba(255,90,0,.22)}.js-wishlist-link .js-fav-count:empty,.js-fav-count.is-zero{display:none}.top-benefits .container{display:flex;align-items:center;gap:32px;min-height:36px}.top-benefits span{display:inline-flex;align-items:center;gap:7px}.bd-offcanvas-menu{max-width:390px}.bd-offcanvas-menu .offcanvas-header{border-bottom:1px solid var(--bd-border);padding:18px 20px}.bd-offcanvas-menu h5{font-size:20px;font-weight:500;margin:0}.offcanvas-section-title{font-size:12px;text-transform:uppercase;letter-spacing:.06em;color:var(--bd-muted);margin-bottom:8px}.offcanvas-links,.offcanvas-cats{display:grid;gap:6px}.offcanvas-links a,.offcanvas-cats a{min-height:42px;border:1px solid var(--bd-border);border-radius:10px;background:#fff;color:var(--bd-text);display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 12px;font-size:14px}.offcanvas-links a{justify-content:flex-start}.offcanvas-cats a span{display:flex;align-items:center;gap:9px;min-width:0}.offcanvas-cats a small{color:var(--bd-muted);font-size:12px}.offcanvas-links a:hover,.offcanvas-cats a:hover{border-color:#bcd0ea;background:#f8fbff;color:var(--bd-blue)}
.benefits{padding:14px 0 24px}.benefits .container{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;background:#fff;border:1px solid var(--bd-border);border-radius:var(--bd-radius);box-shadow:var(--bd-shadow);padding:0;overflow:hidden}.benefits .col-md-4{width:auto!important;max-width:none!important;flex:none!important;padding:22px 24px;border-right:1px solid var(--bd-border);display:grid;grid-template-columns:42px 1fr;column-gap:14px;align-items:center}.benefits .col-md-4:last-child{border-right:0}.benefits i{grid-row:1/3;color:var(--bd-orange);font-size:30px;line-height:1}.benefits h3{font-size:15px;font-weight:500;margin:0 0 4px}.benefits p{margin:0;color:var(--bd-muted);font-size:13px;line-height:1.45}.section-head h1,.section-head h2,.listing-head h1,.checkout-page h1{font-weight:500}.product-card{display:flex;flex-direction:column;border:1px solid var(--bd-border);border-radius:12px;background:#fff;overflow:hidden;min-height:392px}.product-body{display:flex;flex-direction:column;flex:1}.product-body h3{font-weight:400!important;font-size:14px;line-height:1.38;min-height:40px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-actions{display:grid;grid-template-columns:1fr 40px;gap:8px;margin-top:auto}.product-actions a.btn{display:none!important}.product-actions form{min-width:0}.product-actions .btn{width:100%;height:38px;min-height:38px;padding:0 10px;font-size:13px;white-space:nowrap}.product-actions .btn-light{border:1px solid var(--bd-border)}.card-badges span{font-weight:500}.price{font-weight:500}.stock{font-weight:400}.checkout-grid-pro{display:grid;grid-template-columns:minmax(0,1fr) 370px;gap:28px;align-items:start}.checkout-card,.checkout-summary{background:#fff;border:1px solid var(--bd-border);border-radius:14px;box-shadow:0 8px 26px rgba(16,24,40,.06)}.checkout-card{padding:0}.checkout-section{padding:22px 24px;border-bottom:1px solid var(--bd-border)}.checkout-section:last-child{border-bottom:0}.checkout-section-head{display:flex;align-items:flex-start;gap:12px;margin-bottom:16px}.checkout-section-head i{width:40px;height:40px;border-radius:10px;background:#fff3eb;color:var(--bd-orange);display:grid;place-items:center;font-size:20px}.checkout-section-head h2{font-size:18px;font-weight:500;margin:0}.checkout-section-head p{margin:3px 0 0;color:var(--bd-muted);font-size:13px}.checkout-form label{font-weight:500;font-size:14px;margin-bottom:6px}.checkout-same{display:inline-flex;align-items:center;gap:8px;padding:12px 14px;background:#f8fafc;border:1px solid var(--bd-border);border-radius:10px;margin:0 0 16px}.shipping-address.is-disabled{opacity:.55}.checkout-summary{padding:22px;position:sticky;top:132px}.checkout-summary h2{font-size:24px;font-weight:500;margin-bottom:16px}.summary-line{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;padding:10px 0;border-bottom:1px solid #edf2f7}.summary-line span{font-size:14px;line-height:1.35}.summary-line small{color:var(--bd-muted)}.summary-line em{font-style:normal;font-weight:500;white-space:nowrap}.checkout-summary p{display:flex;justify-content:space-between;margin:12px 0;color:#334155}.checkout-summary p span{font-weight:500;color:#101828}.checkout-summary .grand{font-size:20px;color:#071f3d}.summary-note{margin-top:18px;padding:12px;border-radius:10px;background:#f8fafc;color:var(--bd-muted);display:flex;gap:10px;align-items:flex-start}.thank-you span{font-weight:500}.favorites-page .section-head{display:flex;align-items:center;justify-content:space-between;gap:14px}.favorite-empty{margin-top:18px}
@media (max-width:991px){.header-main{background:linear-gradient(90deg,#063b7a,#0a4da3);padding-top:14px!important;padding-bottom:16px!important}.header-row{gap:12px}.bd-logo{font-size:24px;min-width:auto;margin-right:auto}.bd-logo span{color:#fff}.header-action{display:inline-flex!important;min-width:42px;width:42px;height:42px;color:#fff;flex:0 0 42px}.header-action.d-none{display:none!important}.header-action em{display:none}.header-action span{top:-4px;right:-2px}.search{height:48px}.search button{padding:0 18px}.benefits .container{grid-template-columns:1fr}.benefits .col-md-4{border-right:0;border-bottom:1px solid var(--bd-border);padding:18px}.benefits .col-md-4:last-child{border-bottom:0}.checkout-grid-pro{grid-template-columns:1fr}.checkout-summary{position:static;order:-1}.bd-offcanvas-menu{width:min(92vw,390px)}.mobile-bottom-nav .js-wishlist-link{position:relative}.mobile-bottom-nav .js-wishlist-link em{position:absolute;top:4px;right:24%;min-width:18px;height:18px;border-radius:999px;background:var(--bd-orange);color:#fff;font-size:10px;line-height:18px;text-align:center;font-style:normal}.mobile-bottom-nav .js-wishlist-link em.is-zero{display:none}.version-badge{display:none}}
@media (max-width:575px){.product-actions .btn{font-size:12px}.checkout-section{padding:18px}.checkout-page h1{font-size:30px}.favorites-page .section-head{align-items:flex-start;flex-direction:column}}
.favorites-page .product-actions a.btn{display:inline-flex!important}.fav-remove{position:absolute;right:10px;top:10px;z-index:3;width:36px;height:36px;padding:0}.fade{opacity:0;transition:opacity .4s ease}

/* v2026.3.4 final overrides */
.header-action>span,.header-action .js-fav-count{top:-6px!important;right:-9px!important;display:inline-block!important;text-align:center!important}.header-action .is-zero{display:none!important}.benefits>.container.row{margin-left:auto!important;margin-right:auto!important}.bd-logo img{width:34px;height:34px}.bd-logo{gap:7px!important}.bd-logo b,.bd-logo span{font-weight:600!important}

/* ===== BoxDeal v2026.3.5 fixes ===== */
body{font-weight:400!important}strong,b,.fw-bold{font-weight:500!important}.product-body h3,.cart-info a,.checkout-form label{font-weight:400!important}.section-head h2,.listing-head h1,.checkout-page h1,.checkout-section-head h2{font-weight:500!important}
.header-action{position:relative!important}.header-action>span,.header-action .js-fav-count{top:-5px!important;right:-8px!important;z-index:3!important;display:inline-block;text-align:center}.header-action .is-zero{display:none!important}
.live-search-panel,.live-search-panel a,.live-search-panel span,.live-search-panel small,.empty-live{color:var(--bd-text)!important;background:#fff}.live-search-panel small{color:var(--bd-orange)!important}.live-search-panel .cat i{color:var(--bd-blue)!important}
.content-block{background:#fff;border:1px solid var(--bd-border);border-radius:var(--bd-radius);padding:24px!important;margin-top:24px}.content-block>h2{margin:0 0 16px}.content-block .accordion,.content-block .review-form{margin-top:12px}.reviews .review{padding:16px;border:1px solid var(--bd-border);border-radius:10px;background:#fff;margin-bottom:12px}
.product-card{display:flex!important;flex-direction:column!important;overflow:hidden!important;height:100%}.product-img{display:flex!important;align-items:center!important;justify-content:center!important;flex:0 0 178px!important;height:178px!important;max-height:178px!important;overflow:hidden!important;background:#fff!important}.product-img img{display:block!important;width:100%!important;height:100%!important;object-fit:contain!important;padding:12px!important;margin:0!important}.product-body{display:flex!important;flex-direction:column!important;flex:1!important;min-height:190px!important;padding:12px!important}.product-body h3{min-height:42px!important;max-height:42px!important;margin:0!important;line-height:1.35!important}.stock{order:2;margin-top:2px}.product-body h3{order:1}.price{order:3}.product-actions{order:4;margin-top:auto!important}.cart-recommendations .product-img{flex-basis:150px!important;height:150px!important}.cart-recommendations .product-body{min-height:175px!important}
.cart-shipping-hero{display:flex;align-items:center;gap:16px;margin:16px 0 20px;padding:18px 22px;border:1px solid #bfd7ff;border-radius:14px;background:linear-gradient(90deg,#eef6ff,#fff);color:var(--bd-text)}.cart-shipping-hero i{font-size:32px;color:var(--bd-blue)}.cart-shipping-hero h2{font-size:18px;font-weight:500;margin:0 0 3px}.cart-shipping-hero p{margin:0;color:var(--bd-muted)}.cart-shipping-hero.success{border-color:#bbf7d0;background:linear-gradient(90deg,#f0fdf4,#fff)}.cart-shipping-hero.success i{color:#16a34a}.cart-table{background:#fff;border:1px solid var(--bd-border);border-radius:14px;overflow:hidden}.cart-row{display:grid!important;grid-template-columns:86px minmax(0,1fr) 100px 120px 42px!important;align-items:center!important;gap:14px!important;padding:14px!important;border-bottom:1px solid var(--bd-border)}.cart-row:last-child{border-bottom:0}.cart-img{width:78px;height:78px;border-radius:10px;background:#f8fafc;display:flex;align-items:center;justify-content:center;overflow:hidden}.cart-img img,.cart-row img{width:100%!important;height:100%!important;object-fit:contain!important;padding:7px}.cart-info a{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.35}.cart-info small{display:block;color:var(--bd-muted);margin-top:4px}.cart-remove{width:40px;height:40px;padding:0!important}.totals p span{font-weight:500}.totals .grand span{font-size:20px;color:var(--bd-blue-dark)}
.checkout-summary{top:172px!important}.checkout-same{display:flex!important;align-items:center!important;gap:9px!important;width:100%;padding:12px 14px!important;border:1px solid var(--bd-border)!important;border-radius:10px!important;background:#f8fafc!important;line-height:1.3}.checkout-same .form-check-input{margin:0!important;flex:0 0 auto}.checkout-summary{margin-top:0!important}.summary-line em{font-weight:500!important}.pagination-wrap .dots{height:40px;min-width:30px;display:grid;place-items:center;color:var(--bd-muted)}.pagination-wrap a.disabled{opacity:.45;pointer-events:none}
@media(max-width:991px){.product-img{flex-basis:145px!important;height:145px!important}.product-body{min-height:178px!important}.cart-row{grid-template-columns:70px minmax(0,1fr) 86px 42px!important}.cart-row strong{grid-column:2/3}.cart-row .js-cart-qty{grid-column:3/4;grid-row:1/2}.cart-remove{grid-column:4/5;grid-row:1/2}.checkout-summary{position:static!important}.header-action>span,.header-action .js-fav-count{top:-7px!important;right:-4px!important}.cart-shipping-hero{padding:15px;align-items:flex-start}.cart-shipping-hero h2{font-size:16px}}
@media(max-width:520px){.product-img{flex-basis:132px!important;height:132px!important}.product-body{min-height:170px!important}.product-actions .btn{font-size:12px!important}.cart-row{grid-template-columns:64px minmax(0,1fr) 76px 38px!important;gap:10px!important}.cart-img{width:60px;height:60px}.cart-row strong{font-size:14px}.checkout-same{font-size:14px}}
