/*
  WooCommerce pages only: cart fallback, checkout, order received, account, product fallback.
*/

.il-commerce-page .il-site-main,
.woocommerce-cart .il-site-main,
.woocommerce-checkout .il-site-main,
.woocommerce-account .il-site-main,
.single-product .il-site-main {
  padding-block: var(--il-section-y);
}

.woocommerce,
.woocommerce-page .entry-content {
  color: var(--il-text);
}

.woocommerce-page .il-entry-content > .woocommerce {
  width: min(100% - 32px, var(--il-container));
  max-width: var(--il-container);
  margin-inline: auto;
  overflow-x: hidden;
}

.woocommerce-page .entry-title,
.single-product .entry-title,
.woocommerce h1 {
  font-size: clamp(2.25rem, 4.7vw, 4.2rem);
  line-height: 1.03;
}

.woocommerce h1,
.woocommerce h2,
.woocommerce h3 {
  color: var(--il-text);
  letter-spacing: 0;
}

.woocommerce h2,
.woocommerce h3,
.woocommerce #order_review_heading {
  font-size: clamp(1.65rem, 3.2vw, 2.8rem);
}

.woocommerce form.checkout,
.woocommerce form.login,
.woocommerce form.register,
.woocommerce form.lost_reset_password,
.woocommerce .woocommerce-MyAccount-content,
.woocommerce .woocommerce-MyAccount-navigation,
.woocommerce-cart-form,
.cart_totals,
.woocommerce-order,
.il-account-course-cta,
.single-product div.product,
.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-info,
.woocommerce-notices-wrapper .woocommerce-error {
  padding: clamp(20px, 4vw, 34px);
  background: var(--il-bg-card);
  border: 1px solid var(--il-border);
  border-radius: var(--il-radius);
  box-shadow: var(--il-shadow-soft);
}

.woocommerce-notices-wrapper {
  width: min(100% - 32px, var(--il-container));
  margin: 0 auto 22px;
}

.woocommerce-message,
.woocommerce-info {
  color: var(--il-text);
  border-top-color: var(--il-gold) !important;
}

.woocommerce-error {
  color: var(--il-text);
  border-top-color: var(--il-danger) !important;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce .button,
.woocommerce-checkout #payment #place_order {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  color: #07131f !important;
  font-weight: 900;
  line-height: 1;
  background: linear-gradient(135deg, var(--il-gold-2), var(--il-gold)) !important;
  border: 0 !important;
  border-radius: 999px !important;
  box-shadow: 0 18px 42px rgba(231, 173, 70, 0.22);
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce .button:hover {
  color: #07131f !important;
  transform: translateY(-1px);
}

.woocommerce table.shop_table,
.woocommerce table.my_account_orders,
.woocommerce table.woocommerce-table {
  overflow: hidden;
  color: var(--il-text);
  background: var(--il-bg-card);
  border: 1px solid var(--il-border);
  border-radius: var(--il-radius-sm);
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td,
.woocommerce table.my_account_orders th,
.woocommerce table.my_account_orders td {
  border-color: var(--il-border);
}

.woocommerce form .form-row label {
  display: block;
  margin-bottom: 8px;
  color: var(--il-text-soft);
  font-weight: 800;
  line-height: 1.28;
}

.woocommerce form .form-row,
.woocommerce-page form .form-row {
  float: none !important;
  clear: both !important;
  display: grid;
  gap: 8px;
  width: 100% !important;
  max-width: 100%;
  min-width: 0;
  padding: 0 !important;
  margin: 0 0 16px !important;
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
  float: none !important;
  width: 100% !important;
}

.woocommerce form .form-row .woocommerce-input-wrapper,
.woocommerce-page form .form-row .woocommerce-input-wrapper {
  display: block;
  width: 100%;
  min-width: 0;
}

.woocommerce form .password-input,
.woocommerce-page form .password-input {
  position: relative;
  display: block;
  width: 100%;
  min-width: 0;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.select2-container--default .select2-selection--single {
  display: block;
  width: 100% !important;
  max-width: 100%;
  min-height: 50px;
  padding: 12px 13px;
  color: var(--il-text);
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid var(--il-border);
  border-radius: var(--il-radius-xs);
}

.woocommerce-checkout #wc-stripe-hidden-style-input {
  background: #0a2237;
}

.woocommerce-checkout form .form-row input.input-text,
.woocommerce-checkout form .form-row textarea,
.woocommerce-checkout form .form-row select,
.woocommerce-checkout #payment div.payment_box {
  background: #102a3e;
}

html[data-theme="light"] .woocommerce-checkout #wc-stripe-hidden-style-input {
  background: #ffffff;
}

