/** Shopify CDN: Minification failed

Line 2373:0 Unexpected "}"

**/
.plan-filter-section {
  background: rgba(255, 255, 255, 0.05);
  color: rgb(var(--color-foreground-rgb));
  padding: 48px 0 40px;
}

.plan-filter {
  display: grid;
  gap: 14px;
}

.plan-filter__widget-header {
  text-align: center;
  margin-bottom: 1rem;
}

.plan-filter__title {
  margin: 0;
  font-size: 2rem;
  line-height: 1.25;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
}

.plan-filter__title-highlight {
  text-decoration: underline;
  text-decoration-color: #cf1533;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.14em;
}

.plan-filter__description {
  margin: 0;
  color: rgb(var(--color-foreground-rgb));
  font-size: 20px;
  font-weight: 400;
}

.plan-filter__widget {
  display: block;
  padding: 16px 24px;
  background: #F2F2F2;
  border: 1px solid #B3B3B3;
  border-radius: 6px;
}

/* Compact sizing only on product page (dark theme) — SIM plans page stays full width */
.plan-filter__widget[data-theme="dark"] {
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
}

/* Hide title, subtitle, and USP badges on the product page only (dark theme).
   The SIM plans page uses data-theme="light" and keeps all three visible. */
.plan-filter__widget[data-theme="dark"] .plan-filter__widget-header,
.plan-filter__widget[data-theme="dark"] .plan-filter__usp-list {
  display: none !important;
}


.plan-filter__controls {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 8px;
  padding: 8px;
  border-radius: 8px;
}

/* Tighter date column on product page (dark theme) only */
.plan-filter__widget[data-theme="dark"] .plan-filter__controls {
  grid-template-columns: minmax(0, 750px) 240px auto;
  justify-content: start;
}

/* When the usage-select is hidden, expand the date field into its space so
   the search bar stays the same total width but no visible whitespace gap
   appears between the date field and the find button. */
.plan-filter__widget[data-theme="dark"] .plan-filter__controls:has([data-plan-filter-usage-control][hidden]) .plan-filter__date-field {
  grid-column: 1 / 3;
}

/* если третий элемент скрыт */
.plan-filter__controls> :last-child {
  grid-column: -2 / -1;
}

.plan-filter__date-field {
  width: 100%;
  border: 1px solid #B3B3B3;
  background: #FCFCFC;
  color: #B3B3B3;
  min-height: 56px;
  padding: 0 16px;
  text-align: left;
  cursor: pointer;
  font-size: 16px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.plan-filter__date-field:focus-visible {
  outline: 1px solid rgb(var(--color-foreground-rgb));
  outline-offset: 2px;
}

.plan-filter__date-field-icon {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgb(var(--color-foreground-rgb) / var(--opacity-60));
}

.plan-filter__date-field-icon svg {
  width: 18px;
  height: 18px;
  display: block;
}

.plan-filter__date-field-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.plan-filter__date-field-meta {
  margin-left: auto;
  background: #088314;
  color: #fff;
  padding: 6px 14px;
  font-family: 'Figtree', sans-serif;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  white-space: nowrap;
  border-radius: 999px;
}

.plan-filter__widget.has-applied-dates .plan-filter__date-field-icon svg path {
  stroke: #088314;
}

.plan-filter__widget.has-applied-dates .plan-filter__controls .plan-filter__date-field {
  border-color: #B3B3B3;
  background: #FCFCFC;
}

.plan-filter__widget.has-applied-dates .plan-filter__date-field-text {
  color: #1B1B1B;
}

.plan-filter__find-button {
  min-height: 56px;
  min-width: 142px;
  border: none;
  background: #000000;
  color: #fff;
  font-family: 'Figtree', sans-serif;
  font-size: 18px;
  font-weight: 700;
  padding: 16px 32px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-style: normal;
  border-radius: 6px;
}

.plan-filter__find-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  background: #000000;
  color: #FFFFFF;
}

