.tab-content ul li:before{display:none;}
.sweet-product-desc {
      --sweet-red: #f0001f;
      --sweet-pink: #ffd4d7;
      --sweet-light: #fff7f8;
      --sweet-black: #202020;
      --sweet-green: #189000;
      --sweet-muted: #666;
      --sweet-border: #202020;
      font-family: inherit;
      color: var(--sweet-black);
      line-height: 1.65;
      margin: 28px 0;
    }

    .sweet-product-desc * {
      box-sizing: border-box;
    }

    .sweet-product-desc .spd-hero {
      position: relative;
      overflow: hidden;
      border: 2px solid var(--sweet-border);
      border-radius: 24px;
      background: linear-gradient(135deg, #fff 0%, #fff7f8 100%);
      padding: 32px;
      box-shadow: 8px 8px 0 var(--sweet-pink);
      margin-bottom: 28px;
    }

    .sweet-product-desc .spd-hero:before,
    .sweet-product-desc .spd-hero:after {
      content: "";
      position: absolute;
      width: 90px;
      height: 18px;
      border-radius: 999px;
      background: rgba(240, 0, 31, 0.08);
      transform: rotate(-25deg);
    }

    .sweet-product-desc .spd-hero:before {
      right: 34px;
      top: 26px;
    }

    .sweet-product-desc .spd-hero:after {
      left: -20px;
      bottom: 34px;
      background: rgba(24, 144, 0, 0.08);
      transform: rotate(18deg);
    }

    .sweet-product-desc .spd-label {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: var(--sweet-red);
      color: #fff;
      border-radius: 999px;
      padding: 7px 14px;
      font-weight: 800;
      font-size: 13px;
      letter-spacing: .02em;
      margin-bottom: 14px;
    }

    .sweet-product-desc .spd-label:before {
      content: "";
      width: 9px;
      height: 9px;
      background: #fff;
      border-radius: 50%;
      display: inline-block;
    }

    .sweet-product-desc h2 {
      font-size: 30px;
      line-height: 1.18;
      margin: 0 0 12px;
      font-weight: 900;
      color: var(--sweet-black);
    }

    .sweet-product-desc .spd-subtitle {
      font-size: 18px;
      font-weight: 700;
      margin: 0 0 18px;
    }

    .sweet-product-desc .spd-intro {
      max-width: 760px;
      margin: 0;
      color: #333;
      font-size: 16px;
    }

    .sweet-product-desc .spd-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 16px;
      margin: 26px 0;
    }

    .sweet-product-desc .spd-card {
      background: #fff;
      border: 2px solid var(--sweet-border);
      border-radius: 20px;
      padding: 20px;
      box-shadow: 5px 5px 0 var(--sweet-pink);
    }

    .sweet-product-desc .spd-card h3 {
      display: flex;
      align-items: center;
      gap: 10px;
      font-size: 18px;
      line-height: 1.3;
      margin: 0 0 12px;
      font-weight: 900;
    }

    .sweet-product-desc .spd-icon {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 38px;
      height: 38px;
      border-radius: 50%;
      background: var(--sweet-light);
      color: var(--sweet-red);
      border: 1px solid rgba(240, 0, 31, 0.18);
      flex: 0 0 auto;
    }

    .sweet-product-desc .spd-card p {
      margin: 0;
      color: #333;
    }

    .sweet-product-desc .spd-info-list {
      display: grid;
      gap: 10px;
      margin: 0;
      padding: 0;
      list-style: none;
    }

    .sweet-product-desc .spd-info-list li {
      display: flex;
      justify-content: space-between;
      gap: 14px;
      border-bottom: 1px dashed rgba(32, 32, 32, .18);
      padding-bottom: 9px;
    }

    .sweet-product-desc .spd-info-list li:last-child {
      border-bottom: 0;
      padding-bottom: 0;
    }

    .sweet-product-desc .spd-info-list strong {
      font-weight: 800;
    }

    .sweet-product-desc .spd-section {
      background: #fff;
      border: 2px solid var(--sweet-border);
      border-radius: 22px;
      padding: 24px;
      margin: 18px 0;
      box-shadow: 6px 6px 0 var(--sweet-pink);
    }

    .sweet-product-desc .spd-section h3 {
      margin: 0 0 14px;
      font-size: 21px;
      font-weight: 900;
    }

    .sweet-product-desc .spd-badges {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin: 16px 0 0;
    }

    .sweet-product-desc .spd-badge {
      display: inline-flex;
      align-items: center;
      border: 1px solid rgba(240, 0, 31, .22);
      background: var(--sweet-light);
      color: var(--sweet-red);
      border-radius: 999px;
      padding: 7px 13px;
      font-size: 13px;
      font-weight: 800;
    }

    .sweet-product-desc .spd-table-wrap {
      overflow-x: auto;
    }

    .sweet-product-desc table {
      width: 100%;
      border-collapse: separate;
      border-spacing: 0;
      overflow: hidden;
      border: 2px solid var(--sweet-border);
      border-radius: 18px;
      background: #fff;
    }

    .sweet-product-desc th,
    .sweet-product-desc td {
      padding: 13px 15px;
      text-align: left;
      border-bottom: 1px solid rgba(32, 32, 32, .12);
    }

    .sweet-product-desc th {
      background: var(--sweet-light);
      color: var(--sweet-black);
      font-weight: 900;
    }

    .sweet-product-desc tr:last-child td {
      border-bottom: 0;
    }

    .sweet-product-desc .spd-note {
      border-left: 5px solid var(--sweet-red);
      background: var(--sweet-light);
      border-radius: 16px;
      padding: 16px 18px;
      margin-top: 16px;
      font-size: 14px;
      color: #333;
    }

    .sweet-product-desc .spd-warning {
      border: 2px solid rgba(240, 0, 31, .25);
      background: #fff7f8;
      border-radius: 18px;
      padding: 16px 18px;
      font-weight: 800;
      color: var(--sweet-red);
      margin-top: 14px;
    }

    @media (max-width: 900px) {
      .sweet-product-desc .spd-grid {
        grid-template-columns: 1fr;
      }

      .sweet-product-desc .spd-hero {
        padding: 24px;
      }

      .sweet-product-desc h2 {
        font-size: 25px;
      }
    }

