/** Shopify CDN: Minification failed

Line 1453:1 Expected identifier but found "."
Line 1477:0 Unexpected "}"
Line 1782:1 Expected "}" to go with "{"

**/
/* OfficeWonderland Product Purchase Panel */

.ow-product-core__purchase {
  padding: 26px;
  border: 1px solid #d7e1e9;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
}

.ow-product-core__purchase .ow-pricing__amount {
  margin: 0;
  color: #0b1726;
  font-size: clamp(36px, 3vw, 48px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.03em;
}

.ow-product-core__purchase .ow-pricing__compare {
  margin: 0 0 6px;
  color: #7a8794;
  font-size: 16px;
  text-decoration: line-through;
}

.ow-product-core__purchase .ow-pricing__savings {
  margin: 8px 0 0;
  color: #1f7a3f;
  font-size: 13px;
  font-weight: 800;
}

.ow-product-core__purchase .ow-pricing__map-message,
.ow-product-core__purchase .ow-pricing__call-label {
  margin: 0 0 8px;
  color: #1f7a3f;
  font-size: 14px;
  font-weight: 900;
}

.ow-product-core__purchase .ow-pricing__map-note,
.ow-product-core__purchase .ow-pricing__call-message {
  margin: 8px 0 0;
  color: #667585;
  font-size: 12px;
  line-height: 1.5;
}

.ow-product-core__purchase [data-ow-main-purchase-button] {
  min-height: 52px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 900;
}

@media screen and (max-width: 700px) {
  .ow-product-core__purchase {
    padding: 20px;
  }

  .ow-product-core__purchase .ow-pricing__amount {
    font-size: 36px;
  }
}
/* Purchase panel benefits */

.ow-product-core__purchase-benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 18px;
margin: 16px 0 8px;  
padding: 20px 0;
  border-top: 1px solid #e1e8ee;
  border-bottom: 1px solid #e1e8ee;
}
@media screen and (max-width: 749px) {
  .ow-product-core__purchase-benefits {
    padding: 6px 0 !important;
  }
}

.ow-product-core__purchase-benefit {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  min-width: 0;
  padding: 8px 4px;
}
.ow-product-core__purchase-benefit--link {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  min-width: 0;
  padding: 8px 34px 8px 4px;
  grid-column: 2;
  grid-row: 2;
  transition: background-color .2s ease, box-shadow .2s ease;
}

.ow-product-core__purchase-benefit--link::after {
  content: "›";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #138a2e;
  font-size: 24px;
  font-weight: 700;
}

.ow-product-core__purchase-benefit--link:hover {
  background: #f0faf2;
  box-shadow: inset 3px 0 0 #138a2e;
}

.ow-product-core__purchase-benefit--link:hover strong {
  color: #138a2e;
}

@media screen and (max-width: 750px) {
  .ow-product-core__purchase-benefit--link {
    grid-column: auto;
    grid-row: auto;
  }

  .ow-product-core__purchase-benefit--link::after {
    display: none !important;
    content: none !important;
  }
}
.ow-product-core__benefit-icon {
  display: inline-flex;
  flex: 0 0 22px;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  margin-top: 1px;
  border-radius: 50%;
  background: #e9f7ed;
  color: #138a2e;
  font-size: 12px;
  font-weight: 900;
}

.ow-product-core__purchase-benefit div {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}

.ow-product-core__purchase-benefit strong {
  display: block;
  margin-bottom: 2px;
  color: #0b1726;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
}

.ow-product-core__purchase-benefit span:not(.ow-product-core__benefit-icon) {
  display: block;
  color: #667585;
  font-size: 11px;
  line-height: 1.3;
}


@media screen and (max-width: 700px) {
  .ow-product-core__purchase-benefits {
    grid-template-columns: 1fr;
  }
}
/* =========================================================
   OfficeWonderland Product Header
   ========================================================= */

/* =========================================================
   OfficeWonderland Product Header v1.0
   ========================================================= */

.ow-product-header {
  width: 100%;
  margin: 0 0 24px;
}

.ow-product-header__reviews {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: #1f2937;
  font-size: 14px;
  line-height: 1.3;
}

.ow-product-header__stars {
  color: #e7a700;
  font-size: 18px;
  letter-spacing: 1px;
}

.ow-product-header__review-text {
  color: #334155;
  font-weight: 600;
}

