@charset "UTF-8";
a {
  text-decoration: none;
}

p {
  margin-bottom: 0;
}

ul {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}

pre {
  text-wrap: wrap;
  word-break: break-word;
  font-family: var(--skin-header-font);
  font-size: 100%;
  margin-bottom: 0;
}

#maincontent {
  padding-top: 5.625rem;
  padding-bottom: 8rem;
}

a:hover {
  text-decoration: none;
}

[class*=" xi-"], [class^=xi-] {
  font-size: 1.5rem;
}

body,
.card,
.card-header,
.hero {
  background-color: var(--skin-background-color-1);
  font-family: var(--skin-body-font);
  color: var(--skin-main-text-color-1);
}

.hero {
  border-bottom-color: var(--skin-background-color-1);
}

.main-menu {
  background-color: transparent;
}

.banner-color {
  background-color: var(--skin-banner-background-color-1);
}

.header-banner {
  background-color: var(--skin-banner-background-color-2);
  color: var(--skin-banner-text-color-1);
}

.header-banner .close-button .close {
  background-color: var(--skin-primary-color-1);
}

h1.header.page-title,
h1.header.page-title::before {
  background-color: var(--skin-heading-color-1);
  color: var(--skin-heading-color-1-invert);
}

.product-tile {
  background-color: var(--skin-background-color-1);
  border: 10px solid var(--skin-border-color-1);
}

.refinements ul li button {
  color: var(--skin-primary-color-1);
}

.custom-select {
  border-radius: 4px;
  padding: 0.5rem 0.7rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: var(--skin-selectbox-background-color-1);
  color: var(--skin-selectbox-text-color-1);
}

a {
  color: var(--skin-link-color-1);
}

.price {
  color: var(--skin-price-1);
}

.dropdown-menu,
.dropdown-menu a,
.navbar,
.navbar .nav-item,
.navbar .nav-item a,
.navbar .nav-item.dropdown,
.navbar .nav-item.dropdown a {
  color: var(--skin-menu-color-1);
}
@media (min-width: 769px) {
  .dropdown-menu,
  .dropdown-menu a,
  .navbar,
  .navbar .nav-item,
  .navbar .nav-item a,
  .navbar .nav-item.dropdown,
  .navbar .nav-item.dropdown a {
    color: var(--custom-font-heading-color);
  }
}

.navbar .nav-item.dropdown,
.navbar .nav-item.dropdown .dropdown-menu.show {
  color: var(--skin-selectbox-text-color-1);
}

.navbar .nav-item.dropdown .dropdown-menu.show {
  background-color: var(--skin-selectbox-background-color-1);
}
.navbar .nav-item.dropdown .dropdown-menu.show a,
.navbar .nav-item.dropdown .dropdown-menu.show .nav-item {
  color: var(--skin-selectbox-text-color-1);
}

.nav-item .nav-link:hover,
.nav-item .nav-link:focus,
.nav-item.show .nav-link {
  background-color: var(--skin-menu-color-1-invert);
  color: var(--skin-menu-color-1) !important;
}

.btn-primary {
  background-color: var(--skin-primary-color-1);
  border-color: var(--skin-primary-color-1);
  color: var(--skin-primary-color-invert-1);
}

.btn-primary:hover {
  color: var(--skin-primary-color-1);
  border-color: var(--skin-primary-color-1);
  background-color: var(--skin-primary-color-invert-1);
}

.btn-primary.disabled,
.btn-primary:disabled {
  background-color: var(--custom-secondary-gray02);
  border-color: var(--custom-secondary-gray02);
  color: var(--skin-primary-color-invert-1);
  opacity: 0.5;
}
.btn-primary.disabled:hover,
.btn-primary:disabled:hover {
  background-color: var(--custom-secondary-gray02);
  border-color: var(--custom-secondary-gray02);
}

.btn-outline-primary {
  color: var(--skin-primary-color-1);
  border-color: var(--skin-primary-color-1);
}

.btn-outline-primary:hover {
  color: var(--skin-primary-color-invert-1);
  background-color: var(--skin-primary-color-1);
  border-color: var(--skin-primary-color-1);
}

