[data-smartform-sticky-atc-hidden="true"] {
  opacity: 0 !important;
  pointer-events: none !important;
  visibility: hidden !important;
}

[data-smartform-legacy-bundled-button="pending"] {
  opacity: 0 !important;
  pointer-events: none !important;
  visibility: hidden !important;
}

.smartform-popup {
  align-items: center;
  display: grid;
  inset: 0;
  justify-items: center;
  padding: clamp(12px, 3vw, 32px);
  position: fixed;
  z-index: 2147483000;
}

.smartform-popup[hidden] {
  display: none !important;
}

/* The official Sameday SDK injects this fixed iframe with a lower z-index
   than SmartForm's popup. Keep the Easybox map above the form while it is
   open; the SDK removes/hides the iframe when the picker closes. */
#locker-plugin-v2-iframe {
  position: fixed !important;
  z-index: 2147483500 !important;
}

.smartform-popup__backdrop {
  background: rgba(12, 22, 17, 0.66);
  border: 0;
  cursor: pointer;
  inset: 0;
  padding: 0;
  position: absolute;
  width: 100%;
}

.smartform-popup__dialog {
  max-height: calc(100vh - clamp(24px, 6vw, 64px));
  max-width: 1040px;
  overflow: auto;
  position: relative;
  width: min(100%, 1040px);
  z-index: 1;
}

.smartform-popup__dialog > .petnova-order-form {
  margin: 0;
  max-width: none;
}

.smartform-popup__close {
  align-items: center;
  background: #ffffff;
  border: 1px solid #d7e0d9;
  border-radius: 999px;
  box-shadow: 0 8px 24px rgba(16, 35, 23, 0.18);
  color: #17211b;
  cursor: pointer;
  display: flex;
  font: inherit;
  font-size: 26px;
  height: 42px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: 14px;
  top: 14px;
  width: 42px;
  z-index: 3;
}

