#shopify-section-template--21374906892528__main,

#shopify-section-template--20202255286512__main,
#shopify-section-template--20202255319280__main,
#shopify-section-template--20202255384816__main,
#shopify-section-template--20202255057136__main,
#shopify-section-template--20202254598384__miami-beach
{

* {
  margin: 0;
  padding: 0;
  --light-grey: hsl(0, 0%, 91%);
  --steel: hsl(0, 0%, 56%);
  font-family: "Interstate", sans-serif;
  overflow-x: hidden;
}

html {
  block-size: 100%;
  scroll-behavior: smooth;
  timeline-scope: --location, --hours, --uptown, --services, --consultation,
    --footer;
}

@media (max-width: 768px) {
  html,
  footer {
    margin: 0 20px;
    overflow-x: hidden;
  }
}

@media (max-width: 480px) {
  html,
  footer {
    margin: 0 20px;
    overflow-x: hidden;
  }
}
 
.page-background {
  background-image: url('/cdn/shop/files/wallpaper30.jpg?v=1749713902');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  min-height: 500vh;
  width: 100%;
}

.page-content {
  position: relative;
  z-index: 2;
}

.content {
  overflow: hidden;
  inset: 0;
}

section {
  scroll-behavior: smooth;
  text-rendering: optimizeLegibility;
}

.section-location {
  scroll-snap-type: y mandatory;
  view-timeline: --location;
  height: 100dvh;
  margin: 0 auto;
  padding: 20px 10px;
  line-height: 1.1;
  scroll-snap-align: start;
  scroll-padding-top: 100px;
  scroll-snap-stop: always;
}

.section-uptown {
  scroll-snap-type: y mandatory;
  view-timeline: --uptown;
  height: 100dvh;
  margin: 0 auto;
  padding: 20px 10px;
  line-height: 1.1;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.section-services {
  scroll-snap-type: y mandatory;
  view-timeline: --services;
  height: 100dvh;
  margin: 0 auto;
  padding: 20px 10px;
  line-height: 1.1;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.section-hours {
  scroll-snap-type: y mandatory;
  view-timeline: --hours;
  height: 100dvh;
  margin: 0;
  padding: 20px 10px;
  line-height: 1.1;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}
  
.section-consultation {
  scroll-snap-type: y mandatory;
  view-timeline: --consultation;
  height: 50dvh;
  margin: 0;
  padding: 20px 10px;
  line-height: 1.1;
  scroll-snap-align: start;
}

.section-footer {
  scroll-snap-type: y mandatory;
  view-timeline: --footer;
  height: 50dvh;
  margin: 0;
  padding: 20px 10px;
  line-height: 1.1;
  scroll-snap-stop: always;
}

@media (max-width: 768px) {
  .section-location {
    scroll-snap-type: y mandatory;
    height: 100%;
    scroll-snap-align: start;
    scroll-padding-top: 100px;
    scroll-snap-stop: always;
  }
  
  .section-hours,
  .section-services,
  .section-uptown {
    scroll-snap-type: y mandatory;
    height: 100%;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .section-consultation {
    scroll-snap-type: y mandatory;
    height: 50%;
    scroll-snap-align: start;
  }

  .section-footer {
    scroll-snap-type: y mandatory;
    height: 50%;
    scroll-snap-stop: always;
  }
}

@media (max-width: 480px) {
  .section-location {
    height: 100%;
  }
  
  .section-hours,
  .section-services,
  .section-uptown {
    height: 100%;
  }

  .section-consultation {
    height: 50%;
  }

  .section-footer {
    height: 50%;
  }
}

a {
  text-decoration: unset;
}

.callBtn-flat,
.callBtn-middy,
.callBtn-mideast,
.callBtn-uws,
.callBtn-miami-beach,
.callBtn-back-bay {
  position: fixed;
  top: 90%;
  right: 30px;
  z-index: 99999;
  border: none;
  outline: none;
  background-color: #0e0e0e;
  background-image: url('/cdn/shop/files/call-us-white_ad8acb3d-28cc-4a95-9ab2-da402753b727.svg?v=1751142655');
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  padding: 25px;
  border-radius: 50%;
  height: 75px;
  width: 75px;
}

.callBtn-flat:hover,
.callBtn-middy:hover,
.callBtn-mideast:hover,
.callBtn-uws:hover,
.callBtn-miami-beach:hover,
.callBtn-back-bay:hover {
  background-color: #bc9a64;
}
  
/* ------ uptown  css ------ */
.uptown-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #eae0d0;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 14px;
  color: #0e0e0e;
  margin-bottom: 36px;
}

.uptown-badge::before {
  content: "📍";
  font-size: 16px;
}

.hero-uptown {
  display: grid;
  grid-template-columns: 0.15fr 1.5fr 0.15fr 1.5fr 0.1fr;
  gap: 10px;
  align-items: center;
  margin-bottom: 30px;
}

.hero-uptown__content h1 {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 20px;
}

.hero-uptown__content .highlight {
  background: linear-gradient(135deg, #64b2bc, #bc9a64);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.spa-info {
  padding: 12px;
  border-radius: 16px;
  margin-bottom: 24px;
  background: linear-gradient(135deg, #000, rgb(14, 14, 14));
  color: #fff;
}

.spa-info__content {
  display: flex;
  justify-content: space-around;
  align-items: start;
}

.spa-info__text {
  display: flex;
  flex-direction: column;
}

.spa-info__title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 4px;
}

.spa-info__address {
  font-size: 16px;
  margin-bottom: 4px;
}

.spa-info__details {
  font-size: 14px;
  color: #ccc;
}

.spa-info__logo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.description {
  font-size: 16px;
  color: #666;
  margin-bottom: 40px;
  line-height: 1.4;
}

.features-uptown {
  max-width: 700px; 
  margin: 0 100px; 
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 40px;
}

.feature-services {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.feature__icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  flex-shrink: 0;
}

.feature__content h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  line-height: 1.4;
}

.feature__icon--excellence {
  background: linear-gradient(-135deg, rgba(14, 14, 14, 0.75), #000);
}

.feature__icon--warmth {
  background: linear-gradient(-135deg, #000, rgba(14, 14, 14, 0.75));
}

.feature__icon--technology {
  background: linear-gradient(-135deg, rgba(14, 14, 14, 0.75), #000);
}

.feature__icon--personalized {
  background: linear-gradient(-135deg, #000, rgba(14, 14, 14, 0.75));
}

.feature__content p {
  font-size: 14px;
  color: #666;
  line-height: 1.3;
}

.hero-uptown__images {
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 15px;
  margin-top: 220px;
  max-width: 400px;
  border-radius: 8px;
}

.image-grid:hover {
  border-radius: 8px;
  transition: transform 0.3s ease;
  object-fit: cover;
}

.grid-image {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.grid-image:hover {
  border-radius: 8px;
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  object-fit: cover;
}

@media (max-width: 768px) {
  .hero-uptown {
    grid-template-columns: 1fr;
  }

  .image-grid {
    margin-top: 30px;
    max-width: 100%;
  }
}
/* ------ END Uptown css ------ */

/* ------ services css------ */
.section-services {
  background-color: #cbbaa9;
}
  
.badge-services {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #fff;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 14px;
  color: #0e0e0e;
  margin-bottom: 36px;
}

.badge-services::before {
  content: "💬";
  font-size: 16px;
}

.hero-services {
  text-align: left;
  margin-bottom: 60px;
}

.hero-services__title {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 20px;
}

.hero-services__highlight {
  background: linear-gradient(135deg, #64b2bc, #bc9a64);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-services__subtitle {
  font-size: 18px;
  color: #666;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.4;
}

.treatments {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-bottom: 80px;
}

.treatment-card {
  background: #ffffff;
  backdrop-filter: blur(20px);
  border: 1px solid rgba(148, 115, 64, .5);
  border-radius: 20px;
  padding: 32px;
  transition: all 0.3s ease-in-out;
}

.treatment-card:hover {
  transform: translate(5px, -5px);
  border-radius: 20px;
}

.treatment-card__icon {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  font-size: 24px;
  color: #fff;
}

.treatment-card__icon--laser {
  background: linear-gradient(135deg, #0e0e0e, var(--steel));
}

.treatment-card__icon--hydra {
  background: linear-gradient(135deg, var(--steel), #0e0e0e);
}

.treatment-card__icon--cosmetic {
  background: linear-gradient(135deg, #0e0e0e, var(--steel));
}

.treatment-card__icon--resurfacing {
  background: linear-gradient(135deg, var(--steel), #0e0e0e);
}

.treatment-card__title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #0e0e0e;
}

.treatment-card__description {
  font-size: 16px;
  color: #666;
  margin-bottom: 24px;
  line-height: 1.5;
}

.treatment-card__benefits {
  list-style: none;
  margin-bottom: 24px;
}

.treatment-card__benefit {
  font-size: 14px;
  color: #666;
  margin-bottom: 8px;
  position: relative;
  padding-left: 20px;
}

.treatment-card__benefit::before {
  content: "•";
  color: #bc9a64;
  font-weight: bold;
  position: absolute;
  left: 0;
}

.treatment-card__benefit::before a {
    color: #bc9a64;
    text-decoration: unset;
  }

.treatment-card__benefit::before a:visited {
    color: #cbbaa9;
    text-decoration: unset;
  }

.treatment-card__link {
  color: #bc9a64;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  transition: color 0.3s ease;
}

.treatment-card__link:hover {
  color: var(--steel);
  text-decoration: unset;
}

.cta-services-section {
  background: linear-gradient(135deg, rgba(0, 0, 0, .7), rgba(24, 24, 24, .9));
  border-radius: 24px;
  padding: 60px 40px;
  text-align: center;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.cta-services-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(0, 0, 0, .7),
    rgba(24, 24, 24, .7)
  );
  z-index: 1;
}

.cta-services-section__content {
  position: relative;
  z-index: 2;
  align-items: center;
}

.cta-services-section__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.2);
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 14px;
  margin-bottom: 24px;
}

.cta-services-section__title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.1;
  color: #fff;
}

.cta-services-section__description {
  font-size: 18px;
  margin-bottom: 32px;
  opacity: 0.95;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.4;
  color: #bc9a64;
}

.cta-button {
  background: #ffffff;
  color: #bc9a64;
  padding: 16px 32px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  transition: all 0.3s ease;
  display: inline-block;
  border: 2px solid transparent;
}

.cta-button:hover {
  background: transparent;
  color: #fff;
  border-color: #bc9a64;
}

/* ______ END Services Css ______ */

/* ------ conveniently located css ------ */

.location-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #eae0d0;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 14px;
  color: #0e0e0e;
  margin-bottom: 24px;
}

.location-badge::before {
  content: "📍";
  font-size: 16px;
}

.hero-location {
  display: grid;
  grid-template-columns: 0.15fr 1.25fr 0.3fr 1.25fr 0.15fr;
  gap: 40px;
  align-items: center;
  margin-bottom: 60px;
}

.hero-location__content h1 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 32px;
}

.hero-location__content .highlight {
  background: linear-gradient(135deg, #64b2bc, #bc9a64);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.spa-info {
  --border-width: 1px;
  border-radius: 1rem;
  position: relative;
  color: #fff;
  background: linear-gradient(-135deg, rgba(14, 14, 14, 0.85), #0e0e0e);
  backdrop-filter: blur(12px);
  padding: 24px;
  margin-bottom: 24px;
}

.spa-info::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  border-radius: inherit;
  border: 2px solid transparent;
  background: linear-gradient(#0e0e0e, var(--steel)) border-box;
  mask: linear-gradient(black, black) border-box,
    linear-gradient(black, black) padding-box;
  mask-composite: subtract;
}

.spa-info__header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.spa-info__icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
}

.spa-info__title {
  font-size: 18px;
  font-weight: 600;
}

.spa-info__address {
  font-size: 16px;
  color: #fff;
  margin-bottom: 4px;
}

.spa-info__details {
  font-size: 14px;
  color: var(--steel);
}

.description {
  font-size: 16px;
  color: #0e0e0e;
  margin-bottom: 40px;
  line-height: 1.5;
  text-align: justify;
}

.features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
  margin-bottom: 40px;
}

.feature {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.feature__icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  flex-shrink: 0;
}

.feature__icon--subway {
  background: linear-gradient(135deg, rgba(14, 14, 14, 0.75), #0e0e0e);
}

.feature__icon--parking {
  background: linear-gradient(135deg, #0e0e0e, rgba(14, 14, 14, 0.75));
}

.feature__icon--access {
  background: linear-gradient(135deg, rgba(14, 14, 14, 0.75), #0e0e0e);
}

.feature__content h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}

.feature__content p {
  font-size: 14px;
  color: var(--steel);
  line-height: 1.3;
}

.cta-buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.btn {
  padding: 12px 24px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn--primary {
  background: linear-gradient(135deg, #64b2bc, #bc9a64);
  color: #fff;
}

.btn--primary:hover {
  background: #fff;
  color: #bc9a64;
  border: 2px solid #bc9a64;
  transition: background 1.5s ease-out;
}

.btn--secondary {
  background: #fff;
  color: #bc9a64;
  border: 2px solid #bc9a64;
}

.btn--secondary:hover {
  background: linear-gradient(135deg, #64b2bc, #bc9a64);
  color: #fff;
  border: unset;
  transition: background 1.5s ease-in;
}

.hero-location__image {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  height: 400px;
  width: 400px;
  margin-top: 50px;
}

.hero-location__image img {
  width: 400px;
  height: 400px;
  object-fit: fit;
}

.image-location-overlay {
  position: absolute;
  bottom: 20px;
  left: 40px;
  right: 40px;
  background: rgba(14, 14, 14, 0.5);
  color: #fff;
  padding: 16px;
  border-radius: 4px;
  text-align: center;
}

.image-location-overlay__title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
}

.image-location-overlay__subtitle {
  font-size: 14px;
  opacity: 0.9;
}

/* ------ conveniently located css END ------ */

/* ------ hours css ------ */
.section-hours {
  background-color: #cbbaa9;
}

.hours-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #fff;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 14px;
  color: #666;
  margin-bottom: 44px;
  margin-top: 24px;
}

.hours-badge::before {
  content: "🕐";
  font-size: 16px;
}

.hero-hours {
  display: grid;
  grid-template-columns: 0.1fr 2fr 0.25fr 1.75fr 0.1fr;
  gap: 20px;
  align-items: center;
}

.hero-hours__content h1 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 24px;
}

.hero-hours__content .highlight {
  color: #bc9a64;
  background: linear-gradient(135deg, #bc9a64, #64b2bc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.description-hours {
  font-size: 16px;
  color: #666;
  margin-bottom: 40px;
  line-height: 1.7;
  text-align: justify;
}

.schedule {
  background-color: #0e0e0e;
  color: #fff;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 40px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.schedule__day {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 16px 24px;
  border-bottom: 1px solid #0e0e0e;
  transition: all 0.3s ease;
}

.schedule__day:last-child {
  border-bottom: none;
}

.schedule__day--today {
  background-color: #bc9a64;
  color: #0e0e0e;
}

.schedule__day--today:hover {
  background-color: #cbbaa9;
  color: #0e0e0e;
}

.schedule__day:hover:not(.schedule__day--today) {
  background-color: #f8f9fa;
  color: #0e0e0e;
}

.schedule__day-name {
  font-weight: 600;
  font-size: 16px;
}

.schedule__hours {
  font-size: 16px;
  color: #fff;
}

.schedule__day:not(.schedule__day--today) .schedule__hours {
  color: #fff;
}

.schedule__day:not(.schedule__day--today):hover .schedule__hours {
  color: #0e0e0e;
}

.cta-buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.hero-hours__image {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 50px;
  height: 346px;
}

.hero-hours__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.image-hours-overlay {
  position: absolute;
  top: 18px;
  left: 70px;
  right: 70px;
  bottom: 280px;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  padding: 16px;
  border-radius: 12px;
  text-align: center;
}

.image-hours-overlay__title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.image-hours-overlay__hours {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px;
}

.image-hours-bottom-overlay {
  position: absolute;
  bottom: 20px;
  left: 190px;
  right: 190px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 16px;
  border-radius: 12px;
  text-align: center;
}

.image-hours-bottom-overlay-light {
  position: absolute;
  bottom: 20px;
  left: 190px;
  right: 190px;
  background: rgba(255, 255, 255, 0.5);
  color: black;
  padding: 16px;
  border-radius: 12px;
  text-align: center;
}

.image-hours-bottom-overlay__title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
}

.image-hour-bottom-overlay__subtitle {
  font-size: 14px;
  opacity: 0.9;
}

/* ------ hours css END ------ */

.section-footer {
  height: 50dvh;
  width: 100vw;
}

.flex-container {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  gap: 20px 10px;
  font-family: "Interstate", sans-serif;
  background: #ffffff;
}

.flex-4-cols {
  display: flex;
  flex-wrap: wrap;
}
.flex-4-cols > * {
  width: 25%;
  box-sizing: border-box;
}

.gradient {
  background-image: linear-gradient(
    90deg,
    rgba(100, 178, 188, .5) 0%,
    rgba(188, 154, 100, 1) 100%
  );
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  animation: move 1s infinite;
}

ul li {
  line-height: 1.5;
  font-size: 0.9em;
}

img {
  align-items: center;
}

/* ------- RESPONSIVE --------- */
@media (max-width: 768px) {
  .section-location,
  .section-uptown,
  .section-services,
  .section-footer {
    padding: 20px 16px;
    margin: 0 10px;
  }

  .section-hours {
    padding: 0;
    margin: 0;
  }

  .hero-location {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .hero-location__content h1 {
    font-size: 36px;
  }

  .features {
    grid-template-columns: 1fr;
  }

  .cta-buttons {
    flex-direction: column;
  }

  .btn {
    justify-content: center;
  }

  .treatments {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 60px;
  }

  .treatment-card {
    padding: 24px;
  }

  .hero-hours {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .hero-hours__content h1 {
    font-size: 24px;
  }

  .schedule__day {
    padding: 14px 20px;
  }

  .hero-hours__image {
    height: 200px;
    width: 200px;
  }
}

@media (max-width: 480px) {
  .section-location,
  .section-uptown,
  .section-services,
  .section-footer {
    padding: 20px 16px;
    margin: 0 10px;
  }

  .section-hours {
    padding: 0;
    margin: 0;
  }

  .hero-location__content h1 {
    font-size: 18px;
  }

  .hero-location__image {
    display: none;
  }

  .hero-services__content h1 {
    font-size: 16px;
  }

  .hero-services__image {
    height: 150px;
    width: 150px;
  }

  .section-hours {
    margin-inline: 0;
  }

  .hero-hours__content h1 {
    font-size: 22px;
    width: 320px;
  }

  .schedule__day {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }

  .hero-hours__image {
    display: none;
  }
}

/* --------- END RESPONSIVE ------------ */

}
