/** Shopify CDN: Minification failed

Line 1511:40 Unexpected "{"
Line 1511:49 Expected ":"
Line 1511:56 Unexpected "{"
Line 1517:40 Unexpected "{"
Line 1517:49 Expected ":"
Line 1529:40 Unexpected "{"
Line 1529:49 Expected ":"
Line 1533:40 Unexpected "{"
Line 1533:49 Expected ":"
Line 1550:40 Unexpected "{"
... and 19 more hidden warnings

**/
/* =========================
   PDP CUSTOM CSS - CLEAN FULL VERSION
   ========================= */

[id^="MainProduct-"],
[id^="MainProduct-"].page-width,
.section[class*="main-product"] .page-width,
.jbl-pdp-main-product {
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.jbl-pdp-main-product {
  --pdp-anchor-top: 0px;
  --pdp-anchor-height: 64px;
}

body .section,
body .shopify-section,
body .jbl-pdp-main-product,
body .jbl-pdp-main-product .product,
body .jbl-pdp-main-product .pdp-left-column,
body .jbl-pdp-main-product .product__media-wrapper,
body .jbl-pdp-main-product .product__info-wrapper,
body .jbl-pdp-main-product .product__info-container,
body .jbl-pdp-main-product #pdp-features,
body .jbl-pdp-main-product .pdp-left-column-content {
  overflow: visible !important;
}

@media screen and (min-width: 990px) {
  .jbl-pdp-main-product {
    padding-top: 0 !important;
  }

  .jbl-pdp-main-product .product {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 460px !important;
    column-gap: 0 !important;
    align-items: start !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .jbl-pdp-main-product .pdp-left-column {
    grid-column: 1 !important;
    grid-row: 1 !important;
    width: 100% !important;
    min-width: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-self: start !important;
  }

  .jbl-pdp-main-product .product__media-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .jbl-pdp-main-product .product__info-wrapper {
    grid-column: 2 !important;
    grid-row: 1 !important;
    justify-self: stretch !important;
    align-self: stretch !important;
    width: 460px !important;
    min-width: 460px !important;
    max-width: 460px !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #f9f5ef !important;
    position: relative !important;
    z-index: 1 !important;
  }

  .jbl-pdp-main-product #pdp-features {
    height: 100% !important;
    min-height: 100% !important;
  }
}

@media screen and (max-width: 989px) {
  .jbl-pdp-main-product .product__info-wrapper {
    background: #f9f5ef !important;
  }
}

/* =========================
   PDP SIDEBAR JBL STYLE
   ========================= */

.pdp-sidebar {
  background: transparent !important;
  color: #081c20 !important;
  margin: 0 !important;
  min-height: 100% !important;
  padding: 0 40px 32px !important;
}

.pdp-sidebar__sticky-inner {
  position: sticky;
  top: var(--pdp-anchor-top);
  z-index: 2 !important;
  padding-top: 24px;
}

@media screen and (max-width: 989px) {
  .pdp-sidebar {
    padding: 24px 20px !important;
    min-height: auto !important;
  }

  .pdp-sidebar__sticky-inner {
    position: static !important;
    top: auto !important;
    padding-top: 0 !important;
  }
}

.pdp-sidebar__title-wrap {
  margin: 0 0 10px !important;
}

.pdp-sidebar__title {
  display: block !important;
  align-self: stretch !important;
  box-sizing: border-box !important;
  margin: 0 0 4px !important;
  padding: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
  color: #000 !important;
  text-align: left !important;
  text-transform: uppercase !important;
  overflow-wrap: break-word !important;
  word-break: break-word !important;
  text-wrap: balance !important;
  pointer-events: none !important;
  transform: none !important;
  font-family: roc-grotesk-variable, sans-serif !important;
  font-size: 48px !important;
  line-height: 44px !important;
  font-weight: 700 !important;
  font-stretch: 75% !important;
  font-style: normal !important;
  font-variation-settings: "wdth" 75, "wght" 700 !important;
  letter-spacing: 0.7px !important;
}

@media screen and (max-width: 989px) {
  .pdp-sidebar__title {
    font-size: 34px !important;
    line-height: 30px !important;
  }
}

@media screen and (max-width: 640px) {
  .pdp-sidebar__title {
    font-size: 30px !important;
    line-height: 28px !important;
  }
}

.pdp-sidebar__reviews-placeholder {
  min-height: 28px !important;
  margin: 0 0 14px !important;
}

.pdp-sidebar__usp-list {
  display: flex !important;
  flex-direction: column !important;
  gap: 6px !important;
  margin: 0 0 24px !important;
}

.pdp-sidebar__usp-item {
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px !important;
  color: #081c20 !important;
  font-size: 16px !important;
  line-height: 24px !important;
}

.pdp-sidebar__usp-icon {
  flex: 0 0 auto !important;
  color: #4d9a42 !important;
  font-size: 18px !important;
  line-height: 24px !important;
  font-weight: 700 !important;
}

.pdp-sidebar__usp-list,
.pdp-sidebar__usp-item,
.pdp-sidebar__usp-item span:last-child {
  font-family: "Inter Tight", sans-serif !important;
}

.pdp-sidebar__usp-item,
.pdp-sidebar__usp-item span:last-child {
  font-size: 15px !important;
  letter-spacing: 0.6px !important;
}

/* =========================
   SWATCHES
   ========================= */

.pdp-sidebar__swatches {
  margin: 0 0 18px !important;
}

.pdp-sidebar__swatches fieldset {
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.pdp-sidebar__swatches .form__label,
.pdp-sidebar__swatches .pdp-variant-label {
  display: block !important;
  margin: 0 0 24px !important;
  color: #081c20 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  font-weight: 400 !important;
}

.pdp-sidebar .pdp-sidebar__swatches .pdp-variant-label,
.pdp-sidebar .pdp-sidebar__swatches .form__label {
  display: block !important;
  margin: 0 0 12px !important;
}

.pdp-sidebar .swatch-view,
.pdp-sidebar .swatch-view-custom-image {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 18px 14px !important;
  margin: 14px 0 0 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.pdp-sidebar .swatch-view-item {
  display: block !important;
  width: 36px !important;
  min-width: 36px !important;
  max-width: 36px !important;
  height: 36px !important;
  min-height: 36px !important;
  max-height: 36px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;
  position: relative !important;
  box-sizing: border-box !important;
}

.pdp-sidebar .swatch-image-wrapper {
  display: block !important;
  width: 36px !important;
  height: 36px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;
  overflow: visible !important;
  box-sizing: border-box !important;
}

.pdp-sidebar .swatch-custom-image,
.pdp-sidebar .swatch-selector {
  display: block !important;
  width: 36px !important;
  height: 36px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
  position: relative !important;
}

.pdp-sidebar .star-set-image {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  box-shadow: none !important;
  outline: none !important;
  clip-path: none !important;
  mask: none !important;
  -webkit-mask: none !important;
  box-sizing: border-box !important;
  position: relative !important;
}

.pdp-sidebar .swatch-img-text,
.pdp-sidebar .swatch-img-text-hidden,
.pdp-sidebar .star-set-image i,
.pdp-sidebar .star-set-image span {
  display: none !important;
}

.pdp-sidebar .swatch-view-item::before,
.pdp-sidebar .swatch-image-wrapper::before,
.pdp-sidebar .swatch-image-wrapper::after,
.pdp-sidebar .swatch-selector::before,
.pdp-sidebar .swatch-selector::after,
.pdp-sidebar .star-set-image::before,
.pdp-sidebar .star-set-image::after {
  content: none !important;
  display: none !important;
}

.pdp-sidebar .swatch-view-item,
.pdp-sidebar .swatch-image-wrapper,
.pdp-sidebar .swatch-custom-image,
.pdp-sidebar .swatch-selector,
.pdp-sidebar .star-set-image {
  border-radius: 0 !important;
  clip-path: none !important;
  mask: none !important;
  -webkit-mask: none !important;
}

.pdp-sidebar .swatch-view-item[aria-checked="true"],
.pdp-sidebar .swatch-view-item[aria-checked="true"] .swatch-image-wrapper,
.pdp-sidebar .swatch-view-item[aria-checked="true"] .star-set-image {
  box-shadow: none !important;
  border-radius: 0 !important;
}

.pdp-sidebar .swatch-view-item[aria-checked="true"] {
  border: 0 !important;
  outline: none !important;
  box-shadow: none !important;
}

.pdp-sidebar .swatch-custom-image,
.pdp-sidebar .swatch-selector {
  border: 1px solid rgba(8, 28, 32, 0.12) !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}

.pdp-sidebar .swatch-view-item[aria-checked="true"] .swatch-custom-image,
.pdp-sidebar .swatch-view-item[aria-checked="true"] .swatch-selector,
.pdp-sidebar .swatch-selected {
  border: 2px solid #081c20 !important;
  outline: none !important;
  outline-offset: 0 !important;
  box-shadow: none !important;
}

.pdp-sidebar .swatch-view-item:hover .swatch-custom-image,
.pdp-sidebar .swatch-view-item:hover .swatch-selector {
  border: 2px solid #081c20 !important;
  outline: none !important;
  box-shadow: none !important;
}

.pdp-sidebar__swatches .product-form__input input[type="radio"]:checked + label,
.pdp-sidebar__swatches .product-form__input input[type="radio"]:checked + .pdp-color-swatch,
.pdp-sidebar .swatch-selected,
.pdp-sidebar .swatch-view-item[aria-checked="true"] .swatch-custom-image,
.pdp-sidebar .swatch-view-item[aria-checked="true"] .swatch-selector {
  outline-color: #081c20 !important;
}

.pdp-sidebar__swatches .product-form__input input[type="radio"] + label span,
.pdp-sidebar .swatch-img-text,
.pdp-sidebar .swatch-img-text-hidden,
.pdp-sidebar__swatches .pdp-color-swatch::before,
.pdp-sidebar__swatches .pdp-color-swatch::after {
  display: none !important;
  content: none !important;
}

/* sold out swatches */
.pdp-sidebar .swatch-view-item.swatch-item-unavailable {
  position: relative !important;
  overflow: hidden !important;
}

.pdp-sidebar .swatch-view-item.swatch-item-unavailable .star-set-image {
  opacity: 0.45 !important;
}

.pdp-sidebar .swatch-view-item.swatch-item-unavailable .swatch-custom-image,
.pdp-sidebar .swatch-view-item.swatch-item-unavailable .swatch-selector {
  border: 1px solid rgba(8, 28, 32, 0.12) !important;
  outline: none !important;
  box-shadow: none !important;
}

.pdp-sidebar .swatch-view-item.swatch-item-unavailable::after {
  content: "" !important;
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  width: 170% !important;
  height: 2px !important;
  background: rgb(223, 45, 0) !important;
  transform: translate(-50%, -50%) rotate(-42deg) !important;
  transform-origin: center !important;
  z-index: 999 !important;
  pointer-events: none !important;
}

/* mapping immagini colore */
.pdp-sidebar__swatches .pdp-color-swatch[data-color-key="arancio"] { background-image: url("/cdn/shop/files/m0clqnnktwt2gmvvcbbv.jpg?v=1772709592") !important; }
.pdp-sidebar__swatches .pdp-color-swatch[data-color-key="argento"] { background-image: url("/cdn/shop/files/zylrr90dlcuqxz9qxd6g.webp?v=1772709592") !important; }
.pdp-sidebar__swatches .pdp-color-swatch[data-color-key="avorio"] { background-image: url("/cdn/shop/files/swatchimage_champagne.webp?v=1772709592") !important; }
.pdp-sidebar__swatches .pdp-color-swatch[data-color-key="azzurro"] { background-image: url("/cdn/shop/files/download.webp?v=1772709592") !important; }
.pdp-sidebar__swatches .pdp-color-swatch[data-color-key="bianco"] { background-image: url("/cdn/shop/files/nlwe1ifpisqotktew5wv.webp?v=1772709592") !important; }
.pdp-sidebar__swatches .pdp-color-swatch[data-color-key="black"] { background-image: url("/cdn/shop/files/e8y3m2sy8y2xsvmbw2gy.webp?v=1772709592") !important; }
.pdp-sidebar__swatches .pdp-color-swatch[data-color-key="blu"] { background-image: url("/cdn/shop/files/dtperxqm13sschdztsgn.webp?v=1772709592") !important; }
.pdp-sidebar__swatches .pdp-color-swatch[data-color-key="blue"] { background-image: url("/cdn/shop/files/dtperxqm13sschdztsgn.webp?v=1772709592") !important; }
.pdp-sidebar__swatches .pdp-color-swatch[data-color-key="camouflage"] { background-image: url("/cdn/shop/files/swatchImage_Squad_Grip.webp?v=1772709592") !important; }
.pdp-sidebar__swatches .pdp-color-swatch[data-color-key="champagne"] { background-image: url("/cdn/shop/files/swatchimage_champagne.webp?v=1772709592") !important; }
.pdp-sidebar__swatches .pdp-color-swatch[data-color-key="champagne-gold"] { background-image: url("/cdn/shop/files/xggrheadiadyoavjlywq.webp?v=1772709592") !important; }
.pdp-sidebar__swatches .pdp-color-swatch[data-color-key="gold"] { background-image: url("/cdn/shop/files/xggrheadiadyoavjlywq.webp?v=1772709592") !important; }
.pdp-sidebar__swatches .pdp-color-swatch[data-color-key="green"] { background-image: url("/cdn/shop/files/swatchImage_Green_Forest.webp?v=1772709592") !important; }
.pdp-sidebar__swatches .pdp-color-swatch[data-color-key="grey"] { background-image: url("/cdn/shop/files/swatchImage_grey.webp?v=1772709592") !important; }
.pdp-sidebar__swatches .pdp-color-swatch[data-color-key="grigio"] { background-image: url("/cdn/shop/files/swatchImage_grey.webp?v=1772709592") !important; }
.pdp-sidebar__swatches .pdp-color-swatch[data-color-key="nero"] { background-image: url("/cdn/shop/files/e8y3m2sy8y2xsvmbw2gy.webp?v=1772709592") !important; }
.pdp-sidebar__swatches .pdp-color-swatch[data-color-key="nero-giallo"] { background-image: url("/cdn/shop/files/swatchImage_black_lime.webp?v=1772709592") !important; }
.pdp-sidebar__swatches .pdp-color-swatch[data-color-key="nero-grigio"] { background-image: url("/cdn/shop/files/swatchImage_black_grey.webp?v=1772709592") !important; }
.pdp-sidebar__swatches .pdp-color-swatch[data-color-key="oro"] { background-image: url("/cdn/shop/files/xggrheadiadyoavjlywq.webp?v=1772709592") !important; }
.pdp-sidebar__swatches .pdp-color-swatch[data-color-key="pink"] { background-image: url("/cdn/shop/files/swatchImage_Pink_02.webp?v=1772709593") !important; }
.pdp-sidebar__swatches .pdp-color-swatch[data-color-key="rame"] { background-image: url("/cdn/shop/files/swatchImage_WoodGrain.webp?v=1772709592") !important; }
.pdp-sidebar__swatches .pdp-color-swatch[data-color-key="red"] { background-image: url("/cdn/shop/files/swatchImage_Red_Charge_6_v02.webp?v=1772709592") !important; }
.pdp-sidebar__swatches .pdp-color-swatch[data-color-key="rosa"] { background-image: url("/cdn/shop/files/swatchImage_Pink_02.webp?v=1772709593") !important; }
.pdp-sidebar__swatches .pdp-color-swatch[data-color-key="rosso"] { background-image: url("/cdn/shop/files/swatchImage_Red_Charge_6_v02.webp?v=1772709592") !important; }
.pdp-sidebar__swatches .pdp-color-swatch[data-color-key="sabbia"] { background-image: url("/cdn/shop/files/zvugx1nbsktp171exyhv.webp?v=1772709592") !important; }
.pdp-sidebar__swatches .pdp-color-swatch[data-color-key="silver"] { background-image: url("/cdn/shop/files/zylrr90dlcuqxz9qxd6g.webp?v=1772709592") !important; }
.pdp-sidebar__swatches .pdp-color-swatch[data-color-key="squad"] { background-image: url("/cdn/shop/files/swatchImage_Squad_Grip.webp?v=1772709592") !important; }
.pdp-sidebar__swatches .pdp-color-swatch[data-color-key="teal"] { background-image: url("/cdn/shop/files/swatchImage_TealBlue.webp?v=1772709593") !important; }
.pdp-sidebar__swatches .pdp-color-swatch[data-color-key="verde"] { background-image: url("/cdn/shop/files/swatchImage_Green_Forest.webp?v=1772709592") !important; }
.pdp-sidebar__swatches .pdp-color-swatch[data-color-key="viola"] { background-image: url("/cdn/shop/files/swatchImage_Purple_Grip.webp?v=1772709593") !important; }

/* =========================
   PREZZO
   ========================= */

.pdp-sidebar__price-block {
  margin: 0 0 8px !important;
}

.pdp-sidebar__price {
  margin-bottom: 8px !important;
}

.pdp-sidebar__price .price,
.pdp-sidebar__price .price__container {
  margin: 0 !important;
}

.pdp-sidebar__price .price__container {
  display: block !important;
}

.pdp-sidebar__price .price__regular,
.pdp-sidebar__price .price-item.price-item--regular,
.pdp-sidebar__price .price-item.price-item--sale {
  color: #df2d00 !important;
  font-size: 30px !important;
  line-height: 1.1 !important;
  font-weight: 500 !important;
}

.pdp-sidebar .product__tax {
  margin: 8px 0 6px !important;
  font-size: 13px !important;
  line-height: 18px !important;
  color: #555 !important;
}

.pdp-sidebar__price .price__badge-sold-out,
.pdp-sidebar__price .badge.price__badge-sold-out.color-inverse {
  display: none !important;
}

.pdp-sidebar__price .price--on-sale .price__container {
  display: flex !important;
  align-items: baseline !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
}

.pdp-sidebar__price .price--on-sale .price__regular,
.pdp-sidebar__price .price--on-sale .price-item--regular {
  color: #7a7a7a !important;
  font-size: 30px !important;
  font-weight: 500 !important;
  text-decoration: line-through !important;
}

.pdp-sidebar__price .price--on-sale .price__sale,
.pdp-sidebar__price .price--on-sale .price-item--sale {
  color: #df2d00 !important;
  font-size: 30px !important;
  font-weight: 500 !important;
  display: inline !important;
}

.pdp-sidebar__price .price--on-sale .price__badge-sale,
.pdp-sidebar__price .price--on-sale .badge {
  align-self: center !important;
}

/* =========================
   PURCHASE ROW
   ========================= */

.pdp-sidebar__purchase-row {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 12px !important;
  flex-wrap: nowrap !important;
  width: 100% !important;
  margin: 0 0 14px !important;
}

.pdp-sidebar__qty-block {
  flex: 0 0 auto !important;
  width: auto !important;
  min-width: 120px !important;
  max-width: 120px !important;
  margin: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

.pdp-sidebar__qty-block .quantity__label {
  display: none !important;
}

.pdp-sidebar__qty-block .product-form__input.product-form__quantity {
  margin: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

.pdp-sidebar__purchase-row .pdp-sidebar__qty-block,
.pdp-sidebar__purchase-row .pdp-sidebar__qty-block .product-form__input,
.pdp-sidebar__purchase-row .pdp-sidebar__qty-block .product-form__quantity,
.pdp-sidebar__purchase-row .pdp-sidebar__qty-block quantity-input,
.pdp-sidebar__purchase-row .pdp-sidebar__qty-block quantity-input.quantity {
  background: transparent !important;
  background-color: transparent !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.pdp-sidebar__purchase-row .pdp-sidebar__qty-block quantity-input.quantity::before,
.pdp-sidebar__purchase-row .pdp-sidebar__qty-block quantity-input.quantity::after,
.pdp-sidebar__purchase-row .pdp-sidebar__qty-block .product-form__quantity::before,
.pdp-sidebar__purchase-row .pdp-sidebar__qty-block .product-form__quantity::after {
  content: none !important;
  display: none !important;
}

.pdp-sidebar__qty-block quantity-input.quantity {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 120px !important;
  min-width: 120px !important;
  height: 40px !important;
  border: 1px solid rgba(8, 28, 32, 0.35) !important;
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  gap: 0 !important;
}

.pdp-sidebar__qty-block .quantity__button {
  width: 28px !important;
  min-width: 28px !important;
  height: 40px !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  color: rgba(8, 28, 32, 0.45) !important;
}

.pdp-sidebar__qty-block .quantity__button:hover {
  background: transparent !important;
  color: #000 !important;
}

.pdp-sidebar__qty-block .quantity__button svg {
  width: 12px !important;
  height: 12px !important;
}

.pdp-sidebar__qty-block .quantity__input {
  width: 28px !important;
  min-width: 28px !important;
  height: 40px !important;
  border: 0 !important;
  background: transparent !important;
  text-align: center !important;
  font-size: 16px !important;
  line-height: 40px !important;
  font-weight: 400 !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 6px !important;
  color: #081c20 !important;
  appearance: textfield !important;
  -moz-appearance: textfield !important;
}

.pdp-sidebar__qty-block .quantity__input::-webkit-outer-spin-button,
.pdp-sidebar__qty-block .quantity__input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

.pdp-sidebar__qty-block .quantity__input:focus,
.pdp-sidebar__qty-block .quantity__button:focus,
.pdp-sidebar__qty-block quantity-input.quantity:focus-within {
  outline: none !important;
  box-shadow: none !important;
}

.pdp-sidebar__qty-block .quantity__rules,
.pdp-sidebar__qty-block .quantity__rules-cart,
.pdp-sidebar .quantity__rules {
  display: none !important;
}

.pdp-sidebar__buy-buttons {
  flex: 0 0 auto !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  margin: 0 !important;
  align-self: center !important;
}

.pdp-sidebar__buy-buttons .product-form,
.pdp-sidebar__buy-buttons .product-form__buttons,
.pdp-sidebar__buy-buttons product-form,
.pdp-sidebar__buy-buttons form {
  width: auto !important;
  max-width: none !important;
  flex: 0 0 auto !important;
  display: inline-flex !important;
  align-items: center !important;
  margin: 0 !important;
}

.pdp-sidebar__buy-buttons .product-form__submit,
.pdp-sidebar__buy-buttons .product-form__submit.button--full-width {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  min-width: 196px !important;
  max-width: none !important;
  height: 40px !important;
  min-height: 40px !important;
  padding: 0 18px !important;
  margin: 0 !important;
  box-sizing: border-box !important;
  border: 1px solid #e35205 !important;
  border-radius: 0 !important;
  background: #e35205 !important;
  color: #fff !important;
  cursor: pointer !important;
  box-shadow: none !important;
  text-transform: none !important;
  text-align: center !important;
  text-shadow: none !important;
  user-select: none !important;
  white-space: nowrap !important;
  font-family: abc-diatype, "ABC Diatype", roc-grotesk, "system-ui", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
  font-size: 16px !important;
  line-height: 24px !important;
  font-weight: 700 !important;
  letter-spacing: normal !important;
  transition: background .12s ease, border-color .12s ease !important;
}

.pdp-sidebar__buy-buttons .product-form__submit:hover {
  background: #000 !important;
  border-color: #000 !important;
  color: #fff !important;
}

.pdp-sidebar__buy-buttons .product-form__submit > *,
.pdp-sidebar__buy-buttons .product-form__submit span {
  display: inline !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: inherit !important;
  white-space: nowrap !important;
  text-align: center !important;
}

.pdp-sidebar__buy-buttons .product-form__submit::before,
.pdp-sidebar__buy-buttons .product-form__submit::after {
  display: none !important;
  content: none !important;
}

.pdp-sidebar__buy-buttons .product-form__submit .icon,
.pdp-sidebar__buy-buttons .product-form__submit svg,
.pdp-sidebar__buy-buttons .product-form__submit .icon-cart,
.pdp-sidebar__buy-buttons .product-form__submit .button__icon {
  display: none !important;
}

/* FIX: bottone "In arrivo" sempre uguale */
.pdp-sidebar__buy-buttons .product-form__submit[disabled] {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  min-width: 196px !important;
  max-width: none !important;
  height: 40px !important;
  min-height: 40px !important;
  padding: 0 18px !important;
  margin: 0 !important;
  border: 1px solid #e35205 !important;
  border-radius: 0 !important;
  background: #e35205 !important;
  color: #ffffff !important;
  font-family: abc-diatype, "ABC Diatype", roc-grotesk, "system-ui", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 24px !important;
  white-space: nowrap !important;
  box-shadow: none !important;
  text-transform: none !important;
  cursor: default !important;
}

.pdp-sidebar__buy-buttons .product-form__submit[disabled]:hover {
  background: #e35205 !important;
  border-color: #e35205 !important;
  color: #ffffff !important;
}

.pdp-sidebar__buy-buttons .product-form__submit[disabled] > span,
.pdp-sidebar__buy-buttons .product-form__submit[disabled] > * {
  color: #ffffff !important;
}

.pdp-sidebar__buy-buttons .product-form__submit[disabled] .icon-cart,
.pdp-sidebar__buy-buttons .product-form__submit[disabled] svg,
.pdp-sidebar__buy-buttons .product-form__submit[disabled]::before,
.pdp-sidebar__buy-buttons .product-form__submit[disabled]::after {
  display: none !important;
  content: none !important;
}

/* =========================
   NOTIFY ME APP BLOCK - FIX
   ========================= */

.pdp-sidebar__app-block:empty {
  display: none !important;
}

#SI_trigger.is-hidden,
#SI_trigger[hidden],
.pdp-sidebar #SI_trigger.is-hidden,
.pdp-sidebar #SI_trigger[hidden],
.pdp-sidebar__app-block #SI_trigger.is-hidden,
.pdp-sidebar__app-block #SI_trigger[hidden],
.pdp-sidebar__purchase-row + .pdp-sidebar__app-block #SI_trigger.is-hidden,
.pdp-sidebar__purchase-row + .pdp-sidebar__app-block #SI_trigger[hidden] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* spacing tra omnibus e area acquisto */
.pdp-sidebar__app-block {
  display: block !important;
  width: 100% !important;
  margin-top: 12px !important;
  margin-bottom: 16px !important;
}

/* FIX notify: sotto la riga qty + in arrivo, senza uscire dalla sidebar */
.pdp-sidebar__purchase-row + .pdp-sidebar__app-block {
  display: block !important;
  position: static !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  clear: both !important;
  box-sizing: border-box !important;
}

.pdp-sidebar__purchase-row + .pdp-sidebar__app-block #SI_trigger,
.pdp-sidebar__purchase-row + .pdp-sidebar__app-block button#SI_trigger {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  height: 40px !important;
  min-height: 40px !important;
  margin: 0 !important;
  padding: 0 16px !important;
  box-sizing: border-box !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  border: 3px solid #f15a24 !important;
  border-radius: 0 !important;
  background: #f15a24 !important;
  color: #ffffff !important;
  font-family: abc-diatype, "ABC Diatype", sans-serif !important;
  font-size: 14px !important;
  line-height: 1 !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
}

.pdp-sidebar__purchase-row + .pdp-sidebar__app-block #SI_trigger:hover,
.pdp-sidebar__purchase-row + .pdp-sidebar__app-block button#SI_trigger:hover {
  background: #f15a24 !important;
  border-color: #f15a24 !important;
  color: #ffffff !important;
}

/* =========================
   HIDE UNUSED ELEMENTS
   ========================= */

.pdp-sidebar .product__description,
.pdp-sidebar .product__view-details,
.pdp-sidebar .product__sku,
.pdp-sidebar .quantity__rules,
.pdp-sidebar .pickup-availability-button,
.pdp-sidebar variant-radios .form__label,
.pdp-sidebar__promo-block,
.product__info-container .product__description {
  display: none !important;
}

/* =========================
   PDP GALLERY JBL.FR - FIX
   ========================= */

.product-media-modal__content {
  max-width: 1400px;
  margin: 0 auto;
}

@media screen and (min-width: 990px) {
  .jbl-pdp-main-product #pdp-gallery,
  .jbl-pdp-main-product #pdp-gallery media-gallery,
  .jbl-pdp-main-product #pdp-gallery .product__media-gallery,
  .jbl-pdp-main-product #pdp-gallery #GalleryViewer,
  .jbl-pdp-main-product #pdp-gallery .product__media-list,
  .jbl-pdp-main-product #pdp-gallery .product__media-item,
  .jbl-pdp-main-product #pdp-gallery .product__media,
  .jbl-pdp-main-product #pdp-gallery .media,
  .jbl-pdp-main-product #pdp-gallery .global-media-settings,
  .jbl-pdp-main-product #pdp-gallery .deferred-media,
  .jbl-pdp-main-product #pdp-gallery slider-component,
  .jbl-pdp-main-product #pdp-gallery .slider-mobile-gutter {
    border: 0 !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
    box-shadow: none !important;
    background: #fff !important;
    background-image: none !important;
  }

  .jbl-pdp-main-product #pdp-gallery {
    padding: 0 !important;
    margin: 0 !important;
  }

  .jbl-pdp-main-product #pdp-gallery media-gallery,
  .jbl-pdp-main-product #pdp-gallery .product__media-gallery,
  .jbl-pdp-main-product #pdp-gallery #GalleryViewer,
  .jbl-pdp-main-product #pdp-gallery #GalleryThumbnails {
    display: block !important;
    width: 100% !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  .jbl-pdp-main-product #pdp-gallery .thumbnail-slider.medium-hide.large-up-hide {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  .jbl-pdp-main-product #pdp-gallery .product__media-list {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .jbl-pdp-main-product #pdp-gallery .product__media-item {
    display: none !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .jbl-pdp-main-product #pdp-gallery .product__media-item.is-active {
    display: block !important;
  }

  .jbl-pdp-main-product #pdp-gallery .product__media-item:first-child:last-child {
    display: block !important;
  }

  .jbl-pdp-main-product #pdp-gallery .product__media,
  .jbl-pdp-main-product #pdp-gallery .media {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 724px !important;
    height: 724px !important;
    background: #ffffff !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
  }

  .jbl-pdp-main-product #pdp-gallery .product__media img,
  .jbl-pdp-main-product #pdp-gallery .product__media video,
  .jbl-pdp-main-product #pdp-gallery .product__media iframe,
  .jbl-pdp-main-product #pdp-gallery .product__media model-viewer {
    display: block !important;
    width: 100% !important;
    height: 724px !important;
    max-width: 100% !important;
    max-height: 724px !important;
    object-fit: contain !important;
    object-position: center center !important;
    margin: 0 auto !important;
  }

  .jbl-pdp-main-product #pdp-gallery #GalleryViewer .slider-buttons {
    display: none !important;
  }

  .jbl-pdp-main-product #pdp-gallery .thumbnail-slider {
    margin-top: 8px !important;
    margin-bottom: 12px !important;
    padding: 0 !important;
  }

  .jbl-pdp-main-product #pdp-gallery #GalleryThumbnails {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .jbl-pdp-main-product #pdp-gallery .thumbnail-list {
    display: inline-flex !important;
    width: auto !important;
    max-width: max-content !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    align-items: center !important;
    gap: 12px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    transform: none !important;
  }

  .jbl-pdp-main-product #pdp-gallery .thumbnail-list__item {
    flex: 0 0 56px !important;
    width: 56px !important;
    min-width: 56px !important;
    max-width: 56px !important;
    margin: 0 !important;
  }

  .jbl-pdp-main-product #pdp-gallery .thumbnail {
    width: 56px !important;
    height: 56px !important;
    min-width: 56px !important;
    min-height: 56px !important;
    padding: 0 !important;
    border: 1px solid transparent !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
  }

  .jbl-pdp-main-product #pdp-gallery .thumbnail img {
    width: 56px !important;
    height: 56px !important;
    min-width: 56px !important;
    min-height: 56px !important;
    object-fit: contain !important;
    object-position: center center !important;
    display: block !important;
    margin: 0 auto !important;
  }

  .jbl-pdp-main-product #pdp-gallery .thumbnail[aria-current="true"] {
    outline: 0 !important;
    border: 1px solid #081c20 !important;
  }

  .jbl-pdp-main-product #pdp-gallery .thumbnail-slider .slider-button {
    display: none !important;
  }
}

