.single-product .jqs-shipping-card {
  margin-top: 14px;
  padding: 16px;
  background: transparent;
  border-radius: 4px;
}

.single-product .jqs-size-chart-wrap {
  margin: 8px 0 10px;
}

.single-product .jqs-size-chart-trigger {
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  background: transparent;
  color: #222;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.single-product .jqs-size-chart-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23222' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 8h18M3 16h18M8 3v18M16 3v18'/%3E%3Crect x='3' y='3' width='18' height='18' rx='2'/%3E%3C/svg%3E");
}

.single-product .jqs-shipping-title {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 700;
  color: #1f2328;
}

.single-product .jqs-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 0;
  border-top: 1px solid #e3e7ea;
}

.single-product .jqs-row-button {
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  background: transparent !important;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top: 1px solid #e3e7ea;
  border-radius: 0;
  box-shadow: none;
  text-align: left;
  cursor: pointer;
}

.single-product .jqs-row-button:hover {
  background: #eef1f3;
}

.single-product .jqs-row:first-of-type {
  border-top: 0;
}

.single-product .jqs-row-left {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  min-width: 0;
}

.single-product .jqs-ico {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.single-product .jqs-ico-truck {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231f8b5c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 17h4'/%3E%3Cpath d='M3 17h2'/%3E%3Cpath d='M3 6h9v11H3z'/%3E%3Cpath d='M12 9h4l3 3v5h-2'/%3E%3Ccircle cx='7' cy='17' r='2'/%3E%3Ccircle cx='17' cy='17' r='2'/%3E%3C/svg%3E");
}

.single-product .jqs-ico-money {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231f8b5c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='M3 9h18'/%3E%3Cpath d='M12 13h.01'/%3E%3C/svg%3E");
}

.single-product .jqs-ico-shield {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231f8b5c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3l7 3v6c0 5-3.5 7.5-7 9-3.5-1.5-7-4-7-9V6l7-3z'/%3E%3Cpath d='M9 12l2 2 4-4'/%3E%3C/svg%3E");
}

.single-product .jqs-heading {
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
  color: #202429;
}

.single-product .jqs-heading.jqs-green {
  color: #1f8b5c;
}

.single-product .jqs-sub {
  font-size: 14px;
  margin-top: 4px;
  color: #1f2328;
}

.single-product .jqs-chevron {
  width: 9px;
  height: 14px;
  flex: 0 0 9px;
  opacity: 0.8;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 14' fill='none'%3E%3Cpath d='M1 1l6 6-6 6' stroke='%236f7479' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.single-product .jqs-security-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  background: transparent;
  padding: 8px 11px;
  border-radius: 3px;
  font-size: 14px;
  color: #222;
}

.single-product .jqs-check {
  color: #1f8b5c;
  font-weight: 700;
}

.single-product .jqs-divider {
  width: 1px;
  height: 14px;
  background: #c7d7d4;
  margin: 0 2px;
}

.single-product .jqs-modal[hidden] {
  display: none !important;
}

.single-product .jqs-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
}

.single-product .jqs-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.single-product .jqs-modal-dialog {
  position: relative;
  width: min(920px, calc(100% - 32px));
  max-height: calc(100vh - 64px);
  overflow: auto;
  margin: 32px auto;
  background: #fff;
  border-radius: 4px;
  padding: 30px 34px;
}

.single-product .jqs-modal-title {
  margin: 0 0 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid #e7e7e7;
  font-size: 32px;
  font-weight: 700;
  color: #111;
}

.single-product .jqs-modal-content {
  font-size: 17px;
  line-height: 1.6;
  color: #222;
}

.single-product .jqs-modal-link {
  display: inline-block;
  margin-top: 20px;
  font-size: 16px;
}

.single-product .jqs-modal-close {
  position: absolute;
  right: 18px;
  top: 12px;
  border: 0;
  background: transparent;
  color: #7a7a7a;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
}

@media (max-width: 768px) {
  .single-product .jqs-size-chart-wrap {
    margin: 6px 0 10px;
  }

  .single-product .jqs-shipping-card {
    padding: 14px;
  }

  .single-product .jqs-shipping-title {
    font-size: 16px;
  }

  .single-product .jqs-heading {
    font-size: 14px;
  }

  .single-product .jqs-sub,
  .single-product .jqs-security-pill {
    font-size: 13px;
  }

  .single-product .jqs-modal-dialog {
    width: calc(100% - 20px);
    margin: 10px auto;
    padding: 18px 16px;
  }

  .single-product .jqs-modal-title {
    font-size: 26px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}
