/*
 * Etap 4 CSS Child Theme: single product styles
 * Moved from style.css without selector/style changes.
 */

.l24-product-timer-section {
  width: 100%;
  padding: 0 !important;
  background: transparent !important;
  font-family: "Inter", Arial, sans-serif;
}

.l24-product-timer-row {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
}

.timer-promocji.l24-product-promo-timer {
  width: 100%;
  margin: 0;
  padding: 16px 20px;
  border-radius: 14px;
  background: #121212 !important;
  color: #ffffff;
  font-family: "Inter", Arial, sans-serif;
}

.timer-promocji.l24-product-promo-timer .et_pb_countdown_timer_container {
  display: grid;
  grid-template-columns: repeat(7, auto);
  gap: 10px;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.timer-promocji.l24-product-promo-timer .title {
  grid-column: 1 / -1;
  margin: 0 0 2px;
  padding: 0;
  color: #ffffff;
  font-family: "Inter", Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0;
  text-align: center;
}

.timer-promocji.l24-product-promo-timer .section {
  margin: 0;
  padding: 0;
}

.timer-promocji.l24-product-promo-timer .values {
  display: grid;
  justify-items: center;
  min-width: 48px;
}

.timer-promocji.l24-product-promo-timer p {
  margin: 0;
  padding: 0;
}

.timer-promocji.l24-product-promo-timer .value {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
}

.timer-promocji.l24-product-promo-timer .label {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 9px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
}

.timer-promocji.l24-product-promo-timer .sep {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.38);
  font-size: 19px;
  font-weight: 600;
  line-height: 1;
}

.single-product table.variations {
  margin: 0 0 18px;
  border: 0;
}

.single-product table.variations tr,
.single-product table.variations th,
.single-product table.variations td {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
}

.single-product table.variations .label {
  margin: 0 0 10px;
  text-align: left;
}

.single-product table.variations .label label {
  color: #121212;
  font-family: "Inter", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.single-product table.variations .value > span {
  display: block;
  position: relative;
}

.single-product table.variations .value > span::before,
.single-product table.variations .value > span::after,
.single-product table.variations .value::before,
.single-product table.variations .value::after {
  display: none !important;
  content: none !important;
}

.single-product table.variations select.l24-variation-select-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.l24-variation-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
}

.l24-variation-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 76px;
  min-height: 42px;
  padding: 10px 18px;
  border: 1px solid #dedede;
  border-radius: 10px;
  background: #ffffff;
  color: #121212;
  font-family: "Inter", Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
  cursor: pointer;
  box-shadow: none;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.l24-variation-button:hover,
.l24-variation-button.is-active {
  border-color: #121212 !important;
  background: #121212 !important;
  color: #ffffff !important;
}

.l24-variation-button:disabled {
  border-color: #eeeeee;
  background: #f7f7f7;
  color: #aaaaaa;
  cursor: not-allowed;
}

.single-product table.variations .reset_variations {
  display: inline-flex !important;
  width: fit-content;
  margin-top: 10px;
  color: #777777 !important;
  font-family: "Inter", Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none !important;
}

.l24-quantity-deals {
  width: 100%;
  margin: 0;
  font-family: "Inter", Arial, sans-serif;
}

.l24-quantity-deals .single_variation_wrap,
.l24-quantity-deals .woocommerce-variation-add-to-cart {
  display: block;
  width: 100%;
}

.l24-quantity-deals__header {
  display: grid;
  grid-template-columns: minmax(24px, 1fr) auto minmax(24px, 1fr);
  gap: 10px;
  align-items: center;
  margin: 14px 0 14px;
  color: #121212;
  font-family: "Inter", Arial, sans-serif;
  text-align: center;
}

.l24-quantity-deals__header span {
  display: block;
  height: 1px;
  background: #d8d8d8;
}

.l24-quantity-deals__header strong {
  color: #121212;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
}

.l24-quantity-deals__options {
  display: grid;
  gap: 14px;
  width: 100%;
}