.btn-icon {
  border: none;
  border-radius: 0.625rem;
  background: transparent;
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-primary {
  color: var(--custom-secondary-white);
  background-color: var(--custom-primary-blue);
  border: 1px solid var(--custom-primary-blue);
}
.btn-primary:hover {
  color: var(--custom-secondary-white);
  background: var(--custom-primary-blue_d70);
  border: 1px solid var(--custom-primary-blue_d70);
}

.btn-secondary {
  color: var(--custom-primary-blue) !important;
  background-color: var(--custom-secondary-white);
  border: 1px solid var(--custom-primary-blue);
}
.btn-secondary:hover {
  color: var(--custom-secondary-white);
  background-color: var(--custom-secondary-gray03);
}

.btn-secondary:disabled {
  background-color: transparent;
  border-color: var(--custom-secondary-gray02);
}

.btn-tertiary {
  color: var(--custom-secondary-white);
  background-color: var(--custom-secondary-black);
}
.btn-tertiary:hover {
  color: var(--custom-secondary-white);
  background-color: var(--custom-primary-red);
}

.product-tile .wishlist__wish-button img,
.wishlist__product .wishlist__wish-button img,
.brand__product .wishlist__wish-button img {
  width: 1.5rem;
  height: 1.5rem;
}

button {
  border: none;
  border-radius: 0.625rem;
}

label:has(input[type=checkbox]) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}

input[type=checkbox] {
  appearance: none; /* 브라우저 기본 스타일 제거 */
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("../../custom/images/checkbox-uncheck.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}

input[type=checkbox]:checked {
  background-image: url("../../custom/images/checkbox-checked.svg");
}

.custom-radio label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0.5rem 0;
  cursor: pointer;
}

[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: max(2px, 0.1em) solid var(--custom-color-border);
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
  margin-right: 0.5rem;
}

[type=radio]:checked {
  border: 0.3125rem solid var(--custom-primary-blue);
}

.form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-group input[type=text], .form-group input[type=date], .form-group input[type=tel], .form-group input[type=email] {
  height: 3rem;
  padding: 0.75rem 1rem;
  border-radius: 0.25rem;
  border: 1px solid var(--custom-color-border);
  background: var(--custom-secondary-white);
  width: 100%;
}
.form-group input:disabled {
  color: var(--custom-secondary-gray02);
  border: none;
  background: var(--custom-secondary-gray03);
}
.form-group .form__label {
  display: inline-block;
  width: 8rem;
  margin-top: 0.75rem;
}
.form-group .form__value {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  word-break: break-all;
}
.form-group .custom-forms-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}
.form-group .custom-forms-btn .btn-secondary {
  position: initial;
  font-size: 0.875rem;
  height: 3rem;
  line-height: 2.25rem;
  width: 7.5rem;
  border-radius: 0.625rem;
}
.form-group .custom-file-upload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}
.form-group .custom-file-upload .custom-file-name {
  position: relative;
  height: 3rem;
  line-height: 3rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 0.75rem;
  border: 1px solid var(--custom-color-border);
  border-radius: 0.25rem;
  overflow: hidden;
}
.form-group .custom-file-upload .custom-file-name::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 1rem;
  height: 3rem;
  background-color: var(--custom-secondary-white);
  z-index: 1;
}
.form-group .custom-file-upload .custom-file-name input[type=file] {
  position: absolute;
  left: -4rem;
  line-height: 2.7rem;
}
.form-group .custom-file-upload .custom-file-name:has([disabled]) {
  background-color: var(--custom-secondary-gray03);
}
.form-group .custom-file-upload .custom-file-name:has([disabled])::before {
  background-color: var(--custom-secondary-gray03);
}
.form-group .custom-file-upload .btn-secondary {
  position: initial;
  font-size: 0.875rem;
  height: 3rem;
  line-height: 2.25rem;
  width: 7.5rem;
  border-radius: 0.625rem;
}
.form-group .custom-file-upload .btn-secondary:after {
  display: none;
}
.form-group .custom-file-preview {
  border: 1px solid var(--custom-color-border);
  border-radius: 0.25rem;
  padding: 1rem;
  display: none;
  margin-top: 0.5rem;
}
.form-group .custom-file-preview .image-preview__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.form-group .custom-file-preview li {
  position: relative;
  width: 6.25rem;
  height: 6.25rem;
  border-radius: 0.625rem;
  border: 1px solid var(--custom-color-border);
  overflow: hidden;
}
.form-group .custom-file-preview li .custom-file-preview__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.form-group .custom-file-preview li .custom-file-preview__del {
  width: 1.25rem;
  height: 1.25rem;
  color: var(--custom-primary-blue);
  border-radius: 50%;
  background-color: var(--custom-secondary-white);
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
}
.form-group .form__file-text {
  font-size: 0.875rem;
  color: var(--custom-point-red);
  margin-top: 0.25rem;
}
.form-group textarea {
  width: 100%;
  height: 12.5rem;
  padding: 0.75rem 12px 1rem;
  border-radius: 0.25rem;
  border: 1px solid var(--custom-color-border);
}
.form-group .privacy-form {
  padding-left: 8rem;
  margin-top: 1rem;
}

