/** Shopify CDN: Minification failed

Line 823:0 Expected "}" to go with "{"

**/
.hidr-price-box {
  --hidr-blue: #18A8EA;
  --hidr-blue-dark: #0876A8;
  --hidr-blue-soft: #E0F6FC;
  --hidr-green: #2FC830;
  --hidr-green-soft: #E8FBE9;
  --hidr-green-border: rgba(47, 200, 48, 0.35);
  --hidr-text: #383347;
  --hidr-muted: #6f6b79;
  --hidr-border: rgba(24, 168, 234, 0.24);

  display: grid;
  gap: 14px;
  margin: 18px 0 22px;
  padding: 18px;
  border: 0;
  border-radius: 14px;
  background: transparent;
  contain: layout paint;
}

.hidr-price-box--protocol {
  gap: 16px;
}

.hidr-price-box__header {
  display: grid;
  gap: 8px;
}

.hidr-price-box__promo-line,
.hidr-price-box__main-line,
.hidr-price-box__pix {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.hidr-price-box__compare {
  color: #928d9a;
  font-size: 15px;
  line-height: 1;
  text-decoration: line-through;
  font-weight: 600;
}

.hidr-price-box__saving {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 5px 9px;
  border-radius: 4px;
  background: var(--hidr-blue-soft);
  color: var(--hidr-text);
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
}

.hidr-price-box__current {
  color: var(--hidr-text);
  font-size: 30px;
  line-height: 1;
  font-weight: 900;
}

.hidr-price-box__installments {
  color: #575260;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 400;
}

.hidr-price-box__installments strong,
.hidr-price-box__installments span {
  color: #575260;
  font-weight: 400;
}

.hidr-price-box__pix-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--hidr-blue);
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.hidr-price-box__pix-text {
  color: var(--hidr-blue-dark);
  font-size: 14px;
  font-weight: 600;
}

.hidr-price-box__buy-row {
  display: grid;
  grid-template-columns: 148px 1fr;
  gap: 12px;
  align-items: end;
  padding-top: 4px;
}

.hidr-price-box__buy-row--single {
  grid-template-columns: 1fr;
  padding-top: 0;
}

.hidr-price-box__quantity {
  display: grid;
  gap: 7px;
}

.hidr-price-box__quantity-label {
  color: var(--hidr-text);
  font-size: 13px;
  font-weight: 700;
}

.hidr-price-box__stepper {
  display: grid;
  grid-template-columns: 40px 54px 40px;
  width: 134px;
  height: 52px;
  border: 1px solid rgba(24, 168, 234, 0.28);
  border-radius: 15px;
  overflow: hidden;
  background: #ffffff;
}

.hidr-price-box__qty-btn {
  border: 0;
  background: rgba(24, 168, 234, 0.08);
  color: var(--hidr-blue-dark);
  font-size: 19px;
  font-weight: 800;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
}

.hidr-price-box__qty-input {
  width: 54px;
  border: 0;
  border-left: 1px solid rgba(24, 168, 234, 0.16);
  border-right: 1px solid rgba(24, 168, 234, 0.16);
  text-align: center;
  color: var(--hidr-text);
  font-size: 15px;
  font-weight: 800;
  outline: none;
  appearance: textfield;
}

.hidr-price-box__qty-input::-webkit-outer-spin-button,
.hidr-price-box__qty-input::-webkit-inner-spin-button {
  margin: 0;
  appearance: none;
}

.hidr-price-box__form {
  margin: 0;
}

.hidr-price-box .hidr-price-box__submit {
  position: relative !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 56px;
  padding: 16px 22px !important;
  border: 0 !important;
  border-radius: 16px !important;
  background: #2FC830 !important;
  background-color: #2FC830 !important;
  background-image: none !important;
  color: #ffffff !important;
  font-family: Figtree, sans-serif !important;
  text-transform: uppercase !important;
  font-weight: 900 !important;
  font-size: 15px !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
  box-shadow:
    0 14px 30px rgba(47, 200, 48, 0.28),
    inset 0 1px 0 rgba(255,255,255,0.28) !important;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  transition: transform .12s ease, box-shadow .12s ease, filter .12s ease;
  transform: translateY(0) scale(1);
}

.hidr-price-box .hidr-price-box__submit:active:not([disabled]) {
  transform: translateY(2px) scale(.975);
  box-shadow:
    0 8px 18px rgba(47, 200, 48, 0.22),
    inset 0 2px 4px rgba(0,0,0,0.10) !important;
}