.smartform-popup.is-open .smartform-popup__dialog {
  animation: smartform-popup-in 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes smartform-popup-in {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.petnova-order-form {
  color: #17211b;
  font: inherit;
  margin: 28px auto;
  max-width: 1040px;
  width: 100%;
}

.petnova-order-form[hidden],
.petnova-order-form [hidden] {
  display: none !important;
}

.petnova-order-form__shell {
  background: #ffffff;
  border: 1px solid #dfe7e1;
  border-radius: 24px;
  box-shadow: 0 18px 55px rgba(28, 49, 36, 0.09);
  overflow: hidden;
  padding: clamp(22px, 4vw, 48px);
  position: relative;
}

.petnova-order-form__header {
  margin: 0 auto 28px;
  max-width: 680px;
  text-align: center;
}

.petnova-order-form__eyebrow {
  color: var(--petnova-accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.petnova-order-form__title {
  color: inherit;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.08;
  margin: 0;
}

.petnova-order-form__subtitle {
  color: #5c6961;
  margin-top: 12px;
}

.petnova-order-form__subtitle p {
  margin: 0;
}

.petnova-order-form__status {
  border-radius: 12px;
  font-size: 14px;
  margin: 0 0 20px;
  padding: 12px 14px;
  text-align: center;
}

.petnova-order-form__status--loading,
.petnova-order-form__status--draft {
  background: #fff7db;
  color: #704f00;
}

.petnova-order-form__status--error {
  background: #fff0f0;
  color: #9b1c1c;
}

.petnova-order-form__status--success {
  background: #eaf8ef;
  color: #156b35;
}

.petnova-order-form__confirmation {
  align-items: center;
  background: linear-gradient(145deg, #eefaf2, #e2f6e9);
  border: 1px solid #bfe4cc;
  box-shadow: 0 16px 38px rgba(21, 107, 53, 0.12);
  display: flex;
  flex-direction: column;
  margin: 8px auto 0;
  max-width: 620px;
  opacity: 0;
  padding: clamp(22px, 5vw, 36px);
  text-align: center;
  transform: translateY(10px) scale(0.985);
}

.petnova-order-form__confirmation-content {
  align-items: center;
  display: flex;
  flex-direction: column;
  max-width: 620px;
  width: 100%;
}

.petnova-order-form--confirmed .petnova-order-form__header,
.petnova-order-form--confirmed .petnova-order-form__form {
  pointer-events: none;
  visibility: hidden;
}

.petnova-order-form--confirmed .petnova-order-form__confirmation {
  inset: clamp(14px, 3vw, 28px);
  justify-content: center;
  margin: 0;
  max-width: none;
  position: absolute;
  z-index: 2;
}

.petnova-order-form__confirmation.is-visible {
  animation: petnova-confirmation-in 520ms cubic-bezier(0.22, 1, 0.36, 1)
    forwards;
}

.petnova-order-form__confirmation-icon {
  align-items: center;
  animation: petnova-confirmation-check 620ms ease-out 120ms both;
  background: var(--petnova-accent);
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 24px;
  font-weight: 900;
  height: 52px;
  justify-content: center;
  margin-bottom: 14px;
  width: 52px;
}

.petnova-order-form__confirmation-title {
  color: #123c25;
  display: block;
  font-size: clamp(19px, 3vw, 25px);
  line-height: 1.25;
  margin-bottom: 12px;
}

.petnova-order-form__confirmation-line,
.petnova-order-form__confirmation-estimate,
.petnova-order-form__confirmation-label,
.petnova-order-form__confirmation-address,
.petnova-order-form__confirmation-payment {
  display: block;
  line-height: 1.45;
}

.petnova-order-form__confirmation-line {
  color: #3d5a48;
  margin-bottom: 10px;
}

.petnova-order-form__confirmation-estimate {
  background: #fff;
  border: 1px solid #cde8d6;
  border-radius: 10px;
  color: #156b35;
  font-size: 15px;
  font-weight: 900;
  margin: 0 0 18px;
  padding: 10px 14px;
}

.petnova-order-form__confirmation-label {
  color: #64806d;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.petnova-order-form__confirmation-address {
  color: #183e28;
  font-size: 15px;
  font-weight: 750;
  max-width: 480px;
}

.petnova-order-form__confirmation-payment {
  color: #557060;
  font-size: 12px;
  font-weight: 700;
  margin-top: 14px;
}

.petnova-order-form__confirmation-upsell-notice {
  background: #fff7db;
  border: 1px solid #ead38a;
  border-radius: 10px;
  color: #704f00;
  display: block;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.45;
  margin-top: 16px;
  max-width: 480px;
  padding: 10px 14px;
}

@keyframes petnova-confirmation-in {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes petnova-confirmation-check {
  0% {
    opacity: 0;
    transform: scale(0.5) rotate(-18deg);
  }
  70% {
    transform: scale(1.08) rotate(2deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0);
  }
}

.petnova-order-form__fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0;
}

.petnova-order-form__fieldset > legend {
  color: #29352e;
  float: left;
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 12px;
  width: 100%;
}

.petnova-order-form__fieldset > legend + * {
  clear: both;
}

.petnova-order-form__offers {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 245px), 1fr));
  margin-bottom: 24px;
}

.petnova-offer-card {
  align-items: center;
  background: var(--petnova-offer-background, #ffffff);
  border: 2px solid var(--petnova-offer-border-color, #dfe7e1);
  border-radius: var(--petnova-offer-radius, 16px);
  box-shadow: var(--petnova-offer-shadow, none);
  cursor: pointer;
  display: flex;
  min-height: 100%;
  overflow: hidden;
  padding: 12px;
  position: relative;
  transition:
    background-color 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.petnova-offer-card.has-badge {
  padding-top: 42px;
}

.petnova-offer-card__image {
  background: #f1f4f2;
  border-radius: 12px;
  flex: 0 0 auto;
  height: 52px;
  margin-left: 10px;
  object-fit: cover;
  width: 52px;
}

.petnova-offer-card:hover {
  border-color: color-mix(
    in srgb,
    var(--petnova-offer-accent, var(--petnova-accent)) 55%,
    var(--petnova-offer-border-color, #dfe7e1)
  );
  transform: translateY(-1px);
}

.petnova-offer-card:has(input:focus-visible) {
  outline: 3px solid color-mix(in srgb, var(--petnova-accent) 30%, transparent);
  outline-offset: 3px;
}

.petnova-offer-card.is-selected {
  background: var(--petnova-offer-selected-background, #ffffff);
  border-color: var(
    --petnova-offer-selected-border-color,
    var(--petnova-accent)
  );
  box-shadow: var(--petnova-offer-shadow, none);
}

.petnova-offer-card input {
  accent-color: var(--petnova-offer-accent, var(--petnova-accent));
  flex: 0 0 auto;
  height: 16px;
  margin: 0 9px 0 0;
  width: 16px;
}

.petnova-offer-card__content {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  width: 100%;
}

.petnova-order-form__offers.smartform-offer-presentation--bundle-classic {
  grid-template-columns: 1fr;
}

.petnova-bundle-classic-card {
  background:
    linear-gradient(
      145deg,
      color-mix(in srgb, var(--petnova-offer-accent) 5%, transparent),
      transparent 48%
    ),
    var(--petnova-offer-selected-background, #ffffff);
  border: 2px solid
    var(--petnova-offer-selected-border-color, var(--petnova-accent));
  border-radius: var(--petnova-offer-radius, 16px);
  box-shadow: var(--petnova-offer-shadow, none);
  box-sizing: border-box;
  cursor: default;
  display: grid;
  gap: 12px;
  overflow: hidden;
  padding: 15px;
  position: relative;
  width: 100%;
}

.petnova-bundle-classic-card.has-badge {
  overflow: visible;
  padding-top: 24px;
}

.petnova-bundle-classic-card__input {
  height: 1px !important;
  margin: 0 !important;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  width: 1px !important;
}

.petnova-bundle-classic-card__header {
  align-items: center;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.petnova-bundle-classic-card__image {
  background: #f1f4f2;
  border-radius: 11px;
  height: 52px;
  object-fit: cover;
  width: 52px;
}

.petnova-bundle-classic-card__items {
  border-block: 1px solid
    color-mix(
      in srgb,
      var(--petnova-offer-border-color, #dfe7e1) 76%,
      transparent
    );
  display: grid;
}

.petnova-bundle-classic-card__item {
  align-items: baseline;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 9px 1px;
}

.petnova-bundle-classic-card__item + .petnova-bundle-classic-card__item {
  border-top: 1px solid
    color-mix(
      in srgb,
      var(--petnova-offer-border-color, #dfe7e1) 58%,
      transparent
    );
}

.petnova-bundle-classic-card__item-title {
  color: var(--petnova-offer-title-color, #17211b);
  font-size: max(12px, calc(var(--petnova-offer-title-size, 16px) * 0.82));
  font-weight: 700;
  line-height: 1.35;
  min-width: 0;
  overflow-wrap: anywhere;
}

.petnova-bundle-classic-card__item-price {
  color: var(--petnova-offer-compare-color, #66726a);
  font-size: max(11px, calc(var(--petnova-offer-compare-size, 14px) * 0.9));
  white-space: nowrap;
}

.petnova-bundle-classic-card__summary {
  align-items: end;
  display: grid;
  gap: 5px 12px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.petnova-bundle-classic-card__compare {
  align-self: center;
  grid-column: 1;
  grid-row: 1;
}

.petnova-bundle-classic-card__save {
  grid-column: 1;
  margin: 0;
}

.petnova-bundle-classic-card__total {
  align-items: end;
  display: grid;
  grid-column: 2;
  grid-row: 1 / span 2;
  justify-items: end;
}

.petnova-bundle-classic-card__total small {
  color: var(--petnova-offer-title-color, #17211b);
  font-size: 10px;
  font-weight: 700;
  opacity: 0.68;
}

.petnova-offer-card__badge {
  background: var(--petnova-offer-badge-background, var(--petnova-accent));
  border-radius: 999px;
  color: var(--petnova-offer-badge-color, #ffffff);
  font-size: var(--petnova-offer-badge-size, 11px);
  font-style: var(--petnova-offer-badge-font-style, normal);
  font-weight: var(--petnova-offer-badge-weight, 800);
  isolation: isolate;
  line-height: 1;
  max-width: calc(100% - 24px);
  overflow: hidden;
  padding: 6px 9px;
  position: absolute;
  right: 10px;
  text-overflow: ellipsis;
  top: 10px;
  white-space: nowrap;
}

/* The compact premium badge belongs only to shops using the saved global Form
   Configure. Legacy PetNova/NaturaPet forms keep the original inset pill. */
.smartform-global-form-configured .petnova-order-form__offers.has-badges {
  padding-top: 10px;
  row-gap: 14px;
}

.smartform-global-form-configured .petnova-offer-card.has-badge,
.smartform-global-form-configured .petnova-bundle-classic-card.has-badge {
  overflow: visible;
  padding-top: max(34px, calc(var(--petnova-offer-badge-size, 11px) + 18px));
}

.smartform-global-form-configured .petnova-offer-card__badge {
  background: var(
    --petnova-offer-badge-background,
    linear-gradient(135deg, #111827 0%, #030712 100%)
  );
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  box-sizing: border-box;
  box-shadow:
    0 7px 18px rgba(3, 7, 18, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
  display: inline-flex;
  font-weight: var(--petnova-offer-badge-weight, 850);
  gap: 6px;
  letter-spacing: 0.035em;
  line-height: 1.1;
  min-height: 26px;
  min-width: 0;
  padding: 6px 10px;
  pointer-events: none;
  right: 10px;
  text-align: center;
  text-transform: uppercase;
  top: -10px;
  z-index: 2;
}

/* Some themes decorate generic badges with a generated leading glyph. The
   offer badge owns its full visual treatment, so do not inherit that glyph. */
.petnova-offer-card__badge::before {
  content: none !important;
  display: none !important;
}

.petnova-offer-card__badge.petnova-offer-card__badge--pill {
  border-radius: 999px;
}

.petnova-offer-card__badge.petnova-offer-card__badge--ribbon {
  border-radius: 4px 4px 0 4px;
  letter-spacing: 0.07em;
  padding-inline: 12px;
}

.petnova-offer-card__badge.petnova-offer-card__badge--outline {
  background: transparent;
  border: 1.5px solid
    var(--petnova-offer-badge-background, var(--petnova-accent));
  border-radius: 999px;
  box-shadow: none;
}

.petnova-offer-card__badge.petnova-offer-card__badge--corner {
  border-radius: 0 var(--petnova-offer-radius, 16px) 0 10px;
  right: -1px;
  top: -1px;
}

.petnova-offer-card__badge--animation-pulse {
  animation: petnova-offer-badge-pulse 2.4s ease-in-out infinite;
  transform-origin: center;
}

.petnova-offer-card__badge--animation-float {
  animation: petnova-offer-badge-float 2.8s ease-in-out infinite;
}

.petnova-offer-card__badge--animation-shine::after {
  animation: petnova-offer-badge-shine 2.8s ease-in-out infinite;
  background: linear-gradient(
    105deg,
    transparent 20%,
    rgba(255, 255, 255, 0.52) 48%,
    transparent 76%
  );
  content: "";
  inset: -45% auto -45% -55%;
  pointer-events: none;
  position: absolute;
  transform: translateX(-140%) skewX(-18deg);
  width: 42%;
  z-index: 1;
}

@keyframes petnova-offer-badge-pulse {
  0%,
  70%,
  100% {
    transform: scale(1);
  }
  78% {
    transform: scale(1.07);
  }
  86% {
    transform: scale(1.025);
  }
}

@keyframes petnova-offer-badge-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-3px);
  }
}

@keyframes petnova-offer-badge-shine {
  0%,
  55% {
    transform: translateX(-140%) skewX(-18deg);
  }
  78%,
  100% {
    transform: translateX(440%) skewX(-18deg);
  }
}

.petnova-offer-card__title {
  color: var(--petnova-offer-title-color, #17211b);
  display: block;
  font-size: var(--petnova-offer-title-size, 12px);
  font-weight: 800;
  line-height: 1.25;
  overflow-wrap: anywhere;
  white-space: normal;
}

.petnova-offer-card__price-row {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  min-width: 0;
  overflow-wrap: anywhere;
  white-space: normal;
}

.petnova-offer-card__price {
  color: var(--petnova-offer-price-color, var(--petnova-accent));
  font-size: var(--petnova-offer-price-size, 22px);
  font-weight: 900;
}

.petnova-offer-card__compare {
  color: var(--petnova-offer-compare-color, #8a948e);
  font-size: var(--petnova-offer-compare-size, 14px);
  text-decoration: line-through;
}

.petnova-offer-card__save {
  color: var(--petnova-offer-savings-color, var(--petnova-accent));
  display: block;
  font-size: var(--petnova-offer-savings-size, 12px);
  font-weight: 800;
  margin-top: 4px;
  overflow-wrap: anywhere;
  white-space: normal;
}

.petnova-order-form__offers.smartform-offer-layout--modern {
  grid-template-columns: 1fr;
}

.petnova-order-form__offers.smartform-offer-layout--modern .petnova-offer-card {
  min-height: 72px;
}

.petnova-order-form__offers.smartform-offer-layout--vertical {
  grid-template-columns: repeat(
    var(--petnova-offer-columns, 3),
    minmax(0, 1fr)
  );
  max-width: 100%;
  min-width: 0;
  overflow-x: clip;
}

.petnova-order-form__offers.smartform-offer-layout--vertical
  .petnova-offer-card {
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
  gap: 6px;
  justify-content: center;
  min-height: 128px;
  min-width: 0;
  padding-bottom: 9px;
  padding-inline: 7px;
  text-align: center;
  width: 100%;
}

.petnova-order-form__offers.smartform-offer-layout--vertical
  .petnova-offer-card
  input {
  left: 10px;
  margin: 0;
  position: absolute;
  top: 10px;
}

.petnova-order-form__offers.smartform-offer-layout--vertical
  .petnova-offer-card__image {
  height: 44px;
  margin: 0;
  order: -1;
  width: 44px;
}

.petnova-order-form__offers.smartform-offer-layout--vertical
  .petnova-offer-card__price-row {
  justify-content: center;
}

.petnova-upsells {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
  margin-bottom: 24px;
}

.petnova-upsell-card {
  align-items: center;
  background: color-mix(in srgb, var(--petnova-accent) 4%, #ffffff);
  border: 1.5px solid #dbe5de;
  border-radius: 13px;
  cursor: pointer;
  display: grid;
  gap: 10px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  min-height: 100%;
  padding: 12px;
  position: relative;
  transition:
    background-color 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.petnova-upsell-card.has-badge {
  padding-top: 38px;
}

.petnova-upsell-card:hover {
  border-color: color-mix(in srgb, var(--petnova-accent) 55%, #dbe5de);
  transform: translateY(-1px);
}

.petnova-upsell-card:has(input:focus-visible) {
  outline: 3px solid color-mix(in srgb, var(--petnova-accent) 30%, transparent);
  outline-offset: 3px;
}

.petnova-upsell-card.is-selected {
  background: color-mix(in srgb, var(--petnova-accent) 9%, #ffffff);
  border-color: var(--petnova-accent);
  box-shadow: 0 5px 18px
    color-mix(in srgb, var(--petnova-accent) 14%, transparent);
}

.petnova-upsell-card > input {
  accent-color: var(--petnova-accent);
  height: 18px;
  margin: 0;
  width: 18px;
}

.petnova-upsell-card__content {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.petnova-upsell-card__title {
  color: #17211b;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.3;
  overflow-wrap: anywhere;
}

.petnova-upsell-card__description,
.petnova-upsell-card__items {
  color: #58675d;
  display: -webkit-box;
  font-size: 12px;
  line-height: 1.4;
  overflow: hidden;
  overflow-wrap: anywhere;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.petnova-upsell-card__items {
  color: #34443a;
  font-weight: 650;
}

.petnova-upsell-card__price-row {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 2px;
}

.petnova-upsell-card__price {
  color: var(--petnova-accent);
  font-size: 15px;
  font-weight: 900;
}

.petnova-upsell-card__compare {
  color: #7d8981;
  font-size: 11px;
  text-decoration: line-through;
}

.petnova-upsell-card__save {
  color: color-mix(in srgb, var(--petnova-accent) 82%, #17211b);
  font-size: 11px;
  font-weight: 800;
}

.petnova-upsell-card__action {
  background: #ffffff;
  border: 1px solid color-mix(in srgb, var(--petnova-accent) 35%, #dbe5de);
  border-radius: 999px;
  color: color-mix(in srgb, var(--petnova-accent) 78%, #17211b);
  font-size: 11px;
  font-weight: 850;
  line-height: 1;
  padding: 7px 9px;
  white-space: nowrap;
}

.petnova-upsell-card.is-selected .petnova-upsell-card__action {
  background: var(--petnova-accent);
  border-color: var(--petnova-accent);
  color: #ffffff;
}

.petnova-upsell-card__badge {
  background: var(--petnova-accent);
  border-radius: 999px;
  color: #ffffff;
  font-size: 10px;
  font-weight: 850;
  line-height: 1;
  max-width: calc(100% - 24px);
  overflow: hidden;
  padding: 6px 9px;
  position: absolute;
  right: 10px;
  text-overflow: ellipsis;
  top: 9px;
  white-space: nowrap;
}

.petnova-shipping-rates {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr));
  margin-bottom: 18px;
}

.petnova-shipping-rate {
  background: #ffffff;
  border: 2px solid #dfe7e1;
  border-radius: 12px;
  display: grid;
  gap: 0;
  min-height: 54px;
  overflow: hidden;
}

.petnova-shipping-rate__choice {
  align-items: center;
  cursor: pointer;
  display: grid;
  gap: 10px;
  grid-template-columns: auto minmax(0, 1fr) minmax(0, auto);
  padding: 12px 14px;
}

.petnova-shipping-rate.is-selected {
  border-color: var(--petnova-accent);
  box-shadow: 0 5px 18px
    color-mix(in srgb, var(--petnova-accent) 14%, transparent);
}

.petnova-shipping-rate input {
  accent-color: var(--petnova-accent);
  height: 18px;
  margin: 0;
  width: 18px;
}

.petnova-shipping-rate__name,
.petnova-shipping-rate__price {
  color: #29352e;
  font-size: 14px;
}

.petnova-shipping-rate__price {
  color: var(--petnova-accent);
  font-weight: 900;
  line-height: 1.35;
  overflow-wrap: anywhere;
  text-align: right;
  white-space: normal;
}

.petnova-shipping-rate__locker {
  border-top: 1px solid #e7ece8;
  display: grid;
  gap: 8px;
  padding: 0 14px 12px 42px;
}

.petnova-shipping-rate__locker[hidden] {
  display: none;
}

.petnova-shipping-rate__locker-button {
  background: color-mix(in srgb, var(--petnova-accent) 9%, #ffffff);
  border: 1px solid color-mix(in srgb, var(--petnova-accent) 42%, #dfe7e1);
  border-radius: 9px;
  color: var(--petnova-accent);
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  min-height: 40px;
  padding: 8px 12px;
  width: 100%;
}

.petnova-shipping-rate__locker-button:disabled {
  cursor: wait;
  opacity: 0.68;
}

.petnova-shipping-rate__locker-summary {
  color: #526158;
  font-size: 12px;
  line-height: 1.45;
}

.smartform-configured-shipping .petnova-shipping-rate {
  background: var(--sf-shipping-background, #ffffff);
  border-color: var(--sf-shipping-border, #dfe7e1);
  border-radius: var(--sf-shipping-radius, 12px);
  border-width: var(--sf-shipping-border-width, 2px);
  box-shadow: var(--sf-shipping-shadow, none);
  font-family: inherit;
}

.smartform-configured-shipping .petnova-shipping-rate__choice {
  padding: var(--sf-shipping-padding, 14px);
}

.smartform-configured-shipping .petnova-shipping-rate.is-selected {
  background: var(--sf-shipping-selected-background, #ffffff);
  border-color: var(--sf-shipping-selected-border, var(--petnova-accent));
  box-shadow: var(--sf-shipping-shadow, none);
}

.smartform-configured-shipping .petnova-shipping-rate input {
  accent-color: var(--sf-shipping-accent, var(--petnova-accent));
}

.smartform-configured-shipping .petnova-shipping-rate__copy {
  align-self: center;
  display: grid;
  gap: 3px;
  min-width: 0;
}

.smartform-configured-shipping .petnova-shipping-rate__name {
  color: var(--sf-shipping-text, #29352e);
  font-size: var(--sf-shipping-title-size, 14px);
  font-style: var(--sf-shipping-title-style, normal);
  font-weight: var(--sf-shipping-title-weight, 700);
  line-height: 1.3;
  overflow-wrap: anywhere;
}

.smartform-configured-shipping .petnova-shipping-rate__description {
  color: var(--sf-shipping-description, #66726a);
  font-size: var(--sf-shipping-description-size, 12px);
  line-height: 1.4;
  overflow-wrap: anywhere;
}

.smartform-configured-shipping .petnova-shipping-rate__price {
  color: var(--sf-shipping-price, var(--petnova-accent));
  font-size: var(--sf-shipping-price-size, 14px);
  font-style: var(--sf-shipping-price-style, normal);
  font-weight: var(--sf-shipping-price-weight, 800);
}

.smartform-configured-shipping .petnova-shipping-rate__locker {
  border-top-color: var(--sf-shipping-border, #e7ece8);
  padding: 0 var(--sf-shipping-padding, 14px) var(--sf-shipping-padding, 14px)
    calc(var(--sf-shipping-padding, 14px) + 28px);
}

.smartform-configured-shipping .petnova-shipping-rate__locker-button {
  background: color-mix(
    in srgb,
    var(--sf-shipping-accent, var(--petnova-accent)) 9%,
    #ffffff
  );
  border-color: color-mix(
    in srgb,
    var(--sf-shipping-accent, var(--petnova-accent)) 42%,
    var(--sf-shipping-border, #dfe7e1)
  );
  color: var(--sf-shipping-accent, var(--petnova-accent));
}

.smartform-locker-picker {
  align-items: center;
  display: grid;
  font-family: inherit;
  inset: 0;
  justify-items: center;
  padding: clamp(10px, 2vw, 28px);
  position: fixed;
  z-index: 2147483500;
}

.smartform-locker-picker__backdrop {
  background: rgba(9, 18, 13, 0.72);
  border: 0;
  cursor: pointer;
  inset: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
}

.smartform-locker-picker__dialog {
  background: #ffffff;
  border: 1px solid #d7e2da;
  border-radius: 18px;
  box-shadow: 0 24px 80px rgba(9, 31, 17, 0.3);
  color: #17211b;
  display: grid;
  max-height: calc(100vh - clamp(20px, 4vw, 56px));
  max-width: 1120px;
  overflow: hidden;
  position: relative;
  width: min(100%, 1120px);
  z-index: 1;
}

.smartform-locker-picker__header {
  align-items: center;
  border-bottom: 1px solid #e3e9e5;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  padding: 14px 16px 14px 20px;
}

.smartform-locker-picker__header h2 {
  color: #17211b;
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.25;
  margin: 0;
}

.smartform-locker-picker__close {
  align-items: center;
  background: #f4f7f5;
  border: 1px solid #d4ddd7;
  border-radius: 999px;
  color: #17211b;
  cursor: pointer;
  display: flex;
  flex: 0 0 auto;
  font: inherit;
  font-size: 25px;
  height: 40px;
  justify-content: center;
  line-height: 1;
  padding: 0;
  width: 40px;
}

.smartform-locker-picker__close:focus-visible,
.smartform-locker-picker__search:focus-visible,
.smartform-locker-picker__point:focus-visible {
  outline: 3px solid rgba(23, 107, 67, 0.28);
  outline-offset: 2px;
}

.smartform-locker-picker__body {
  min-height: 0;
  overflow: auto;
}

.smartform-locker-picker__iframe {
  background: #f4f7f5;
  border: 0;
  display: block;
  height: min(76vh, 760px);
  min-height: 480px;
  width: 100%;
}

.smartform-locker-picker__controls {
  align-items: center;
  border-bottom: 1px solid #e6ebe7;
  display: flex;
  gap: 12px;
  padding: 12px 14px;
}

.smartform-locker-picker__search {
  background: #ffffff;
  border: 1px solid #c9d5cd;
  border-radius: 10px;
  color: #17211b;
  flex: 1 1 auto;
  font: inherit;
  font-size: 14px;
  min-height: 44px;
  min-width: 0;
  padding: 9px 11px;
}

.smartform-locker-picker__count {
  color: #59675e;
  flex: 0 0 auto;
  font-size: 12px;
  font-weight: 700;
}

.smartform-locker-picker__content {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.7fr);
  min-height: 0;
}

.smartform-locker-picker__map {
  align-items: center;
  background: #eef4ef;
  color: #526158;
  display: flex;
  font-size: 13px;
  height: min(66vh, 650px);
  justify-content: center;
  min-height: 430px;
  overflow: hidden;
  text-align: center;
}

.smartform-locker-picker__map.is-unavailable {
  padding: 24px;
}

.smartform-locker-picker__list {
  border-left: 1px solid #e3e9e5;
  display: grid;
  gap: 8px;
  height: min(66vh, 650px);
  min-height: 430px;
  overflow: auto;
  padding: 10px;
}

.smartform-locker-picker__point {
  background: #ffffff;
  border: 1px solid #d7e1da;
  border-radius: 11px;
  color: #17211b;
  cursor: pointer;
  display: grid;
  font: inherit;
  gap: 4px;
  min-height: 0;
  padding: 11px 12px;
  text-align: left;
  width: 100%;
}

.smartform-locker-picker__point:hover {
  background: #f2f8f4;
  border-color: #72a989;
}

.smartform-locker-picker__point strong {
  font-size: 13px;
  line-height: 1.3;
}

.smartform-locker-picker__point span {
  color: #5d6b62;
  font-size: 11px;
  line-height: 1.4;
}

.smartform-locker-picker__empty {
  align-self: start;
  color: #59675e;
  font-size: 13px;
  margin: 10px;
  text-align: center;
}

.smartform-locker-picker__map .leaflet-control-attribution {
  font-size: 9px;
}

.petnova-order-form__delivery {
  margin-bottom: 24px;
}

.petnova-order-form__panel {
  background: #f7f9f7;
  border: 1px solid #e4eae5;
  border-radius: 16px;
  padding: 16px;
}

.petnova-order-form__grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 100%;
  min-width: 0;
  width: 100%;
}

.petnova-order-form__grid > * {
  max-width: 100%;
  min-width: 0;
}

.petnova-order-form__field {
  box-sizing: border-box;
  display: grid;
  gap: 6px;
  max-width: 100%;
  min-width: 0;
  width: 100%;
}

.petnova-order-form__field--wide {
  grid-column: 1 / -1;
}

.petnova-order-form__field > span {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.petnova-order-form__field input,
.petnova-order-form__field select,
.petnova-order-form__field textarea {
  appearance: none;
  background: #ffffff;
  border: 1px solid #cfd9d1;
  border-radius: 10px;
  color: #17211b;
  box-sizing: border-box;
  font: inherit;
  font-size: 14px;
  line-height: 1.35;
  margin: 0;
  max-width: 100%;
  min-width: 0;
  min-height: 42px;
  padding: 9px 10px;
  width: 100%;
}

.petnova-order-form__field input::placeholder,
.petnova-order-form__field textarea::placeholder {
  color: #7c8780;
  font-size: 12px;
  opacity: 1;
}

.petnova-order-form__field select:invalid {
  color: #7c8780;
  font-size: 12px;
}

.petnova-order-form__field textarea {
  min-height: 90px;
  resize: vertical;
}

.petnova-order-form__field input:focus,
.petnova-order-form__field select:focus,
.petnova-order-form__field textarea:focus {
  border-color: var(--petnova-accent);
  box-shadow: 0 0 0 3px
    color-mix(in srgb, var(--petnova-accent) 16%, transparent);
  outline: none;
}

.petnova-order-form__field [aria-invalid="true"] {
  border-color: #b42318;
  box-shadow: 0 0 0 2px rgba(180, 35, 24, 0.12);
}

.petnova-order-form__marketing {
  align-items: center;
  color: #4d5a51;
  display: flex;
  font-size: 13px;
  gap: 10px;
  margin: 12px 2px 0;
}

.petnova-order-form__marketing input {
  accent-color: var(--petnova-accent);
  flex: 0 0 auto;
  height: 18px;
  margin: 0;
  width: 18px;
}

.petnova-order-form__confirmation-consent {
  align-items: flex-start;
  background: color-mix(in srgb, var(--petnova-accent) 6%, #ffffff);
  border: 1px solid color-mix(in srgb, var(--petnova-accent) 28%, #d8e2da);
  border-radius: 12px;
  color: #334139;
  cursor: pointer;
  display: flex;
  font-size: 12px;
  gap: 10px;
  line-height: 1.45;
  margin: 14px 0 0;
  padding: 12px 14px;
}

.petnova-order-form__confirmation-consent[hidden] {
  display: none;
}

.petnova-order-form__confirmation-consent input {
  accent-color: var(--petnova-accent);
  flex: 0 0 auto;
  height: 18px;
  margin: 0;
  width: 18px;
}

.petnova-order-form__confirmation-consent input[aria-invalid="true"] {
  outline: 2px solid #b42318;
  outline-offset: 2px;
}

.petnova-order-form__validation-status {
  margin: 12px 0 0;
}

.petnova-order-form__honeypot {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}

.petnova-order-form__submit {
  animation: petnova-submit-shake 5s ease-in-out infinite;
  background: var(--petnova-accent);
  border: 0;
  border-radius: 12px;
  color: #ffffff;
  cursor: pointer;
  display: grid;
  font: inherit;
  gap: 3px;
  font-weight: 900;
  min-height: 54px;
  padding: 14px 22px;
  transition:
    filter 160ms ease,
    transform 160ms ease;
  width: 100%;
}

.petnova-order-form__submit-label {
  display: block;
  font-size: 16px;
}

.petnova-order-form__submit-subtitle {
  display: block;
  font-size: 12px;
  font-weight: 700;
  opacity: 0.9;
}

@keyframes petnova-submit-shake {
  0%,
  75%,
  100% {
    transform: translateX(0);
  }
  77% {
    transform: translateX(-5px) rotate(-0.5deg);
  }
  79% {
    transform: translateX(5px) rotate(0.5deg);
  }
  81% {
    transform: translateX(-4px) rotate(-0.4deg);
  }
  83% {
    transform: translateX(4px) rotate(0.4deg);
  }
  85% {
    transform: translateX(0);
  }
}

.petnova-order-form__submit:hover:not(:disabled) {
  filter: brightness(0.92);
  transform: translateY(-1px);
}

.petnova-order-form__submit:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--petnova-accent) 30%, transparent);
  outline-offset: 3px;
}

.petnova-order-form__submit:disabled {
  animation: none;
  cursor: not-allowed;
  opacity: 0.55;
}

[data-smartform-external-button],
[data-smartform-external-button-v3] {
  transform-origin: center;
}

/* Keep generated and runtime-refreshed buttons visually identical. The
   important overrides also migrate installed snippets whose copy wrapper has
   an older inline horizontal/grid layout. */
[data-smartform-external-button-copy] {
  align-items: center !important;
  display: flex !important;
  flex: 1 1 auto;
  flex-direction: column !important;
  gap: 2px !important;
  justify-content: center !important;
  min-width: 0;
  width: 100%;
}

[data-smartform-external-button-text],
[data-smartform-external-button-subtitle] {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

[data-smartform-external-button-text] {
  text-align: center !important;
  width: 100%;
}

[data-smartform-external-button-subtitle] {
  text-align: center !important;
  width: 100%;
}

[data-smartform-external-button]:hover,
[data-smartform-external-button-v3]:hover {
  filter: brightness(0.96);
}

[data-smartform-external-button]:focus-visible,
[data-smartform-external-button-v3]:focus-visible {
  outline: 3px solid rgba(37, 99, 235, 0.28);
  outline-offset: 3px;
}

[data-smartform-external-button][data-smartform-animation="shake"],
[data-smartform-external-button-v3][data-smartform-animation="shake"] {
  animation: smartform-external-shake 4s ease-in-out infinite;
  will-change: transform;
}

[data-smartform-external-button][data-smartform-animation="pulse"],
[data-smartform-external-button-v3][data-smartform-animation="pulse"] {
  animation: smartform-external-pulse 2.2s ease-in-out infinite;
  will-change: transform;
}

[data-smartform-external-button][data-smartform-animation="bounce"],
[data-smartform-external-button-v3][data-smartform-animation="bounce"] {
  animation: smartform-external-bounce 2.4s ease-in-out infinite;
  will-change: transform;
}

[data-smartform-external-button][data-smartform-animation="glow"],
[data-smartform-external-button-v3][data-smartform-animation="glow"] {
  animation: smartform-external-glow 2.2s ease-in-out infinite;
  will-change: filter;
}

[data-smartform-external-button][data-smartform-animation="float"],
[data-smartform-external-button-v3][data-smartform-animation="float"] {
  animation: smartform-external-float 3s ease-in-out infinite;
  will-change: transform;
}

[data-smartform-external-button][data-smartform-animation="heartbeat"],
[data-smartform-external-button-v3][data-smartform-animation="heartbeat"] {
  animation: smartform-external-heartbeat 2.6s ease-in-out infinite;
  will-change: transform;
}

@keyframes smartform-external-shake {
  0%,
  78%,
  100% {
    transform: translateX(0);
  }
  82% {
    transform: translateX(-6px);
  }
  86% {
    transform: translateX(6px);
  }
  90% {
    transform: translateX(-4px);
  }
  94% {
    transform: translateX(3px);
  }
}

@keyframes smartform-external-pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.045);
  }
}

@keyframes smartform-external-bounce {
  0%,
  68%,
  100% {
    transform: translateY(0);
  }
  76% {
    transform: translateY(-8px);
  }
  84% {
    transform: translateY(0);
  }
  90% {
    transform: translateY(-4px);
  }
}

@keyframes smartform-external-glow {
  0%,
  100% {
    filter: brightness(1) drop-shadow(0 0 0 rgba(59, 130, 246, 0));
  }
  50% {
    filter: brightness(1.12) drop-shadow(0 0 12px rgba(59, 130, 246, 0.58));
  }
}

@keyframes smartform-external-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

@keyframes smartform-external-heartbeat {
  0%,
  64%,
  100% {
    transform: scale(1);
  }
  70% {
    transform: scale(1.055);
  }
  76% {
    transform: scale(1);
  }
  82% {
    transform: scale(1.035);
  }
  88% {
    transform: scale(1);
  }
}

@media (max-width: 760px) {
  .smartform-locker-picker {
    align-items: end;
    padding: 6px;
  }

  .smartform-locker-picker__dialog {
    border-radius: 15px;
    max-height: calc(100vh - 12px);
  }

  .smartform-locker-picker__header {
    padding: 10px 10px 10px 14px;
  }

  .smartform-locker-picker__controls {
    align-items: stretch;
    flex-direction: column;
    gap: 6px;
  }

  .smartform-locker-picker__count {
    padding-left: 2px;
  }

  .smartform-locker-picker__content {
    grid-template-columns: 1fr;
  }

  .smartform-locker-picker__map {
    height: 38vh;
    min-height: 250px;
  }

  .smartform-locker-picker__list {
    border-left: 0;
    border-top: 1px solid #e3e9e5;
    height: 31vh;
    min-height: 180px;
  }

  .smartform-locker-picker__iframe {
    height: calc(100vh - 76px);
    min-height: 520px;
  }

  .smartform-popup {
    align-items: end;
    padding: 8px;
  }

  .smartform-popup__dialog {
    max-height: calc(100vh - 16px);
  }

  .smartform-popup__close {
    right: 10px;
    top: 10px;
  }

  .petnova-order-form__grid {
    grid-template-columns: 1fr;
  }

  .petnova-order-form__field--wide {
    grid-column: auto;
  }

  .petnova-order-form__shell {
    border-radius: 18px;
  }

  .smartform-global-form-configured
    :is(.smartform-heading-mode--timer, .smartform-heading-mode--animated_offer)
    .smartform-heading-presentation__surface {
    align-items: flex-start;
    padding: 11px 12px;
  }

  .smartform-global-form-configured .smartform-heading-timer__segment {
    min-width: 40px;
    padding-inline: 5px;
  }

  .smartform-global-form-configured .smartform-heading-timer__value {
    font-size: 14px;
  }

  .petnova-offer-card {
    padding: 10px;
  }

  .petnova-offer-card__image {
    height: 46px;
    margin-left: 8px;
    width: 46px;
  }

  .petnova-upsells {
    grid-template-columns: 1fr;
  }

  .petnova-upsell-card {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .petnova-upsell-card__action {
    grid-column: 2;
    justify-self: start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .petnova-order-form *,
  .petnova-order-form *::before,
  .petnova-order-form *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .petnova-order-form__submit {
    animation: none !important;
  }

  .petnova-offer-card__badge,
  .petnova-offer-card__badge::after {
    animation: none !important;
  }

  .petnova-offer-card__badge--animation-shine::after {
    display: none;
  }

  [data-smartform-external-button],
  [data-smartform-external-button-v3] {
    animation: none !important;
  }

  .petnova-order-form__confirmation.is-visible,
  .petnova-order-form__confirmation-icon,
  .smartform-popup.is-open .smartform-popup__dialog {
    animation: none !important;
    opacity: 1;
    transform: none;
  }

  .smartform-global-form-configured .smartform-heading-presentation__surface {
    animation: none !important;
    transform: none !important;
  }

  .smartform-global-form-configured
    .smartform-heading-mode--text
    .smartform-heading-presentation__content,
  .smartform-global-form-configured
    .smartform-heading-mode--text
    .smartform-heading-presentation__title::after {
    animation: none !important;
    transform: none !important;
  }

  .smartform-global-form-configured
    .smartform-heading-presentation__surface::after {
    animation: none !important;
    display: none;
  }

  .smartform-global-form-configured
    .smartform-heading-mode--text
    .smartform-heading-presentation__title::after {
    display: none !important;
  }

  .smartform-global-form-configured .smartform-review-carousel__card {
    transition: none !important;
  }
}

.petnova-payment-methods {
  display: grid;
  gap: 12px;
}

.petnova-payment-method {
  align-items: flex-start;
  background: #fff;
  border: 1px solid #d8e2da;
  border-radius: 14px;
  cursor: pointer;
  display: flex;
  gap: 12px;
  padding: 15px 16px;
  position: relative;
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.petnova-payment-method--badged {
  padding-top: 40px;
}

.petnova-payment-method:hover {
  border-color: var(--petnova-accent);
  transform: translateY(-1px);
}

.petnova-payment-method.is-selected {
  border-color: var(--petnova-accent);
  box-shadow: 0 0 0 2px
    color-mix(in srgb, var(--petnova-accent) 18%, transparent);
}

.petnova-payment-method:focus-within {
  outline: 2px solid var(--petnova-accent);
  outline-offset: 2px;
}

.petnova-payment-method > input {
  accent-color: var(--petnova-accent);
  flex: 0 0 auto;
  height: 18px;
  margin: 3px 0 0;
  width: 18px;
}

.petnova-payment-method__copy {
  display: grid;
  gap: 3px;
}

.petnova-payment-method__title {
  color: #17211b;
  font-size: 15px;
}

.petnova-payment-method__description {
  color: #66726a;
  font-size: 13px;
  line-height: 1.4;
}

.petnova-payment-method__badge {
  background: #176b43;
  border-radius: 0 14px 0 12px;
  box-sizing: border-box;
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.045em;
  line-height: 1.2;
  max-width: calc(100% - 24px);
  overflow-wrap: anywhere;
  padding: 7px 11px;
  position: absolute;
  right: -1px;
  text-align: center;
  text-transform: uppercase;
  top: -1px;
}

.petnova-order-form__payment-fieldset ~ .petnova-order-form__submit {
  margin-top: 20px;
}

/* Global Form Configuration ------------------------------------------------ */

.smartform-global-form-configured .petnova-order-form__shell {
  background: var(--smartform-form-background, #ffffff);
  border-color: var(--smartform-form-border, #dce5e9);
  border-radius: var(--smartform-form-radius, 16px);
  border-width: var(--smartform-form-border-width, 1px);
  box-shadow: var(--smartform-form-shadow, 0 8px 24px rgba(15, 23, 42, 0.08));
  color: var(--smartform-form-text, #17211b);
  font-size: var(--smartform-form-text-size, 16px);
  font-style: var(--smartform-form-style, normal);
  font-weight: var(--smartform-form-weight, 600);
  text-decoration: var(--smartform-form-decoration, none);
}

.smartform-global-form-configured .petnova-order-form__blocks {
  display: grid;
  gap: var(--smartform-form-spacing, 14px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 100%;
  min-width: 0;
  width: 100%;
}

.smartform-global-form-configured .petnova-order-form__blocks > * {
  max-width: 100%;
  min-width: 0;
}

.smartform-global-form-configured .petnova-order-form__block {
  grid-column: 1 / -1;
  margin: 0;
  min-width: 0;
}

.smartform-global-form-configured .petnova-order-form__block--field {
  align-items: center;
  display: grid;
  gap: 5px 9px;
  grid-column: 1 / -1;
  grid-template-columns: auto minmax(0, 1fr);
}

[data-smartform-duplicate-root] {
  display: none !important;
}

.smartform-global-form-configured
  .petnova-order-form__block--field.petnova-order-form__field--wide {
  grid-column: 1 / -1;
}

.smartform-global-form-configured .petnova-order-form__field-icon {
  align-items: center;
  align-self: end;
  background: var(--smartform-field-icon-background, #f1f5f3);
  border-radius: calc(var(--smartform-field-radius, 10px) * 0.72);
  clip: auto;
  clip-path: none;
  color: var(--smartform-field-icon, #64716a);
  display: none;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  grid-column: 1;
  grid-row: 2;
  height: calc(var(--smartform-field-height, 48px) - 8px);
  justify-content: center;
  margin: 0 0 4px 4px;
  overflow: visible;
  pointer-events: none;
  position: relative;
  white-space: normal;
  width: calc(var(--smartform-field-height, 48px) - 8px);
  z-index: 1;
}

.smartform-global-form-configured.smartform-show-field-icons
  .petnova-order-form__field-icon {
  display: flex;
}

.smartform-global-form-configured .petnova-order-form__field-icon > svg {
  display: block;
  height: 18px;
  width: 18px;
}

.smartform-global-form-configured .petnova-order-form__field-label {
  clip: auto;
  clip-path: none;
  color: var(--smartform-form-text, #17211b);
  font-size: 13px;
  font-style: inherit;
  font-weight: 700;
  grid-column: 1 / -1;
  grid-row: 1;
  height: auto;
  overflow: visible;
  overflow-wrap: anywhere;
  position: static;
  text-align: var(--smartform-label-align, left);
  white-space: normal;
  width: auto;
}

.smartform-global-form-configured.smartform-hide-field-labels
  .petnova-order-form__field-label {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.smartform-global-form-configured .petnova-order-form__field input,
.smartform-global-form-configured .petnova-order-form__field select,
.smartform-global-form-configured .petnova-order-form__field textarea {
  background: var(--smartform-field-background, #ffffff);
  border-color: var(--smartform-field-border, #c0c9c4);
  border-radius: var(--smartform-field-radius, 10px);
  border-width: var(--smartform-field-border-width, 1px);
  color: var(--smartform-field-text, #212529);
  grid-column: 1 / -1;
  grid-row: 2;
  min-height: var(--smartform-field-height, 48px);
}

.smartform-global-form-configured.smartform-show-field-icons
  .petnova-order-form__field
  input,
.smartform-global-form-configured.smartform-show-field-icons
  .petnova-order-form__field
  select,
.smartform-global-form-configured.smartform-show-field-icons
  .petnova-order-form__field
  textarea {
  grid-column: 1 / -1;
  padding-left: calc(var(--smartform-field-height, 48px) + 7px);
}

.smartform-global-form-configured .petnova-order-form__field textarea {
  min-height: max(90px, var(--smartform-field-height, 48px));
  padding-top: 13px;
}

.smartform-global-form-configured .petnova-order-form__field-helper {
  color: color-mix(
    in srgb,
    var(--smartform-form-text, #17211b) 70%,
    transparent
  );
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  grid-column: 1 / -1;
  grid-row: 3;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.smartform-global-form-configured.smartform-hide-field-labels
  .petnova-order-form__field-icon,
.smartform-global-form-configured.smartform-hide-field-labels
  .petnova-order-form__field
  input,
.smartform-global-form-configured.smartform-hide-field-labels
  .petnova-order-form__field
  select,
.smartform-global-form-configured.smartform-hide-field-labels
  .petnova-order-form__field
  textarea {
  grid-row: 1;
}

.smartform-global-form-configured.smartform-hide-field-labels
  .petnova-order-form__field-helper {
  grid-row: 2;
}

.smartform-global-form-configured .petnova-order-form__header {
  color: var(--smartform-form-text, #17211b);
  max-width: none;
}

.smartform-global-form-configured .smartform-heading-presentation {
  --smartform-heading-text: var(--smartform-form-text, #17211b);
  --smartform-heading-background: #eef8ff;
  --smartform-heading-accent: #2388c3;
  --smartform-heading-border: #b9deef;
  --smartform-heading-radius: 14px;
  color: var(--smartform-heading-text);
  overflow: visible;
  text-align: left;
}

.smartform-global-form-configured .smartform-heading-presentation__surface {
  align-items: center;
  background: var(--smartform-heading-background);
  box-sizing: border-box;
  display: flex;
  gap: 11px;
  isolation: isolate;
  justify-content: flex-start;
  margin: 0;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.smartform-global-form-configured
  .smartform-heading-align--center
  .smartform-heading-presentation__surface {
  justify-content: center;
  text-align: center;
}

.smartform-global-form-configured .smartform-heading-presentation__content {
  display: grid;
  gap: 3px;
  min-width: 0;
  position: relative;
  z-index: 1;
}

.smartform-global-form-configured
  .smartform-heading-align--center:not(.smartform-heading-has-emoji)
  .smartform-heading-presentation__content {
  justify-items: center;
  text-align: center;
  width: 100%;
}

.smartform-global-form-configured .smartform-heading-presentation__eyebrow {
  color: var(--smartform-heading-accent);
  font-size: 10px;
  letter-spacing: 0.095em;
  margin: 0;
}

.smartform-global-form-configured .smartform-heading-presentation__title {
  color: var(--smartform-heading-text);
  font-size: clamp(22px, 4vw, 34px);
  letter-spacing: -0.035em;
  line-height: 1.08;
  margin: 0;
  overflow-wrap: anywhere;
}

.smartform-global-form-configured
  :is(
    .smartform-heading-mode--timer,
    .smartform-heading-mode--animated_offer,
    .smartform-heading-mode--premium_badge
  )
  .smartform-heading-presentation__surface {
  border: 1px solid var(--smartform-heading-border);
  border-radius: var(--smartform-heading-radius);
  color: var(--smartform-heading-text);
  padding: 12px 14px;
}

.smartform-global-form-configured
  :is(.smartform-heading-mode--timer, .smartform-heading-mode--animated_offer)
  .smartform-heading-presentation__title {
  font-size: clamp(15px, 2.8vw, 18px);
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.smartform-global-form-configured
  .smartform-heading-mode--premium_badge
  .smartform-heading-presentation__surface {
  display: inline-flex;
  min-height: 38px;
  padding: 8px 13px;
  width: auto;
}

.smartform-global-form-configured
  .smartform-heading-align--center.smartform-heading-mode--premium_badge {
  text-align: center;
}

.smartform-global-form-configured
  .smartform-heading-align--center.smartform-heading-mode--premium_badge
  .smartform-heading-presentation__surface {
  margin-inline: auto;
}

.smartform-global-form-configured
  .smartform-heading-mode--premium_badge
  .smartform-heading-presentation__title {
  font-size: 13px;
  letter-spacing: 0.01em;
  line-height: 1.2;
}

.smartform-global-form-configured
  .smartform-heading-mode--premium_badge
  .smartform-heading-presentation__eyebrow {
  font-size: 8px;
  letter-spacing: 0.08em;
}

.smartform-global-form-configured .smartform-heading-presentation__emoji {
  align-items: center;
  background: color-mix(
    in srgb,
    var(--smartform-heading-accent) 13%,
    transparent
  );
  border: 1px solid
    color-mix(in srgb, var(--smartform-heading-accent) 24%, transparent);
  border-radius: calc(var(--smartform-heading-radius) * 0.62);
  color: var(--smartform-heading-accent);
  display: flex;
  flex: 0 0 auto;
  font-size: 20px;
  height: 38px;
  justify-content: center;
  line-height: 1;
  position: relative;
  user-select: none;
  width: 38px;
  z-index: 1;
}

.smartform-global-form-configured
  .smartform-heading-mode--premium_badge
  .smartform-heading-presentation__emoji {
  border-radius: 999px;
  font-size: 15px;
  height: 26px;
  width: 26px;
}

.smartform-global-form-configured
  :is(
    .smartform-heading-mode--timer,
    .smartform-heading-mode--animated_offer,
    .smartform-heading-mode--premium_badge
  ).smartform-heading-variant--minimal
  .smartform-heading-presentation__surface {
  background: var(--smartform-heading-background);
  border-color: transparent;
}

.smartform-global-form-configured
  :is(
    .smartform-heading-mode--timer,
    .smartform-heading-mode--animated_offer,
    .smartform-heading-mode--premium_badge
  ).smartform-heading-variant--soft
  .smartform-heading-presentation__surface {
  background: var(--smartform-heading-background);
}

.smartform-global-form-configured
  :is(
    .smartform-heading-mode--timer,
    .smartform-heading-mode--animated_offer,
    .smartform-heading-mode--premium_badge
  ).smartform-heading-variant--solid
  .smartform-heading-presentation__surface {
  background: var(--smartform-heading-background);
  border-color: color-mix(
    in srgb,
    var(--smartform-heading-accent) 42%,
    var(--smartform-heading-border)
  );
}

.smartform-global-form-configured
  :is(
    .smartform-heading-mode--timer,
    .smartform-heading-mode--animated_offer,
    .smartform-heading-mode--premium_badge
  ).smartform-heading-variant--gradient
  .smartform-heading-presentation__surface {
  background: linear-gradient(
    135deg,
    var(--smartform-heading-background),
    color-mix(
      in srgb,
      var(--smartform-heading-background) 74%,
      var(--smartform-heading-accent)
    )
  );
  border-color: color-mix(
    in srgb,
    var(--smartform-heading-accent) 34%,
    var(--smartform-heading-border)
  );
}

.smartform-global-form-configured
  :is(
    .smartform-heading-mode--timer,
    .smartform-heading-mode--animated_offer,
    .smartform-heading-mode--premium_badge
  ).smartform-heading-variant--outline
  .smartform-heading-presentation__surface {
  background: var(--smartform-heading-background);
  border-color: var(--smartform-heading-accent);
}

.smartform-global-form-configured
  .smartform-heading-mode--timer:not(.smartform-heading-variant--minimal)
  .smartform-heading-presentation__surface {
  border-color: var(--smartform-heading-border);
}

.smartform-global-form-configured
  :is(
    .smartform-heading-mode--timer,
    .smartform-heading-mode--animated_offer,
    .smartform-heading-mode--premium_badge
  ).smartform-heading-shadow--subtle
  .smartform-heading-presentation__surface {
  box-shadow: 0 8px 22px
    color-mix(in srgb, var(--smartform-heading-accent) 10%, transparent);
}

.smartform-global-form-configured
  :is(
    .smartform-heading-mode--timer,
    .smartform-heading-mode--animated_offer,
    .smartform-heading-mode--premium_badge
  ).smartform-heading-shadow--medium
  .smartform-heading-presentation__surface {
  box-shadow: 0 13px 30px
    color-mix(in srgb, var(--smartform-heading-accent) 17%, transparent);
}

/* Plain-text headings and authored text blocks never inherit the promotional
   card surface. Inline colors are reset with !important because the runtime
   applies the configured card background before it knows the final mode. */
.smartform-global-form-configured
  .smartform-heading-mode--text
  .smartform-heading-presentation__surface {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: visible;
  padding: 0;
}

.smartform-global-form-configured .smartform-heading-timer {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 6px;
}

.smartform-global-form-configured
  .smartform-heading-align--center
  .smartform-heading-timer {
  justify-content: center;
}

.smartform-global-form-configured .smartform-heading-timer__segment {
  align-items: center;
  background: var(--smartform-heading-cell-background, #ffffff);
  border: 1px solid var(--smartform-heading-border);
  border-radius: 8px;
  display: grid;
  min-width: 44px;
  padding: 5px 7px;
  text-align: center;
}

.smartform-global-form-configured .smartform-heading-timer__value {
  color: var(--smartform-heading-text);
  font-size: 15px;
  font-variant-numeric: tabular-nums;
  font-weight: 850;
  letter-spacing: -0.02em;
  line-height: 1;
}

.smartform-global-form-configured .smartform-heading-timer__label {
  color: color-mix(in srgb, var(--smartform-heading-text) 64%, transparent);
  font-size: 7px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 3px;
  text-transform: uppercase;
}

.smartform-global-form-configured .smartform-heading-timer__expired {
  color: var(--smartform-heading-accent);
  font-size: 12px;
  font-weight: 800;
}

/* Timer template 1: separate premium cards. */
.smartform-global-form-configured .smartform-heading-timer--cards {
  gap: 6px;
}

.smartform-global-form-configured
  .smartform-heading-timer--cards
  .smartform-heading-timer__segment {
  min-width: 42px;
  padding: 6px;
}

/* Timer template 2: a single compact pill with clock-like separators. */
.smartform-global-form-configured .smartform-heading-timer--compact {
  align-self: start;
  background: var(--smartform-heading-cell-background, #ffffff);
  border: 1px solid var(--smartform-heading-border);
  border-radius: 999px;
  box-shadow:
    0 8px 18px
      color-mix(in srgb, var(--smartform-heading-accent) 22%, transparent),
    inset 0 1px 0
      color-mix(in srgb, var(--smartform-heading-background) 24%, transparent);
  gap: 3px;
  padding: 6px 11px;
  width: fit-content;
}

.smartform-global-form-configured
  .smartform-heading-align--center
  .smartform-heading-timer--compact {
  justify-self: center;
}

.smartform-global-form-configured
  .smartform-heading-timer--compact
  .smartform-heading-timer__segment {
  align-items: baseline;
  background: transparent;
  border: 0;
  border-radius: 0;
  display: flex;
  gap: 3px;
  min-width: 0;
  padding: 0 3px;
  position: relative;
}

.smartform-global-form-configured
  .smartform-heading-timer--compact
  .smartform-heading-timer__segment
  + .smartform-heading-timer__segment::before {
  color: color-mix(in srgb, var(--smartform-heading-text) 70%, transparent);
  content: ":";
  font-size: 14px;
  font-weight: 800;
  left: -2px;
  position: absolute;
  top: 1px;
}

.smartform-global-form-configured
  .smartform-heading-timer--compact
  .smartform-heading-timer__value {
  color: var(--smartform-heading-text);
  font-size: 17px;
}

.smartform-global-form-configured
  .smartform-heading-timer--compact
  .smartform-heading-timer__label {
  clip: auto;
  clip-path: none;
  font-size: 8px;
  height: auto;
  margin-top: 0;
  overflow: visible;
  position: static;
  white-space: nowrap;
  width: auto;
}

/* Timer template 3: editorial, borderless numbers. */
.smartform-global-form-configured .smartform-heading-timer--minimal {
  gap: 12px;
}

.smartform-global-form-configured
  .smartform-heading-timer--minimal
  .smartform-heading-timer__segment {
  background: transparent;
  border: 0;
  border-radius: 0;
  min-width: 0;
  padding: 2px 0;
  position: relative;
}

.smartform-global-form-configured
  .smartform-heading-timer--minimal
  .smartform-heading-timer__segment
  + .smartform-heading-timer__segment::before {
  color: color-mix(in srgb, var(--smartform-heading-text) 48%, transparent);
  content: ":";
  font-size: 16px;
  font-weight: 800;
  left: -8px;
  position: absolute;
  top: 1px;
}

.smartform-global-form-configured
  .smartform-heading-timer--minimal
  .smartform-heading-timer__value {
  color: var(--smartform-heading-accent);
  font-size: 19px;
}

.smartform-global-form-configured
  .smartform-heading-timer--minimal
  .smartform-heading-timer__label {
  font-size: 7px;
  letter-spacing: 0.04em;
}

.smartform-global-form-configured .smartform-content-block {
  box-sizing: border-box;
  min-width: 0;
  width: 100%;
}

.smartform-global-form-configured
  .smartform-block-text-sized
  :is(
    .petnova-order-form__field-label,
    .petnova-order-form__field input,
    .petnova-order-form__field select,
    .petnova-order-form__field textarea,
    .petnova-order-form__fieldset > legend,
    .petnova-order-form__order-summary-title,
    .petnova-order-form__submit-label,
    .smartform-content-action__label,
    .smartform-content-link-button__label,
    .smartform-content-image__caption-label,
    .smartform-review-carousel__title
  ) {
  font-size: var(--smartform-block-text-size, 16px) !important;
}

.smartform-global-form-configured .petnova-order-form__field input::placeholder,
.smartform-global-form-configured
  .petnova-order-form__field
  textarea::placeholder,
.smartform-global-form-configured .petnova-order-form__field select:invalid,
.smartform-global-form-configured
  .petnova-order-form__field
  select:has(> option[value=""]:checked) {
  font-size: var(--smartform-field-placeholder-size, 12px) !important;
}

.smartform-global-form-configured
  .smartform-block-text-sized
  :is(
    .petnova-order-form__field-helper,
    .petnova-order-form__submit-subtitle,
    .smartform-content-action__helper,
    .smartform-content-link-button__helper,
    .smartform-content-image__caption-helper,
    .smartform-review-carousel__helper
  ) {
  font-size: var(--smartform-block-subtitle-size, 12px) !important;
}

.smartform-global-form-configured
  .smartform-block-text-sized.smartform-heading-mode--text
  .smartform-heading-presentation__title {
  font-size: var(--smartform-block-text-size, 18px) !important;
}

.smartform-global-form-configured
  .smartform-block-text-sized:is(
    .smartform-heading-mode--timer,
    .smartform-heading-mode--animated_offer
  )
  .smartform-heading-presentation__title {
  font-size: var(--smartform-block-text-size, 16px) !important;
}

.smartform-global-form-configured
  .smartform-block-text-sized.smartform-heading-mode--premium_badge
  .smartform-heading-presentation__title {
  font-size: var(--smartform-block-text-size, 18px) !important;
}

.smartform-global-form-configured
  .smartform-block-text-sized
  .smartform-heading-presentation__eyebrow {
  font-size: var(--smartform-block-subtitle-size, 12px) !important;
}

.smartform-global-form-configured
  .smartform-block-text-sized.smartform-heading-mode--premium_badge
  .smartform-heading-presentation__eyebrow {
  font-size: var(--smartform-block-subtitle-size, 11px) !important;
}

.smartform-global-form-configured
  .smartform-block-text-sized
  .smartform-heading-timer__value {
  font-size: var(--smartform-block-text-size, 16px) !important;
}

.smartform-global-form-configured
  .smartform-block-text-sized
  .smartform-heading-timer__label {
  font-size: var(--smartform-block-subtitle-size, 10px) !important;
}

.smartform-global-form-configured
  .smartform-block-text-sized
  :is(
    .petnova-order-form__order-summary-offer,
    .petnova-order-form__order-summary-shipping,
    .petnova-shipping-rate__name
  ) {
  font-size: var(--smartform-block-text-size, 16px) !important;
}

.smartform-global-form-configured
  .smartform-block-text-sized
  .petnova-shipping-rate__locker-button {
  font-size: calc(var(--smartform-block-text-size, 16px) * 0.82) !important;
}

.smartform-global-form-configured
  .smartform-block-text-sized
  :is(
    .petnova-shipping-rate__locker-summary,
    .smartform-review-carousel__text,
    .smartform-review-carousel__stars,
    .smartform-review-carousel__author,
    .smartform-review-carousel__avatar
  ) {
  font-size: var(--smartform-block-subtitle-size, 11px) !important;
}

.smartform-global-form-configured
  .smartform-block-text-sized
  .petnova-order-form__order-summary-total {
  font-size: var(--smartform-block-text-size, 16px) !important;
}

.smartform-global-form-configured .smartform-partial-text-color {
  color: var(--smartform-partial-text-color, inherit) !important;
}

.smartform-global-form-configured .smartform-content-action,
.smartform-global-form-configured .smartform-content-link-button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: var(--smartform-submit-radius, 10px);
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  font: inherit;
  gap: 11px;
  justify-content: flex-start;
  min-height: 56px;
  padding: 10px 14px;
  text-align: left;
  text-decoration: none;
  transition:
    box-shadow 160ms ease,
    filter 160ms ease,
    transform 160ms ease;
  width: 100%;
}

.smartform-global-form-configured .smartform-content-action {
  background: var(--smartform-action-background, #17211b);
  border-color: var(--smartform-action-border, #17211b);
  border-radius: var(--smartform-action-radius, 12px);
  border-width: var(--smartform-action-border-width, 0);
  box-shadow: var(
    --smartform-action-shadow,
    0 16px 38px rgba(15, 23, 42, 0.14)
  );
  color: var(--smartform-action-text, #ffffff);
  display: grid;
  font-style: var(--smartform-action-style, normal);
  gap: 8px;
  grid-template-columns: minmax(0, 1fr);
  min-height: 50px;
  padding: 7px 12px;
  text-align: center;
  text-decoration: var(--smartform-action-decoration, none);
}

.smartform-global-form-configured .smartform-content-action.has-leading-icon {
  grid-template-columns: 30px minmax(0, 1fr);
}

.smartform-global-form-configured
  .smartform-content-action.has-leading-icon.has-trailing-emoji {
  grid-template-columns: 30px minmax(0, 1fr) 30px;
}

.smartform-global-form-configured
  :is(
    .smartform-content-block--whatsapp_button,
    .smartform-content-block--card_payment_button
  ) {
  max-width: 100%;
  min-width: 0;
  width: 100%;
}

.smartform-global-form-configured .smartform-content-action--whatsapp_button,
.smartform-global-form-configured
  .smartform-content-action--card_payment_button {
  isolation: isolate;
  position: relative;
}

.smartform-global-form-configured .smartform-content-action:hover,
.smartform-global-form-configured .smartform-content-link-button:hover {
  filter: brightness(1.035);
  transform: translateY(-1px);
}

.smartform-global-form-configured .smartform-content-action:focus-visible,
.smartform-global-form-configured .smartform-content-link-button:focus-visible,
.smartform-global-form-configured .smartform-content-image__link:focus-visible {
  outline: 3px solid
    color-mix(
      in srgb,
      var(--smartform-heading-accent, #2388c3) 48%,
      transparent
    );
  outline-offset: 3px;
}

.smartform-global-form-configured .smartform-content-action:disabled {
  cursor: not-allowed;
  filter: grayscale(0.3);
  opacity: 0.58;
  transform: none;
}

.smartform-global-form-configured .smartform-content-action__icon {
  align-items: center;
  background: color-mix(in srgb, currentColor 12%, transparent);
  border: 1px solid color-mix(in srgb, currentColor 16%, transparent);
  border-radius: 9px;
  display: flex;
  flex: 0 0 auto;
  height: 30px;
  justify-content: center;
  width: 30px;
}

.smartform-global-form-configured .smartform-content-action__icon svg {
  height: 18px;
  width: 18px;
}

.smartform-global-form-configured .smartform-content-action__content,
.smartform-global-form-configured .smartform-content-link-button__content {
  display: grid;
  flex: 1 1 auto;
  gap: 1px;
  min-width: 0;
}

.smartform-global-form-configured .smartform-content-action__content {
  justify-items: center;
  text-align: center;
}

.smartform-global-form-configured .smartform-content-action__emoji {
  align-items: center;
  align-self: center;
  display: inline-flex;
  font-size: 18px;
  height: 30px;
  justify-content: center;
  line-height: 1;
  width: 30px;
}

.smartform-global-form-configured .smartform-content-action__label,
.smartform-global-form-configured .smartform-content-link-button__label {
  font-size: 15px;
  font-weight: 850;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.smartform-global-form-configured .smartform-content-action__label {
  font-size: var(--smartform-action-size, 16px);
  font-weight: var(--smartform-action-weight, 800);
}

.smartform-global-form-configured .smartform-content-action__helper,
.smartform-global-form-configured .smartform-content-link-button__helper {
  color: inherit;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.3;
  opacity: 0.76;
}

.smartform-global-form-configured .smartform-content-action__helper {
  color: var(--smartform-action-subtitle, currentColor);
}

.smartform-global-form-configured .smartform-content-link-button__arrow {
  flex: 0 0 auto;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}

.smartform-global-form-configured .smartform-content-action__status {
  color: #a32121;
  display: block;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
  margin: 6px 3px 0;
}

.smartform-global-form-configured .smartform-content-action__status[hidden] {
  display: none;
}

.smartform-global-form-configured .smartform-content-block--image {
  display: grid;
  gap: 6px;
  margin: 0;
}

.smartform-global-form-configured .smartform-content-image,
.smartform-global-form-configured .smartform-content-image__link {
  border-radius: var(--smartform-form-radius, 16px);
  display: block;
  max-width: 100%;
  overflow: hidden;
  width: 100%;
}

.smartform-global-form-configured .smartform-content-image {
  height: auto;
  object-fit: cover;
}

.smartform-global-form-configured .smartform-content-image__caption {
  color: color-mix(
    in srgb,
    var(--smartform-form-text, #17211b) 70%,
    transparent
  );
  display: grid;
  font-size: 11px;
  font-weight: 600;
  gap: 1px;
  line-height: 1.35;
  margin: 0 3px;
}

.smartform-global-form-configured .smartform-content-image__caption-label {
  color: var(--smartform-form-text, #17211b);
  font-size: 12px;
  font-weight: 800;
}

.smartform-global-form-configured .smartform-content-image__caption-helper {
  color: inherit;
  font-size: 10px;
  font-weight: 600;
}

.smartform-global-form-configured .smartform-content-link-button {
  background: var(--smartform-submit-background, #17211b);
  border: var(--smartform-submit-border-width, 0) solid
    var(--smartform-submit-border, #17211b);
  border-radius: var(--smartform-submit-radius, 10px);
  box-shadow: var(
    --smartform-submit-shadow,
    0 16px 38px rgba(15, 23, 42, 0.14)
  );
  color: var(--smartform-submit-text, #ffffff);
}

.smartform-global-form-configured .smartform-content-link-button__arrow {
  color: var(--smartform-submit-subtitle, currentColor);
}

.smartform-global-form-configured .smartform-content-link-button__helper {
  color: var(--smartform-submit-subtitle, currentColor);
}

.smartform-global-form-configured .smartform-review-carousel {
  color: var(--smartform-review-text, #17211b);
  display: grid;
  gap: 8px;
}

.smartform-global-form-configured .smartform-review-carousel__heading {
  display: grid;
  gap: 1px;
  padding: 0 3px;
}

.smartform-global-form-configured .smartform-review-carousel__title {
  color: var(--smartform-form-text, #17211b);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.25;
}

.smartform-global-form-configured .smartform-review-carousel__helper {
  color: color-mix(
    in srgb,
    var(--smartform-form-text, #17211b) 65%,
    transparent
  );
  font-size: 10px;
  font-weight: 600;
  line-height: 1.35;
}

.smartform-global-form-configured .smartform-review-carousel__viewport {
  background: var(--smartform-review-background, #ffffff);
  border-radius: var(--smartform-review-radius, 16px);
  display: grid;
  isolation: isolate;
  min-width: 0;
  overflow: hidden;
}

.smartform-global-form-configured .smartform-review-carousel__card {
  background: var(--smartform-review-background, #ffffff);
  border: 1px solid var(--smartform-review-border, #dce5e9);
  border-radius: var(--smartform-review-radius, 16px);
  box-shadow: var(--smartform-review-shadow, 0 8px 24px rgba(15, 23, 42, 0.08));
  box-sizing: border-box;
  color: var(--smartform-review-text, #17211b);
  display: grid;
  gap: 7px;
  grid-area: 1 / 1;
  min-height: 116px;
  opacity: 0;
  overflow: hidden;
  padding: 12px 14px 11px;
  pointer-events: none;
  position: relative;
  transform: translate3d(10px, 0, 0) scale(0.995);
  transition:
    opacity 220ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
  width: 100%;
}

.smartform-global-form-configured .smartform-review-carousel__card::before {
  background: linear-gradient(
    90deg,
    var(--smartform-review-accent, #f3a712),
    color-mix(in srgb, var(--smartform-review-accent, #f3a712) 28%, transparent)
      72%,
    transparent
  );
  content: "";
  height: 3px;
  inset: 0 0 auto;
  position: absolute;
}

.smartform-global-form-configured .smartform-review-carousel__card.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, 0, 0) scale(1);
  z-index: 2;
}

.smartform-global-form-configured .smartform-review-carousel__card.is-leaving {
  opacity: 0;
  transform: translate3d(-10px, 0, 0) scale(0.995);
  z-index: 1;
}

.smartform-global-form-configured .smartform-review-carousel__card.is-entering {
  opacity: 0;
  transform: translate3d(10px, 0, 0) scale(0.995);
  z-index: 2;
}

.smartform-global-form-configured .smartform-review-carousel__top {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: flex-start;
  min-height: 15px;
}

.smartform-global-form-configured .smartform-review-carousel__stars {
  color: var(--smartform-review-accent, #f3a712);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  text-shadow: 0 1px 7px
    color-mix(in srgb, var(--smartform-review-accent, #f3a712) 22%, transparent);
}

.smartform-global-form-configured .smartform-review-carousel__stars[hidden] {
  display: none;
}

.smartform-global-form-configured .smartform-review-carousel__quote-mark {
  color: color-mix(
    in srgb,
    var(--smartform-review-accent, #f3a712) 72%,
    transparent
  );
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  font-weight: 800;
  height: 12px;
  line-height: 0.82;
  position: absolute;
  right: 13px;
  top: 31px;
}

.smartform-global-form-configured .smartform-review-carousel__text {
  background: none;
  border: 0;
  color: inherit;
  font: inherit;
  font-size: 13px;
  font-style: normal;
  font-weight: 650;
  line-height: 1.45;
  margin: 0;
  overflow-wrap: anywhere;
  padding: 0;
  quotes: none;
}

.smartform-global-form-configured .smartform-review-carousel__text::before,
.smartform-global-form-configured .smartform-review-carousel__text::after {
  content: none;
}

.smartform-global-form-configured .smartform-review-carousel__author-row {
  align-items: center;
  display: flex;
  gap: 8px;
  margin-top: auto;
}

.smartform-global-form-configured .smartform-review-carousel__avatar {
  align-items: center;
  background: color-mix(
    in srgb,
    var(--smartform-review-accent, #f3a712) 14%,
    var(--smartform-review-background, #ffffff)
  );
  border: 1px solid
    color-mix(in srgb, var(--smartform-review-accent, #f3a712) 26%, transparent);
  border-radius: 50%;
  color: var(--smartform-review-text, #17211b);
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 11px;
  font-weight: 850;
  height: 24px;
  justify-content: center;
  text-transform: uppercase;
  width: 24px;
}

.smartform-global-form-configured .smartform-review-carousel__author {
  color: inherit;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.2;
}

.smartform-global-form-configured
  .smartform-heading-animation--fade_up
  .smartform-heading-presentation__surface {
  animation: smartform-heading-fade-up 520ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.smartform-global-form-configured
  .smartform-heading-animation--slide_up
  .smartform-heading-presentation__surface {
  animation: smartform-heading-slide-up 650ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.smartform-global-form-configured
  .smartform-heading-animation--pulse
  .smartform-heading-presentation__surface {
  animation: smartform-heading-pulse 2.8s ease-in-out infinite;
}

.smartform-global-form-configured
  .smartform-heading-animation--float
  .smartform-heading-presentation__surface {
  animation: smartform-heading-float 3.4s ease-in-out infinite;
}

.smartform-global-form-configured
  .smartform-heading-animation--shimmer
  .smartform-heading-presentation__surface::after {
  animation: smartform-heading-shimmer 3.2s ease-in-out infinite;
  background: linear-gradient(
    105deg,
    transparent 30%,
    rgba(255, 255, 255, 0.68) 50%,
    transparent 70%
  );
  content: "";
  inset: 0 auto 0 -55%;
  pointer-events: none;
  position: absolute;
  transform: skewX(-16deg);
  width: 42%;
  z-index: 0;
}

/* In text mode motion belongs to the glyph container, never to a background
   surface. This also covers standalone `plain_text` blocks, which use the
   same normalized presentation renderer as the primary heading. */
.smartform-global-form-configured
  .smartform-heading-mode--text
  .smartform-heading-presentation__surface {
  animation: none !important;
  transform: none;
}

.smartform-global-form-configured
  .smartform-heading-mode--text
  .smartform-heading-presentation__surface::after {
  animation: none;
  content: none;
  display: none;
}

.smartform-global-form-configured
  .smartform-heading-mode--text.smartform-heading-animation--fade_up
  .smartform-heading-presentation__content {
  animation: smartform-heading-fade-up 520ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.smartform-global-form-configured
  .smartform-heading-mode--text.smartform-heading-animation--slide_up
  .smartform-heading-presentation__content {
  animation: smartform-heading-slide-up 650ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.smartform-global-form-configured
  .smartform-heading-mode--text.smartform-heading-animation--pulse
  .smartform-heading-presentation__content {
  animation: smartform-heading-pulse 2.8s ease-in-out infinite;
}

.smartform-global-form-configured
  .smartform-heading-mode--text.smartform-heading-animation--float
  .smartform-heading-presentation__content {
  animation: smartform-heading-float 3.4s ease-in-out infinite;
}

.smartform-global-form-configured
  .smartform-heading-mode--text
  .smartform-heading-presentation__title[data-smartform-heading-text] {
  position: relative;
}

.smartform-global-form-configured
  .smartform-heading-mode--text.smartform-heading-animation--shimmer
  .smartform-heading-presentation__title::after {
  animation: smartform-heading-text-shimmer 3.2s ease-in-out infinite;
  background: linear-gradient(
    105deg,
    transparent 32%,
    rgba(255, 255, 255, 0.92) 50%,
    transparent 68%
  );
  background-clip: text;
  background-position: 120% 0;
  background-repeat: no-repeat;
  background-size: 220% 100%;
  color: transparent;
  content: attr(data-smartform-heading-text);
  inset: 0;
  overflow-wrap: anywhere;
  pointer-events: none;
  position: absolute;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@keyframes smartform-heading-fade-up {
  from {
    opacity: 0;
    transform: translateY(7px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes smartform-heading-slide-up {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes smartform-heading-pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.015);
  }
}

@keyframes smartform-heading-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-3px);
  }
}

@keyframes smartform-heading-shimmer {
  0%,
  58% {
    left: -55%;
  }
  100% {
    left: 130%;
  }
}

@keyframes smartform-heading-text-shimmer {
  0%,
  20% {
    background-position: 120% 0;
  }
  70%,
  100% {
    background-position: -120% 0;
  }
}

.smartform-global-form-configured .petnova-order-form__fieldset > legend,
.smartform-global-form-configured .petnova-order-form__order-summary-title {
  color: var(--smartform-form-text, #17211b);
  font-size: var(--smartform-form-text-size, 16px);
  text-align: var(--smartform-label-align, left);
}

.smartform-global-form-configured .petnova-order-form__offers,
.smartform-global-form-configured .petnova-shipping-rates {
  margin-bottom: 0;
}

.smartform-global-form-configured .petnova-shipping-rate__price {
  color: #29352e;
  font-size: 14px;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.smartform-global-form-configured
  .smartform-configured-shipping
  .petnova-shipping-rate__name {
  color: var(--sf-shipping-text, #29352e);
  font-family: inherit;
  font-size: var(--sf-shipping-title-size, 14px) !important;
  font-style: var(--sf-shipping-title-style, normal);
  font-weight: var(--sf-shipping-title-weight, 700);
}

.smartform-global-form-configured
  .smartform-configured-shipping
  .petnova-shipping-rate__description {
  color: var(--sf-shipping-description, #66726a);
  font-family: inherit;
  font-size: var(--sf-shipping-description-size, 12px) !important;
}

.smartform-global-form-configured
  .smartform-configured-shipping
  .petnova-shipping-rate__price {
  color: var(--sf-shipping-price, var(--petnova-accent));
  font-family: inherit;
  font-size: var(--sf-shipping-price-size, 14px) !important;
  font-style: var(--sf-shipping-price-style, normal);
  font-weight: var(--sf-shipping-price-weight, 900);
}

.petnova-order-form__order-summary {
  background: color-mix(
    in srgb,
    var(--smartform-form-background, #ffffff) 86%,
    var(--smartform-form-text, #17211b)
  );
  border: 1px solid
    color-mix(in srgb, var(--smartform-form-border, #dce5e9) 84%, transparent);
  border-radius: var(--smartform-field-radius, 10px);
  display: grid;
  gap: 7px;
  padding: 14px 16px;
}

.petnova-order-form__order-summary-title {
  font-size: 15px;
  margin: 0 0 3px;
}

.petnova-order-form__order-summary-offer,
.petnova-order-form__order-summary-shipping {
  color: var(--smartform-form-text, #17211b);
  font-size: 13px;
  font-weight: 600;
}

.petnova-order-form__order-summary-total {
  border-top: 1px solid var(--smartform-form-border, #dce5e9);
  color: var(--smartform-form-text, #17211b);
  font-size: 16px;
  margin-top: 3px;
  padding-top: 9px;
}

.smartform-global-form-configured .petnova-order-form__submit {
  animation: var(--smartform-submit-animation, none);
  background: var(--smartform-submit-background, #17211b);
  border: var(--smartform-submit-border-width, 0) solid
    var(--smartform-submit-border, #17211b);
  border-radius: var(--smartform-submit-radius, 10px);
  box-shadow: var(
    --smartform-submit-shadow,
    0 16px 38px rgba(15, 23, 42, 0.14)
  );
  color: var(--smartform-submit-text, #ffffff);
  bottom: auto;
  font-style: var(--smartform-submit-style, normal);
  font-weight: var(--smartform-submit-weight, 800);
  left: auto;
  margin: 0;
  position: static;
  right: auto;
  text-decoration: var(--smartform-submit-decoration, none);
  top: auto;
  width: 100%;
}

.smartform-global-form-configured .petnova-order-form__submit-label {
  font-size: var(--smartform-submit-size, 18px);
  letter-spacing: var(--smartform-submit-letter-spacing, 0);
}

.smartform-global-form-configured .petnova-order-form__submit-subtitle {
  color: var(--smartform-submit-subtitle, #dbe4df);
  letter-spacing: var(--smartform-submit-subtitle-letter-spacing, 0);
}

@media (max-width: 760px) {
  .smartform-global-form-configured .petnova-order-form__blocks {
    grid-template-columns: 1fr;
  }

  .smartform-global-form-configured .petnova-order-form__block--field {
    grid-column: 1;
  }

  .smartform-popup--fullscreen-mobile {
    align-items: stretch;
    padding: 0;
  }

  .smartform-popup--fullscreen-mobile .smartform-popup__dialog {
    height: 100dvh;
    max-height: 100dvh;
    max-width: none;
    width: 100%;
  }

  .smartform-popup--fullscreen-mobile .petnova-order-form,
  .smartform-popup--fullscreen-mobile .petnova-order-form__shell {
    min-height: 100dvh;
  }

  .smartform-popup--fullscreen-mobile .petnova-order-form__shell {
    border-radius: 0;
  }

  .smartform-sticky-submit .petnova-order-form__shell {
    overflow: visible;
  }

  .smartform-sticky-submit .petnova-order-form__submit {
    bottom: max(0px, env(safe-area-inset-bottom));
    position: sticky;
    z-index: 10;
  }

  .smartform-sticky-submit.smartform-sticky-submit--top
    .petnova-order-form__submit {
    bottom: auto;
    top: 0;
  }

  .smartform-sticky-submit.smartform-sticky-submit--always
    .petnova-order-form__submit {
    bottom: max(10px, env(safe-area-inset-bottom));
    left: 12px;
    margin-inline: auto;
    max-width: 720px;
    position: fixed;
    right: 12px;
    width: auto;
    z-index: 2147483001;
  }

  .smartform-sticky-submit.smartform-sticky-submit--always.smartform-sticky-submit--top
    .petnova-order-form__submit {
    bottom: auto;
    top: max(10px, env(safe-area-inset-top));
  }
}

@media (min-width: 761px) {
  .smartform-sticky-submit.smartform-sticky-submit--desktop
    .petnova-order-form__shell {
    overflow: visible;
  }

  .smartform-sticky-submit.smartform-sticky-submit--desktop
    .petnova-order-form__submit {
    bottom: 0;
    position: sticky;
    z-index: 10;
  }

  .smartform-sticky-submit.smartform-sticky-submit--desktop.smartform-sticky-submit--top
    .petnova-order-form__submit {
    bottom: auto;
    top: 0;
  }

  .smartform-sticky-submit.smartform-sticky-submit--desktop.smartform-sticky-submit--always
    .petnova-order-form__submit {
    bottom: 16px;
    left: 24px;
    margin-inline: auto;
    max-width: 720px;
    position: fixed;
    right: 24px;
    width: auto;
    z-index: 2147483001;
  }

  .smartform-sticky-submit.smartform-sticky-submit--desktop.smartform-sticky-submit--always.smartform-sticky-submit--top
    .petnova-order-form__submit {
    bottom: auto;
    top: 16px;
  }
}

.smartform-upsell-modal[hidden] {
  display: none !important;
}

.smartform-upsell-modal {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  inset: 0;
  justify-content: center;
  padding: max(16px, env(safe-area-inset-top)) 16px
    max(16px, env(safe-area-inset-bottom));
  position: fixed;
  z-index: 2147483640;
}

.smartform-upsell-modal__backdrop {
  appearance: none;
  background: rgba(15, 23, 42, 0.68);
  border: 0;
  cursor: pointer;
  inset: 0;
  padding: 0;
  position: absolute;
  width: 100%;
}

.smartform-upsell-modal__dialog {
  background: #ffffff;
  border: 1px solid rgba(148, 163, 184, 0.3);
  border-radius: 24px;
  box-shadow: 0 28px 80px rgba(15, 23, 42, 0.34);
  box-sizing: border-box;
  color: #17211b;
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-height: min(920px, calc(100dvh - 32px));
  max-width: 560px;
  overflow: auto;
  overscroll-behavior: contain;
  padding: clamp(20px, 4vw, 34px);
  position: relative;
  scrollbar-gutter: stable;
  width: min(100%, 560px);
  z-index: 1;
}

.smartform-upsell-modal__progress {
  color: #64748b;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}

.smartform-upsell-modal__title,
.smartform-upsell-modal__product,
.smartform-upsell-modal__subtitle,
.smartform-upsell-modal__status {
  margin: 0;
}

.smartform-upsell-modal__title {
  color: #111827;
  font-size: clamp(24px, 5vw, 34px);
  font-weight: 850;
  letter-spacing: -0.035em;
  line-height: 1.08;
  text-align: center;
}

.smartform-upsell-modal__subtitle {
  color: #475569;
  font-size: 17px;
  line-height: 1.5;
  text-align: center;
}

.smartform-upsell-modal__timer {
  margin: 0;
}

.smartform-upsell-modal__timer .smartform-heading-presentation__surface {
  padding: 12px;
}

.smartform-upsell-modal__timer .smartform-heading-presentation__title {
  font-size: 15px;
  margin: 0;
}

.smartform-upsell-modal__media {
  align-items: center;
  aspect-ratio: 4 / 3;
  background: #f8fafc;
  border-radius: 18px;
  display: flex;
  justify-content: center;
  overflow: hidden;
  width: 100%;
}

.smartform-upsell-modal__media img,
.smartform-upsell-modal__media video,
.smartform-upsell-modal__media iframe {
  border: 0;
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.smartform-upsell-modal__product {
  color: #1e293b;
  font-size: clamp(20px, 4vw, 26px);
  font-weight: 750;
  line-height: 1.2;
  text-align: center;
}

.smartform-upsell-modal__discount {
  align-self: center;
  border-style: solid;
  display: inline-flex;
  line-height: 1.1;
  padding: 9px 14px;
  text-align: center;
}

.smartform-upsell-modal__pricing {
  align-items: baseline;
  display: flex;
  gap: 12px;
  justify-content: center;
}

.smartform-upsell-modal__compare {
  color: #64748b;
  font-size: 16px;
}

.smartform-upsell-modal__price {
  color: #111827;
  font-size: 26px;
  font-weight: 850;
}

.smartform-upsell-modal__controls {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.smartform-upsell-modal__control {
  color: #334155;
  display: grid;
  font-size: 13px;
  font-weight: 700;
  gap: 6px;
}

.smartform-upsell-modal__control select,
.smartform-upsell-modal__control input {
  appearance: none;
  background: #ffffff;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  box-sizing: border-box;
  color: #111827;
  font: inherit;
  min-height: 44px;
  padding: 9px 12px;
  width: 100%;
}

.smartform-upsell-modal__status {
  color: #b42318;
  font-size: 13px;
  min-height: 18px;
  text-align: center;
}

.smartform-upsell-modal__actions {
  display: grid;
  gap: 10px;
}

.smartform-upsell-modal__button {
  align-items: center;
  border-style: solid;
  cursor: pointer;
  display: inline-flex;
  gap: 8px;
  justify-content: center;
  line-height: 1.2;
  min-height: 52px;
  padding: 12px 18px;
  transition:
    filter 160ms ease,
    transform 160ms ease;
  width: 100%;
}

.smartform-upsell-modal__button:hover:not(:disabled) {
  filter: brightness(1.04);
  transform: translateY(-1px);
}

.smartform-upsell-modal__button:focus-visible,
.smartform-upsell-modal__control select:focus-visible,
.smartform-upsell-modal__control input:focus-visible {
  outline: 3px solid rgba(37, 99, 235, 0.38);
  outline-offset: 2px;
}

.smartform-upsell-modal__button:disabled {
  cursor: wait;
  opacity: 0.62;
}

.smartform-upsell-modal__button-icon {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  justify-content: center;
}

@keyframes smartform-upsell-shake {
  0%,
  100% {
    transform: translateX(0);
  }
  30% {
    transform: translateX(-4px);
  }
  60% {
    transform: translateX(4px);
  }
}

@keyframes smartform-upsell-pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.035);
  }
}

@keyframes smartform-upsell-bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
}

@keyframes smartform-upsell-glow {
  0%,
  100% {
    filter: drop-shadow(0 0 0 rgba(79, 70, 229, 0));
  }
  50% {
    filter: drop-shadow(0 0 10px rgba(79, 70, 229, 0.45));
  }
}

@keyframes smartform-upsell-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

@keyframes smartform-upsell-heartbeat {
  0%,
  60%,
  100% {
    transform: scale(1);
  }
  70% {
    transform: scale(1.045);
  }
  80% {
    transform: scale(1);
  }
  90% {
    transform: scale(1.025);
  }
}

@keyframes smartform-upsell-shine {
  0%,
  100% {
    filter: brightness(1);
  }
  50% {
    filter: brightness(1.18);
  }
}

[data-smartform-upsell-animation="shake"] {
  animation: smartform-upsell-shake 2.4s ease-in-out infinite;
}

[data-smartform-upsell-animation="pulse"] {
  animation: smartform-upsell-pulse 2s ease-in-out infinite;
}

[data-smartform-upsell-animation="bounce"] {
  animation: smartform-upsell-bounce 2.2s ease-in-out infinite;
}

[data-smartform-upsell-animation="glow"] {
  animation: smartform-upsell-glow 2s ease-in-out infinite;
}

[data-smartform-upsell-animation="float"] {
  animation: smartform-upsell-float 2.6s ease-in-out infinite;
}

[data-smartform-upsell-animation="heartbeat"] {
  animation: smartform-upsell-heartbeat 2.4s ease-in-out infinite;
}

[data-smartform-upsell-animation="shine"] {
  animation: smartform-upsell-shine 2s ease-in-out infinite;
}

@media (max-width: 600px) {
  .smartform-upsell-modal {
    align-items: flex-end;
    padding: 0;
  }

  .smartform-upsell-modal__dialog {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    max-height: min(94dvh, 920px);
    max-width: none;
    padding: 20px 16px max(18px, env(safe-area-inset-bottom));
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-smartform-upsell-animation] {
    animation: none !important;
  }

  .smartform-upsell-modal__button {
    transition: none;
  }
}