@media screen and (max-width: 989px) {
  .jbl-pdp-main-product #pdp-gallery .product__media {
    min-height: auto !important;
    height: auto !important;
  }

  .jbl-pdp-main-product #pdp-gallery .product__media img,
  .jbl-pdp-main-product #pdp-gallery .product__media video,
  .jbl-pdp-main-product #pdp-gallery .product__media iframe,
  .jbl-pdp-main-product #pdp-gallery .product__media model-viewer {
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    object-fit: contain !important;
  }

  .jbl-pdp-main-product #pdp-gallery .thumbnail {
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    min-height: 48px !important;
  }

  .jbl-pdp-main-product #pdp-gallery .thumbnail img {
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    min-height: 48px !important;
  }
}

/* =========================
   PDP STICKY BAR
   ========================= */

@media screen and (min-width: 990px) {
  .pdp-sticky-anchor-bar-wrap {
    position: sticky !important;
    top: var(--pdp-anchor-top) !important;
    z-index: 2 !important;
    background: #fff !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .pdp-sticky-anchor-bar {
    width: 100% !important;
    background: #fff !important;
    border-top: 1px solid #df2d00 !important;
    border-bottom: 1px solid #df2d00 !important;
  }

  .pdp-sticky-anchor-bar__nav {
    display: flex !important;
    justify-content: space-between !important;
    align-items: stretch !important;
    gap: 0 !important;
    min-height: 64px !important;
    width: 100% !important;
    padding: 0 28px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    white-space: nowrap !important;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .pdp-sticky-anchor-bar__nav::-webkit-scrollbar {
    display: none;
  }

  .pdp-sticky-anchor-bar__link {
    flex: 1 1 20% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    background: transparent !important;
    border: 0 !important;
    position: relative !important;
    padding: 18px 12px !important;
    cursor: pointer !important;
    color: #000 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 500 !important;
  }

  .pdp-sticky-anchor-bar__link::after {
    content: "" !important;
    position: absolute !important;
    left: 12px !important;
    right: 12px !important;
    bottom: 10px !important;
    height: 2px !important;
    background: transparent !important;
  }

  .pdp-sticky-anchor-bar__link.is-active::after {
    background: #df2d00 !important;
  }

  .pdp-sticky-anchor-bar__link:hover::after {
    background: #000 !important;
  }
}

@media screen and (max-width: 1200px) and (min-width: 990px) {
  .pdp-sticky-anchor-bar__nav {
    justify-content: flex-start !important;
    gap: 8px !important;
    padding: 0 16px !important;
  }

  .pdp-sticky-anchor-bar__link {
    flex: 0 0 auto !important;
    min-width: max-content !important;
    padding: 18px 12px !important;
  }
}

@media screen and (max-width: 989px) {
  .pdp-sticky-anchor-bar-wrap {
    display: none !important;
  }
}
/* Sticky bar: voci non attive */
.pdp-sticky-anchor-bar__link.is-disabled {
  opacity: 0.35 !important;
  pointer-events: none !important;
  cursor: default !important;
}

.pdp-sticky-anchor-bar__link.is-disabled::after {
  display: none !important;
}
/* =========================
   LOADBEE + FEEDATY LEFT COLUMN
   ========================= */

.pdp-left-column-content {
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
}

.pdp-left-column-content--reviews {
  margin-top: 24px;
}

.loadbeeTabContent,
.feedaty-wrapper {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.feedaty-wrapper {
  margin-top: 40px !important;
  margin-bottom: 0 !important;
}

@media screen and (max-width: 989px) {
  .pdp-left-column-content--reviews {
    margin-top: 0 !important;
  }

  .feedaty-wrapper {
    margin-top: 8px !important;
    margin-bottom: 0 !important;
  }
}

/* =========================
   EXTRA COMPAT
   ========================= */

@media (max-width: 750px) {
  .product__info-wrapper .product__title h1 {
    margin-top: var(--margin-m);
  }

  .product__info-container .product__description {
    margin-top: var(--margin-s);
  }
}

.product__info-wrapper .price .price__regular {
  color: var(--jbl-orange);
  font-weight: bold;
}

.product__info-container .price-item.price-item--regular {
  font-size: var(--h3-font-size);
  letter-spacing: var(--h3-letter-spacing);
  line-height: var(--h3-line-height);
}

.product__info-wrapper .product__info-container .price--on-sale .price-item--regular {
  color: var(--jbl-grey);
  font-size: var(--h5-font-size);
  letter-spacing: var(--h5-letter-spacing);
  line-height: var(--h5-line-height);
}

.product__info-wrapper .price--on-sale .price-item--sale {
  color: var(--jbl-orange);
  display: block;
  flex-direction: column;
  font-size: var(--h3-font-size);
  letter-spacing: var(--h3-letter-spacing);
  line-height: var(--h3-line-height);
}

.product__info-wrapper .price--on-sale .price__badge-sale {
  display: none;
}

.product-card-wrapper .card__information .price {
  font-size: var(--body-large-font-size);
  line-height: var(--body-large-line-height);
  letter-spacing: var(--body-large-letter-spacing);
}

.product__tax {
  margin-top: 0 !important;
}

.jbl-down-theme .global-media-settings {
  background-color: #f2f2f2;
}

.product__info-container .product__description {
  margin-top: var(--margin-l);
  font-size: var(--body-large-font-size);
  line-height: var(--body-large-line-height);
  letter-spacing: var(--body-large-letter-spacing);
}

.product__info-container .product__description h4 {
  text-wrap: balance;
}

.product__info-container .product__description b + p,
.product__info-container .product__description b + ul {
  margin-top: 0.5rem;
}

.product__description > h5 {
  margin-top: 6rem;
  margin-bottom: 1rem;
}

.product__description > h5 + p {
  margin-top: 10px;
}

.price-sale_perc-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.price-sale-perc {
  font-size: 1.3rem;
  background-color: #8eb780;
  padding: 4px 3px 0 5px;
  color: white;
  font-weight: 400;
  border-radius: 1px;
  margin-bottom: 5px;
}

.jbl-custom-recommendations {
  margin-top: var(--margin-l);
}

.pdp-techdocs-real-anchor {
  display: block;
  height: 1px;
  width: 100%;
}
/* =========================
   NOTIFY ME BUTTON FIX
   ========================= */

.pdp-sidebar__app-block {
  width: 100% !important;
  max-width: 100% !important;
  margin-top: 12px !important;
  box-sizing: border-box !important;
}

.pdp-sidebar__app-block #SI_trigger,
.pdp-sidebar__app-block button#SI_trigger {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
  padding: 0 16px !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

#SI_trigger.is-hidden,
#SI_trigger[hidden],
.pdp-sidebar__app-block #SI_trigger.is-hidden,
.pdp-sidebar__app-block #SI_trigger[hidden] {
  display: none !important;
}
#SI_trigger,
button#SI_trigger {
  display: none !important;
}