.plan-filter__find-button-icon {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.plan-filter__find-button-icon svg {
  width: 18px;
  height: 18px;
  display: block;
}

.plan-filter__usage-select {
  position: relative;
  min-width: 170px;
}

.plan-filter__usage-toggle {
  width: 100%;
  min-height: 56px;
  border: 1px solid #B3B3B3;
  background: #FCFCFC;
  color: #1B1B1B;
  font-size: 12px;
  padding: 0 17px;
  border-radius: 6px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-width: 15rem;
}

.plan-filter__usage-toggle-main {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.plan-filter__usage-toggle-icon {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #E8173A;
  flex: 0 0 18px;
}

.plan-filter__usage-toggle-icon svg {
  width: 18px;
  height: 18px;
  display: block;
}

.plan-filter__usage-toggle-icon path {
  stroke: #6A7282;
}

.plan-filter__usage-toggle-label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #FFFFFF66;
  font-size: 16px;
}

.plan-filter__usage-toggle-caret {
  display: inline-flex;
  width: 14px;
  height: 14px;
  color: #9da3b0;
  transform: rotate(90deg);
  transition: transform 0.2s ease;
}

.plan-filter__usage-toggle-caret svg {
  width: 14px;
  height: 14px;
  display: block;
}

.plan-filter__usage-select.is-open .plan-filter__usage-toggle-caret {
  transform: rotate(-90deg);
}

.plan-filter__usage-select.has-selection .plan-filter__usage-toggle-icon path {
  stroke: #D52B1E;
}

.plan-filter__usage-select.has-selection .plan-filter__usage-toggle-label {
  color: #1B1B1B;
}

.plan-filter__usage-select.has-selection .plan-filter__usage-toggle {
  background-color: #FCFCFC;
  border-color: #B3B3B3;
}

.plan-filter__usage-menu {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #E5E7EB;
  z-index: 5;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.plan-filter__usage-option {
  width: 100%;
  border: 0;
  background: transparent;
  text-align: left;
  padding: 10px 12px;
  cursor: pointer;
  color: #111827;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  align-items: start;
  gap: 2px 10px;
}

.plan-filter__usage-option+.plan-filter__usage-option {
  border-top: 1px solid #F3F4F6;
}

.plan-filter__usage-option-content {
  display: grid;
  gap: 2px;
}

.plan-filter__usage-option strong {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  color: #1B1B1B;
}

.plan-filter__usage-option span {
  font-size: 14px;
  line-height: 1.3;
  color: #595959;
  border-radius: 50%;
}

.plan-filter__usage-option-radio {
  width: 16px;
  height: 16px;
  border: 3px solid #C5CBD6;
  background: #ffffff;
  margin-top: 2px;
  display: inline-block;
}

.plan-filter__usage-option:hover,
.plan-filter__usage-option.is-selected {
  background: #FFE6E5;
}

.plan-filter__usage-option.is-selected .plan-filter__usage-option-radio {
  border-color: #E8173A;
  box-shadow: inset 0 0 0 2px #ffffff;
  background: #E8173A;
}

/* Top row of price card: retail + SAVE % on left, Check eSIM Compatibility on right */
.plan-filter__price-top-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  flex-wrap: wrap;
}

/* FAQ accordion — sits separate from card, white text on page bg */
.plan-filter__faq {
  margin: 32px 0;
  background: transparent;
}
.plan-filter__faq-item {
  border-bottom: 1px solid rgb(255 255 255 / 15%);
}
.plan-filter__faq-item:first-child {
  border-top: 1px solid rgb(255 255 255 / 15%);
}
.plan-filter__faq-item summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 4px;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  gap: 16px;
}
.plan-filter__faq-item summary::-webkit-details-marker {
  display: none;
}
.plan-filter__faq-item summary::after {
  content: "+";
  color: #fff;
  font-size: 22px;
  line-height: 1;
  font-weight: 400;
  flex-shrink: 0;
  transition: transform 0.18s ease;
}
.plan-filter__faq-item[open] summary::after {
  content: "−";
}
.plan-filter__faq-body {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.28s ease;
  color: rgb(255 255 255 / 75%);
  font-size: 16px;
  line-height: 1.5;
}
.plan-filter__faq-item[open] .plan-filter__faq-body {
  grid-template-rows: 1fr;
}
.plan-filter__faq-body > * {
  overflow: hidden;
  min-height: 0;
  padding: 0 4px 14px;
  margin: 0;
}
.plan-filter__faq-body p {
  margin: 0;
}

.plan-filter__usp-list {
  margin: 12px 0 0;
  padding: 17px 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  justify-content: space-between;
}

@media (min-width: 750px) {
  .plan-filter__usp-list {
    max-width: calc(100% - 142px - 8px) !important;
    width: calc(100% - 142px - 8px) !important;
  }
}

.plan-filter__usp-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 16px;
}

.plan-filter__usp-dot {
  width: 24px;
  height: 24px;
  border-radius: 0;
  flex: 0 0 24px;
  background-color: #06402B;
  -webkit-mask: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") no-repeat center / contain;
}

/* "And more" USP (typically the last item in the list) — swap the checkmark
   for a green plus icon to communicate "there are additional features". */
.plan-filter__usp-list .plan-filter__usp-item:last-child .plan-filter__usp-dot {
  background-color: #088314;
  -webkit-mask: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='12' y1='5' x2='12' y2='19'/%3E%3Cline x1='5' y1='12' x2='19' y2='12'/%3E%3C/svg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='12' y1='5' x2='12' y2='19'/%3E%3Cline x1='5' y1='12' x2='19' y2='12'/%3E%3C/svg%3E") no-repeat center / contain;
}

.plan-filter__result {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  /*display: grid;
  grid-template-columns: minmax(350px, 32%) 1fr;*/
  gap: 2rem;
}

.plan-filter_product_info {
  display: flex;
  justify-content: center;
}

.plan-filter__recommended {
  grid-column: 1 / -1;
  margin-bottom: 12px;
}

.plan-filter__recommended-label {
  margin: 0 0 4px;
  font-size: 32px;
  font-weight: 400;
  color: #FFFFFF;
  white-space: nowrap;
}

.plan-filter__recommended-dates {
  margin: 0 0 8px;
  font-size: 20px;
  line-height: 1.4;
  color: rgb(var(--color-foreground-rgb) / 0.6);
}

.plan-filter__status {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.4;
}

.plan-filter__status--loading {
  color: rgb(var(--color-foreground-rgb) / 0.8);
}

.plan-filter__status--error {
  color: #f97373;
}

.plan-filter__status--success {
  color: #00bc7d;
}

.plan-filter__result[hidden] {
  display: none !important;
}

.plan-filter__product-card {
  background: #333;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 6px;
  max-width: 450px;
}

.collection-card {
  max-width: 400px;
}

.accent-card {
  background-color: #D52B1E;
}

.plan-filter__product-media {
  padding: 28px 26px 0;
}

.plan-filter__product-image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  max-height: 28px;
}

.plan-filter__product-head {
  padding: 20px 18px 16px;
  text-align: center;
}

.plan-filter__product-brand {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 10px;
  color: rgb(255 255 255 / 62%);
}

.plan-filter__product-title {
  margin: 11px 0 11px;
  font-size: 64px;
  line-height: 1.2;
  font-weight: 400;
  font-family: "Anton", sans-serif;
  color: #F2F2F2;
}

.plan-filter__product-subtitle {
  margin: 0;
  color: #F2F2F2;
  font-size: 16px;
}

.plan-filter__product-body {
  padding: 0 20px 1rem;
  flex: 1;
}

.plan-filter__ups {
  padding: 0 20px 16px;
  display: grid;
  gap: 6px;
}

.plan-filter__ups-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 10px 16px;
  background-color: rgb(0 0 0 / 20%);
  border-radius: 2px;
  font-size: 16px;
  line-height: 1.45;
  color: #F2F2F2;
}

.plan-filter__ups-icon {
  flex: 0 0 10px;
  position: relative;
  font-size: 14px;
}

