#env-banner {
  background: #dc3545 !important;
  color: #fff !important;
  text-align: center !important;
  padding: 8px 12px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: 0.05em !important;
  line-height: 1.5 !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
  display: block !important;
  width: 100% !important;
  box-sizing: border-box !important;
  position: sticky !important;
  top: 0 !important;
  z-index: 99999 !important;
  margin: 0 !important;
}

@media (min-width: 1400px) {
  .container {
    max-width: 70%;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .container {
    max-width: 75%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .container {
    max-width: 85%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .container {
    max-width: 92%;
  }
}
@media (max-width: 767.98px) {
  .container {
    max-width: 100%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
.public-page {
  min-height: 100vh;
}

.header-wrapper {
  position: sticky;
  top: 0;
  z-index: 110;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

#env-banner ~ .header-wrapper {
  top: 2.3125rem;
}

.header-banner {
  background: #fff;
}

.header-banner__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 4.5rem;
  padding: 0.5rem 0;
}
@media (max-width: 576px) {
  .header-banner__inner {
    min-height: 3.5rem;
    padding: 0.375rem 0;
  }
}

.header-banner__drawer {
  position: absolute;
  left: 0;
}

.header-banner__logo {
  margin: 0;
  line-height: 0;
  text-align: center;
}
.header-banner__logo .header__heading-logo {
  max-width: 220px;
  max-height: 64px;
  height: auto;
  object-fit: contain;
}
@media (max-width: 576px) {
  .header-banner__logo .header__heading-logo {
    max-width: 150px;
    max-height: 48px;
  }
}

.header-banner__icons {
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  gap: 0.375rem;
}
@media (max-width: 576px) {
  .header-banner__icons {
    gap: 0.125rem;
  }
}

.header-nav-sticky {
  background: #fff;
}
.header-nav-sticky .list-menu--inline {
  display: flex;
  justify-content: center;
  gap: 0;
  padding: 0.25rem 0;
  margin: 0;
  list-style: none;
}

.header__menu-item {
  display: inline-flex;
  align-items: center;
  min-height: 2.25rem;
  padding: 0.375rem 0.75rem;
  text-decoration: none;
  color: rgba(var(--color-foreground), 0.75);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0;
}
.header__menu-item span {
  font-size: inherit;
  line-height: inherit;
}

.header__menu-item--active span {
  text-decoration: underline;
  text-underline-offset: 0.1875rem;
}

.menu-drawer__menu-item.header__menu-item--active {
  text-decoration: underline;
  text-underline-offset: 0.1875rem;
}

.menu-drawer {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  max-width: 100vw !important;
  height: 100vh !important;
  height: 100dvh !important;
  z-index: 9999 !important;
  background-color: #fff !important;
  transform: translateX(-100%) !important;
  transition: transform 0.3s ease !important;
  overflow-y: auto !important;
}
@media screen and (min-width: 750px) {
  .menu-drawer {
    width: min(20rem, 86vw) !important;
    max-width: min(20rem, 86vw) !important;
  }
}

.menu-drawer__navigation {
  padding: 1rem 0 !important;
}

.menu-drawer__menu-item {
  padding: 0.75rem 1.25rem !important;
  font-size: 1rem !important;
  line-height: 1.3 !important;
  letter-spacing: 0 !important;
}

.menu-drawer__utility-links {
  padding: 0.75rem 1.25rem !important;
}

.menu-drawer__account {
  padding: 0.65rem 0 !important;
  font-size: 0.9375rem !important;
  line-height: 1.3 !important;
  letter-spacing: 0 !important;
}

.menu-drawer .list-social__link {
  padding: 0.5rem !important;
}

.menu-drawer .list-social__item .icon {
  width: 1.25rem;
  height: 1.25rem;
}

.menu-drawer-container.menu-opening > .menu-drawer,
details[open].menu-opening > .menu-drawer,
#Details-menu-drawer-container[open].menu-opening > #menu-drawer {
  transform: translateX(0) !important;
  visibility: visible !important;
}

.menu-drawer-container[open] > summary::before,
#Details-menu-drawer-container[open] > summary::before {
  content: "";
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  background: rgba(0, 0, 0, 0.5) !important;
  z-index: 9998 !important;
  opacity: 1 !important;
  visibility: visible !important;
}

header-drawer {
  display: block;
  position: static !important;
}

.header__icon--menu {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  cursor: pointer;
  z-index: 10000;
}
.header__icon--menu .icon {
  width: 20px;
  height: 20px;
}
.header__icon--menu .icon-hamburger,
.header__icon--menu .icon-close {
  position: absolute;
}

.header-banner .header__icon {
  width: 2.5rem;
  min-width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  font-size: 0.8125rem;
  line-height: 1;
  text-decoration: none;
}

.header-banner .header__icon .icon,
.header-banner .header__icon--cart .icon {
  width: 1.25rem;
  height: 1.25rem;
}

.header-banner .header__icon--cart {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.header-banner .header__icon--cart .icon-cart-empty {
  width: 1.5rem;
  height: 1.5rem;
}

.header-banner .header__icon .svg-wrapper {
  width: 2.5rem;
  height: 2.5rem;
}

.header-banner .header-account-link {
  width: auto;
  gap: 0.25rem;
  padding: 0 0.5rem;
  white-space: nowrap;
}

.header-banner .cart-count-bubble {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 1.25rem;
  height: 1.25rem;
  padding: 0 0.25rem;
  bottom: 0.125rem;
  left: 1.375rem;
  border-radius: 999px;
  background: #0055b8;
  color: #fff !important;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.header-banner .cart-count-bubble span {
  color: #fff !important;
  font-size: inherit;
  font-weight: inherit;
  line-height: 1;
}

.footer .list-social__link {
  padding: 0.5rem;
}

.footer .list-social__item .icon {
  width: 1.375rem;
  height: 1.375rem;
}

.navbar-cryo {
  background: #0d1b2a !important;
  padding: 0.625rem 0;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
}
.navbar-cryo .navbar-brand {
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 1px;
  color: #fff !important;
}
.navbar-cryo .navbar-brand span {
  color: #0055b8;
}
.navbar-cryo .nav-link {
  font-weight: 500;
  font-size: 0.5938rem;
  transition: color 0.2s;
  padding: 0.3125rem 0.625rem !important;
}
.navbar-cryo .nav-link:hover, .navbar-cryo .nav-link.active {
  color: #0055b8 !important;
}
.navbar-cryo .nav-social {
  display: flex;
  gap: 0.4688rem;
  align-items: center;
}
.navbar-cryo .nav-social a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.75rem;
  transition: color 0.2s;
}
.navbar-cryo .nav-social a:hover {
  color: #0055b8;
}

.hero {
  background: linear-gradient(135deg, #0d1b2a 0%, #1b2838 50%, rgb(0, 61.4402173913, 133) 100%);
  color: #fff;
  padding: 3.125rem 0 2.5rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .hero {
    padding: 1.875rem 0 1.5625rem;
  }
}
@media (max-width: 576px) {
  .hero {
    padding: 1.5625rem 0 1.25rem;
  }
}
.hero::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -20%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(0, 85, 184, 0.15) 0%, transparent 70%);
  border-radius: 50%;
}
.hero__title {
  font-size: 2.25rem;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 0.9375rem;
}
@media (max-width: 768px) {
  .hero__title {
    font-size: 1.5rem;
  }
}
@media (max-width: 576px) {
  .hero__title {
    font-size: 1.125rem;
  }
}
.hero__subtitle {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.85);
  max-width: 600px;
  line-height: 1.7;
}
@media (max-width: 576px) {
  .hero__subtitle {
    font-size: 0.8125rem;
  }
}
.hero__cta {
  display: flex;
  gap: 0.625rem;
  margin-top: 1.25rem;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .hero__cta {
    flex-direction: column;
    align-items: stretch;
    gap: 0.4688rem;
    margin-top: 0.9375rem;
  }
}

.cta-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.25rem;
  margin-top: -3rem;
  position: relative;
  z-index: 2;
}

.cta-card {
  background: #fff;
  border-radius: 12px;
  padding: 1.5625rem 1.25rem;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
  text-align: center;
  transition: transform 0.3s, box-shadow 0.3s;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.cta-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}
.cta-card__icon {
  font-size: 1.875rem;
  margin-bottom: 0.625rem;
  color: #0055b8;
}
.cta-card__title {
  font-size: 0.9375rem;
  font-weight: 700;
  margin-bottom: 0.4688rem;
  color: #0d1b2a;
}
.cta-card__text {
  color: #6c757d;
  font-size: 0.75rem;
  margin-bottom: 0.9375rem;
}

.section--gray {
  background: #f8f9fa;
}
.section--dark {
  background: #0d1b2a;
  color: #fff;
}
.section--ice {
  background: #caf0f8;
}
.section__title {
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 0.625rem;
  color: #0d1b2a;
  padding-left: 0.75rem;
  border-left: 4px solid #0055b8;
}
.section__title span {
  color: #0055b8;
}
.section--dark .section__title {
  color: #fff;
}
@media (max-width: 768px) {
  .section__title {
    font-size: 1.375rem;
  }
}
@media (max-width: 576px) {
  .section__title {
    font-size: 1.125rem;
    padding-left: 0.625rem;
  }
}
.section__subtitle {
  font-size: 1rem;
  color: #6c757d;
  margin-bottom: 1.875rem;
  max-width: 700px;
}
.section--dark .section__subtitle {
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 576px) {
  .section__subtitle {
    font-size: 0.8125rem;
    margin-bottom: 1.25rem;
  }
}

.catalog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 0.9375rem;
}

.catalog-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s, box-shadow 0.3s;
  border: 1px solid rgba(0, 0, 0, 0.06);
}
.catalog-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
}
.catalog-card__img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  background: #f3f4f6;
}
.catalog-card__body {
  padding: 0.7812rem;
}
.catalog-card__title {
  font-weight: 600;
  font-size: 0.625rem;
  margin-bottom: 0.3125rem;
  color: #212529;
}
.catalog-card__price {
  font-size: 0.6875rem;
  font-weight: 700;
  color: #0055b8;
}
.catalog-card__link {
  text-decoration: none;
  color: inherit;
}
.catalog-card__link:hover {
  color: inherit;
}

.tarifs-table {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}
.tarifs-table table {
  margin: 0;
}
.tarifs-table thead {
  background: #0d1b2a;
  color: #fff;
}
.tarifs-table thead th {
  font-weight: 600;
  padding: 0.625rem 0.7812rem;
  border: none;
}
.tarifs-table tbody td {
  padding: 0.5312rem 0.7812rem;
  vertical-align: middle;
  border-color: #f0f0f0;
}
.tarifs-table tbody tr:hover {
  background: #caf0f8;
}

.service-page .service-intro {
  font-size: 0.6875rem;
  line-height: 1.8;
  color: #444;
  max-width: 800px;
}
.service-page .service-advantages {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 0.9375rem;
}
.service-page .advantage-card {
  background: #fff;
  border-radius: 12px;
  padding: 1.0938rem;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  border-left: 4px solid #0055b8;
}
.service-page .advantage-card__icon {
  font-size: 1.25rem;
  color: #0055b8;
  margin-bottom: 0.4688rem;
}
.service-page .advantage-card__title {
  font-weight: 600;
  margin-bottom: 0.3125rem;
  color: #0d1b2a;
}
.service-page .advantage-card__text {
  color: #6c757d;
  font-size: 0.5938rem;
}
.service-page .domains-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 0.7812rem;
}
.service-page .domain-card {
  background: #fff;
  border-radius: 12px;
  padding: 0.9375rem;
  text-align: center;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s;
}
.service-page .domain-card:hover {
  transform: translateY(-2px);
}
.service-page .domain-card__icon {
  font-size: 1.5625rem;
  margin-bottom: 0.4688rem;
}
.service-page .domain-card__title {
  font-weight: 600;
  font-size: 0.5938rem;
  color: #0d1b2a;
}
.service-page .prestation-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.25rem;
}
.service-page .prestation-card {
  background: #fff;
  border-radius: 12px;
  padding: 1.25rem;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  border-top: 4px solid #0055b8;
}
.service-page .prestation-card__title {
  font-size: 0.75rem;
  font-weight: 700;
  margin-bottom: 0.625rem;
  color: #0d1b2a;
}
.service-page .prestation-card__text {
  color: #555;
  line-height: 1.7;
}

.glace-section-title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #0d1b2a;
  margin-bottom: 0.4688rem;
  padding-left: 0.75rem;
  border-left: 4px solid #0055b8;
}
.glace-section-title span {
  color: #0055b8;
}
@media (max-width: 768px) {
  .glace-section-title {
    font-size: 1.375rem;
  }
}
@media (max-width: 576px) {
  .glace-section-title {
    font-size: 1.125rem;
    padding-left: 0.625rem;
  }
}

.glace-section-subtitle {
  font-size: 1rem;
  color: #666;
  margin-bottom: 1.5625rem;
}
@media (max-width: 576px) {
  .glace-section-subtitle {
    font-size: 0.8125rem;
    margin-bottom: 0.9375rem;
  }
}

