
/* V168 - Authoritative product price row
   Show current price + FULL old price + discount on one row.
   No ellipsis, no clipping, no overlap. */

body:not(.admin-layout) .v117-product-card .v117-price-row{
  display:grid!important;
  grid-template-columns:auto minmax(max-content,1fr) auto!important;
  align-items:center!important;
  column-gap:7px!important;
  width:100%!important;
  min-width:0!important;
  min-height:38px!important;
  margin-top:9px!important;
  overflow:visible!important;
}

body:not(.admin-layout) .v117-product-card .v168-price-current{
  display:inline-flex!important;
  align-items:baseline!important;
  gap:3px!important;
  min-width:0!important;
  white-space:nowrap!important;
  overflow:visible!important;
}

body:not(.admin-layout) .v117-product-card .v168-price-current strong{
  display:inline-block!important;
  font-size:17px!important;
  line-height:1!important;
  color:#f21f25!important;
  font-weight:900!important;
  letter-spacing:-.35px!important;
  white-space:nowrap!important;
}

body:not(.admin-layout) .v117-product-card .v168-price-current small{
  display:inline-block!important;
  font-size:9.5px!important;
  color:#f21f25!important;
  font-weight:800!important;
  white-space:nowrap!important;
}

body:not(.admin-layout) .v117-product-card .v168-price-old{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  min-width:max-content!important;
  width:auto!important;
  overflow:visible!important;
  white-space:nowrap!important;
}

body:not(.admin-layout) .v117-product-card .v168-price-old del{
  display:inline-block!important;
  position:static!important;
  width:auto!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  font-size:9.5px!important;
  line-height:1!important;
  color:#7e898b!important;
  white-space:nowrap!important;
  overflow:visible!important;
  text-overflow:clip!important;
}

/* Discount badge is its own grid column */
body:not(.admin-layout) .v117-product-card .v117-discount{
  position:static!important;
  inset:auto!important;
  transform:none!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:40px!important;
  height:30px!important;
  padding:0 6px!important;
  margin:0!important;
  flex:none!important;
  white-space:nowrap!important;
  box-sizing:border-box!important;
}

/* Product-list cards are narrower; compact typography instead of hiding old price */
@media(min-width:1200px) and (max-width:1499px){
  body:not(.admin-layout) .product-list-page .v117-product-card .v117-price-row{
    column-gap:5px!important;
  }

  body:not(.admin-layout) .product-list-page .v117-product-card .v168-price-current strong{
    font-size:16px!important;
  }

  body:not(.admin-layout) .product-list-page .v117-product-card .v168-price-current small{
    font-size:9px!important;
  }

  body:not(.admin-layout) .product-list-page .v117-product-card .v168-price-old del{
    font-size:8.8px!important;
  }

  body:not(.admin-layout) .product-list-page .v117-product-card .v117-discount{
    min-width:37px!important;
    height:28px!important;
    padding:0 5px!important;
    font-size:9.5px!important;
  }
}

/* Large desktop: slightly roomier */
@media(min-width:1500px){
  body:not(.admin-layout) .v117-product-card .v168-price-current strong{
    font-size:18px!important;
  }

  body:not(.admin-layout) .v117-product-card .v168-price-old del{
    font-size:9.5px!important;
  }
}

/* Mobile: still keep all 3 values visible */
@media(max-width:767px){
  body:not(.admin-layout) .v117-product-card .v117-price-row{
    grid-template-columns:auto minmax(max-content,1fr) auto!important;
    column-gap:3px!important;
  }

  body:not(.admin-layout) .v117-product-card .v168-price-current strong{
    font-size:13px!important;
    letter-spacing:-.25px!important;
  }

  body:not(.admin-layout) .v117-product-card .v168-price-current small{
    font-size:7.5px!important;
  }

  body:not(.admin-layout) .v117-product-card .v168-price-old del{
    font-size:7.8px!important;
  }

  body:not(.admin-layout) .v117-product-card .v117-discount{
    min-width:32px!important;
    height:25px!important;
    padding:0 4px!important;
    font-size:9px!important;
  }
}