.form-group:has(:required) .form__label {
  position: relative;
}
.form-group:has(:required) .form__label::after {
  position: absolute;
  top: -4px;
  content: "*";
  color: var(--custom-point-red);
  margin-left: 0.25rem;
}

.form-group_password {
  position: relative;
}
.form-group_password .xi-eye, .form-group_password .xi-eye-off {
  position: absolute;
  right: 1rem;
  bottom: 0.75rem;
  color: var(--custom-color-border);
  cursor: pointer;
}
.form-group_password .xi-eye-off {
  display: none;
}
.form-group_password.show .xi-eye {
  display: none;
}
.form-group_password.show .xi-eye-off {
  display: block;
}

.pw__help-text {
  text-align: left;
  font-size: 0.75rem;
  margin-bottom: 1rem;
  color: var(--custom-primary-brown);
}

.swiper-button-prev::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-button-next {
  text-align: center;
  color: var(--custom-secondary-black);
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  top: auto;
  bottom: 0;
  background-color: var(--custom-secondary-white);
  z-index: 1;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  display: none;
}

.swiper-scrollbar {
  height: 1px;
  background-color: var(--custom-secondary-black);
}
.swiper-scrollbar .swiper-scrollbar-drag {
  top: -2.5px;
  height: 0.3125rem;
  background-color: var(--custom-primary-red);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--skin-header-font), sans-serif;
}

header ~ #maincontent .container a:not(.btn-primary, .btn-outline-primary) {
  color: var(--custom-secondary-black);
  cursor: pointer;
}

.breadcrumb {
  padding: 1rem 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.breadcrumb a {
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--custom-color-border) !important;
}
.breadcrumb .breadcrumb-item:not(:first-child) {
  position: relative;
  padding-left: 1rem;
  margin-left: 0.25rem;
}
.breadcrumb .breadcrumb-item::before {
  position: absolute;
  top: 50%;
  left: 0.25rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: var(--custom-color-border);
  content: ">";
  font-size: 0.75rem;
  font-weight: 400;
}

.container .breadcrumb {
  padding: 1rem 0;
  border-bottom: 0;
}

.modal-background {
  z-index: 3;
}

.wish-button {
  background: none;
  border: none;
  color: var(--custom-secondary-gray02);
}
.wish-button .xi-heart-o {
  display: block;
}
.wish-button .xi-heart {
  display: none;
  color: #f00;
}
.wish-button.like .xi-heart-o {
  display: none;
}
.wish-button.like .xi-heart {
  display: block;
}

select {
  appearance: none;
  -webkit-appearance: none; /* Safari */
  -moz-appearance: none; /* Firefox */
  background-image: url("../../custom/images/icon-arrow-down.svg");
  background-repeat: no-repeat;
  background-position: 97% 50%;
  padding-right: 2rem;
}

.html-slot-container.brand__banner-img img {
  border-radius: 1rem;
  margin-bottom: 1.5rem;
}
.html-slot-container.brand__banner-img p:last-child {
  text-align: center;
  max-width: 800px;
  margin: 1rem auto 0;
}

.custom-table {
  width: 100%;
}
.custom-table .text-center {
  text-align: center;
}
.custom-table thead tr {
  border-bottom: 1px solid var(--custom-secondary-black);
}
.custom-table thead tr th {
  font-size: 1rem;
  text-align: center;
  font-weight: 600;
  line-height: 1.5rem; /* 171.429% */
  padding: 1rem 0.5rem;
}
.custom-table thead tr th:first-child {
  width: 80px;
}
.custom-table tbody tr {
  border-bottom: 1px solid var(--custom-secondary-gray03);
}
.custom-table tbody tr td {
  font-size: 1rem;
  color: var(--custom-font-body-color);
  line-height: 1.4375rem; /* 164.286% */
  padding: 1.5rem 0.5rem;
  word-break: break-all;
}

