<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&amp;display=swap);.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 &gt; [class^="col"] {
  display: -ms-flexbox;
  display: flex; }

.swatch-circle-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f5f5dc;
  border-radius: calc($diameter / 2);
  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;
  border-radius: calc($diameter / 2);
  background-color: #f5f5dc;
  display: block;
  position: relative; }
  .swatch-filter-beige.disabled {
    opacity: 0.2; }

.swatch-circle-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000;
  border-radius: calc($diameter / 2);
  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;
  border-radius: calc($diameter / 2);
  background-color: #000;
  display: block;
  position: relative; }
  .swatch-filter-black.disabled {
    opacity: 0.2; }

.swatch-circle-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #073b91;
  border-radius: calc($diameter / 2);
  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: #073b91;
  border-radius: calc($diameter / 2);
  background-color: #073b91;
  display: block;
  position: relative; }
  .swatch-filter-blue.disabled {
    opacity: 0.2; }

.swatch-circle-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #a52a2a;
  border-radius: calc($diameter / 2);
  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;
  border-radius: calc($diameter / 2);
  background-color: #a52a2a;
  display: block;
  position: relative; }
  .swatch-filter-brown.disabled {
    opacity: 0.2; }

.swatch-circle-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #24b26d;
  border-radius: calc($diameter / 2);
  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: #24b26d;
  border-radius: calc($diameter / 2);
  background-color: #24b26d;
  display: block;
  position: relative; }
  .swatch-filter-green.disabled {
    opacity: 0.2; }

.swatch-circle-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #8f979d;
  border-radius: calc($diameter / 2);
  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;
  border-radius: calc($diameter / 2);
  background-color: #8f979d;
  display: block;
  position: relative; }
  .swatch-filter-grey.disabled {
    opacity: 0.2; }

.swatch-circle-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000080;
  border-radius: calc($diameter / 2);
  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;
  border-radius: calc($diameter / 2);
  background-color: #000080;
  display: block;
  position: relative; }
  .swatch-filter-navy.disabled {
    opacity: 0.2; }

.swatch-circle-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ffa500;
  border-radius: calc($diameter / 2);
  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;
  border-radius: calc($diameter / 2);
  background-color: #ffa500;
  display: block;
  position: relative; }
  .swatch-filter-orange.disabled {
    opacity: 0.2; }

.swatch-circle-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fe249a;
  border-radius: calc($diameter / 2);
  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;
  border-radius: calc($diameter / 2);
  background-color: #fe249a;
  display: block;
  position: relative; }
  .swatch-filter-pink.disabled {
    opacity: 0.2; }

.swatch-circle-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #800080;
  border-radius: calc($diameter / 2);
  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;
  border-radius: calc($diameter / 2);
  background-color: #800080;
  display: block;
  position: relative; }
  .swatch-filter-purple.disabled {
    opacity: 0.2; }

.swatch-circle-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f00;
  border-radius: calc($diameter / 2);
  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;
  border-radius: calc($diameter / 2);
  background-color: #f00;
  display: block;
  position: relative; }
  .swatch-filter-red.disabled {
    opacity: 0.2; }

.swatch-circle-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  border-radius: calc($diameter / 2);
  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;
  border-radius: calc($diameter / 2);
  background-color: #fff;
  display: block;
  position: relative; }
  .swatch-filter-white.disabled {
    opacity: 0.2; }

.swatch-circle-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ff0;
  border-radius: calc($diameter / 2);
  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;
  border-radius: calc($diameter / 2);
  background-color: #ff0;
  display: block;
  position: relative; }
  .swatch-filter-yellow.disabled {
    opacity: 0.2; }

.swatch-circle-miscellaneous {
  background: linear-gradient(0deg, #821e91 0, #821e91 25%, #edd134 25%, yellow 50%, #edd134 50%, #59ba00 50%, #59ba00 76%, #111 76%, #111 100%), linear-gradient(0deg, #0e5cd1 0, #0e5cd1 50%, #e20b0b 50%, #e20b0b 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;
  transform: rotate(35deg);
  width: 2.5em; }
  .swatch-circle-miscellaneous.disabled {
    opacity: 0.2; }
  .swatch-circle-miscellaneous.selected::after {
    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;
  border-radius: calc($diameter / 2);
  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';
    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';
    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; }

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

.description-and-detail {
  margin-top: 2em; }
  @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 &gt; 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; } }

.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.availability {
  padding-right: 0.3125em; }

