.main-menu .header__menu .header__menu-item.active a {
  color: var(--custom-primary-blue);
  font-weight: 600;
}

.minicart .cart {
  cursor: initial;
}
.minicart .cart .minicart-title {
  display: inline-block;
  margin-bottom: 0.25rem;
}
.minicart .minicart-footer .checkout-button {
  margin-top: 0.5rem;
}
.minicart .minicart-footer .checkout-button a {
  width: 100%;
}

body:has(#removeProductModal.show) .modal-backdrop {
  z-index: 4;
}

.minicart .popover {
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
}

.minicart__product-line-item .product-line-item-details {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.minicart__product-line-item .product-line-item-details .line-item__top {
  width: 100%;
}
.minicart__product-line-item .product-line-item-details .line-item__top .line-item__row01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.minicart__product-line-item .product-line-item-details .line-item__top .line-item__row01 .remove-btn {
  background-color: transparent;
}
.minicart__product-line-item .product-line-item-details .line-item__top .line-item__row02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.minicart__product-line-item .product-line-item-details .line-item__top .line-item__row02 .item-image {
  width: 4.875rem;
  height: 4.875rem;
}
.minicart__product-line-item .product-line-item-details .line-item__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0.5rem 0 0;
  margin-top: 0.5rem;
  border-top: 1px solid #ccc;
}
.minicart__product-line-item .product-line-item-details .line-item__bottom .quantity {
  width: 80px;
}

footer .footer__company-info .footer__info-list {
  margin-left: 1rem;
}
footer .footer__terms button {
  font-size: 0.875rem;
  color: var(--custom-secondary-gray02);
  padding: 0;
}
footer .footer__terms button:hover {
  text-decoration: none;
}

#noticeEventModal .modal-content {
  width: 500px;
  overflow: hidden;
}
#noticeEventModal .notice-slider {
  width: 100%;
  aspect-ratio: 1;
}
#noticeEventModal .notice-slider .swiper-button-prev, #noticeEventModal .notice-slider .swiper-button-next {
  top: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  z-index: 20;
}
#noticeEventModal .notice-slider .notice-pagination {
  color: var(--custom-secondary-white);
}
#noticeEventModal .modal-body {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  position: relative;
  padding: 0;
  overflow: hidden;
}
#noticeEventModal .modal-body img {
  width: 100%;
}
#noticeEventModal .modal-body .btn {
  position: absolute;
  right: 50%;
  bottom: 3.25rem;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 500;
  color: #fff;
  width: 17.8125rem;
  height: 3.75rem;
  padding: 1rem 2.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  border-radius: 0.625rem;
  background: var(--custom-primary-brown, #DC7938);
}
#noticeEventModal .modal-body .btn:hover {
  background: #b7652f;
}
#noticeEventModal .modal-footer {
  padding: 0;
  gap: 0;
}
#noticeEventModal .modal-footer .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3.75rem;
  padding: 0.625rem 2.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  font-size: 1.125rem;
  font-weight: 400;
  border-left: 1px solid var(--custom-color-border, #C9C9C9);
  border-radius: 0;
}

#noticeEventModal + .modal-backdrop {
  z-index: -1;
}

#noticeEventModal + .modal-backdrop.show {
  z-index: 1040;
}

.mobile__title-header {
  display: none;
}

@media (max-width: 991.98px) {
  .modal-content {
    min-width: 100%;
  }
  #noticeEventModal .modal-content {
    max-width: 360px;
  }
  #noticeEventModal .notice-slider {
    max-width: 360px;
  }
  #noticeEventModal .modal-footer .btn {
    font-size: 1rem;
    padding: 0.625rem 0.5rem;
  }
  .mobile__title-header {
    display: block;
    position: sticky;
    top: 87.5px;
    background: var(--custom-secondary-white);
    z-index: 4;
    height: 42px;
  }
  .mobile__title-header .mobile__title-header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 3rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .mobile__title-header .mobile__title-header__inner .back-button {
    background: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mobile__title-header .mobile__title-header__inner .xi-angle-left-min {
    position: relative;
    left: -0.5rem;
  }
  .mobile__title-header .mobile__title-header__inner .mobile__title-header__title {
    font-size: 1.286rem;
    font-weight: 700;
    margin: 0;
  }
}
