@charset "UTF-8";
/* iPad Portrait */
/* 720x1280, 1280x768, 1366x768 */
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}
.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

@media (min-width: 768px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 980px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1920px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.list-group-item-primary {
  color: #255e94;
  background-color: #c3e2ff;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #255e94;
  background-color: #aad6ff;
}
.list-group-item-primary.list-group-item-action.active {
  color: rgb(255, 255, 255);
  background-color: #255e94;
  border-color: #255e94;
}

.list-group-item-secondary {
  color: #626262;
  background-color: #e4e4e4;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #626262;
  background-color: #d7d7d7;
}
.list-group-item-secondary.list-group-item-action.active {
  color: rgb(255, 255, 255);
  background-color: #626262;
  border-color: #626262;
}

.list-group-item-success {
  color: #3a643a;
  background-color: #cee5ce;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #3a643a;
  background-color: #bddcbd;
}
.list-group-item-success.list-group-item-action.active {
  color: rgb(255, 255, 255);
  background-color: #3a643a;
  border-color: #3a643a;
}

.list-group-item-info {
  color: #212121;
  background-color: #c1c1c1;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #212121;
  background-color: #b4b4b4;
}
.list-group-item-info.list-group-item-action.active {
  color: rgb(255, 255, 255);
  background-color: #212121;
  border-color: #212121;
}

.list-group-item-warning {
  color: #765e38;
  background-color: #efe2cd;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #765e38;
  background-color: #e9d7ba;
}
.list-group-item-warning.list-group-item-action.active {
  color: rgb(255, 255, 255);
  background-color: #765e38;
  border-color: #765e38;
}

.list-group-item-danger {
  color: #77352c;
  background-color: #efccc7;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #77352c;
  background-color: #e9bab3;
}
.list-group-item-danger.list-group-item-action.active {
  color: rgb(255, 255, 255);
  background-color: #77352c;
  border-color: #77352c;
}

.list-group-item-light {
  color: #8f8f8f;
  background-color: #fcfcfc;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #8f8f8f;
  background-color: #efefef;
}
.list-group-item-light.list-group-item-action.active {
  color: rgb(255, 255, 255);
  background-color: #8f8f8f;
  border-color: #8f8f8f;
}

.list-group-item-dark {
  color: #323232;
  background-color: #cacaca;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #323232;
  background-color: #bdbdbd;
}
.list-group-item-dark.list-group-item-action.active {
  color: rgb(255, 255, 255);
  background-color: #323232;
  border-color: #323232;
}

.list-group-item-black {
  color: #212121;
  background-color: #c1c1c1;
}
.list-group-item-black.list-group-item-action:hover, .list-group-item-black.list-group-item-action:focus {
  color: #212121;
  background-color: #b4b4b4;
}
.list-group-item-black.list-group-item-action.active {
  color: rgb(255, 255, 255);
  background-color: #212121;
  border-color: #212121;
}

.list-group-item-white {
  color: #949494;
  background-color: white;
}
.list-group-item-white.list-group-item-action:hover, .list-group-item-white.list-group-item-action:focus {
  color: #949494;
  background-color: #f2f2f2;
}
.list-group-item-white.list-group-item-action.active {
  color: rgb(255, 255, 255);
  background-color: #949494;
  border-color: #949494;
}

.list-group-item-beige {
  color: #847b79;
  background-color: #f6f2f0;
}
.list-group-item-beige.list-group-item-action:hover, .list-group-item-beige.list-group-item-action:focus {
  color: #847b79;
  background-color: #ece4e0;
}
.list-group-item-beige.list-group-item-action.active {
  color: rgb(255, 255, 255);
  background-color: #847b79;
  border-color: #847b79;
}

.list-group-item-green-light {
  color: #828b85;
  background-color: #f5faf7;
}
.list-group-item-green-light.list-group-item-action:hover, .list-group-item-green-light.list-group-item-action:focus {
  color: #828b85;
  background-color: #e4f2e9;
}
.list-group-item-green-light.list-group-item-action.active {
  color: rgb(255, 255, 255);
  background-color: #828b85;
  border-color: #828b85;
}

.c-accordion-tab {
  display: block;
  position: relative;
  padding: 15px 0;
  color: rgb(117, 117, 117);
  font-size: 15px;
}
.c-accordion-tab:hover, .c-accordion-tab:not(.collapsed) {
  color: rgb(66, 66, 66);
  text-decoration: none;
}
.c-accordion-tab:hover::before, .c-accordion-tab:not(.collapsed)::before {
  content: "";
  z-index: 1;
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgb(33, 33, 33);
}

.c-addtocart-popup {
  position: relative;
  z-index: 1030;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s;
  display: none;
}
.c-addtocart-popup.opened {
  opacity: 1;
  visibility: visible;
  display: block;
}
.c-addtocart-popup__overlay {
  position: fixed;
  width: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1030;
}
.c-addtocart-popup__inner {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  padding: 20px;
  box-sizing: border-box;
  z-index: 1036;
  background-color: rgb(255, 255, 255);
  overflow-y: scroll;
  box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.15);
}
.c-addtocart-popup__product-name {
  display: box;
  line-height: 15px;
  max-height: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.c-addtocart-popup__suggestion-name {
  display: box;
  line-height: 14px;
  height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.c-addtocart-popup__suggestion .newprice {
  display: inline-block;
  font-weight: bold;
  white-space: nowrap;
}
.c-addtocart-popup__suggestion .oldprice {
  display: inline-block;
  margin-left: 10px;
  color: rgb(158, 158, 158);
  text-decoration: line-through;
  white-space: nowrap;
}
.c-addtocart-popup__suggestion-form {
  overflow: hidden;
  transition: max-height 0.3s;
  max-height: 200px;
}
.c-addtocart-popup__suggestion-form.collapsed {
  max-height: 0;
  margin: 0;
}
.c-addtocart-popup__suggestion-slide {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  border-top: 1px solid rgb(224, 224, 224);
}

.c-custom-notice {
  padding: 15px;
  border: 1px solid rgb(224, 224, 224);
}
.c-custom-notice__icon {
  font-size: 16px;
}
.c-custom-notice__text {
  font-size: 12px;
}

.c-color-swatch {
  position: relative;
  width: 100%;
  padding: 0 3px 15px;
  display: inline-block;
  cursor: pointer;
}
.c-color-swatch.active::after, .c-color-swatch:hover::after {
  content: "";
  position: absolute;
  bottom: 9px;
  left: 0;
  right: 0;
  height: 2px;
  margin: 0 3px;
  background-color: rgb(33, 33, 33);
}
.c-color-swatch img {
  pointer-events: none;
}
.c-color-swatch__label {
  position: absolute;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  cursor: pointer;
  z-index: 1;
}
.c-color-swatch.disabled {
  opacity: 0.5;
}

.c-countdown {
  display: flex;
}
@media (max-width: 767.98px) {
  .c-countdown {
    margin-bottom: 15px;
  }
}
.c-countdown__header {
  margin-bottom: 5px;
  padding: 15px 0 10px;
  font-size: 14px;
}
.c-countdown__num {
  font-size: 22px;
  font-weight: bold;
}
.c-countdown__value {
  text-transform: uppercase;
  font-size: 10px;
  color: rgb(117, 117, 117);
}

.countdown > div {
  position: relative;
  display: inline-block;
  text-align: center;
  margin: 0 5px;
}
.countdown > div:first-child {
  margin-left: 0;
}
.countdown > div .cd-num:empty,
.countdown > div .cd-value:empty {
  display: none;
}
.countdown > div .cd-num {
  font-weight: bold;
  font-size: 22px;
  line-height: 26px;
  min-width: 60px;
}
.countdown > div .cd-value {
  font-size: 10px;
  text-transform: uppercase;
  color: rgb(117, 117, 117);
}

.c-giftcard-design {
  margin-bottom: 0.625rem;
}
.c-giftcard-design__gallery-grid {
  column-gap: 0.625rem;
  display: grid;
  grid-template-columns: auto auto auto;
}
@media (min-width: 768px) {
  .c-giftcard-design__gallery-grid {
    column-gap: 0.75rem;
  }
}
.c-giftcard-design__img {
  border: 2px solid transparent;
}
.c-giftcard-design__input:checked + .c-giftcard-design__img {
  border: 2px solid rgb(33, 33, 33);
}
.c-giftcard-design.loading-image {
  opacity: 0.2;
  transition: opacity 0.3s;
}
.c-giftcard-design__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.1s;
}
.c-giftcard-design__spinner.active {
  opacity: 1;
}
.c-giftcard-design__form {
  border-radius: 3px;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.03);
}