.pdp-sidebar__app-block #SI_trigger,
.pdp-sidebar__app-block button#SI_trigger {
  display: none !important;
}
/* =========================
   MOBILE PDP SPLIT LAYOUT
   titolo + prezzo sopra gallery
   resto sotto gallery
   ========================= */

.pdp-mobile-top,
.pdp-mobile-bottom {
  display: none !important;
}

@media screen and (max-width: 989px) {
  /* nasconde sidebar desktop originale su mobile */
  .product__info-wrapper {
    display: none !important;
  }

  .pdp-mobile-top,
  .pdp-mobile-bottom {
    display: block !important;
    background: #f9f5ef !important;
  }

  .pdp-mobile-top {
    padding: 24px 20px 16px !important;
  }

  .pdp-mobile-bottom {
    padding: 20px 20px 32px !important;
  }

  .pdp-mobile-top .pdp-sidebar__title-wrap,
  .pdp-mobile-bottom .pdp-sidebar__title-wrap {
    margin: 0 0 10px !important;
  }

  .pdp-mobile-top .pdp-sidebar__price-block {
    margin: 0 !important;
  }

  .pdp-mobile-bottom .pdp-sidebar__swatches {
    margin: 0 0 18px !important;
  }

  .pdp-mobile-bottom .pdp-sidebar__usp-list {
    margin: 0 0 24px !important;
  }
}