html[data-theme="light"] .woocommerce-checkout form .form-row input.input-text,
html[data-theme="light"] .woocommerce-checkout form .form-row textarea,
html[data-theme="light"] .woocommerce-checkout form .form-row select,
html[data-theme="light"] .woocommerce-checkout #payment div.payment_box {
  background: #ffffff;
}

.woocommerce form .password-input input.input-text,
.woocommerce-page form .password-input input.input-text {
  padding-right: 52px;
}

.woocommerce form .form-row select.select2-hidden-accessible,
.woocommerce-page form .form-row select.select2-hidden-accessible {
  position: absolute !important;
  width: 1px !important;
  max-width: 1px !important;
  min-width: 1px !important;
  height: 1px !important;
  min-height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  border: 0 !important;
  white-space: nowrap !important;
}

.woocommerce form .form-row textarea {
  min-height: 124px;
  resize: vertical;
}

.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
  position: absolute;
  right: 14px;
  top: 50%;
  width: 32px;
  height: 32px;
  min-height: 0;
  padding: 0;
  margin: 0;
  color: var(--il-text-muted);
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  transform: translateY(-50%);
}

.woocommerce form .show-password-input::before,
.woocommerce-page form .show-password-input::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 10px;
  content: "";
  border: 2px solid currentColor;
  border-radius: 999px / 70%;
  transform: translate(-50%, -50%);
}

.woocommerce form .show-password-input::after,
.woocommerce-page form .show-password-input::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  content: "";
  background: currentColor;
  border-radius: 999px;
  transform: translate(-50%, -50%);
}

.woocommerce-password-strength,
.woocommerce-password-hint {
  width: 100%;
  margin-top: 8px;
  padding: 8px 10px;
  color: var(--il-text-soft);
  background: rgba(255, 255, 255, 0.055);
  border-radius: var(--il-radius-xs);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--il-text);
}

.woocommerce .select2-container {
  width: 100% !important;
  max-width: 100%;
  min-width: 0;
}

.woocommerce form .form-row label .optional {
  display: inline-block;
  margin-left: 4px;
  color: var(--il-muted);
  font-weight: 700;
  overflow-wrap: normal;
}

.woocommerce-form-login-toggle,
.woocommerce-form-coupon-toggle {
  width: min(100% - 32px, var(--il-container));
  margin: 0 auto 14px;
  color: var(--il-text-soft);
}

.woocommerce-form-login-toggle .woocommerce-info,
.woocommerce-form-coupon-toggle .woocommerce-info {
  margin-bottom: 0;
}

.woocommerce form.checkout {
  display: grid;
  gap: 28px;
  align-items: start;
  width: 100%;
}

.woocommerce-checkout .col2-set,
.woocommerce-checkout .col-1,
.woocommerce-checkout .col-2,
.woocommerce .u-columns.col2-set,
.woocommerce .u-column1,
.woocommerce .u-column2 {
  float: none !important;
  width: 100% !important;
  min-width: 0;
}

.woocommerce-billing-fields__field-wrapper,
.woocommerce-additional-fields__field-wrapper {
  display: grid;
  gap: 16px;
  min-width: 0;
}

