/* ============================================================
   LYLA JEWELRY - FOOTER
   Footer section with social links and LEGAL info
   ============================================================ */

/* ==================== MEDIA QUERY BREAKPOINTS ====================
   Mobile:        max-width: 480px
   Large Mobile:  481px - 767px  
   Tablet:        768px - 1024px
   Desktop:       1025px - 1439px
   Large Desktop: 1440px+
   ============================================================ */

/* ==================== FOOTER SECTION ==================== */

/* Desktop (default) */

.footer-section {
  background-color: var(--color-footer-bg);
  color: var(--color-black);
  font-family: var(--font-primary);
  padding-top: 60px;
  padding-bottom: 100px;
  width: 100%;
}
.footer-container {
  margin-inline: auto;
  width: 90%;
  max-width: 1300px;
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 70px;
}
.footer-col {
  flex: 1;
  order: unset;
  max-width: 300px;
}
.footer-col a{
  color: #828282;
}
.footer-heading{
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 8px;
}
.footer-text{
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  opacity: 0.5;
  margin-top: 4px;
}
.footer-col p,
.footer-col a {
  font-size: 12px;
}
.visit-location {
  font-size: 12px;
}
.visit-location p {
  font-size: 11px;
  margin: 4px 0 0;
}
.social-icons{
  display: flex;
  width: 100%;
  align-items: start;
  justify-content: start;
  margin-top: 20px;
}

.icon-img-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  border: #eee solid 2px;
  background-color: #ddd;
  padding: 15px;
  flex: none;
  margin-right: 8px;

}

.footer-image {
  width: 150px;
  margin-inline: auto;
}
.footer-image img{
  width: 100%;

}
a{
  text-decoration: none;
  color: #000;
  
}
.visit-location{
  font-weight: 700;
  text-decoration: underline;
  color: #000;
}
.footer-col .visit-location a{
  color: #000;
}
@media (min-width: 1024px) and (max-width: 1439px) {
.footer-section {
  background-color: var(--color-footer-bg);
  color: var(--color-black);
  font-family: var(--font-primary);
  padding-top: 60px;
  padding-bottom: 100px;
  width: 100%;
}
.footer-container {
  margin-inline: auto;
  width: 90%;
  max-width: 1300px;
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 70px;
}
.footer-col {
  flex: 1;
  order: unset;
  max-width: 300px;
}
.footer-col p{
  opacity: 0.5;
}
.footer-heading{
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 8px;
}
.footer-text{
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 4px;
}
.social-icons{
  display: flex;
  width: 100%;
  align-items: start;
  justify-content: start;
  margin-top: 20px;
}

.icon-img-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  border: #eee solid 2px;
  background-color: #ddd;
  padding: 15px;
  flex: none;
  margin-right: 8px;

}

.footer-image {
  width: 150px;
  margin-inline: auto;
}
.footer-image img{
  width: 100%;

}
}

@media (min-width: 768px) and (max-width: 1023px) {
.footer-section {
  background-color: var(--color-footer-bg);
  color: var(--color-black);
  font-family: var(--font-primary);
  padding-top: 60px;
  padding-bottom: 100px;
  width: 100%;
}
.footer-container {
  margin-inline: auto;
  width: 90%;
  max-width: 1300px;
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 70px;
}
.footer-col {
  flex: 1;
  order: unset;
  max-width: 300px;
}
.footer-heading{
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 8px;
}
.footer-text{
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 4px;
}
.social-icons{
  display: flex;
  width: 100%;
  align-items: start;
  justify-content: start;
  margin-top: 20px;
}

.icon-img-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  border: #eee solid 2px;
  background-color: #ddd;
  padding: 15px;
  flex: none;
  margin-right: 8px;

}

.footer-image {
  width: 150px;
  margin-inline: auto;
}
.footer-image img{
  width: 100%;

}
}
@media (min-width: 480px) and (max-width: 767px) {
.footer-section {
  background-color: var(--color-footer-bg);
  color: var(--color-black);
  font-family: var(--font-primary);
  padding-top: 60px;
  padding-bottom: 100px;
  width: 100%;
}
.footer-container {
  margin-inline: auto;
  width: 90%;
  max-width: 1300px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  justify-content: space-between;
  gap: 70px;
}
.footer-col {
  flex: 1;
  order: unset;
  max-width: 300px;
}
.footer-heading{
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 8px;
}
.footer-text{
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 4px;
}
.social-icons{
  display: flex;
  width: 100%;
  align-items: start;
  justify-content: start;
  margin-top: 20px;
}

.icon-img-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  border: #eee solid 2px;
  background-color: #ddd;
  padding: 15px;
  flex: none;
  margin-right: 8px;

}

.footer-image {
  width: 150px;
  margin-inline: auto;
}
.footer-image img{
  width: 100%;

}
}

@media (max-width: 479px){
.footer-section {
  background-color: var(--color-footer-bg);
  color: var(--color-black);
  font-family: var(--font-primary);
  padding-top: 60px;
  padding-bottom: 100px;
  width: 100%;
}
.footer-container {
  margin-inline: auto;
  width: 90%;
  max-width: 1300px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
  gap: 50px;
}
.footer-col {
  flex: 1;
  
  max-width: 300px;
}
.footer-col.address{
  flex: 1;
  order: 2;
  max-width: 300px;
}
.footer-col.socials{
  flex: 1;
  order: 1;
  max-width: 300px;
}
.footer-col.links{
  flex: 1;
  order: 3;
  max-width: 300px;
}
.footer-heading{
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 8px;
}
.footer-text{
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 4px;

}
.social-icons{
  display: flex;
  width: 100%;
  align-items: start;
  justify-content: start;
  margin-top: 20px;
}

.icon-img-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  border: #eee solid 2px;
  background-color: #ddd;
  padding: 15px;
  flex: none;
  margin-right: 8px;

}

.footer-image {
  width: 120px;
  margin-inline: auto;
}
.footer-image img{
  width: 100%;

}
}