.btn-glace-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #0055b8;
  color: #fff;
  border: none;
  border-radius: 50px;
  max-width: 100%;
  padding: 0.5625rem 1.375rem;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  transition: background 0.3s, transform 0.2s, box-shadow 0.3s;
  box-shadow: 0 4px 16px rgba(0, 85, 184, 0.3);
}
@media (max-width: 576px) {
  .btn-glace-cta {
    padding: 0.5rem 1rem;
    font-size: 0.8125rem;
  }
}
.btn-glace-cta:hover {
  background: rgb(0, 66.152173913, 143.2);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 22px rgba(0, 85, 184, 0.4);
}
.btn-glace-cta:active {
  transform: translateY(0);
}
.btn-glace-cta--outline {
  background: transparent;
  color: #0055b8;
  border: 2px solid #0055b8;
  box-shadow: none;
}
.btn-glace-cta--outline:hover {
  background: #0055b8;
  color: #fff;
  box-shadow: 0 4px 15px rgba(0, 85, 184, 0.3);
}

.glace-intro {
  padding: 3.125rem 0 2.5rem;
  background: #fff;
}
@media (max-width: 576px) {
  .glace-intro {
    padding: 1.5625rem 0 1.25rem;
  }
}
.glace-intro__title {
  font-size: 2.25rem;
  font-weight: 800;
  color: #0d1b2a;
  margin-bottom: 1.25rem;
  padding-left: 0.75rem;
  border-left: 5px solid #0055b8;
  display: inline-block;
  line-height: 1.3;
}
.glace-intro__title span {
  color: #0055b8;
}
@media (max-width: 768px) {
  .glace-intro__title {
    font-size: 1.5rem;
  }
}
.glace-intro__text {
  font-size: 1rem;
  line-height: 1.85;
  color: #444;
  margin-bottom: 0.7812rem;
}
.glace-intro__text strong {
  color: #0d1b2a;
}
@media (max-width: 576px) {
  .glace-intro__text {
    font-size: 0.8125rem;
  }
}
.glace-intro__cta {
  text-align: center;
  margin-top: 1.5625rem;
}

.glace-gallery {
  padding: 3.125rem 0;
  background: #F1F1F1;
}
.glace-gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.9375rem;
}
@media (max-width: 768px) {
  .glace-gallery__grid {
    grid-template-columns: 1fr;
    gap: 0.625rem;
  }
}
.glace-gallery__grid img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 8px;
  background: #d5d5d5;
}
@media (max-width: 992px) {
  .glace-gallery__grid img {
    height: 240px;
  }
}
@media (max-width: 576px) {
  .glace-gallery__grid img {
    height: 220px;
  }
}

.glace-efficacite {
  padding: 2.5rem 0;
  background: #fff;
}
.glace-efficacite__text {
  font-size: 1rem;
  line-height: 1.85;
  color: #444;
}

.glace-process {
  padding: 2.8125rem 0;
  background: #F1F1F1;
}
.glace-process__grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 1.5625rem;
  align-items: center;
}
@media (max-width: 768px) {
  .glace-process__grid {
    grid-template-columns: 1fr;
  }
}
.glace-process__grid img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.glace-utilisations {
  padding: 3.75rem 0;
  background: #fff;
}
@media (max-width: 576px) {
  .glace-utilisations {
    padding: 1.875rem 0;
  }
}

.flip-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.9375rem;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .flip-grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: 700px;
  }
}
@media (max-width: 576px) {
  .flip-grid {
    grid-template-columns: 1fr;
    max-width: 350px;
  }
}

.flip-card {
  perspective: 800px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.flip-card:hover, .flip-card:focus {
  z-index: 10;
}
.flip-card__inner {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}
.flip-card:hover .flip-card__inner, .flip-card:focus .flip-card__inner {
  transform: rotateY(180deg);
}
.flip-card__front {
  position: absolute;
  inset: 0;
  backface-visibility: hidden;
  border-radius: 12px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
}
.flip-card__label {
  width: 100%;
  padding: 0.7812rem;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  color: #fff;
}
.flip-card__label h3 {
  font-size: 1.5625rem;
  font-weight: 700;
  margin: 0 0 0.1562rem;
  color: #fff;
}
@media (max-width: 576px) {
  .flip-card__label h3 {
    font-size: 1.125rem;
  }
}
.flip-card__label p {
  font-size: 0.75rem;
  margin: 0;
  opacity: 0.85;
}
@media (max-width: 576px) {
  .flip-card__label p {
    font-size: 0.625rem;
  }
}
.flip-card__back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  backface-visibility: hidden;
  border-radius: 12px;
  background: #0055b8;
  color: #fff;
  transform: rotateY(180deg);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.0938rem;
  box-sizing: border-box;
}
.flip-card__back p {
  font-size: 1.125rem;
  line-height: 1.65;
  margin: 0;
  text-align: center;
}
@media (max-width: 576px) {
  .flip-card__back p {
    font-size: 0.8125rem;
  }
}
.flip-card__back a {
  color: #fff;
  text-decoration: underline;
}

.glace-donnees-techniques {
  padding: 2.5rem 0;
  background: #F1F1F1;
}
.glace-donnees-techniques p {
  font-size: 1rem;
  line-height: 1.75;
  color: #444;
  margin-bottom: 0.3125rem;
}

.glace-precautions {
  padding: 3.75rem 0;
  background: #fff;
}
@media (max-width: 576px) {
  .glace-precautions {
    padding: 1.875rem 0;
  }
}
.glace-precautions p {
  font-size: 1rem;
  line-height: 1.8;
}
@media (max-width: 576px) {
  .glace-precautions p {
    font-size: 0.8125rem;
  }
}
.glace-precautions__list {
  padding-left: 0.7812rem;
  margin-bottom: 0.7812rem;
}
.glace-precautions__list li {
  margin-bottom: 0.375rem;
  line-height: 1.75;
  color: #444;
  font-size: 1rem;
}
@media (max-width: 576px) {
  .glace-precautions__list li {
    font-size: 0.8125rem;
  }
}
.glace-precautions a {
  color: #0055b8;
}

.glace-tarifs {
  padding: 3.125rem 0;
  background: #fff;
}
.glace-tarifs p {
  font-size: 1rem;
}

.tarifs-table-vitrine {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  max-width: 900px;
  margin: 1.25rem auto;
  overflow-x: auto;
}
.tarifs-table-vitrine table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
}
.tarifs-table-vitrine thead th {
  background: #f5f5f5;
  color: #333;
  font-weight: 700;
  font-size: 1rem;
  padding: 0.875rem 1.25rem;
  text-align: center;
  border: none;
  white-space: nowrap;
}
@media (max-width: 576px) {
  .tarifs-table-vitrine thead th {
    font-size: 0.75rem;
    padding: 0.625rem 0.625rem;
  }
}
.tarifs-table-vitrine tbody td {
  padding: 0.8125rem 1.25rem;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #444;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #f0f0f0;
  white-space: nowrap;
}
@media (max-width: 576px) {
  .tarifs-table-vitrine tbody td {
    font-size: 0.75rem;
    padding: 0.5625rem 0.625rem;
  }
}
.tarifs-table-vitrine tbody tr:last-child td {
  border-bottom: none;
}
.tarifs-table-vitrine tbody tr:hover {
  background: #fafafa;
}

.glace-faq {
  padding: 3.125rem 0;
  background: #fff;
}

.faq-section .accordion-item {
  border: 1px solid #e8e8e8;
  border-radius: 12px !important;
  margin-bottom: 0.4688rem;
  overflow: hidden;
}
.faq-section .accordion-item:last-child {
  margin-bottom: 0;
}
.faq-section .accordion-button {
  font-weight: 600;
  font-size: 1rem;
  color: #0d1b2a;
  background: #fff;
  box-shadow: none;
  padding: 0.7188rem 0.9375rem;
}
@media (max-width: 576px) {
  .faq-section .accordion-button {
    font-size: 0.8125rem;
    padding: 0.625rem 0.625rem;
  }
}
.faq-section .accordion-button:not(.collapsed) {
  background: #caf0f8;
  color: #0055b8;
}
.faq-section .accordion-button::after {
  color: #0055b8;
}
.faq-section .accordion-body {
  color: #555;
  line-height: 1.7;
  padding: 0.7812rem 0.9375rem;
}

.contact-page .contact-info-card {
  background: #0d1b2a;
  color: #fff;
  border-radius: 12px;
  padding: 1.5625rem;
  height: 100%;
}
@media (max-width: 576px) {
  .contact-page .contact-info-card {
    padding: 0.9375rem;
  }
}
.contact-page .contact-info-card h3 {
  font-weight: 700;
  margin-bottom: 0.9375rem;
}
.contact-page .contact-info-card .contact-item {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
  margin-bottom: 0.9375rem;
}
.contact-page .contact-info-card .contact-item .bi {
  font-size: 0.8125rem;
  color: #0055b8;
  margin-top: 2px;
}
.contact-page .contact-info-card .contact-item a {
  color: #90e0ef;
  text-decoration: none;
}
.contact-page .contact-info-card .contact-item a:hover {
  color: #0055b8;
}
.contact-page .contact-form-card {
  background: #fff;
  border-radius: 12px;
  padding: 1.5625rem;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
  height: 100%;
}
@media (max-width: 576px) {
  .contact-page .contact-form-card {
    padding: 0.9375rem;
  }
}
.contact-page .contact-form-card h3 {
  font-weight: 700;
  margin-bottom: 0.9375rem;
  color: #0d1b2a;
}
.contact-page .contact-form-card .form-control,
.contact-page .contact-form-card .form-select {
  border-radius: 8px;
  border: 1px solid #dee2e6;
  padding: 0.4688rem 0.625rem;
}
.contact-page .contact-form-card .form-control:focus,
.contact-page .contact-form-card .form-select:focus {
  border-color: #0055b8;
  box-shadow: 0 0 0 0.125rem rgba(0, 85, 184, 0.15);
}
.contact-page .contact-form-card textarea.form-control {
  min-height: 120px;
}
.contact-page .map-container {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  margin-top: 1.875rem;
}
.contact-page .map-container iframe {
  width: 100%;
  height: 400px;
  border: 0;
}

.blog-page {
  background: #fff;
}
.blog-page .glace-intro {
  padding: 1.75rem 0 1.25rem;
}
.blog-page .blog-intro .glace-intro__title {
  max-width: 14ch;
  margin-bottom: 0;
}
.blog-page .blog-intro .glace-intro__text {
  max-width: 58rem;
}
.blog-page .blog-intro__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.4688rem;
  margin-bottom: 0.9375rem;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #0055b8;
}
.blog-page .blog-intro__meta,
.blog-page .blog-article__meta {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.blog-page .blog-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.625rem 1rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(0, 85, 184, 0.14);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
  color: #0d1b2a;
  font-size: 0.9375rem;
  font-weight: 600;
}
.blog-page .blog-pill .bi {
  color: #0055b8;
}
.blog-page .blog-listing__header {
  margin-bottom: 2rem;
}
.blog-page .blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
  align-items: stretch;
}
@media (max-width: 768px) {
  .blog-page .blog-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 576px) {
  .blog-page .blog-grid {
    gap: 1.25rem;
  }
}
.blog-page .blog-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s, box-shadow 0.3s;
  border: 1px solid rgba(0, 85, 184, 0.08);
}
.blog-page .blog-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.625rem;
}
.blog-page .blog-card__badge {
  display: inline-flex;
  align-items: center;
  padding: 0.4375rem 0.875rem;
  border-radius: 999px;
  background: rgba(0, 85, 184, 0.1);
  color: #0055b8;
  font-size: 0.9375rem;
  font-weight: 700;
}
.blog-page .blog-card__badge--press {
  background: rgba(13, 27, 42, 0.08);
  color: #0d1b2a;
}
.blog-page .blog-card__icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.875rem;
  height: 2.875rem;
  border-radius: 999px;
  background: rgba(0, 85, 184, 0.14);
  border: 1px solid rgba(0, 85, 184, 0.12);
  box-shadow: 0 6px 18px rgba(0, 85, 184, 0.08);
  color: #0055b8;
}
.blog-page .blog-card__icon .bi {
  font-size: 1.25rem;
  line-height: 1;
}
.blog-page .blog-card__icon--press {
  background: rgba(13, 27, 42, 0.08);
  border-color: rgba(13, 27, 42, 0.1);
  color: #0d1b2a;
}
.blog-page .blog-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1.5rem 1.375rem;
}
.blog-page .blog-card__date {
  display: inline-flex;
  align-items: center;
  gap: 0.4375rem;
  margin-bottom: 0.75rem;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #64748b;
}
.blog-page .blog-card__title {
  display: -webkit-box;
  min-height: auto;
  margin-bottom: 0.5rem;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 1.3125rem;
  font-weight: 700;
  color: #0d1b2a;
  line-height: 1.35;
}
.blog-page .blog-card__excerpt {
  display: -webkit-box;
  min-height: auto;
  margin-bottom: 0.75rem;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 1.0625rem;
  font-weight: 400;
  color: #475569;
  line-height: 1.7;
}
.blog-page .blog-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: auto;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #0055b8;
}
.blog-page .blog-card__cta .bi {
  transition: transform 0.2s ease;
}
.blog-page .blog-card__link {
  display: block;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.blog-page .blog-card__link:hover {
  color: inherit;
}
.blog-page .blog-card__link:hover .blog-card {
  transform: translateY(-6px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
}
.blog-page .blog-card__link:hover .blog-card__cta .bi {
  transform: translateX(4px);
}
@media (max-width: 576px) {
  .blog-page .blog-card__body {
    padding: 1.25rem;
  }
  .blog-page .blog-card__title {
    min-height: auto;
    font-size: 1.1875rem;
  }
  .blog-page .blog-card__excerpt {
    min-height: auto;
    font-size: 0.9375rem;
  }
}
.blog-page .blog-empty-state {
  padding: 3rem 2rem;
  text-align: center;
  background: #fff;
  border-radius: 1.5rem;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 85, 184, 0.08);
}
.blog-page .blog-empty-state__icon {
  margin-bottom: 1rem;
  font-size: 3rem;
  color: #0055b8;
}
.blog-page .blog-empty-state h2 {
  margin-bottom: 0.75rem;
  font-size: 1.75rem;
  font-weight: 700;
  color: #0d1b2a;
}
.blog-page .blog-empty-state p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.8;
  color: #475569;
}