.plan-filter__ups-icon::before {
  content: '✦';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background-color: #fff;
}

.plan-filter__product-promo {
  margin: 0 0 12px;
  padding: 10px 12px;
  background: #373740;
  border-radius: 2px;
  font-size: 12px;
  line-height: 1.4;
  color: rgb(255 255 255 / 90%);
}

.plan-filter__product-includes-label {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: rgb(255 255 255);
}

.plan-filter__product-description {
  margin: 0 0 14px;
  color: #F2F2F2;
  font-size: 16px;
  line-height: 1.9;
}

.plan-filter__product-description ul {
  padding-inline-start: 20px;
  list-style-type: square;
}

.plan-filter__product-description li {
  line-height: 1.2;
  margin-bottom: 1rem;
}


.plan-filter__product-features {
  margin: 0;
  padding: 0 0 0 18px;
  display: grid;
  gap: 8px;
  color: rgb(255 255 255 / 78%);
  font-size: 12px;
}

.plan-filter__product-footer {
  margin-top: auto;
  padding: 16px;
  display: grid;
  gap: 12px;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 6px;
}

.plan-filter__product-footer.plan-filter__product-footer--hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.plan-filter_cta-wrapper {
  display: flex;
  gap: 24px;
  align-items: flex-end;
  width: 100%;
}

.plan-filter__price-wrap {
  display: grid;
  gap: 4px;
}

.plan-filter__price-note-row {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 8px 0;
}

.plan-filter__price-note {
  color: rgb(255 255 255 / 75%);
  line-height: 1.25;
  font-size: 16px;
  text-decoration: line-through;
}

.plan-filter__discount-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  background-color: #088314;
  color: #94ff9f;
  font-size: 16px;
  line-height: 1.25;
  padding: 4px 8px;
  white-space: nowrap;
}

.plan-filter__price {
  margin: 0;
  font-size: 64px;
  line-height: 1;
  font-weight: 500;
  font-family: "Anton", sans-serif;
}

.plan-filter__price-wrapper {
  display: flex;
  align-items: baseline;
}

.plan-filter__price+span {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}

.plan-filter__price-caption,
.plan-filter__price-caption-bordered {
  display: none;
}

.plan-filter__purchase-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 16px 0;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(89, 89, 89, 1);
}

.plan-filter_quantity-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 4px;
  position: relative;
}

.plan-filter__quantity {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  position: relative;
  width: 100%;
  min-width: 140px;
}

.plan-filter__quantity.accent-card {
  background-color: #9E1E16;
}

.plan-filter__quantity-button {
  background: transparent;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  cursor: pointer;
  min-height: auto;
  padding-block-end: 0;
  width: 32px;
  height: 32px;
  padding: 0;
  line-height: 0.8;
  justify-self: center;
}

.plan-filter__quantity-button:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.plan-filter__quantity-button.accent-card:disabled {
  color: #595959;
  cursor: not-allowed;
}

.plan-filter__quantity-input {
  width: 100%;
  min-width: 0;
  border: 0;
  background-color: transparent !important;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  appearance: textfield;
}

.plan-filter__quantity-input::-webkit-inner-spin-button,
.plan-filter__quantity-input::-webkit-outer-spin-button {
  appearance: none;
  margin: 0;
}

.plan-filter__add-to-cart {
  border: 0;
  min-height: 42px;
  padding: 0 16px;
  background: #E92729;
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-style: italic;
}

.max-message {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  left: 30%;
  background: #EBCB92;
  border: 1px solid #8F5A16;
  color: #7A4C00;
  padding: 6px 10px;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  white-space: normal;
  gap: 8px;
  z-index: 2;
  width: max-content;
  box-sizing: border-box;
}

/* 🔸 внешняя стрелка (border) */
.max-message::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 20px;
  /* подстрой под позицию */
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid transparent;
  /* цвет border */
}

/* 🔸 внутренняя стрелка (фон) */
.max-message::after {
  content: "";
  position: absolute;
  top: -6px;
  left: 20px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #EBCB92;
  /* цвет фона */
}

.max-message.is-visible {
  display: inline-flex;
  align-items: center;
}

.max-message .icon {
  width: 18px;
  height: 18px;
  min-width: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #A36A00;
  color: #F8E8C5;
  border-radius: 50%;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
}

.max-message span:not(.icon) {
  min-width: 0;
  overflow-wrap: break-word;
  word-break: normal;
}


.plan-filter__add-to-cart[data-added='true']:not(:disabled):not(.is-disabled) {
  background: #088314;
}

/* Override base.css animation that hides .add-to-cart-text on data-added */
.plan-filter__add-to-cart[data-added='true'] .add-to-cart-text {
  clip-path: none;
  filter: none;
  opacity: 1;
  translate: none;
  animation-name: none;
}

.plan-filter__add-to-cart:disabled,
.plan-filter__add-to-cart.is-disabled {
  opacity: 0.5;
  background: #E92729;
  pointer-events: none;
}

add-to-cart-component {
  width: 100%;
}

.add-to-cart-button {
  height: auto;
}

add-to-cart-component:has(.plan-filter__add-to-cart:disabled) {
  cursor: pointer;
}

.plan-filter__add-to-cart:hover {
  background: #000000;
}

.plan-filter__add-to-cart.accent-card-button {
  background: #1B1B1B;
}

.plan-filter__add-to-cart.accent-card-button:hover {
  background: #333;
}

.plan-filter__add-to-cart-icon {
  display: inline-flex;
  width: 18px;
  height: 18px;
}

.plan-filter__plan-details {
  margin-top: 100px;
  padding: 0 24px;
  display: grid;
  align-content: start;
  gap: 2rem;
  width: 100%;
  max-width: 760px;
}

.plan-filter__recommended-wrapper {
  margin-bottom: 1rem;
}

.plan-filter__product-container {
  position: sticky;
  top: 80px;
  align-self: start;
  /*max-width: 400px;*/
}

