/* Rental selector controls */
.restor-container-switcher {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.restor-container-switcher a {
  display: grid;
  min-height: 42px;
  place-items: center;
  padding: 8px 5px;
  text-align: center;
}

.restor-setting-group {
  min-width: 0;
  margin: 0 0 6px;
  padding: 0;
  border: 0;
}

.restor-setting-group legend {
  width: auto;
  padding: 0;
  margin: 0 0 9px;
  border: 0;
  color: var(--restor-ink);
  font-size: 13px;
  font-weight: 700;
}

.restor-quantity {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 42px;
  gap: 6px;
  margin-bottom: 12px;
}

.restor-quantity input {
  min-width: 0;
  margin: 0;
  text-align: center;
}

.restor-quantity input[readonly] {
  width: 100%;
  min-height: 44px;
  padding: 0;
  border: 0;
  border-radius: 0;
  outline: 0;
  box-shadow: none;
  color: var(--restor-ink);
  background: transparent;
  caret-color: transparent;
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  cursor: default;
  appearance: none;
}

.restor-quantity input[readonly]:focus {
  border: 0;
  outline: 0;
  box-shadow: none;
  background: transparent;
}

.restor-quantity__button {
  min-height: 44px;
  border: 1px solid #a8dba8;
  border-radius: 7px;
  background: #fff;
  color: var(--restor-green-dark);
  font-size: 22px;
  font-weight: 700;
  cursor: pointer;
}

.restor-quantity__button:hover {
  background: var(--restor-soft);
}

body {
  width: 100%;
  height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  color: #444;
}

legend {
  padding: 7px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}

label {
  font-size: 12px;
  font-weight: normal;
}

/* Chrome border line */
button:focus {
  outline: none !important;
}

/* container */
#container {
  width: 100%;
  min-height: 100%;
  position: absolute;
  margin-bottom: 300px;
}

/* content */
#content, #column-left, #column-right {
  padding-bottom: 730px;
}

@media (min-width: 576px) {
  #content, #column-left, #column-right {
    padding-bottom: 400px;
  }
}
#alert {
  z-index: 9999;
  position: fixed;
  top: 30%;
  left: 50%;
  width: 320px;
  margin-left: -160px;
}

@media (min-width: 992px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
@media (min-width: 1140px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
@media (min-width: 1320px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
#alert .alert {
  margin-bottom: 15px;
}

#alert .alert-primary {
  box-shadow: 0 0 0 5px rgb(var(--bs-primary-rgb), 0.1);
}

#alert .alert-secondary {
  box-shadow: 0 0 0 5px rgb(var(--bs-secondary-rgb), 0.1);
}

#alert .alert-success {
  box-shadow: 0 0 0 5px rgb(var(--bs-success-rgb), 0.1);
}

#alert .alert-warning {
  box-shadow: 0 0 0 5px rgb(var(--bs-warning-rgb), 0.1);
}

#alert .alert-danger {
  box-shadow: 0 0 0 5px rgb(var(--bs-danger-rgb), 0.1);
}

#alert .alert-info {
  box-shadow: 0 0 0 5px rgb(var(--bs-info-rgb), 0.1);
}

#alert .alert-light {
  box-shadow: 0 0 0 5px rgb(var(--bs-light-rgb), 0.1);
}

#alert .alert-dark {
  box-shadow: 0 0 0 5px rgb(var(--bs-dark-rgb), 0.1);
}

/* top */
#top {
  background-color: var(--bs-tertiary-bg);
  border-bottom: 1px solid var(--bs-border-color);
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 5px;
}

#top ul.list-inline {
  margin-bottom: 0;
}

#top .list-inline-item > a, #top .list-inline-item .dropdown > a, #top .list-inline-item .dropdown > span {
  font-size: 1.1em;
  color: var(--bs-gray-600);
  line-height: 40px;
  vertical-align: middle;
  padding: 10px 0px 5px 0px;
}

/* logo */
#logo {
  text-align: center;
  margin: 7px 0 7px 0;
}

#logo img {
  max-width: 200px;
}

@media (min-width: 768px) {
  #logo {
    text-align: left;
  }
}
/* search */
#search {
  margin-bottom: 10px;
}

#search .form-control-lg {
  height: 40px;
  font-size: 12px;
  line-height: 20px;
  padding: 0 10px;
}

#search .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 0.57rem 35px;
  text-shadow: 0 1px 0 #FFF;
}

/* cart */
#cart {
  margin-bottom: 10px;
}

#cart .img-thumbnail {
  min-width: 100px;
}

#cart .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 14px 35px;
}

#cart .dropdown-menu {
  background: #eee;
}

#cart .dropdown-menu li {
  min-width: 300px;
}