.blog-article {
  max-width: 960px;
  margin: 0 auto;
}
.blog-article__meta {
  color: #475569;
  font-size: 1rem;
}
.blog-article__meta--hero {
  margin-bottom: 1.25rem;
}
.blog-article__panel {
  background: #fff;
  border-radius: 1.75rem;
  border: 1px solid rgba(0, 85, 184, 0.08);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
  padding: 2.5rem;
}
@media (max-width: 768px) {
  .blog-article__panel {
    padding: 1.5rem;
  }
}
.blog-article__actions {
  margin-top: 2rem;
}
.blog-article-section {
  padding-top: 0;
}
.blog-article__content {
  font-size: 1.0625rem;
  line-height: 1.95;
  color: #334155;
}
.blog-article__content h2, .blog-article__content h3 {
  font-weight: 700;
  color: #0d1b2a;
  line-height: 1.3;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}
.blog-article__content h2 {
  font-size: 1.875rem;
}
.blog-article__content h3 {
  font-size: 1.375rem;
}
.blog-article__content p {
  margin-bottom: 1.25rem;
}
.blog-article__content ul, .blog-article__content ol {
  margin-bottom: 1.25rem;
  padding-left: 1.5rem;
}
.blog-article__content ul li, .blog-article__content ol li {
  margin-bottom: 0.5rem;
}
.blog-article__content blockquote {
  border-left: 4px solid #0055b8;
  padding: 1rem 1.25rem;
  background: #caf0f8;
  border-radius: 0 12px 12px 0;
  margin: 1.5rem 0;
  font-style: italic;
  color: #444;
}
.blog-article__content a {
  color: #0055b8;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.15em;
}
.blog-article__content strong {
  color: #0d1b2a;
}
.blog-article__content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 2rem auto;
  border-radius: 1rem;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}
.blog-article__content .video-embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 12px;
  margin: 1.25rem 0;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}
.blog-article__content .video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
@media (max-width: 576px) {
  .blog-article__content {
    font-size: 1rem;
  }
  .blog-article__content h2 {
    font-size: 1.5rem;
  }
  .blog-article__content h3 {
    font-size: 1.25rem;
  }
}
.blog-article__share {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e2e8f0;
  display: flex;
  gap: 0.75rem;
  align-items: center;
  flex-wrap: wrap;
}
.blog-article__share span {
  font-size: 1rem;
  font-weight: 700;
  color: #0d1b2a;
}
.blog-article__share a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #caf0f8;
  color: #0d1b2a;
  transition: background 0.2s, color 0.2s;
}
.blog-article__share a:hover {
  background: #0055b8;
  color: #fff;
}

.blog-article-hero .glace-intro__title {
  max-width: 18ch;
  margin-bottom: 0;
}
.blog-article-hero .glace-intro__text {
  max-width: 54rem;
}
.blog-article-hero__back {
  margin-bottom: 1.25rem;
}

.content-for-layout .btn {
  display: inline-block;
  gap: 0;
  min-width: auto;
  min-height: auto;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  box-shadow: none;
}

.content-for-layout a.btn {
  text-decoration: none;
}

.content-for-layout .btn > :hover {
  background: transparent;
  color: inherit;
}

.content-for-layout .btn.d-flex {
  display: flex;
}

.content-for-layout .btn.w-100 {
  width: 100%;
}

.content-for-layout .btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.content-for-layout .btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
}

.vitrine-link-row {
  display: flex;
  justify-content: flex-start;
  gap: 0.625rem;
}
.vitrine-link-row--center {
  justify-content: center;
  text-align: center;
}
.vitrine-link-row a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  max-width: 100%;
  padding: 0.5625rem 1.125rem;
  border: 1px solid #0055b8;
  border-radius: 8px;
  color: #0055b8;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}
.vitrine-link-row a:hover {
  color: #fff;
  background-color: #0055b8;
}
.vitrine-link-row a.blueA {
  background-color: #0055b8;
  color: #fff;
}
.vitrine-link-row a.blueA:hover {
  background-color: transparent;
  color: #0055b8;
}

ul.product-grid.contains-card .card__heading,
ul.product-grid.contains-card .card__heading.h5 {
  font-size: 1rem;
  line-height: 1.35;
  letter-spacing: 0;
}
ul.product-grid.contains-card .card__information {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
ul.product-grid.contains-card .price {
  font-size: 0.9375rem;
  line-height: 1.4;
  letter-spacing: 0;
}
ul.product-grid.contains-card .price-note,
ul.product-grid.contains-card .price-suffix {
  font-size: 0.75rem;
  letter-spacing: 0;
}

.btn-cryo {
  background: #0055b8;
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 0.5625rem 1.375rem;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  transition: background 0.3s, transform 0.2s, box-shadow 0.3s;
  box-shadow: 0 4px 16px rgba(0, 85, 184, 0.3);
}
@media (max-width: 576px) {
  .btn-cryo {
    padding: 0.5rem 1rem;
    font-size: 0.8125rem;
  }
}
.btn-cryo:hover {
  background: rgb(0, 66.152173913, 143.2);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 22px rgba(0, 85, 184, 0.4);
}
.btn-cryo--outline {
  background: transparent;
  border: 2px solid #0055b8;
  color: #0055b8;
  box-shadow: none;
}
.btn-cryo--outline:hover {
  background: #0055b8;
  color: #fff;
}
.btn-cryo--dark {
  background: #0d1b2a;
}
.btn-cryo--dark:hover {
  background: rgb(25.0545454545, 52.0363636364, 80.9454545455);
}
.btn-cryo--lg {
  padding: 0.625rem 1.625rem;
  font-size: 1rem;
}

.footer-cryo {
  background: #0d1b2a;
  color: rgba(255, 255, 255, 0.8);
  padding: 2.5rem 0 0;
}
@media (max-width: 576px) {
  .footer-cryo {
    padding: 1.5625rem 0 0;
  }
}
.footer-cryo h5 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 0.7812rem;
  font-size: 0.6562rem;
}
.footer-cryo a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.2s;
}
.footer-cryo a:hover {
  color: #0055b8;
}
.footer-cryo ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-cryo ul li {
  margin-bottom: 0.3125rem;
}
.footer-cryo__contact .bi {
  color: #0055b8;
  margin-right: 0.3125rem;
  width: 20px;
}
.footer-cryo__contact p {
  margin-bottom: 0.375rem;
  display: flex;
  align-items: center;
}
.footer-cryo__social {
  display: flex;
  gap: 0.625rem;
}
.footer-cryo__social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  font-size: 0.75rem;
  transition: background 0.3s;
}
.footer-cryo__social a:hover {
  background: #0055b8;
  color: #fff;
}
.footer-cryo__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0.9375rem 0;
  margin-top: 1.875rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.625rem;
}
@media (max-width: 576px) {
  .footer-cryo__bottom {
    flex-direction: column;
    text-align: center;
    padding: 0.625rem 0;
    margin-top: 1.25rem;
  }
}
.footer-cryo__bottom .payment-icons {
  display: flex;
  gap: 0.3125rem;
}
.footer-cryo__bottom .payment-icons img {
  height: 28px;
  opacity: 0.8;
}

.devis-form {
  background: #fff;
  border-radius: 12px;
  padding: 1.5625rem;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
}
.devis-form h2 {
  font-weight: 700;
  color: #0d1b2a;
  margin-bottom: 0.9375rem;
}
.devis-form .form-control,
.devis-form .form-select {
  border-radius: 8px;
  padding: 0.4688rem 0.625rem;
  border: 1px solid #dee2e6;
}
.devis-form .form-control:focus,
.devis-form .form-select:focus {
  border-color: #0055b8;
  box-shadow: 0 0 0 0.125rem rgba(0, 85, 184, 0.15);
}

.contact-page .contact-form-section {
  padding: 2.5rem 0 1.875rem;
  background: #fff;
}
.contact-page .contact-form-section .glace-section-subtitle a {
  color: #0055b8;
  text-decoration: none;
  font-weight: 600;
}
.contact-page .contact-form-section .glace-section-subtitle a:hover {
  text-decoration: underline;
}
.contact-page .contact-form {
  max-width: 700px;
}
.contact-page .contact-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.625rem;
  margin-bottom: 0.625rem;
}
@media (max-width: 576px) {
  .contact-page .contact-form__row {
    grid-template-columns: 1fr;
  }
}
.contact-page .contact-form__input {
  display: block;
  width: 100%;
  padding: 0.5312rem 0.625rem;
  border: 1px solid #dee2e6;
  border-radius: 6px;
  font-size: 0.625rem;
  margin-bottom: 0.625rem;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.contact-page .contact-form__input:focus {
  outline: none;
  border-color: #0055b8;
  box-shadow: 0 0 0 0.125rem rgba(0, 85, 184, 0.15);
}
.contact-page .contact-form__input::placeholder {
  color: #999;
}
.contact-page .contact-form__textarea {
  min-height: 120px;
  resize: vertical;
}
.contact-page .contact-form__submit {
  margin-top: 0.3125rem;
}
.contact-page .contact-map-section {
  padding: 1.875rem 0 0;
  background: #fff;
}
.contact-page .contact-map-section .glace-section-title {
  margin-bottom: 0.9375rem;
}
.contact-page .contact-map {
  width: 100%;
}
.contact-page .contact-map iframe {
  width: 100%;
  height: 500px;
  border: 0;
}
@media (max-width: 576px) {
  .contact-page .contact-map iframe {
    height: 300px;
  }
}

.nettoyage-page .nettoyage-intro {
  padding: 2.5rem 0 1.875rem;
  background: #fff;
}
.nettoyage-page .nettoyage-intro__text {
  font-size: 1rem;
  line-height: 1.85;
  color: #444;
  margin-bottom: 0.7812rem;
}
.nettoyage-page .nettoyage-intro__text a {
  color: #0055b8;
  text-decoration: underline;
}
@media (max-width: 576px) {
  .nettoyage-page .nettoyage-intro__text {
    font-size: 0.8125rem;
  }
}
.nettoyage-page .nettoyage-schema {
  padding: 1.25rem 0;
  text-align: center;
}
.nettoyage-page .nettoyage-schema img {
  max-width: 100%;
  height: auto;
}
.nettoyage-page .nettoyage-cta-row {
  display: flex;
  gap: 0.625rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 1.25rem;
  margin-bottom: 0.625rem;
}
.nettoyage-page .nettoyage-video {
  padding: 2.5rem 0;
  background: #F1F1F1;
}
.nettoyage-page .nettoyage-video .video-embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  max-width: 600px;
}
.nettoyage-page .nettoyage-video .video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.nettoyage-page .nettoyage-avantages {
  padding: 2.5rem 0;
  background: #fff;
}
.nettoyage-page .nettoyage-avantages__text {
  font-size: 1rem;
  line-height: 1.85;
  color: #444;
}
.nettoyage-page .nettoyage-avantages__text strong {
  color: #0d1b2a;
}
.nettoyage-page .nettoyage-avantages__text a {
  color: #0055b8;
}
.nettoyage-page .nettoyage-domaines {
  padding: 2.5rem 0;
  background: #F1F1F1;
}
.nettoyage-page .domaines-table {
  width: 100%;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}