.plan-filter__product-container.prepaid-plan {
  max-width: 400px;
}



.plan-filter__details-esim-extra-info,
.plan-filter__details-physical-sim-extra-info {
  display: grid;
  align-content: start;
  gap: 4rem;
}

.plan-filter__details-esim-extra-info[hidden],
.plan-filter__details-physical-sim-extra-info[hidden] {
  display: none;
}



.plan-filter__details-group {
  display: grid;
  gap: 12px;
}

.plan-filter__details-group[hidden] {
  display: none !important;
}

.plan-filter__details-item {
  display: grid;
  gap: 12px;
}

.plan-filter__step-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.plan-filter__step-wrapper_how-it-works {
  display: flex;
  flex-direction: column;
  gap: 12px;
  border: 1px solid #9E1E16;
  background-color: #1B1B1B;
  padding: 16px;
  border-radius: 6px;
}


.plan-filter__details-accordion-summary {
  display: flex;
  align-items: center;
  gap: 12px;
}

.plan-filter__details-accordion-summary:hover {
  color: inherit;
}

.plan-filter__details-accordion-summary-text {
  display: grid;
  gap: 8px;
}

.plan-filter__details-accordion-content {
  display: grid;
  gap: 12px;
  padding-bottom: 12px;
}

.svg-wrapper.icon-plus,
.svg-wrapper>svg {
  width: 24px;
  height: 24px;
}

.plan-filter__details-step {
  margin: 0;
  font-size: 32px;
  line-height: 1.2;
  color: #FCFCFC;
  font-weight: 600;
}

.plan-filter__step-wrapper_how-it-works .plan-filter__details-step {
  font-size: 24px;
  font-weight: 600;
  color: #FCFCFC;
  text-transform: none;
}

.plan-filter__details-title {
  margin: 0;
  color: #fff;
  font-size: 24px;
  line-height: 1.15;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}

.plan-filter__details-title.required::after {
  content: " *";
  color: #E92729;
}

.plan-filter__details-description {
  font-weight: 400;
  font-size: 20px;
  color: #B3B3B3;
  margin-block-end: 0 !important;
  margin-block-start: 0 !important;
  font-family: 'Poppins', sans-serif;
}

.plan-filter__details-text {
  margin: 0;
  color: #B3B3B3;
  font-size: 20px;
  line-height: 1.45;
}

.plan-filter__details-subtitle {
  margin: 0;
  color: rgb(255 255 255 / 85%);
  font-size: 16px;
  line-height: 1.45;
}

.plan-filter__details-item:last-child .plan-filter__details-text {
  margin-bottom: 0;
}

.plan-filter__details-features,
.plan-filter__details-feature_item_head {
  display: flex;
}

.plan-filter__details-features {
  gap: 25px;
}

.plan-filter__details-feature_item_head {
  align-items: center;
  gap: 8px;
}

.plan-filter__details-feature_item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 140px;
  flex: 1;
}

.plan-filter__details-feature_icon {
  width: 24px;
  height: 24px;
}

.plan-filter__details-sim_type_icon {
  width: 26px;
  height: 26px;
}

.plan-filter__details-feature_label {
  font-size: 24px;
}

.plan-filter__details-feature_text {
  font-size: 16px;
  color: #B3B3B3;
  margin-block-start: 0 !important;
  max-width: 200px;
}

.plan-filter__product-variants-container {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 12px;
}

.plan-filter__variant-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: end;
  min-width: 180px;
  padding: 14px 16px 16px;
  border-radius: 0;
  border: 1px solid rgb(255 255 255 / 15%);
  background: rgb(255 255 255 / 5%);
  color: #f9fafb;
  cursor: pointer;
  transition: border-color 0.15s ease, background-color 0.15s ease, transform 0.15s ease,
    box-shadow 0.15s ease;
}

.plan-filter__variant-card:hover {
  border-color: #e8173a;
  background: rgb(232 23 58 / 10%);
}

.plan-filter__variant-card.is-selected {
  border-color: #e8173a;
  background: rgb(232 23 58 / 12%);
  box-shadow: 0 0 0 1px rgba(232 23 58 / 40%);
  transform: translateY(-1px);
}

.plan-filter__variant-input {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}

.plan-filter__variant-content {
  display: grid;
  gap: 8px;
}

.plan-filter__variant-title {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
}

.plan-filter__variant-prices {
  display: flex;
  align-items: flex-end;
  gap: 8px;
}

.plan-filter__variant-price {
  font-size: 22px;
  font-weight: 500;
}

.plan-filter__variant-compare-price {
  font-size: 14px;
  color: rgb(255 255 255 / 40%);
  text-decoration: line-through;
}

.plan-filter__variant-badge {
  margin-left: auto;
  padding: 3px 8px;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.08em;
  background: #e8173a;
  color: #ffffff;
  width: fit-content;
}

/* Toast notification — fixed top-right, red, doesn't shift layout */
.plan-filter__sim-type-error {
  display: none;
  position: fixed;
  top: calc(var(--header-height, 60px) + 20px);
  right: 20px;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  color: #FFFFFF;
  margin: 0;
  padding: 12px 16px;
  border: 1px solid #B91C1C;
  background: #DC2626;
  border-radius: 6px;
  box-shadow: 0 8px 24px rgb(0 0 0 / 35%);
  max-width: min(360px, calc(100% - 40px));
  box-sizing: border-box;
  z-index: 1000;
  animation: plan-filter-toast-in 0.24s ease-out;
}

.plan-filter__sim-type-error::before {
  content: "!";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  min-width: 20px;
  background: #FFFFFF;
  color: #DC2626;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.plan-filter__sim-type-error.is-visible {
  display: inline-flex;
}

@keyframes plan-filter-toast-in {
  from { opacity: 0; transform: translateX(20px); }
  to { opacity: 1; transform: translateX(0); }
}

.plan-filter__details-sim_types {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 16px;
  margin-top: 0;
}