.ow-product-header__vendor {
  margin-bottom: 10px;
  color: #0054a6;
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.ow-product-header .ow-product-core__title {
  width: 100%;
  max-width: none;
  margin: 0 !important;
  color: #0b1726;
  font-size: clamp(24px, 1.8vw, 32px) !important;
  font-weight: 750;
  line-height: 1.14 !important;
  letter-spacing: -0.025em;
  text-wrap: wrap;
}

/* Product information row */

.ow-product-header__identifiers {
  display: grid;
  grid-template-columns:
    minmax(150px, 0.9fr)
    minmax(160px, 0.95fr)
    minmax(150px, 0.9fr)
    minmax(190px, 1.1fr)
    minmax(210px, 1.2fr);
  width: min(100%, 1120px);
  margin-top: 20px;
  border: 1px solid #d8e2ea;
  border-radius: 10px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04);
}

.ow-product-header__identifier {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  min-height: 62px;
  padding: 11px 15px;
  border-right: 1px solid #e3e9ee;
  color: #425466;
}

.ow-product-header__identifier:last-child {
  border-right: 0;
}

.ow-product-header__identifier strong {
  margin-bottom: 4px;
  color: #0b1726;
  font-size: 11px;
  font-weight: 850;
  line-height: 1.2;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.ow-product-header__identifier > span,
.ow-product-header__identifier .ow-availability,
.ow-product-header__identifier [class*="availability"] {
  margin: 0;
  color: #425466;
  font-size: 13px;
  line-height: 1.35;
}

.ow-product-header__identifier--availability .ow-availability,
.ow-product-header__identifier--availability [class*="availability"],
.ow-product-header__lead-time > span,
.ow-product-header__authorized > span {
  color: #16813a;
  font-weight: 750;
}

/* Tablet */

@media screen and (max-width: 1050px) {
  .ow-product-header__identifiers {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ow-product-header__identifier {
    border-bottom: 1px solid #e3e9ee;
  }

  .ow-product-header__identifier:nth-child(2n) {
    border-right: 0;
  }
}

/* Mobile */

@media screen and (max-width: 700px) {
  .ow-product-header {
    margin-bottom: 18px;
  }

  .ow-product-header__vendor {
    font-size: 22px;
  }

  .ow-product-header__reviews {
    font-size: 13px;
  }

  .ow-product-header .ow-product-core__title {
    font-size: 28px !important;
    line-height: 1.16 !important;
  }

  .ow-product-header__identifiers {
    grid-template-columns: 1fr;
  }

  .ow-product-header__identifier {
    min-height: 56px;
    border-right: 0;
    border-bottom: 1px solid #e3e9ee;
  }

  .ow-product-header__identifier:last-child {
    border-bottom: 0;
  }
}
/* =========================================================
   OfficeWonderland Purchase Panel v1.0
   ========================================================= */

/* Product promotion banner */
.ow-product-promotion {
  margin: 18px 0 20px;
  padding: 15px 18px;
  border: 1px solid #72d43e;
  border-left: 4px solid #2e7d32;
  border-radius: 8px;
  background: #8be65a;
  color: #10210b;
  display: flex;
  align-items: center;
  gap: 12px;
}



.ow-product-promotion__eyebrow {
  display: none;
}

.ow-product-promotion__text {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  color: #10210b;
}

.ow-product-core__purchase-benefits{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
  margin:22px 0;
}

.ow-product-core__purchase-benefit{
  display:flex;
  gap:12px;
  align-items:flex-start;
}

.ow-product-core__benefit-icon{
  width:28px;
  height:28px;
  border-radius:50%;
  background:#eef8ea;
  color:#2f8a38;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:700;
  flex:0 0 28px;
}

.ow-product-core__quote-support{
  margin-top:24px;
  padding-top:22px;
  border-top:1px solid #e5ebf0;
}
.ow-product-core__quote-support strong{
  display:block;
  margin-bottom:8px;
  font-size:15px;
  color:#16202b;
}

.ow-product-core__quote-support span{
  display:block;
  font-size:13px;
  line-height:1.6;
  color:#5a6776;
}

.ow-product-core__tax-exempt{
  margin-top:10px;
  color:#2f8a38 !important;
  font-weight:700;
}

@media(max-width:750px){

  .ow-product-core__purchase-benefits{
    grid-template-columns:1fr;
  }

}
/* Align gallery and purchase column at the top */

.ow-product-core__hero {
  align-items: start;
}

.ow-product-core__media,
.ow-product-core__info {
  align-self: start;
}

.ow-product-core__trust {
  margin-top: 0;
  margin-bottom: 14px;
}

.ow-product-core__purchase {
  margin-top: 0;
}
/* Manufacturer Logo */

.ow-manufacturer-logo {
  display: flex;
  align-items: center;
  margin: 0 0 14px;
}

.ow-manufacturer-logo__image {
  display: block;
  width: auto;
  max-width: 220px;
  height: auto;
  max-height: 55px;
  object-fit: contain;
  object-position: left center;
}

.ow-manufacturer-logo__fallback {
  color: #0b1726;
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
}

@media screen and (max-width: 700px) {
  .ow-manufacturer-logo__image {
    max-width: 165px;
    max-height: 45px;
  }

  .ow-manufacturer-logo__fallback {
    font-size: 22px;
  }
}
/* =========================================================
   Smooth header information and trust rows
   ========================================================= */

/* Make the SKU / UPC / status row span the full content width */

.ow-product-header__identifiers {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  width: 100%;
  max-width: none;
  margin-top: 20px;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: none;
}

.ow-product-header__identifier {
  min-height: 68px;
  padding: 13px 16px;
}

.ow-product-header__identifier strong {
  margin-bottom: 5px;
}

.ow-product-header__identifier > span,
.ow-product-header__identifier .ow-availability,
.ow-product-header__identifier [class*="availability"] {
  font-size: 13px;
}

/* Turn the trust row into one clean card */

.ow-product-core__trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  width: 100%;
  margin: 0 0 14px;
  border: 1px solid #d8e2ea;
  border-radius: 10px;
  overflow: hidden;
  background: #ffffff;
}

.ow-product-core__trust > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 72px;
  padding: 14px 18px;
  border-right: 1px solid #e3e9ee;
}