@media (max-width: 768px) {
  #cart .dropdown-menu li {
    min-width: 100%;
  }
}
/* menu */
#menu {
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border: 1px solid #1f90bb;
  border-color: #1f90bb #1f90bb #145e7a;
  min-height: 40px;
  border-radius: 4px;
  padding: 0 1rem;
  margin-bottom: 20px;
}

#menu .navbar-nav > li > a {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  padding: 10px 15px 10px 15px;
  background-color: transparent;
}

#menu .navbar-nav > li > a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

#menu .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

#menu .dropdown-inner {
  display: flex;
  flex-direction: column;
}

#menu .dropdown-inner ul {
  width: 100%;
  min-width: 200px;
}

@media (min-width: 960px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }
  #menu .dropdown-inner {
    flex-direction: row;
  }
  #menu .nav-item + .nav-item + .nav-item .dropdown-column-3 {
    left: -200px;
  }
  #menu .nav-item + .nav-item + .nav-item .dropdown-column-4 {
    left: -400px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-2 {
    left: -200px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-3 {
    left: -400px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-4 {
    left: -600px;
  }
}
#category {
  float: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

#menu .navbar-toggler i {
  color: #fff;
  border-color: #fff;
  font-size: 0.9em;
}

/* default boostrap changes */
div.required .col-form-label:before, div.required .form-label:before {
  content: "* ";
  color: #F00;
  font-weight: bold;
}

.form-switch-lg {
  font-size: 20px;
  min-height: 30px;
  line-height: 30px;
}

.nav-tabs {
  margin-bottom: 15px;
}

.form-check .form-check-input {
  margin-top: 0.25rem;
}

@media (min-width: 768px) {
  .col-form-label {
    text-align: right;
  }
}
/* footer */
footer {
  border: 1px solid #000000;
  position: absolute;
  bottom: -1px;
  width: 100%;
  padding-top: 30px;
  background-color: #303030;
  border-top: 1px solid #ddd;
  color: #e2e2e2;
}

footer hr {
  border-top: none;
  border-bottom: 1px solid #666;
}

footer a {
  color: #ccc;
  text-decoration: none;
}

footer a:hover {
  color: #fff;
}

footer h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* breadcrumb */
.breadcrumb {
  margin: 0 0 20px 0;
  padding: 8px 0;
  border: 1px solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  background-color: var(--bs-tertiary-bg);
}
.breadcrumb i {
  font-size: 15px;
}
.breadcrumb > li.breadcrumb-item {
  text-shadow: 0 1px 0 #FFF;
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
}
.breadcrumb > li.breadcrumb-item > a {
  text-decoration: none;
}
.breadcrumb > li.breadcrumb-item:after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  right: -5px;
  width: 29px;
  height: 29px;
  border-right: 1px solid var(--bs-border-color);
  border-bottom: 1px solid var(--bs-border-color);
  transform: rotate(-45deg);
}
.breadcrumb > li.breadcrumb-item + li:before {
  content: "";
  padding: 0;
}

.product-thumb {
  border: 1px solid #ddd;
  position: relative;
  height: 100%;
}

.product-thumb .image {
  text-align: center;
}

.product-thumb .image a:hover {
  opacity: 0.8;
}

.product-thumb .description {
  padding: 15px;
  margin-bottom: 45px;
}

.product-thumb .description h4 {
  font-weight: bold;
}

.product-thumb .button {
  display: flex;
  position: absolute;
  width: 100%;
  bottom: 0;
}

.product-thumb .button button {
  width: 33.33%;
  border: none;
  border-top: 1px solid var(--bs-border-color);
  background-color: var(--bs-tertiary-bg);
  color: var(--bs-gray-600);
  line-height: 38px;
  text-align: center;
}

.product-thumb .button button:hover {
  color: var(--bs-gray-600);
  background-color: #ddd;
  text-decoration: none;
  cursor: pointer;
}

.product-thumb .button button + button {
  border-left: 1px solid var(--bs-border-color);
}

@media (min-width: 960px) {
  .product-list .product-thumb {
    display: flex;
  }
  .product-list .product-thumb .image {
    flex-direction: column;
    margin-bottom: 0px;
  }
  .product-list .product-thumb .content {
    flex-direction: column;
    flex: 75%;
    position: relative;
  }
  .product-list .product-thumb .button {
    border-left: 1px solid #ddd;
    width: calc(100% - 15px);
    margin-left: 15px;
  }
}
.rating .fa-stack {
  width: 20px;
}

.rating .fa-star {
  color: #999;
  font-size: 15px;
}

.rating .fa-star {
  color: #FC0;
  font-size: 15px;
}

.rating .fa-star + .fa-star {
  color: #E69500;
}

/* product list */
.price {
  color: #444;
}

