.ny-review {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 700;
  color: #3b3b3b;
}

/* Single product price format (Elementor/Woodmart price widgets) */
.single-product .elementor-widget-wd_single_product_price .price,
.single-product .wd-single-price .price,
.single-product .elementor-widget-woocommerce-product-price .price,
.single-product .summary .price {
  margin: 0 0 10px;
}

.single-product .elementor-widget-wd_single_product_price .price .ny-price,
.single-product .wd-single-price .price .ny-price,
.single-product .elementor-widget-woocommerce-product-price .price .ny-price,
.single-product .summary .price .ny-price {
  display: inline-flex !important;
  flex-direction: column !important;
  gap: 6px !important;
  max-width: 100%;
}

.single-product .elementor-widget-wd_single_product_price .price .ny-price__row,
.single-product .wd-single-price .price .ny-price__row,
.single-product .elementor-widget-woocommerce-product-price .price .ny-price__row,
.single-product .summary .price .ny-price__row {
  display: flex !important;
  align-items: baseline;
  gap: 18px !important;
  flex-wrap: wrap !important;
  max-width: 100%;
  min-width: 0;
}

.single-product .elementor-widget-wd_single_product_price .price .ny-price__current .woocommerce-Price-amount,
.single-product .wd-single-price .price .ny-price__current .woocommerce-Price-amount,
.single-product .elementor-widget-woocommerce-product-price .price .ny-price__current .woocommerce-Price-amount,
.single-product .summary .price .ny-price__current .woocommerce-Price-amount {
  font-size: 40px !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
  color: #111;
}

.single-product .elementor-widget-wd_single_product_price .price .ny-price__regular .woocommerce-Price-amount,
.single-product .wd-single-price .price .ny-price__regular .woocommerce-Price-amount,
.single-product .elementor-widget-woocommerce-product-price .price .ny-price__regular .woocommerce-Price-amount,
.single-product .summary .price .ny-price__regular .woocommerce-Price-amount {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #111;
  opacity: 0.7;
}

.single-product .elementor-widget-wd_single_product_price .price .ny-price__regular del,
.single-product .wd-single-price .price .ny-price__regular del,
.single-product .elementor-widget-woocommerce-product-price .price .ny-price__regular del,
.single-product .summary .price .ny-price__regular del {
  text-decoration: none !important;
  position: relative;
  display: inline-block;
}

.single-product .elementor-widget-wd_single_product_price .price .ny-price__regular del::after,
.single-product .wd-single-price .price .ny-price__regular del::after,
.single-product .elementor-widget-woocommerce-product-price .price .ny-price__regular del::after,
.single-product .summary .price .ny-price__regular del::after {
  content: "";
  position: absolute;
  left: -1px;
  right: -1px;
  top: 50%;
  height: 2px;
  background: rgba(17, 17, 17, 0.65);
  transform: translateY(-50%);
  pointer-events: none;
  border-radius: 999px;
}

.single-product .elementor-widget-wd_single_product_price .price .ny-price__badge,
.single-product .wd-single-price .price .ny-price__badge,
.single-product .elementor-widget-woocommerce-product-price .price .ny-price__badge,
.single-product .summary .price .ny-price__badge {
  background: #ef4444;
  color: #fff;
  border-radius: 8px;
  padding: 7px 12px;
  font-size: 12px !important;
  font-weight: 900 !important;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1;
  white-space: nowrap;
}

.single-product .elementor-widget-wd_single_product_price .price .ny-price__note,
.single-product .wd-single-price .price .ny-price__note,
.single-product .elementor-widget-woocommerce-product-price .price .ny-price__note,
.single-product .summary .price .ny-price__note {
  display: block !important;
  font-style: italic;
  font-size: 12px !important;
  font-weight: 600 !important;
  color: #111;
  opacity: 0.85;
}

.ny-stars {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 1;
}

.ny-stars__base {
  color: #d6d6d6;
}

.ny-stars__fill {
  position: absolute;
  inset: 0 auto 0 0;
  overflow: hidden;
  white-space: nowrap;
  color: #f6a100;
}

.ny-highlights {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.ny-highlights__pill {
  border: 2px solid #ff7a00;
  color: #ff7a00;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  background: #fff;
}

.ny-hurry {
  border: 2px solid #1f6f4a;
  border-radius: 10px;
  overflow: hidden;
  width: min(980px, 100%);
  margin: 0 auto 24px;
}

.ny-hurry__head {
  background: #1f6f4a;
  color: #fff;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  font-weight: 900;
}

.ny-hurry__head-text {
  line-height: 1.1;
}

.ny-hurry__body {
  background: #fff;
  padding: 14px 14px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.ny-hurry__unit {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 10px;
}

.ny-hurry__num {
  font-size: 48px;
  line-height: 0.95;
  font-weight: 900;
  color: #1f6f4a;
}

.ny-hurry__label {
  font-size: 18px;
  font-weight: 800;
  color: #666;
  letter-spacing: 0.02em;
}

.ny-bmsm {
  width: min(1100px, 100%);
  margin: 0 auto;
}

.ny-bmsm__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin: 18px 0 18px;
}

.ny-bmsm__line {
  height: 2px;
  flex: 1;
  background: #d8d8d8;
  max-width: 320px;
}

.ny-bmsm__title {
  font-size: 20px;
  font-weight: 900;
  color: #3b2400;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  white-space: nowrap;
}

.ny-bmsm__grid {
  display: grid;
  grid-template-columns: repeat(var(--ny-bmsm-cols, 3), minmax(0, 1fr));
  gap: 14px;
}

.ny-bmsm .ny-bmsm__card {
  -webkit-appearance: none;
  appearance: none;
  font: inherit;
  text-transform: none;
  letter-spacing: normal;
  color: inherit;
  outline: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background: #dcfff0;
  border: 2px solid #0ea875;
  border-radius: 16px;
  padding: 20px 12px 14px;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
  text-align: center;
  width: 100%;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.1);
}