.nettoyage-page .domaines-table td {
  padding: 0.625rem 0.9375rem;
  border: 1px solid #eee;
  font-size: 0.6875rem;
  color: #444;
  vertical-align: top;
}
.nettoyage-page .domaines-table td strong {
  display: block;
  color: #0d1b2a;
  margin-bottom: 0.1562rem;
}
.nettoyage-page .domaines-table td small {
  color: #6c757d;
}
@media (max-width: 768px) {
  .nettoyage-page .domaines-table td {
    display: block;
    width: 100%;
    border-bottom: 1px solid #eee;
  }
}
.nettoyage-page .nettoyage-prestations {
  padding: 2.5rem 0;
  background: #fff;
}
.nettoyage-page .nettoyage-prestations .prestations-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}
@media (max-width: 768px) {
  .nettoyage-page .nettoyage-prestations .prestations-grid {
    grid-template-columns: 1fr;
  }
}
.nettoyage-page .nettoyage-prestations .prestation-block h3 {
  font-size: 0.875rem;
  font-weight: 700;
  color: #0d1b2a;
  margin-bottom: 0.625rem;
}
.nettoyage-page .nettoyage-prestations .prestation-block p {
  font-size: 0.6875rem;
  line-height: 1.75;
  color: #444;
}
.nettoyage-page .nettoyage-automobile {
  padding: 2.5rem 0;
  background: #fff;
}
.nettoyage-page .nettoyage-automobile__text {
  font-size: 0.8125rem;
  line-height: 1.75;
  color: #444;
  margin-bottom: 1.25rem;
}
.nettoyage-page .nettoyage-tarifs-prestations {
  padding: 1.25rem 0;
  background: #F1F1F1;
}
.nettoyage-page .nettoyage-devis {
  padding: 2.5rem 0;
  background: #fff;
}
.nettoyage-page .nettoyage-machines {
  padding: 2.5rem 0;
  background: #fff;
}
.nettoyage-page .nettoyage-machines__text {
  font-size: 0.8125rem;
  line-height: 1.75;
  color: #444;
}
.nettoyage-page .nettoyage-machines__text a {
  color: #0055b8;
}
.nettoyage-page .nettoyage-aerogommage {
  padding: 2.5rem 0;
  background: #fff;
}
.nettoyage-page .nettoyage-aerogommage__text {
  font-size: 0.8125rem;
  line-height: 1.75;
  color: #444;
}
.nettoyage-page .nettoyage-aerogommage__text a {
  color: #0055b8;
  font-weight: 600;
}
.nettoyage-page .nettoyage-faq {
  padding: 2.5rem 0;
  background: #fff;
}
.nettoyage-page .nettoyage-photos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.625rem;
  margin-top: 1.25rem;
}
.nettoyage-page .nettoyage-photos img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .nettoyage-page .nettoyage-photos {
    grid-template-columns: 1fr;
  }
}

.boutique-page .boutique-section {
  padding: 1.875rem 0;
  background: #fff;
}
.boutique-page .boutique-section--alt {
  background: #F1F1F1;
}
.boutique-page .boutique-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.9375rem;
}
@media (max-width: 992px) {
  .boutique-page .boutique-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .boutique-page .boutique-grid {
    grid-template-columns: 1fr;
  }
}
.boutique-page .boutique-card {
  text-decoration: none;
  color: inherit;
  display: block;
}
.boutique-page .boutique-card:hover {
  color: inherit;
}
.boutique-page .boutique-card:hover .boutique-card__img img {
  transform: scale(1.03);
}
.boutique-page .boutique-card__img {
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 0.4688rem;
  background: #f5f5f5;
}
.boutique-page .boutique-card__img img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  transition: transform 0.3s;
}
.boutique-page .boutique-card__name {
  font-size: 0.5938rem;
  color: #0d1b2a;
  margin-bottom: 0.1562rem;
}
.boutique-page .boutique-card__price {
  font-size: 0.625rem;
  font-weight: 700;
  color: #0d1b2a;
}
.boutique-page .boutique-card__price small {
  font-weight: 400;
  color: #6c757d;
  font-size: 0.5312rem;
}
.boutique-page .boutique-info-box {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 1.25rem 1.5625rem;
  margin-bottom: 0.9375rem;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}
@media (max-width: 576px) {
  .boutique-page .boutique-info-box {
    padding: 0.7812rem 0.7812rem;
  }
}
.boutique-page .boutique-info-box h3 {
  font-size: 0.8125rem;
  font-weight: 700;
  color: #0d1b2a;
  margin-bottom: 0.625rem;
}
.boutique-page .boutique-info-box p {
  font-size: 0.625rem;
  line-height: 1.75;
  color: #444;
  margin-bottom: 0.3125rem;
}
.boutique-page .boutique-info-box a {
  color: #0055b8;
}
.boutique-page .boutique-info-box strong {
  color: #0d1b2a;
}
.boutique-page .boutique-faq {
  padding: 2.5rem 0;
  background: #fff;
}

@media (max-width: 576px) {
  .hero__title {
    font-size: 1.0938rem;
  }
  .section {
    padding: 1.875rem 0;
  }
  .cta-cards {
    grid-template-columns: 1fr;
    margin-top: -2rem;
  }
  .cta-card {
    padding: 0.9375rem 0.7812rem;
  }
  .cta-card__title {
    font-size: 0.7812rem;
  }
  .cta-card__text {
    font-size: 0.625rem;
  }
}
@media (max-width: 768px) {
  .cta-cards {
    grid-template-columns: 1fr;
  }
}
.titre-barre div * {
  font-size: 2.25rem !important;
  font-weight: 700;
}
@media (max-width: 768px) {
  .titre-barre div * {
    font-size: 1.375rem !important;
  }
}

.titre-barre div p {
  font-size: 0.8125rem !important;
  font-weight: 400;
  color: #6c757d;
}
@media (max-width: 768px) {
  .titre-barre div p {
    font-size: 0.6875rem !important;
  }
}

.rowIntro {
  padding: 3.125rem 0;
  display: flex;
  justify-content: space-between;
  background-color: #f1f1f1;
}
@media (max-width: 768px) {
  .rowIntro {
    flex-direction: column;
    padding: 1.875rem 0;
  }
}
@media (max-width: 576px) {
  .rowIntro {
    padding: 1.25rem 0;
  }
}

.rowIntro .left h1 {
  font-size: 2.25rem !important;
  font-weight: 800;
  line-height: 1.25;
}
.rowIntro .left h1 span {
  color: #0055b8;
}
@media (max-width: 768px) {
  .rowIntro .left h1 {
    font-size: 1.5rem !important;
  }
}

.rowServices .bottom h3 {
  font-size: 1.125rem !important;
  font-weight: 700;
}

.nc-intro {
  padding: 2.5rem 0 1.875rem;
  background: #fff;
}
.nc-intro__title {
  font-size: 2.25rem;
  font-weight: 800;
  color: #0d1b2a;
  margin-bottom: 1.25rem;
  padding-left: 0.75rem;
  border-left: 5px solid #0055b8;
  display: inline-block;
  line-height: 1.3;
}
.nc-intro__title span {
  color: #0055b8;
}
@media (max-width: 768px) {
  .nc-intro__title {
    font-size: 1.5rem;
  }
}
.nc-intro__text {
  font-size: 1rem;
  line-height: 1.85;
  color: #444;
  margin-bottom: 0.7812rem;
}
.nc-intro__text strong, .nc-intro__text b {
  color: #0d1b2a;
}
@media (max-width: 576px) {
  .nc-intro__text {
    font-size: 0.8125rem;
  }
}
.nc-intro__schema {
  text-align: center;
  margin: 1.5625rem 0;
}
.nc-intro__schema img {
  max-width: 100%;
  height: auto;
}
.nc-intro__cta {
  text-align: center;
  margin-top: 1.5625rem;
}

.nc-avantages {
  padding: 1.875rem 0 2.5rem;
  background: #fff;
}
.nc-avantages p {
  font-size: 1rem;
  line-height: 1.85;
  color: #444;
  margin-bottom: 0.625rem;
}
.nc-avantages p b, .nc-avantages p strong {
  color: #0d1b2a;
}
@media (max-width: 576px) {
  .nc-avantages p {
    font-size: 0.8125rem;
  }
}

.nc-video {
  padding: 1.875rem 0 2.5rem;
  background: #fff;
}
.nc-video__grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 1.5625rem;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .nc-video__grid {
    grid-template-columns: 1fr;
  }
}
.nc-video__grid p {
  font-size: 1rem;
  line-height: 1.85;
  color: #444;
}
@media (max-width: 576px) {
  .nc-video__grid p {
    font-size: 0.8125rem;
  }
}
.nc-video__grid video {
  width: 100%;
  border-radius: 8px;
}

.nc-prestations {
  padding: 1.875rem 0 2.5rem;
  background: #fff;
}
.nc-prestations__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5625rem;
}
.nc-prestations__grid h3 {
  font-size: 1.125rem;
  font-weight: 700;
  color: #0d1b2a;
  margin-bottom: 0.4688rem;
}
.nc-prestations__grid p {
  font-size: 1rem;
  line-height: 1.85;
  color: #444;
}
@media (max-width: 576px) {
  .nc-prestations__grid p {
    font-size: 0.8125rem;
  }
}

.nc-auto {
  padding: 1.875rem 0 2.5rem;
  background: #fff;
}
.nc-auto p {
  font-size: 1rem;
  line-height: 1.85;
  color: #444;
}
@media (max-width: 576px) {
  .nc-auto p {
    font-size: 0.8125rem;
  }
}

.nc-machines {
  padding: 1.875rem 0 2.5rem;
  background: #fff;
}
.nc-machines p {
  font-size: 1rem;
  line-height: 1.85;
  color: #444;
  margin-bottom: 0.625rem;
}
@media (max-width: 576px) {
  .nc-machines p {
    font-size: 0.8125rem;
  }
}

.nc-aerogommage {
  padding: 1.875rem 0 2.5rem;
  background: #fff;
}
.nc-aerogommage p {
  font-size: 1rem;
  line-height: 1.85;
  color: #444;
}
@media (max-width: 576px) {
  .nc-aerogommage p {
    font-size: 0.8125rem;
  }
}

.nc-devis-section {
  padding: 1.875rem 0 2.5rem;
  background: #fff;
}

.nc-faq {
  padding: 2.5rem 0;
  background: #fff;
}

.btnCryoBleu {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  padding: 0.5625rem 1.375rem;
  background: #0055b8;
  color: #fff;
  border: 2px solid #0055b8;
  border-radius: 50px;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  box-shadow: 0 4px 15px rgba(0, 85, 184, 0.3);
}
@media (max-width: 576px) {
  .btnCryoBleu {
    padding: 0.5rem 1rem;
    font-size: 0.8125rem;
  }
}
.btnCryoBleu:hover {
  background: rgb(0, 66.152173913, 143.2);
  color: #fff;
  box-shadow: 0 6px 20px rgba(0, 85, 184, 0.4);
}
.btnCryoBleu--outline {
  background: transparent;
  color: #0055b8;
  box-shadow: none;
}
.btnCryoBleu--outline:hover {
  background: #0055b8;
  color: #fff;
  box-shadow: 0 4px 15px rgba(0, 85, 184, 0.3);
}

.nc-domains-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #dee2e6;
  font-size: 0.8125rem;
}
.nc-domains-table td {
  padding: 14px 18px;
  border: 1px solid #dee2e6;
  font-weight: 500;
}
.nc-domains-table td small {
  display: block;
  font-weight: 400;
  color: #6c757d;
  font-size: 0.6562rem;
}
@media (max-width: 576px) {
  .nc-domains-table td {
    padding: 10px 12px;
    font-size: 0.6562rem;
  }
}
@media (max-width: 768px) {
  .nc-domains-table td {
    display: block;
    width: 100%;
    border-bottom: 1px solid #dee2e6;
  }
}

.nc-tarifs-box {
  border: 2px solid #dee2e6;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  font-size: 0.8125rem;
}
.nc-tarifs-box__header {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 20px;
  background: #f8f9fa;
  border-bottom: 1px solid #dee2e6;
}
.nc-tarifs-box__list {
  list-style: none;
  padding: 16px 20px;
  margin: 0;
}
.nc-tarifs-box__list li {
  padding: 6px 0;
  border-bottom: 1px solid #f0f0f0;
}
.nc-tarifs-box__list li:last-child {
  border-bottom: none;
}

.nc-devis-form {
  font-size: 0.8125rem;
}
.nc-devis-form .form-control,
.nc-devis-form .form-select {
  border-radius: 8px;
  font-size: 0.8125rem;
}
.nc-devis-form .form-control:focus,
.nc-devis-form .form-select:focus {
  border-color: #0055b8;
  box-shadow: 0 0 0 0.125rem rgba(0, 85, 184, 0.15);
}
.nc-devis-form .form-label {
  font-size: 0.8125rem;
}

.contact-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}
.contact-form__input {
  display: block;
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #dee2e6;
  border-radius: 6px;
  font-size: 0.8125rem;
  margin-bottom: 16px;
  background: #fff;
  transition: border-color 0.2s;
}
.contact-form__input:focus {
  outline: none;
  border-color: #0055b8;
  box-shadow: 0 0 0 0.125rem rgba(0, 85, 184, 0.15);
}
.contact-form__row .contact-form__input {
  margin-bottom: 0;
}
.contact-form__textarea {
  min-height: 120px;
  resize: vertical;
}
.contact-form__submit {
  margin-top: 8px;
}
@media (max-width: 576px) {
  .contact-form__row {
    grid-template-columns: 1fr;
  }
}

.logo-cryo {
  font-style: normal;
  color: #0055b8;
  font-weight: 700;
}

.logo-system {
  font-style: normal;
  font-weight: 700;
}

.nav-crm-link {
  color: #e74c3c !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.header-brand-text {
  font-size: 1.125rem;
  font-weight: 800;
  color: #333;
  letter-spacing: -0.5px;
}
@media (max-width: 576px) {
  .header-brand-text {
    font-size: 0.875rem;
  }
}

.header-account-link {
  font-size: 0.6875rem;
  font-weight: 500;
  width: 100%;
}