.notice-container .pagination-wrapper .page-item .page-link {
  line-height: 139%;
}

.pagination-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: initial;
  margin-top: 1rem;
}
.pagination-wrapper .page-item .page-link {
  line-height: 137%;
  color: var(--custom-secondary-gray02);
  border: 1px solid var(--custom-color-border);
  background: var(--custom-secondary-white);
}
.pagination-wrapper .page-item .page-link .xi-angle-double-right,
.pagination-wrapper .page-item .page-link .xi-angle-double-left {
  position: relative;
  line-height: 0.5rem;
}
.pagination-wrapper .page-item .page-link .xi-angle-double-right .xi-angle-left:nth-child(2),
.pagination-wrapper .page-item .page-link .xi-angle-double-left .xi-angle-left:nth-child(2) {
  position: absolute;
  left: 0.3rem;
}
.pagination-wrapper .page-item .page-link .xi-angle-double-right .xi-angle-right:nth-child(2),
.pagination-wrapper .page-item .page-link .xi-angle-double-left .xi-angle-right:nth-child(2) {
  position: absolute;
  right: 0.3rem;
}
.pagination-wrapper .page-item .page-link i {
  font-size: 1rem;
}
.pagination-wrapper .page-item .page-link-num {
  width: 2.5rem;
  height: 2.5rem;
  text-align: center;
}
.pagination-wrapper .page-item.active .page-link {
  color: var(--custom-secondary-white) !important;
  background-color: var(--custom-primary-blue);
  border-color: var(--custom-primary-blue);
}

.custom-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0.25rem;
  border-radius: 0.5rem;
  background-color: var(--custom-secondary-gray03);
}
.custom-tabs .custom-tab {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.custom-tabs .custom-tab button {
  display: inline-block;
  width: 100%;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  border: 0;
  color: var(--custom-secondary-gray02) !important;
  background-color: transparent;
  padding: 0.875rem;
  border-radius: 0.375rem;
}
.custom-tabs .custom-tab.active {
  border: 0;
}
.custom-tabs .custom-tab.active button {
  font-weight: 600;
  color: var(--custom-primary-blue) !important;
  background-color: var(--custom-secondary-white);
}

.list-option__sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  margin-top: 0.5rem;
}
.list-option__sort i {
  display: none;
}
.list-option__sort .sort__item {
  position: relative;
}
.list-option__sort .sort__item:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -0.375rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1px;
  height: 1rem;
  background-color: var(--custom-secondary-gray02);
}
.list-option__sort .sort__item:last-child:after {
  display: none;
}
.list-option__sort button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--custom-secondary-gray02);
  padding: 0;
}
.list-option__sort button.sort__button--active {
  font-weight: 600;
  color: var(--custom-primary-blue);
}
.list-option__sort button.sort__button--active i {
  display: inline-block;
}

.derail-board__container .board-header {
  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;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--custom-secondary-black);
}
.derail-board__container .board-body {
  font-size: 1rem;
  font-weight: 400;
  line-height: 162.023%; /* 1.62025rem */
  padding: 2rem 1rem;
}
.derail-board__container .board-footer {
  margin-bottom: 2rem;
  border-bottom: 1px solid var(--custom-secondary-gray03);
}
.derail-board__container .board-footer .board-nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-top: 1px solid var(--custom-secondary-gray03);
}
.derail-board__container .board-footer .board-nav-link .nav-list-dir {
  font-size: 1rem;
  color: var(--custom-secondary-gray02);
  line-height: 162.023%; /* 1.62025rem */
}
.derail-board__container .back-to-list-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 17.8125rem;
  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;
  border-radius: 0.625rem;
  border: 1px solid var(--custom-primary-blue);
  margin: 0 auto 8rem;
}

.contents__empty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  width: 100%;
  height: 35vh;
  color: var(--custom-secondary-gray02);
}
.contents__empty i {
  font-size: 3rem;
}
.contents__empty p {
  font-size: 1.5rem;
  font-weight: 300;
  text-align: center;
}