.type-detail .p-detail-inner .p-data-wrapper {
  position: relative;
}


@media (min-width: 992px) {
  .wide .p-detail-inner .p-data-wrapper,
  .p-detail-inner .p-data-wrapper {
    width: 50%;
    padding-left: 34px;
  }
}

.p-detail-inner .p-detail-inner-header {
  margin: 0 0 14px;
}

.p-detail-inner h1 {
  font-size: 38px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -1px;
  color: #121722;
  margin: 0 0 12px;
}

.ratings-and-brand {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin-top: 6px;
}

.ratings-and-brand .stars-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px 8px;
  background: #fff;
  border: 1px solid rgba(226, 0, 26, .12);
  border-radius: 50px;
  padding: 7px 12px;
  box-shadow: 0 6px 18px rgba(18, 23, 34, .06);
}

.ratings-and-brand .stars-label {
  font-size: 13px;
  font-weight: 700;
  color: #666;
}

.ratings-and-brand .js-ratingDialogTrigger {
  font-size: 13px;
  color: #e2001a;
  font-weight: 800;
  text-decoration: none;
}

.p-detail-inner .p-short-description {
  background: #fff6f7;
  border: 1px solid rgba(226, 0, 26, .12);
  border-radius: 18px;
  padding: 15px 18px;
  margin: 0 0 18px;
  color: #121722;
  box-shadow: 0 8px 22px rgba(18, 23, 34, .04);
}

.p-detail-inner .p-short-description p {
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
}

.parameter-pill-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 18px;
}

.parameter-pill-container .parameter-pill {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 14px;
  background: #fff;
  border: 1px solid rgba(18, 23, 34, .08);
  border-radius: 50px;
  box-shadow: 0 6px 16px rgba(18, 23, 34, .06);
  font-size: 14px;
  font-weight: 800;
}

.parameter-pill-container .availability-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 900;
}

.parameter-pill-container .availability-label:before {
  content: "";
  width: 9px;
  height: 9px;
  background: #009901;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(0, 153, 1, .1);
}

.parameter-pill-container .p-code {
  color: #777;
}