.icon-sm {
  width: 1.125rem;
  height: 1.125rem;
}

.icon-md {
  width: 1.25rem;
  height: 1.25rem;
}

.icon-mr {
  margin-right: 4px;
}

.cart-count-bubble {
  display: flex !important;
}

.prefooter-spacing {
  padding-top: 30px;
  padding-bottom: 39px;
}

.section-header-spacing {
  padding-top: 48px;
  padding-bottom: 16px;
}

.contact-form-wrapper {
  max-width: 700px;
  margin: 0 auto;
  padding: 24px 16px 48px;
}

.contact-map {
  width: 100%;
}

.map-iframe {
  border: 0;
}

.cryo-checkout {
  max-width: 60%;
  margin: 0 auto;
  padding: 1.875rem 0.9375rem;
}
@media (max-width: 992px) {
  .cryo-checkout {
    max-width: 85%;
  }
}
@media (max-width: 768px) {
  .cryo-checkout {
    max-width: 95%;
    padding: 1.25rem 0.625rem;
  }
}
@media (max-width: 576px) {
  .cryo-checkout {
    max-width: 100%;
    padding: 0.9375rem 0.4688rem;
  }
}

.cryo-checkout h1, .cryo-checkout h2, .cryo-checkout h3, .cryo-checkout h4, .cryo-checkout h5, .cryo-checkout h6 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", sans-serif !important;
  letter-spacing: normal !important;
  line-height: 1.3 !important;
  color: #0d1b2a !important;
}

.cryo-checkout__title {
  font-size: 2.25rem !important;
  font-weight: 700 !important;
  color: #0d1b2a !important;
  margin-bottom: 1.5625rem;
}

@media (max-width: 768px) {
  .cryo-checkout__title {
    font-size: 1.5rem !important;
  }
}
.cryo-checkout__layout {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 1.25rem;
  align-items: start;
}

@media (max-width: 991px) {
  .cryo-checkout__layout {
    grid-template-columns: 1fr;
  }
}
.cryo-checkout__main {
  min-width: 0;
}

.cryo-checkout__section {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  padding: 0.9375rem;
  margin-bottom: 0.9375rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.cryo-checkout__section-title {
  font-size: 1.25rem !important;
  font-weight: 700 !important;
  color: #0d1b2a !important;
  margin-bottom: 0.7812rem;
}

.cryo-checkout .form-control,
.cryo-checkout .form-select {
  font-size: 0.9375rem;
  padding: 0.5312rem 0.625rem;
  border-radius: 8px;
  border: 1px solid #dee2e6;
}
.cryo-checkout .form-control:focus,
.cryo-checkout .form-select:focus {
  border-color: #0055b8;
  box-shadow: 0 0 0 0.125rem rgba(0, 85, 184, 0.15);
}

.cryo-checkout .form-label {
  font-size: 0.9375rem;
  font-weight: 500;
  color: #0d1b2a;
  margin-bottom: 0.25rem;
}
.cryo-checkout .form-label.required::after {
  content: " *";
  color: #dc3545;
}

.form-check {
  display: flex !important;
  gap: 0.625rem;
  padding: 0.625rem 0.7812rem;
  background: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 10px;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
}

.form-check .form-check-input {
  float: left;
  margin-left: 0;
  width: 17px;
  height: 17px;
}

.form-check-input {
  width: 17px;
  height: 17px;
}

.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
  width: 17px;
  height: 17px;
}

.cryo-checkout .form-check {
  display: block;
  min-height: 0.9375rem;
  padding-left: 1.5em;
  margin-bottom: 0.0781rem;
  display: flex !important;
  align-items: center;
  gap: 0.625rem;
  padding: 0.625rem 0.7812rem;
  background: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 10px;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
}

.cryo-checkout .form-check .form-check-input {
  float: left;
  margin-left: 0;
  width: 17px;
  height: 17px;
}

.cryo-checkout .form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
  width: 17px;
  height: 17px;
}

.cryo-checkout .form-check-label {
  font-size: 0.9375rem;
}
.cryo-checkout .form-check-label.required::after {
  content: " *";
  color: #dc3545;
}
.cryo-checkout .form-check-label:empty {
  display: none;
}
.cryo-checkout .form-check-label:empty.required::after {
  content: none;
}

.cryo-checkout__checkbox-stack {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.storefront-checkbox-card.form-check {
  position: relative;
}

.storefront-checkbox-card__hit-area {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  margin: 0;
  cursor: pointer;
}

.storefront-checkbox-card__input,
.storefront-checkbox-card__label {
  position: relative;
  z-index: 2;
}

.storefront-checkbox-card__label a {
  position: relative;
  z-index: 3;
}

.cryo-checkout__checkbox-row.form-check {
  align-items: flex-start;
  gap: 0.625rem;
  padding: 0.625rem 0.7812rem;
  background: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 10px;
  transition: border-color 0.2s, background 0.2s;
}
.cryo-checkout__checkbox-row.form-check:hover {
  border-color: #0055b8;
  background: #eef6ff;
}
.cryo-checkout__checkbox-row.form-check .form-check-input {
  width: 17px;
  min-width: 17px;
  height: 17px;
  margin-top: 0.1875rem;
  flex-shrink: 0;
  cursor: pointer;
}
.cryo-checkout__checkbox-row.form-check .form-check-label {
  flex: 1 1 auto;
  margin: 0;
  line-height: 1.5;
  cursor: pointer;
}

.cryo-checkout__items {
  display: flex;
  flex-direction: column;
  gap: 0.4688rem;
}

.cryo-checkout__item {
  display: grid;
  grid-template-columns: 60px 1fr auto auto auto;
  gap: 0.7812rem;
  align-items: center;
  padding: 0.4688rem 0;
  border-bottom: 1px solid #f0f0f0;
}

.cryo-checkout__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

@media (max-width: 768px) {
  .cryo-checkout__item {
    grid-template-columns: 50px 1fr;
    gap: 0.3125rem;
  }
  .cryo-checkout__item-qty,
  .cryo-checkout__item-price {
    font-size: 0.75rem;
  }
}
@media (max-width: 576px) {
  .cryo-checkout__item {
    grid-template-columns: 45px 1fr;
    gap: 0.25rem;
  }
  .cryo-checkout__item-name {
    font-size: 0.8125rem;
  }
  .cryo-checkout__item-option {
    font-size: 0.625rem;
  }
}
.cryo-checkout__item-image {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
}

.cryo-checkout__item-img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}

.cryo-checkout__item-img-placeholder {
  width: 60px;
  height: 60px;
  background: #f5f5f5;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #aaa;
  font-size: 0.75rem;
}

.cryo-checkout__item-info {
  min-width: 0;
}

.cryo-checkout__item-name {
  font-weight: 600;
  font-size: 0.9375rem;
  color: #0d1b2a;
}

.cryo-checkout__item-options {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2188rem;
  margin-top: 0.1875rem;
}

.cryo-checkout__item-option {
  display: inline-block;
  background: #e8e8e8;
  color: #555;
  padding: 0.125rem 0.375rem;
  border-radius: 4px;
  font-size: 0.7188rem;
  font-weight: 500;
}

.cryo-checkout__item-qty {
  font-weight: 600;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.cryo-checkout__item-price {
  font-weight: 500;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.cryo-checkout__item-total {
  font-weight: 700;
  font-size: 0.9375rem;
  color: #0d1b2a;
  white-space: nowrap;
  text-align: right;
}

.cryo-summary__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.625rem;
  padding: 0.2188rem 0;
  font-size: 0.875rem;
  color: #0d1b2a;
}
@media (max-width: 576px) {
  .cryo-summary__row {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.125rem;
    font-size: 0.8125rem;
  }
}
.cryo-summary__label {
  font-weight: 500;
  color: inherit;
}
.cryo-summary__value {
  font-weight: 700;
  color: #0d1b2a;
  text-align: right;
  white-space: nowrap;
}
.cryo-summary__row--accent {
  color: #0055b8;
}
.cryo-summary__row--total {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0;
}
.cryo-summary__row--total .cryo-summary__label {
  font-weight: 700;
  color: #0d1b2a;
}
.cryo-summary__row--total .cryo-summary__value {
  color: #0055b8;
  font-size: 1.25rem;
}
.cryo-summary__divider {
  height: 1px;
  background: #e8e8e8;
  margin: 0.625rem 0;
}

.cryo-checkout__sidebar {
  position: sticky;
  top: 20px;
}

.cryo-checkout__summary {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  padding: 0.9375rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.cryo-checkout__summary-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.625rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #0d1b2a;
}

.cryo-checkout__summary-divider {
  margin: 0.625rem 0;
}

.cryo-checkout__summary-total {
  margin-bottom: 0;
}

.cryo-checkout__summary-total strong {
  color: inherit;
  font-size: inherit;
}

.stripe-card-container {
  background: #fafbfc;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  padding: 0.9375rem;
}

.stripe-element {
  background: #fff;
  border: 1px solid #ced4da;
  border-radius: 8px;
  padding: 0.5312rem 0.625rem;
  min-height: 48px;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.stripe-element:focus-within {
  border-color: #0055b8;
  box-shadow: 0 0 0 3px rgba(0, 85, 184, 0.15);
}

.stripe-card-container .form-label {
  font-size: 0.75rem;
  font-weight: 500;
  color: #6c757d;
  margin-bottom: 0.25rem;
}

.cryo-checkout__pay-hint {
  margin: 0.4688rem 0 0;
  font-size: 0.7812rem;
  color: #6c757d;
}

#pay-button {
  font-size: 17px;
  padding: 5px;
}

.cryo-checkout__pay-hint.is-ready {
  color: #198754;
}

.checkout-sticky-card {
  top: 20px;
}

.shipping-method-label {
  min-height: 140px;
}
.shipping-method-label i {
  font-size: 1.875rem !important;
}
.shipping-method-label span {
  font-size: 0.9375rem !important;
}
@media (max-width: 576px) {
  .shipping-method-label {
    min-height: 100px;
  }
  .shipping-method-label i {
    font-size: 1.25rem !important;
  }
  .shipping-method-label span {
    font-size: 0.75rem !important;
  }
}

.checkout-section--hidden {
  display: none;
}

.card-element-wrapper {
  height: 50px;
}

.variant-badge-light {
  background-color: #E3E3E3 !important;
  color: #616161;
}

.cryo-account--narrow {
  max-width: 600px;
}

.cryo-account__form-help--lead {
  font-size: 0.9375rem;
}

.cryo-account__verify-hint {
  font-size: 0.875rem;
}

.cryo-account__divider {
  margin: 0.9375rem 0;
  border-color: #e8e8e8;
}

.cryo-account__actions--center {
  justify-content: center;
}

.cryo-account .btn-primary {
  padding: 5px 16px;
  color: #fff !important;
}

.cryo-account .btn-primary i {
  color: #fff !important;
}

.cryo-checkout__cgv-link {
  color: #0055b8;
  text-decoration: underline;
}
.cryo-checkout__cgv-link:hover {
  color: #0d1b2a;
}

.cryo-checkout--confirmation {
  max-width: 1180px;
}
@media (max-width: 1200px) {
  .cryo-checkout--confirmation {
    max-width: 94%;
  }
}
@media (max-width: 576px) {
  .cryo-checkout--confirmation {
    max-width: 100%;
  }
}

.cryo-confirmation__banner {
  text-align: center;
  border-top: 5px solid #198754 !important;
  padding: 1.5625rem 1.25rem !important;
}

.cryo-confirmation__banner-title {
  font-size: 1.875rem;
  font-weight: 700;
  color: #0d1b2a;
  margin-bottom: 0.25rem;
}

.cryo-confirmation__banner-sub {
  font-size: 1rem;
  color: #6c757d;
  margin-bottom: 0.2188rem;
}

.cryo-confirmation__banner-ref {
  font-size: 0.9375rem;
  color: #0d1b2a;
  margin-bottom: 0;
}

.cryo-confirmation__meta-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.625rem;
  margin-top: 0.9375rem;
  padding-top: 0.9375rem;
  border-top: 1px solid #e8e8e8;
  text-align: left;
}
@media (max-width: 576px) {
  .cryo-confirmation__meta-strip {
    grid-template-columns: 1fr;
    gap: 0.4688rem;
  }
}

.cryo-confirmation__meta-label {
  display: block;
  font-size: 0.7188rem;
  font-weight: 600;
  color: #6c757d;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 0.1875rem;
}

.cryo-confirmation__meta-value {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  color: #0d1b2a;
}

.cryo-confirmation__address-card {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
  height: 100%;
  padding: 0.7812rem;
  background: #f8fafc;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
}

.cryo-confirmation__address-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 85, 184, 0.08);
  color: #0055b8;
  font-size: 1rem;
}

.cryo-confirmation__address-title {
  margin: 0 0 0.25rem;
  font-size: 0.9375rem !important;
  font-weight: 700 !important;
  color: #0d1b2a !important;
}

.cryo-confirmation__address-body {
  margin: 0;
  font-size: 0.8438rem;
  line-height: 1.7;
  color: #4e5964;
  font-style: normal;
}

.cryo-confirmation__invoice-block {
  border-top: 4px solid #0055b8 !important;
  margin-bottom: 0.625rem;
}

