/** Shopify CDN: Minification failed

Line 67:1 Expected "}" to go with "{"

**/
.section-main-product .quantity-wrapper {
    display: inline-flex;
    text-align: center;
    border: 1px solid var(--input-border-color);
    overflow: auto;
    border-radius: 0px;
}

.section-main-product .quantity-wrapper a {
    width: 40px;
    min-width: 40px;
    height: 44px;
    line-height: 44px;
    border: 0;
}

.section-main-product .quantity-wrapper a svg {
    width: 20px;
    height: 20px;
}
 .section-main-product .quantity-wrapper input[name=quantity] {
    width: 48px;
    height: 44px;
    margin-left: 0px;
    margin-right: 0px;
    border: 0;

    .press-section{
  background:#fff;
  text-align:center;
  padding:20px 10px;
  border-top:1px solid #eee;
  border-bottom:1px solid #eee
}

.press-logos{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:90px;
  flex-wrap:wrap
}

.press-logos img{
  max-height:20px;
  width:auto;
  filter:grayscale(100%) brightness(0%);
  opacity:.85
}

/* Balanced logo sizing */
.vogue-logo{max-height:26px}
.country-logo{max-height:18px}
.paper-logo{filter:none!important;opacity:1!important;max-height:20px}
.boca-logo{max-height:16px}

/* Mobile (tighten spacing) */
@media(max-width:768px){
  .press-section{padding:16px 10px}
  .press-logos{gap:50px}
  .press-logos img{max-height:16px}
}