/** Shopify CDN: Minification failed

Line 80:0 Unexpected "}"

**/


.footer {
  background-color: #ffffff;
  color: #333;
}

/* 상단 메인 영역 - 왼쪽 정렬 */
.footer__content-top {
  display: grid;
  grid-template-columns: 350px 1fr;
  gap: 100px;
  padding-bottom: 50px;
  border-bottom: 1px solid #e0e0e0;
  align-items: start;
}

/* 1% for the Planet 로고 + 텍스트 */
.footer-certification-wrapper {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  margin-bottom: 30px;
}

.footer-block__certification {
  flex-shrink: 0;
}

.footer-block__certification img {
  max-width: 80px;
  height: auto;
  display: block;
}

.footer-certification__text {
  font-size: 13px;
  line-height: 1.6;
  color: #00837d;
}

/* 소셜 섹션 */

/* Footer social icons layout */
.footer-social-section .list-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
  padding: 2;
  margin: 0;
}

.footer-social-section {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.footer-social__heading {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  margin: 0;
}

/* 소셜 아이콘 */
.footer__list-social {
  display: flex;
  gap: 30px;
  right-padding: 10;
  margin: 0;
  justify-content: flex-start;
}
}


.footer__list-social a:hover {
  opacity: 0.8;
}

.footer-social-icon {
  width: 30px;
  height: 30px;
  display: block;
  fill: #00837d;
}

.footer-social-section .list-social__link:hover .footer-social-icon {
  fill: #b9abcf;
}


.footer-social-section .list-social__link {
  width: 32px;          /* 아이콘 박스 크기 */
  height: 32px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

/* Optical size boost for Instagram */
.footer-social-icon.instagram {
  transform: scale(1.12);
}

/* ============================================
   오른쪽 섹션: 메뉴 링크 (왼쪽 정렬)
   ============================================ */

.footer__right-section {
  display: flex;

}

.footer__blocks-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 60px;
  width: 100%;
  max-width: 800px;
}

.footer-block {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.footer-block__heading {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  color: #333;
}

.footer-block__menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  text-align: left;
}

.footer-block__link {
  font-size: 14px;
  color: #00837d;
  text-decoration: none;
  transition: color 0.2s;
  display: inline-block;
  text-align: left;
}

.footer-block__link:hover {
  color: #b9abcf;
}

/* ============================================
   하단 영역 (왼쪽 정렬)
   ============================================ */