.cryo-confirmation__invoice-header {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  margin-bottom: 0.3125rem;
}

.cryo-confirmation__invoice-icon {
  font-size: 1.5rem;
  color: #0055b8;
  flex-shrink: 0;
}

.cryo-confirmation__invoice-num {
  margin: 0.0938rem 0 0;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #0d1b2a;
}

.cryo-confirmation__pending {
  text-align: center;
  padding: 1.875rem 1.25rem !important;
}

.cryo-confirmation__pending-text {
  font-size: 1rem;
  color: #4e5964;
  margin-bottom: 0.3125rem;
}

.cryo-confirmation__status-icon {
  font-size: 1.875rem;
}

body {
  font-size: 0.9375rem;
}

@media screen and (min-width: 750px) {
  body {
    font-size: 1rem;
  }
}
.product-page .product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  align-items: start;
  margin-top: 30px;
}
.product-page .product-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  height: 100%;
  transition: transform 0.2s, box-shadow 0.2s;
}
.product-page .product-card:hover {
  transform: translateY(-4px);
}
.product-page .product-card-link {
  color: inherit;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.product-page .product-card-link:hover {
  color: inherit;
}
.product-page .product-image {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 12px;
}
.product-page .product-image--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f3f4f6;
  color: #6b7280;
  font-size: 1.25rem;
}
.product-page .product-title {
  font-size: 1.0625rem;
  font-weight: 500;
  margin-bottom: 4px;
  color: #0d1b2a;
}
.product-page .product-description {
  font-size: 0.8125rem;
  color: #5c6670;
  margin-bottom: 12px;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
}
.product-page .product-meta {
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  color: #1f2a37;
  margin-top: auto;
}
.product-page .product-price {
  font-size: 1.3125rem;
  font-weight: 700;
  color: #0d1b2a;
}
.product-page .product-price small {
  font-weight: 400;
  color: #888;
  font-size: 0.75rem;
}
.product-page .product-price-ttc {
  display: block;
  font-size: 0.6875rem !important;
  color: #999 !important;
  font-weight: 400 !important;
}
.product-page .product-price-from {
  display: block;
  font-size: 0.6875rem !important;
  color: #0055b8 !important;
  font-weight: 600 !important;
}
.product-page .product-content {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.product-page .product-card form {
  margin-top: 16px;
}
.product-page .product-card--out-of-stock {
  opacity: 0.7;
  position: relative;
}
.product-page .product-badge-oos {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #dc3545;
  color: #fff;
  font-size: 0.6875rem;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 6px;
  z-index: 2;
}
.product-page .product-card-link {
  position: relative;
}
.product-page .product-category-section {
  padding: 2.5rem 0 1.875rem;
}
.product-page .product-info-block {
  background: #f8f9fa;
  border-radius: 12px;
  padding: 1.25rem 1.5625rem;
  margin-bottom: 1.25rem;
}
.product-page .product-info-block__title {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 0.625rem;
  color: #0d1b2a;
}
.product-page .product-info-block p {
  font-size: 0.875rem;
  line-height: 1.7;
  color: #444;
}
.product-page .product-faq-section {
  padding-bottom: 2.5rem;
}
@media (max-width: 1024px) {
  .product-page .product-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .product-page .product-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media (max-width: 480px) {
  .product-page .product-grid {
    grid-template-columns: 1fr;
  }
}

.cryo-product-show {
  max-width: 60%;
  margin: 0 auto;
  padding: 1.875rem 0.9375rem;
}
@media (max-width: 992px) {
  .cryo-product-show {
    max-width: 85%;
  }
}
@media (max-width: 768px) {
  .cryo-product-show {
    max-width: 95%;
    padding: 1.25rem 0.625rem;
  }
}
@media (max-width: 576px) {
  .cryo-product-show {
    max-width: 100%;
    padding: 0.9375rem 0.4688rem;
  }
}
.cryo-product-show h1, .cryo-product-show h2, .cryo-product-show h3, .cryo-product-show h4, .cryo-product-show h5, .cryo-product-show h6 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", sans-serif !important;
  letter-spacing: normal !important;
  line-height: 1.3 !important;
  color: #0d1b2a !important;
}
.cryo-product-show p {
  font-weight: 400;
  color: #6c757d;
}
.cryo-product-show a {
  color: inherit;
  text-decoration: none;
}
.cryo-product-show button {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", sans-serif;
  letter-spacing: normal;
}
.cryo-product-show button:before, .cryo-product-show button:after {
  content: none !important;
  box-shadow: none !important;
}
.cryo-product-show select {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", sans-serif;
  letter-spacing: normal;
}
.cryo-product-show input {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", sans-serif;
  letter-spacing: normal;
}
.cryo-product-show label {
  font-size: 0.9375rem;
}
.cryo-product-show small {
  font-size: 0.6875rem;
}
.cryo-product-show__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.875rem;
  align-items: start;
}
@media (max-width: 768px) {
  .cryo-product-show__grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}