.woocommerce-billing-fields__field-wrapper .form-row,
.woocommerce-additional-fields__field-wrapper .form-row,
.woocommerce-account-fields .form-row {
  margin-bottom: 0 !important;
}

.woocommerce-account-fields {
  margin-top: 18px;
}

.woocommerce-additional-fields {
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.woocommerce-additional-fields h3 {
  margin: 0 0 14px;
  color: var(--il-text-soft);
  font-size: clamp(1.05rem, 1.5vw, 1.24rem);
  line-height: 1.2;
}

.woocommerce form .form-row .description {
  display: block;
  margin-top: 2px;
  color: var(--il-text-muted);
  font-size: 0.86rem;
  font-weight: 650;
  line-height: 1.45;
}

.woocommerce form #billing_phone_field .description {
  max-width: 62ch;
  color: rgba(255, 217, 140, 0.78);
}

html[data-theme="light"] .woocommerce form #billing_phone_field .description {
  color: var(--il-gold-dark);
}

.woocommerce form #order_comments_field textarea {
  min-height: 92px;
}

.woocommerce .u-columns.col2-set {
  display: grid;
  gap: 24px;
  margin: 0;
}

.woocommerce .u-column1 > h2,
.woocommerce .u-column2 > h2 {
  margin-bottom: 14px;
}

.woocommerce form .form-row label.woocommerce-form__label-for-checkbox {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: var(--il-text);
}

.woocommerce form .form-row input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: var(--il-gold);
}

.woocommerce form.login .form-row:has(.woocommerce-form-login__rememberme),
.woocommerce form.register .form-row:last-child {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.woocommerce-checkout-review-order,
.woocommerce-checkout #payment {
  background: rgba(255, 255, 255, 0.045) !important;
  border: 1px solid var(--il-border);
  border-radius: var(--il-radius);
  min-width: 0;
  overflow: hidden;
}

.woocommerce-checkout-review-order {
  display: grid;
  gap: 18px;
  padding: clamp(18px, 2.2vw, 26px);
}

.woocommerce-checkout #payment div.payment_box {
  margin: 10px 0 0;
  padding: 14px 16px;
  color: var(--il-text-soft);
  background: rgba(255, 255, 255, 0.055);
  border-radius: var(--il-radius-xs);
}

.woocommerce-checkout #payment {
  background: #0a2237 !important;
}

.woocommerce-checkout #payment div.payment_box {
  background: #102a3e;
}

html[data-theme="light"] .woocommerce-checkout #payment,
html[data-theme="light"] .woocommerce-checkout #payment div.payment_box {
  background: #ffffff !important;
}

.woocommerce-checkout #payment ul.payment_methods {
  padding: 20px 20px 16px;
  border-bottom-color: var(--il-border);
}

.woocommerce-checkout #payment ul.payment_methods li {
  display: grid;
  gap: 8px;
  min-width: 0;
  color: var(--il-text);
}

.woocommerce-checkout #payment ul.payment_methods label {
  color: var(--il-text);
  font-weight: 900;
}