.price-new {
  font-weight: 600;
}

.price-old {
  color: #dc512c;
  text-decoration: line-through;
}

.price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}

/* blog */
.blog-thumb {
  border: 1px solid #ddd;
  margin-bottom: 15px;
}

.blog-thumb h4 {
  font-weight: bold;
}

.blog-thumb .image {
  text-align: center;
  margin-bottom: 15px;
}

.blog-thumb .image a:hover {
  opacity: 0.8;
}

.blog-thumb .description {
  padding: 15px;
}

/* Theme Custom CSS */
#cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 9999;
  opacity: 0.95;
  color: #ecf0f1;
  background: #343a40;
}

#cookie div {
  font-size: 16px;
  color: #FFFFFF;
}

/* RESTOR storefront */
.align-mid {
  text-align: center;
}

:root {
  --restor-green: #00ad18;
  --restor-green-dark: #008d15;
  --restor-ink: #092b3f;
  --restor-soft: #f2faef;
  --restor-line: #d9ead8;
  --restor-shadow: 0 12px 32px rgba(9, 43, 63, .08);
}

body {
  color: var(--restor-ink);
  font-family: "Trebuchet MS", Arial, sans-serif;
  background: #fff;
}

#container {
  position: relative;
  min-height: 100vh;
  margin-bottom: 0;
}

#container > main {
  min-height: 0;
}

.restor-container {
  width: min(1120px, 100% - 40px);
  margin-inline: auto;
}

.restor-header {
  background: #fff;
  border-bottom: 1px solid #edf2ee;
  position: relative;
  z-index: 20;
  width: 100%;
  position: fixed;
}

.restor-header__inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  gap: 34px;
}

.restor-brand img {
  display: block;
  width: 112px;
  height: auto;
  padding: 3px 7px;
  border-radius: 5px;
}

.restor-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  flex: 1;
}

.restor-nav a, .restor-header__tools a {
  color: var(--restor-ink);
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
}

.restor-nav a:hover {
  color: var(--restor-green-dark);
}

.restor-header__tools {
  display: flex;
  align-items: center;
  gap: 18px;
  white-space: nowrap;
}

.restor-cart-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--restor-soft);
  color: var(--restor-ink) !important;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.restor-cart-button:hover {
  background: #e0f4dd;
  color: var(--restor-green-dark) !important;
}

.restor-cart-badge {
  position: absolute;
  top: -2px;
  right: -2px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  border-radius: 9px;
  background: var(--restor-green);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  border: 2px solid #fff;
}

.restor-language {
  font-size: 15px;
}

.restor-menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  color: var(--restor-ink);
  font-size: 20px;
}

.restor-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 24px;
  border: 1px solid var(--restor-green);
  border-radius: 7px;
  background: var(--restor-green);
  color: #fff !important;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
}

.restor-button:hover {
  background: var(--restor-green-dark);
  border-color: var(--restor-green-dark);
}

.restor-button--outline {
  background: #fff;
  color: var(--restor-green-dark) !important;
}

.restor-page {
  overflow: hidden;
}

.restor-hero {
  min-height: 490px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 40px;
  padding-block: 64px;
}

.restor-hero__copy {
  position: relative;
  z-index: 1;
}

.restor-eyebrow {
  color: var(--restor-green-dark);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin: 0 0 14px;
}

.restor-hero h1, .restor-flow h1 {
  color: var(--restor-ink);
  font-size: clamp(36px, 5vw, 62px);
  line-height: 1.05;
  margin: 0 0 20px;
  font-weight: 800;
}

.restor-lead {
  max-width: 520px;
  font-size: 17px;
  line-height: 1.65;
  color: #537080;
  margin-bottom: 28px;
}

.restor-trust-line {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 22px;
  color: #537080;
  font-size: 12px;
}

.restor-hero__visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 360px;
}

.restor-hero__visual img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 560px;
  height: auto;
  object-fit: contain;
}

.restor-orbit {
  position: absolute;
  width: 85%;
  aspect-ratio: 1;
  border: 1px solid #cfeecb;
  border-radius: 50%;
}

.restor-benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  background: var(--restor-soft);
  border-radius: 12px;
  padding: 20px 24px;
}

.restor-benefit {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-left: 0;
  border-right: 1px solid #dcebd8;
}

.restor-benefits .restor-benefit:last-child {
  border: 0;
}

.restor-benefit-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #e0f4dd;
  flex-shrink: 0;
}

.restor-benefit-icon img, .restor-benefit img {
  display: block;
  width: 26px;
  height: 26px;
  object-fit: contain;
}