.l24-quantity-deal {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  min-height: 58px;
  margin: 0;
  padding: 14px 16px;
  border: 1px solid #d9d9d9;
  border-radius: 12px;
  background: #ffffff;
  color: #121212;
  cursor: pointer;
  box-shadow: 0 5px 14px rgba(18, 18, 18, 0.025);
  transition: border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.l24-quantity-deal:hover,
.l24-quantity-deal.is-active {
  border-color: #121212;
  background: #f7f7f7;
  box-shadow: 0 7px 18px rgba(18, 18, 18, 0.04);
}

.l24-quantity-deal input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.l24-quantity-deal__radio {
  position: relative;
  display: inline-flex;
  width: 18px;
  height: 18px;
  border: 1.5px solid #121212;
  border-radius: 999px;
  background: #ffffff;
  flex: 0 0 auto;
}

.l24-quantity-deal__radio::after {
  position: absolute;
  inset: 4px;
  border-radius: inherit;
  background: #121212;
  opacity: 0;
  content: "";
  transition: opacity 160ms ease;
}

.l24-quantity-deal.is-active .l24-quantity-deal__radio::after {
  opacity: 1;
}

.l24-quantity-deal__content {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.l24-quantity-deal__title {
  color: #121212;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}

.l24-quantity-deal__saving {
  color: #626262;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
}

.l24-quantity-deal__price {
  display: grid;
  justify-items: end;
  gap: 2px;
  min-width: max-content;
  color: #121212;
  font-size: 13px;
  line-height: 1.15;
}

.l24-quantity-deal__price strong {
  color: #121212;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.15;
}

.l24-quantity-deal__price del {
  color: #fb6307;
  font-size: 13px;
  font-weight: 700;
  opacity: 1;
}

.l24-quantity-deal__badge {
  position: absolute;
  top: -9px;
  right: 14px;
  display: inline-flex;
  align-items: center;
  min-height: 20px;
  padding: 4px 9px;
  border-radius: 999px;
  background: #121212;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.l24-bundle-deal {
  grid-template-columns: auto minmax(0, 1fr) minmax(max-content, auto);
  align-items: center;
}

.l24-bundle-deal__title {
  max-width: 100%;
  font-size: 14px;
  line-height: 1.28;
}

.l24-bundle-deals .l24-quantity-deal__content {
  gap: 5px;
}

.l24-quantity-deals__button,
.l24-quantity-deals__button.button,
.single-product .l24-quantity-deals__button.button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 58px !important;
  margin-top: 20px !important;
  padding: 15px 22px !important;
  border: 1px solid #121212 !important;
  border-radius: 14px !important;
  background: #121212 !important;
  color: #ffffff !important;
  font-family: "Inter", Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  text-decoration: none !important;
  box-shadow: none !important;
  cursor: pointer;
  transition: background-color 180ms ease, border-color 180ms ease;
}

.l24-quantity-deals__button:hover,
.l24-quantity-deals__button.button:hover,
.single-product .l24-quantity-deals__button.button:hover {
  border-color: #2b2b2b !important;
  background: #2b2b2b !important;
  color: #ffffff !important;
}

.l24-quantity-deals__button::before,
.l24-quantity-deals__button::after {
  display: none !important;
  content: none !important;
}

.l24-quantity-deals__button.disabled,
.l24-quantity-deals__button:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}


@media (max-width: 980px) {
  .timer-promocji.l24-product-promo-timer .et_pb_countdown_timer_container {
    gap: 9px;
  }

}

@media (max-width: 767px) {
  .timer-promocji.l24-product-promo-timer {
    padding: 16px 14px;
    border-radius: 12px;
  }

  .timer-promocji.l24-product-promo-timer .et_pb_countdown_timer_container {
    gap: 9px;
  }

  .timer-promocji.l24-product-promo-timer .values {
    min-width: 42px;
  }

  .timer-promocji.l24-product-promo-timer .value {
    font-size: 19px;
  }

  .l24-quantity-deals__header {
    grid-template-columns: minmax(16px, 1fr) auto minmax(16px, 1fr);
    gap: 8px;
    margin-top: 12px;
  }

  .l24-quantity-deals__header strong {
    font-size: 13px;
    white-space: normal;
  }

  .l24-quantity-deal {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 12px;
    padding: 14px;
  }

  .l24-quantity-deal__price {
    grid-column: 2;
    justify-items: start;
  }

  .l24-quantity-deal__badge {
    right: 10px;
    font-size: 10px;
  }

  .l24-quantity-deals__button,
  .l24-quantity-deals__button.button,
  .single-product .l24-quantity-deals__button.button {
    min-height: 54px !important;
    border-radius: 12px !important;
    font-size: 14px !important;
  }
}
body.postid-408 .woocommerce-notices-wrapper, body.postid-474 .woocommerce-notices-wrapper, body.postid-567 .woocommerce-notices-wrapper, body.postid-601 .woocommerce-notices-wrapper, body.postid-636 .woocommerce-notices-wrapper{
	display: none !important;
}
.woocommerce div.product {
  display: block;
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
  clear: both;
}
.l24-mobile-atc{
	z-index: 99999 !important;
}
