* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html,
body {
  font-size: 62.5%;
  background-color: #fdf4f2 !important;
  font-family: "Rubik", sans-serif;
  line-height: 1;
  font-weight: 400;
  color: #555;
  overflow-x: hidden;
}

/****************************/
/* GENERAL REUSABLE COMPONENTS*/
/****************************/

.container {
  max-width: 120rem;
  padding: 0 2.4rem;
  margin: 6.4rem auto;
}

.internal-page-initial-container {
  /*Padding TOP RIHGT BOTTOM LETF*/
  padding: 6.4rem 0 0.4rem 0;
}

.grid {
  display: grid;
  column-gap: 4.8rem;
  row-gap: 9.6rem;
}

.grid--2-cols {
  grid-template-columns: repeat(2, 1fr);
}

.grid--center-v {
  align-items: center;
}

.heading-primary,
.heading-secondary,
.heading-tertiary,
.heading-quartiary {
  font-weight: 700;
  color: #333;
  letter-spacing: -0.5px;
}

.heading-primary {
  font-size: 5.2rem;
  line-height: 1.05;
  margin-bottom: 3.2rem;
}

.heading-secondary {
  font-size: 4.4rem;
  line-height: 1.2;
  margin-bottom: 2.4rem;
}

.heading-tertiary {
  font-size: 3rem;
  line-height: 1.2;
  margin-bottom: 2rem;
}

.heading-quartiary {
  font-size: 1.8rem;
  color: #555;
  line-height: 1.2;
  margin-bottom: 0.8rem;
}

.subheading {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  color: #7b227e;
  text-transform: uppercase;
  margin-bottom: 1.6rem;
  letter-spacing: 0.75px;
}

.dividing-line {
  width: 100%;
  margin: 4rem auto;
  height: 0.0625rem;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 0.125rem;
}

.internal-section-description {
  font-size: 1.8rem;
  line-height: 1.6;
  margin-bottom: 6.4rem;
}

.internal-text {
  font-size: 1.6rem;
  line-height: 1.4;
  margin-bottom: 2.4rem;
}

.internal-text-small {
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 1.6rem;
  text-align: center;
}

.internal-text-centered {
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: center;
}

.no-margin-bottom {
  margin-bottom: 0;
}

.no-margin-top {
  margin-top: 0;
}

.add-margin-bottom-medium {
  margin-bottom: 0.8rem;
}

.add-margin-bottom-medium2 {
  margin-bottom: 1.2rem;
}

.add-margin-bottom {
  margin-bottom: 4.8rem;
}

.gallery-item {
  overflow: hidden;
  border-radius: 11px;
}

.gallery-item img {
  display: block;
  width: 100%;
  transition: all 0.4s;
  border-radius: 11px;
}

.gallery-item img:hover {
  transform: scale(1.1);
}

/* btn below - The only button on the website is to submit the contact form */
.btn,
.btn:link,
.btn:visited {
  display: inline-block;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 1.6rem 3.2rem;
  border-radius: 9px;
  border: none;
  cursor: pointer;
  font-family: inherit;
  transition: all 0.3s;
}

.btn:hover,
.btn:active {
  background-color: #b15a76;
}
/* End of button code */

.margin-right-small {
  margin-right: 1.6rem !important;
}

.link:link,
.link:visited {
  display: inline-block;
  color: #7b227e;
  font-size: 1.6rem;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  padding-bottom: 0.2rem;
  transform: all 0.3s;
}

.link:hover,
.link:active {
  color: #954e98;
  border-bottom: 1px solid transparent;
}

.link2:link,
.link2:visited {
  display: inline-block;
  color: #7b227e;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.8rem;
  text-decoration: none;
  border-bottom: 1.6px solid currentColor;
  transform: all 0.3s;
}

.link2:hover,
.link2:active {
  color: #954e98;
  border-bottom: 1.6px solid transparent;
}

a:focus {
  outline: none; /* Removes the black outline around links */
}

*:focus {
  outline: none;
  box-shadow: 0 0 0 0.4rem rgba(238, 184, 202, 0.5);
}

.ion-icons-added {
  color: #7b227e;
  font-size: 2.4rem;
}

.link-on-img {
  box-shadow: none;
}