.restor-benefit-copy {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.restor-benefit strong {
  font-size: 15px;
  color: var(--restor-ink);
  line-height: 1.25;
}

.restor-benefit span {
  color: #537080;
  font-size: 14px;
  line-height: 1.35;
}

.restor-section {
  padding-block: 72px;
}

.restor-section-heading {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 30px;
}

.restor-section-heading h2, .restor-service h2, .restor-footer h2 {
  color: var(--restor-ink);
  font-size: clamp(27px, 3vw, 40px);
  margin: 0 0 10px;
}

.restor-section-heading p:last-child, .restor-service p {
  color: #537080;
  line-height: 1.6;
}

.restor-product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.restor-product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 22px;
  border: 1px solid #e4ece5;
  border-radius: 12px;
  box-shadow: var(--restor-shadow);
  background: #fff;
}

.restor-product-card.is-featured {
  border: 2px solid var(--restor-green);
}

.restor-product-card img {
  width: 100%;
  height: 190px;
  object-fit: contain;
}

.restor-product-card h3 {
  font-size: 17px;
  margin: 6px 0 8px;
}

.restor-size, .restor-badge {
  align-self: flex-start;
  color: var(--restor-green-dark);
  font-weight: 800;
  font-size: 13px;
}

.restor-badge {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--restor-green);
  color: #fff;
  padding: 5px 12px;
  border-radius: 20px;
  white-space: nowrap;
}

.restor-price {
  font-size: 20px;
  margin-bottom: 18px;
}

.restor-product-card .restor-button {
  width: 100%;
}

.restor-step-title {
  text-align: center;
  margin-bottom: 26px;
}

.restor-step-title h2 {
  margin: 0;
  font-size: clamp(28px, 3vw, 46px);
  color: var(--restor-ink);
}

.restor-step-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: start;
  gap: 18px;
  margin-bottom: 36px;
}

.restor-step-item {
  position: relative;
  text-align: center;
}

.restor-step-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 24px;
  left: calc(50% + 52px);
  width: calc(100% - 104px);
  height: 2px;
  background: #dfeae0;
}

.restor-step-marker {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: auto;
  margin: 0 auto 18px;
}

.restor-step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background: var(--restor-green);
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  flex-shrink: 0;
}

.restor-step-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #e0f4dd;
  flex-shrink: 0;
}

.restor-step-icon img {
  display: block;
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.restor-step-copy h3 {
  margin: 0 0 8px;
  color: var(--restor-ink);
  font-size: 18px;
  font-weight: 700;
}

.restor-step-copy p {
  margin: 0;
  color: #537080;
  font-size: 15px;
  line-height: 1.45;
}

.restor-button--wide {
  display: block;
  width: 260px;
  margin: 0 auto 0;
  font-size: 18px;
  border-radius: 10px;
  text-align: center;
  line-height: 3rem;
}

.restor-step-grid, .restor-reasons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.restor-step-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 22px;
  border: 1px solid #e4ece5;
  border-radius: 10px;
  background: #fff;
}

.restor-reason {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 22px;
  border: 1px solid #e4ece5;
  border-radius: 10px;
  background: #fff;
}

.restor-reason-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #e0f4dd;
  flex-shrink: 0;
}

.restor-reason-icon img, .restor-reason img {
  display: block;
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.restor-step-grid b {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--restor-green);
  color: #fff;
}

.restor-step-grid h3, .restor-reasons b {
  font-size: 16px;
}

.restor-step-grid p, .restor-reasons p {
  color: #537080;
  font-size: 14px;
  line-height: 1.45;
  margin: 0;
}

.restor-reason > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.restor-service {
  display: grid;
  grid-template-columns: 42% 58%;
  align-items: stretch;
  gap: 0;
  margin-bottom: 72px;
  background: #fff;
  border: 1px solid #e4ece5;
  border-radius: 16px;
  box-shadow: var(--restor-shadow);
  overflow: hidden;
}

.restor-service__visual {
  position: relative;
  min-height: 380px;
}

.restor-service__visual img, .restor-service img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 80% 0);
  clip-path: polygon(0 0, 0 100%, 100% 100%, 80% 0);
}

.restor-service__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 48px;
}

.restor-service__copy .restor-eyebrow {
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.05em;
}

.restor-service__copy h2 {
  color: var(--restor-ink);
  font-size: clamp(28px, 3vw, 36px);
  font-weight: 800;
  margin: 0 0 14px;
}

.restor-service__copy p {
  color: #537080;
  font-size: 15px;
  line-height: 1.55;
  margin: 0 0 28px;
}

.restor-service-features {
  display: grid;
  grid-template-columns: repeat(3, auto);
  justify-content: start;
  gap: 28px;
  margin-bottom: 32px;
}

.restor-service-feature {
  display: flex;
  align-items: center;
  gap: 10px;
}