.cryo-product-show__image {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 12px;
  background: #f3f4f6;
}
@media (max-width: 768px) {
  .cryo-product-show__image {
    height: 280px;
  }
}
.cryo-product-show__gallery {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.cryo-product-show__main-image-wrapper {
  position: relative;
}
.cryo-product-show__thumbnails {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(76px, 1fr));
  gap: 0.4688rem;
}
.cryo-product-show__thumb {
  display: block;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.cryo-product-show__thumb img {
  width: 100%;
  height: 78px;
  object-fit: cover;
  display: block;
}
.cryo-product-show__thumb:hover {
  border-color: #0055b8;
  transform: translateY(-1px);
}
.cryo-product-show__thumb--active {
  border-color: #0055b8;
  box-shadow: 0 0 0 0.125rem rgba(0, 85, 184, 0.12);
}
.cryo-product-show__image-placeholder {
  width: 100%;
  height: 420px;
  border-radius: 12px;
  background: #f3f4f6;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6c757d;
  font-size: 0.5938rem;
}
@media (max-width: 768px) {
  .cryo-product-show__image-placeholder {
    height: 280px;
  }
}
.cryo-product-show__card {
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  padding: 1.25rem;
  background: #fff;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}
.cryo-product-show__title {
  font-size: 2.25rem !important;
  font-weight: 700 !important;
  color: #0d1b2a !important;
  margin-bottom: 0.7812rem;
  line-height: 1.2 !important;
}
@media (max-width: 768px) {
  .cryo-product-show__title {
    font-size: 1.5rem !important;
  }
}
@media (max-width: 576px) {
  .cryo-product-show__title {
    font-size: 1.125rem !important;
  }
}
.cryo-product-show__description {
  font-size: 0.9375rem !important;
  color: #6c757d;
  line-height: 1.7;
  margin-bottom: 0.9375rem;
}
@media (max-width: 576px) {
  .cryo-product-show__description {
    font-size: 0.7812rem !important;
  }
}
.cryo-product-show__options-title {
  font-size: 0.9375rem !important;
  font-weight: 600 !important;
  color: #0d1b2a !important;
  margin-bottom: 0.625rem;
}
.cryo-product-show__field {
  margin-bottom: 0.625rem;
}
.cryo-product-show__label {
  display: block;
  font-weight: 600;
  font-size: 0.9375rem;
  color: #0d1b2a;
  margin-bottom: 0.3125rem;
}
.cryo-product-show__select {
  display: block;
  width: 100%;
  padding: 0.5312rem 0.6875rem;
  border: 1px solid #dee2e6 !important;
  border-radius: 8px !important;
  font-size: 0.6562rem;
  color: #212529;
  background: #fff;
  transition: border-color 0.2s, box-shadow 0.2s;
  appearance: auto;
  height: auto !important;
  min-height: auto !important;
  min-width: auto !important;
  box-shadow: none !important;
}
.cryo-product-show__select:focus {
  outline: none;
  border-color: #0055b8 !important;
  box-shadow: 0 0 0 0.125rem rgba(0, 85, 184, 0.15) !important;
}
.cryo-product-show__select:before, .cryo-product-show__select:after {
  content: none !important;
  box-shadow: none !important;
}
.cryo-product-show__option-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3125rem;
}
.cryo-product-show__option-pill {
  all: unset !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0.5rem 1.125rem !important;
  border: 1.5px solid #dee2e6 !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: #0d1b2a !important;
  font-size: 0.9375rem !important;
  font-weight: 500 !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
  min-width: auto !important;
  min-height: auto !important;
  box-shadow: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  letter-spacing: normal !important;
  line-height: 1.4 !important;
}
.cryo-product-show__option-pill:hover {
  border-color: #0d1b2a !important;
}
.cryo-product-show__option-pill--active {
  background: #0d1b2a !important;
  color: #fff !important;
  border-color: #0d1b2a !important;
}
.cryo-product-show__option-pill::before, .cryo-product-show__option-pill::after {
  content: none !important;
  display: none !important;
}
.cryo-product-show__input {
  display: block;
  width: 100%;
  max-width: 110px;
  padding: 0.5312rem 0.6875rem;
  border: 1px solid #dee2e6 !important;
  border-radius: 8px !important;
  font-size: 0.6562rem;
  color: #212529;
  transition: border-color 0.2s, box-shadow 0.2s;
  height: auto !important;
  min-height: auto !important;
  box-shadow: none !important;
}
.cryo-product-show__input:focus {
  outline: none;
  border-color: #0055b8 !important;
  box-shadow: 0 0 0 0.125rem rgba(0, 85, 184, 0.15) !important;
}
.cryo-product-show__price-block {
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}
.cryo-product-show__price-row {
  display: flex;
  align-items: baseline;
  gap: 0.3125rem;
}
.cryo-product-show__price {
  font-size: 1.625rem;
  font-weight: 700;
  color: #0055b8 !important;
}
.cryo-product-show__price-suffix {
  font-size: 0.9375rem;
  color: #6c757d;
  font-weight: 400;
}
.cryo-product-show__price-tva {
  font-size: 0.8125rem;
  color: #6c757d;
  margin-top: 0.1562rem;
  font-weight: 400;
}
.cryo-product-show__price-inline {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  margin-bottom: 0.9375rem;
}
.cryo-product-show__price-value {
  font-size: 1.375rem;
  font-weight: 700;
  color: #0055b8 !important;
}
.cryo-product-show__price-tva-inline {
  font-size: 0.8125rem;
  color: #6c757d;
  font-weight: 400;
}
.cryo-product-show__btn-cart {
  display: block;
  width: 100%;
  padding: 0.625rem 1.25rem;
  background: #0055b8 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 8px !important;
  font-size: 0.9375rem !important;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
  box-shadow: 0 4px 12px rgba(0, 85, 184, 0.25) !important;
  text-align: center;
  min-width: auto !important;
  min-height: auto !important;
  position: relative;
}
.cryo-product-show__btn-cart:hover:not(:disabled) {
  background: rgb(0, 66.152173913, 143.2) !important;
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(0, 85, 184, 0.35) !important;
}
.cryo-product-show__btn-cart:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.cryo-product-show__btn-cart:before, .cryo-product-show__btn-cart:after {
  content: none !important;
  box-shadow: none !important;
}
.cryo-product-show__out-of-stock {
  text-align: center;
  padding: 0.9375rem;
  margin: 0.625rem 0;
}
.cryo-product-show__oos-badge {
  display: inline-block;
  background: #dc3545;
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 600;
  padding: 8px 20px;
  border-radius: 8px;
}
.cryo-product-show__oos-text {
  margin-top: 0.5rem;
  font-size: 0.75rem;
  color: #666;
}
.cryo-product-show__back-link {
  display: inline-block;
  margin-bottom: 0.625rem;
  font-size: 0.6875rem;
  font-weight: 500;
  color: #6c757d !important;
  text-decoration: none !important;
  transition: color 0.2s;
}
.cryo-product-show__back-link:hover {
  color: #0055b8 !important;
}
.cryo-product-show__options-form {
  margin-bottom: 0.9375rem;
}
.cryo-product-show__quantity-field {
  margin-bottom: 0.625rem;
}
.cryo-product-show__qty-stepper {
  display: inline-flex;
  align-items: stretch;
  gap: 0;
  border: 1px solid #dee2e6;
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 0.625rem;
}
.cryo-product-show__qty-btn {
  all: unset !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 44px !important;
  height: 44px !important;
  border: none !important;
  border-radius: 0 !important;
  background: #f8f9fa !important;
  font-size: 0.8125rem !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  transition: background 0.2s, color 0.2s;
  color: #0d1b2a !important;
  min-width: auto !important;
  min-height: auto !important;
  padding: 0 !important;
  box-shadow: none !important;
  position: relative !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  letter-spacing: normal !important;
}
.cryo-product-show__qty-btn--minus {
  border-radius: 24px 0 0 24px !important;
  border-right: 1px solid #dee2e6 !important;
}
.cryo-product-show__qty-btn--plus {
  border-radius: 0 24px 24px 0 !important;
  border-left: 1px solid #dee2e6 !important;
}
.cryo-product-show__qty-btn:hover {
  background: #e9ecef !important;
  color: #0055b8 !important;
}
.cryo-product-show__qty-btn--minus:hover {
  color: #dc3545 !important;
}
.cryo-product-show__qty-btn::before, .cryo-product-show__qty-btn::after {
  content: none !important;
  display: none !important;
  box-shadow: none !important;
  border: none !important;
}
.cryo-product-show__qty-value {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  height: 44px;
  border-radius: 0;
  background: #fff !important;
  color: #0d1b2a;
  font-weight: 700;
  font-size: 0.8125rem;
}

.cryo-cart {
  max-width: 60%;
  margin: 0 auto;
  padding: 1.875rem 0.9375rem;
}
@media (max-width: 992px) {
  .cryo-cart {
    max-width: 85%;
  }
}
@media (max-width: 768px) {
  .cryo-cart {
    max-width: 95%;
    padding: 1.25rem 0.625rem;
  }
}
@media (max-width: 576px) {
  .cryo-cart {
    max-width: 100%;
    padding: 0.9375rem 0.4688rem;
  }
}
.cryo-cart h1, .cryo-cart h2, .cryo-cart h3, .cryo-cart h4, .cryo-cart h5, .cryo-cart h6 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", sans-serif !important;
  letter-spacing: normal !important;
  line-height: 1.3 !important;
  color: #0d1b2a !important;
}
.cryo-cart p {
  font-weight: 400;
}
.cryo-cart a {
  color: inherit;
  text-decoration: none;
}
.cryo-cart button {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", sans-serif;
  letter-spacing: normal;
}
.cryo-cart button:before, .cryo-cart button:after {
  content: none !important;
  box-shadow: none !important;
}
.cryo-cart__title {
  font-size: 2.25rem !important;
  font-weight: 700 !important;
  color: #0d1b2a !important;
  margin-bottom: 1.25rem;
}
@media (max-width: 768px) {
  .cryo-cart__title {
    font-size: 1.5rem !important;
  }
}
.cryo-cart__empty {
  background: #caf0f8;
  border: 1px solid rgba(0, 85, 184, 0.2);
  border-radius: 12px;
  padding: 1.25rem;
  text-align: center;
  color: #0d1b2a;
  font-size: 1rem !important;
}
.cryo-cart__empty a {
  color: #0055b8 !important;
  font-weight: 600;
  text-decoration: none !important;
}
.cryo-cart__empty a:hover {
  text-decoration: underline !important;
}
.cryo-cart__items {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.cryo-cart__item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto auto;
  gap: 0.9375rem;
  align-items: center;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  padding: 0.7812rem 0.9375rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
@media (max-width: 768px) {
  .cryo-cart__item {
    grid-template-columns: minmax(0, 1fr) auto;
    column-gap: 0.625rem;
    row-gap: 0.4688rem;
    padding: 0.625rem;
  }
}
@media (max-width: 576px) {
  .cryo-cart__item {
    grid-template-columns: minmax(0, 1fr) auto;
    column-gap: 0.5rem;
    row-gap: 0.3125rem;
    padding: 0.5312rem;
  }
}
.cryo-cart__item-link {
  display: grid;
  grid-template-columns: 80px minmax(0, 1fr);
  align-items: center;
  gap: 0.9375rem;
  min-width: 0;
  color: inherit !important;
  text-decoration: none !important;
}
.cryo-cart__item-link:hover .cryo-cart__item-name {
  color: #0055b8;
}
@media (max-width: 768px) {
  .cryo-cart__item-link {
    grid-template-columns: 60px minmax(0, 1fr);
    grid-column: 1/-1;
    gap: 0.625rem;
  }
}
@media (max-width: 576px) {
  .cryo-cart__item-link {
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 0.5rem;
  }
}
.cryo-cart__item-image {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #f5f5f5;
}
@media (max-width: 768px) {
  .cryo-cart__item-image {
    width: 60px;
    height: 60px;
  }
}
.cryo-cart__item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.cryo-cart__item-img-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.6875rem;
  color: #999;
}
.cryo-cart__item-info {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cryo-cart__item-name {
  font-weight: 600;
  font-size: 1rem !important;
  color: #0d1b2a;
  line-height: 1.35;
  word-break: normal;
  overflow-wrap: break-word;
}
.cryo-cart__item-options {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2188rem;
  margin-top: 0.25rem;
}
@media (max-width: 768px) {
  .cryo-cart__item-options {
    justify-content: flex-start;
  }
}
.cryo-cart__item-option {
  display: inline-block;
  background: #e8e8e8;
  color: #555;
  padding: 0.1875rem 0.4375rem;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 500;
}
.cryo-cart__item-price {
  font-weight: 600;
  font-size: 1rem;
  color: #0d1b2a;
  white-space: nowrap;
}
.cryo-cart__item-qty {
  display: inline-flex;
  align-items: stretch;
  gap: 0;
  border: 1px solid #dee2e6;
  border-radius: 24px;
  overflow: hidden;
  justify-self: end;
}
@media (max-width: 768px) {
  .cryo-cart__item-qty {
    grid-column: 2;
    grid-row: 2/span 2;
    align-self: center;
  }
}
.cryo-cart__qty-btn {
  all: unset !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 44px !important;
  height: 44px !important;
  border: none !important;
  border-radius: 0 !important;
  background: #f8f9fa !important;
  font-size: 0.8125rem !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  transition: background 0.2s, color 0.2s;
  color: #0d1b2a !important;
  min-width: auto !important;
  min-height: auto !important;
  padding: 0 !important;
  box-shadow: none !important;
  position: relative !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  letter-spacing: normal !important;
  text-decoration: none !important;
  outline: none !important;
}
.cryo-cart__qty-btn--decrease {
  border-radius: 24px 0 0 24px !important;
  border-right: 1px solid #dee2e6 !important;
}
.cryo-cart__qty-btn--increase {
  border-radius: 0 24px 24px 0 !important;
  border-left: 1px solid #dee2e6 !important;
}
.cryo-cart__qty-btn:hover {
  background: #e9ecef !important;
  color: #0055b8 !important;
}
.cryo-cart__qty-btn--decrease:hover {
  color: #dc3545 !important;
}
.cryo-cart__qty-btn::before, .cryo-cart__qty-btn::after {
  content: none !important;
  display: none !important;
  box-shadow: none !important;
  border: none !important;
  position: static !important;
  width: 0 !important;
  height: 0 !important;
}
.cryo-cart__qty-value {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  height: 44px;
  border-radius: 0;
  background: #fff !important;
  color: #0d1b2a;
  font-weight: 700;
  font-size: 0.8125rem;
}
.cryo-cart__item-total {
  font-weight: 700;
  font-size: 1rem;
  color: #0d1b2a;
  white-space: nowrap;
  text-align: right;
}
@media (max-width: 768px) {
  .cryo-cart__item-total {
    grid-column: 1;
    text-align: left;
  }
}
.cryo-cart__item-delete {
  justify-self: start;
}
.cryo-cart__item-delete form {
  display: inline;
}
@media (max-width: 768px) {
  .cryo-cart__item-delete {
    grid-column: 1;
  }
}
.cryo-cart__delete-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.375rem 0.625rem !important;
  border: 1px solid #dc3545 !important;
  border-radius: 6px !important;
  background: transparent !important;
  color: #dc3545 !important;
  font-size: 0.8125rem;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  min-width: auto !important;
  min-height: auto !important;
  box-shadow: none !important;
  position: relative;
}
.cryo-cart__delete-btn:hover {
  background: #dc3545 !important;
  color: #fff !important;
}
.cryo-cart__delete-btn:before, .cryo-cart__delete-btn:after {
  content: none !important;
  box-shadow: none !important;
}
.cryo-cart__footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 1.25rem;
  padding-top: 0.9375rem;
  border-top: 1px solid #e8e8e8;
}
@media (max-width: 768px) {
  .cryo-cart__footer {
    flex-direction: column;
    align-items: center;
    gap: 0.9375rem;
  }
}
.cryo-cart__continue {
  display: inline-flex;
  align-items: center;
  gap: 0.3125rem;
  padding: 0.5312rem 0.9375rem;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  background: transparent;
  color: #6c757d !important;
  font-size: 1rem !important;
  font-weight: 500;
  text-decoration: none !important;
  transition: border-color 0.2s, color 0.2s;
}
.cryo-cart__continue:hover {
  border-color: #0055b8;
  color: #0055b8 !important;
}
.cryo-cart__summary {
  text-align: right;
}
@media (max-width: 768px) {
  .cryo-cart__summary {
    text-align: center;
  }
}
.cryo-cart__total {
  font-size: 1rem !important;
  color: #0d1b2a;
  margin-bottom: 0.625rem;
}
.cryo-cart__total strong {
  font-size: 1.5rem;
  color: #0055b8 !important;
}
.cryo-cart__validate {
  display: inline-block;
  padding: 0.625rem 1.5625rem;
  background: #0055b8 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 8px !important;
  font-size: 1rem !important;
  font-weight: 600;
  text-decoration: none !important;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
  box-shadow: 0 4px 12px rgba(0, 85, 184, 0.25) !important;
}
.cryo-cart__validate:hover {
  background: rgb(0, 66.152173913, 143.2) !important;
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(0, 85, 184, 0.35) !important;
}