.footer__content-bottom {
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer__bottom-left {
  display: flex;
  align-items: center;
  gap: 20px;
  order: 1; /* 데스크탑에서 왼쪽 */
}
.footer__bottom-center {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  order: 2; /* 데스크탑에서 가운데 */
}
.footer__bottom-right {
  display: flex;
  align-items: center;
  gap: 20px;
  order: 3; /* 데스크탑에서 오른쪽 */
}

/* Localization */
.footer__localization {
  display: flex;
  gap: 15px;
}

.localization-form select {
  font-size: 12px;
  padding: 5px 10px;
  border: 1px solid #00837d;
  background: white;
  color: #666;
  cursor: pointer;
}


/* 결제 아이콘 */
.list-payment {
  display: flex;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
}

.list-payment__item {
  display: flex;
  align-items: center;
}

.list-payment__item .icon {
  width: 40px;
  height: auto;
  opacity: 0.6;
}


/* 테두리 제거 */
.footer__content-top,
.footer__content-bottom {
  border-top: none !important;
  border-bottom: none !important;
}

/* Country Selector 색상 */
.footer__localization select,
.footer .localization-form select {
  color: #00837d !important;
  border: 0.5px solid #00837d !important;
  background: white !important;
}

.footer__localization .disclosure__button,
.footer__localization summary {
  color: #00837d !important;
  border: 0.5px solid #00837d !important;
}

.footer__localization svg,
.localization-form svg {
  fill: #00837d !important;
  stroke: #00837d !important;
}

.footer__localization select:hover {
  background-color: rgba(0, 131, 125, 0.05) !important;
}

.footer__localization select:focus {
  outline: none;
  border-color: #00837d !important;
  box-shadow: 0 0 0 2px rgba(0, 131, 125, 0.1) !important;
}
/* ============================================
   Country Selector - 모든 검정을 초록으로
   ============================================ */

/* 1. :after (실제 border) - 얇게 */
.footer .localization-form__select:after,
.footer__localization .localization-form__select:after {
  box-shadow: 0 0 0 0.5px #00837d !important;  /* var(--inputs-border-width) → 0.5px */
}

/* 2. hover 상태 - 살짝 진하게 */
.footer .localization-form__select:hover.localization-form__select:after,
.footer__localization .localization-form__select:hover:after {
  box-shadow: 0 0 0 0.8px #00837d !important;  /* calc(...) → 0.8px */
}

/* 3. focus 상태 - 가장 진하게 */
.footer .localization-form__select:focus-visible.localization-form__select:after,
.footer .localization-form__select:focus.localization-form__select:after,
.footer__localization .localization-form__select:focus-visible:after,
.footer__localization .localization-form__select:focus:after {
  box-shadow: 0 0 0 1px #00837d !important;  /* calc(...) → 1px */
}

/* 4. select 요소 자체 */
.footer .localization-form__select,
.footer__localization select,
.footer__bottom-right select {
  color: #00837d !important;
}

/* 5. 드롭다운 화살표 */
.footer .localization-form svg,
.footer__localization svg,
.footer__bottom-right svg {
  fill: #00837d !important;
  stroke: #00837d !important;
}

/* 6. disclosure button (select 대신 사용하는 경우) */
.footer__localization .disclosure__button,
.footer__localization summary {
  color: #00837d !important;
}

/* 드롭다운 리스트 텍스트 - 초록색 */
.footer__localization .disclosure__list,
.footer__localization .disclosure__item,
.footer__localization .disclosure__link,
.footer__localization option,
.footer .country-selector__list-item {
  color: #00837d !important;
}

/* 선택된 항목 (체크마크 있는 항목) */
.footer__localization .disclosure__item[aria-current="true"],
.footer__localization .disclosure__link[aria-current="true"] {
  color: #00837d !important;
  font-weight: 500;
}

/* 호버 상태 */
.footer__localization .disclosure__item:hover,
.footer__localization .disclosure__link:hover {
  color: #00837d !important;
  background-color: rgba(0, 131, 125, 0.1) !important;
}
/* ============================================
   TABLET (max-width: 989px)
   ============================================ */
@media (max-width: 989px) {
  .footer__content-top {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  
  .footer__blocks-wrapper {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px;
  }
  
  .footer__content-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  
  .footer__bottom-left,
  .footer__bottom-right {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
}

/* ============================================
   MOBILE (max-width: 768px)
   ============================================ */
@media (max-width: 768px) {
  /* 레이아웃 */
  .footer__content-top {
    gap: 35px;
    padding-left: calc(2.5rem / var(--font-body-scale)) !important;
  }
  
  .footer__blocks-wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .footer__content-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
  
  /* 순서 조정 */
  .footer__bottom-right {
    order: 1;
    width: 100%;
    justify-content: flex-start;
    padding-left: 0 !important;
    margin-left: 0 !important;
    margin-top: -15px !important;
  }
  
  .footer__localization {
    padding-left: 0 !important;
    margin-left: 0 !important;
  }
  
  .footer__bottom-left {
    order: 2;
    width: 100%;
    justify-content: flex-start;
    padding-left: 10px !important;
    margin-left: 0 !important;
    margin-bottom: 5px;
  }
  
  .footer__bottom-center {
    order: 3;
    width: 100%;
    justify-content: flex-start;
    text-align: left;
    flex-direction: row;
    gap: 10px;
    padding-left: 10px !important;
    margin-left: 0 !important;
    margin-top: 0;
  }


  
  /* 메뉴 블록 위 간격 */
  .footer__right-section {
    display: flex;
    margin-top: -10px; /* 위로 당기기 */
  }
}