@charset "UTF-8";
.pull-left-xs {
  float: left;
}

.pull-right-xs {
  float: right;
}

@media (min-width: 544px) and (max-width: 768.98px) {
  .pull-left-sm {
    float: left;
  }
  .pull-right-sm {
    float: right;
  }
}
@media (min-width: 769px) and (max-width: 991.98px) {
  .pull-left-md {
    float: left;
  }
  .pull-right-md {
    float: right;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .pull-left-lg {
    float: left;
  }
  .pull-right-lg {
    float: right;
  }
}
@media (min-width: 1200px) {
  .pull-left-xl {
    float: left;
  }
  .pull-right-xl {
    float: right;
  }
}
@media (max-width: 543.98px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (max-width: 768.98px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (max-width: 1199.98px) {
  .hidden-lg-down {
    display: none !important;
  }
}

.hidden-xl-down {
  display: none !important;
}

.row.equal-height > [class^=col] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f5f5dc; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-beige.disabled {
  opacity: 0.2;
}

.swatch-filter-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f5f5dc; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #f5f5dc;
  display: block;
  position: relative;
}
.swatch-filter-beige.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-black.disabled {
  opacity: 0.2;
}

.swatch-filter-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #000;
  display: block;
  position: relative;
}
.swatch-filter-black.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #0070d2; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-blue.disabled {
  opacity: 0.2;
}

.swatch-filter-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #0070d2; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #0070d2;
  display: block;
  position: relative;
}
.swatch-filter-blue.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #a52a2a; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-brown.disabled {
  opacity: 0.2;
}

.swatch-filter-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #a52a2a; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #a52a2a;
  display: block;
  position: relative;
}
.swatch-filter-brown.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #008827; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-green.disabled {
  opacity: 0.2;
}

.swatch-filter-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #008827; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #008827;
  display: block;
  position: relative;
}
.swatch-filter-green.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #8f979d; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-grey.disabled {
  opacity: 0.2;
}

.swatch-filter-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #8f979d; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #8f979d;
  display: block;
  position: relative;
}
.swatch-filter-grey.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000080; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-navy.disabled {
  opacity: 0.2;
}

.swatch-filter-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000080; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #000080;
  display: block;
  position: relative;
}
.swatch-filter-navy.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ffa500; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-orange.disabled {
  opacity: 0.2;
}

.swatch-filter-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ffa500; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #ffa500;
  display: block;
  position: relative;
}
.swatch-filter-orange.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fe249a; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-pink.disabled {
  opacity: 0.2;
}

.swatch-filter-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fe249a; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #fe249a;
  display: block;
  position: relative;
}
.swatch-filter-pink.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #800080; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-purple.disabled {
  opacity: 0.2;
}

.swatch-filter-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #800080; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #800080;
  display: block;
  position: relative;
}
.swatch-filter-purple.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f00; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-red.disabled {
  opacity: 0.2;
}

.swatch-filter-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f00; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #f00;
  display: block;
  position: relative;
}
.swatch-filter-red.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-white.disabled {
  opacity: 0.2;
}

.swatch-filter-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fff; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #fff;
  display: block;
  position: relative;
}
.swatch-filter-white.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ff0; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-yellow.disabled {
  opacity: 0.2;
}

.swatch-filter-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ff0; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #ff0;
  display: block;
  position: relative;
}
.swatch-filter-yellow.disabled {
  opacity: 0.2;
}