.woocommerce-MyAccount-navigation ul {
  display: grid;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.woocommerce table.shop_table {
  width: 100%;
  table-layout: auto;
  margin: 0;
  border-collapse: separate;
  border-spacing: 0;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  min-width: 0;
  padding: 14px 10px;
  overflow-wrap: break-word;
  word-break: normal;
  vertical-align: top;
  border-color: rgba(255, 255, 255, 0.09);
}

.woocommerce-checkout-review-order-table .product-total,
.woocommerce-checkout-review-order-table tfoot td,
.woocommerce-checkout-review-order-table td:last-child,
.woocommerce-checkout-review-order-table th:last-child {
  white-space: nowrap;
  text-align: right;
}

.woocommerce-checkout-review-order-table .product-name {
  width: 66%;
}

.woocommerce-checkout-review-order-table .cart_item .product-name {
  font-weight: 850;
}

.woocommerce-checkout-review-order-table .variation {
  display: grid;
  grid-template-columns: minmax(150px, 0.78fr) minmax(0, 1fr);
  gap: 6px 12px;
  margin: 12px 0 0;
  color: var(--il-text-soft);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.35;
}

.woocommerce-checkout-review-order-table .variation dt,
.woocommerce-checkout-review-order-table .variation dd {
  margin: 0;
}

.woocommerce-checkout-review-order-table .variation dt {
  color: var(--il-text);
  font-weight: 400;
  overflow-wrap: normal;
  hyphens: none;
}

.woocommerce-checkout-review-order-table .variation dd p {
  margin: 0;
}

.woocommerce-MyAccount-navigation a {
  display: block;
  padding: 10px 12px;
  color: var(--il-text-soft);
  font-weight: 900;
  border-radius: var(--il-radius-xs);
}

.woocommerce-MyAccount-navigation a:hover,
.woocommerce-MyAccount-navigation .is-active a {
  color: var(--il-gold-2);
  background: rgba(255, 255, 255, 0.055);
}

.il-thankyou-next-step {
  margin-top: 24px;
  padding: clamp(22px, 4vw, 34px);
  background:
    radial-gradient(circle at 90% 10%, rgba(231, 173, 70, 0.16), transparent 34%),
    rgba(231, 173, 70, 0.1);
  border: 1px solid rgba(231, 173, 70, 0.28);
  border-radius: var(--il-radius);
}

.il-thankyou-next-step h2,
.il-account-course-cta h2 {
  margin-bottom: 10px;
  font-size: clamp(1.7rem, 4vw, 3rem);
}

.il-thankyou-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 18px;
}

.il-account-course-cta {
  margin-bottom: 24px;
}

.il-account-course-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 1.25fr);
  gap: clamp(18px, 3vw, 28px);
  align-items: center;
  margin-top: clamp(18px, 3vw, 28px);
  padding-top: clamp(18px, 3vw, 28px);
  border-top: 1px solid var(--il-border);
}

.il-account-course-intro__copy {
  max-width: 430px;
}

.il-account-course-intro__badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 10px;
  padding: 6px 10px;
  color: #06111c;
  font-size: 0.76rem;
  font-weight: 950;
  line-height: 1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: linear-gradient(135deg, var(--il-gold-2), var(--il-gold));
  border-radius: 999px;
}

.il-account-course-intro h3 {
  max-width: 11ch;
  margin: 0 0 10px;
  font-size: clamp(1.35rem, 2.3vw, 2.15rem);
  line-height: 1.04;
}

.il-account-course-intro p {
  margin: 0;
  color: var(--il-text-soft);
  font-size: clamp(0.98rem, 1.2vw, 1.08rem);
  line-height: 1.6;
}

.il-account-course-intro__media video {
  display: block;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16 / 9;
  color: var(--il-text-soft);
  background:
    radial-gradient(circle at 78% 20%, rgba(231, 173, 70, 0.12), transparent 36%),
    rgba(255, 255, 255, 0.055);
  border: 1px solid var(--il-border);
  border-radius: var(--il-radius-sm);
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.22);
  overflow: hidden;
}

