@import url("/user/documents/upload/retention-fidelity-v14.css?v=1");
@import url("/user/documents/upload/product-detail-tank-v2.css?v=1");
@import url("/user/documents/upload/product-detail-retention-concrete-v1.css?v=1");

/* Keep the mobile filter drawer outside the viewport until it is explicitly
   opened. Shoptet's global #filters-wrapper rule otherwise overrides the
   transform and leaves the closed drawer above category copy and the footer. */
@media (max-width: 767px) {
  body.id-1057.retention-category-redesign #filters-wrapper.retention-filter-rail {
    visibility: hidden;
    pointer-events: none;
    transform: translateX(-105%) !important;
  }

  body.id-1057.retention-category-redesign #filters-wrapper.retention-filter-rail.is-open,
  body.id-1057.retention-category-redesign.retention-filters-open
    #filters-wrapper.retention-filter-rail {
    visibility: visible;
    pointer-events: auto;
    transform: translateX(0) !important;
  }
}

/* Present free delivery next to stock status instead of over the product image. */
body.id-1057.retention-category-redesign
  #products .product[data-retention-enhanced="true"] .flags-extra .flag-freeshipping {
  display: none !important;
}

body.id-1057.retention-category-redesign #products .retention-product-fulfillment {
  display: flex;
  min-height: 46px;
  margin: 0 0 10px !important;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

body.id-1057.retention-category-redesign
  #products .retention-product-fulfillment .availability {
  flex: 0 0 auto;
  margin: 0 !important;
}

body.id-1057.retention-category-redesign #products .retention-product-shipping {
  display: grid;
  grid-template-columns: 24px minmax(0, auto) 16px;
  align-items: center;
  gap: 7px;
  color: #159447;
}

body.id-1057.retention-category-redesign
  #products .retention-product-shipping > .retention-ui-icon {
  width: 24px;
  height: 24px;
  stroke-width: 1.8;
}

body.id-1057.retention-category-redesign #products .retention-product-shipping__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  line-height: 1.25;
}

body.id-1057.retention-category-redesign #products .retention-product-shipping__copy strong {
  color: #159447;
  font-size: 12.5px;
  font-weight: 750;
  white-space: nowrap;
}

body.id-1057.retention-category-redesign #products .retention-product-shipping__copy small {
  color: #53697a;
  font-size: 11.5px;
  font-weight: 600;
  white-space: nowrap;
}

body.id-1057.retention-category-redesign #products .retention-product-shipping__info {
  display: inline-flex;
  width: 15px;
  height: 15px;
  align-items: center;
  justify-content: center;
  border: 1px solid #718493;
  border-radius: 50%;
  color: #53697a;
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
}

@media (max-width: 767px) {
  body.id-1057.retention-category-redesign #products .retention-product-fulfillment {
    min-height: 0;
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
}