.p-to-cart-block {
  position: relative;
  display: grid;
  grid-template-columns: minmax(130px, auto) 1fr;
  align-items: center;
  gap: 18px 22px;
  background: #fff;
  border: 2px solid #121722;
  border-radius: 24px;
  padding: 24px;
  box-shadow: 8px 8px 0 #ffd0d4;
  margin: 0 0 20px;
  overflow: hidden;
}

.p-to-cart-block:before {
  content: "";
  position: absolute;
  right: 20px;
  top: 18px;
  width: 64px;
  height: 14px;
  border-radius: 50px;
  background: rgba(226, 0, 26, .08);
  transform: rotate(-24deg);
  pointer-events: none;
}

.p-to-cart-block:after {
  content: "";
  position: absolute;
  left: -18px;
  bottom: 24px;
  width: 84px;
  height: 16px;
  border-radius: 50px;
  background: rgba(0, 153, 1, .07);
  transform: rotate(18deg);
  pointer-events: none;
}

.p-to-cart-block .p-final-price-wrapper {
  position: relative;
  z-index: 1;
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: start;
  gap: 14px;
  width: 100%;
  float: none;
  line-height: 1.15;
  white-space: normal;
}

.p-final-price-wrapper .price-final {
  display: block;
  color: #121722;
  font-size: 58px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -2px;
}

.p-final-price-wrapper .price-info-col {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
  color: #666;
  font-size: 17px;
  line-height: 1.25;
  font-weight: 900;
  padding-top: 8px;
}

.p-final-price-wrapper .price-additional,
.p-final-price-wrapper .price-measure {
  color: #666;
}

.p-to-cart-block .add-to-cart-row {
  position: relative;
  z-index: 1;
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  width: 100%;
}

.quantity {
  display: inline-flex;
  align-items: center;
  padding: 0 40px;
  border: 2px solid #f0f0f0;
  border-radius: 50px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(18, 23, 34, .06);
  overflow: hidden;
}

.quantity label {
  display: block;
  width: 100%;
  margin: 0;
}

.quantity .amount {
  width: 100%;
  height: 52px;
  border: 0;
  background: transparent;
  text-align: center;
  font-size: 18px;
  font-weight: 900;
  color: #121722;
  padding: 0;
  appearance: textfield;
  -moz-appearance: textfield;
}

.quantity .amount::-webkit-outer-spin-button,
.quantity .amount::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity .decrease,
.quantity .increase {
  top: 50%;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: #fff6f7;
  color: #e2001a;
  box-shadow: none;
  font-size: 21px;
  font-weight: 900;
  line-height: 1;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}

.quantity .decrease {
  left: 5px;
  transform: translateY(-50%);
}

.quantity .increase {
  right: 5px;
  transform: translateY(-50%);
}

.quantity .decrease:hover,
.quantity .increase:hover {
  background: #e2001a;
  color: #fff;
}

.p-to-cart-block .add-to-cart-button,
.btn.btn-conversion.add-to-cart-button {
  width: 100%;
  min-width: 0;
  height: 56px;
  border: 2px solid #e2001a;
  border-radius: 50px;
  background: #e2001a;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  text-transform: none;
  letter-spacing: 0;
  box-shadow: 0 10px 24px rgba(226, 0, 26, .22);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  line-height: 1;
  padding: 0 24px;
  white-space: nowrap;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}



.p-to-cart-block .add-to-cart-button:hover {
  background: #c90018;
  border-color: #c90018;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(226, 0, 26, .28);
}

.link-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.link-icons .link-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 18px;
  border: 1px solid rgba(18, 23, 34, .1);
  border-radius: 50px;
  background: #fff;
  color: #121722;
  font-size: 15px;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(18, 23, 34, .06);
  text-decoration: none;
  transition: border-color .2s ease, color .2s ease, transform .2s ease;
}

.link-icons .link-icon:hover {
  border-color: rgba(226, 0, 26, .35);
  color: #e2001a;
  transform: translateY(-1px);
}

.prod-help-box {
  margin-top: 24px;
  background: #fff;
  border: 2px solid #121722;
  border-radius: 24px;
  padding: 26px 28px;
  box-shadow: 8px 8px 0 #ffd0d4;
}