.swatch-circle-miscellaneous {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(130, 30, 145)), color-stop(25%, rgb(130, 30, 145)), color-stop(25%, rgb(237, 209, 52)), color-stop(50%, rgb(255, 255, 0)), color-stop(50%, rgb(237, 209, 52)), color-stop(50%, #59ba00), color-stop(76%, #59ba00), color-stop(76%, #111), to(#111)), -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(14, 92, 209)), color-stop(50%, rgb(14, 92, 209)), color-stop(50%, rgb(226, 11, 11)), to(rgb(226, 11, 11)));
  background: linear-gradient(0deg, rgb(130, 30, 145) 0, rgb(130, 30, 145) 25%, rgb(237, 209, 52) 25%, rgb(255, 255, 0) 50%, rgb(237, 209, 52) 50%, #59ba00 50%, #59ba00 76%, #111 76%, #111 100%), linear-gradient(0deg, rgb(14, 92, 209) 0, rgb(14, 92, 209) 50%, rgb(226, 11, 11) 50%, rgb(226, 11, 11) 100%);
  background-repeat: repeat-y, repeat;
  background-size: 50% 100%, 100% 100%;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  border-radius: 1.25em;
  display: block;
  height: 2.5em;
  position: relative;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  width: 2.5em;
}
.swatch-circle-miscellaneous.disabled {
  opacity: 0.2;
}
.swatch-circle-miscellaneous.selected::after {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}

.product-detail .attributes .swatch-circle {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  display: inline-block;
  margin-right: 0.313em;
  position: relative;
}
.product-detail .attributes .swatch-circle.color-value[data-selected=true]::after {
  color: #000;
  content: "\f058";
  display: table-caption;
  font-family: FontAwesome, sans-serif;
  font-size: 1.625em;
  left: 0.295em;
  position: absolute;
}
.product-detail .attributes .swatch-circle.color-value.selected::after {
  background: #fff;
  border-radius: 50%;
  color: #000;
  content: "\f058";
  display: table-caption;
  font-family: FontAwesome, sans-serif;
  font-size: 1.625em;
  height: 0.75em;
  left: 0.31em;
  line-height: 0.8em;
  position: absolute;
  top: 0.35em;
  width: 0.8em;
}
.product-detail .attributes .swatch-circle i.fa-times-circle {
  background: #fff;
  border-radius: 50%;
  height: 0.75em;
  line-height: 0.8em;
  width: 0.8em;
}

.product-detail [disabled] .swatch-circle,
.product-detail .swatch-circle.unselectable {
  cursor: not-allowed;
}
.product-detail [disabled] .swatch-circle.color-value.selected::after,
.product-detail .swatch-circle.unselectable.color-value.selected::after {
  background-color: #495057;
}

.social-container {
  padding-top: 0.9375em;
  text-align: center;
}
.social-container .social-icons {
  text-decoration: none;
  font-size: 1.875em;
  list-style-type: none;
  padding: 0;
  color: #444;
}
@media (max-width: 991.98px) {
  .social-container .social-icons {
    font-size: 1.5625em;
  }
}
.social-container .social-icons i,
.social-container .social-icons a {
  color: #444;
  padding-right: 0.2em;
}

label.color ~ a:hover {
  text-decoration: none;
}

@media (max-width: 543.98px) {
  .description-and-detail {
    margin-top: 0;
  }
  .description-and-detail .title {
    font-size: 1.5rem;
    margin-bottom: 0;
    font-family: Dosis, sans-serif;
  }
  .description-and-detail > div:last-child {
    margin-bottom: 1em;
  }
}
@media (min-width: 544px) {
  .description-and-detail .description {
    margin-bottom: 2em;
  }
}
@media (max-width: 543.98px) {
  .description-and-detail .content {
    margin-top: 1em;
  }
}

label.availability {
  padding-right: 0.3125em;
}

.product-number {
  color: #ccc;
  font-size: 0.875em;
  padding-bottom: 0.938em;
  padding-top: 0.938em;
}

.promotions {
  font-weight: normal;
  text-align: center;
  height: 85%;
  margin: 2rem 0;
}
.promotions div.collapsible-xl button.callout {
  font-size: 1.25em;
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
  color: #c00;
}
@media (min-width: 544px) {
  .promotions div.collapsible-xl button.callout {
    font-size: 1.375em;
  }
}
.promotions div.collapsible-xl button.callout::after {
  color: #000;
}

.product-breadcrumb .breadcrumb {
  border-bottom: none;
  margin-left: -1rem;
  margin-bottom: 0;
}

.price {
  font-size: 1.25rem;
}

.product-options {
  margin-top: 2em !important;
}

.size-chart .size-chart-collapsible {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s;
  transition: max-height 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0, 1);
          transition-timing-function: cubic-bezier(0, 1, 0, 1);
}
.size-chart .size-chart-collapsible.active {
  max-height: 100%;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

.color-attribute {
  border: none;
  padding: 0;
  background: none;
}

.non-input-label {
  display: block;
  margin-bottom: 0.5rem;
}

@media (max-width: 543.98px) {
  .product-grid {
    padding-top: 0.938em;
  }
  .product-grid .col-6 {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.product-detail .profuct-details-top__container {
  background-color: var(--custom-color-gray05);
  padding-bottom: 3.5rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.product-detail .profuct-details-top__container .product-details-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.product-detail .profuct-details-top__container .category-navigation {
  position: fixed;
  max-width: 120px;
  z-index: 10;
  margin-top: 3.5rem;
  margin-left: -136px;
  border-radius: 0.25rem;
  background: #FFF;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
}
.product-detail .profuct-details-top__container .category-navigation_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.25rem 1.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: 0.875rem;
  border-radius: 0.25rem 0.25rem 0 0;
  border-bottom: 1px solid var(--Gray-custom-color-gray04, #DDD);
  background: var(--Gray-custom-color-gray05, #F9F9F9);
}
.product-detail .profuct-details-top__container .category-navigation_body {
  font-size: 0.813rem;
  list-style: disc;
  margin-left: 1.5rem;
  padding: 0.5rem 0.5rem 0.5rem 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.product-detail .profuct-details-top__container .category-item {
  word-break: break-word;
  white-space: normal;
}
.product-detail .profuct-details-top__container .category-item:hover {
  color: var(--custom-primary);
}
.product-detail .profuct-details-top__container .primary-images .productSwiper {
  border-radius: 0.25rem;
}
.product-detail .profuct-details-top__container .primary-images .productSwiper .swiper-slide {
  background-color: var(--custom-color-white);
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-detail .profuct-details-top__container .primary-images .productSwiper .swiper-button-prev,
.product-detail .profuct-details-top__container .primary-images .productSwiper .swiper-button-next {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: var(--custom-color-black);
}
.product-detail .profuct-details-top__container .primary-images .productSwiper .swiper-button-prev::after,
.product-detail .profuct-details-top__container .primary-images .productSwiper .swiper-button-next::after {
  display: none;
}
.product-detail .profuct-details-top__container .col-sm-7-right {
  background-color: var(--custom-color-white);
  border-radius: 0.25rem;
  padding: 2.5rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.product-detail .profuct-details-top__container .col-sm-7-right .profuct-details-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--custom-color-gray04);
}
.product-detail .profuct-details-top__container .col-sm-7-right .profuct-details-top .product-actions {
  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;
  height: 2rem;
}
.product-detail .profuct-details-top__container .col-sm-7-right .profuct-details-top .product-actions .product-actions__brand {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4rem;
  color: var(--custom-primary);
}
.product-detail .profuct-details-top__container .col-sm-7-right .profuct-details-top .product-actions .product-actions__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.product-detail .profuct-details-top__container .col-sm-7-right .profuct-details-top .product-actions .product-actions__buttons .product-actions__button {
  font-size: 1.75rem;
  height: 32px;
  padding: 0;
}
.product-detail .profuct-details-top__container .col-sm-7-right .profuct-details-top .product-name-wrap {
  margin-bottom: 0.5rem;
}
.product-detail .profuct-details-top__container .col-sm-7-right .profuct-details-top .product-name-wrap .product-name {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4875rem;
  color: var(--custom-secondary01);
  margin-bottom: 0;
}
.product-detail .profuct-details-top__container .col-sm-7-right .profuct-details-top .product-name-wrap .product-code {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4rem;
  color: var(--custom-color-gray02);
  margin: 0.25rem 0 0;
}
.product-detail .profuct-details-top__container .col-sm-7-right .profuct-details-top .product-card__price .product-card__price--orig {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4rem;
  color: var(--custom-color-gray02, #666);
}
.product-detail .profuct-details-top__container .col-sm-7-right .profuct-details-top .product-card__price .product-card__discount {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4875rem;
  color: var(--custom-color-error, #E53935);
}
.product-detail .profuct-details-top__container .col-sm-7-right .profuct-details-top .product-card__price .product-card__sale {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.4rem;
  color: var(--custom-secondary01, #0B2640);
}
.product-detail .profuct-details-top__container .col-sm-7-right .attributes {
  margin-top: 1rem;
}
.product-detail .profuct-details-top__container .col-sm-7-right .attributes label:not(.product-option) {
  display: none;
}
.product-detail .profuct-details-top__container .col-sm-7-right .attributes .product-desc-wrap {
  margin-top: 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7rem;
  color: var(--custom-color-gray02);
}
.product-detail .profuct-details-top__container .col-sm-7-right .attributes .product-option-wrap {
  margin-top: 1rem;
}
.product-detail .profuct-details-top__container .col-sm-7-right .attributes .product-option-wrap .product-option-label {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.4rem;
  margin-bottom: 0.5rem;
  color: var(--custom-secondary01);
}
.product-detail .profuct-details-top__container .col-sm-7-right .attributes .product-option-wrap .product-option-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}
.product-detail .profuct-details-top__container .col-sm-7-right .attributes .product-option-wrap .product-option-buttons .product-option {
  border: 1px solid var(--custom-color-gray03);
  color: var(--custom-color-gray03);
  margin: 0;
  line-height: 2.25rem;
}
.product-detail .profuct-details-top__container .col-sm-7-right .attributes .product-option-wrap .product-option-buttons .product-option input {
  display: none;
}
.product-detail .profuct-details-top__container .col-sm-7-right .attributes .product-option-wrap .product-option-buttons .product-option:has(:checked) {
  border: 1px solid var(--custom-primary);
  color: var(--custom-primary);
}
.product-detail .profuct-details-top__container .col-sm-7-right .attributes .product-price-wrap {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.product-detail .profuct-details-top__container .col-sm-7-right .attributes .product-price-wrap .product-price-label {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.4rem;
  color: var(--custom-secondary01);
}
.product-detail .profuct-details-top__container .col-sm-7-right .attributes .product-price-wrap .product-price-value {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.4rem;
  color: var(--custom-primary);
}
.product-detail .profuct-details-top__container .col-sm-7-right .attributes .product-price-wrap .sales-price {
  color: var(--custom-color-error);
}
.product-detail .profuct-details-top__container .col-sm-7-right .attributes .product-price-wrap .strike-through {
  color: #999;
}
.product-detail .profuct-details-top__container .col-sm-7-right .attributes .product-price-wrap .sales {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.4rem;
  color: var(--custom-primary);
}
.product-detail .profuct-details-top__container .col-sm-7-right .attributes .prices-add-to-cart-actions {
  margin-top: 1rem;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}
.product-detail .profuct-details-top__container .col-sm-7-right .attributes .prices-add-to-cart-actions .custom-select {
  width: 9.375rem;
  height: 3rem;
}
.product-detail .profuct-details-top__container .col-sm-7-right .attributes .prices-add-to-cart-actions .btn-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.product-detail .profuct-details-top__container .col-sm-7-right .attributes .prices-add-to-cart-actions .btn-wrap .cart-and-ipay .col-sm-12 {
  padding: 0;
}
.product-detail .profuct-details-top__container .col-sm-7-right .attributes .prices-add-to-cart-actions .btn-wrap .cart-and-ipay .col-sm-12 .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}
.product-detail .profuct-details-top__container .col-sm-7-right .attributes .prices-add-to-cart-actions .btn-wrap .cart-and-ipay .col-sm-12 .btns .btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.product-detail .profuct-details-top__container .simple-quantity {
  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;
}
.product-detail .profuct-details-top__container .simple-quantity .label {
  font-size: 1.125rem;
  font-weight: 600;
}
.product-detail .profuct-details-top__container .simple-quantity .quantity-select {
  width: 6.25rem;
}
.product-detail .related-products {
  margin-top: 3.5rem;
}
.product-detail .related-products .related-products__title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4875rem;
  color: var(--custom-secondary01);
  margin-bottom: 1rem;
}
.product-detail .related-products .product-list {
  margin: 0;
  gap: 1rem;
}
.product-detail .related-products .product-card {
  background-color: var(--custom-color-gray05);
  padding: 1rem;
  border-radius: 0.25rem;
  width: calc((100% - 5rem) / 6);
}
.product-detail .related-products .product-card .product-card__thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product-detail .related-products .product-card .product-card__figure {
  aspect-ratio: 1;
  border: none;
}
.product-detail .related-products .product-card .product-card__info {
  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-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.product-detail .related-products .product-card .product-card__title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.product-detail .descriptionAndDetails .detail-section02 {
  margin-top: 3.5rem;
}
.product-detail .descriptionAndDetails .detail-section02 .detail-section-inner {
  position: sticky;
  top: 9.2031rem;
  margin: 0;
  z-index: 2;
  padding-top: 1rem;
  background-color: var(--custom-color-white);
}
.product-detail .descriptionAndDetails .detail-section02 .detail-section-inner .custom-tabs {
  background: var(--custom-color-gray01);
  gap: 2rem;
  padding: 0 1rem;
  border-radius: 0.25rem;
}
.product-detail .descriptionAndDetails .detail-section02 .detail-section-inner .custom-tabs .custom-tab {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.product-detail .descriptionAndDetails .detail-section02 .detail-section-inner .custom-tabs .custom-tab a {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7rem;
  display: inline-block;
  height: 3.125rem;
  line-height: 3.125rem;
  color: var(--custom-color-gray04);
}
.product-detail .descriptionAndDetails .detail-section02 .detail-section-inner .custom-tabs .custom-tab.active {
  border: 0;
}
.product-detail .descriptionAndDetails .detail-section02 .detail-section-inner .custom-tabs .custom-tab.active a {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4rem;
  color: var(--custom-color-white);
  text-decoration: underline;
  text-underline-position: under;
  line-height: 3.125rem;
}
.product-detail .descriptionAndDetails .detail-section02 .section-row {
  scroll-margin-top: 150px;
}
.product-detail .descriptionAndDetails .detail-section02 .detail-imgs-container {
  position: relative;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow: visible;
  margin-bottom: 4.5rem;
}
.product-detail .descriptionAndDetails .detail-section02 .detail-imgs-container .detail-more,
.product-detail .descriptionAndDetails .detail-section02 .detail-imgs-container .detail-imgs {
  max-width: 75%;
  margin: 0 auto;
  text-align: center;
}
.product-detail .descriptionAndDetails .detail-section02 .detail-imgs-container .detail-more .detail-text,
.product-detail .descriptionAndDetails .detail-section02 .detail-imgs-container .detail-imgs .detail-text {
  color: var(--custom-primary-black);
  margin: 3.5rem 0 8.5rem;
}
.product-detail .descriptionAndDetails .detail-section02 .detail-imgs-container .detail-more .detail-text i,
.product-detail .descriptionAndDetails .detail-section02 .detail-imgs-container .detail-imgs .detail-text i {
  color: var(--custom-primary-blue);
}
.product-detail .descriptionAndDetails .detail-section02 .detail-imgs-container .detail-more .detail-text .color-red,
.product-detail .descriptionAndDetails .detail-section02 .detail-imgs-container .detail-imgs .detail-text .color-red {
  color: var(--custom-point-red);
}
.product-detail .descriptionAndDetails .detail-section02 .detail-imgs-container .detail-more iframe,
.product-detail .descriptionAndDetails .detail-section02 .detail-imgs-container .detail-imgs iframe {
  width: 100%;
  height: 450px;
}
.product-detail .descriptionAndDetails .detail-section02 .detail-imgs-container .detail-more img,
.product-detail .descriptionAndDetails .detail-section02 .detail-imgs-container .detail-imgs img {
  width: 100%;
}
.product-detail .descriptionAndDetails .detail-section02 .purchase-information {
  max-width: 100%;
  margin: 0 auto;
  border-top: 1px solid var(--custom-secondary-gray03);
}
.product-detail .descriptionAndDetails .detail-section02 .purchase-information .title {
  color: var(--custom-primary-black);
  margin: 3.5rem 0 2.5rem;
}
.product-detail .descriptionAndDetails .detail-section02 .purchase-information img {
  width: 100%;
}
.product-detail .oreder-summmary {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 1px solid var(--custom-color-gray04);
  z-index: 1;
  opacity: 0; /* 처음에는 보이지 않도록 설정 */
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out; /* 부드러운 전환 효과 */
  background-color: var(--custom-color-white);
  padding: 1rem 0;
}
.product-detail .oreder-summmary .order-summary-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
.product-detail .oreder-summmary .order-summary-inner .product-name {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4875rem;
  color: var(--custom-secondary01);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.product-detail .oreder-summmary .order-summary-inner .simple-quantity {
  margin: 0;
}
.product-detail .oreder-summmary .order-summary-inner .simple-quantity .label, .product-detail .oreder-summmary .order-summary-inner .simple-quantity label {
  display: none;
}
.product-detail .oreder-summmary .order-summary-inner .simple-quantity .custom-select {
  width: 9.375rem;
  height: 3rem;
}
.product-detail .oreder-summmary .order-summary-inner .prices {
  padding: 0;
}
.product-detail .oreder-summmary .order-summary-inner .prices .price-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.product-detail .oreder-summmary .order-summary-inner .prices .price-wrap strong {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.4rem;
  color: var(--custom-secondary01);
}
.product-detail .oreder-summmary .order-summary-inner .prices .price-wrap .sales {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.4rem;
  color: var(--custom-primary);
}
.product-detail .oreder-summmary .order-summary-inner .btn-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.product-detail .oreder-summmary .order-summary-inner .btn-wrap .col-sm-12 {
  padding: 0;
}
.product-detail .oreder-summmary .order-summary-inner .btn-wrap .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}
.product-detail .oreder-summmary .order-summary-inner .btn-wrap .btns .btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#addToCartModal .modal-body {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4rem;
  text-align: center;
  padding-top: 2rem;
  color: var(--custom-secondary01);
}
#addToCartModal .modal-footer {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#addToCartModal .modal-footer .btn {
  margin: 0;
  line-height: 2.125rem;
}