.ow-product-core__trust > div:last-child {
  border-right: 0;
}

.ow-product-core__trust strong {
  margin-bottom: 4px;
  color: #0b1726;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.3;
}

.ow-product-core__trust span {
  color: #667585;
  font-size: 11px;
  line-height: 1.4;
}

/* Tighten the space between the header and the gallery/buy box */

.ow-product-core__hero {
  margin-top: 20px;
}

.ow-product-core__info {
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* Tablet */

@media screen and (max-width: 1050px) {
  .ow-product-header__identifiers {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ow-product-header__identifier {
    border-bottom: 1px solid #e3e9ee;
  }
}

/* Mobile */

@media screen and (max-width: 700px) {
  .ow-product-header__identifiers {
    grid-template-columns: 1fr;
  }

  .ow-product-core__trust {
    grid-template-columns: 1fr;
  }

  .ow-product-core__trust > div {
    min-height: 60px;
    border-right: 0;
    border-bottom: 1px solid #e3e9ee;
  }

  .ow-product-core__trust > div:last-child {
    border-bottom: 0;
  }
}
/* Compact product information and trust strip */

.ow-product-header__utility-row {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(390px, 1fr);
  gap: 14px;
  align-items: stretch;
  width: 100%;
  margin-top: 16px;
}

.ow-product-header__identifiers {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  width: 100%;
  margin: 0;
  border: 1px solid #d8e2ea;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: none;
}

.ow-product-header__identifier {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  min-height: 54px;
  padding: 7px 10px;
  border-right: 1px solid #e3e9ee;
}

.ow-product-header__identifier:last-child {
  border-right: 0;
}

.ow-product-header__identifier strong {
  margin-bottom: 3px;
  font-size: 9px;
  line-height: 1.15;
}

.ow-product-header__identifier > span,
.ow-product-header__identifier .ow-availability,
.ow-product-header__identifier [class*="availability"] {
  margin: 0;
  font-size: 10px;
  line-height: 1.25;
}

.ow-product-header__trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100%;
  border: 1px solid #d8e2ea;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.ow-product-header__trust-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  min-height: 54px;
  padding: 7px 10px;
  border-right: 1px solid #e3e9ee;
}

.ow-product-header__trust-item:last-child {
  border-right: 0;
}

.ow-product-header__trust-item strong {
  margin-bottom: 3px;
  color: #0b1726;
  font-size: 9px;
  font-weight: 850;
  line-height: 1.15;
}

@media screen and (max-width: 700px) {
  .ow-product-header__trust {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .ow-product-header__trust-item {
    min-height: 0 !important;
    padding: 8px 6px !important;
    border-right: 1px solid #e3e9ee !important;
    border-bottom: 0 !important;
  }

  .ow-product-header__trust-item:last-child {
    border-right: 0 !important;
  }

  .ow-product-header__trust-item strong {
    font-size: 9px !important;
    line-height: 1.15;
  }

  .ow-product-header__trust-item span {
    font-size: 8px !important;
    line-height: 1.2;
  }
}

.ow-product-header__trust-item span {
  color: #667585;
  font-size: 9px;
  line-height: 1.25;
}

@media screen and (max-width: 1100px) {
  .ow-product-header__utility-row {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 700px) {
  .ow-product-header__identifiers,
  .ow-product-header__trust {
    grid-template-columns: 1fr;
  }

  .ow-product-header__identifier,
  .ow-product-header__trust-item {
    border-right: 0;
    border-bottom: 1px solid #e3e9ee;
  }

  .ow-product-header__identifier:last-child,
  .ow-product-header__trust-item:last-child {
    border-bottom: 0;
  }
}
/* Keep manufacturer logo and reviews on one compact row */

.ow-product-header__brand-row {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  gap: 16px !important;
  width: 100%;
  min-height: 34px;
  margin: 0 0 10px !important;
}

.ow-product-header__brand-row .ow-manufacturer-logo {
  display: flex !important;
  flex: 0 0 auto !important;
  width: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
}

.ow-product-header__brand-row .ow-manufacturer-logo__image {
  display: block;
  width: auto !important;
  max-width: 145px !important;
  height: auto !important;
  max-height: 32px !important;
}

.ow-product-header__brand-row .ow-product-header__reviews {
  display: flex !important;
  flex: 0 0 auto !important;
  width: auto !important;
  margin: 0 !important;
  align-items: center;
  gap: 7px;
}

@media screen and (max-width: 700px) {
  .ow-product-header__brand-row {
    flex-wrap: wrap !important;
  }
}
/* 50/50 gallery and purchase-panel layout */

.ow-product-core__hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.ow-product-core__media,
.ow-product-core__info {
  min-width: 0;
}

@media screen and (max-width: 990px) {
  .ow-product-core__hero {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  @media screen and (max-width: 749px) {
  .ow-product-core__hero {
    gap: 8px !important;
  }
}
}
/* =========================================================
   OfficeWonderland Purchase Panel v1
   ========================================================= */

.ow-product-core__purchase {
  display: flex;
  flex-direction: column;
  gap: 18px;
  width: 100%;
  padding: 22px;
  border: 1px solid #dfe7ed;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
}

/* Promotion */

.ow-product-promotion {
  margin: 18px 0 10px;
  padding: 15px 18px;
  border: 1px solid #79c94b;
  border-left: 4px solid #2e7d32;
  border-radius: 8px;
  background: #effbe8;
  color: #10210b;
  display: flex;
  align-items: center;
  gap: 12px;
}

.ow-product-promotion__eyebrow {
  margin-bottom: 4px;
  color: #8a6300;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ow-product-promotion__text {
  color: #3c3214;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

/* Purchase benefits */

.ow-product-core__purchase-benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  border: 1px solid #dfe7ed;
  border-radius: 10px;
  background: #f9fbfc;
}

.ow-product-core__purchase-benefit {
  display: flex;
  min-height: 64px;
  align-items: flex-start;
  gap: 9px;
  padding: 11px 12px;
  border-right: 1px solid #e4eaef;
  border-bottom: 1px solid #e4eaef;
}

.ow-product-core__purchase-benefit:nth-child(2n) {
  border-right: 0;
}

.ow-product-core__purchase-benefit:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.ow-product-core__benefit-icon {
  display: inline-flex;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #eaf7ed;
  color: #138a2e;
  font-size: 11px;
  font-weight: 900;
}

.ow-product-core__purchase-benefit > div {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 2px;
}

.ow-product-core__purchase-benefit strong {
  color: #0b1726;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.25;
}

.ow-product-core__purchase-benefit span {
  color: #667585;
  font-size: 10px;
  line-height: 1.35;
}

/* Variant selector */

.ow-product-core__variant {
  display: grid;
  gap: 7px;
}

.ow-product-core__variant label {
  color: #0b1726;
  font-size: 12px;
  font-weight: 850;
}

.ow-product-core__variant select {
  width: 100%;
  min-height: 48px;
  padding: 0 42px 0 14px;
  border: 1px solid #cfd9e2;
  border-radius: 9px;
  background: #fff;
  color: #0b1726;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

/* Mobile */

@media screen and (max-width: 749px) {
  .ow-product-core__purchase {
    padding: 18px;
    border-radius: 12px;
  }

  .ow-product-core__purchase-benefits {
    grid-template-columns: 1fr;
  }

  .ow-product-core__purchase-benefit {
    min-height: 56px;
    border-right: 0;
    border-bottom: 1px solid #e4eaef;
  }

  .ow-product-core__purchase-benefit:nth-last-child(-n + 2) {
    border-bottom: 1px solid #e4eaef;
  }

  .ow-product-core__purchase-benefit:last-child {
    border-bottom: 0;
  }
.ow-product-core .ow-product-tabs__panel .ow-complete-solution-inline__grid {
  display: grid !important;
grid-template-columns: 1fr !important;  gap: 12px !important;
}

.ow-product-core .ow-product-tabs__panel .ow-complete-solution-inline__card {
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
}
}
/* =========================================================
   OfficeWonderland Quantity Stepper
   ========================================================= */

.ow-actions__quantity {
  display: grid;
  gap: 7px;
}

.ow-actions__quantity label {
  color: #0b1726;
  font-size: 13px;
  font-weight: 800;
}

.ow-actions__quantity-stepper {
  display: grid;
  grid-template-columns: 42px 54px 42px;
  min-height: 60px;
  overflow: hidden;
  min-height: 60px;
  max-height: 60px;
  border: 1px solid #cfd9e2;
  border-radius: 10px;
  background: #fff;
}
@media screen and (max-width: 749px) {
  .ow-actions__quantity-stepper {
    display: none !important;
  }

  .ow-actions__quantity-select {
    display: block !important;
    width: 70px !important;
    min-width: 70px !important;
    max-width: 70px !important;
    height: 44px !important;
    margin: 0 !important;
    padding: 0 10px !important;
    border: 1px solid #d7e1eb !important;
    border-radius: 9px !important;
    background: #fff !important;
    color: #0b1726 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
 text-align: center !important;
text-align-last: center !important;

appearance: none !important;
-webkit-appearance: none !important;

padding: 0 26px 0 12px !important;

background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%230b1726' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") !important;
background-repeat: no-repeat !important;
background-position: right 8px center !important;
background-size: 15px 15px !important;
  }

  .ow-actions__quantity {
    width: 70px !important;
    min-width: 70px !important;
    max-width: 70px !important;
  }

  .ow-actions__purchase-row {
    grid-template-columns: 70px minmax(0, 1fr) !important;
    gap: 8px !important;
  }
}

.ow-actions__quantity-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: #f8fafb;
  color: #0b1726;
  font-size: 22px;
  font-weight: 700;
  cursor: pointer;
}

.ow-actions__quantity-button:hover {
  background: #eef4f0;
  color: #138a2e;
}

.ow-actions__quantity-stepper input {
  width: 100%;
  min-width: 0;
  padding: 0;
  border: 0;
  border-right: 1px solid #dfe7ed;
  border-left: 1px solid #dfe7ed;
  background: #fff;
  color: #0b1726;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
  appearance: textfield;
  -moz-appearance: textfield;
}

.ow-actions__quantity-stepper input::-webkit-outer-spin-button,
.ow-actions__quantity-stepper input::-webkit-inner-spin-button {
  margin: 0;
  appearance: none;
  -webkit-appearance: none;
}

@media screen and (max-width: 749px) {
  .ow-actions__quantity-stepper {
    grid-template-columns: 40px 50px 40px;
    min-height: 54px;
  }
}
/* Shopify financing callout */
.ow-actions__financing {
  margin-top: 14px;
  padding: 14px 16px;
  border: 1px solid #dfe7ed;
  border-radius: 10px;
  background: #fff;
  text-align: center;
}

.ow-actions__financing strong {
  color: #07172b;
  font-size: 14px;
  font-weight: 800;
}
/* Product Share + Print */
.ow-product-header__quick-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 8px 0 16px;
  font-size: 14px;
}

.ow-product-header__quick-action {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #0b1726;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
}

.ow-product-header__quick-action:hover {
  color: #138a2e;
}

.ow-product-header__quick-divider {
  width: 1px;
  height: 18px;
  background: #d8e0e7;
}

.ow-product-header__share {
  position: relative;
}

.ow-product-header__share summary {
  list-style: none;
}

.ow-product-header__share summary::-webkit-details-marker {
  display: none;
}

.ow-product-header__share-menu {
  position: absolute;
  z-index: 30;
  top: calc(100% + 8px);
  left: 0;
  min-width: 180px;
  padding: 6px;
  border: 1px solid #dfe7ed;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(15, 23, 42, .14);
}

.ow-product-header__share-menu a,
.ow-product-header__share-copy {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 9px 10px;
  border: 0;
  border-radius: 7px;
  background: transparent;
  color: #0b1726;
  font: inherit;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.ow-product-header__share-menu a:hover,
.ow-product-header__share-copy:hover {
  background: #f3f7f5;
  color: #138a2e;
}
.ow-pricing__map-callout {
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
  margin-top: 10px;
  padding: 9px 12px;
  border: 1px solid #bfe2c8;
  border-radius: 8px;
  background: #f3faf5;
}

.ow-pricing__map-callout strong {
  color: #138a2e;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
}

.ow-pricing__map-callout span {
  color: #526273;
  font-size: 12px;
  line-height: 1.3;
}
.ow-pricing__map-alert {
  margin: 6px 0 0;
  color: #c62828;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
}
.ow-product-header__identifiers--compact {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 8px 0;
  border: 0;
  background: transparent;
}

.ow-product-header__meta {
  font-size: 13px;
  color: #526273;
}

.ow-product-header__meta strong {
  color: #0b1726;
  font-weight: 800;
}

.ow-product-header__meta-divider {
  color: #c8d1da;
}
/* OW Product Header - compact single-row desktop layout */
@media screen and (min-width: 990px) {
  .ow-product-header__utility-row {
    display: flex !important;
    align-items: center !important;
    gap: 18px !important;
    flex-wrap: nowrap !important;
  }

  .ow-product-header__identifiers,
  .ow-product-header__identifiers--compact {
    display: flex !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    gap: 10px !important;
    width: auto !important;
    flex: 0 0 auto !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .ow-product-header__trust {
    display: flex !important;
    align-items: stretch !important;
    flex: 1 1 auto !important;
    width: auto !important;
    margin: 0 !important;
  }

  .ow-product-header__trust-item {
    flex: 1 1 0 !important;
    min-width: 0 !important;
    padding: 8px 12px !important;
  }
}
/* Compact Share / Print / SKU / UPC row */
.ow-product-header__meta-row {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  margin: 8px 0 12px;
}

.ow-product-header__quick-actions {
  margin: 0;
  flex: 0 0 auto;
}

.ow-product-header__identifiers--compact {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 990px) {
  .ow-product-header__meta-row {
    flex-wrap: nowrap;
  }
}
/* Compact product trust strip */
.ow-product-header__trust {
  margin-top: 8px;
}

.ow-product-header__trust-item {
  padding: 10px 12px !important;
}

.ow-product-header__trust-item strong {
  line-height: 1.15;
}

.ow-product-header__trust-item span {
  line-height: 1.2;
}

/* Compact commercial purchasing strip */
.ow-actions__commercial-strip {
  display: grid;
  grid-template-columns: 1fr 1.35fr 1fr;
  align-items: stretch;
  margin-top: 14px;
  border: 1px solid #dfe7ed;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}
@media screen and (max-width: 749px) {
  .ow-product-core__purchase-benefits {
    margin-bottom: 0 !important;
  }

  .ow-actions__commercial-strip {
    margin-top: 4px !important;
  }
}
.ow-actions__commercial-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3px;
  padding: 12px 14px;
  text-align: center;
}

.ow-actions__commercial-item + .ow-actions__commercial-item {
  border-left: 1px solid #e5ebf0;
}

.ow-actions__commercial-item strong {
  font-size: 13px;
  font-weight: 800;
  color: #0b1726;
}

.ow-actions__commercial-item span {
  font-size: 11px;
  line-height: 1.25;
  color: #526273;
}

.ow-actions__commercial-item--tax strong {
  color: #138a2e;
}

@media screen and (max-width: 700px) {
  .ow-actions__commercial-strip {
    grid-template-columns: 1fr;
  }

  .ow-actions__commercial-item + .ow-actions__commercial-item {
    border-left: 0;
    border-top: 1px solid #e5ebf0;
  }
}
/* Key Features Bullet List */
.ow-multiline-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ow-multiline-list__item {
  position: relative;
  padding-left: 18px;
  margin-bottom: 7px;
  line-height: 1.45;
}

.ow-multiline-list__item:last-child {
  margin-bottom: 0;
}

.ow-multiline-list__icon {
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #138a2e;
  transform: translateY(-50%);
}
.ow-product-core__purchase {
  position: relative;
}

.ow-product-core__purchase-logo {
  position: absolute;
  top: 24px;
  right: 34px;
  width: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0px;
  z-index: 2;
}

.ow-product-core__purchase-logo img {
  display: block;
  width: auto;
  max-width: 170px;
  max-height: 50px;
}

..ow-product-core__purchase-logo .ow-product-header__reviews {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  width: auto !important;
  max-width: none !important;
  white-space: nowrap !important;
}

.ow-product-core__purchase-logo .ow-product-header__stars {
  display: inline-block !important;
  white-space: nowrap !important;
  font-size: 17px;
  line-height: 1;
}

.ow-product-core__purchase-logo .ow-product-header__review-text {
  display: inline-block !important;
  white-space: nowrap !important;
  font-size: 13px;
  line-height: 1.2;
}
}
@media screen and (max-width: 820px) {
  .ow-product-core__purchase-logo {
    display: none;
  }
}
@media screen and (min-width: 1101px) {
    .ow-product-core__hero > .ow-product-header {
    grid-column: 1 / -1;
    grid-row: 1;
    width: 100%;
    margin-bottom: 0 !important;
  }

  .ow-product-core__hero > .ow-product-core__media {
    grid-column: 1;
    grid-row: 2;
  }

  .ow-product-core__hero > .ow-product-core__info {
    grid-column: 2;
    grid-row: 2;
  }
}
@media screen and (max-width: 1100px) {
  .ow-product-core__hero {
    display: flex !important;
    flex-direction: column !important;
  }

  .ow-product-core__media {
    order: 1;
    width: 100%;
  }

  .ow-product-header {
    order: 2;
    width: 100%;
  }

  .ow-product-core__info {
    order: 3;
    width: 100%;
  }
}
@media screen and (min-width: 751px) {
  .ow-product-core__breadcrumbs {
    margin-bottom: 6px !important;
  }

  .ow-product-core__hero {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}
/* =========================================
   Mobile product content order
   Gallery → Header → Purchase → Summary
   ========================================= */
@media screen and (max-width: 749px) {

  .ow-product-core__hero {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  /* Allow gallery and summary to be ordered separately */
  .ow-product-core__media {
    display: contents !important;
  }

  /* 1. Gallery */
  .ow-gallery {
    order: 1 !important;
  }

  /* 2. Product title / SKU / UPC / reviews */
  .ow-product-header {
    order: 2 !important;
    margin-top: 14px !important;
    margin-bottom: 12px !important;
  }

  /* 3. Price / promo / purchase controls */
  .ow-product-core__info {
    order: 3 !important;
  }

  /* 4. Product Summary */
  .ow-product-summary {
    order: 4 !important;
    margin-top: 18px !important;
  }
}
/* ==================================================
   Mobile Product Header Cleanup
   ================================================== */

@media screen and (max-width: 749px) {

  /* Trust section */
  .ow-product-header__trust {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0 !important;

    margin-top: 14px !important;
    border: 1px solid #d8e0ea !important;
    border-radius: 10px !important;
    overflow: hidden !important;
  }

  .ow-product-header__trust > * {
    width: 100% !important;
    min-height: 0 !important;

    padding: 11px 13px !important;

    border: 0 !important;
    border-bottom: 1px solid #e5eaf0 !important;

    text-align: left !important;
  }

  .ow-product-header__trust > *:last-child {
    border-bottom: 0 !important;
  }
}
@media screen and (max-width: 749px) {
  .ow-product-header h1,
  .ow-product-header__title {
    font-size: 20px !important;
    line-height: 1.08 !important;
    letter-spacing: -0.02em !important;
    margin-bottom: 10px !important;
  }
}
@media screen and (max-width: 749px) {

  .ow-product-core__breadcrumb-product-separator,
  .ow-product-core__breadcrumb-product {
    display: none !important;
  }

  .ow-product-core__breadcrumbs {
    font-size: 12px !important;
    line-height: 1.2 !important;
    margin-bottom: 8px !important;
    white-space: nowrap;
  }
}
/* Mobile purchase logo cleanup */
@media screen and (max-width: 749px) {
  .ow-product-core__purchase-logo {
    position: static !important;
    inset: auto !important;
    width: 100% !important;
    margin: 0 0 12px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
  }

  .ow-product-core__purchase-logo .ow-manufacturer-logo {
    margin: 0 !important;
  }

  .ow-product-core__purchase-logo .ow-manufacturer-logo__image {
    max-width: 130px !important;
    max-height: 38px !important;
  }

  .ow-product-core__purchase .ow-pricing__amount {
    font-size: 36px !important;
    line-height: 1 !important;
  }
}
/* ==================================================
   Quantity controls: desktop vs mobile
   ================================================== */

/* Desktop: keep original - 1 + stepper only */
@media screen and (min-width: 750px) {
  .ow-actions__quantity-select,
  .ow-actions__quantity-custom {
    display: none !important;
  }

  .ow-actions__quantity-stepper {
    display: grid !important;
  }
}

/* Mobile: dropdown replaces desktop stepper */
@media screen and (max-width: 749px) {
  .ow-actions__quantity-stepper {
    display: none !important;
  }

  .ow-actions__quantity-select {
    display: block !important;
  }
 .ow-actions .ow-actions__quantity {
  width: 72px !important;
  min-width: 72px !important;
  max-width: 72px !important;
}

.ow-actions .ow-actions__quantity input.ow-actions__quantity-custom {
  display: none !important;
  width: 72px !important;
  min-width: 72px !important;
  max-width: 72px !important;
  height: 44px !important;
  min-height: 44px !important;
  max-height: 44px !important;
  padding: 0 6px !important;
  margin: 0 !important;
  box-sizing: border-box !important;
  text-align: center !important;
}

.ow-actions .ow-actions__purchase-row {
  grid-template-columns: 72px minmax(0, 1fr) !important;
  gap: 10px !important;
}
@media screen and (max-width: 749px) {
  .ow-product-core__purchase .ow-product-core__trust {
    gap: 0 !important;
  }

  .ow-product-core__purchase .ow-product-core__trust > * {
    padding: 12px 14px !important;
  }

  .ow-product-core__purchase .ow-product-core__trust strong {
    font-size: 14px !important;
    line-height: 1.2 !important;
  }

  .ow-product-core__purchase .ow-product-core__trust span {
  font-size: 12px !important;
  line-height: 1.35 !important;
}

.ow-product-core__purchase .ow-product-core__trust {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

}
@media screen and (max-width: 749px) {
  .ow-product-core__purchase {
    padding-bottom: 10px !important;
  }

  .ow-product-summary {
    margin-top: 8px !important;
  }
}
/* =========================================
   iPad / small-tablet product page fix
   ========================================= */
@media screen and (min-width: 750px) and (max-width: 820px) {

  .ow-product-core__hero {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  .ow-product-core__media,
  .ow-product-core__info,
  .ow-product-header {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }

  .ow-product-header__trust,
  .ow-product-core__purchase-benefits {
    grid-template-columns: 1fr !important;
  }

  .ow-product-core__purchase-benefit,
  .ow-product-core__purchase-benefit-link {
    grid-column: 1 !important;
    grid-row: auto !important;
  }

  .ow-product-core__cards {
    grid-template-columns: 1fr !important;
  }

  .ow-product-core .ow-product-tabs__panel .ow-complete-solution-inline__grid {
    grid-template-columns: 1fr !important;
  }
}
/* Hide duplicate mobile quantity controls on small tablets */
@media screen and (min-width: 750px) and (max-width: 820px) {
  .ow-actions__quantity-select,
  .ow-actions__quantity-custom {
    display: none !important;
  }
}