.il-account-consultation-list {
  display: grid;
  gap: 10px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.il-account-consultation-list li {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  align-items: center;
  justify-content: space-between;
  padding: 12px 14px;
  color: var(--il-text-soft);
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid var(--il-border);
  border-radius: var(--il-radius-xs);
}

.il-account-consultation-list strong {
  color: var(--il-text);
}

.il-account-consultation-list span {
  color: var(--il-gold-2);
  font-size: 0.86rem;
  font-weight: 900;
}

.woocommerce-checkout .il-checkout-compliance {
  margin: 16px 20px 18px;
  padding: 16px 18px;
  background: rgba(231, 173, 70, 0.08);
  border: 1px solid rgba(231, 173, 70, 0.24);
  border-radius: var(--il-radius-xs);
}

.woocommerce-checkout .il-checkout-compliance + .investorlady-marketing-consent {
  margin-top: -6px;
}

.woocommerce-checkout .investorlady-marketing-consent {
  background: rgba(255, 255, 255, 0.035);
  border-color: var(--il-border);
}

html[data-theme="light"] .woocommerce-checkout .investorlady-marketing-consent {
  background: rgba(8, 27, 44, 0.035);
  border-color: rgba(8, 27, 44, 0.14);
}

.woocommerce-checkout .woocommerce-privacy-policy-text {
  margin: 0;
  padding: 20px 20px 2px;
  color: var(--il-text-soft);
  line-height: 1.55;
}

.woocommerce-checkout .il-checkout-compliance label {
  display: flex;
  gap: 10px;
  justify-content: flex-start;
  align-items: start;
  margin: 0;
  color: var(--il-text-soft);
  font-size: 0.92rem;
  font-weight: 760;
  line-height: 1.45;
}

.woocommerce-checkout .investorlady-marketing-consent label {
  font-weight: 720;
}

.woocommerce-checkout .investorlady-marketing-consent__content {
  display: block;
  min-width: 0;
}

.woocommerce-checkout .investorlady-marketing-consent__label,
.woocommerce-checkout .investorlady-marketing-consent__helper {
  display: block;
}

.woocommerce-checkout .investorlady-marketing-consent__helper {
  margin-top: 5px;
  color: var(--il-text-muted);
  font-size: 0.82rem;
  font-weight: 620;
  line-height: 1.42;
}

html[data-theme="light"] .woocommerce-checkout .investorlady-marketing-consent__helper {
  color: rgba(40, 55, 70, 0.72);
}

.woocommerce-checkout .il-checkout-compliance input {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  margin-top: 0.18em;
  accent-color: var(--il-gold);
}

.woocommerce-checkout .il-checkout-compliance a {
  color: var(--il-gold-2);
  font-weight: 900;
  text-decoration: none;
}

.woocommerce-checkout .il-checkout-compliance a:hover {
  color: var(--il-cyan);
}

.woocommerce select,
.woocommerce .select2-container .select2-selection--single,
.woocommerce .select2-container .select2-selection--multiple {
  min-height: 52px;
  color: var(--il-text);
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid var(--il-border);
  border-radius: var(--il-radius-xs);
}

.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--il-text);
  line-height: 52px;
}

.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 52px;
}

.woocommerce select:focus,
.woocommerce .select2-container--open .select2-selection--single {
  border-color: rgba(231, 173, 70, 0.62);
  box-shadow: 0 0 0 3px rgba(231, 173, 70, 0.14);
}

.single-product div.product .summary,
.single-product div.product .woocommerce-product-gallery {
  width: 100% !important;
  float: none !important;
}

.single-product div.product {
  display: grid;
  gap: 24px;
}

.single-product .product_meta,
.single-product .tabs,
.single-product .woocommerce-tabs,
.single-product #reviews,
.single-product .woocommerce-Reviews,
.single-product div.product form.cart,
.single-product .related,
.single-product .upsells {
  display: none !important;
}

@media (min-width: 920px) {
  .woocommerce-account.logged-in .woocommerce {
    display: grid;
    grid-template-columns: minmax(220px, 0.28fr) minmax(0, 1fr);
    gap: 24px;
  }

  .woocommerce .u-columns.col2-set {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
  }

  .woocommerce-checkout form.checkout {
    grid-template-columns: minmax(0, 0.86fr) minmax(430px, 0.66fr);
    grid-template-rows: auto 1fr;
    gap: 26px 28px;
  }

  .woocommerce-checkout form.checkout .col2-set {
    grid-column: 1;
    grid-row: 1 / span 2;
  }

  .woocommerce-checkout #order_review_heading {
    grid-column: 2;
    grid-row: 1;
    margin: 0;
  }

  .woocommerce-checkout #order_review {
    grid-column: 2;
    grid-row: 2;
  }

  .woocommerce-billing-fields__field-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .woocommerce-billing-fields__field-wrapper .form-row-wide,
  .woocommerce-billing-fields__field-wrapper #billing_country_field,
  .woocommerce-billing-fields__field-wrapper #billing_address_1_field,
  .woocommerce-billing-fields__field-wrapper #billing_address_2_field,
  .woocommerce-billing-fields__field-wrapper #billing_state_field,
  .woocommerce-billing-fields__field-wrapper #account_password_field {
    grid-column: 1 / -1;
  }

  .single-product div.product {
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
  }
}