.prod-help-box .tf-box-inner {
  display: grid;
  grid-template-columns: 86px 1fr;
  align-items: center;
  gap: 24px;
}

.prod-help-box .tf-box-left img {
  width: 86px;
  height: 86px;
  object-fit: contain;
  display: block;
  padding: 12px;
  background: #fff6f7;
  border-radius: 50%;
  border: 1px solid rgba(226, 0, 26, .18);
  overflow:visible
}

.prod-help-box h3 {
  margin: 0 0 8px;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 900;
  color: #121722 !important;
}

.prod-help-box p {
  margin: 0 0 16px;
  color: #666;
  font-size: 17px;
  line-height: 1.45;
}

.prod-help-box .tf-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.prod-help-box .tf-contact a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 10px 20px;
  border-radius: 50px;
  font-size: 17px;
  font-weight: 900;
  text-decoration: none;
  line-height: 1;
}

.prod-help-box .product-contact-mail {
  border: 1px solid rgba(226, 0, 26, .28);
  background: #fff6f7;
  color: #e2001a;
  margin-right: 0 !important;
}

.prod-help-box .product-contact-phone {
  border: 1px solid #e2001a;
  background: #e2001a;
  color: #fff;
}

.p-detail-inner .p-image-wrapper {
  align-self: flex-start;
}

.p-detail-inner .p-image-wrapper img {
  border-radius: 24px;
}

@media (max-width: 1199px) {
  .p-to-cart-block {
    padding: 22px;
  }

  .p-final-price-wrapper .price-final {
    font-size: 52px;
  }

  .p-final-price-wrapper .price-info-col {
    font-size: 15px;
  }

  .prod-help-box h3 {
    font-size: 21px;
  }

  .prod-help-box p {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .p-detail-inner .p-data-wrapper {
    padding-left: 0;
  }

  .p-detail-inner h1 {
    font-size: 28px;
  }

  .p-to-cart-block {
    display: block;
    padding: 18px;
    border-radius: 20px;
    box-shadow: 6px 6px 0 #ffd0d4;
  }

  .p-to-cart-block .p-final-price-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 18px;
  }

  .p-final-price-wrapper .price-final {
    font-size: 44px;
  }

  .p-final-price-wrapper .price-info-col {
    align-items: flex-end;
    font-size: 13px;
    padding-top: 4px;
  }

  .p-to-cart-block .add-to-cart-row {
    display: grid;
    grid-template-columns: 116px 1fr;
    gap: 10px;
  }

  .quantity {
    width: 116px;
    height: 52px;
    padding: 0 36px;
  }

  .quantity .amount {
    height: 48px;
    font-size: 17px;
  }

  .quantity .decrease,
  .quantity .increase {
    width: 31px;
    height: 31px;
  }

  .p-to-cart-block .add-to-cart-button,
  .btn.btn-conversion.add-to-cart-button {
    height: 52px;
    font-size: 17px;
    padding: 0 16px;
  }

  .prod-help-box {
    padding: 18px;
    border-radius: 20px;
    box-shadow: 6px 6px 0 #ffd0d4;
  }

  .prod-help-box .tf-box-inner {
    grid-template-columns: 58px 1fr;
    gap: 14px;
    align-items: flex-start;
  }

  .prod-help-box .tf-box-left img {
    width: 58px;
    height: 58px;
    padding: 8px;
  }

  .prod-help-box h3 {
    font-size: 19px;
  }

  .prod-help-box p {
    font-size: 14px;
  }

  .prod-help-box .tf-contact {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1fr;
  }

  .prod-help-box .tf-contact a {
    width: 100%;
    min-height: 44px;
    font-size: 15px;
  }
}

@media (max-width: 430px) {
  .p-to-cart-block .p-final-price-wrapper {
    flex-direction: column;
  }

  .p-final-price-wrapper .price-info-col {
    align-items: flex-start;
  }

  .p-to-cart-block .add-to-cart-row {
    grid-template-columns: 1fr;
  }

  .quantity {
    width: 100%;
  }
}
.quantity .decrease:before, .quantity .increase:before {
    font-size: 12px;
    position: relative;
    line-height: 34px;
}
.product-contact-mail::before, .product-contact-phone::before{    position: relative;padding-right: 10px;}
.product-contact-phone::before {color:white!important;}