.cryo-account {
  max-width: 60%;
  margin: 0 auto;
  padding: 1.875rem 0.9375rem;
}
@media (max-width: 992px) {
  .cryo-account {
    max-width: 85%;
  }
}
@media (max-width: 768px) {
  .cryo-account {
    max-width: 95%;
    padding: 1.25rem 0.625rem;
  }
}
@media (max-width: 576px) {
  .cryo-account {
    max-width: 100%;
    padding: 0.9375rem 0.4688rem;
  }
}
.cryo-account h1, .cryo-account h2, .cryo-account h3, .cryo-account h4, .cryo-account h5, .cryo-account h6 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", sans-serif !important;
  letter-spacing: normal !important;
  line-height: 1.3 !important;
  color: #0d1b2a !important;
}
.cryo-account p {
  font-weight: 400;
  color: #0d1b2a;
}
.cryo-account a {
  color: inherit;
  text-decoration: none;
}
.cryo-account__title {
  font-size: 2.25rem !important;
  font-weight: 700 !important;
  color: #0d1b2a !important;
  margin-bottom: 1.25rem;
}
@media (max-width: 768px) {
  .cryo-account__title {
    font-size: 1.5rem !important;
  }
}
@media (max-width: 576px) {
  .cryo-account__title {
    font-size: 1.125rem !important;
    margin-bottom: 0.7812rem;
  }
}
.cryo-account__layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 1.25rem;
  align-items: start;
}
@media (max-width: 768px) {
  .cryo-account__layout {
    grid-template-columns: 1fr;
    gap: 0.7812rem;
  }
}
.cryo-account__nav {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  padding: 0.625rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  position: sticky;
  top: 20px;
}
@media (max-width: 768px) {
  .cryo-account__nav {
    position: static;
    display: flex;
    flex-wrap: wrap;
    gap: 0.3125rem;
    padding: 0.4688rem;
  }
}
.cryo-account__nav-item {
  display: flex;
  align-items: center;
  gap: 0.4688rem;
  padding: 0.5312rem 0.625rem;
  border-radius: 8px;
  color: #0d1b2a !important;
  font-size: 0.9375rem !important;
  font-weight: 500;
  text-decoration: none !important;
  transition: background 0.2s, color 0.2s;
}
@media (max-width: 768px) {
  .cryo-account__nav-item {
    padding: 0.375rem 0.5312rem;
    font-size: 0.75rem !important;
    flex: 1 1 auto;
    justify-content: center;
    text-align: center;
  }
}
.cryo-account__nav-item:hover {
  background: #f5f5f5;
  color: #0055b8 !important;
}
.cryo-account__nav-item--active {
  background: #caf0f8;
  color: #0055b8 !important;
  font-weight: 600;
}
.cryo-account__nav-item i {
  font-size: 1rem;
}
@media (max-width: 768px) {
  .cryo-account__nav-item i {
    font-size: 0.8125rem;
  }
}
.cryo-account__section {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  padding: 0.9375rem;
  margin-bottom: 0.9375rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
@media (max-width: 576px) {
  .cryo-account__section {
    padding: 0.625rem;
  }
}
.cryo-account__section-title {
  font-size: 1.25rem !important;
  font-weight: 700 !important;
  color: #0d1b2a !important;
  margin-bottom: 0.7812rem;
}
@media (max-width: 576px) {
  .cryo-account__section-title {
    font-size: 1rem !important;
  }
}
.cryo-account__alert {
  padding: 0.625rem 0.7812rem;
  border-radius: 8px;
  margin-bottom: 0.625rem;
  font-size: 0.875rem;
}
@media (max-width: 576px) {
  .cryo-account__alert {
    font-size: 0.75rem;
    padding: 0.5312rem 0.625rem;
  }
}
.cryo-account__alert--success {
  background: #d4edda;
  border: 1px solid #c3e6cb;
  color: #155724;
}
.cryo-account__alert--danger {
  background: #f8d7da;
  border: 1px solid #f5c6cb;
  color: #721c24;
}
.cryo-account__alert--warning {
  background: #fff3cd;
  border: 1px solid #ffeeba;
  color: #856404;
}
.cryo-account__alert--info {
  background: #caf0f8;
  border: 1px solid rgba(0, 85, 184, 0.2);
  color: #0d1b2a;
}
.cryo-account__info-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5312rem 0;
  border-bottom: 1px solid #f0f0f0;
  font-size: 0.9375rem;
}
@media (max-width: 576px) {
  .cryo-account__info-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.1562rem;
    font-size: 0.8125rem;
  }
}
.cryo-account__info-row:last-child {
  border-bottom: none;
}
.cryo-account__info-label {
  font-weight: 600;
  color: #6c757d;
}
.cryo-account__info-value {
  font-weight: 500;
  color: #0d1b2a;
}
.cryo-account__financial-summary .cryo-account__info-row {
  padding: 0;
  border-bottom: none;
}
.cryo-account__financial-summary .cryo-account__info-label {
  font-weight: 500;
  color: #0d1b2a;
}
.cryo-account__financial-summary .cryo-account__info-value {
  font-weight: 700;
  color: #0d1b2a;
  text-align: right;
}
.cryo-account__financial-summary .cryo-account__info-row--accent .cryo-account__info-label,
.cryo-account__financial-summary .cryo-account__info-row--accent .cryo-account__info-value {
  color: #0055b8;
}
.cryo-account__financial-summary .cryo-account__info-row--total .cryo-account__info-label {
  font-size: 1rem;
  font-weight: 700;
  color: #0d1b2a;
}
.cryo-account__financial-summary .cryo-account__info-row--total .cryo-account__info-value {
  font-size: 1.125rem;
  font-weight: 700;
  color: #0055b8;
}
.cryo-account__form {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.cryo-account .form-control,
.cryo-account .form-select {
  width: 100%;
  padding: 0.5312rem 0.625rem;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  font-size: 0.9375rem;
  color: #0d1b2a;
  background: #fff;
  transition: border-color 0.2s, box-shadow 0.2s;
}
@media (max-width: 576px) {
  .cryo-account .form-control,
  .cryo-account .form-select {
    font-size: 0.8125rem;
    padding: 0.4688rem 0.5312rem;
  }
}
.cryo-account .form-control:focus,
.cryo-account .form-select:focus {
  outline: none;
  border-color: #0055b8;
  box-shadow: 0 0 0 3px rgba(0, 85, 184, 0.15);
}
.cryo-account .form-label {
  font-weight: 600;
  font-size: 0.875rem;
  color: #0d1b2a;
}
@media (max-width: 576px) {
  .cryo-account .form-label {
    font-size: 0.75rem;
  }
}
.cryo-account .form-check-label {
  font-size: 0.875rem;
}
.cryo-account__form-group {
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
}
.cryo-account__form-label {
  font-weight: 600;
  font-size: 0.875rem;
  color: #0d1b2a;
}
@media (max-width: 576px) {
  .cryo-account__form-label {
    font-size: 0.75rem;
  }
}
.cryo-account__form-input {
  width: 100%;
  padding: 0.5312rem 0.625rem;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  font-size: 0.9375rem;
  color: #0d1b2a;
  background: #fff;
  transition: border-color 0.2s, box-shadow 0.2s;
}
@media (max-width: 576px) {
  .cryo-account__form-input {
    font-size: 0.8125rem;
    padding: 0.4688rem 0.5312rem;
  }
}
.cryo-account__form-input:focus {
  outline: none;
  border-color: #0055b8;
  box-shadow: 0 0 0 3px rgba(0, 85, 184, 0.15);
}
.cryo-account__form-input::placeholder {
  color: #adb5bd;
}
.cryo-account__form-help {
  font-size: 0.75rem;
  color: #6c757d;
}
.cryo-account__form-error {
  font-size: 0.75rem;
  color: #dc3545;
}
.cryo-account__password-rules {
  background: #caf0f8;
  border: 1px solid rgba(0, 85, 184, 0.2);
  border-radius: 8px;
  padding: 0.625rem 0.7812rem;
  margin-top: 0.3125rem;
}
.cryo-account__password-rules-title {
  font-weight: 600;
  font-size: 0.8125rem;
  color: #0d1b2a;
  margin-bottom: 0.3125rem;
}
.cryo-account__password-rules-list {
  margin: 0;
  padding-left: 0.9375rem;
  font-size: 0.7812rem;
  color: #0d1b2a;
}
.cryo-account__password-rules-list li {
  margin-bottom: 0.1562rem;
}
.cryo-account__password-wrapper {
  position: relative;
}
.cryo-account__password-wrapper .form-control {
  padding-right: 3rem;
}
.cryo-account__password-toggle {
  position: absolute;
  right: 0.875rem;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  padding: 4px;
  cursor: pointer;
  color: #6c757d;
  transition: color 0.15s ease;
  display: flex;
  align-items: center;
}
.cryo-account__password-toggle:hover {
  color: #0055b8;
}
.cryo-account__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.3125rem;
  padding: 0.5312rem 0.9375rem;
  border-radius: 8px;
  font-size: 0.9375rem !important;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s, border-color 0.2s;
  text-decoration: none !important;
  border: none;
}
@media (max-width: 576px) {
  .cryo-account__btn {
    font-size: 0.8125rem !important;
    padding: 0.4688rem 0.7812rem;
  }
}
.cryo-account__btn--primary {
  background: #0055b8 !important;
  color: #fff !important;
  box-shadow: 0 4px 12px rgba(0, 85, 184, 0.25) !important;
}
.cryo-account__btn--primary:hover {
  background: rgb(0, 66.152173913, 143.2) !important;
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(0, 85, 184, 0.35) !important;
}
.cryo-account__btn--secondary {
  background: transparent !important;
  color: #6c757d !important;
  border: 1px solid #dee2e6 !important;
}
.cryo-account__btn--secondary:hover {
  border-color: #0055b8 !important;
  color: #0055b8 !important;
}
.cryo-account__btn--danger {
  background: transparent !important;
  color: #dc3545 !important;
  border: 1px solid #dc3545 !important;
}
.cryo-account__btn--danger:hover {
  background: #dc3545 !important;
  color: #fff !important;
}
.cryo-account__btn--block {
  width: 100%;
}
.cryo-account__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4688rem;
  margin-top: 0.625rem;
}
.cryo-account__back-link {
  display: inline-flex;
  align-items: center;
  gap: 0.3125rem;
  padding: 0.5312rem 0.9375rem;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  background: transparent;
  color: #6c757d !important;
  font-size: 0.9375rem !important;
  font-weight: 500;
  text-decoration: none !important;
  transition: border-color 0.2s, color 0.2s;
}
@media (max-width: 576px) {
  .cryo-account__back-link {
    font-size: 0.8125rem !important;
    padding: 0.4688rem 0.7812rem;
  }
}
.cryo-account__back-link:hover {
  border-color: #0055b8;
  color: #0055b8 !important;
}
.cryo-account__orders {
  display: flex;
  flex-direction: column;
  gap: 0.4688rem;
}
.cryo-account__order-item {
  display: grid;
  grid-template-columns: auto 1fr auto auto auto;
  gap: 0.9375rem;
  align-items: center;
  padding: 0.625rem 0.7812rem;
  border-bottom: 1px solid #f0f0f0;
}
.cryo-account__order-item:last-child {
  border-bottom: none;
}
@media (max-width: 768px) {
  .cryo-account__order-item {
    grid-template-columns: 1fr 1fr;
    gap: 0.4688rem;
    text-align: center;
  }
}
@media (max-width: 576px) {
  .cryo-account__order-item {
    grid-template-columns: 1fr;
    gap: 0.3125rem;
    padding: 0.5312rem 0.625rem;
  }
}
.cryo-account__order-id {
  font-weight: 700;
  font-size: 1rem;
  color: #0d1b2a;
}
@media (max-width: 576px) {
  .cryo-account__order-id {
    font-size: 0.875rem;
  }
}
.cryo-account__order-date {
  font-size: 0.875rem;
  color: #6c757d;
}
@media (max-width: 576px) {
  .cryo-account__order-date {
    font-size: 0.75rem;
  }
}
.cryo-account__order-total {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.0938rem;
}
@media (max-width: 768px) {
  .cryo-account__order-total {
    align-items: center;
  }
}
@media (max-width: 576px) {
  .cryo-account__order-total {
    align-items: center;
  }
}
.cryo-account__order-total-label {
  font-size: 0.6562rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #6c757d;
}
.cryo-account__order-total-value {
  font-weight: 700;
  font-size: 1.0625rem;
  line-height: 1.1;
  color: #0055b8;
}
@media (max-width: 576px) {
  .cryo-account__order-total-value {
    font-size: 0.9062rem;
  }
}
.cryo-account__order-status {
  display: inline-block;
  padding: 0.2188rem 0.5312rem;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.cryo-account__order-status--primary {
  background: #cce5ff;
  color: #004085;
}
.cryo-account__order-status--success {
  background: #d4edda;
  color: #155724;
}
.cryo-account__order-status--warning {
  background: #fff3cd;
  color: #856404;
}
.cryo-account__order-status--danger {
  background: #f8d7da;
  color: #721c24;
}
.cryo-account__order-status--secondary {
  background: #e9ecef;
  color: #495057;
}
.cryo-account__order-status--info {
  background: #caf0f8;
  color: #0d1b2a;
}
.cryo-account__empty {
  background: #caf0f8;
  border: 1px solid rgba(0, 85, 184, 0.2);
  border-radius: 12px;
  padding: 1.5625rem;
  text-align: center;
  color: #0d1b2a;
}
@media (max-width: 576px) {
  .cryo-account__empty {
    padding: 0.9375rem;
  }
}
.cryo-account__empty-icon {
  font-size: 1.875rem;
  margin-bottom: 0.625rem;
  color: #0055b8;
}
.cryo-account__empty-text {
  font-size: 1rem !important;
  margin: 0;
}
@media (max-width: 576px) {
  .cryo-account__empty-text {
    font-size: 0.8125rem !important;
  }
}
.cryo-account__verify-code {
  display: flex;
  justify-content: center;
  margin-bottom: 0.625rem;
}
.cryo-account__verify-input {
  width: 200px;
  text-align: center;
  font-size: 1.25rem !important;
  font-weight: 700;
  letter-spacing: 0.3125rem;
  padding: 0.625rem;
  border: 2px solid #dee2e6;
  border-radius: 8px;
}
.cryo-account__verify-input:focus {
  outline: none;
  border-color: #0055b8;
  box-shadow: 0 0 0 3px rgba(0, 85, 184, 0.15);
}
.cryo-account__verify-hint {
  text-align: center;
  font-size: 0.875rem;
  color: #6c757d;
  margin-bottom: 0.9375rem;
}
.cryo-account__verify-actions {
  display: flex;
  flex-direction: column;
  gap: 0.4688rem;
}
.cryo-account__resend-btn {
  background: none;
  border: none;
  color: #0055b8 !important;
  font-size: 0.875rem;
  cursor: pointer;
  text-decoration: underline !important;
  margin-top: 0.3125rem;
}
.cryo-account__resend-btn:hover {
  color: rgb(0, 61.4402173913, 133) !important;
}

/* === Pennylane buttons & icons === */
.btn-pennylane {
  background-color: #1db698 !important;
  border-color: #1db698 !important;
  color: #fff !important;
}
.btn-pennylane:hover, .btn-pennylane:focus {
  background-color: #17a387 !important;
  border-color: #17a387 !important;
  color: #fff !important;
}
.btn-pennylane:disabled {
  background-color: #1db698 !important;
  border-color: #1db698 !important;
  color: #fff !important;
  opacity: 0.65;
}

.btn-outline-pennylane {
  background-color: #fff !important;
  border-color: #1db698 !important;
  color: #1db698 !important;
}
.btn-outline-pennylane:hover, .btn-outline-pennylane:focus {
  background-color: #1db698 !important;
  border-color: #1db698 !important;
  color: #fff !important;
}

.btn-pennylane,
.btn-outline-pennylane {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
}

.pennylane-brand-logo {
  display: block !important;
  width: 14px !important;
  min-width: 14px !important;
  max-width: 14px !important;
  height: 14px !important;
  min-height: 14px !important;
  max-height: 14px !important;
  flex: 0 0 14px;
  object-fit: contain;
}

.pennylane-brand-logo-lg {
  width: 18px !important;
  min-width: 18px !important;
  max-width: 18px !important;
  height: 18px !important;
  min-height: 18px !important;
  max-height: 18px !important;
  flex-basis: 18px;
}

.pennylane-brand-logo-xl {
  width: 22px !important;
  min-width: 22px !important;
  max-width: 22px !important;
  height: 22px !important;
  min-height: 22px !important;
  max-height: 22px !important;
  flex-basis: 22px;
}

.badge-pennylane {
  background-color: #1db698 !important;
  color: #fff !important;
}

.pennylane-doc-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0.75rem;
  border-bottom: 1px solid #f0f0f0;
  font-size: 0.92rem;
}
.pennylane-doc-row:last-child {
  border-bottom: none;
}
.pennylane-doc-row .doc-label {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  color: #333;
}
.pennylane-doc-row .doc-amount {
  font-weight: 600;
  white-space: nowrap;
}
.pennylane-doc-row.doc-credit-note .doc-label,
.pennylane-doc-row.doc-credit-note .doc-amount {
  color: #dc3545;
}

.copyright__content {
  font-size: 0.85rem;
}

/*# sourceMappingURL=main.css--DoZf0_.map */
