/* CT_OFFERS_CATALOG_LAYOUT_01A_IMAGE_ONLY_HERO_SHARED_CARD_SAFE */

body#prices-drop {
  --ct-offers-page-width: 1780px;
  --ct-offers-page-gutter: 36px;
  --ct-offers-sidebar-width: 240px;
  --ct-offers-sidebar-gap: 34px;
}

body#prices-drop #wrapper > .container {
  width: calc(100vw - (var(--ct-offers-page-gutter) * 2)) !important;
  max-width: var(--ct-offers-page-width) !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
  box-sizing: border-box !important;
}

body#prices-drop .ct-offers-hero-01a {
  display: block;
  width: 100%;
  height: clamp(235px, 18.5vw, 285px);
  margin: 24px auto 24px;
  overflow: hidden;
  border: 0;
  background: #f8f4ef;
  box-sizing: border-box;
}

body#prices-drop .ct-offers-hero-01a__image {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  object-position: center 46%;
}

body#prices-drop #js-product-list-header {
  display: none !important;
}

body#prices-drop #main,
body#prices-drop #products,
body#prices-drop #js-product-list,
body#prices-drop #js-product-list .products,
body#prices-drop #js-product-list .product_list {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
  float: none !important;
  box-sizing: border-box !important;
}

body#prices-drop #js-product-list .page-not-found {
  min-height: 240px;
  margin: 0;
  padding: 54px 28px;
  border: 1px solid #e4ddd3;
  background: #fcfbf9;
  color: #171717;
  text-align: center;
  box-sizing: border-box;
}

body#prices-drop #js-product-list .page-not-found h4 {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.04em;
}

body#prices-drop #js-product-list .page-not-found p {
  margin: 0;
  color: #737373;
  font-size: 13px;
  line-height: 1.55;
}

/* Il runtime varianti è condiviso: nasconde la sorgente nativa dopo il render. */
html body#prices-drop #js-product-list
.ct-apb-native-variant-source-01a.ct-apb-native-variant-source-hidden-01a {
  display: none !important;
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: 0 !important;
  max-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

@media (min-width: 1200px) {
  body#prices-drop #wrapper > .container > .row {
    display: grid !important;
    grid-template-columns: var(--ct-offers-sidebar-width) minmax(0, 1fr) !important;
    column-gap: var(--ct-offers-sidebar-gap) !important;
    align-items: start !important;
    width: 100% !important;
    margin: 0 !important;
  }

  body#prices-drop #left-column {
    display: block !important;
    grid-column: 1 !important;
    width: var(--ct-offers-sidebar-width) !important;
    max-width: var(--ct-offers-sidebar-width) !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
  }

  body#prices-drop #content-wrapper {
    display: block !important;
    grid-column: 2 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  body#prices-drop {
    --ct-offers-page-gutter: 24px;
    --ct-offers-sidebar-width: 210px;
    --ct-offers-sidebar-gap: 26px;
  }

  body#prices-drop #wrapper > .container > .row {
    display: grid !important;
    grid-template-columns: var(--ct-offers-sidebar-width) minmax(0, 1fr) !important;
    column-gap: var(--ct-offers-sidebar-gap) !important;
    width: 100% !important;
    margin: 0 !important;
  }

  body#prices-drop #left-column,
  body#prices-drop #content-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
  }
}

@media (max-width: 767px) {
  body#prices-drop {
    --ct-offers-page-gutter: 12px;
  }

  body#prices-drop .ct-offers-hero-01a {
    height: 178px;
    margin-top: 16px;
    margin-bottom: 18px;
  }

  body#prices-drop .ct-offers-hero-01a__image {
    object-position: center center;
  }

  body#prices-drop #wrapper > .container > .row {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
  }

  body#prices-drop #left-column {
    display: none !important;
  }

  body#prices-drop #content-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
  }

  body#prices-drop #js-product-list .page-not-found {
    min-height: 180px;
    padding: 38px 18px;
  }
}