@media (max-width: 919px) {
  .il-account-course-intro {
    grid-template-columns: 1fr;
  }

  .il-account-course-intro__copy {
    max-width: 680px;
  }

  .il-account-course-intro h3 {
    max-width: none;
  }
}

@media (max-width: 719px) {
  .woocommerce-page .entry-title,
  .single-product .entry-title,
  .woocommerce h1 {
    font-size: clamp(2rem, 10vw, 3.15rem);
    line-height: 1.04;
  }

  .woocommerce-page .il-entry-content > .woocommerce,
  .woocommerce-form-login-toggle,
  .woocommerce-form-coupon-toggle,
  .woocommerce-notices-wrapper {
    width: min(100% - 28px, var(--il-container));
  }

  .woocommerce form.checkout,
  .woocommerce form.login,
  .woocommerce form.register,
  .woocommerce form.lost_reset_password,
  .woocommerce .woocommerce-MyAccount-content,
  .woocommerce .woocommerce-MyAccount-navigation,
  .woocommerce-cart-form,
  .cart_totals,
  .woocommerce-order,
  .il-account-course-cta,
  .single-product div.product {
    padding: 20px;
    border-radius: 20px;
  }

  .woocommerce table.shop_table {
    font-size: 0.92rem;
  }

  .woocommerce table.shop_table th,
  .woocommerce table.shop_table td {
    padding: 11px 8px;
  }

  .woocommerce-checkout-review-order {
    gap: 14px;
    padding: 18px;
  }

  .woocommerce-checkout #payment ul.payment_methods {
    padding: 16px 16px 12px;
  }

  .woocommerce-checkout .woocommerce-privacy-policy-text {
    padding: 16px 16px 0;
  }

  .woocommerce-checkout .il-checkout-compliance {
    margin: 14px 16px 16px;
    padding: 14px 14px;
  }

  .woocommerce-checkout-review-order-table .product-name {
    width: auto;
  }

  .woocommerce-checkout-review-order-table .variation {
    grid-template-columns: 1fr;
    gap: 3px;
    font-size: 0.84rem;
  }

  .woocommerce form .form-row label .optional {
    display: block;
    margin-top: 2px;
    margin-left: 0;
  }

  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce input.button,
  .woocommerce #respond input#submit,
  .woocommerce .button,
  .woocommerce-checkout #payment #place_order {
    width: 100%;
  }

  .il-thankyou-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .il-thankyou-actions .il-button,
  .il-thankyou-actions .il-link-button {
    width: 100%;
  }

  .il-account-course-intro {
    gap: 14px;
    margin-top: 18px;
    padding-top: 18px;
  }

  .il-account-course-intro__badge {
    margin-bottom: 8px;
  }

  .il-account-course-intro__media video {
    border-radius: 16px;
  }
}

.woocommerce .il-price-bgn,
.single-product .il-price-bgn {
  display: block;
  margin-top: 5px;
  color: rgba(255, 217, 140, 0.76);
  font-size: inherit;
  font-weight: inherit;
  line-height: 1.25;
}

.woocommerce table.shop_table .variation dt,
.woocommerce table.shop_table .variation dd {
  margin-bottom: 4px;
}

.woocommerce table.shop_table .variation dd p {
  margin: 0;
}
