/* ABUS product page template  */
.wf-shop-item-lock-equipment-section-image {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 600px) {
  .wf-shop-item-lock-pictograms-section > .wp-block-group__inner-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .wf-shop-item-lock-pictograms-section .wf-reusable-block-abus-pictogram {
    width: 50%;
    margin: 0;
    padding: 0 25px;
  }
}

@media (min-width: 1000px) {
  .wf-shop-item-lock-pictograms-section .wf-reusable-block-abus-pictogram {
    width: 33%;
  }
}

@media (max-width: 600px) {
  .wf-reusable-block-abus-ps88-spray-ad {
    display: none;
  }
}

.wf-shop-item-lock-downloads,
.wf-reusable-block-abus-ps88-spray-ad {
  background-color: #f2f2f2;
  border-radius: 10px;
  padding: 20px;
}

.wf-reusable-block-abus-ps88-spray-ad
  .wc-block-grid__product-price:has(
    > .wfa-variable-parent-price-range--regular,
    > .wfa-variable-parent-price-range--sale
  ) {
  display: flex;
  flex-direction: column;
}

.wf-reusable-block-abus-ps88-spray-ad .wc-block-grid__product-onsale {
  display: none !important;
}

.wf-reusable-block-abus-ps88-spray-ad .wc-block-grid__product > .wgm-info {
  display: none;
}

.wf-shop-item-lock-find-size-section {
  background-color: #000;
  color: #ededed;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 10px;
}

.wf-shop-item-lock-find-size-section h3 {
  color: #f8f8f8;
}

.wf-shop-item-lock-find-size-section h3::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-shield-check' width='24' height='24' viewBox='0 0 24 24' stroke-width='2' stroke='%23d0ab76' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M9 12l2 2l4 -4' /%3E%3Cpath d='M12 3a12 12 0 0 0 8.5 3a12 12 0 0 1 -8.5 15a12 12 0 0 1 -8.5 -15a12 12 0 0 0 8.5 -3' /%3E%3C/svg%3E");
  content: "";
  width: 1.5em;
  height: 1.5em;
  display: block;
  background-repeat: no-repeat;
  background-position: left center;
  vertical-align: baseline;
  background-size: 1.5em;
  line-height: 1;
  margin-right: 5px;
  margin-bottom: 1em;
}

@media (min-width: 600px) {
  .wf-shop-item-lock-find-size-section h3::before {
    display: inline-block;
    margin-bottom: 0;
    margin-top: -0.5em !important;
  }
}

.wf-shop-item-lock-find-size-section p {
  color: #ededed;
}

.wf-shop-item-lock-find-size-section a {
  color: #d0ab76 !important;
  text-decoration: underline;
}

@media (min-width: 600px) {
  .wf-shop-item-lock-faq-section > .wp-block-group__inner-container {
    max-width: 715px;
    margin: 0 auto;
  }

  .wf-shop-item-lock-faq-section h3 {
    text-align: center;
  }
}

.wf-shop-item-lock-row--delivery-downloads .wp-block-column:first-child {
  padding-left: calc(1em + 20px);
}

.wf-shop-item-lock-row--delivery-downloads .wp-block-column:first-child h3 {
  margin-top: calc(1em + 20px);
}

.wf-shop-item-lock-row--delivery-downloads .wp-block-column:last-child {
  margin-top: 35px !important;
}

@media (min-width: 600px) {
  .wf-shop-item-lock-row--delivery-downloads .wp-block-column:first-child {
    padding-left: 0;
  }

  .wf-shop-item-lock-row--delivery-downloads .wp-block-column:last-child {
    margin-top: 0 !important;
  }
}

@media (min-width: 900px) {
  .wf-shop-item-lock-row--delivery-downloads {
    max-width: 850px;
    margin: 0 auto;
  }

  .wf-shop-item-lock-row--delivery-downloads .wp-block-column {
    flex-basis: 50% !important;
  }
}
