#cart #content-wrapper .cart-grid-body .cart-overview .cart-items .cart-item .def-abonnement .product-line-grid-right {
  justify-content: center;
}

#cart #content-wrapper .cart-grid-body .cart-overview .cart-items .cart-item .def-abonnement .product-line-grid-right .product-line-info.attributes {
  justify-content: space-between;
  margin-bottom: 0.125rem;
}

body:not(#cms) .def-abonnement .product-line-info .def-abonnement-info .product-info-text {
  font-size: .875rem;
  font-weight: 600;
  display: block;
  margin-bottom: .125rem;
  line-height: 1.5rem;
  color: #353535;
  font-family: "Montserrat", sans-serif;
}

.def-abonnement-switch {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
}

.def-abonnement-switch__text {
  position: relative;
  font-size: 0.8rem;
  color: #7a7d8c;
  font-weight: 500;
  cursor: pointer;
  margin-bottom: 0;
}

.def-abonnement-switch__text input {
  position: absolute;
  opacity: 0;
  inset: 0;
  cursor: pointer;
}

.def-abonnement-switch__text.is-active {
  color: #0a71ff;
  font-weight: 600;
}

.def-abonnement-switch__toggle {
  width: 48px;
  height: 26px;
  border-radius: 999px;
  background: #0B82D3;
  position: relative;
  flex-shrink: 0;
}

.def-abonnement-switch__thumb {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 2px;
  left: 2px;
  transition: transform 0.25s ease;
}

.def-abonnement-switch[data-plan='annual'] .def-abonnement-switch__thumb {
  transform: translateX(22px);
}

.def-abonnement-toggle__label,
.def-abonnement-toggle__option {
  display: none;
}

.def-abonnement-card__toggle-wrapper form {
  margin: 0;
}

@media (max-width: 767px) {
  .def-abonnement-card__toggle-wrapper {
    width: 100%;
  }

  .def-abonnement-switch {
    width: 100%;
    justify-content: flex-start;
  }
}

#module-def_abonnement-subscription h1 {
  color: #353535;
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0 0 2rem 0;
  line-height: normal !important;
  text-transform: initial;
}

#module-def_abonnement-subscription .def-abonnement-account {
  background-color: #fff;
  border-radius: .25rem;
  padding: 1rem;
}

#module-def_abonnement-subscription h2 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #353535;
}

#module-def_abonnement-subscription .cancellation-message {
  font-size: 0.875rem;
  color: #7a7d8c;
  margin-top: 0.5rem;
}

body#module-def_abonnement-subscription #wrapper .page-footer {
  display: flex;
  gap: 1rem;
  margin-bottom: 2rem;
}

body#module-def_abonnement-subscription #wrapper .page-footer a {
  color: #353535;
}

#module-def_abonnement-subscription .badge {
  display: inline-block;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.85rem;
  text-transform: none;
  letter-spacing: 0;
  background: #eaecf5;
  color: #353535;
}

#module-def_abonnement-subscription .badge.badge-success {
  background: #d4f5e0;
  color: #147a43;
}

#module-def_abonnement-subscription .badge.badge-warning {
  background: #fff3cd;
  color: #8a6a04;
}

#module-def_abonnement-subscription .badge.badge-secondary {
  background: #e2e3e5;
  color: #41464b;
}

#module-def_abonnement-subscription .badge.badge-danger {
  background: #fde2e1;
  color: #c0392b;
}