@media (min-width: 544px) {
  .product-number-rating {
    border-bottom: 1px solid #ccc; } }

@media (min-width: 769px) {
  .product-number-rating {
    border-top: 1px solid #ccc; } }

@media (min-width: 544px) and (max-width: 768.98px) {
  .product-name {
    border-bottom: 1px solid #ccc; } }

@media (min-width: 544px) {
  .product-number-rating .ratings {
    margin-top: 0.625em; } }

@media (max-width: 543.98px) {
  .product-number-rating .ratings {
    background-color: #fff;
    margin-top: -1.875em;
    /* 30/16 */
    margin-right: -0.9375em;
    /* 15/16 */
    padding: 0.1875em;
    /* 3/16 */ } }

.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%; }
  .promotions div.collapsible-xl button.callout {
    font-size: 1.25em;
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
    color: #d03a3a; }
    @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; }
  @media (max-width: 991.98px) {
    .product-breadcrumb .breadcrumb {
      border-top: 1px solid #ccc; } }

.price {
  font-size: 1.5rem; }

.product-options {
  margin-top: 1.25em; }

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

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

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

@media (min-width: 769px) {
  .attributes {
    padding-left: 2.5rem;
    padding-right: 2.5rem; } }

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

.attribute-button-type-block {
  margin-bottom: 5px; }
  .attribute-button-type-block.error input[type="radio"] + label {
    border-color: #d03a3a; }
  .attribute-button-type-block .select-product-attr-error {
    color: #d03a3a;
    font-family: Gibson-Medium, sans-serif;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 10px;
    text-transform: uppercase; }
  .attribute-button-type-block ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    list-style: none;
    padding: 0;
    margin: 0; }
  .attribute-button-type-block li {
    display: -ms-inline-flexbox;
    display: inline-flex;
    max-width: 50px;
    height: 100%;
    min-height: 50px;
    width: 100%;
    margin-right: 10px;
    margin-bottom: 15px;
    position: relative;
    transition: border 0.3s ease-in-out; }
  .attribute-button-type-block label,
  .attribute-button-type-block input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .attribute-button-type-block .reset-attr-button {
    display: none; }
    .attribute-button-type-block .reset-attr-button label {
      border: 1px solid #000; }
  .attribute-button-type-block input[type="radio"] {
    opacity: 0.011;
    z-index: 100; }
    .attribute-button-type-block input[type="radio"]:checked + label {
      border-color: #000; }
    .attribute-button-type-block input[type="radio"].selected + .reset-attr-button {
      display: block;
      width: 100%;
      height: 40px;
      z-index: 91; }
    .attribute-button-type-block input[type="radio"]:disabled + label {
      opacity: 0.4;
      cursor: not-allowed; }
      .attribute-button-type-block input[type="radio"]:disabled + label:hover {
        border-color: #d4d4d4;
        cursor: default; }
      .attribute-button-type-block input[type="radio"]:disabled + label::after {
        content: "";
        position: absolute;
        left: -8px;
        top: 19px;
        width: 54px;
        height: 1px;
        background: #d4d4d4;
        transform: rotate(-45deg); }
  .attribute-button-type-block label {
    cursor: pointer;
    z-index: 2;
    margin: 0;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    background-color: #fff;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.2;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
    .attribute-button-type-block label:hover {
      border: 1px solid #000; }

.item-disabled input ~ label {
  text-decoration: line-through; }

/* stylelint-disable scss/media-feature-value-dollar-variable, property-no-unknown */
.pdp-gallery-block {
  padding-right: 0px !important;
  padding-left: 12px !important; }
  @media (max-width: 991.98px) {
    .pdp-gallery-block {
      padding-right: 0 !important;
      padding-left: 0 !important; } }
  .pdp-gallery-block .image-tile-tag-wrapper {
    position: absolute;
    z-index: 1;
    top: 20px;
    left: 6px; }
  .pdp-gallery-block .row {
    margin-bottom: 10px; }
  .pdp-gallery-block .col-12,
  .pdp-gallery-block .col-sm-6,
  .pdp-gallery-block .col-md-6,
  .pdp-gallery-block .col-sm-4,
  .pdp-gallery-block .col-4 {
    padding-left: 0;
    padding-right: 0; }
    @media (min-width: 769px) {
      .pdp-gallery-block .col-12,
      .pdp-gallery-block .col-sm-6,
      .pdp-gallery-block .col-md-6,
      .pdp-gallery-block .col-sm-4,
      .pdp-gallery-block .col-4 {
        padding-left: 6px;
        padding-right: 6px; } }
  .pdp-gallery-block .col-12 {
    margin-top: 10px; }
    .pdp-gallery-block .col-12 &gt; a {
      width: 100%;
      height: 100%;
      display: block;
      position: relative;
      padding-top: calc(2500 * 100% / 1875); }
      .pdp-gallery-block .col-12 &gt; a img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: contain; }
  .pdp-gallery-block .image-block {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 8px;
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
    margin: 0 0 0px !important; }
    @media (max-width: 768.98px) {
      .pdp-gallery-block .image-block {
        width: 100% !important;
        padding-bottom: 0 !important;
        overflow-x: visible !important;
        -webkit-overflow-scrolling: auto;
        scrollbar-width: none;
        /* Firefox */
        -ms-overflow-style: none;
        /* Internet Explorer 10+ */ }
        .pdp-gallery-block .image-block::-webkit-scrollbar {
          /* WebKit */
          width: 0;
          height: 0; }
        .pdp-gallery-block .image-block .col-12 {
          margin-right: 10px;
          scroll-snap-align: start; } }
    .pdp-gallery-block .image-block img {
      background-color: #eaeaea; }
      .pdp-gallery-block .image-block img[data-packshot="true"] {
        padding: 10.662% 8% !important; }
    .pdp-gallery-block .image-block .pdp-gallery-slide {
      position: relative;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      background-color: #eaeaea;
      margin: 0 !important;
      padding: 0 !important;
      width: calc(50% - 4px);
      max-width: calc(50% - 4px);
      min-width: calc(50% - 4px); }
      .pdp-gallery-block .image-block .pdp-gallery-slide .slide-counter {
        position: absolute;
        right: 10.5px;
        bottom: 9px; }
        .pdp-gallery-block .image-block .pdp-gallery-slide .slide-counter .slide-counter-content {
          font-family: Inter, sans-serif;
          font-weight: 400;
          color: #000;
          font-size: 12px; }
      @media (max-width: 991.98px) {
        .pdp-gallery-block .image-block .pdp-gallery-slide {
          width: 100%;
          max-width: 100%;
          min-width: 100%; } }
      .pdp-gallery-block .image-block .pdp-gallery-slide a {
        width: 100%; }
        .pdp-gallery-block .image-block .pdp-gallery-slide a img {
          width: 100%; }
  .pdp-gallery-block .image-block-scroll {
    position: relative;
    overflow-x: hidden; }
    .pdp-gallery-block .image-block-scroll.second-image-block-margin-override {
      margin-top: 8px !important; }
    .pdp-gallery-block .image-block-scroll .image-button-prev,
    .pdp-gallery-block .image-block-scroll .image-button-next {
      width: 40px;
      height: 40px;
      background: #fff;
      color: inherit;
      border: none;
      padding: 8px;
      font: inherit;
      cursor: pointer;
      outline: inherit;
      cursor: pointer;
      position: absolute;
      top: calc(50% - 20px);
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center; }
      .pdp-gallery-block .image-block-scroll .image-button-prev:hover img,
      .pdp-gallery-block .image-block-scroll .image-button-next:hover img {
        scale: 1.1; }
      @media (max-width: 991.98px) {
        .pdp-gallery-block .image-block-scroll .image-button-prev,
        .pdp-gallery-block .image-block-scroll .image-button-next {
          display: none; } }
      .pdp-gallery-block .image-block-scroll .image-button-prev img,
      .pdp-gallery-block .image-block-scroll .image-button-next img {
        width: 16px;
        height: 16px;
        background-color: transparent; }
    .pdp-gallery-block .image-block-scroll .image-button-next {
      right: 8px;
      transform: rotate(-90deg); }
    .pdp-gallery-block .image-block-scroll .image-button-prev {
      left: 8px;
      transform: rotate(90deg); }
    .pdp-gallery-block .image-block-scroll .slide-counter {
      position: absolute;
      right: 10.5px;
      bottom: 2.5%; }
      @media (min-width: 769px) and (max-width: 1199.98px) {
        .pdp-gallery-block .image-block-scroll .slide-counter {
          right: 16.5px;
          bottom: 15px; } }
      .pdp-gallery-block .image-block-scroll .slide-counter .slide-counter-content {
        font-family: Inter, sans-serif;
        font-weight: 400;
        color: #000;
        font-size: 12px; }
  @media (max-width: 991.98px) {
    .pdp-gallery-block .image-block-primary {
      gap: 0px;
      transition: transform 0.5s ease-in-out;
      animation-duration: 2s; } }
  .pdp-gallery-block .image-block-secondary {
    transition: transform 0.5s ease-in-out;
    animation-duration: 2s;
    margin: 0 !important; }
    @media (max-width: 991.98px) {
      .pdp-gallery-block .image-block-secondary {
        gap: 4px; }
        .pdp-gallery-block .image-block-secondary .pdp-gallery-slide {
          width: 16%;
          max-width: 16%;
          min-width: 16%; }
          .pdp-gallery-block .image-block-secondary .pdp-gallery-slide.selected {
            border: 1px solid #000; }
            .pdp-gallery-block .image-block-secondary .pdp-gallery-slide.selected img[data-packshot="true"] {
              padding-top: 12% !important; }
            .pdp-gallery-block .image-block-secondary .pdp-gallery-slide.selected img[data-packshot="false"] {
              padding-top: 1% !important; } }
  .pdp-gallery-block .block-secondary-container {
    position: relative;
    overflow: hidden;
    margin-left: 8px;
    margin-right: 8px; }
    .pdp-gallery-block .block-secondary-container .image-block-secondary {
      margin-top: 8px !important; }
    .pdp-gallery-block .block-secondary-container .mobile-button-prev,
    .pdp-gallery-block .block-secondary-container .mobile-button-next {
      background: transparent;
      color: inherit;
      border: none;
      padding: 0;
      font: inherit;
      cursor: pointer;
      outline: inherit;
      cursor: pointer;
      position: absolute;
      top: calc(50% - 8px);
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center; }
      .pdp-gallery-block .block-secondary-container .mobile-button-prev:hover img,
      .pdp-gallery-block .block-secondary-container .mobile-button-next:hover img {
        scale: 1.1; }
      .pdp-gallery-block .block-secondary-container .mobile-button-prev img,
      .pdp-gallery-block .block-secondary-container .mobile-button-next img {
        width: 12px;
        height: 12px;
        background-color: transparent; }
    .pdp-gallery-block .block-secondary-container .mobile-button-next {
      right: 10px;
      transform: rotate(-90deg); }
    .pdp-gallery-block .block-secondary-container .mobile-button-prev {
      left: 10px;
      transform: rotate(90deg); }
    .pdp-gallery-block .block-secondary-container .button-prev-container,
    .pdp-gallery-block .block-secondary-container .button-next-container {
      position: absolute;
      top: 0;
      width: 1px;
      height: 100%;
      margin-right: -1px;
      background: #fff;
      box-shadow: -5px 0px 25px 30px #fff; }
    .pdp-gallery-block .block-secondary-container .button-prev-container {
      left: 0;
      transform: rotate(180deg); }
    .pdp-gallery-block .block-secondary-container .button-next-container {
      right: 0; }
  .pdp-gallery-block .block-scroll-secondary {
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: auto;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */ }
    .pdp-gallery-block .block-scroll-secondary::-webkit-scrollbar {
      /* WebKit */
      width: 0;
      height: 0;
      display: none; }
    @media (min-width: 769px) and (max-width: 1199.98px) {
      .pdp-gallery-block .block-scroll-secondary {
        margin-left: 8px; } }
    @media (min-width: 769px) and (max-width: 991.98px) {
      .pdp-gallery-block .block-scroll-secondary {
        margin-left: 12px; } }
    .pdp-gallery-block .block-scroll-secondary .mobile-button-prev,
    .pdp-gallery-block .block-scroll-secondary .mobile-button-next {
      background: transparent;
      color: inherit;
      border: none;
      padding: 0;
      font: inherit;
      cursor: pointer;
      outline: inherit;
      cursor: pointer;
      position: absolute;
      top: calc(50% - 8px);
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center; }
      .pdp-gallery-block .block-scroll-secondary .mobile-button-prev:hover img,
      .pdp-gallery-block .block-scroll-secondary .mobile-button-next:hover img {
        scale: 1.1; }
      .pdp-gallery-block .block-scroll-secondary .mobile-button-prev img,
      .pdp-gallery-block .block-scroll-secondary .mobile-button-next img {
        width: 12px;
        height: 12px;
        background-color: transparent; }
    .pdp-gallery-block .block-scroll-secondary .mobile-button-next {
      right: 10px;
      transform: rotate(-90deg); }
    .pdp-gallery-block .block-scroll-secondary .mobile-button-prev {
      left: 10px;
      transform: rotate(90deg); }
    .pdp-gallery-block .block-scroll-secondary .button-prev-container,
    .pdp-gallery-block .block-scroll-secondary .button-next-container {
      position: absolute;
      top: 0;
      width: 1px;
      height: 100%;
      margin-right: -1px;
      background: #fff;
      box-shadow: -5px 0px 25px 30px #fff; }
    .pdp-gallery-block .block-scroll-secondary .button-prev-container {
      left: 0;
      transform: rotate(180deg); }
    .pdp-gallery-block .block-scroll-secondary .button-next-container {
      right: 0; }
  .pdp-gallery-block .block-primary-desktop a,
  .pdp-gallery-block .block-secondary-desktop a,
  .pdp-gallery-block .block-primary-mobile a {
    cursor: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE1LjI1MDIgMTYuNzQ5OFYyMi45OTk4SDE2Ljc1MDJWMTYuNzQ5OEgyMy4wMDAyVjE1LjI0OThIMTYuNzUwMlY4Ljk5OTc2SDE1LjI1MDJWMTUuMjQ5OEg5LjAwMDI0VjE2Ljc0OThIMTUuMjUwMloiIGZpbGw9IiMwRjEwMTgiLz4KPC9zdmc+Cg=="), pointer; }
  .pdp-gallery-block .urgent-label-wrapper {
    margin-right: 8px;
    position: absolute;
    z-index: 2;
    bottom: 9px;
    left: 8px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding: 8px;
    background-color: #f9f9f9;
    visibility: hidden;
    min-height: 32px; }
    @media (max-width: 768.98px) {
      .pdp-gallery-block .urgent-label-wrapper {
        margin-right: 12px; } }
    .pdp-gallery-block .urgent-label-wrapper.active {
      animation: AnimationSnippetOpen 0.45s forwards; }
    .pdp-gallery-block .urgent-label-wrapper .label-icon {
      margin-right: 3px;
      display: -ms-flexbox;
      display: flex; }
      .pdp-gallery-block .urgent-label-wrapper .label-icon .urgent-icon {
        width: 12px;
        height: 12px; }
    .pdp-gallery-block .urgent-label-wrapper .label-type {
      margin-right: 8px;
      font-family: Inter, sans-serif;
      color: #0f1018;
      font-weight: 700;
      font-size: 12px;
      line-height: 130%;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
    .pdp-gallery-block .urgent-label-wrapper .label-text {
      font-family: Inter, sans-serif;
      color: #525252;
      font-weight: 500;
      font-size: 12px;
      line-height: 130%; }
  .pdp-gallery-block .container-animate-wrapper {
    position: absolute;
    z-index: 2;
    left: 8px;
    bottom: 9px;
    display: -ms-flexbox;
    display: flex;
    min-height: 32px;
    height: 32px !important;
    width: 185px;
    background-color: transparent;
    will-change: top, bottom;
    visibility: hidden; }
    .pdp-gallery-block .container-animate-wrapper.sticksy-dummy-node {
      display: none !important; }
    .pdp-gallery-block .container-animate-wrapper .container-animate-left {
      position: relative;
      width: 50%;
      height: 100%;
      overflow: hidden; }
    .pdp-gallery-block .container-animate-wrapper .container-animate-right {
      position: relative;
      width: 50%;
      height: 100%;
      overflow: hidden; }
    .pdp-gallery-block .container-animate-wrapper .box {
      visibility: hidden;
      position: absolute;
      width: 100%;
      height: 100%;
      box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px; }
    .pdp-gallery-block .container-animate-wrapper .left {
      background-color: #fff; }
      .pdp-gallery-block .container-animate-wrapper .left.active {
        animation: MoveLeft 0.5s forwards; }
      .pdp-gallery-block .container-animate-wrapper .left.disabled {
        animation: MoveLeftBack 0.5s forwards; }
    .pdp-gallery-block .container-animate-wrapper .right {
      background-color: #fff; }
      .pdp-gallery-block .container-animate-wrapper .right.active {
        animation: MoveRight 0.5s forwards; }
      .pdp-gallery-block .container-animate-wrapper .right.disabled {
        animation: MoveRightBack 0.5s forwards; }

@keyframes AnimationSnippetOpen {
  99% {
    visibility: hidden; }
  100% {
    visibility: visible; } }

@keyframes MoveLeft {
  0% {
    transform: translateX(137px);
    visibility: visible;
    border-left: 30px solid #2291ff; }
  100% {
    transform: translateX(0);
    visibility: hidden;
    border-left: 0px; } }

@keyframes MoveRight {
  0% {
    transform: translateX(-137px);
    visibility: visible;
    border-right: 30px solid #2291ff; }
  100% {
    transform: translateX(0);
    visibility: hidden;
    border-right: 0px; } }

@keyframes MoveLeftBack {
  0% {
    transform: translateX(0);
    visibility: visible;
    border-left: 0px; }
  100% {
    transform: translateX(137px);
    visibility: hidden;
    border-left: 30px solid #2291ff; } }

@keyframes MoveRightBack {
  0% {
    transform: translateX(0);
    visibility: visible;
    border-right: 0px; }
  100% {
    transform: translateX(-137px);
    visibility: hidden;
    border-right: 30px solid #2291ff; } }

@media (min-width: 544px) {
  .pdp-main-column {
    padding-left: 40px;
    padding-right: 40px; } }

@media (min-width: 992px) {
  .pdp-main-column {
    padding-left: 15px;
    padding-right: 15px; } }

.container.pdp-container {
  max-width: 100%; }
  @media (min-width: 544px) {
    .container.pdp-container {
      max-width: calc(100% - 80px); } }
  @media (min-width: 992px) {
    .container.pdp-container {
      max-width: calc(100% - 120px); } }
  @media (min-width: 544px) {
    .container.pdp-container.pdp-container-trending {
      max-width: calc(100% - 50px); } }
  @media (min-width: 992px) {
    .container.pdp-container.pdp-container-trending {
      max-width: calc(100% - 90px); } }
  @media (min-width: 544px) {
    .container.pdp-container.pdp-container-subscribe {
      max-width: calc(100% - 42px); } }
  @media (min-width: 992px) {
    .container.pdp-container.pdp-container-subscribe {
      max-width: calc(100% - 82px); } }

body.modal-zoom-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
  padding-right: 0 !important; }
  body.modal-zoom-open .zoom-modal-wrapper {
    padding-right: 0 !important;
    overflow-y: hidden;
    z-index: 7;
    height: calc(100vh - 64px);
    top: 64px;
    transition: none; }
  body.modal-zoom-open .veil {
    z-index: 11; }
  body.modal-zoom-open .modal-backdrop {
    display: none !important; }

#zoomModal .modal-body-gallery {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  position: relative; }

#zoomModal .modal-dialog {
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
  z-index: 4; }

#zoomModal .modal-content {
  height: 100%;
  min-height: 100%;
  border: none; }

#zoomModal button.close {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIzMXB4IiBoZWlnaHQ9IjMwcHgiIHZpZXdCb3g9IjAgMCAzMSAzMCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT45NzcxNDY3OC00ODBGLTQ2QUItQjIwQS0zQzczRDdFRDM1QkQ8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggc2tldGNodG9vbC48L2Rlc2M+ICAgIDxnIGlkPSJBc3NldC1BcnRib2FyZC1QYWdlIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIj4gICAgICAgIDxnIGlkPSJpY29ub2dyYXBoeS0vLWNsb3NlLSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC41MDU1MjMsIDAuMDAwMDAwKSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2Utd2lkdGg9IjEuNSI+ICAgICAgICAgICAgPHBhdGggZD0iTTksOSBMMjEsMjEgTTksMjEgTDIxLDkiIGlkPSJsaW5lYXJ0Ij48L3BhdGg+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=") #000 center no-repeat;
  width: 34px;
  height: 34px;
  text-indent: -9999px;
  outline: none;
  box-shadow: none;
  position: absolute;
  right: 25px;
  top: 25px;
  z-index: 1;
  opacity: 1; }
  #zoomModal button.close:not(:disabled) {
    opacity: 1; }

.color-text-value-zoom {
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.24px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 4px; }

.zoom-gallery-container {
  position: relative; }
  .zoom-gallery-container .zoom-image-button-prev,
  .zoom-gallery-container .zoom-image-button-next {
    width: 40px;
    height: 40px;
    background: #000;
    color: inherit;
    border: none;
    padding: 8px;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    cursor: pointer;
    position: absolute;
    top: calc(50% - 20px);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
    .zoom-gallery-container .zoom-image-button-prev:hover img,
    .zoom-gallery-container .zoom-image-button-next:hover img {
      scale: 1.1; }
    .zoom-gallery-container .zoom-image-button-prev img,
    .zoom-gallery-container .zoom-image-button-next img {
      width: 16px;
      height: 16px;
      background-color: transparent;
      filter: invert(1); }
  .zoom-gallery-container .zoom-image-button-next {
    right: 76px;
    transform: rotate(-90deg); }
    @media (max-width: 991.98px) {
      .zoom-gallery-container .zoom-image-button-next {
        right: 8px; } }
  .zoom-gallery-container .zoom-image-button-prev {
    left: 76px;
    transform: rotate(90deg); }
    @media (max-width: 991.98px) {
      .zoom-gallery-container .zoom-image-button-prev {
        left: 8px; } }
  .zoom-gallery-container .zoom-main-container {
    background-color: #eaeaea;
    min-width: 100%;
    height: calc(100vh - 64px);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    text-align: center;
    position: relative;
    min-width: 100%;
    -webkit-overflow-scrolling: touch;
    text-align: center;
    scrollbar-width: none; }
  .zoom-gallery-container .zoom-close-button {
    position: absolute;
    background: #fff;
    border: none;
    padding: 0;
    top: 8px;
    right: 8px;
    width: 48px;
    height: 48px;
    will-change: auto;
    z-index: 2; }
    .zoom-gallery-container .zoom-close-button::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9IkZyYW1lIDciPgo8cGF0aCBpZD0iVW5pb24iIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNOC4wOTIwNiA2Ljk0OTMyTDEyLjUxMiAyLjUyOTQxTDExLjQ1MTMgMS40Njg3NUw3LjAzMTQgNS44ODg2NkwyLjYxMjQyIDEuNDY5NjdMMS41NTE3NiAyLjUzMDMzTDUuOTcwNzQgNi45NDkzMkwxLjU1MTgxIDExLjM2ODJMMi42MTI0NyAxMi40Mjg5TDcuMDMxNCA4LjAwOTk4TDExLjQ1MTMgMTIuNDI5OEwxMi41MTE5IDExLjM2OTJMOC4wOTIwNiA2Ljk0OTMyWiIgZmlsbD0iIzBGMTAxOCIvPgo8L2c+Cjwvc3ZnPgo=");
      height: 14px;
      width: 14px;
      margin: 17px; }
  .zoom-gallery-container .zoom-main-image {
    left: 0;
    top: 0;
    z-index: 1;
    background-color: #eaeaea;
    height: 100%; }
    .zoom-gallery-container .zoom-main-image.image-scale-200 {
      height: 200%;
      width: auto; }
    .zoom-gallery-container .zoom-main-image.image-scale-300 {
      height: 300%;
      width: auto; }
    .zoom-gallery-container .zoom-main-image[data-packshot="true"] {
      padding: 10% 8%; }
    @media (max-width: 991.98px) {
      .zoom-gallery-container .zoom-main-image {
        width: auto;
        height: 100%; } }
  .zoom-gallery-container .zoom-thumbnails {
    position: absolute;
    left: 8px;
    top: 105px;
    z-index: 2;
    width: 80px;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-color: #000 #fff;
    scrollbar-width: thin;
    height: calc(100% - 140px);
    scrollbar-width: none; }
    .zoom-gallery-container .zoom-thumbnails::-webkit-scrollbar {
      width: 2px;
      display: none; }
    .zoom-gallery-container .zoom-thumbnails::-webkit-scrollbar-track {
      box-shadow: inset 0 0 2px #bfbfbf; }
    .zoom-gallery-container .zoom-thumbnails::-webkit-scrollbar-thumb {
      background-color: #000;
      outline: 2px solid #000; }
    @media (max-width: 991.98px) {
      .zoom-gallery-container .zoom-thumbnails {
        display: none; } }
    .zoom-gallery-container .zoom-thumbnails img {
      background-color: #eaeaea; }
      .zoom-gallery-container .zoom-thumbnails img[data-packshot="true"] {
        padding: 10% 8%; }
    .zoom-gallery-container .zoom-thumbnails ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .zoom-gallery-container .zoom-thumbnails ul li {
        width: 60px;
        height: 80px;
        margin-bottom: 8px; }
        .zoom-gallery-container .zoom-thumbnails ul li a {
          display: block;
          border: 1px transparent solid;
          transition: border 0.15s ease-in-out;
          overflow: hidden;
          border: 1px #d9d9d9 solid;
          width: 60px;
          height: 80px;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          background-color: #eaeaea; }
          .zoom-gallery-container .zoom-thumbnails ul li a.zoom-selected {
            border: 1px #000 solid;
            cursor: default; }
          .zoom-gallery-container .zoom-thumbnails ul li a:hover {
            border: 1px #000 solid; }
  .zoom-gallery-container .zoom-color-attributes {
    position: absolute;
    right: 8px;
    top: 20px;
    z-index: 2;
    width: 60px;
    height: auto; }
  .zoom-gallery-container .zoom-color-thumbnails {
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-color: #000 #fff;
    scrollbar-width: thin;
    padding-right: 0px;
    height: 100%;
    scrollbar-width: none; }
    .zoom-gallery-container .zoom-color-thumbnails .attribute button.color-attribute span {
      width: 54px !important;
      height: 72px !important;
      margin-right: 0px !important;
      background-size: contain;
      background-color: #eaeaea !important; }
    .zoom-gallery-container .zoom-color-thumbnails .attribute button.color-attribute {
      width: 60px !important;
      height: 80px !important;
      background-color: #eaeaea !important;
      border: 1px #d9d9d9 solid !important;
      margin-bottom: 6px !important; }
    .zoom-gallery-container .zoom-color-thumbnails::-webkit-scrollbar {
      width: 2px; }
    .zoom-gallery-container .zoom-color-thumbnails::-webkit-scrollbar-track {
      box-shadow: inset 0 0 2px #bfbfbf; }
    .zoom-gallery-container .zoom-color-thumbnails::-webkit-scrollbar-thumb {
      background-color: #000;
      outline: 2px solid #000; }
    @media (min-width: 544px) {
      .zoom-gallery-container .zoom-color-thumbnails {
        width: 60px; } }
    .zoom-gallery-container .zoom-color-thumbnails img {
      background-color: #eaeaea; }
      .zoom-gallery-container .zoom-color-thumbnails img[data-packshot="true"] {
        padding: 10% 8%; }
    .zoom-gallery-container .zoom-color-thumbnails ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .zoom-gallery-container .zoom-color-thumbnails ul li {
        width: 100%;
        margin-bottom: 15px; }
        .zoom-gallery-container .zoom-color-thumbnails ul li a {
          display: block;
          border: 1px transparent solid;
          border-radius: 4px;
          transition: border 0.15s ease-in-out;
          overflow: hidden; }
          .zoom-gallery-container .zoom-color-thumbnails ul li a.zoom-selected {
            border: 1px #000 solid;
            cursor: default; }
          .zoom-gallery-container .zoom-color-thumbnails ul li a:hover {
            border: 1px #000 solid; }

.color-container {
  position: absolute;
  top: 85px;
  right: 8px;
  width: 60px;
  height: auto;
  z-index: 2;
  margin-left: 0px;
  margin-right: 0px !important; }
  @media (max-width: 991.98px) {
    .color-container {
      display: none; } }

.zoom-buttons-container {
  position: absolute;
  bottom: 35px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  border: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center; }
  .zoom-buttons-container .image-button-minus-scale,
  .zoom-buttons-container .image-button-plus-scale {
    width: 32px;
    height: 32px;
    padding: 0px;
    background-color: white;
    border: none; }
    .zoom-buttons-container .image-button-minus-scale:disabled,
    .zoom-buttons-container .image-button-plus-scale:disabled {
      opacity: 0.7; }
    .zoom-buttons-container .image-button-minus-scale img,
    .zoom-buttons-container .image-button-plus-scale img {
      width: 16px;
      height: 16px; }
  .zoom-buttons-container .scale-value-container {
    width: 58px;
    height: 24px;
    margin-left: 19px;
    margin-right: 19px;
    background-color: white;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-pack: center;
        justify-content: center;
    color: #000;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; }

/* stylelint-disable scss/media-feature-value-dollar-variable, property-no-unknown, max-nesting-depth */
body {
  scroll-behavior: smooth !important; }
  body .page {
    scroll-behavior: smooth !important; }
  body .page-content {
    scroll-behavior: smooth !important; }

.product-detail {
  scroll-behavior: smooth;
  font-size: 12px; }
  .product-detail.container {
    max-width: 100%; }
    @media (min-width: 1600px) {
      .product-detail.container {
        max-width: 1480px; } }
  .product-detail .campaign-badge-wrapper {
    bottom: 0;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4px; }
    .product-detail .campaign-badge-wrapper .campaign-badge {
      padding: 3px 5px;
      font-family: Inter, sans-serif;
      font-weight: 600;
      font-size: 10px;
      letter-spacing: 0.02rem;
      line-height: 12px;
      margin-top: 8px; }
  .product-detail .labels-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4px; }
  .product-detail .badge-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4px; }
    .product-detail .badge-wrapper .badge {
      font-family: Inter, sans-serif;
      font-weight: 600;
      font-size: 10px;
      padding: 3px 5px;
      text-transform: uppercase;
      border-radius: 0;
      margin-top: 8px; }
      .product-detail .badge-wrapper .badge-new {
        color: #525252;
        background-color: #e3e3e3; }
      .product-detail .badge-wrapper .badge-bestseller {
        color: #fff;
        background-color: #0f1018; }
        .product-detail .badge-wrapper .badge-bestseller .content {
          position: relative;
          padding-right: 12px; }
          .product-detail .badge-wrapper .badge-bestseller .content::after {
            content: url("data:image/svg+xml;base64,PHN2ZyBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMjggMTI4IiB2aWV3Qm94PSIwIDAgMTI4IDEyOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PHJhZGlhbEdyYWRpZW50IGlkPSJhIiBjeD0iNjguODgzOSIgY3k9IjEyNC4yOTYzIiBncmFkaWVudFRyYW5zZm9ybT0ibWF0cml4KC0xIC0uMDA0MzQzMDEgLS4wMDcxMjU5MiAxLjY0MDggMTMxLjk4NTcgLTc5LjM0NTIpIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgcj0iNzAuNTg3Ij48c3RvcCBvZmZzZXQ9Ii4zMTQ0IiBzdG9wLWNvbG9yPSIjZmY5ODAwIi8+PHN0b3Agb2Zmc2V0PSIuNjYxNiIgc3RvcC1jb2xvcj0iI2ZmNmQwMCIvPjxzdG9wIG9mZnNldD0iLjk3MTUiIHN0b3AtY29sb3I9IiNmNDQzMzYiLz48L3JhZGlhbEdyYWRpZW50PjxyYWRpYWxHcmFkaWVudCBpZD0iYiIgY3g9IjY0LjkyMTEiIGN5PSI1NC4wNjIxIiBncmFkaWVudFRyYW5zZm9ybT0ibWF0cml4KC0uMDEwMSAuOTk5OSAuNzUyNSAuMDA3NjAzNzggMjYuMTUzOCAtMTEuMjY2OCkiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiByPSI3My44NTk5Ij48c3RvcCBvZmZzZXQ9Ii4yMTQxIiBzdG9wLWNvbG9yPSIjZmZmMTc2Ii8+PHN0b3Agb2Zmc2V0PSIuMzI3NSIgc3RvcC1jb2xvcj0iI2ZmZjI3ZCIvPjxzdG9wIG9mZnNldD0iLjQ4NjgiIHN0b3AtY29sb3I9IiNmZmY0OGYiLz48c3RvcCBvZmZzZXQ9Ii42NzIyIiBzdG9wLWNvbG9yPSIjZmZmN2FkIi8+PHN0b3Agb2Zmc2V0PSIuNzkzMSIgc3RvcC1jb2xvcj0iI2ZmZjljNCIvPjxzdG9wIG9mZnNldD0iLjgyMjEiIHN0b3AtY29sb3I9IiNmZmY4YmQiIHN0b3Atb3BhY2l0eT0iLjgwNCIvPjxzdG9wIG9mZnNldD0iLjg2MjciIHN0b3AtY29sb3I9IiNmZmY2YWIiIHN0b3Atb3BhY2l0eT0iLjUyOSIvPjxzdG9wIG9mZnNldD0iLjkxMDEiIHN0b3AtY29sb3I9IiNmZmYzOGQiIHN0b3Atb3BhY2l0eT0iLjIwODgiLz48c3RvcCBvZmZzZXQ9Ii45NDA5IiBzdG9wLWNvbG9yPSIjZmZmMTc2IiBzdG9wLW9wYWNpdHk9IjAiLz48L3JhZGlhbEdyYWRpZW50PjxwYXRoIGQ9Im0zNS41NiA0MC43M2MtLjU3IDYuMDgtLjk3IDE2Ljg0IDIuNjIgMjEuNDIgMCAwLTEuNjktMTEuODIgMTMuNDYtMjYuNjUgNi4xLTUuOTcgNy41MS0xNC4wOSA1LjM4LTIwLjE4LTEuMjEtMy40NS0zLjQyLTYuMy01LjM0LTguMjktMS4xMi0xLjE3LS4yNi0zLjEgMS4zNy0zLjAzIDkuODYuNDQgMjUuODQgMy4xOCAzMi42MyAyMC4yMiAyLjk4IDcuNDggMy4yIDE1LjIxIDEuNzggMjMuMDctLjkgNS4wMi00LjEgMTYuMTggMy4yIDE3LjU1IDUuMjEuOTggNy43My0zLjE2IDguODYtNi4xNC40Ny0xLjI0IDIuMS0xLjU1IDIuOTgtLjU2IDguOCAxMC4wMSA5LjU1IDIxLjggNy43MyAzMS45NS0zLjUyIDE5LjYyLTIzLjM5IDMzLjktNDMuMTMgMzMuOS0yNC42NiAwLTQ0LjI5LTE0LjExLTQ5LjM4LTM5LjY1LTIuMDUtMTAuMzEtMS4wMS0zMC43MSAxNC44OS00NS4xMSAxLjE4LTEuMDggMy4xMS0uMTIgMi45NSAxLjV6IiBmaWxsPSJ1cmwoI2EpIi8+PHBhdGggZD0ibTc2LjExIDc3LjQyYy05LjA5LTExLjctNS4wMi0yNS4wNS0yLjc5LTMwLjM3LjMtLjctLjUtMS4zNi0xLjEzLS45My0zLjkxIDIuNjYtMTEuOTIgOC45Mi0xNS42NSAxNy43My01LjA1IDExLjkxLTQuNjkgMTcuNzQtMS43IDI0Ljg2IDEuOCA0LjI5LS4yOSA1LjItMS4zNCA1LjM2LTEuMDIuMTYtMS45Ni0uNTItMi43MS0xLjIzLTIuMTUtMi4wNS0zLjctNC43Mi00LjQ0LTcuNi0uMTYtLjYyLS45Ny0uNzktMS4zNC0uMjgtMi44IDMuODctNC4yNSAxMC4wOC00LjMyIDE0LjQ3LS4yMiAxMy41NyAxMC45OSAyNC41NyAyNC41NSAyNC41NyAxNy4wOSAwIDI5LjU0LTE4LjkgMTkuNzItMzQuNy0yLjg1LTQuNi01LjUzLTcuNjEtOC44NS0xMS44OHoiIGZpbGw9InVybCgjYikiLz48L3N2Zz4=");
            position: absolute;
            top: 1px;
            right: 0;
            display: block;
            width: 10px;
            height: 10px; }
  .product-detail .button-select-size li {
    margin-right: -1px;
    margin-bottom: -1px;
    max-width: 66px;
    min-width: 62px;
    height: 100%;
    min-height: 40px;
    width: 100%;
    position: relative;
    border: none;
    border-radius: 0px; }
    .product-detail .button-select-size li::after {
      content: '';
      position: absolute;
      top: 6px;
      right: 3px;
      width: 6px;
      height: 6px;
      background-color: #FF3A3A;
      border-radius: 50%;
      display: none; }
    .product-detail .button-select-size li:not(.item-disabled).low-stock::after {
      display: block;
      z-index: 4; }
    .product-detail .button-select-size li:hover label {
      border: 1px solid #000;
      cursor: pointer !important;
      background: transparent !important;
      z-index: 5 !important; }
    .product-detail .button-select-size li:hover {
      z-index: 5 !important; }
    .product-detail .button-select-size li label {
      cursor: pointer;
      z-index: 2;
      margin: 0;
      border: 1px solid #d4d4d4;
      border-radius: 0px;
      background-color: #fff;
      text-align: center;
      display: -ms-flexbox;
      display: flex;
      line-height: 1.2;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center; }
    .product-detail .button-select-size li .options-select:hover {
      cursor: pointer; }
    .product-detail .button-select-size li .js-quick-select:hover {
      cursor: pointer; }
  .product-detail .button-select-size .item-disabled {
    opacity: 1;
    z-index: unset; }
    .product-detail .button-select-size .item-disabled label {
      color: #808080; }
  .product-detail .attribute-button-type-block input[type="radio"]:checked + label {
    outline-color: #000;
    z-index: 4 !important; }
  .product-detail .attribute-button-type-block.error input[type="radio"] + label {
    border-color: #D63D00; }
  .product-detail .size-chart {
    max-width: fit-content;
    margin: 0px; }
    .product-detail .size-chart .size-chart-link {
      color: #707070 !important;
      font-family: Inter;
      font-size: 12px;
      font-weight: 500;
      line-height: 15.6px;
      text-align: right;
      -webkit-text-decoration-line: underline;
              text-decoration-line: underline;
      -webkit-text-decoration-style: solid;
              text-decoration-style: solid;
      text-underline-position: from-font;
      text-decoration-skip-ink: none; }
  .product-detail .size-text {
    max-width: fit-content;
    margin: 0px;
    text-transform: uppercase;
    font-family: Inter;
    font-size: 12px;
    font-weight: 600;
    line-height: 14.52px;
    letter-spacing: 0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none; }
  .product-detail .low-in-stock-message {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-align: center;
        align-items: center;
    padding: 2px 0;
    margin: 12px 0 0 0;
    width: fit-content; }
    .product-detail .low-in-stock-message span {
      color: #0f1018;
      font-family: Inter, sans-serif;
      font-size: 10px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      letter-spacing: 0.2px;
      text-transform: uppercase; }
  .product-detail .size-line-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-align: baseline;
        align-items: baseline;
    padding-top: 12px; }
  .product-detail .size-text-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding-left: 15px;
    padding-top: 0px; }
  .product-detail .add-to-wish-list {
    min-width: 44px;
    width: 44px;
    height: 44px;
    min-width: 44px;
    width: 44px;
    border-radius: 0px !important;
    border-color: #0f1018 !important;
    background-color: #fff !important;
    border: 1px solid #0f1018 !important;
    box-shadow: none !important; }
    .product-detail .add-to-wish-list span:first-child {
      display: none; }
  .product-detail .wishlist-heart-ico {
    width: 24px;
    height: 24px;
    background-position: center;
    margin: 0px !important; }
  .product-detail .pdp-checkout-button .add-to-cart {
    background-color: #0f1018 !important;
    font-family: HummelPlate, sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    height: 18px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding-left: 15px;
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .product-detail .add-to-cart-btn-points {
    color: #b0b0b0;
    text-align: right;
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase; }
  .product-detail .pdp-gallery-block {
    margin-left: -15px;
    margin-right: -15px; }
    @media (min-width: 992px) {
      .product-detail .pdp-gallery-block {
        margin-right: 0px; } }
  .product-detail .pdp-gallery-block-padding-override {
    padding-right: 9px !important; }
  .product-detail .add-to-cart-button-text-container {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    white-space: nowrap; }
  .product-detail .cta-buttons-cont {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 8px;
    padding-right: 15px;
    margin-top: 24px; }
    @media (max-width: 768.98px) {
      .product-detail .cta-buttons-cont.error {
        margin-top: 16px; } }
  .product-detail .add-to-cart-btn-container {
    width: 100%;
    padding-left: 15px;
    font-size: 16px !important;
    font-family: 'HummelPlate'; }
  .product-detail .headline-text {
    font-family: Inter;
    font-size: 12px;
    font-weight: 500;
    line-height: 15.6px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #707070; }
  .product-detail .discount-main-price-line {
    font-family: Inter;
    font-size: 12px;
    font-weight: 700;
    line-height: 15.6px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #2291ff;
    display: contents; }
    .product-detail .discount-main-price-line .discount-percentage-line {
      display: block !important; }
  .product-detail .discount-main-price-line-add {
    font-family: Inter;
    font-size: 12px;
    font-weight: 700;
    line-height: 15.6px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #2291ff; }
  .product-detail .color-text-value {
    font-family: Inter;
    font-size: 12px;
    font-weight: 600;
    line-height: 14.52px;
    letter-spacing: 0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #000000;
    padding-left: 15px;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-left: -19px; }
  .product-detail .horizontal-split-line {
    height: 1px;
    border-bottom: 1px solid #e3e3e3;
    margin-left: -19px; }
  .product-detail .horizontal-line-container {
    padding-left: 15px; }
  .product-detail .mb-2.info-text.info-text-quick-buy {
    display: none; }
  .product-detail .pdp-info-text-size {
    font-family: Inter;
    font-size: 12px;
    font-weight: 500;
    line-height: 15.6px;
    margin-left: -15px;
    padding-left: 15px;
    color: #707070;
    margin-bottom: 0px !important; }
  .product-detail .pdp-info-text-size2 {
    font-family: Inter;
    font-size: 12px;
    font-weight: 500;
    line-height: 15.6px;
    margin-left: -15px;
    padding-left: 15px;
    color: #707070;
    margin-bottom: 0px !important; }
  .product-detail .info-text-model-container {
    margin-top: 12px; }
  .product-detail .breadcrumps-container {
    margin-left: 0px !important; }
    .product-detail .breadcrumps-container .col-12 {
      padding-left: 0px; }
  .product-detail .breadcrumps-container-mobile .row {
    padding-left: 4px;
    padding-top: 16px;
    padding-bottom: 8px; }
    .product-detail .breadcrumps-container-mobile .row ol {
      margin-bottom: 0px; }
    .product-detail .breadcrumps-container-mobile .row .col {
      padding-left: 8px; }
  .product-detail .breadcrumb {
    margin: 0;
    line-height: 16px;
    font-family: Inter, sans-serif;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding: 0;
    border: none;
    color: #707070;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.02em; }
    @media (max-width: 543.98px) {
      .product-detail .breadcrumb {
        margin-bottom: 0; } }
    @media (min-width: 992px) {
      .product-detail .breadcrumb {
        margin-bottom: 0; } }
    .product-detail .breadcrumb li.breadcrumb-item:not(:first-child)::before {
      content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgNiA5IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMC41IDguMjVMMS44MTcxNSA4LjI1TDUuNSA0LjVMMS44MTcxNSAwLjc1TDAuNSAwLjc1TDQuMTgyODUgNC41TDAuNSA4LjI1WiIgZmlsbD0iIzcwNzA3MCIvPgo8L3N2Zz4K"); }
    .product-detail .breadcrumb li a {
      color: #707070; }
  .product-detail .prices {
    padding-top: 8px;
    padding-bottom: 30px; }
    .product-detail .prices .price-sale-tag {
      font-size: 10px;
      letter-spacing: 0.5px;
      padding: 3px 5px;
      color: #fff;
      font-family: HummelPlate-SemiBold, sans-serif;
      margin-right: 10px; }
      .product-detail .prices .price-sale-tag.color-red {
        background: #d03a3a;
        color: #fff; }
      .product-detail .prices .price-sale-tag.color-orange {
        background: #f6be46;
        color: #fff; }
    .product-detail .prices .price {
      font-size: 20px;
      letter-spacing: 0.5px;
      line-height: 25px;
      font-family: Inter;
      text-align: left; }
      @media (min-width: 1200px) {
        .product-detail .prices .price {
          text-align: left; } }
      .product-detail .prices .price .price-line-container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        gap: 4px;
        width: 280px;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        row-gap: 0px; }
      .product-detail .prices .price .sales,
      .product-detail .prices .price del {
        text-decoration: none;
        display: -ms-flexbox;
        display: flex; }
        @media (min-width: 1200px) {
          .product-detail .prices .price .sales,
          .product-detail .prices .price del {
            display: -ms-inline-flexbox;
            display: inline-flex; } }
      .product-detail .prices .price .strike-through {
        margin-right: 20px;
        color: #000;
        font-family: HummelPlate, sans-serif; }
      .product-detail .prices .price del + .sales {
        font-family: HummelPlate-SemiBold, sans-serif;
        color: #d03a3a; }
      .product-detail .prices .price .sales {
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-align: center;
            align-items: center;
        font-family: Inter;
        font-size: 16px;
        font-weight: 700;
        line-height: 140%;
        letter-spacing: -0.02em;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #0f1018; }
        .product-detail .prices .price .sales.color-orange {
          color: #f6be46; }
        .product-detail .prices .price .sales .price-sale-tag {
          height: 16px;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center; }
      .product-detail .prices .price .member-label {
        margin-bottom: 4px; }
      .product-detail .prices .price .non-member-price-section {
        margin-top: 2px; }
      .product-detail .prices .price .non-members,
      .product-detail .prices .price .non-members-label {
        font-size: 12px;
        font-weight: 500;
        font-style: italic;
        line-height: 1.3;
        letter-spacing: 0;
        color: #0f1018;
        margin: 0px; }
      .product-detail .prices .price del .list {
        font-family: Inter;
        font-size: 12px;
        font-weight: 500;
        line-height: 15.6px;
        text-align: left;
        -webkit-text-decoration-line: line-through;
                text-decoration-line: line-through;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #707070; }
      .product-detail .prices .price .price-sale-tag ~ .value {
        color: #0f1018;
        font-family: Inter;
        font-size: 16px;
        font-weight: 700;
        line-height: 22.4px;
        letter-spacing: -0.02em;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none; }
      .product-detail .prices .price .bestprice .small,
      .product-detail .prices .price .bestprice ~ del {
        font-family: Inter;
        font-size: 12px;
        font-weight: 500;
        line-height: 15.6px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #707070;
        margin: 0px; }
      .product-detail .prices .price .invalid-feedback.d-inline {
        display: none !important; }
    .product-detail .prices .members-price {
      line-height: 16px; }
  .product-detail .attributes .row[data-attr="color"] {
    margin-bottom: 20px; }
    .product-detail .attributes .row[data-attr="color"] .attribute {
      min-height: 54px;
      position: relative;
      margin-top: 12px; }
      .product-detail .attributes .row[data-attr="color"] .attribute button.color-attribute {
        float: left;
        margin-bottom: 2px;
        margin-right: 2px;
        outline: none;
        border: 1px solid #e3e3e3;
        height: 54px;
        width: 40px;
        padding: 0 1px; }
        .product-detail .attributes .row[data-attr="color"] .attribute button.color-attribute span {
          display: inline-block;
          vertical-align: middle;
          height: 38px;
          width: 100%;
          text-align: center;
          line-height: 54px;
          outline: none;
          background-color: #fff;
          background-repeat: no-repeat;
          background-position: center;
          background-size: contain;
          margin-right: 0;
          border: none; }
          .product-detail .attributes .row[data-attr="color"] .attribute button.color-attribute span::after {
            display: none; }
          .product-detail .attributes .row[data-attr="color"] .attribute button.color-attribute span.unselectable {
            opacity: 0.4; }
        .product-detail .attributes .row[data-attr="color"] .attribute button.color-attribute:hover {
          border-color: #0f1018; }
        .product-detail .attributes .row[data-attr="color"] .attribute button.color-attribute:disabled {
          display: none; }
      .product-detail .attributes .row[data-attr="color"] .attribute .color-attribute-selected {
        border: 1px #0f1018 solid !important; }
      .product-detail .attributes .row[data-attr="color"] .attribute .item-disabled span {
        border: 1px solid #e3e3e3;
        border-color: #e3e3e3;
        opacity: 0.5; }
        .product-detail .attributes .row[data-attr="color"] .attribute .item-disabled span::after {
          display: block !important;
          content: "";
          position: absolute;
          left: -14.5px;
          top: 18.5px;
          width: 65px;
          height: 1px;
          background: #e3e3e3;
          transform: rotate(-54deg); }
  .product-detail .size-chart a.size-chart-link {
    color: #707070 !important;
    font-family: Inter;
    font-size: 12px;
    font-weight: 500;
    line-height: 15.6px;
    text-align: right;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    -webkit-text-decoration-style: solid;
            text-decoration-style: solid;
    text-underline-position: from-font;
    text-decoration-skip-ink: none; }
  .product-detail .size-chart .modal-content {
    padding: 60px 248px 79px 230px; }
    @media (max-width: 1199.98px) {
      .product-detail .size-chart .modal-content {
        padding: 5% 10%; } }
    .product-detail .size-chart .modal-content button.close {
      background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIzMXB4IiBoZWlnaHQ9IjMwcHgiIHZpZXdCb3g9IjAgMCAzMSAzMCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT45NzcxNDY3OC00ODBGLTQ2QUItQjIwQS0zQzczRDdFRDM1QkQ8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggc2tldGNodG9vbC48L2Rlc2M+ICAgIDxnIGlkPSJBc3NldC1BcnRib2FyZC1QYWdlIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIj4gICAgICAgIDxnIGlkPSJpY29ub2dyYXBoeS0vLWNsb3NlLSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC41MDU1MjMsIDAuMDAwMDAwKSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2Utd2lkdGg9IjEuNSI+ICAgICAgICAgICAgPHBhdGggZD0iTTksOSBMMjEsMjEgTTksMjEgTDIxLDkiIGlkPSJsaW5lYXJ0Ij48L3BhdGg+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=") #000 center no-repeat;
      width: 34px;
      height: 34px;
      text-indent: -9999px;
      outline: none;
      box-shadow: none;
      position: absolute;
      right: 25px;
      top: 25px;
      z-index: 1;
      opacity: 1; }
      @media (max-width: 768.98px) {
        .product-detail .size-chart .modal-content button.close {
          top: 57px; } }
      .product-detail .size-chart .modal-content button.close:not(:disabled) {
        opacity: 1; }
  .product-detail .quantity-select {
    height: 45px; }
  .product-detail .add-to-cart-msg {
    letter-spacing: 0.5px;
    margin-left: -4px; }
    .product-detail .add-to-cart-msg strong,
    .product-detail .add-to-cart-msg b {
      font-family: HummelPlate-SemiBold, sans-serif; }
    .product-detail .add-to-cart-msg .promotion-id,
    .product-detail .add-to-cart-msg .promotion-default {
      padding-bottom: 12px;
      border-bottom: 1px solid #e3e3e3; }
    .product-detail .add-to-cart-msg .slot-wrapper {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: baseline;
          align-items: baseline;
      -ms-flex-pack: justify;
          justify-content: space-between;
      padding-top: 12px;
      padding-bottom: 12px;
      line-height: 1.0; }
      .product-detail .add-to-cart-msg .slot-wrapper .description-block {
        font-family: Inter, sans-serif;
        font-size: 12px; }
        .product-detail .add-to-cart-msg .slot-wrapper .description-block .header {
          font-family: Inter, sans-serif;
          font-size: 12px;
          letter-spacing: 0.02px;
          color: #000;
          font-weight: 600;
          text-transform: uppercase;
          margin-bottom: 2px; }
        .product-detail .add-to-cart-msg .slot-wrapper .description-block .description {
          font-weight: 500;
          color: #707070;
          line-height: 130%;
          margin-bottom: 0 !important; }
      .product-detail .add-to-cart-msg .slot-wrapper .copy-section {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        font-family: Inter, sans-serif;
        font-size: 10px;
        letter-spacing: 0.02px;
        font-weight: 500;
        color: #707070;
        text-transform: uppercase; }
        .product-detail .add-to-cart-msg .slot-wrapper .copy-section .copy-action {
          cursor: pointer; }
        .product-detail .add-to-cart-msg .slot-wrapper .copy-section .copy-coupon {
          cursor: pointer;
          margin-left: 7px;
          border: 1px dashed #0f1018;
          padding: 3px 5px;
          font-family: Inter, sans-serif;
          font-size: 10px;
          letter-spacing: 0.02px;
          font-weight: 500;
          color: #707070;
          text-transform: uppercase; }
          .product-detail .add-to-cart-msg .slot-wrapper .copy-section .copy-coupon.active-coupon {
            color: #008525;
            border: none; }
    .product-detail .add-to-cart-msg .html-slot-container {
      padding-top: 8px;
      padding-bottom: 8px; }
      .product-detail .add-to-cart-msg .html-slot-container ul {
        margin-bottom: 0px; }
  .product-detail .js-error-section-desk .error-message-wrapper {
    margin-top: 8px;
    margin-bottom: 8px; }
  .product-detail .error-message-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    border: 1px solid #D63D00;
    font-family: Inter, sans-serif;
    font-size: 12px;
    line-height: 130%;
    color: #D63D00;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-left: -4px;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    @media (max-width: 768.98px) {
      .product-detail .error-message-wrapper {
        margin-top: 24px; } }
    .product-detail .error-message-wrapper .icon-block {
      margin-left: 8px;
      margin-right: 8px; }
      @media (max-width: 768.98px) {
        .product-detail .error-message-wrapper .icon-block img {
          width: 16px;
          height: 16px; } }
    .product-detail .error-message-wrapper .close-block {
      cursor: pointer;
      margin-right: 8px; }
    .product-detail .error-message-wrapper .error-text {
      margin-right: auto;
      padding-right: 8px; }
  .product-detail .prices-add-to-cart-actions {
    padding: 0;
    position: relative;
    box-shadow: none;
    z-index: 1; }
    @media (max-width: 543.98px) {
      .product-detail .prices-add-to-cart-actions .cart-and-ipay {
        padding-bottom: 0; } }
    .product-detail .prices-add-to-cart-actions .cart-and-ipay .row {
      margin: 0; }
    .product-detail .prices-add-to-cart-actions .pdp-checkout-button {
      padding: 0;
      margin-bottom: 8px;
      position: relative; }
      .product-detail .prices-add-to-cart-actions .pdp-checkout-button .wishlist-card__button {
        min-height: 44px; }
      .product-detail .prices-add-to-cart-actions .pdp-checkout-button .disabled-cta-fallback {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 2;
        top: 0;
        left: 0;
        opacity: 0; }
      .product-detail .prices-add-to-cart-actions .pdp-checkout-button .add-to-cart {
        width: 100%;
        min-width: 130px;
        height: 44px;
        border-radius: 0px;
        background-color: #0f1018;
        color: #fff;
        font-size: 16px;
        margin: 0;
        border: none;
        padding-left: 15px;
        z-index: 1;
        letter-spacing: 0px; }
        .product-detail .prices-add-to-cart-actions .pdp-checkout-button .add-to-cart:disabled {
          background-color: #0f1018;
          opacity: 1 !important; }
        @media (min-width: 769px) {
          .product-detail .prices-add-to-cart-actions .pdp-checkout-button .add-to-cart {
            height: 44px; } }
        .product-detail .prices-add-to-cart-actions .pdp-checkout-button .add-to-cart i {
          display: none; }
        .product-detail .prices-add-to-cart-actions .pdp-checkout-button .add-to-cart:not(:disabled) ~ .disabled-cta-fallback {
          display: none; }
        @media screen and (max-width: 380px) {
          .product-detail .prices-add-to-cart-actions .pdp-checkout-button .add-to-cart {
            font-size: 14px;
            line-height: 14px; } }
  .product-detail .add-to-wishlist-parent button.add-to-wish-list.btn-outline-secondary {
    height: 44px; }
    @media (min-width: 769px) {
      .product-detail .add-to-wishlist-parent button.add-to-wish-list.btn-outline-secondary {
        height: 44px;
        line-height: 44px;
        padding-top: 0; } }
    .product-detail .add-to-wishlist-parent button.add-to-wish-list.btn-outline-secondary:not([disabled]):hover {
      background-color: #fff;
      border-color: #0f1018;
      color: #0f1018; }
      .product-detail .add-to-wishlist-parent button.add-to-wish-list.btn-outline-secondary:not([disabled]):hover .wishlist-heart-ico {
        transform: scale(1.2); }
      .product-detail .add-to-wishlist-parent button.add-to-wish-list.btn-outline-secondary:not([disabled]):hover::after {
        display: none; }
    .product-detail .add-to-wishlist-parent button.add-to-wish-list.btn-outline-secondary:disabled:hover {
      border-color: #0f1018; }
    .product-detail .add-to-wishlist-parent button.add-to-wish-list.btn-outline-secondary span.wishlist-heart-ico.active {
      background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxMiAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik01LjgwMDA1IDEwLjc1MDNMMC45MjAwNDggNS44OTAzM0MwLjM2MDA0OCA1LjMzMDMzIDAuMDMwMDQ4NCA0LjU4MDMzIDQuODQyNzRlLTA1IDMuNzgwMzNWMy40MjAzM0MtMC4wMDk5NTE1NyAxLjU0MDMzIDEuNTMwMDUgMC4wMDAzMzQwNzYgMy40MjAwNSAwLjAwMDMzNDA3NkM0LjMyMDA1IDAuMDAwMzM0MDc2IDUuMTYwMDUgMC4zNTAzMzQgNS43OTAwNSAwLjk1MDMzNEM2LjUxMDA1IDAuMjUwMzM0IDcuNTIwMDUgLTAuMDg5NjY1OSA4LjU2MDA1IDAuMDIwMzM0MUMxMC4yOSAwLjIxMDMzNCAxMS41OSAxLjcyMDMzIDExLjU5IDMuNTIwMzNDMTEuNTkgNC4zNDAzMyAxMS4yNyA1LjEyMDMzIDEwLjcgNS43MTAzM0w1LjgwMDA1IDEwLjc1MDNaIiBmaWxsPSJibGFjayIvPg0KPC9zdmc+DQo="); }
  .product-detail .add-to-wishlist-parent span.wishlist-heart-ico {
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxMyAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik02LjcyMjAyIDEwLjc1MThMMS44NDc3NyA1Ljg5MTc3QzEuMjgxMTEgNS4zMjY3NyAwLjk1NTE1NiA0LjU3Njc3IDAuOTI1MDY4IDMuNzc2NzdMMC45MTUwMzkgMy40MjE3N0MwLjkxNTAzOSAxLjUzNjc3IDIuNDU0NTQgMC4wMDE3NzIwOSA0LjM0NTA3IDAuMDAxNzcyMDlDNS4yNDI2OSAwLjAwMTc3MjA5IDYuMDg1MTYgMC4zNDY3NzIgNi43MTcgMC45NTE3NzJDNy40MzkxMiAwLjI1MTc3MiA4LjQ0MjA1IC0wLjA5MzIyNzkgOS40ODUxIDAuMDIxNzcyMUMxMS4yMTUyIDAuMjE2NzcyIDEyLjUxOSAxLjcyMTc3IDEyLjUxOSAzLjUyMTc3QzEyLjUxOSA0LjM0MTc3IDEyLjIwMyA1LjEyMTc3IDExLjYzMTQgNS43MTE3N0w2LjcyNzAzIDEwLjc1MThINi43MjIwMlpNMi4xNjg3IDMuNDExNzdMMi4xNzg3MyAzLjczNjc3QzIuMTkzNzggNC4yMTY3NyAyLjM5NDM2IDQuNjcxNzcgMi43MzUzNiA1LjAxMTc3TDYuNzExOTkgOC45NzY3N0wxMC43Mjg3IDQuODQ2NzdDMTEuMDc0NyA0LjQ5MTc3IDExLjI2NTMgNC4wMjE3NyAxMS4yNjUzIDMuNTI2NzdDMTEuMjY1MyAyLjM4MTc3IDEwLjQyMjggMS4zODY3NyA5LjM0NDY5IDEuMjY2NzdDOC40OTcyMSAxLjE3MTc3IDcuNjk0ODYgMS41NTY3NyA3LjI0ODU2IDIuMjY2NzdMNi43MTcgMy4xMDY3N0w2LjE4NTQ1IDIuMjY2NzdDNS43ODQyOCAxLjYzMTc3IDUuMDk3MjcgMS4yNTE3NyA0LjM0NTA3IDEuMjUxNzdDMy4xNTE1OCAxLjI1MTc3IDIuMTczNzIgMi4yMTY3NyAyLjE2ODcgMy40MTE3N1oiIGZpbGw9ImJsYWNrIi8+DQo8L3N2Zz4NCg==") no-repeat;
    width: 23px;
    height: 23px;
    transition: all 0.15s ease-in-out;
    background-position: center;
    margin-left: 10px;
    margin-top: -1px; }
  .product-detail .after-add-to-cart-content strong,
  .product-detail .after-add-to-cart-content b {
    font-family: HummelPlate-SemiBold, sans-serif;
    font-weight: normal; }
  .product-detail .after-add-to-cart-content p {
    line-height: 20px;
    margin-bottom: 5px; }
  .product-detail .product-detail-secondary-content {
    font-size: 15px;
    font-family: Gibson-Light, sans-serif;
    line-height: 25px;
    margin-bottom: 35px; }
    .product-detail .product-detail-secondary-content p {
      margin-bottom: 10px;
      overflow-y: hidden; }
    .product-detail .product-detail-secondary-content a {
      font-family: HummelPlate-SemiBold, sans-serif;
      text-decoration: underline;
      font-size: 12px; }
  .product-detail .oeko-tex-badge img,
  .product-detail .oeko-tex-badge svg {
    max-width: 125px;
    margin-bottom: 10px; }
  .product-detail .description-and-detail {
    margin-top: 0px; }
    .product-detail .description-and-detail .description-open-btn {
      padding: 20px 0px 20px 0px;
      line-height: 15px;
      height: auto;
      min-width: auto;
      font-size: 14px;
      text-transform: none;
      font-weight: 400;
      box-shadow: none;
      font-family: HummelPlate-SemiBold, sans-serif;
      border-radius: 0;
      color: #0f1018 !important; }
      .product-detail .description-and-detail .description-open-btn::after {
        display: none; }
      .product-detail .description-and-detail .description-open-btn::before {
        content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiIgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2Ij48ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHRyYW5zZm9ybT0ibWF0cml4KDAgLTEgMSAwIC0wIDE2KSI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjAzOTMyIDYuMDM4NTlMNy4wMzkzMiAxMi40MDYyTDguMTU5NDEgMTIuNDA2Mkw4LjE1OTQxIDYuMDMzMzJMMTAuOTYyNiA4LjQ4MDQ3TDEwLjk2MjYgNi45MzM1NEw3LjYwMjM4IDQuMDAwMTJMNC4yNDIxMiA2LjkzMzUzTDQuMjQyMTIgOC40ODA0N0w3LjAzOTMyIDYuMDM4NTlaIiBmaWxsPSIjMEYxMDE4IiAvPjwvZz48L3N2Zz4=");
        width: 16px;
        height: 16px;
        position: absolute;
        right: 10px;
        font-size: 16px;
        top: 28px;
        transform: translateY(-50%) rotate(-90deg);
        text-align: center;
        transform-origin: center;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.5, 1); }
    @media (max-width: 543.98px) {
      .product-detail .description-and-detail .description {
        margin-bottom: 2em; } }
    .product-detail .description-and-detail .content {
      font-family: Inter, sans-serif;
      font-size: 14px;
      font-weight: 500;
      line-height: 21px;
      letter-spacing: -0.01em;
      text-align: left;
      color: #707070;
      margin-top: 0px; }
    .product-detail .description-and-detail .content ul {
      margin-bottom: 0px;
      padding-left: 25px;
      padding-right: 34px; }
    .product-detail .description-and-detail .content .long-description-text {
      margin-top: 20px;
      margin-bottom: 0px;
      padding-right: 34px; }
    .product-detail .description-and-detail .row.active button.title.description-open-btn {
      padding-bottom: 16px; }
      .product-detail .description-and-detail .row.active button.title.description-open-btn::before {
        color: #073b91;
        transform: translateY(-50%) rotate(90deg); }
    .product-detail .description-and-detail .row.active .content .bottom-gray-line {
      border-bottom: 1px solid #d8d8d8;
      padding-bottom: 20px;
      height: 1px; }
  .product-detail .image-tile-tags {
    position: absolute;
    left: 0;
    top: 20px;
    z-index: 1; }
    @media (min-width: 992px) {
      .product-detail .image-tile-tags {
        left: 14px; } }
    .product-detail .image-tile-tags .image-tile-tag {
      padding-left: 15px;
      padding-right: 15px; }

.container-fluid.product-detail {
  margin-top: 8px;
  margin-bottom: 8px; }
  @media (max-width: 543.98px) {
    .container-fluid.product-detail {
      margin-top: 0;
      margin-bottom: 0; } }
  .container-fluid.product-detail .row {
    margin-left: -19px; }

hr {
  display: none; }

.attribute .color-label {
  display: none; }

.attribute .size-labels {
  display: none; }

.detail-style-tags {
  line-height: 16px;
  letter-spacing: 0.5px;
  font-family: HummelPlate-SemiBold, sans-serif;
  text-transform: uppercase;
  color: #d8d8d8; }
  .detail-style-tags h1 {
    font-size: 12px;
    margin-bottom: 0; }
  .detail-style-tags span {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    margin-bottom: 5px; }

.product-info-msg {
  background-color: #f2f2f2;
  color: #000;
  line-height: 14px;
  padding: 11px 40px;
  margin-bottom: 8px;
  position: relative;
  width: 100%; }
  .product-info-msg::before {
    width: 15px;
    height: 15px;
    background: #000;
    color: #fff;
    content: 'i';
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    left: 15px;
    text-indent: 1px;
    font-size: 12px;
    text-align: center;
    border-radius: 100%; }

.size-chart-wrapper h1,
.size-chart-wrapper h2,
.size-chart-wrapper h3,
.size-chart-wrapper h4,
.sizinginformation h1,
.sizinginformation h2,
.sizinginformation h3,
.sizinginformation h4 {
  text-transform: uppercase;
  color: #000;
  margin-bottom: 35px;
  letter-spacing: 0.5px;
  line-height: 40px;
  font-size: 20px;
  text-align: center; }
  @media (min-width: 769px) {
    .size-chart-wrapper h1,
    .size-chart-wrapper h2,
    .size-chart-wrapper h3,
    .size-chart-wrapper h4,
    .sizinginformation h1,
    .sizinginformation h2,
    .sizinginformation h3,
    .sizinginformation h4 {
      text-align: left;
      font-size: 35px; } }

@media screen and (max-width: 480px) {
  .size-chart-wrapper .tab-content .col-6,
  .sizinginformation .tab-content .col-6 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; } }

.size-chart-wrapper p,
.size-chart-wrapper a,
.sizinginformation p,
.sizinginformation a {
  font-size: 12px; }

.size-chart-wrapper a:not(.nav-link),
.sizinginformation a:not(.nav-link) {
  font-family: HummelPlate-SemiBold, sans-serif;
  text-decoration: underline;
  color: #073b91 !important;
  font-weight: normal; }
  .size-chart-wrapper a:not(.nav-link):hover,
  .sizinginformation a:not(.nav-link):hover {
    text-decoration: none; }

.size-chart-wrapper p,
.sizinginformation p {
  margin-bottom: 14px; }

.size-chart-wrapper hr,
.sizinginformation hr {
  border-color: #bfbfbf;
  height: 1px;
  margin-bottom: 15px;
  margin-top: 15px; }

.size-chart-wrapper .chart-footer-link,
.sizinginformation .chart-footer-link {
  display: block; }

.size-chart-wrapper .nav-tabs,
.sizinginformation .nav-tabs {
  border-bottom: 0;
  margin-bottom: 28px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: auto;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */ }
  .size-chart-wrapper .nav-tabs::-webkit-scrollbar,
  .sizinginformation .nav-tabs::-webkit-scrollbar {
    /* WebKit */
    width: 0;
    height: 0; }
  .size-chart-wrapper .nav-tabs .nav-item,
  .sizinginformation .nav-tabs .nav-item {
    margin-right: 20px;
    margin-bottom: 10px; }
  .size-chart-wrapper .nav-tabs .nav-link,
  .sizinginformation .nav-tabs .nav-link {
    font-weight: 400;
    border-radius: 3px;
    background-color: #f6f6f6;
    text-transform: uppercase;
    padding: 6px 10px;
    font-size: 12px;
    letter-spacing: 0.5px;
    line-height: 12px;
    text-align: center;
    transition: all 0.15s ease-in-out;
    border-width: 1px;
    border-color: transparent;
    border-style: solid;
    outline: none;
    text-decoration: none; }
    .size-chart-wrapper .nav-tabs .nav-link.active,
    .sizinginformation .nav-tabs .nav-link.active {
      background-color: #000;
      color: #fff !important; }
      .size-chart-wrapper .nav-tabs .nav-link.active:hover, .size-chart-wrapper .nav-tabs .nav-link.active:focus,
      .sizinginformation .nav-tabs .nav-link.active:hover,
      .sizinginformation .nav-tabs .nav-link.active:focus {
        background-color: #000;
        color: #fff !important; }
    .size-chart-wrapper .nav-tabs .nav-link:hover, .size-chart-wrapper .nav-tabs .nav-link:focus,
    .sizinginformation .nav-tabs .nav-link:hover,
    .sizinginformation .nav-tabs .nav-link:focus {
      border-color: #000;
      background-color: #f6f6f6; }

.size-chart-wrapper .nav-tabs-secondary,
.sizinginformation .nav-tabs-secondary {
  margin-bottom: 60px; }
  .size-chart-wrapper .nav-tabs-secondary .nav-item,
  .sizinginformation .nav-tabs-secondary .nav-item {
    margin-right: 20px; }
  .size-chart-wrapper .nav-tabs-secondary .nav-link,
  .sizinginformation .nav-tabs-secondary .nav-link {
    padding: 0;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 14px;
    outline: none;
    position: relative;
    padding-right: 18px;
    text-decoration: none; }
    .size-chart-wrapper .nav-tabs-secondary .nav-link.active,
    .sizinginformation .nav-tabs-secondary .nav-link.active {
      color: #073b91 !important; }
      .size-chart-wrapper .nav-tabs-secondary .nav-link.active::after,
      .sizinginformation .nav-tabs-secondary .nav-link.active::after {
        content: "";
        background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMzBweCcgaGVpZ2h0PSczMHB4JyB2aWV3Qm94PScwIDAgMzAgMzAnIHZlcnNpb249JzEuMScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB4bWxuczp4bGluaz0naHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayc+CiAgICA8ZyBzdHJva2U9J25vbmUnIHN0cm9rZS13aWR0aD0nMScgZmlsbD0nbm9uZScgZmlsbC1ydWxlPSdldmVub2RkJz4KICAgICAgICA8cGF0aCBkPSdNMTEsMTYgTDE1LDIwIEwxOSwxNiBNMTEsMTEgTDE1LDE1IEwxOSwxMScgc3Ryb2tlPScjMDczQjkxJyBzdHJva2Utd2lkdGg9JzEuNSc+PC9wYXRoPgogICAgPC9nPgo8L3N2Zz4=");
        background-size: 30px 30px;
        background-repeat: no-repeat;
        background-position: 50%;
        width: 15px;
        height: 15px;
        display: inline-block;
        font-size: 16px;
        text-align: center;
        margin-left: 5px;
        color: #073b91; }
      .size-chart-wrapper .nav-tabs-secondary .nav-link.active:hover, .size-chart-wrapper .nav-tabs-secondary .nav-link.active:focus,
      .sizinginformation .nav-tabs-secondary .nav-link.active:hover,
      .sizinginformation .nav-tabs-secondary .nav-link.active:focus {
        color: #073b91 !important; }
    .size-chart-wrapper .nav-tabs-secondary .nav-link:hover, .size-chart-wrapper .nav-tabs-secondary .nav-link:focus,
    .sizinginformation .nav-tabs-secondary .nav-link:hover,
    .sizinginformation .nav-tabs-secondary .nav-link:focus {
      border-color: #000;
      background-color: #f6f6f6; }

@media (min-width: 769px) {
  .size-chart-wrapper .table-container,
  .sizinginformation .table-container {
    width: 880px;
    overflow-x: auto; } }

.size-chart-wrapper .table,
.sizinginformation .table {
  font-size: 12px;
  letter-spacing: 0.5px;
  width: auto;
  border-collapse: separate;
  border-spacing: 0; }
  @media (max-width: 991.98px) {
    .size-chart-wrapper .table,
    .sizinginformation .table {
      max-width: 100%; } }
  .size-chart-wrapper .table tr,
  .sizinginformation .table tr {
    border-bottom: 2px solid #fff; }
    .size-chart-wrapper .table tr th[scope=col]:first-of-type,
    .sizinginformation .table tr th[scope=col]:first-of-type {
      text-align: left;
      border-right: none; }
    .size-chart-wrapper .table tr:last-of-type td,
    .sizinginformation .table tr:last-of-type td {
      border-bottom: none; }
    .size-chart-wrapper .table tr th:first-child,
    .sizinginformation .table tr th:first-child {
      position: sticky;
      left: 0;
      z-index: 1; }
  .size-chart-wrapper .table th,
  .size-chart-wrapper .table td,
  .sizinginformation .table th,
  .sizinginformation .table td {
    border: none;
    padding: 13px 14px;
    font-family: HummelPlate, sans-serif;
    vertical-align: middle;
    text-align: center;
    line-height: 17px; }
  .size-chart-wrapper .table td:nth-child(even),
  .sizinginformation .table td:nth-child(even) {
    background-color: #ececec; }
  .size-chart-wrapper .table td:nth-child(odd),
  .sizinginformation .table td:nth-child(odd) {
    background-color: #f6f6f6; }
  .size-chart-wrapper .table th,
  .sizinginformation .table th {
    font-family: Gibson-Medium, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    background-color: #000;
    color: #fff;
    border-right: 2px solid #fff;
    min-width: 110px; }
  .size-chart-wrapper .table th[scope=row],
  .sizinginformation .table th[scope=row] {
    background-color: #fff;
    color: #000;
    text-align: left;
    border-right: 2px solid #073b91;
    font-size: 12px; }
  .size-chart-wrapper .table td,
  .sizinginformation .table td {
    color: #737373;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff; }

.pdp-club-page-wrapper {
  margin-top: 31px;
  margin-bottom: 70px; }
  @media (min-width: 769px) {
    .pdp-club-page-wrapper {
      margin-bottom: 144px; } }

header ~ #maincontent .container-fluid .breadcrumb li.breadcrumb-item a:not(.btn-primary):not(.btn-outline-primary):not(.cart-link):not(.link) {
  color: #707070; }

header ~ #maincontent .container-fluid.product-detail .product-detail-secondary-content a:not(.btn-primary):not(.btn-outline-primary):not(.cart-link):not(.link),
header ~ #maincontent .container-fluid.product-detail .attributes a:not(.btn-primary):not(.btn-outline-primary):not(.cart-link):not(.link) {
  color: #073b91; }

header ~ #maincontent .container-fluid.product-detail .size-chart .modal a:not(.btn-primary):not(.btn-outline-primary):not(.cart-link):not(.link) {
  color: #000; }

header ~ #maincontent .container-fluid.product-detail .description-and-detail .description-open-btn {
  border-bottom: 1px solid #d8d8d8;
  font-family: HummelPlate, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  padding: 20px 0px 20px 0px; }

header ~ #maincontent .container-fluid.product-detail .description-and-detail .row.active button.title.description-open-btn {
  border-bottom: none;
  border-color: #d8d8d8;
  padding-bottom: 16px; }

header ~ #maincontent .container-fluid.product-set-detail .size-chart a:not(.btn-primary):not(.btn-outline-primary):not(.cart-link):not(.link) {
  color: #073b91; }

header ~ #maincontent .container-fluid .add-to-wishlist-parent {
  height: 44px;
  width: 44px;
  padding-right: 15px; }
  @media (min-width: 769px) {
    header ~ #maincontent .container-fluid .add-to-wishlist-parent button.add-to-wish-list.btn-outline-secondary {
      padding-bottom: 0; } }
  header ~ #maincontent .container-fluid .add-to-wishlist-parent button.add-to-wish-list.btn-outline-secondary:not([disabled]):hover {
    background-color: #fff;
    border-color: #000;
    color: #000; }

@media (min-width: 992px) {
  .product-breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 10px; } }

.pdp-back-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-family: HummelPlate-SemiBold, sans-serif;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin: 3px 25px 0 -10px; }
  @media (min-width: 992px) {
    .pdp-back-link {
      margin-top: 0;
      margin-left: -5px; } }
  .pdp-back-link::before {
    content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMzBweCcgaGVpZ2h0PSczMHB4JyB2aWV3Qm94PScwIDAgMzAgMzAnIHZlcnNpb249JzEuMScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB4bWxuczp4bGluaz0naHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayc+CiAgICA8ZyBzdHJva2U9J25vbmUnIHN0cm9rZS13aWR0aD0nMScgZmlsbD0nbm9uZScgZmlsbC1ydWxlPSdldmVub2RkJz4KICAgICAgICA8cGF0aCBkPSdNMjAsMTEgTDE2LDE1IEwyMCwxOSBNMTUsMTEgTDExLDE1IEwxNSwxOScgc3Ryb2tlPScjMDAwMDAwJyBzdHJva2Utd2lkdGg9JzEuNSc+PC9wYXRoPgogICAgPC9nPgo8L3N2Zz4=");
    padding-top: 0;
    line-height: 0.9em;
    height: 31px;
    width: 30px; }

.pdp-main-column {
  height: 100%;
  padding-left: 12px;
  padding-right: 8px !important; }
  @media (min-width: 544px) and (max-width: 768.98px) {
    .pdp-main-column {
      padding-left: 16px !important;
      padding-right: 8px !important; } }
  @media (min-width: 769px) and (max-width: 991.98px) {
    .pdp-main-column {
      padding-left: 16px !important;
      padding-right: 8px !important; } }
  @media (min-width: 992px) {
    .pdp-main-column {
      padding-left: 0px !important;
      padding-right: 8px !important; } }

.js-promotion-after-default p {
  margin-bottom: 24px; }

.product-detail .attributes .row[data-attr="color"] .attribute {
  margin-top: 0px; }

.product-options {
  margin-top: 0px; }

.payment-methods-container-pdp {
  margin-left: -19px;
  padding-left: 15px;
  margin-bottom: 24px;
  padding-bottom: 8px;
  padding-top: 8px; }

.payment-methods-text {
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  color: #0f1018;
  margin-bottom: 4px; }

@media (min-width: 769px) {
  .product-set-detail .image-tile-tags {
    display: none; } }

.product-set-detail .pdp-main-column {
  padding-left: 0px !important;
  padding-right: 0px !important; }
  @media (max-width: 768.98px) {
    .product-set-detail .pdp-main-column .product-secondary-tags {
      display: none; } }

.product-set-detail .detail-style-tags {
  color: #000; }
  .product-set-detail .detail-style-tags h1 {
    font-family: HummelPlate, sans-serif;
    font-size: 20px;
    font-weight: normal; }

.product-set-detail h2.product-name {
  font-family: HummelPlate, sans-serif;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0px !important; }

.product-set-detail .size-chart {
  margin-top: 0; }

.product-set-detail .pdp-checkout-button {
  margin-top: 24px; }

.product-set-detail .add-to-cart-set:disabled {
  background-color: #bfbfbf;
  color: #fff; }

.product-set-detail .subtotal-item {
  margin-top: 21px;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 25px; }
  .product-set-detail .subtotal-item .sub-total {
    text-decoration: line-through; }

.product-set-detail .bundle-discount-block {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 25px; }
  .product-set-detail .bundle-discount-block .bundle-discount {
    color: #d03a3a; }

.product-set-detail .grand-total {
  line-height: 25px;
  font-size: 14px;
  text-transform: uppercase;
  font-family: HummelPlate-SemiBold, sans-serif;
  border-bottom: 1px solid #000; }

.set-items {
  margin-top: 17px; }
  .set-items .product-detail {
    margin-top: 0;
    margin-bottom: 0; }
  .set-items .set-item {
    min-height: 88px;
    padding-top: 14px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ececec; }
    .set-items .set-item .form-group {
      margin-bottom: 7px;
      -ms-flex-align: end;
          align-items: flex-end; }
    .set-items .set-item .custom-control {
      min-height: unset; }
    .set-items .set-item .custom-control-label::before {
      height: 20px;
      width: 20px;
      top: 0;
      right: 0;
      left: 0;
      position: initial; }
    .set-items .set-item .custom-control-label::after {
      top: 2px;
      left: 1px; }
      @media (max-width: 768.98px) {
        .set-items .set-item .custom-control-label::after {
          top: 3px;
          left: 2px;
          width: 1.1rem;
          height: 1.1rem; } }
    .set-items .set-item .custom-control-input:checked ~ .custom-control-label::before {
      background-color: #fff;
      box-shadow: none;
      border-color: #000; }
    .set-items .set-item .custom-control-input:checked ~ .custom-control-label::after {
      filter: invert(0); }
    .set-items .set-item__footer {
      color: #d03a3a;
      font-size: 10px;
      margin-top: 8px;
      text-transform: uppercase; }
  .set-items a {
    color: inherit !important; }
    .set-items a:hover {
      text-decoration: none; }
  .set-items .attribute {
    margin-top: 0; }
  .set-items select {
    font-size: 12px;
    padding-left: 0;
    width: 70px; }
  .set-items .custom-styled-select.size::after {
    top: 50%;
    left: 45px; }
  .set-items .custom-styled-select.color::after {
    top: 50%;
    left: 40px; }
  .set-items .select-size {
    border-left: 1px solid #bebebe;
    padding-left: 5px;
    width: 80px; }
  .set-items .prices {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end;
    -ms-flex-direction: column;
        flex-direction: column;
    padding-bottom: 0;
    padding-top: 8px; }
    .set-items .prices .price {
      font-size: 12px;
      line-height: 12px;
      font-family: HummelPlate, sans-serif; }
      .set-items .prices .price .strike-through {
        margin-right: 0;
        text-decoration: line-through; }
      .set-items .prices .price .sales {
        color: #d03a3a;
        font-weight: normal;
        margin-bottom: 4px; }
      .set-items .prices .price del + .sales {
        font-family: HummelPlate, sans-serif;
        font-weight: normal; }
      .set-items .prices .price .sales.color-orange {
        color: #f6be46; }
    .set-items .prices .range .set-price {
      display: inline-block;
      text-align: right; }
    .set-items .prices .set-price {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: end;
          align-items: flex-end; }
      .set-items .prices .set-price del {
        -ms-flex-order: 1;
            order: 1; }

.container-fluid.product-detail.product-wrapper {
  padding-right: 15px !important; }

.html-slot-container {
  font-family: Inter;
  font-size: 12px;
  font-weight: 500;
  line-height: 130%;
  /* 15.6px */
  letter-spacing: -0.01em;
  text-align: left;
  color: #0f1018;
  padding-left: 18px;
  font-style: normal; }
  .html-slot-container ul {
    padding-left: 0px !important; }

.benefits-main-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .benefits-main-container .benefit-container {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-bottom: 24px;
    -ms-flex-align: start;
        align-items: flex-start; }
    .benefits-main-container .benefit-container:last-child {
      margin-bottom: 0; }
    .benefits-main-container .benefit-container .benefit-image {
      width: 62px;
      height: 62px;
      margin-right: 10px; }
      .benefits-main-container .benefit-container .benefit-image img {
        width: 62px;
        padding: 8px; }
    .benefits-main-container .benefit-container .benefit-title {
      /* Small body */
      width: 100%;
      font-family: Inter;
      font-size: 14px;
      font-style: normal;
      font-weight: 700;
      line-height: 150%;
      /* 21px */
      letter-spacing: -0.14px;
      color: #707070;
      padding-right: 34px; }
    .benefits-main-container .benefit-container .benefit-description {
      width: 100%;
      font-family: Inter;
      font-size: 14px;
      font-style: normal;
      font-weight: 500;
      line-height: 150%;
      /* 21px */
      letter-spacing: -0.14px;
      padding-right: 34px; }
    .benefits-main-container .benefit-container .benefit-info {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.product-name {
  color: #0f1018;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 0px !important;
  line-height: 130%;
  /* 31.2px */
  letter-spacing: -0.72px;
  border-bottom: none !important; }

.attribute-button-type-block {
  margin-bottom: 0px; }
  .attribute-button-type-block .select-product-attr-error {
    color: #D63D00;
    font-family: Inter, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    text-transform: none;
    margin-bottom: 0px;
    margin-top: 12px; }

#pdp-image-gallery {
  padding-right: 12px !important; }

.fire-icon-badge {
  content: url("data:image/svg+xml;base64,PHN2ZyBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMjggMTI4IiB2aWV3Qm94PSIwIDAgMTI4IDEyOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PHJhZGlhbEdyYWRpZW50IGlkPSJhIiBjeD0iNjguODgzOSIgY3k9IjEyNC4yOTYzIiBncmFkaWVudFRyYW5zZm9ybT0ibWF0cml4KC0xIC0uMDA0MzQzMDEgLS4wMDcxMjU5MiAxLjY0MDggMTMxLjk4NTcgLTc5LjM0NTIpIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgcj0iNzAuNTg3Ij48c3RvcCBvZmZzZXQ9Ii4zMTQ0IiBzdG9wLWNvbG9yPSIjZmY5ODAwIi8+PHN0b3Agb2Zmc2V0PSIuNjYxNiIgc3RvcC1jb2xvcj0iI2ZmNmQwMCIvPjxzdG9wIG9mZnNldD0iLjk3MTUiIHN0b3AtY29sb3I9IiNmNDQzMzYiLz48L3JhZGlhbEdyYWRpZW50PjxyYWRpYWxHcmFkaWVudCBpZD0iYiIgY3g9IjY0LjkyMTEiIGN5PSI1NC4wNjIxIiBncmFkaWVudFRyYW5zZm9ybT0ibWF0cml4KC0uMDEwMSAuOTk5OSAuNzUyNSAuMDA3NjAzNzggMjYuMTUzOCAtMTEuMjY2OCkiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiByPSI3My44NTk5Ij48c3RvcCBvZmZzZXQ9Ii4yMTQxIiBzdG9wLWNvbG9yPSIjZmZmMTc2Ii8+PHN0b3Agb2Zmc2V0PSIuMzI3NSIgc3RvcC1jb2xvcj0iI2ZmZjI3ZCIvPjxzdG9wIG9mZnNldD0iLjQ4NjgiIHN0b3AtY29sb3I9IiNmZmY0OGYiLz48c3RvcCBvZmZzZXQ9Ii42NzIyIiBzdG9wLWNvbG9yPSIjZmZmN2FkIi8+PHN0b3Agb2Zmc2V0PSIuNzkzMSIgc3RvcC1jb2xvcj0iI2ZmZjljNCIvPjxzdG9wIG9mZnNldD0iLjgyMjEiIHN0b3AtY29sb3I9IiNmZmY4YmQiIHN0b3Atb3BhY2l0eT0iLjgwNCIvPjxzdG9wIG9mZnNldD0iLjg2MjciIHN0b3AtY29sb3I9IiNmZmY2YWIiIHN0b3Atb3BhY2l0eT0iLjUyOSIvPjxzdG9wIG9mZnNldD0iLjkxMDEiIHN0b3AtY29sb3I9IiNmZmYzOGQiIHN0b3Atb3BhY2l0eT0iLjIwODgiLz48c3RvcCBvZmZzZXQ9Ii45NDA5IiBzdG9wLWNvbG9yPSIjZmZmMTc2IiBzdG9wLW9wYWNpdHk9IjAiLz48L3JhZGlhbEdyYWRpZW50PjxwYXRoIGQ9Im0zNS41NiA0MC43M2MtLjU3IDYuMDgtLjk3IDE2Ljg0IDIuNjIgMjEuNDIgMCAwLTEuNjktMTEuODIgMTMuNDYtMjYuNjUgNi4xLTUuOTcgNy41MS0xNC4wOSA1LjM4LTIwLjE4LTEuMjEtMy40NS0zLjQyLTYuMy01LjM0LTguMjktMS4xMi0xLjE3LS4yNi0zLjEgMS4zNy0zLjAzIDkuODYuNDQgMjUuODQgMy4xOCAzMi42MyAyMC4yMiAyLjk4IDcuNDggMy4yIDE1LjIxIDEuNzggMjMuMDctLjkgNS4wMi00LjEgMTYuMTggMy4yIDE3LjU1IDUuMjEuOTggNy43My0zLjE2IDguODYtNi4xNC40Ny0xLjI0IDIuMS0xLjU1IDIuOTgtLjU2IDguOCAxMC4wMSA5LjU1IDIxLjggNy43MyAzMS45NS0zLjUyIDE5LjYyLTIzLjM5IDMzLjktNDMuMTMgMzMuOS0yNC42NiAwLTQ0LjI5LTE0LjExLTQ5LjM4LTM5LjY1LTIuMDUtMTAuMzEtMS4wMS0zMC43MSAxNC44OS00NS4xMSAxLjE4LTEuMDggMy4xMS0uMTIgMi45NSAxLjV6IiBmaWxsPSJ1cmwoI2EpIi8+PHBhdGggZD0ibTc2LjExIDc3LjQyYy05LjA5LTExLjctNS4wMi0yNS4wNS0yLjc5LTMwLjM3LjMtLjctLjUtMS4zNi0xLjEzLS45My0zLjkxIDIuNjYtMTEuOTIgOC45Mi0xNS42NSAxNy43My01LjA1IDExLjkxLTQuNjkgMTcuNzQtMS43IDI0Ljg2IDEuOCA0LjI5LS4yOSA1LjItMS4zNCA1LjM2LTEuMDIuMTYtMS45Ni0uNTItMi43MS0xLjIzLTIuMTUtMi4wNS0zLjctNC43Mi00LjQ0LTcuNi0uMTYtLjYyLS45Ny0uNzktMS4zNC0uMjgtMi44IDMuODctNC4yNSAxMC4wOC00LjMyIDE0LjQ3LS4yMiAxMy41NyAxMC45OSAyNC41NyAyNC41NSAyNC41NyAxNy4wOSAwIDI5LjU0LTE4LjkgMTkuNzItMzQuNy0yLjg1LTQuNi01LjUzLTcuNjEtOC44NS0xMS44OHoiIGZpbGw9InVybCgjYikiLz48L3N2Zz4=");
  position: relative;
  top: 1px;
  right: 0;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 2px; }
</pre></body></html>