.restor-service-feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.restor-service-feature-icon img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  filter: invert(44%) sepia(96%) saturate(1637%) hue-rotate(94deg) brightness(98%) contrast(106%);
}

.restor-service-feature-text {
  display: flex;
  flex-direction: column;
  font-size: 13px;
  font-weight: 700;
  color: var(--restor-ink);
  line-height: 1.25;
}

.restor-service-actions .restor-button {
  padding: 0 28px;
  font-weight: 700;
}

.restor-reasons {
  grid-template-columns: repeat(4, 1fr);
}

.restor-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 72px;
  padding: 28px 36px;
  border-radius: 14px;
  background: var(--restor-ink);
  color: #fff;
}

.restor-cta h2 {
  color: #fff;
  margin: 0 0 6px;
}

.restor-cta p {
  margin: 0;
  color: #c4d8df;
}

.restor-footer {
  position: relative;
  bottom: auto;
  padding: 60px 0;
  background: var(--restor-ink);
  color: #c4d8df;
  border: 0;
}

.restor-footer-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  align-items: flex-start;
}

.restor-footer-section {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.restor-footer-logo {
  display: block;
  width: 100px;
  height: auto;
  margin-bottom: 12px;
}

.restor-footer-tagline {
  margin: 0;
  color: #c4d8df;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5rem;
  letter-spacing: 0.5px;
}

.restor-footer-heading {
  margin: 0 0 16px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.restor-footer-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.restor-footer-link {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #c4d8df;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.2s ease;
}

.restor-footer-link:hover {
  color: #fff;
}

.restor-footer-link img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.restor-footer-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.restor-footer-info p {
  margin: 0;
  font-size: 14px;
}

.restor-footer-info a {
  color: #c4d8df;
  text-decoration: none;
  transition: color 0.2s ease;
}

.restor-footer-info a:hover {
  color: #fff;
}

.restor-footer__cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 26px 30px;
  margin-bottom: 34px;
  border: 1px solid #2d5566;
  border-radius: 12px;
}

.restor-footer h2 {
  color: #fff;
  font-size: 24px;
}

.restor-footer a {
  color: #d8e7eb;
}

.restor-footer h5 {
  color: #fff;
}

.restor-footer hr {
  border-color: #2d5566;
}

.restor-flow {
  padding-block: 34px 80px;
}

.restor-progress {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 44px;
  color: #8aa0aa;
  font-size: 13px;
  font-weight: 700;
}

.restor-progress span.is-active, .restor-progress span.is-done {
  color: var(--restor-green-dark);
}

.restor-progress i {
  width: 56px;
  height: 1px;
  background: #cbd8dc;
}

.restor-flow-heading {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 34px;
}

.restor-flow-heading h1 {
  font-size: clamp(32px, 4vw, 52px);
}

.restor-flow-heading p:last-child {
  color: #537080;
}

.restor-selector {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr) 290px;
  gap: 24px;
  padding: 18px;
  border: 1px solid #cdeacb;
  border-radius: 14px;
  box-shadow: var(--restor-shadow);
}

.restor-date-layout, .restor-checkout-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 24px;
  padding: 18px;
  border: 1px solid #cdeacb;
  border-radius: 14px;
  box-shadow: var(--restor-shadow);
}

.restor-form-section {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #dcebd8;
}

.restor-form-section:last-of-type {
  border-bottom: 0;
  margin-bottom: 16px;
  padding-bottom: 0;
}

.restor-form-section__title {
  font-size: 16px;
  font-weight: 800;
  color: var(--restor-ink);
  margin: 0 0 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.restor-form-grid {
  display: grid;
  gap: 14px;
}

.restor-form-grid--2 {
  grid-template-columns: 1fr 1fr;
}

.restor-checkbox-wrap {
  margin-bottom: 12px;
}

.restor-checkbox-label {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  color: var(--restor-ink);
}

.restor-checkbox-label input[type=checkbox] {
  width: 20px;
  height: 20px;
  min-height: 20px;
  margin: 0;
  cursor: pointer;
  accent-color: var(--restor-green);
}

.restor-subpanel {
  margin-top: 14px;
  padding: 18px;
  background: #fff;
  border: 1px solid #dcebd8;
  border-radius: 10px;
}

.restor-type-switcher {
  display: flex;
  gap: 10px;
}

.restor-radio-tile {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border: 1px solid #cdeacb;
  border-radius: 8px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  background: #fff;
}

.restor-radio-tile input {
  width: auto;
  min-height: auto;
  margin: 0;
  cursor: pointer;
}

.restor-section-note {
  font-size: 13px;
  color: #537080;
  margin: 0 0 14px;
}

.restor-bank-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
  gap: 12px;
  margin-bottom: 16px;
}