.plan-filter__sim_type-wrapper {
  position: relative;
  display: flex;
  flex: 1 1 0;
  min-width: 0;
}

.plan-filter__sim-card-description {
  overflow-wrap: break-word;
  word-break: normal;
}

.plan-filter__sim_type-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.plan-filter__step-banner {
  background: rgb(26 26 36 / 60%);
  border: 1px solid rgb(232 23 58 / 30%);
  display: flex;
  gap: 12px;
  padding: 17px 12px;
}

.plan-filter__step-banner_icon {
  width: 20px;
  height: 20px;
}

.plan-filter__step-banner-label,
.plan-filter__step-banner-description {
  font-size: 13px;
}

.plan-filter__step-banner-label {
  font-weight: 500;
  color: #fff;
}

.plan-filter__step-banner-description {
  color: rgb(255 255 255 / 70%);
}

.plan-filter__sim-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  gap: 16px;
  min-height: 140px;
  padding: 16px 16px 18px;
  border-radius: 8px;
  border: 1px solid rgb(255 255 255 / 15%);
  background: rgb(255 255 255 / 5%);
  color: #f9fafb;
  cursor: pointer;
  transition: border-color 0.15s ease, background-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.plan-filter__sim-card-header {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: space-between;
}

.plan-filter__sim-card-icon {
  width: 18px;
  height: 18px;
  border-radius: 6px;
  background: rgb(255 255 255 / 12%);
}

.plan-filter__sim-card-title {
  font-size: 22px;
  font-weight: 600;
}

.plan-filter__sim-card-header-left {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Inline SVG icon (physical SIM) — match the line-height of title text, slightly tilted */
.plan-filter__details-sim_type_icon--inline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #f9fafb;
}
.plan-filter__details-sim_type_icon--inline svg {
  width: 100%;
  height: 100%;
  transform: rotate(-12deg);
}

.plan-filter__sim-card-title {
  line-height: 1;
}

.plan-filter__sim-card-subtitle {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #F2F2F2;
}

.plan-filter__sim-card-description {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: rgb(255 255 255 / 60%);
}

.plan-filter__sim-card-checkmark {
  align-self: flex-end;
  width: 24px;
  height: 24px;
  border-radius: 0;
  border: 1px solid rgb(148 163 184 / 90%);
  background: transparent;
  display: none;
}

.plan-filter__sim_type-input:checked+.plan-filter__sim-card {
  border-color: #e8173a;
  background: rgb(248 181 179 / 10%);
  transform: translateY(-1px);
}

.plan-filter__sim_type-input:not(:checked)+.plan-filter__sim-card .plan-filter__sim-card-checkmark {
  display: block;
  border-color: 2px solid #B3B3B3;
  background: transparent;
  border-radius: 50%;
}

.plan-filter__sim_type-input:not(:checked)+.plan-filter__sim-card .plan-filter__sim-card-checkmark svg {
  display: none;
}

.plan-filter__sim_type-input:checked+.plan-filter__sim-card .plan-filter__sim-card-checkmark {
  display: block;
  border-color: transparent;
  background: #e8173a;
  border-radius: 50%;
}

.plan-filter__sim_type-input:checked+.plan-filter__sim-card .plan-filter__sim-card-checkmark svg {
  display: block;
}



.plan-filter__details-feature_result {
  font-size: 14px;
  color: rgb(255 255 255 / 95%);
  border: 1px solid rgb(255 255 255 / 95%);
  text-align: center;
  margin-top: auto;
  padding: 6px 10px;
}

.plan-filter__how-it-works_wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 16px;
}

.plan-filter__how-it-works_wrapper:has(.plan-filter__how-it-works_step:nth-child(5)) {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.plan-filter__how-it-works_step {
  display: flex;
  gap: 8px;
  align-items: center;
}

.plan-filter__how-it-works_step-number,
.plan-filter__how-it-works_step-label,
.plan-filter__how-it-works_step-description {
  margin-block-end: 0;
  margin-block-start: 0;
}

.plan-filter__how-it-works_step-number {
  font-size: 24px;
  font-weight: 600;
  color: #D52B1E;
}

.plan-filter__how-it-works_step-label {
  font-size: 14px;
  min-width: 130px;
  text-wrap: balance;
}

.plan-filter__how-it-works_step-description {
  font-size: 16px;
  color: rgb(255 255 255 / 55%);
}

.plan-filter-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.plan-filter-modal[hidden] {
  display: none !important;
}

.plan-filter-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgb(0 0 0 / 56%);
}

.plan-filter-modal__dialog {
  --plan-filter-dialog-pad-inline: 18px;
  position: relative;
  z-index: 1;
  width: min(94vw, 760px);
  background: #fff;
  color: #1f2737;
  padding: 18px 18px 14px;
  border-radius: 6px;
  border: 1px solid #B3B3B3;
  overflow: hidden;
  font-family: 'Figtree', sans-serif;
  font-size: 16px;
}

/* Form elements (buttons, inputs) don't inherit font-family by default,
   so force them to inherit Figtree from the dialog. */
.plan-filter-modal__dialog button,
.plan-filter-modal__dialog input,
.plan-filter-modal__dialog select,
.plan-filter-modal__dialog textarea {
  font-family: inherit;
}

.plan-filter-modal__header {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #EFEFEF;
  margin: -18px -18px 0;
  padding: 17px 18px;
}

.plan-filter-modal__title {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  font-family: 'Figtree', sans-serif;
  color: #333333;
}

.plan-filter-modal__close {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  background: transparent;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  color: #596174;
}

.plan-filter-modal__mode-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  background: #EFEFEF;
  padding: 0 18px 16px;
  gap: 0;
  margin: 0 -18px 1rem;
}

.plan-filter-modal__mode-tabs::before {
  content: '';
  grid-column: 1 / -1;
  grid-row: 1;
  background: #FCFCFC;
  border: 1px solid #B3B3B3;
  border-radius: 999px;
  z-index: 0;
}