.c-play-overlay {
  position: relative;
}
.c-play-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 1;
}
.c-play-overlay::after {
  content: "快";
  font-family: "Font Awesome 5 Pro Critical", "Font Awesome 5 Pro";
  font-weight: 400;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: rgb(255, 255, 255);
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 70px;
  z-index: 2;
  pointer-events: none;
}
.c-play-overlay--show::before, .c-play-overlay--show::after {
  opacity: 1;
}
.c-play-overlay--sm::after {
  font-size: 48px;
}

.c-ratio {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.c-ratio--16-9 {
  padding-bottom: 56.25%;
}
.c-ratio--4-3 {
  padding-bottom: 75%;
}
.c-ratio--1-1 {
  padding-bottom: 100%;
  aspect-ratio: 1/1;
}
.c-ratio--2-3 {
  padding-bottom: 150%;
  aspect-ratio: 2/3;
}
@media (max-width: 767.98px) {
  .c-ratio--sm {
    height: auto;
    padding-bottom: 0;
  }
  .c-ratio--sm .c-ratio__item {
    position: static;
  }
}
@media (max-width: 979.98px) {
  .c-ratio--sm--md {
    height: auto;
    padding-bottom: 0;
  }
  .c-ratio--sm--md .c-ratio__item {
    position: static;
  }
}
.c-ratio--sm__item {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  object-fit: contain;
  max-width: fill-available;
  max-width: available;
}
.c-ratio--sm__item.loaded {
  background: rgb(245, 245, 245);
}
.c-ratio--sm__item img {
  height: 100%;
  object-position: center;
  object-fit: contain;
}
.c-ratio--sm .cmppreviewroot {
  display: flex;
  justify-content: center;
  height: 100%;
  overflow-y: auto;
  background-color: rgb(33, 33, 33);
}
.c-ratio__item {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.c-ratio__item.loaded {
  background: rgb(245, 245, 245);
}
.c-ratio__item img {
  height: 100%;
  object-position: center;
  object-fit: contain;
}
.c-ratio .cmppreviewroot {
  display: flex;
  justify-content: center;
  height: 100%;
  overflow-y: auto;
  background-color: rgb(33, 33, 33);
}
.c-ratio .cmplazyload {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.c-ratio-portrait {
  aspect-ratio: 2/3;
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 767.98px) {
  .c-ratio-portrait {
    aspect-ratio: 2/2.7;
    padding-bottom: 135%;
  }
}
.c-ratio-portrait img {
  height: 100%;
}
@media only screen and (min-device-pixel-ratio: 2) {
  .c-ratio-portrait {
    padding-bottom: 150%;
  }
}

.c-size-select {
  position: relative;
}
.c-size-select__input {
  appearance: none;
  border-radius: 0;
  border: 1px solid rgb(66, 66, 66);
  cursor: pointer;
  font-size: 16px;
  max-height: 62px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.c-size-select__input::-ms-expand {
  display: none;
}
.c-size-select__input:focus {
  box-shadow: none;
}
.c-size-select__input--sm {
  font-size: 14px;
}
.c-size-select__input--xs {
  padding: 0 25px 0 8px;
  line-height: 22px;
  font-size: 12px;
}
.c-size-select__input--light {
  color: rgb(117, 117, 117);
  font-weight: bold;
  border: 1px solid rgb(158, 158, 158);
}
.c-size-select__icon {
  font-size: 12px;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.2s ease;
  will-change: transform;
}
.c-size-select__dropdown {
  background: rgb(255, 255, 255);
  border: 1px solid rgb(33, 33, 33);
  margin-top: -1px;
  max-height: 0;
  position: absolute;
  transition: max-height 0.3s cubic-bezier(1, 0, 1, 0);
  visibility: hidden;
  width: 100%;
  z-index: 1050;
}
.c-size-select__dropdown-size {
  font-size: 16px;
  height: 60px;
  padding: 20px 16px;
  cursor: pointer;
}
.c-size-select__dropdown-size td {
  border-bottom: 1px solid rgb(189, 189, 189);
}
.c-size-select__dropdown-size td.variant-status {
  line-height: 1.1;
  padding-top: 23px;
  vertical-align: top;
}
.c-size-select__dropdown-size .product-size {
  color: rgb(0, 0, 0);
}
.c-size-select__dropdown-size:hover {
  background-color: rgb(245, 245, 245);
  text-decoration: none;
}
.c-size-select__dropdown-size.inactive {
  color: rgb(117, 117, 117);
  cursor: default;
}
.c-size-select__dropdown-size .oldprice {
  color: rgb(33, 33, 33);
  text-decoration: line-through;
}
@media (max-width: 340px) {
  .c-size-select__dropdown-size .oldprice {
    display: none;
  }
}
.c-size-select.show .c-size-select__dropdown {
  max-height: 900px;
  transform: translateX(0);
  transition: 0.3s transform;
  visibility: visible;
}
.c-size-select.show .c-size-select__dropdown-overlay {
  opacity: 1;
  visibility: visible;
}
.c-size-select.show .c-size-select__icon {
  transform: rotate(180deg) translateY(50%);
}

.c-sidebar {
  position: relative;
}
.c-sidebar__popup {
  background-color: rgb(255, 255, 255);
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 100%;
  margin: 0;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(100%);
  transition: 0.3s visibility, 0.3s transform;
  visibility: hidden;
  width: 100%;
  z-index: 2147483647;
}
@media (min-width: 768px) {
  .c-sidebar__popup {
    width: 660px;
  }
}
@media (min-width: 1200px) {
  .c-sidebar__popup {
    width: 700px;
  }
  .c-sidebar__popup img {
    max-height: 450px;
  }
}
.c-sidebar__popup-body {
  flex: 1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.c-sidebar__popup-overlay {
  background-color: rgba(0, 0, 0, 0.3);
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: 0.3s opacity, 0.3s visibility;
  visibility: hidden;
  z-index: 1040;
}
.c-sidebar.show .c-sidebar__popup {
  transform: translateX(0);
  transition: 0.3s transform;
  visibility: visible;
}
.c-sidebar.show .c-sidebar__popup-overlay {
  opacity: 1;
  visibility: visible;
}

.size-chart__table {
  color: rgb(33, 33, 33);
}
.size-chart__table .table {
  table-layout: fixed; /* optional, for equal spacing */
}
.size-chart__table .table th {
  border: none;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  padding: 0.5rem 0.25rem;
}
@media (max-width: 979.98px) {
  .size-chart__table .table th {
    background: rgb(245, 245, 245);
  }
}
@media (min-width: 768px) {
  .size-chart__table .table th {
    font-size: 0.9375rem;
    padding: 0.5rem;
  }
}
.size-chart__table .table tr:nth-child(even) td {
  background-color: rgb(255, 255, 255);
}
.size-chart__table .table tr:hover {
  background-color: transparent;
}
@media (min-width: 980px) {
  .size-chart__table .table tr:nth-child(odd) th {
    background-color: rgb(245, 245, 245);
  }
}
.size-chart__table .table tr:nth-child(odd) td {
  background-color: rgb(245, 245, 245);
}
.size-chart__table .table td {
  border-color: transparent;
  font-size: 0.75rem;
  padding: 0.5rem 0.25rem;
  text-align: center;
  vertical-align: middle;
  word-break: break-word;
}
@media (min-width: 768px) {
  .size-chart__table .table td {
    font-size: 0.9375rem;
  }
}
.size-chart__table .table.table-hover td:not(:first-child):hover {
  background-color: rgba(207, 42, 37, 0.8);
  color: rgb(255, 255, 255);
}

.size-chart-v2 .size-chart-image {
  display: flex;
  align-items: center;
}
.size-chart-v2 .size-chart-image img {
  max-height: 500px;
}
.size-chart-v2__table {
  color: rgb(33, 33, 33);
}
.size-chart-v2__table .table {
  table-layout: fixed; /* optional, for equal spacing */
}
.size-chart-v2__table .table th {
  border: none;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  padding: 1rem;
  border-top: solid 1px rgb(245, 245, 245);
}
@media (min-width: 768px) {
  .size-chart-v2__table .table th {
    font-size: 0.9375rem;
  }
}
.size-chart-v2__table .table tr:nth-child(even) td {
  background-color: rgb(245, 245, 245);
}
.size-chart-v2__table .table tr:hover {
  background-color: transparent;
}
.size-chart-v2__table .table tr:nth-child(odd) td {
  background-color: rgb(255, 255, 255);
}
.size-chart-v2__table .table td {
  border-color: transparent;
  font-size: 0.75rem;
  padding: 0.5rem 0.25rem;
  text-align: center;
  vertical-align: middle;
  word-break: break-word;
}
@media (min-width: 768px) {
  .size-chart-v2__table .table td {
    font-size: 0.9375rem;
  }
}

.c-youtube-player {
  cursor: pointer;
  background-size: cover;
}
.c-youtube-player::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  opacity: 0.5;
  transition: opacity 0.7s;
}
.c-youtube-player::after {
  content: "怣";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 75px;
  height: 65px;
  transform: translate(-50%, -50%);
  font-family: "Font Awesome 5 Pro Critical", "Font Awesome 5 Pro";
  font-weight: 400;
  font-style: normal;
  font-size: 65px;
  text-shadow: 5px 0 20px rgba(0, 0, 0, 0.5);
  line-height: 1;
  color: rgb(199, 72, 55);
  opacity: 0.8;
  transition: color 0.15s, opacity 0.15s;
}
.c-youtube-player:hover::before {
  opacity: 1;
}
.c-youtube-player:hover::after {
  color: rgb(199, 72, 55);
}
.c-youtube-player--no-play-btn::after {
  display: none;
}
.c-youtube-player.clicked::after, .c-youtube-player.clicked::before {
  content: unset;
}
@media (max-width: 767.98px) {
  .c-youtube-player--mobile-lower-play::after {
    top: 60%;
  }
}
.c-youtube-player iframe {
  position: absolute;
  transform: scale(1.4);
}

.c-variation-table {
  background-color: rgb(245, 245, 245);
}
.c-variation-table .touchspin {
  display: table;
  height: 35px;
}
.c-variation-table .touchspin .input-group-btn {
  background: rgb(255, 255, 255);
}
.c-variation-table .touchspin-up, .c-variation-table .touchspin-down {
  padding: 0 12px;
  height: 100%;
  font-weight: bold;
  color: rgb(66, 66, 66);
  background: rgb(255, 255, 255);
}
.c-variation-table .touchspin .form-control {
  width: 100% !important;
  height: 100%;
  padding: 0;
  color: rgb(158, 158, 158);
  background-color: rgb(255, 255, 255);
  border: none;
  border-radius: 3px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.c-variation-table .touchspin .form-control:focus {
  box-shadow: none;
}
.c-variation-table .touchspin .input-group-btn {
  display: table-cell;
  overflow: hidden;
  vertical-align: middle;
}
.c-variation-table__total-summary {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
}

.c-zoom-popup {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 980px) {
  .c-zoom-popup-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (minwidth: 768px) and (maxwidth: 1024px) and (orientation: portrait) and (minpixel-ratio: 2), only screen and (minwidth: 768px) and (maxwidth: 1024px) and (orientation: portrait) and (minpixel-ratio: 2), only screen and (minwidth: 768px) and (maxwidth: 1024px) and (orientation: portrait) and (min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (min-device-pixel-ratio: 2) {
  .c-zoom-popup-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.c-zoom-popup__popup {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  flex-direction: column;
  background-color: rgb(255, 255, 255);
  z-index: 1040;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.c-zoom-popup__popup.in {
  opacity: 1;
  visibility: visible;
  cursor: pointer;
}
.c-zoom-popup__body {
  overflow-y: auto;
  overflow-y: overlay;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
.c-zoom-popup__thumbnails {
  height: 100%;
  position: absolute;
  top: 0;
  left: 1rem;
  right: auto;
  width: calc(11.1111111111vh - 1rem);
  z-index: 3;
  display: none;
  transform: translateZ(0);
}
@media (min-width: 980px) {
  .c-zoom-popup__thumbnails {
    display: block;
  }
}
@media only screen and (minwidth: 768px) and (maxwidth: 1024px) and (orientation: portrait) and (minpixel-ratio: 2), only screen and (minwidth: 768px) and (maxwidth: 1024px) and (orientation: portrait) and (minpixel-ratio: 2), only screen and (minwidth: 768px) and (maxwidth: 1024px) and (orientation: portrait) and (min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (min-device-pixel-ratio: 2) {
  .c-zoom-popup__thumbnails {
    display: none;
  }
}
.c-zoom-popup__thumbnails .slick-slide {
  border: 0;
  position: relative;
}
.c-zoom-popup__thumbnails .slick-slide.slick-current {
  position: relative;
}
.c-zoom-popup__thumbnails .slick-slide.slick-current::after {
  border: 2px solid rgb(33, 33, 33);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.c-zoom-popup__thumbnails .slick-slide:not(:last-child) {
  margin-bottom: 1rem;
}
.c-zoom-popup__thumbnails .c-slider-control {
  z-index: 99;
}
.c-zoom-popup__thumbnails .c-slider-control__prev, .c-zoom-popup__thumbnails .c-slider-control__next {
  height: 36px;
  left: 50%;
  transform: translateX(-50%);
  width: 48px;
  z-index: 99;
}
.c-zoom-popup__thumbnails .c-slider-control__prev {
  top: -6px;
}
.c-zoom-popup__thumbnails .c-slider-control__next {
  bottom: 9px;
  top: auto;
}
.c-zoom-popup__main__img {
  aspect-ratio: 2/3;
  overflow: hidden;
  max-height: calc(100vh - 3.375rem);
  margin-left: auto;
  margin-right: auto;
  cursor: zoom-in;
}
@media (min-width: 980px) {
  .c-zoom-popup__main__img {
    max-height: 100vh;
    margin-right: 0;
  }
}
@media only screen and (minwidth: 768px) and (maxwidth: 1024px) and (orientation: portrait) and (minpixel-ratio: 2), only screen and (minwidth: 768px) and (maxwidth: 1024px) and (orientation: portrait) and (minpixel-ratio: 2), only screen and (minwidth: 768px) and (maxwidth: 1024px) and (orientation: portrait) and (min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (min-device-pixel-ratio: 2) {
  .c-zoom-popup__main__img {
    margin-left: auto;
    margin-right: auto;
    max-height: calc(100vh - 3.375rem);
  }
}
@media (max-width: 979.98px) {
  .c-zoom-popup__main__img {
    width: 100vw;
    height: 100%;
  }
  .c-zoom-popup__main__img picture {
    aspect-ratio: 2/3;
    display: block;
  }
}
.c-zoom-popup__main__img img {
  object-position: center;
  background: rgb(224, 224, 224);
  height: 100%;
  object-fit: contain;
}
@media only screen and (minwidth: 768px) and (maxwidth: 1024px) and (orientation: portrait) and (minpixel-ratio: 2), only screen and (minwidth: 768px) and (maxwidth: 1024px) and (orientation: portrait) and (minpixel-ratio: 2), only screen and (minwidth: 768px) and (maxwidth: 1024px) and (orientation: portrait) and (min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (min-device-pixel-ratio: 2) {
  .c-zoom-popup__main__img img {
    max-height: calc(100vh - 3.375rem);
    background-color: rgb(255, 255, 255);
  }
}
.c-zoom-popup__main-slider {
  max-height: calc(100vh - 3.375rem);
  z-index: 0;
}
@media (max-width: 979.98px) {
  .c-zoom-popup__main-slider {
    width: 100%;
  }
}
@media (min-width: 980px) {
  .c-zoom-popup__main-slider {
    max-height: 100vh;
    margin-right: calc((100vw - 66.6666666667vh) / 2);
  }
}
@media only screen and (minwidth: 768px) and (maxwidth: 1024px) and (orientation: portrait) and (minpixel-ratio: 2), only screen and (minwidth: 768px) and (maxwidth: 1024px) and (orientation: portrait) and (minpixel-ratio: 2), only screen and (minwidth: 768px) and (maxwidth: 1024px) and (orientation: portrait) and (min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (min-device-pixel-ratio: 2) {
  .c-zoom-popup__main-slider {
    margin-right: auto;
    margin-left: auto;
  }
}
.c-zoom-popup__main-slider.zoom-in {
  z-index: 1;
  margin-right: 0;
}
.c-zoom-popup__main-slider.zoom-in .c-zoom-popup__cta {
  opacity: 0;
}
.c-zoom-popup__main-slider.zoom-in .c-zoom-popup__main__img {
  max-height: 100%;
  cursor: zoom-out;
}
.c-zoom-popup__main-slider.zoom-in + .c-zoom-popup__scroll-bottom {
  opacity: 1;
}
.c-zoom-popup__main-slider .slick-slide {
  border: 0;
}
.c-zoom-popup__navigation {
  position: fixed;
  top: auto;
  bottom: 0;
  left: 0;
  min-height: 3.375rem;
  width: 100%;
  background: rgb(255, 255, 255);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}
@media (min-width: 980px) {
  .c-zoom-popup__navigation {
    display: none;
  }
}
@media only screen and (minwidth: 768px) and (maxwidth: 1024px) and (orientation: portrait) and (minpixel-ratio: 2), only screen and (minwidth: 768px) and (maxwidth: 1024px) and (orientation: portrait) and (minpixel-ratio: 2), only screen and (minwidth: 768px) and (maxwidth: 1024px) and (orientation: portrait) and (min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (min-device-pixel-ratio: 2) {
  .c-zoom-popup__navigation {
    display: block;
  }
}
.c-zoom-popup__navigation .size-select-btn-mobile {
  padding: 12px;
  margin-bottom: 10px !important;
}
.c-zoom-popup__navigation .size-chart-link {
  display: none;
}
.c-zoom-popup__arrows {
  align-items: center;
  display: flex;
}
@media (max-width: 1919.98px) {
  .c-zoom-popup__arrows .slick-arrow {
    align-items: center;
    color: rgb(33, 33, 33);
    display: flex;
    justify-content: center;
    width: 2.5rem;
  }
  .c-zoom-popup__arrows .slick-arrow.slick-disabled {
    opacity: 0.5;
  }
}
.c-zoom-popup__close-mobile-btn {
  color: rgb(33, 33, 33);
  cursor: pointer;
  z-index: 2;
  transform: translateZ(0);
}
.c-zoom-popup__cta {
  display: none;
}
@media (min-width: 980px) {
  .c-zoom-popup__cta {
    bottom: 0;
    display: block;
    left: auto;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    width: calc((100vw - 66.6666666667vh) / 2);
    z-index: 1;
    transform: translateZ(0);
  }
}
@media only screen and (minwidth: 768px) and (maxwidth: 1024px) and (orientation: portrait) and (minpixel-ratio: 2), only screen and (minwidth: 768px) and (maxwidth: 1024px) and (orientation: portrait) and (minpixel-ratio: 2), only screen and (minwidth: 768px) and (maxwidth: 1024px) and (orientation: portrait) and (min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (min-device-pixel-ratio: 2) {
  .c-zoom-popup__cta {
    display: none;
  }
}
.c-zoom-popup__scroll-bottom {
  align-items: center;
  background-color: rgb(66, 66, 66);
  bottom: 0;
  color: rgb(255, 255, 255);
  display: flex;
  height: 2.5rem;
  justify-content: center;
  left: 50%;
  margin-left: -2.5rem;
  opacity: 0;
  position: fixed;
  transition: opacity background-color 0.15s ease-in-out;
  width: 5rem;
  z-index: 9;
  transform: translateZ(0);
}
@media (max-width: 979.98px) {
  .c-zoom-popup__scroll-bottom {
    display: none;
  }
}
.c-zoom-popup__scroll-bottom:hover {
  background-color: rgb(33, 33, 33);
}
.c-zoom-popup__close-btn {
  display: none;
  color: rgb(33, 33, 33);
  cursor: pointer;
  position: fixed;
  right: 0;
  z-index: 2;
  transform: translateZ(0);
}
@media (min-width: 980px) {
  .c-zoom-popup__close-btn {
    display: block;
    bottom: auto;
    position: absolute;
    right: 1.5rem;
    top: 0;
  }
}
@media only screen and (minwidth: 768px) and (maxwidth: 1024px) and (orientation: portrait) and (minpixel-ratio: 2), only screen and (minwidth: 768px) and (maxwidth: 1024px) and (orientation: portrait) and (minpixel-ratio: 2), only screen and (minwidth: 768px) and (maxwidth: 1024px) and (orientation: portrait) and (min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (min-device-pixel-ratio: 2) {
  .c-zoom-popup__close-btn {
    display: none;
  }
}

.c-embroidery__button {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-embroidery-form textarea {
  vertical-align: top;
  resize: none;
}
.c-embroidery-collapse-link::after {
  content: "\ea0c";
  font-family: "Font Awesome 5 Pro Critical", "Font Awesome 5 Pro";
  font-weight: 400;
}
.c-embroidery-collapse-link.collapsed::after {
  content: "\ea0f";
  font-family: "Font Awesome 5 Pro Critical", "Font Awesome 5 Pro";
  font-weight: 400;
}
.c-embroidery__dropdown-header {
  padding: 10px;
  background-color: #e9ecef;
  font-size: 12px;
  font-weight: 300;
}

.c-pdp-promotion-banner {
  display: flex;
  background-color: rgb(245, 245, 245);
}
.c-pdp-promotion-banner__icon {
  padding-top: 8px;
  padding-right: 8px;
  font-size: 20px;
}
@media (min-width: 768px) {
  .c-pdp-promotion-banner__icon {
    padding-top: 16px;
    padding-right: 16px;
    font-size: 16px;
  }
}
.c-pdp-promotion-banner__icon-link::after {
  content: "忞";
  font-family: "Font Awesome 5 Pro Critical", "Font Awesome 5 Pro";
  font-weight: 400;
}
.c-pdp-promotion-banner__icon-link.collapsed::after {
  content: "\ea1e";
  font-family: "Font Awesome 5 Pro Critical", "Font Awesome 5 Pro";
  font-weight: 400;
}

@media (min-width: 768px) {
  .l-pdp--sticky {
    position: sticky;
    /* Safari */
    position: sticky;
    top: 115px;
  }
}
@media (min-width: 980px) {
  .l-pdp--sticky {
    top: 30px;
  }
}
.l-pdp__status {
  background-color: var(--status-bg-color);
  border-radius: 100%;
  height: 0.6875rem;
  min-width: 0.6875rem;
  width: 0.6875rem;
}
.l-pdp__truck {
  margin-top: 2px;
}
@media (max-width: 1199.98px) {
  .l-pdp__col-left .c-product-slider--mobile-gutter .slick-list {
    padding: 0;
  }
}
.l-pdp__slider:not(.slick-initialized) {
  overflow: hidden;
}
.l-pdp__slider:not(.slick-initialized) > div {
  min-width: 100%;
}
.l-pdp__average-grade {
  color: rgb(66, 66, 66);
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 18px;
}
.l-pdp__carousel:not(.slick-initialized) {
  flex-direction: column;
  overflow: hidden;
}
.l-pdp__carousel:not(.slick-initialized) .l-pdp__carousel-slide {
  margin-bottom: 15px;
  width: 75px;
}
@media (min-width: 980px) {
  .l-pdp__carousel:not(.slick-initialized) .l-pdp__carousel-slide {
    width: 65px;
  }
}
@media (min-width: 1200px) {
  .l-pdp__carousel:not(.slick-initialized) .l-pdp__carousel-slide {
    width: 80px;
  }
}
@media (min-width: 980px) {
  .l-pdp__carousel--fix-track .slick-track {
    transform: translate3d(0, 0, 0) !important;
  }
}
.l-pdp__callout {
  opacity: 0;
  position: absolute;
  right: 20px;
  top: 20px;
  transition: opacity 0.3s;
}
@media (max-width: 767.98px) {
  .l-pdp__callout {
    top: 10px;
    right: 40px;
  }
}
.l-pdp__panel {
  left: 0;
  max-height: 90px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 10px;
  transition: opacity 0.3s;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .l-pdp__panel {
    max-height: 60px;
  }
}
.l-pdp__panel--right {
  bottom: 20px;
  left: auto;
  right: 30px;
  top: auto;
}
@media (max-width: 767.98px) {
  .l-pdp__panel--right {
    display: none;
  }
}
.l-pdp__panel .c-badge {
  font-size: 14px;
}
.l-pdp__product-name {
  font-family: "Cera Pro" !important;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.25;
}
@media (max-width: 767.98px) {
  .l-pdp__product-name {
    font-size: 18px;
  }
}
.l-pdp__product-name.text-truncate-2 {
  display: box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.l-pdp__details-section {
  max-height: 2000px;
  position: relative;
  transition: max-height 0.3s, overflow 0.3s;
}
@media (min-width: 768px) {
  .l-pdp__details-section {
    background-color: rgb(245, 245, 245);
  }
}
@media (min-width: 768px) {
  .l-pdp__details-section--border {
    border-bottom: 1px solid rgb(224, 224, 224);
  }
}
.l-pdp__details-section.readmore {
  max-height: 200px;
  overflow: hidden;
}
.l-pdp__details-readmore {
  background: linear-gradient(to bottom, rgba(245, 245, 245, 0), rgb(245, 245, 245) 50%);
  bottom: 0;
  left: 0;
  padding: 30px 0 15px;
  position: absolute;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .l-pdp__details-readmore {
    padding: 60px 0 15px;
  }
}
.l-pdp__details-text h3,
.l-pdp__details-text .h3 {
  font-size: 16px;
  font-weight: bold;
}
.l-pdp__details-text ul,
.l-pdp__details-text ol,
.l-pdp__details-text dl {
  padding-left: 25px;
}
.l-pdp__reviews-section {
  height: 100%;
}
@media (min-width: 768px) {
  .l-pdp__reviews-section {
    min-height: 384px;
  }
}
@media (min-width: 980px) {
  .l-pdp__reviews-section {
    max-height: 690px;
  }
}
@media (min-width: 1200px) {
  .l-pdp__reviews-section {
    min-height: 600;
  }
}
.l-pdp__size-hint-dropdown {
  width: 310px;
}
@media (max-width: 767.98px) {
  .l-pdp__size-hint-wrapper {
    border-top: 1px solid rgb(224, 224, 224);
  }
}
.l-pdp__size-hint-panel {
  display: inline-block;
  width: 100%;
}
.l-pdp__size-hint-panel-bars {
  background-color: rgb(224, 224, 224);
}
.l-pdp__button-review {
  border: 1px solid rgb(66, 66, 66);
  cursor: pointer;
  display: inline-block;
  margin-top: 30px;
  padding: 12px 40px;
}
.l-pdp__brand-name--main {
  line-height: 40px;
  min-height: 40px;
}
.l-pdp__brand-name--main .l-pdp__set-brand:not(:last-child) {
  margin-right: 0.5rem;
}
.l-pdp__brand-name--main .l-pdp__set-brand:not(:last-child)::after {
  content: ",";
}
.l-pdp__product-image {
  max-width: 100%;
}
@media (min-width: 768px) {
  .l-pdp__product-image {
    display: flex;
    display: grid;
    column-gap: 0;
    grid-template-columns: 12.63% auto;
    max-height: 668px;
  }
}
@media (min-width: 980px) {
  .l-pdp__product-image {
    grid-template-columns: 82.4px auto;
    max-height: 680px;
  }
}
@media only screen and (orientation: portrait) and (max-width: 800px) and (max-height: 1280px) and (maxpixel-ratio: 1.5), only screen and (orientation: portrait) and (max-width: 800px) and (max-height: 1280px) and (maxpixel-ratio: 1.5), only screen and (orientation: portrait) and (max-width: 800px) and (max-height: 1280px) and (max-device-pixel-ratio: 1.5), only screen and (orientation: portrait) and (max-width: 800px) and (max-height: 1280px) and (max-device-pixel-ratio: 1.5) {
  .l-pdp__product-image {
    grid-template-columns: 46px auto;
    max-height: 407px;
  }
}
@media (min-width: 768px) and (max-width: 979.98px) {
  .l-pdp__product-image {
    grid-template-columns: 46px auto;
    max-height: 407px;
  }
}
@media (min-width: 1200px) {
  .l-pdp__product-image {
    grid-template-columns: 82.4px auto;
    max-height: 688px;
  }
}
@media screen and (orientation: landscape) and (max-height: 910px) {
  .l-pdp__product-image {
    grid-template-columns: 82.4px auto;
    max-height: 680px;
  }
}
@media (min-width: 1920px) {
  .l-pdp__product-image {
    grid-template-columns: 96px auto;
    max-height: 782px;
  }
}
@media screen and (orientation: landscape) and (min-height: 700px) and (max-height: 840px) and (max-width: 1380px) {
  .l-pdp__product-image {
    grid-template-columns: 60px auto;
    max-height: 512px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1112px) and (minpixel-ratio: 2), only screen and (min-width: 1024px) and (max-width: 1112px) and (minpixel-ratio: 2), only screen and (min-width: 1024px) and (max-width: 1112px) and (min-device-pixel-ratio: 2), only screen and (min-width: 1024px) and (max-width: 1112px) and (min-device-pixel-ratio: 2) {
  .l-pdp__product-image {
    grid-template-columns: 70px auto;
    max-height: 587px;
  }
}
@media only screen and (min-height: 960px) and (min-width: 1536px) and (orientation: landscape) and (minpixel-ratio: 2), only screen and (min-height: 960px) and (min-width: 1536px) and (orientation: landscape) and (minpixel-ratio: 2), only screen and (min-height: 960px) and (min-width: 1536px) and (orientation: landscape) and (min-device-pixel-ratio: 2/1), only screen and (min-height: 960px) and (min-width: 1536px) and (orientation: landscape) and (min-device-pixel-ratio: 2), only screen and (min-height: 960px) and (min-width: 1536px) and (orientation: landscape) and (min-resolution: 226dpi), only screen and (min-height: 960px) and (min-width: 1536px) and (orientation: landscape) and (min-resolution: 2dppx) {
  .l-pdp__product-image {
    grid-template-columns: 84.1333333333px auto;
    max-height: 693px;
  }
}
.l-pdp__product-image .c-play-overlay {
  display: block !important;
  overflow: hidden;
}
.l-pdp__product-image .c-play-overlay img {
  object-fit: cover !important;
}
.l-pdp__product-image .c-play-overlay--youtube img {
  transform: scale(1.2);
}
.l-pdp__product-image .product-image__thumbnails {
  display: none;
}
@media (min-width: 768px) {
  .l-pdp__product-image .product-image__thumbnails {
    box-sizing: border-box;
    display: block;
  }
}
.l-pdp__product-image .product-image__thumbnails .slick-slide {
  border: 0;
  box-sizing: border-box;
  margin: 0;
}
@media (min-width: 980px) {
  .l-pdp__product-image .product-image__thumbnails .slick-slide {
    max-width: 82.4px;
  }
}
@media (min-width: 1200px) {
  .l-pdp__product-image .product-image__thumbnails .slick-slide {
    max-width: 85.6px;
  }
}
@media (min-width: 1920px) {
  .l-pdp__product-image .product-image__thumbnails .slick-slide {
    max-width: 96px;
  }
}
.l-pdp__product-image .product-image__thumbnails .slick-slide:not(:last-child) {
  margin-bottom: 15px;
}
.l-pdp__product-image .product-image__thumbnails .slick-slide.active {
  position: relative;
  border: 0;
}
.l-pdp__product-image .product-image__thumbnails .slick-slide.active::after {
  border: 2px solid rgb(33, 33, 33);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.l-pdp__product-image .product-image__thumbnails .slick-slide:last-child {
  margin-bottom: 0;
}
.l-pdp__product-image .product-image__thumbnails .slick-slide .img-wrapper img {
  object-fit: contain;
}
.l-pdp__product-image .product-image__thumbnails .c-slider-control__prev, .l-pdp__product-image .product-image__thumbnails .c-slider-control__next {
  height: 36px;
  left: 50%;
  transform: translateX(-50%);
  width: 48px;
}
.l-pdp__product-image .product-image__thumbnails .c-slider-control__prev {
  top: -6px;
}
.l-pdp__product-image .product-image__thumbnails .c-slider-control__next {
  bottom: 9px;
  top: auto;
}
.l-pdp__product-image .product-image__big {
  aspect-ratio: 2/2.7;
  height: 100%;
  max-width: 100%;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 768px) {
  .l-pdp__product-image .product-image__big {
    aspect-ratio: 2/3;
    max-height: 666px;
    width: 444px;
  }
  .l-pdp__product-image .product-image__big picture,
.l-pdp__product-image .product-image__big img,
.l-pdp__product-image .product-image__big video {
    height: 666px;
  }
}
@media only screen and (orientation: portrait) and (max-width: 800px) and (max-height: 1280px) and (maxpixel-ratio: 1.5), only screen and (orientation: portrait) and (max-width: 800px) and (max-height: 1280px) and (maxpixel-ratio: 1.5), only screen and (orientation: portrait) and (max-width: 800px) and (max-height: 1280px) and (max-device-pixel-ratio: 1.5), only screen and (orientation: portrait) and (max-width: 800px) and (max-height: 1280px) and (max-device-pixel-ratio: 1.5) {
  .l-pdp__product-image .product-image__big {
    max-height: 405px;
    width: 270px;
  }
  .l-pdp__product-image .product-image__big picture,
.l-pdp__product-image .product-image__big img,
.l-pdp__product-image .product-image__big video {
    height: 405px;
  }
}
@media (min-width: 768px) and (max-width: 979.98px) {
  .l-pdp__product-image .product-image__big {
    max-height: 405px;
    width: 270px;
  }
  .l-pdp__product-image .product-image__big picture,
.l-pdp__product-image .product-image__big img,
.l-pdp__product-image .product-image__big video {
    height: 405px;
  }
}
@media (min-width: 980px) {
  .l-pdp__product-image .product-image__big {
    max-height: 678px;
    width: 452px;
  }
  .l-pdp__product-image .product-image__big picture,
.l-pdp__product-image .product-image__big img,
.l-pdp__product-image .product-image__big video {
    height: 678px;
  }
}
@media screen and (orientation: landscape) and (max-height: 910px) {
  .l-pdp__product-image .product-image__big {
    max-height: 678px;
    width: 452px;
  }
  .l-pdp__product-image .product-image__big picture,
.l-pdp__product-image .product-image__big img,
.l-pdp__product-image .product-image__big video {
    height: 678px;
  }
}
@media (min-width: 1200px) {
  .l-pdp__product-image .product-image__big {
    max-height: 678px;
    width: 452px;
  }
  .l-pdp__product-image .product-image__big picture,
.l-pdp__product-image .product-image__big img,
.l-pdp__product-image .product-image__big video {
    height: 678px;
  }
}
@media screen and (orientation: landscape) and (min-height: 700px) and (max-height: 840px) and (max-width: 1380px) {
  .l-pdp__product-image .product-image__big {
    max-height: 510px;
    width: 340px;
  }
  .l-pdp__product-image .product-image__big picture,
.l-pdp__product-image .product-image__big img,
.l-pdp__product-image .product-image__big video {
    height: 510px;
  }
}
@media (min-width: 1920px) {
  .l-pdp__product-image .product-image__big {
    max-height: 780px;
    width: 520px;
  }
  .l-pdp__product-image .product-image__big picture,
.l-pdp__product-image .product-image__big img,
.l-pdp__product-image .product-image__big video {
    height: 780px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1112px) and (minpixel-ratio: 2), only screen and (min-width: 1024px) and (max-width: 1112px) and (minpixel-ratio: 2), only screen and (min-width: 1024px) and (max-width: 1112px) and (min-device-pixel-ratio: 2), only screen and (min-width: 1024px) and (max-width: 1112px) and (min-device-pixel-ratio: 2) {
  .l-pdp__product-image .product-image__big {
    max-height: 585px;
    width: 390px;
  }
  .l-pdp__product-image .product-image__big picture,
.l-pdp__product-image .product-image__big img,
.l-pdp__product-image .product-image__big video {
    height: 585px;
  }
}
@media only screen and (min-height: 960px) and (min-width: 1536px) and (orientation: landscape) and (minpixel-ratio: 2), only screen and (min-height: 960px) and (min-width: 1536px) and (orientation: landscape) and (minpixel-ratio: 2), only screen and (min-height: 960px) and (min-width: 1536px) and (orientation: landscape) and (min-device-pixel-ratio: 2/1), only screen and (min-height: 960px) and (min-width: 1536px) and (orientation: landscape) and (min-device-pixel-ratio: 2), only screen and (min-height: 960px) and (min-width: 1536px) and (orientation: landscape) and (min-resolution: 226dpi), only screen and (min-height: 960px) and (min-width: 1536px) and (orientation: landscape) and (min-resolution: 2dppx) {
  .l-pdp__product-image .product-image__big {
    max-height: 691px;
    width: 460.6666666667px;
  }
  .l-pdp__product-image .product-image__big picture,
.l-pdp__product-image .product-image__big img,
.l-pdp__product-image .product-image__big video {
    height: 691px;
  }
}
.l-pdp__product-image .product-image__big img {
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  width: 100%;
}
.l-pdp__product-image .product-image__big picture {
  object-fit: contain;
}
@media not all and (min-resolution: 0.001dpcm) {
  .l-pdp__product-image .product-image__big picture {
    transform: translateY(0);
  }
}
.l-pdp__product-image .product-image__big .cmppreviewroot {
  align-items: center;
  background: rgb(33, 33, 33);
  bottom: 0;
  display: flex;
  justify-content: center;
  position: absolute;
  top: 0;
  width: 100%;
}
.l-pdp__product-image .product-image__big .slick-slide {
  border: 0;
  height: fit-content;
}
@media (max-width: 979.98px) {
  .l-pdp__product-image .product-image__big--portrait img {
    object-fit: cover;
  }
}
.l-pdp__product-image .product-image__big--mobile-no-crop img {
  object-fit: contain;
}
.l-pdp__product-image .gallery-enlarged__big {
  aspect-ratio: 2/3;
  max-width: 100%;
  width: 100%;
  height: 100%;
  max-height: 100vh;
}
.l-pdp__product-image .gallery-enlarged__big img {
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  width: 100%;
}
@supports not (aspect-ratio: auto) {
  .l-pdp__product-image .gallery-enlarged__big img {
    top: 50%;
    transform: translateY(-50%);
  }
}
.l-pdp__product-set-item {
  display: grid;
  grid-gap: 4px;
  grid-template-columns: 83px calc(100% - 88px);
  max-width: 100%;
  margin: 15px 0;
  padding-bottom: 15px;
  width: 100%;
}
@media (min-width: 1200px) {
  .l-pdp__product-set-item {
    grid-template-columns: 110px calc(100% - 88px);
  }
}
.l-pdp__product-set-item .price {
  display: flex;
}
.l-pdp__product-set-item .oldprice {
  margin-left: 0.5rem;
  color: rgb(33, 33, 33);
}
.l-pdp__product-set-item .l-pdp__product-name {
  display: block;
  font-size: 14px;
  line-height: 18px;
}
.l-pdp__product-set-item .l-pdp__brand-name {
  font-size: 14px;
  line-height: 18px;
}
.l-pdp__product-set-item:first-child {
  margin-top: 0;
}
.l-pdp__product-set-item .newprice {
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 18px;
}
.l-pdp__product-set-item .img-wrapper img {
  width: 83px;
  object-fit: contain;
}
@media (min-width: 1200px) {
  .l-pdp__product-set-item .img-wrapper img {
    width: 110px;
  }
}
.l-pdp__product-set-item.sold-out {
  position: relative;
}
.l-pdp__product-set-item.sold-out:after {
  background: rgb(255, 255, 255);
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.6;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}
.l-pdp__product-set-item.sold-out .c-like-btn {
  display: none;
}
.l-pdp__product-set-item.sold-out a {
  pointer-events: none;
}
.l-pdp__product-set-link::before {
  bottom: 15px;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.l-pdp__heading {
  color: rgb(33, 33, 33);
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 34px;
  margin-top: 70px;
}
@media (min-width: 980px) {
  .l-pdp__heading {
    font-size: 32px;
    line-height: 36px;
    margin-top: 43px;
  }
}
.l-pdp__section-carousel .img-wrapper img {
  height: 100%;
  object-fit: cover;
  position: absolute;
  width: 100%;
}
@media (max-width: 1199.98px) {
  .l-pdp__section-carousel .img-wrapper img {
    max-width: 270px;
  }
}
.l-pdp__section-carousel .slick-slide {
  padding: 0 7px;
}
.l-pdp__section-carousel .slick-slide .l-pdp__outfit-badge {
  background-color: rgb(199, 72, 55);
  bottom: 8px;
  height: 24px;
  padding-left: 12px;
  padding-right: 28px;
  z-index: 1;
}
.l-pdp__section-carousel .slick-slide .l-pdp__brand-name,
.l-pdp__section-carousel .slick-slide .l-pdp__product-name {
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
}
.l-pdp__section-carousel .slick-slide .l-pdp__brand-name {
  margin-top: 7px;
}
.l-pdp__section-carousel .c-slider-control__prev,
.l-pdp__section-carousel .c-slider-control__next {
  bottom: 80px;
  top: unset;
}
.l-pdp__section-carousel .slick-slide {
  display: block;
}
.l-pdp__button-review {
  border: 1px solid rgb(66, 66, 66);
  cursor: pointer;
  display: inline-block;
  margin-top: 30px;
  padding: 12px 40px;
  cursor: pointer;
}
.l-pdp__like-btn {
  width: 60px;
  height: 60px;
  display: block;
  text-align: center;
  border: 1px solid rgb(33, 33, 33);
  cursor: pointer;
}
.l-pdp__base-price {
  color: rgb(97, 97, 97);
  flex: 0 0 100%;
  font-size: 14px;
  line-height: 18px;
  width: 100%;
  text-transform: lowercase;
}
.l-pdp__badges {
  display: flex;
  flex-wrap: wrap;
  max-height: 22px;
  overflow: hidden;
}
.l-pdp__badges .c-badge {
  margin-right: 4px;
}
.l-pdp__badges .c-badge:nth-child(n+4) {
  display: none;
}
.l-pdp__paging-info {
  bottom: 0;
  right: 0;
}
@media (min-width: 768px) {
  .l-pdp__paging-info {
    display: none;
  }
}
.l-pdp__deliverybox__icon {
  width: 20px;
  left: 17px;
  top: 18px;
}
.l-pdp__horzeclub__icon {
  width: 24px;
  left: 17px;
  top: 25%;
}
@media (max-width: 1199.98px) {
  .l-pdp__horzeclub__icon {
    top: 30%;
  }
}

.slick-initialized ~ .l-pdp__panel,
.slick-initialized ~ .l-pdp__callout {
  opacity: 1;
  margin-left: 1px;
}

@media (min-width: 980px) {
  .img-zoom {
    background-position: 50% 50%;
    position: relative;
    width: 100%;
    overflow: hidden;
    cursor: zoom-in;
  }
  @media not all and (min-resolution: 0.001dpcm) {
    .img-zoom__container {
      display: flex;
      justify-content: center;
    }
  }
  .img-zoom img {
    transition: opacity 0.5s;
  }
  .img-zoom:hover img {
    opacity: 0;
  }
}

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

.pay-with-icons .icon-klarna {
  height: 12px;
}
.pay-with-icons .icon-paypal {
  height: 14px;
}
.pay-with-icons .icon-amazon {
  height: 16px;
}
.pay-with-icons .icon-mastercard {
  height: 19px;
}

.pdp-breadcrumb-text {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  color: rgb(208, 209, 211);
}

.pdp__info-widget p {
  font-size: 0.875rem;
  margin-bottom: 0;
}

.best-price__icon {
  width: 2.035rem;
  height: 2.035;
}
.best-price__badge {
  z-index: -1;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.25);
}

.hazard-pictogram {
  width: 70px;
  height: 70px;
  object-fit: contain;
  margin-right: 18px;
}

.c-youtube-player .cmplazypreviewiframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
}
.c-youtube-player iframe {
  pointer-events: none;
}

.cmplazypreviewiframe {
  background-color: white !important;
  background-image: none !important;
}

.product-info-ratings {
  text-decoration: none !important;
}

/*# sourceMappingURL=pdp.css.map */