.restor-bank-card {
  position: relative;
  display: block;
  margin: 0;
  cursor: pointer;
}

.restor-bank-card input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
}

.restor-bank-card__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  padding: 8px 12px;
  background: #fff;
  border: 2px solid #dcebd8;
  border-radius: 10px;
  transition: all 0.2s ease;
}

.restor-bank-card:hover .restor-bank-card__inner {
  border-color: #a8dba8;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.restor-bank-card.is-selected .restor-bank-card__inner, .restor-bank-card input:checked + .restor-bank-card__inner {
  border-color: var(--restor-green);
  background: #f4faf2;
  box-shadow: 0 0 0 1px var(--restor-green);
}

.restor-bank-logo {
  max-width: 100%;
  max-height: 38px;
  object-fit: contain;
}

.restor-bank-name {
  font-size: 14px;
  font-weight: 700;
  color: var(--restor-ink);
  text-align: center;
}

.restor-button--payment {
  width: 100%;
  min-height: 52px;
  font-size: 17px;
  font-weight: 800;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 12px;
}

.restor-payment-trust {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 14px;
  font-size: 12px;
  color: #537080;
  font-weight: 600;
  flex-wrap: wrap;
}

.restor-summary-preview {
  text-align: center;
  margin-bottom: 16px;
}

.restor-summary-img {
  width: 100%;
  max-width: 240px;
  height: 130px;
  object-fit: contain;
}

.restor-summary-total {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-top: 16px;
  border-top: 1px solid #cdeacb;
  margin-top: 16px;
}

.restor-summary-total span {
  font-size: 14px;
  font-weight: 700;
  color: var(--restor-ink);
}

.restor-summary-total .restor-total {
  border-top: 0;
  padding-top: 0;
}

.restor-eligibility, .restor-settings, .restor-summary, .restor-form-panel {
  padding: 22px;
  border-radius: 12px;
  background: var(--restor-soft);
}

.restor-selector h2, .restor-summary h2, .restor-settings h2, .restor-eligibility h2, .restor-form-panel h2, .restor-calendar-panel h2 {
  font-size: 18px;
  margin: 0 0 20px;
}

.restor-eligibility p {
  font-size: 12px;
  line-height: 1.45;
}

.restor-check {
  color: var(--restor-green-dark);
  font-size: 16px !important;
  font-weight: 800;
}

.restor-muted {
  color: #71858d;
}

.restor-container-switcher {
  display: flex;
  gap: 8px;
}

.restor-container-switcher a {
  padding: 9px 12px;
  border: 1px solid #d4e5d4;
  border-radius: 7px;
  color: var(--restor-ink);
  text-decoration: none;
  font-weight: 700;
}

.restor-container-switcher a.is-active {
  background: var(--restor-green);
  border-color: var(--restor-green);
  color: #fff;
}

.restor-container-image {
  width: 100%;
  height: 310px;
  object-fit: contain;
}

.restor-specs {
  display: flex;
  justify-content: center;
  gap: 30px;
  color: #537080;
  font-size: 13px;
}

.restor-specs b {
  color: var(--restor-ink);
  display: block;
}

.restor-settings {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.restor-settings label, .restor-form-panel label {
  font-size: 13px;
  font-weight: 700;
}

.restor-settings input, .restor-settings select, .restor-form-panel input, .restor-form-panel textarea, .restor-date-fields input {
  width: 100%;
  min-height: 44px;
  margin-bottom: 12px;
  padding: 10px 12px;
  border: 1px solid #a8dba8;
  border-radius: 7px;
  background: #fff;
  color: var(--restor-ink);
}

.restor-daily-price {
  font-size: 22px;
  font-weight: 800;
  margin: 8px 0;
}

.restor-back {
  display: block;
  margin-top: 12px;
  color: var(--restor-ink);
  text-align: center;
  font-size: 13px;
  font-weight: 700;
}

.restor-summary-actions {
  margin-top: 18px;
}

.restor-summary-actions .restor-button {
  width: 100%;
  min-height: 52px;
  font-size: 17px;
  border-radius: 10px;
}

.restor-summary-actions .restor-back {
  margin-top: 12px;
  font-size: 15px;
}

.restor-date-layout, .restor-checkout-layout {
  grid-template-columns: minmax(0, 1fr) 310px;
}

.restor-calendar-panel {
  padding: 26px;
}

.restor-date-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.restor-date-fields label {
  font-size: 13px;
  font-weight: 700;
}

.restor-calendar-note {
  margin: 22px 0;
  padding: 14px;
  border: 1px solid #cdeacb;
  border-radius: 8px;
  color: #537080;
  font-size: 13px;
}

.restor-check-badge {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--restor-green-dark);
  font-size: 13px;
  font-weight: 700;
}