@media screen and (min-width: 990px) {
  .pdp-mobile-top,
  .pdp-mobile-bottom {
    display: none !important;
  }

  .product__info-wrapper {
    display: block !important;
  }
}
.pdp-mobile-top,
.pdp-mobile-bottom {
  display: none !important;
}

@media screen and (max-width: 989px) {
  .pdp-mobile-top,
  .pdp-mobile-bottom {
    display: block !important;
    background: #f9f5ef !important;
  }

  .pdp-mobile-top {
    padding: 24px 20px 16px !important;
  }

  .pdp-mobile-bottom {
    padding: 20px 20px 32px !important;
  }

  .product__info-wrapper {
    display: none !important;
  }
}

@media screen and (min-width: 990px) {
  .pdp-mobile-top,
  .pdp-mobile-bottom {
    display: none !important;
  }

  .product__info-wrapper {
    display: block !important;
  }
}
@media screen and (max-width: 989px) {
  .jbl-pdp-main-product,
  .jbl-pdp-main-product .product,
  .jbl-pdp-main-product .pdp-left-column {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  .jbl-pdp-main-product .pdp-mobile-top {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 989px) {
  .jbl-pdp-main-product #GalleryViewer-{{ section.id }} {
    position: relative !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  .jbl-pdp-main-product #GalleryViewer-{{ section.id }} .slider-buttons {
    position: absolute !important;
    inset: 0 !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    pointer-events: none !important;
    z-index: 5 !important;
  }

  .jbl-pdp-main-product #GalleryViewer-{{ section.id }} .slider-counter {
    display: none !important;
  }

  .jbl-pdp-main-product #GalleryViewer-{{ section.id }} .slider-button {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    min-height: 36px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    pointer-events: auto !important;
    z-index: 6 !important;
  }

  .jbl-pdp-main-product #GalleryViewer-{{ section.id }} .slider-button--prev {
    left: 8px !important;
  }

  .jbl-pdp-main-product #GalleryViewer-{{ section.id }} .slider-button--next {
    right: 8px !important;
  }

  .jbl-pdp-main-product #GalleryViewer-{{ section.id }} .slider-button svg {
    width: 18px !important;
    height: 18px !important;
  }

  .jbl-pdp-main-product #GalleryViewer-{{ section.id }} + .slider-buttons,
  .jbl-pdp-main-product #GalleryViewer-{{ section.id }} .slider-counter--current,
  .jbl-pdp-main-product #GalleryViewer-{{ section.id }} .slider-counter--total {
    margin: 0 !important;
    padding: 0 !important;
  }
}
@media screen and (min-width: 990px) {
  #GalleryThumbnails-{{ section.id }} .thumbnail-list__item.is-thumb-hidden {
    display: none !important;
  }

  #GalleryThumbnails-{{ section.id }} .thumbnail-list__item.is-thumb-more .thumbnail {
    position: relative !important;
    overflow: hidden !important;
  }

  #GalleryThumbnails-{{ section.id }} .thumbnail-list__item.is-thumb-more .thumbnail::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    background: rgba(0,0,0,.38) !important;
    z-index: 2 !important;
  }

  #GalleryThumbnails-{{ section.id }} .thumbnail-list__item.is-thumb-more .thumbnail::after {
    content: attr(data-more-label) !important;
    position: absolute !important;
    inset: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    z-index: 3 !important;
  }
}