.hidr-price-box .hidr-price-box__submit.is-loading {
  pointer-events: none;
  filter: brightness(.98);
}

.hidr-price-box .hidr-price-box__submit[disabled],
.hidr-price-box .hidr-price-box__submit[aria-disabled="true"] {
  cursor: not-allowed;
  opacity: .62;
  filter: grayscale(.15);
  box-shadow: none !important;
}

.hidracce-cart-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 9px;
  line-height: 0;
  transform: translateY(-1px);
}

.hidracce-cart-icon svg {
  width: 17px;
  height: 17px;
  fill: #ffffff;
}

.hidr-price-box__shipping-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 58px;
  padding: 14px 16px;
  border: 1px solid transparent;
  border-radius: 14px;
  background: var(--hidr-blue-soft);
  color: #111827;
  font-size: 15px;
  line-height: 1.25;
  text-align: center;
  transition: background .22s ease, border-color .22s ease, color .22s ease, transform .22s ease;
}

.hidr-price-box__shipping-strip strong {
  font-weight: 900;
}

.hidr-price-box__shipping-strip.is-free-shipping {
  background: var(--hidr-green-soft);
  border-color: var(--hidr-green-border);
  color: #145A1A;
  animation: hidrFreeShippingPulse .8s ease;
}

.hidr-price-box__shipping-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0B4F9C;
  line-height: 0;
}

.hidr-price-box__shipping-strip.is-free-shipping .hidr-price-box__shipping-icon {
  color: #219B28;
}

.hidr-price-box__shipping-icon svg {
  width: 23px;
  height: 23px;
  fill: currentColor;
}

.hidr-price-box__bundle-offer {
  display: grid;
}