.restor-check-badge img {
  display: block;
  width: 18px;
  height: 18px;
}

.restor-summary dl {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px 8px;
  margin: 0 0 20px;
  font-size: 13px;
}

.restor-summary dt {
  color: #537080;
}

.restor-summary dd {
  margin: 0;
  text-align: right;
  font-weight: 700;
}

.restor-total {
  display: block;
  padding-top: 16px;
  border-top: 1px solid #cdeacb;
  color: var(--restor-green-dark);
  font-size: 28px;
  text-align: right;
}

.restor-order-card {
  display: grid;
  grid-template-columns: 220px 1fr 220px;
  align-items: center;
  gap: 26px;
  padding: 26px;
  border: 1px solid #cdeacb;
  border-radius: 14px;
  box-shadow: var(--restor-shadow);
}

.restor-order-card img {
  width: 100%;
  height: 150px;
  object-fit: contain;
}

.restor-order-card p {
  color: #537080;
  font-size: 14px;
}

.restor-order-total {
  text-align: right;
}

.restor-order-total span {
  display: block;
  color: #537080;
}

.restor-order-total strong {
  display: block;
  margin: 8px 0 20px;
  font-size: 28px;
}

.restor-order-total .restor-button {
  width: 100%;
}

.restor-form-panel {
  background: #fff;
  border: 1px solid #e4ece5;
}

.restor-form-panel label {
  display: block;
}

.restor-form-panel .restor-button {
  width: 100%;
}