.plan-filter-modal__mode-button {
  border: 0;
  min-height: 38px;
  padding: 0 20px;
  background: transparent;
  color: #333333;
  font-weight: 500;
  cursor: pointer;
  font-size: 16px;
  border-radius: 16px;
  position: relative;
  z-index: 1;
  grid-row: 1;
  margin: 3px;
}

.plan-filter-modal__mode-button:first-child {
  grid-column: 1;
  margin-right: 0;
}

.plan-filter-modal__mode-button:last-child {
  grid-column: 2;
  margin-left: 0;
}

.plan-filter-modal__mode-button.is-active {
  background: #1B1B1B;
  color: #FCFCFC;
  box-shadow: 0 1px 2px rgb(16 24 40 / 12%);
}

.plan-filter-modal__note {
  margin: 12px 0 16px;
  border: 1px solid #FEF3C6;
  background: #FFFBEB;
  border-radius: 8px;
  padding: 13px;
  color: #9E1E16;
  font-size: 16px;
  line-height: 1.35;
  display: flex;
  align-items: center;
  gap: 2rem;
}

.plan-filter-modal__note:hidden {
  display: none;
}

.plan-filter-modal__note-icon {
  width: 18px;
  height: 27px;
  display: block;
  flex: 0 0 18px;
}

.plan-filter-modal__service-message {
  margin: 0 0 1rem;
  border: 1px solid #8E5600;
  background: rgba(193, 149, 82, 0.2);
  border-radius: 8px;
  padding: 12px;
  color: #000000;
  font-size: 16px;
  line-height: 1.4;
  display: flex;
  gap: 0.5rem;
}

.plan-filter-modal__service-message p {
  margin: 0;
}

.plan-filter-modal__service-message[hidden] {
  display: none !important;
}

.plan-filter-modal__service-message .svg-wrapper path {
  fill: rgba(142, 86, 0, 1);
}

.plan-filter-modal__service-message a {
  color: #8E5600;
  text-decoration: underline;
  font-weight: 600;
}

.plan-filter-modal__service-message--warning {
  border-color: #fcd34d;
  background: #fffbeb;
  color: #92400e;
}

.plan-filter-modal__service-message--warning a {
  color: #92400e;
}

/* Error variant — used for postpaid card + < 90 days (a hard mismatch, blocks Apply). */
.plan-filter-modal__service-message--error {
  border-color: #D52B1E;
  background: #FDECEA;
  color: #8A1A11;
}

.plan-filter-modal__service-message--error a {
  color: #8A1A11;
  font-weight: 600;
}

.plan-filter-modal__service-message--error .svg-wrapper path {
  fill: #D52B1E;
}

.plan-filter-calendar__toolbar {
  position: absolute;
  width: min(94vw, 715px);
  display: flex;
  justify-content: space-between;
}

.plan-filter-calendar__nav {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: none;
  background: transparent;
  cursor: pointer;
  font-size: 24px;
  color: #6A7282;
}

.plan-filter-calendar__months {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  padding-top: 0.5rem;
}

.plan-filter-calendar__month-title {
  text-align: center;
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 500;
}

.plan-filter-calendar__weekdays,
.plan-filter-calendar__grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 4px;
}

/* Reserve space for the tallest possible month (6 rows of day cells) so the
   modal height stays the same regardless of which month is displayed. */
.plan-filter-calendar__grid {
  grid-auto-rows: 46px;
  min-height: 296px;
}

.plan-filter-calendar__weekday {
  display: grid;
  place-items: center;
  min-height: 24px;
  font-size: 16px;
  color: #8a91a0;
}

.plan-filter-calendar__empty {
  min-height: 34px;
}

.plan-filter-calendar__day {
  border: 0;
  min-height: 46px;
  background: transparent;
  border-radius: 50%;
  cursor: pointer;
  color: #2d3547;
  font-size: 16px;
}

.plan-filter-calendar__day:hover {
  background: #e8173a1a;
}

.plan-filter-calendar__day:disabled {
  color: #b9c0cf;
  cursor: not-allowed;
  background: transparent;
}

.plan-filter-calendar__day:disabled:hover {
  background: transparent;
}

.plan-filter-calendar__day.is-selected,
.plan-filter-calendar__day.is-range-start,
.plan-filter-calendar__day.is-range-end {
  background: #D52B1E;
  color: #F2F2F2;
}

.plan-filter-calendar__day.is-in-range {
  background: #FBD0CC;
}

.plan-filter__sticky-footer {
  display: none;
}



.plan-filter-modal__footer {
  position: relative;
  margin: 14px -18px -14px;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: #EFEFEF;
}

.plan-filter-modal__footer::before {
  display: none;
}

.plan-filter-modal__apply {
  min-width: 120px;
  border: 0;
  min-height: 44px;
  padding: 0 20px;
  background: #D52B1E;
  color: #FFFFFF;
  cursor: pointer;
  font-family: 'Figtree', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  border-radius: 6px;
  transition: background 0.15s ease;
}

.plan-filter-modal__apply:hover:not(:disabled) {
  background: #B91D12;
}

.plan-filter-modal__selection-text {
  color: #333;
  font-size: 16px;
  line-height: 1.3;
}

.plan-filter-modal__apply:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  background-color: #D52B1E;
  color: #FCFCFC;
}

.product-form-text__error {
  align-items: anchor-center;
  margin-top: 4px;
  background-color: transparent;
}

.product-form-text__error path {
  fill: #d52b1e;
}

.product-form-text__error.accent-card path {
  fill: #1b1b1b;
}

/* =============================================
   Light theme
   ============================================= */

.plan-filter__widget[data-theme="light"] {
  background: #f2f2f2;
  border: 1px solid #b3b3b3;
  border-radius: 8px;
  padding: 16px 24px;
}

.plan-filter__widget[data-theme="light"] .plan-filter__title {
  color: #1b1b1b;
}

.plan-filter__widget[data-theme="light"] .plan-filter__description {
  color: #595959;
}

.plan-filter__widget[data-theme="light"] .plan-filter__controls {
  border-radius: 8px;
  padding: 8px;
}