.custom-badge {
  display: inline-block;
  font-size: 0.875rem;
  color: var(--custom-secondary-white, #FFF);
  text-align: center;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
}

.badge-bundle {
  background: var(--custom-secondary-gray01, #404040);
}

.badge-new {
  background: var(--custom-primary-brown, #DC7938);
}

.badge-best {
  background: var(--custom-primary-blue, #174882);
}

.mark-bundle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 4.75rem;
  height: 4.8125rem;
  padding: 0.25rem 0.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 6.25rem;
  background: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.15);
}

.bundle-item-derails__container .bundled-line-item_li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.bundle-item-derails__container .bundled-item__container {
  font-size: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding: 1rem 0.5rem 0;
  gap: 0.25rem;
  margin-top: 1rem;
  margin-bottom: -1rem;
  border-top: 1px solid #f4f4f4;
}
.bundle-item-derails__container .bundled-item__container .bundle-label, .bundle-item-derails__container .bundled-item__container .line-item-name, .bundle-item-derails__container .bundled-item__container .item-info-wrap {
  text-wrap: nowrap;
}
.bundle-item-derails__container .bundled-item__container .item-image {
  display: none;
}
.bundle-item-derails__container .bundled-item__container .bundled-line-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0;
  margin-right: 0.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.bundle-item-derails__container .bundled-item__container .bundled-line-item::after {
  content: ",";
}
.bundle-item-derails__container .bundled-item__container .bundled-line-item:last-child::after {
  display: none;
}
.bundle-item-derails__container .bundled-item__container .line-item-name {
  margin-bottom: 0;
  line-height: 1;
}
.bundle-item-derails__container .bundled-item__container .item-info-wrap .item-attributes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bundle-item-derails__container .bundled-item__container .line-item-option,
.bundle-item-derails__container .bundled-item__container .bundled-item__container {
  font-size: 0.875rem;
}
.bundle-item-derails__container .bundled-item__container .bundle-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  margin-top: 0.125rem;
  color: var(--custom-secondary-gray02);
}
.bundle-item-derails__container .bundled-item__container .item-attributes {
  line-height: 1;
}
.bundle-item-derails__container .bundled-item__container .line-item-name,
.bundle-item-derails__container .bundled-item__container .line-item-attributes,
.bundle-item-derails__container .bundled-item__container .item-options {
  color: #174882;
  font-weight: 400;
  margin-right: 0.25rem;
  font-size: 0.875rem;
}

.order-details__section .bundled-item__container {
  border-top: 1px solid #e8e8e8;
}

.img__container img, .custom-file-preview__img, .admin__form-upload img {
  cursor: pointer;
}

.img-lightbox {
  position: fixed;
  inset: 0;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10000;
}

.img-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

.img-lightbox__content {
  position: relative;
  max-width: 95vw;
  max-height: 95vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.img-lightbox__img {
  max-width: 95vw;
  max-height: 90vh;
  width: auto;
  height: auto;
  display: block;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  border-radius: 0.25rem;
  background: var(--custom-secondary-white);
}

.img-lightbox__close {
  position: absolute;
  top: -12px;
  right: -12px;
  width: 36px;
  height: 36px;
  border-radius: 18px;
  border: none;
  background: #fff;
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

@media (min-width: 769px) and (max-width: 991px) {
  .account-dashboard__inner,
  .membership__container .section .section-inner,
  .brand__container,
  .container-wrap,
  .main-section,
  .container,
  .container-fluid,
  .container-xl,
  .container-lg,
  .container-md {
    max-width: 100%;
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .main-section04 {
    overflow-x: hidden;
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .col-md-10, .col-md-2 {
    width: initial;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

@media (max-width: 769px) {
  html {
    font-size: 0.875rem;
    word-break: keep-all;
  }
  #maincontent {
    padding-top: 6.6rem;
    padding-bottom: 5.5rem;
  }
  .form-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .form-group .form__label {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0.25rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .wishlist__wish-button img {
    width: 1.5rem;
    height: 1.5rem;
  }
  .bundle-item-derails__container .bundled-item__container .item-attributes {
    line-height: 1;
  }
  .bundle-item-derails__container .bundled-item__container .line-item-name,
  .bundle-item-derails__container .bundled-item__container .line-item-attributes,
  .bundle-item-derails__container .bundled-item__container .item-options {
    color: #174882;
    font-weight: 400;
    margin-right: 0.25rem;
    font-size: 0.875rem;
  }
}
@media (max-width: 992px) {
  .row.hidden-md-down {
    max-width: 940px;
    margin: 0 auto;
  }
}