@media (max-width: 900px) {
  .restor-selector, .restor-date-layout, .restor-checkout-layout {
    padding: 10px;
    grid-template-columns: 1fr;
  }
  .restor-service__visual img, .restor-service img {
    -webkit-clip-path: none;
    clip-path: none;
  }
  .restor-header__inner {
    gap: 16px;
  }
  .restor-menu-toggle {
    display: block;
    margin-left: auto;
  }
  .restor-nav {
    position: absolute;
    top: 76px;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px 20px 20px;
    background: #fff;
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.08);
  }
  .restor-nav.show {
    display: flex;
  }
  .restor-nav a {
    padding: 12px 0;
  }
  .restor-header__tools .restor-phone, .restor-header__tools .restor-button {
    display: none;
  }
  .restor-benefits {
    grid-template-columns: repeat(2, 1fr);
  }
  .restor-benefits .restor-benefit:nth-child(2) {
    border-right: 0;
  }
  .restor-hero {
    grid-template-columns: 1fr;
    padding-block: 42px;
  }
  .restor-hero__visual {
    order: -1;
    min-height: 270px;
  }
  .restor-product-grid, .restor-reasons {
    grid-template-columns: 1fr;
  }
  .restor-step-flow {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-bottom: 24px;
  }
  .restor-step-item {
    display: flex;
    align-items: center;
    gap: 16px;
    text-align: left;
    padding: 18px 20px;
    background: #fff;
    border: 1px solid #e4ece5;
    border-radius: 12px;
    box-shadow: var(--restor-shadow);
  }
  .restor-step-item:not(:last-child)::after {
    display: none;
  }
  .restor-step-marker {
    margin: 0;
    gap: 8px;
    flex-shrink: 0;
  }
  .restor-step-number {
    width: 36px;
    height: 36px;
    font-size: 17px;
  }
  .restor-step-icon {
    width: 42px;
    height: 42px;
  }
  .restor-step-icon img {
    width: 22px;
    height: 22px;
  }
  .restor-step-copy {
    display: flex;
    flex-direction: column;
    gap: 2px;
  }
  .restor-step-copy h3 {
    margin: 0;
    font-size: 16px;
  }
  .restor-step-copy p {
    margin: 0;
    font-size: 14px;
  }
  .restor-service {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .restor-service__visual {
    min-height: 260px;
    max-height: 320px;
  }
  .restor-service__copy {
    padding: 30px 24px;
  }
  .restor-service-features {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
  .restor-selector {
    grid-template-columns: 1fr;
  }
  .restor-eligibility {
    order: 2;
  }
  .restor-settings {
    order: 3;
  }
  .restor-order-card {
    grid-template-columns: 1fr;
  }
  .restor-order-total {
    text-align: left;
  }
  .restor-order-total .restor-button {
    width: auto;
  }
}
@media (max-width: 900px) {
  .restor-footer-content {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
@media (max-width: 600px) {
  .restor-container {
    width: min(100% - 28px, 1120px);
  }
  .restor-header__inner {
    min-height: 64px;
  }
  .restor-brand img {
    width: 94px;
  }
  .restor-language {
    font-size: 12px;
  }
  .restor-nav {
    top: 64px;
  }
  .restor-hero h1 {
    font-size: 39px;
  }
  .restor-benefits {
    grid-template-columns: 1fr;
    padding: 16px;
  }
  .restor-benefits .restor-benefit {
    border: 0;
    border-bottom: 1px solid #dcebd8;
    padding: 12px 0;
  }
  .restor-benefits .restor-benefit:last-child {
    border-bottom: 0;
  }
  .restor-section {
    padding-block: 48px;
  }
  .restor-step-flow {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .restor-step-item {
    padding: 14px 16px;
  }
  .restor-button--wide {
    width: 100%;
  }
  .restor-service {
    margin-bottom: 48px;
  }
  .restor-service-features {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .restor-service-actions .restor-button {
    width: 100%;
  }
  .restor-cta, .restor-footer__cta {
    align-items: flex-start;
    flex-direction: column;
    padding: 22px;
  }
  .restor-cta .restor-button, .restor-footer__cta .restor-button {
    width: 100%;
  }
  .restor-progress {
    gap: 7px;
    font-size: 10px;
    justify-content: flex-start;
  }
  .restor-progress i {
    width: 18px;
  }
  .restor-flow {
    padding-top: 24px;
  }
  .restor-date-fields {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .restor-calendar-panel {
    padding: 16px;
  }
  .restor-container-image {
    height: 220px;
  }
  .restor-order-card {
    padding: 16px;
  }
  .restor-footer {
    padding: 40px 0;
  }
  .restor-footer-content {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .restor-footer .row > div {
    margin-bottom: 20px;
  }
}
/* Always-visible rental calendar */
.restor-calendar {
  min-height: 330px;
  margin: 4px 0 22px;
  width: 100%;
}

.restor-calendar .daterangepicker {
  position: static !important;
  display: flex !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0;
  padding: 0;
  border: 0;
  box-shadow: none;
  background: transparent;
}

.restor-calendar .daterangepicker:before, .restor-calendar .daterangepicker:after, .restor-calendar .daterangepicker .drp-selected, .restor-calendar .daterangepicker .drp-buttons {
  display: none;
}

.restor-calendar .daterangepicker .calendar, .restor-calendar .daterangepicker .drp-calendar {
  float: none !important;
  flex: 1 1 50% !important;
  width: 50% !important;
  max-width: none !important;
  padding: 0 16px !important;
}

.restor-calendar .daterangepicker .calendar:first-child, .restor-calendar .daterangepicker .drp-calendar.left {
  border-right: 1px solid var(--restor-line);
}

.restor-calendar .daterangepicker .calendar-table {
  padding: 0;
  border: 0;
  background: transparent;
  width: 100% !important;
  max-width: none !important;
}

.restor-calendar .daterangepicker table {
  width: 100% !important;
  border-spacing: 0 4px;
  border-collapse: separate;
  table-layout: fixed;
}

.restor-calendar .daterangepicker th.month {
  height: 42px;
  color: var(--restor-ink);
  font-size: 16px;
  font-weight: 800;
}

.restor-calendar .daterangepicker th {
  color: var(--restor-ink);
  font-size: 11px;
  width: auto !important;
  min-width: 0 !important;
}

.restor-calendar .daterangepicker td {
  height: 36px;
  color: var(--restor-ink);
  font-size: 13px;
  width: auto !important;
  min-width: 0 !important;
}

.restor-calendar .daterangepicker td.off {
  color: #b5c0c4;
}

.restor-calendar .daterangepicker td.available:hover {
  background: #e6f6df;
  border-radius: 50%;
}

.restor-calendar .daterangepicker td.active, .restor-calendar .daterangepicker td.active:hover {
  background: var(--restor-green);
  border-radius: 50%;
  color: #fff;
}

.restor-calendar .daterangepicker td.in-range {
  background: #e7f7d9;
  color: var(--restor-ink);
}

.restor-calendar .daterangepicker td.start-date {
  border-radius: 50% 0 0 50%;
}

.restor-calendar .daterangepicker td.end-date {
  border-radius: 0 50% 50% 0;
}

.restor-calendar .daterangepicker .prev, .restor-calendar .daterangepicker .next {
  color: var(--restor-green-dark);
}

.restor-date-fields input[readonly] {
  cursor: default;
  background: #fff;
}

@media (max-width: 600px) {
  .restor-calendar {
    min-height: 620px;
    overflow-x: auto;
  }
  .restor-calendar .daterangepicker {
    display: block !important;
  }
  .restor-calendar .daterangepicker .calendar, .restor-calendar .daterangepicker .drp-calendar {
    display: inline-block;
    vertical-align: top;
    width: 100% !important;
  }
  .restor-calendar .daterangepicker .calendar:first-child, .restor-calendar .daterangepicker .drp-calendar.left {
    border-right: 1px solid var(--restor-line);
  }
}