.plan-filter__widget[data-theme="light"] .plan-filter__date-field {
  background: #FCFCFC;
  border-color: #B3B3B3;
  color: #b3b3b3;
  border-radius: 8px;
}

.plan-filter__widget[data-theme="light"] .plan-filter__date-field:focus-visible {
  outline-color: #1b1b1b;
}

.plan-filter__widget[data-theme="light"] .plan-filter__date-field-icon {
  color: #595959;
}

.plan-filter__widget[data-theme="light"] .plan-filter__date-field-text {
  color: #b3b3b3;
}

.plan-filter__widget[data-theme="light"].has-applied-dates .plan-filter__date-field-text {
  color: #1b1b1b;
}

.plan-filter__widget[data-theme="light"].has-applied-dates .plan-filter__controls .plan-filter__date-field {
  background: #FCFCFC;
  border-color: #B3B3B3;
}

.plan-filter__widget[data-theme="light"].has-applied-dates .plan-filter__date-field-icon svg path {
  stroke: #088314;
}

.plan-filter__widget[data-theme="light"] .plan-filter__find-button {
  font-style: normal;
  font-weight: 700;
  border-radius: 6px;
}

.plan-filter__widget[data-theme="light"] .plan-filter__usage-toggle {
  background: #FCFCFC;
  border-color: #B3B3B3;
  color: #1b1b1b;
  border-radius: 8px;
}

.plan-filter__widget[data-theme="light"] .plan-filter__usage-toggle-label {
  color: #595959;
}

.plan-filter__widget[data-theme="light"] .plan-filter__usage-toggle-caret {
  color: #595959;
}

.plan-filter__widget[data-theme="light"] .plan-filter__usage-toggle-icon path {
  stroke: #595959;
}

.plan-filter__widget[data-theme="light"] .plan-filter__usage-select.has-selection .plan-filter__usage-toggle {
  background: #FCFCFC;
  border-color: #B3B3B3;
}

.plan-filter__widget[data-theme="light"] .plan-filter__usage-select.has-selection .plan-filter__usage-toggle-label {
  color: #1b1b1b;
}

.plan-filter__widget[data-theme="light"] .plan-filter__usage-select.has-selection .plan-filter__usage-toggle-icon path {
  stroke: #1b1b1b;
}



.plan-filter__widget[data-theme="light"] .plan-filter__usp-item {
  color: #1b1b1b;
}

.plan-filter__widget[data-theme="light"] .plan-filter__usp-dot {
  background-color: #06402B;
}

@media (max-width: 960px) {
  .plan-filter__details-features {
    flex-direction: column;
  }

  .plan-filter__details-sim_types {
    flex-direction: column;
  }

  .plan-filter__sim_type-wrapper {
    width: 100%;
  }

  .plan-filter__variant-card {
    align-items: normal !important;
  }
}

