
/* V169 - Price order:
   SALE PRICE -> OLD PRICE -> DISCOUNT
   Keep all three together from left to right. */

body:not(.admin-layout) .v117-product-card .v117-price-row{
  display:flex!important;
  flex-direction:row!important;
  flex-wrap:nowrap!important;
  align-items:baseline!important;
  justify-content:flex-start!important;
  gap:6px!important;
  width:100%!important;
  min-width:0!important;
  overflow:visible!important;
}

body:not(.admin-layout) .v117-product-card .v168-price-current{
  order:1!important;
  display:inline-flex!important;
  align-items:baseline!important;
  flex:0 0 auto!important;
  white-space:nowrap!important;
}

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

body:not(.admin-layout) .v117-product-card .v168-price-old del{
  display:inline-block!important;
  width:auto!important;
  max-width:none!important;
  white-space:nowrap!important;
  overflow:visible!important;
  text-overflow:clip!important;
}

/* Discount immediately follows old price */
body:not(.admin-layout) .v117-product-card .v117-discount{
  order:3!important;
  position:static!important;
  inset:auto!important;
  transform:none!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex:0 0 auto!important;
  min-width:40px!important;
  height:28px!important;
  padding:0 6px!important;
  margin:0!important;
  white-space:nowrap!important;
}

/* Narrow desktop cards: compact all three, but preserve order */
@media(min-width:1200px) and (max-width:1499px){
  body:not(.admin-layout) .product-list-page .v117-product-card .v117-price-row{
    gap:4px!important;
  }

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

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

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

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

@media(max-width:767px){
  body:not(.admin-layout) .v117-product-card .v117-price-row{
    gap:3px!important;
  }

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

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

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

  body:not(.admin-layout) .v117-product-card .v117-discount{
    min-width:30px!important;
    height:23px!important;
    padding:0 3px!important;
    font-size:8px!important;
  }
}