/****************************/
/* HEADER*/
/****************************/

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* height: 9.6rem; */
  padding: 0 4.8rem;
  position: relative;
}

.logo {
  height: 30%;
}

.main-nav-list {
  list-style: none;
  display: flex;
  gap: 1.2rem;
  align-items: center;
  justify-content: center;
}

.main-nav-link:link,
.main-nav-link:visited {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background-color: #c76585;
  font-weight: 500;
  font-size: 1.6rem;
  padding: 1rem 2rem;
  border-radius: 9px;
  transition: all 0.3s;
}

.main-nav-link:hover,
.main-nav-link:active {
  background-color: #b15a76;
}

.btn-mobile-nav {
  border: none;
  background: none;
  cursor: pointer;
  display: none;
}

.icon-mobile-nav {
  height: 4.8rem;
  width: 4.8rem;
  color: #444;
}

.icon-mobile-nav[name="close-outline"] {
  display: none;
}

/* Revisão da classe sticky */
.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 9.6rem; /* altura consistente */
  padding: 0 4.8rem; /* mantém o padding lateral do .header */
  display: flex; /* garante flex igual ao .header */
  justify-content: space-between;
  align-items: center;
  z-index: 999;
  background-color: rgba(251, 234, 228, 0.95); /* leve transparência */
  box-shadow: 0 1.2rem 3.2rem rgba(0, 0, 0, 0.06);
}

/****************************/
/* POP UP */
/****************************/

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  visibility: hidden;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
  z-index: 999;
}

.popup.show ~ .popup-overlay {
  opacity: 1;
  visibility: visible;
}

.popup {
  position: fixed;
  top: 43%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
}

.popup.show {
  opacity: 1;
  visibility: visible;
}

.popup-content-box {
  position: relative;
  font-size: 2.4rem;
  line-height: 1.5;
  padding: 4rem;
  background: #fef5f3;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.close-popup {
  position: absolute;
  top: 2rem;
  right: 2rem;
  font-size: 2.4rem;
  color: #555;
  cursor: pointer;
  transition: transform 0.2s ease-in-out;
}

.close-popup:hover {
  transform: scale(0.8);
}

/****************************/
/* FOOTER */
/****************************/

.footer {
  /*Padding TOP RIHGT BOTTOM LETF*/
  padding: 1.2rem 0 1.2rem 0;
  background-color: #fbeae4;
}

.grid--footer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto auto auto auto;
  column-gap: 8rem;
  row-gap: 0.2rem;
}

.logo {
  grid-column: 1/2;
  grid-row: 1/3;
  display: flex;
  justify-content: center;
}

.footer-logo {
  height: 8.1rem;
}

.copyright {
  font-size: 1.2rem;
  line-height: 1.6;
  color: #666;
  grid-column: 1/2;
  grid-row: 3/4;
  text-align: center;
  align-content: end;
}

.footer-heading {
  font-size: 1.8rem;
  font-weight: 500;
  display: flex;
  justify-content: center;
}

.contact-us-heading {
  grid-column: 2/3;
  grid-row: 1/2;
}

.phone-email-contact {
  grid-column: 2/3;
  grid-row: 2/3;
  color: #666;
  font-size: 1.2rem;
  line-height: 1.6;
  text-align: center;
}

.address {
  grid-column: 2/3;
  grid-row: 3/4;
  color: #666;
  font-size: 1.2rem;
  line-height: 2rem;
  text-align: center;
}

.find-us {
  grid-column: 3/4;
  grid-row: 1/2;
}

.social-icons {
  grid-column: 3/4;
  grid-row: 2/4;
  align-content: center;
}

.social-links {
  list-style: none;
  display: flex;
  justify-content: space-around;
}

.footer-facebook-icon {
  height: 3.6rem;
  margin-right: 10px;
}

.footer-ebay-icon {
  height: 3.6rem;
}

.footer-instagram-icon {
  height: 3.6rem;
  margin-left: 10px;
}

.img-usage {
  grid-column: 1/4;
  grid-row: 4/5;
  font-size: 1.2rem;
  color: #666;
  line-height: 1.6rem;
  text-align: center;
  /*Padding TOP RIHGT BOTTOM LETF*/
  padding: 2.4rem 0 0 0;
}