@media (max-width: 749px) {
  .plan_filter-empty-span {
    display: none;
  }

  .plan-filter_product_info {
    flex-direction: column;
  }

  .plan-filter__description {
    font-weight: 400;
    line-height: 1.2;
    font-size: 16px;
    margin-bottom: 1rem;
  }

  .max-message {
    white-space: normal;
    width: max-content;
    max-width: calc(100vw - 100px);
    box-sizing: border-box;
  }

  .plan-filter__recommended-dates {
    font-size: 16px;
  }

  .plan-filter__step-wrapper_how-it-works .plan-filter__details-step {
    font-size: 20px;
  }

  .plan-filter__price {
    font-size: 40px;
  }

  .plan-filter__price-note-row {
    margin-top: 12px;
  }

  /*.plan-filter__product-container {
    position: relative;
    top: 0;
  }*/

  .plan-filter__product-container {
    position: inherit;
    top: 80px;
    align-self: start;
    margin: 0 auto;
    /*max-width: 400px;*/
  }

  .plan-filter__product-container.prepaid-plan {
    max-width: none;
  }

  .plan-filter__recommended-label {
    font-size: 24px;
  }

  .plan-filter__product-title {
    font-size: 40px;
  }

  .plan-filter-modal__mode-button {
    font-size: 16px;
  }

  .plan-filter__product-subtitle,
  .plan-filter__ups-item,
  .plan-filter__product-includes-label,
  .plan-filter__product-description {
    font-size: 14px;
  }

  .plan-filter__price-caption,
  .plan-filter__details-text,
  .plan-filter__details-feature_text,
  .plan-filter__how-it-works_step-description,
  .plan-filter__details-subtitle,
  .plan-filter-modal__note {
    font-size: 14px;
  }

  .plan-filter__details-step {
    font-size: 32px;
  }

  .plan-filter__details-description {
    font-size: 20px;
  }

  .plan-filter__details-feature_label,
  .plan-filter__how-it-works_step-label {
    font-size: 14px;
  }

  .plan-filter__how-it-works_step-label {
    min-width: auto;
  }


  .plan-filter__how-it-works_step-number {
    font-size: 24px;
  }

  .plan-filter__details-feature_text {
    margin-block-start: 0;
    max-width: none;
  }

  .plan-filter-modal__mode-tabs {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto auto;
  }

  .plan-filter-modal__mode-tabs::before {
    grid-row: 1 / 3;
    border-radius: 8px;
  }

  .plan-filter-modal__mode-button:first-child {
    grid-column: 1;
    grid-row: 1;
    margin: 3px 3px 0 3px;
    /* Round only the outer edge so stacked buttons read as one segmented rect. */
    border-radius: 8px 8px 4px 4px;
  }

  .plan-filter-modal__mode-button:last-child {
    grid-column: 1;
    grid-row: 2;
    margin: 0 3px 3px 3px;
    border-radius: 4px 4px 8px 8px;
  }

  .plan-filter__step-wrapper {
    gap: 1rem;
  }

  .plan-filter__details-feature_item {
    min-height: auto;
  }


  .plan-filter-section {
    padding: 28px 0 0;
  }

  .plan-filter__title {
    font-size: 40px;
  }

  .plan-filter-modal__dialog {
    --plan-filter-dialog-pad-inline: 12px;
    width: min(95vw, 760px);
    padding: 14px 12px 12px;
    align-self: flex-center;
    margin: 16px auto;
  }

  .plan-filter-modal__footer {
    flex-direction: column;
    align-items: normal;
  }

  .plan-filter-modal__title {
    font-size: 20px;
  }

  .plan-filter-calendar__months {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }

  .plan-filter__controls {
    grid-template-columns: minmax(0, 1fr);
  }

  .plan-filter__find-button {
    width: 100%;
    min-width: 0;
  }

  .plan-filter__usp-list {
    flex-direction: column;
  }

  .plan-filter__result {
    grid-template-columns: minmax(0, 1fr);
  }

  .plan-filter__plan-details {
    padding: 0;
    margin-top: 2rem;
  }

  .plan-filter__purchase-actions {
    grid-template-columns: minmax(0, 1fr);
    margin: 0;
    gap: 8px;
  }

  /* .plan-filter__quantity {
    width: 100%;
    grid-template-columns: 20px 35px 20px;
  } */

  .plan-filter__details-title {
    font-size: 40px;
  }

  /*.plan-filter__sim_type-wrapper {
    width: fit-content;
  }*/

  .plan-filter__sim-card {
    width: 100%;
  }

  .plan-filter__product-variants-container {
    flex-direction: column;
  }

  .plan-filter__sticky-footer {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    /* Sit below the header (--layer-header-menu: 12) so the open menu drawer
       inside the header always renders above the sticky pricing footer. */
    z-index: 5;
    background-color: #2B2B2B;
    border-top: 1px solid rgb(255 255 255 / 15%);
    padding: 12px 16px;
    transform: translateY(100%);
    opacity: 0;
    transition: transform 0.25s ease, opacity 0.25s ease;
    pointer-events: none;
  }

  /* When ANY drawer/overlay is open the theme adds `scroll-lock` to <html>.
     Hide any sticky bottom-of-screen bars and lift the header group above
     everything else so the open menu drawer always appears on top. */
  html[scroll-lock] .plan-filter__sticky-footer,
  html[scroll-lock] .sticky-add-to-cart,
  html[scroll-lock] .sticky-add-to-cart__bar {
    display: none !important;
  }

  html[scroll-lock] #header-group {
    position: relative;
    z-index: 9999;
  }

  .plan-filter__sticky-footer.is-visible {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .plan-filter__sticky-footer-inner {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    flex-direction: column;
  }

  .plan-filter__sticky-footer .plan-filter__price {
    font-size: 28px;
  }

  .plan-filter__sticky-footer .plan-filter__price-caption {
    font-size: 13px;
  }

  .plan-filter__sticky-footer-actions {
    border: none;
    width: 100%;
  }

  .plan-filter__sticky-footer .plan-filter__price {
    font-family: 'Poppins', sans-serif;
  }

  .product-form-text__error {
    font-size: 12px;
    margin-top: 0.5rem;
    width: 100%;

  }

  .product-form-text__error .svg-wrapper {
    width: 0.85rem;
    height: 0.85rem;
  }


  .plan-filter__purchase-actions {
    width: -webkit-fill-available;
  }

  .plan-filter__purchase-actions-row {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-direction: column;
  }




  add-to-cart-component {
    width: 100%;
  }

  .plan-filter__add-to-cart-label {
    display: none;
  }

  /* .plan-filter__quantity-button {
    width: 44px;
    height: 44px;
    font-size: 39px;
  } */

  .plan-filter__title {
    font-size: 32px;
  }

  .plan-filter__product-card {
    height: auto;
  }



}

/* Full-width plan-filter bar on product pages (desktop only).
   Scoped via data-theme="dark" which the product page passes; the SIM-plans
   landing page uses data-theme="light" and is unaffected. */
@media (min-width: 750px) {
  .shopify-section:has(.plan-filter__widget[data-theme="dark"]) {
    background: #FCFCFC;
  }

  .shopify-section:has(.plan-filter__widget[data-theme="dark"]) > .section-background {
    display: none;
  }

  .shopify-section:has(.plan-filter__widget[data-theme="dark"]) .plan-filter-section {
    padding-block: 64px;
    background: transparent;
  }
}

/* SIM plans page: the "For Short Stays" section's collection-description has
   inline <span style="font-size: ..."> markup baked in from the Shopify admin
   that shrinks the subheading text. Each text-block already has the correct
   --font-size on its container (1rem for the red label, 2rem for the title,
   1.25rem for the description). Force all DESCENDANTS to inherit so inline
   span sizes in the description stop winning. !important needed to beat
   inline style attributes. */
#shortTermPlans .text-block *,
#longTermPlans .text-block * {
  font-size: inherit !important;
}
}
.plan-filter__recommendation {
  margin-top: 1rem;
  padding: 1rem 1.25rem;
  border-radius: 0.5rem;
  background: #f0f9ff;
  border: 1px solid #bae6fd;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.plan-filter__recommendation-inner {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
  flex-wrap: wrap;
}

.plan-filter__recommendation-content strong {
  display: block;
  font-size: 0.95rem;
  margin-bottom: 0.25rem;
}

.plan-filter__recommendation-content p {
  margin: 0;
  font-size: 0.875rem;
  color: #374151;
}

.plan-filter__recommendation-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 20px;
  background: #E92729;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  font-style: italic;
  font-family: 'Figtree', sans-serif;
  text-decoration: none;
  border-radius: 4px;
  white-space: nowrap;
  transition: background 0.2s ease;
}

.plan-filter__recommendation-link:hover {
  background: #000000;
}
.plan-filter__recommendation-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  width: 100%;
  text-align: center;
}

.plan-filter__recommendation-content {
  text-align: center;
}

.plan-filter__recommendation-content p {
  margin: 0 0 0.75rem;
}