.hidr-price-box__bundle-card {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  align-items: center;
  padding: 15px;
  border: 1px solid rgba(47, 200, 48, 0.34);
  border-radius: 14px;
  background:
    linear-gradient(90deg, rgba(47, 200, 48, 0.12), rgba(224, 246, 252, 0.62) 46%, #ffffff),
    #ffffff;
  box-shadow: 0 10px 24px rgba(47, 200, 48, 0.10);
  cursor: pointer;
  transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}

.hidr-price-box__bundle-card:hover {
  transform: translateY(-1px);
  border-color: rgba(47, 200, 48, 0.58);
  box-shadow: 0 14px 30px rgba(47, 200, 48, 0.14);
}

.hidr-price-box__bundle-card.is-active {
  border-color: rgba(47, 200, 48, 0.85);
  box-shadow:
    0 0 0 2px rgba(47, 200, 48, 0.12),
    0 16px 34px rgba(47, 200, 48, 0.16);
}

.hidr-price-box__bundle-card input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.hidr-price-box__bundle-main {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.hidr-price-box__bundle-check {
  width: 27px;
  height: 27px;
  flex: 0 0 27px;
  border-radius: 999px;
  border: 2px solid rgba(47, 200, 48, 0.56);
  background: #ffffff;
  transition: background .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.hidr-price-box__bundle-card.is-active .hidr-price-box__bundle-check {
  border-color: var(--hidr-green);
  background: var(--hidr-green);
  box-shadow: inset 0 0 0 7px #ffffff;
}

.hidr-price-box__bundle-image {
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(24, 168, 234, 0.18);
  background: rgba(255,255,255,0.78);
}

.hidr-price-box__bundle-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hidr-price-box__bundle-kicker {
  width: fit-content;
  margin-bottom: 5px;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(47, 200, 48, 0.13);
  color: #14651A;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.hidr-price-box__bundle-title {
  color: var(--hidr-text);
  font-size: 15px;
  font-weight: 850;
  line-height: 1.35;
}

.hidr-price-box__bundle-highlight {
  display: inline-flex;
  align-items: center;
  padding: 2px 7px;
  border-radius: 6px;
  background: #DDF9DF;
  color: #14651A;
  font-weight: 950;
  white-space: nowrap;
}

.hidr-price-box__bundle-underline {
  color: #14651A;
  font-weight: 950;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  white-space: nowrap;
}

.hidr-price-box__bundle-subtitle {
  margin-top: 5px;
  color: #575260;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35;
}

.hidr-bundle {
  --hidr-text: #383347;
  --hidr-muted: #6f6b79;
  --hidr-blue: #0876A8;
  --hidr-blue-strong: #05618c;
  display: grid;
  gap: 16px;
  margin: 0;
}

.hidr-bundle__card {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 24px;
  border: 1px solid rgba(8, 118, 168, 0.22);
  border-radius: 22px;
  background: linear-gradient(
    90deg,
    rgba(215, 242, 255, 0.62) 0%,
    rgba(255,255,255,0.88) 34%,
    rgba(255,255,255,0.95) 100%
  );
  cursor: pointer;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease, transform .2s ease;
}

.hidr-bundle__card--offer {
  background: linear-gradient(
    90deg,
    rgba(185, 232, 252, 0.78) 0%,
    rgba(236, 249, 255, 0.9) 32%,
    rgba(255,255,255,0.96) 100%
  );
}

.hidr-bundle__card:hover {
  transform: translateY(-1px);
  border-color: rgba(8, 118, 168, 0.5);
  box-shadow: 0 14px 34px rgba(8, 118, 168, 0.12);
}

.hidr-bundle__card.is-active {
  border-color: rgba(5, 97, 140, 0.9);
  background: linear-gradient(
    90deg,
    rgba(169, 224, 249, 0.9) 0%,
    rgba(228, 247, 255, 0.96) 34%,
    rgba(255,255,255,0.98) 100%
  );
  box-shadow:
    0 0 0 2px rgba(5, 97, 140, 0.14),
    0 18px 42px rgba(8, 118, 168, 0.16);
}

.hidr-bundle__card input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.hidr-bundle__left {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  min-width: 0;
}

.hidr-bundle__radio {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  border: 2px solid rgba(8, 118, 168, 0.52);
  background: rgba(255,255,255,0.9);
  flex: 0 0 28px;
  margin-top: 4px;
  transition: .2s ease;
}

.hidr-bundle__card.is-active .hidr-bundle__radio {
  border-color: var(--hidr-blue-strong);
  background: var(--hidr-blue);
  box-shadow: inset 0 0 0 7px #ffffff;
}

.hidr-bundle__info {
  min-width: 0;
}

.hidr-bundle__topline {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: nowrap;
}

.hidr-bundle__title {
  color: var(--hidr-text);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
}

.hidr-bundle__subtitle {
  margin-top: 7px;
  font-size: 13px;
  color: var(--hidr-muted);
  font-weight: 400;
  line-height: 1.35;
}

.hidr-bundle__price {
  text-align: right;
  min-width: 140px;
  flex-shrink: 0;
}

.hidr-bundle__compare {
  margin-bottom: 4px;
  font-size: 15px;
  color: #8a8593;
  text-decoration: line-through;
  line-height: 1.1;
}

.hidr-bundle__final {
  font-size: 22px;
  font-weight: 500;
  color: var(--hidr-text);
  line-height: 1.1;
}

.hidr-bundle__top-badges {
  position: absolute;
  top: -12px;
  right: 18px;
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: flex-end;
  max-width: calc(100% - 36px);
}

.hidr-bundle__ribbon {
  background: linear-gradient(135deg, #05618c 0%, #0876A8 50%, #034f73 100%);
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  padding: 8px 14px;
  border-radius: 999px;
  line-height: 1;
  letter-spacing: 0.02em;
  box-shadow: 0 9px 20px rgba(5, 97, 140, 0.3);
  white-space: nowrap;
}

.hidr-bundle__tag {
  background: linear-gradient(135deg, #18A8EA 0%, #31B9F4 55%, #0B8FCC 100%);
  border: 1px solid rgba(255,255,255,0.46);
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  padding: 8px 12px;
  border-radius: 999px;
  line-height: 1;
  white-space: nowrap;
  box-shadow: 0 9px 20px rgba(24, 168, 234, 0.24);
}

.hidr-bundle__tag.hidr-bundle__tag--silver {
  background: linear-gradient(
    135deg,
    #e9eef2 0%,
    #8f9ba8 34%,
    #f8fafb 54%,
    #6f7d8b 100%
  );
  color: #303844;
  border-color: rgba(95, 108, 122, 0.28);
  box-shadow: 0 9px 20px rgba(95, 108, 122, 0.2);
}

.hidr-bundle__unit {
  margin-top: 7px;
  font-size: 13px;
  color: #8a8593;
  font-weight: 400;
  line-height: 1.3;
}

@keyframes hidrFreeShippingPulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 rgba(47, 200, 48, 0);
  }

  45% {
    transform: scale(1.015);
    box-shadow: 0 0 0 5px rgba(47, 200, 48, 0.12);
  }

  100% {
    transform: scale(1);
    box-shadow: 0 0 0 rgba(47, 200, 48, 0);
  }
}

.is-hidden {
  display: none !important;
}

@media (max-width: 749px) {
  .hidr-price-box {
    gap: 13px;
    padding: 15px;
    border-radius: 12px;
  }

  .hidr-price-box__current {
    font-size: 26px;
  }

  .hidr-price-box__installments {
    font-size: 15px;
  }

  .hidr-price-box__buy-row {
    grid-template-columns: 106px 1fr;
    gap: 10px;
    align-items: end;
  }

  .hidr-price-box__buy-row--single {
    grid-template-columns: 1fr;
  }

  .hidr-price-box__quantity-label {
    display: none;
  }

  .hidr-price-box__stepper {
    grid-template-columns: 32px 42px 32px;
    width: 106px;
    height: 50px;
    border-radius: 14px;
  }

  .hidr-price-box__qty-input {
    width: 42px;
  }

  .hidr-price-box .hidr-price-box__submit {
    min-height: 50px;
    padding: 14px 12px !important;
    border-radius: 14px !important;
    font-size: 13px !important;
  }

  .hidr-price-box__shipping-strip {
    min-height: 54px;
    padding: 12px 13px;
    border-radius: 13px;
    gap: 8px;
    font-size: 14px;
  }

  .hidr-price-box__bundle-card {
    gap: 10px;
    padding: 13px;
    border-radius: 13px;
  }

  .hidr-price-box__bundle-main {
    gap: 10px;
  }

  .hidr-price-box__bundle-check {
    width: 25px;
    height: 25px;
    flex-basis: 25px;
  }

  .hidr-price-box__bundle-card.is-active .hidr-price-box__bundle-check {
    box-shadow: inset 0 0 0 6px #ffffff;
  }

  .hidr-price-box__bundle-image {
    width: 46px;
    height: 46px;
    flex-basis: 46px;
    border-radius: 10px;
  }

  .hidr-price-box__bundle-title {
    font-size: 13.5px;
  }

  .hidr-bundle {
    gap: 14px;
  }

  .hidr-bundle__card {
    padding: 22px 12px 18px;
    gap: 8px;
    border-radius: 18px;
  }

  .hidr-bundle__left {
    gap: 10px;
    min-width: 0;
  }

  .hidr-bundle__radio {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
  }

  .hidr-bundle__card.is-active .hidr-bundle__radio {
    box-shadow: inset 0 0 0 6px #ffffff;
  }

  .hidr-bundle__title {
    font-size: clamp(13px, 3.8vw, 16px);
    line-height: 1.12;
    white-space: nowrap;
  }

  .hidr-bundle__subtitle {
    font-size: 12px;
    margin-top: 5px;
  }

  .hidr-bundle__price {
    min-width: 96px;
  }

  .hidr-bundle__compare {
    font-size: 12px;
  }

  .hidr-bundle__final {
    font-size: 17px;
  }

  .hidr-bundle__top-badges {
    top: -10px;
    right: 10px;
    gap: 5px;
    max-width: calc(100% - 20px);
    flex-wrap: nowrap;
  }

  .hidr-bundle__tag,
  .hidr-bundle__ribbon {
    font-size: 9.5px;
    padding: 6px 6px;
    white-space: nowrap;
  }

  .hidr-bundle__unit {
    font-size: 12px;
  }
}

@media (max-width: 389px) {
  .hidr-bundle__card {
    padding-left: 10px;
    padding-right: 10px;
    gap: 6px;
  }

  .hidr-bundle__left {
    gap: 8px;
  }

  .hidr-bundle__radio {
    width: 22px;
    height: 22px;
    flex-basis: 22px;
  }

  .hidr-bundle__title {
    font-size: 12.5px;
  }

  .hidr-bundle__price {
    min-width: 84px;
  }

  .hidr-bundle__final {
    font-size: 16px;
  }

  .hidr-bundle__compare {
    font-size: 11.5px;
  }

  .hidr-bundle__tag,
  .hidr-bundle__ribbon {
    font-size: 9px;
    padding: 5px 5px;
  }