.ny-bmsm .ny-bmsm__card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
}

.ny-bmsm .ny-bmsm__card.is-selected {
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(14, 168, 117, 0.18), 0 16px 34px rgba(0, 0, 0, 0.14);
}

.ny-bmsm .ny-bmsm__badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #0d78ff;
  color: #fff;
  font-weight: 900;
  font-size: 14px;
  padding: 7px 16px;
  border-radius: 8px;
  line-height: 1.1;
  text-align: center;
  clip-path: polygon(12px 0,
      calc(100% - 12px) 0,
      100% 50%,
      calc(100% - 12px) 100%,
      12px 100%,
      0 50%);
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.12);
}

.ny-bmsm .ny-bmsm__badge::before {
  content: none;
}

.ny-bmsm .ny-bmsm__badge::after {
  content: none;
}

.ny-bmsm .ny-bmsm__img {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 94px;
  margin: 10px 0 8px;
  width: 100%;
}

.ny-bmsm .ny-bmsm__img img {
  width: min(88px, 100%);
  height: auto;
  object-fit: contain;
}

.ny-bmsm .ny-bmsm__pack {
  font-size: 16px;
  font-weight: 900;
  color: #3b2400;
  margin: 6px 0 8px;
  text-transform: none;
}

.ny-bmsm .ny-bmsm__pill {
  display: inline-block;
  background: #0ea875;
  color: #fff;
  border-radius: 999px;
  padding: 7px 10px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.01em;
  margin: 0 0 10px;
  white-space: normal;
  line-height: 1.2;
  max-width: 100%;
}

.ny-bmsm__price-row {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.ny-bmsm .ny-bmsm__price {
  font-size: 20px;
  font-weight: 900;
  color: #3b2400;
  margin: 0;
}

.ny-bmsm .ny-bmsm__strike {
  font-size: 16px;
  font-weight: 800;
  color: #8c8c8c;
  text-decoration: line-through;
  margin-top: 0;
}

.ny-bmsm__form {
  margin-top: 16px;
}

.ny-bmsm__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.ny-bmsm__cta {
  border: 0;
  border-radius: 12px;
  padding: 12px 18px;
  font-size: 16px;
  font-weight: 900;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.ny-bmsm__cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.12);
}

.ny-bmsm__cta--cart {
  background: #111827;
  color: #fff;
}

.ny-bmsm__cta--buy {
  background: #16a34a;
  color: #fff;
}

.ny-faq {
  padding: 44px 0;
}

.ny-faq__container {
  width: min(1100px, 92%);
  margin: 0 auto;
}

.ny-faq__title {
  margin: 0;
  text-align: center;
  font-size: clamp(36px, 4.4vw, 64px);
  line-height: 1.05;
  font-weight: 900;
  color: #111;
}

.ny-faq__subtitle {
  margin: 12px 0 28px;
  text-align: center;
  font-size: 18px;
  color: #6b7280;
}

.ny-faq__list {
  border-top: 1px solid #e5e7eb;
}

.ny-faq__item {
  border-bottom: 1px solid #e5e7eb;
}

.ny-faq__question {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
  padding: 18px 0;
  font-size: 22px;
  font-weight: 900;
  color: #111;
}

.ny-faq__question::-webkit-details-marker {
  display: none;
}

.ny-faq__icon {
  font-size: 34px;
  line-height: 1;
  font-weight: 500;
  color: #111;
  transition: transform 0.18s ease;
}

.ny-faq__item[open] .ny-faq__icon {
  transform: rotate(45deg);
}

.ny-faq__answer {
  padding: 0 0 18px;
  font-size: 18px;
  line-height: 1.7;
  color: #4b5563;
}

@media (max-width: 900px) {
  .ny-hurry__body {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {

  .single-product .elementor-widget-wd_single_product_price .price .ny-price__row,
  .single-product .wd-single-price .price .ny-price__row,
  .single-product .elementor-widget-woocommerce-product-price .price .ny-price__row,
  .single-product .summary .price .ny-price__row {
    gap: 8px !important;
    flex-wrap: wrap !important;
  }

  .single-product .elementor-widget-wd_single_product_price .price .ny-price__badge,
  .single-product .wd-single-price .price .ny-price__badge,
  .single-product .elementor-widget-woocommerce-product-price .price .ny-price__badge,
  .single-product .summary .price .ny-price__badge {
    padding: 6px 10px;
    font-size: 12px !important;
    max-width: 100%;
  }

  .single-product .elementor-widget-wd_single_product_price .price .ny-price__note,
  .single-product .wd-single-price .price .ny-price__note,
  .single-product .elementor-widget-woocommerce-product-price .price .ny-price__note,
  .single-product .summary .price .ny-price__note {
    font-size: 12px !important;
  }

  .ny-hurry__body {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }

  .ny-hurry__unit--days {
    display: none;
  }

  .ny-highlights__pill {
    font-size: 14px;
  }

  .ny-bmsm .ny-bmsm__badge {
    font-size: 10px;
    padding: 6px 12px;
    clip-path: polygon(10px 0,
        calc(100% - 10px) 0,
        100% 50%,
        calc(100% - 10px) 100%,
        10px 100%,
        0 50%);
  }

  .ny-bmsm__title {
    font-size: 22px;
  }

  .ny-bmsm__grid {
    gap: 10px;
  }
}
