/** Shopify CDN: Minification failed

Line 219:0 Unexpected "}"

**/
.mdp-weare-page-1 {
    margin: 10px auto 20px auto;
}
.mdp-weare-page-1 .mdp-container .mdp-grid .mdp-col > .mdp-header .mdp-title {
    font-family: Work Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 38px;
    line-height: 39px;
    color: #343434;
    text-align: center;
}
.mdp-weare-page-1 .mdp-container .mdp-grid .mdp-col > .mdp-header .mdp-subtitle {
    margin-bottom: 5px;
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: #343434;
}
.mdp-weare-page-1 .mdp-container .mdp-grid .mdp-col > .mdp-header .mdp-button {
    font-size: 15px;
    letter-spacing: 0.5px;
    display: inline-flex;
    white-space: nowrap;
    align-items: center;
    color: #2a2a2a;
    border-bottom: 1px solid transparent;
    position: relative;
    font-weight: normal;
}
.mdp-weare-page-1 .mdp-container .mdp-grid .mdp-col > .mdp-header .mdp-button .mdp-text {
    margin-right: 5px;
}
.mdp-weare-page-1 .mdp-container .mdp-grid .mdp-col > .mdp-header .mdp-button .mdp-icon {
    font-size: 0;
}
.mdp-weare-page-1 .mdp-container .mdp-grid .mdp-col > .mdp-header .mdp-button .mdp-icon svg {
    width: 20px;
    height: 20px;
}
.mdp-weare-page-1 .mdp-container .mdp-grid .mdp-col > .mdp-header .mdp-button::before {
    content: "";
    position: absolute;
    transition: 0.3s all ease-in-out;
    left: 0;
    right: 0;
    bottom: -4px;
    height: 0;
    border-bottom: 1px solid #2a2a2a;
    opacity: 0;
    transform: translateY(5px);
}
.mdp-weare-page-1 .mdp-container .mdp-grid .mdp-col > .mdp-header .mdp-button:hover::before {
    opacity: 1;
    transform: translateY(0);
}
.mdp-weare-page-1 .mdp-container .mdp-grid .mdp-col > .mdp-header .mdp-row-full {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.mdp-weare-page-1 .mdp-container .mdp-grid .mdp-col > .mdp-header .mdp-row-full .mdp-row-left {
    margin-right: 30px;
}
@media (max-width: 600px) {
    .mdp-weare-page-1 .mdp-container .mdp-grid .mdp-col > .mdp-header .mdp-row-full {
        display: block;
    }
    .mdp-weare-page-1 .mdp-container .mdp-grid .mdp-col > .mdp-header .mdp-row-full .mdp-row-left {
        justify-content: center;
        padding: 10px 10px 5px 10px;
        margin-right: 0;
    }
    .mdp-weare-page-1 .mdp-container .mdp-grid .mdp-col > .mdp-header .mdp-row-full .mdp-row-right {
        justify-content: center;
        padding: 5px 10px 10px 10px;
    }
}
.mdp-weare-page-1 .mdp-container .mdp-grid .mdp-col > .mdp-header {
    margin-bottom: 0;
}
.mdp-weare-page-1 .mdp-container .mdp-grid .mdp-col > .mdp-header .mdp-title {
    margin-bottom: 14px;
    font-family: "Work Sans";
    font-style: normal;
    font-weight: bold;
    font-size: 38px;
    line-height: 1.2em;
    letter-spacing: 0.4px;
    color: #343434;
    text-align: center;
}
.mdp-weare-page-1 .mdp-container .mdp-grid .mdp-col > .mdp-header .mdp-title:after {
    content: "..";
    display: block;
    margin-top: -10px;
}
.mdp-weare-page-1 .mdp-container .mdp-grid .mdp-col > .mdp-header .mdp-subtitle {
    margin-top: 15px;
}
.mdp-weare-page-1 .mdp-container .mdp-grid .mdp-col p {
    margin: 0;
    font-family: "Poppins";
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 1.6em;
    text-align: center;
    letter-spacing: 0.4px;
    color: #343434;
}
/* --- Restoration Terms Page Styling --- */
.restoration-terms {
  max-width: 800px;
  margin: 40px auto;
  padding: 20px;
  font-family: "Poppins";
  font-size: 16px;
  line-height: 1.6em;
  color: #333;
  text-align: left;
}

.restoration-terms h2 {
  font-size: 22px;
  margin-top: 25px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #111;
  text-align: left;
}

.restoration-terms p,
.restoration-terms li {
  margin-bottom: 10px;
}

.restoration-terms ul {
  list-style-type: disc;
  margin-left: 20px;
}

.restoration-terms ol {
  list-style-type: decimal;
  margin-left: 20px;
}
/* Restoration Terms styling */
.restoration-terms h2 {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
}

.restoration-terms p {
  text-align: left;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.6;
}
/* --- Restoration Terms Styling --- */
.restoration-terms {
  max-width: 800px;          /* keeps it neat */
  margin: 40px auto;         /* centers the whole block */
  padding: 20px;
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333;
}

.restoration-terms h2 {
  text-align: left;          /* headings aligned left */
  font-size: 20px;
  font-weight: 700;
  margin: 25px 0 10px;
  color: #111;
}

.restoration-terms p {
  margin: 0 0 15px;
  font-size: 16px;
  text-align: left;
}

.restoration-terms li {
  margin-bottom: 12px;
}
/* --- Restoration Terms Styling --- */
.restoration-terms {
  max-width: 800px;
  margin: 40px auto;
  padding: 20px;
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333;
}

.restoration-terms h2 {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin: 25px 0 10px;
  color: #111;
  border: none !important;
}
   /* kills any theme borders */
}

.restoration-terms p {
  margin: 0 0 15px;
  font-size: 16px;
  text-align: left;
}

.restoration-terms * {
  border: none !important;   /* removes all auto-added lines */
  box-shadow: none !important;
}
/* --- Restoration T&C Styling --- */
.terms-page {
  max-width: 800px; 
  margin: 0 auto; 
  padding: 40px 20px;
  font-family: Poppins;
  line-height: 1.6;
  color: #333;
}

.terms-page h2 {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  margin: 30px 0 15px;
  color: #111;
}

.terms-page p {
  margin-bottom: 15px;
  text-align: center;
}

.terms-page .section {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.terms-page .section:last-child {
  border-bottom: none;
}
