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

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

@media (min-width: 544px) and (max-width: 768.98px) {
  .pull-left-sm {
    float: left; }
  .pull-right-sm {
    float: right; } }

@media (min-width: 769px) and (max-width: 991.98px) {
  .pull-left-md {
    float: left; }
  .pull-right-md {
    float: right; } }

@media (min-width: 992px) and (max-width: 1199.98px) {
  .pull-left-lg {
    float: left; }
  .pull-right-lg {
    float: right; } }

@media (min-width: 1200px) {
  .pull-left-xl {
    float: left; }
  .pull-right-xl {
    float: right; } }

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

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

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

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

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

.row.equal-height > [class^="col"] {
  display: -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: #093;
  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: #093;
  border-radius: calc($diameter / 2);
  background-color: #093;
  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 > 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: Chivo-Regular, 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;
    -ms-flex-pack: center;
        justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0; }
  .attribute-button-type-block li {
    display: -ms-inline-flexbox;
    display: inline-flex;
    max-width: 60px;
    height: 100%;
    width: calc(100% / 6);
    margin-right: 0;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1;
    position: relative;
    transition: border 0.3s ease-in-out; }
    .attribute-button-type-block li::before {
      content: '';
      position: relative;
      display: block;
      padding-top: 100%; }
  .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;
      color: #bfbfbf; }
      .attribute-button-type-block input[type='radio']:disabled + label::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 20px;
        height: 1px;
        background-color: #bfbfbf;
        display: block;
        transform: translateY(-50%) translateX(-50%); }
      .attribute-button-type-block input[type='radio']:disabled + label:hover {
        border-color: transparent; }
  .attribute-button-type-block label {
    cursor: pointer;
    z-index: 2;
    margin: 0;
    border: 1px solid transparent;
    border-radius: 0;
    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; }

/* stylelint-disable scss/media-feature-value-dollar-variable, property-no-unknown */
.pdp-gallery-block {
  padding: 0; }
  @media (min-width: 992px) {
    .pdp-gallery-block {
      position: static; } }
  .pdp-gallery-block .image-tile-tag-wrapper {
    position: absolute;
    z-index: 1;
    top: 20px;
    left: 6px; }
  .pdp-gallery-block .col-12 > a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    padding-top: calc(2500 * 100% / 1875); }
    .pdp-gallery-block .col-12 > a img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: contain; }
  .pdp-gallery-block .image-block {
    position: relative;
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory; }
    @media (max-width: 991.98px) {
      .pdp-gallery-block .image-block {
        width: calc(100% + 30px);
        overflow-x: scroll;
        -webkit-overflow-scrolling: auto;
        padding-bottom: 10px;
        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; } }

body.modal-zoom-open {
  overflow: hidden;
  position: fixed;
  width: 100%; }
  body.modal-zoom-open .zoom-modal-wrapper {
    padding-right: 0 !important;
    overflow-y: hidden;
    z-index: 9999; }

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

#zoomModal .modal-dialog {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  z-index: 4;
  bottom: auto; }
  @media (min-width: 992px) {
    #zoomModal .modal-dialog {
      top: 50%; } }

#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; }

.zoom-gallery-container {
  position: relative; }
  .zoom-gallery-container .zoom-main-container {
    min-width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    text-align: center;
    position: relative; }
  .zoom-gallery-container .zoom-close-button {
    position: fixed;
    background: transparent;
    border: none;
    padding: 0;
    top: 30px;
    right: 30px;
    width: 26px;
    height: 26px;
    will-change: auto;
    transform: translate3d(0, 0, 0); }
    .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,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='87px' height='87px' viewBox='0 0 87 87' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Asset-Artboard-Page' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='iconography-/-close-' stroke='%23000000' stroke-width='1.5'%3E%3Cpath d='M26.1,26.1 L60.9,60.9 M26.1,60.9 L60.9,26.1' id='lineart'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
      background-position: 50% 50%; }
    @media (min-width: 544px) {
      .zoom-gallery-container .zoom-close-button {
        top: 60px;
        right: 40px;
        width: 30px;
        height: 30px; } }
    @media (min-width: 992px) {
      .zoom-gallery-container .zoom-close-button {
        top: 130px;
        right: 240px;
        display: none; } }
  .zoom-gallery-container .zoom-main-image {
    left: 0;
    top: 0;
    z-index: 1;
    cursor: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='87px' height='87px' viewBox='0 0 87 87' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Asset-Artboard-Page' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='iconography-/-close-' stroke='%23000000' stroke-width='1.5'%3E%3Cpath d='M26.1,26.1 L60.9,60.9 M26.1,60.9 L60.9,26.1' id='lineart'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"), pointer; }
    .zoom-gallery-container .zoom-main-image[data-packshot="true"] {
      padding: 10% 8%; }
    @media (orientation: landscape) and (max-width: 992px) {
      .zoom-gallery-container .zoom-main-image {
        width: 100%; } }
    @media (orientation: landscape) and (min-width: 992px) {
      .zoom-gallery-container .zoom-main-image {
        width: auto;
        height: 100%; } }
    @media (orientation: landscape) and (min-width: 1200px) {
      .zoom-gallery-container .zoom-main-image {
        width: 100%;
        height: auto; } }
    @media (orientation: landscape) and (max-width: 1366px) and (min-height: 1000px) {
      .zoom-gallery-container .zoom-main-image {
        width: auto;
        height: 100%; } }
    @media (orientation: portrait) {
      .zoom-gallery-container .zoom-main-image {
        height: 100%;
        width: auto;
        padding: 35px 0; }
        @supports (-webkit-touch-callout: none) {
          .zoom-gallery-container .zoom-main-image {
            padding: 40px 0; } } }
  .zoom-gallery-container .zoom-thumbnails {
    position: absolute;
    left: 30px;
    top: 30px;
    z-index: 2;
    width: 53px;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-color: #000 #fff;
    scrollbar-width: thin;
    height: calc(100% - 40px);
    padding-right: 10px; }
    .zoom-gallery-container .zoom-thumbnails::-webkit-scrollbar {
      width: 2px; }
    .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 (min-width: 544px) {
      .zoom-gallery-container .zoom-thumbnails {
        width: 97px; } }
    @media (min-width: 992px) {
      .zoom-gallery-container .zoom-thumbnails {
        left: 10px;
        top: 16px; } }
    .zoom-gallery-container .zoom-thumbnails img {
      background-color: #eaeaea; }
    .zoom-gallery-container .zoom-thumbnails ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .zoom-gallery-container .zoom-thumbnails ul li {
        width: 100%;
        margin-bottom: 5px; }
        @media (min-width: 992px) {
          .zoom-gallery-container .zoom-thumbnails ul li {
            margin-bottom: 15px; } }
        .zoom-gallery-container .zoom-thumbnails ul li a {
          display: block;
          border: 1px transparent solid;
          border-radius: 0;
          transition: border 0.15s ease-in-out;
          overflow: hidden; }
          .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; }

.pdp-main-column {
  padding-left: 28px;
  padding-right: 28px; }
  @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); } }

.pdp-gallery-counter {
  position: absolute;
  z-index: 1;
  bottom: 35px;
  left: 20px;
  font-size: 12px;
  font-family: Chivo-Light, sans-serif;
  letter-spacing: 0.5px;
  line-height: 12px; }

.pdp-gallery-dots {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: absolute;
  right: 0;
  bottom: -0.625rem;
  left: 0;
  z-index: 15;
  -ms-flex-pack: center;
      justify-content: center;
  margin-right: 0;
  margin-left: 0;
  list-style: none; }
  .pdp-gallery-dots .pdp-gallery-dot {
    display: block;
    position: relative;
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    width: 100%;
    height: 2px;
    cursor: default;
    background-color: #f2f2f2; }
    .pdp-gallery-dots .pdp-gallery-dot.active {
      background-color: #000; }

/* stylelint-disable scss/media-feature-value-dollar-variable, property-no-unknown, max-nesting-depth */
:root {
  --container-width: 100%; }
  @media (min-width: 544px) {
    :root {
      --container-width: 100%; } }
  @media (min-width: 769px) {
    :root {
      --container-width: 668px; } }
  @media (min-width: 992px) {
    :root {
      --container-width: 932px; } }
  @media (min-width: 1200px) {
    :root {
      --container-width: 1140px; } }
  @media (min-width: 1600px) {
    :root {
      --container-width: 1448px; } }

.product-detail {
  font-size: 12px; }
  .product-detail.product-wrapper {
    margin-bottom: 50px; }
    @media (min-width: 992px) {
      .product-detail.product-wrapper {
        margin-bottom: 130px; } }
  .product-detail .attribute {
    text-align: center; }
  .product-detail .breadcrumb {
    margin: 0;
    line-height: 16px;
    letter-spacing: 0.5px;
    font-family: Chivo-Regular, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0;
    border: none;
    display: -ms-flexbox;
    display: flex; }
    @media (min-width: 992px) {
      .product-detail .breadcrumb {
        margin-left: 24px; } }
  .product-detail .product-name {
    color: #000;
    text-transform: uppercase;
    border: none; }
    .product-detail .product-name h1 {
      text-align: center;
      font-size: 20px;
      line-height: 1;
      margin-bottom: 15px; }
  .product-detail .prices {
    font-size: 20px;
    line-height: 1.25;
    font-family: Chivo-Regular, sans-serif;
    font-weight: 400;
    padding-bottom: 0;
    padding-top: 0;
    margin-bottom: 28px; }
    .product-detail .prices .price {
      font-size: 20px;
      line-height: 25px; }
      .product-detail .prices .price del {
        margin-right: 12px;
        color: #bfbfbf; }
        .product-detail .prices .price del + .sales {
          color: #000;
          font-weight: 400; }
      .product-detail .prices .price .sales {
        color: #000;
        font-weight: 400; }
      .product-detail .prices .price .bestprice {
        margin-top: 10px; }
      .product-detail .prices .price .bestprice .small,
      .product-detail .prices .price .bestprice ~ del {
        font-size: 12px;
        line-height: 1.2;
        color: #bfbfbf;
        text-decoration: auto; }
        .product-detail .prices .price .bestprice .small .invalid-feedback,
        .product-detail .prices .price .bestprice ~ del .invalid-feedback {
          color: inherit; }
      .product-detail .prices .price .bestprice ~ del .invalid-feedback {
        color: #f60; }
  .product-detail .attributes .row[data-attr="color"] .attribute {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    position: relative;
    margin-bottom: 25px;
    margin-top: 0;
    text-align: center; }
  .product-detail .attributes .row[data-attr="color"] .color-attribute {
    float: left;
    margin-bottom: 10px;
    margin-right: 0;
    outline: none; }
    .product-detail .attributes .row[data-attr="color"] .color-attribute:last-of-type {
      margin-right: 0; }
    .product-detail .attributes .row[data-attr="color"] .color-attribute span {
      display: inline-block;
      vertical-align: top;
      width: 60px;
      height: 60px;
      text-align: center;
      line-height: 60px;
      border-radius: 0;
      outline: none;
      border: 1px transparent solid;
      margin-right: 0;
      background-size: contain;
      background-repeat: no-repeat;
      background-color: transparent; }
      .product-detail .attributes .row[data-attr="color"] .color-attribute span::after {
        display: none; }
      .product-detail .attributes .row[data-attr="color"] .color-attribute span.selected {
        border: 1px #000 solid; }
      .product-detail .attributes .row[data-attr="color"] .color-attribute span.unselectable {
        opacity: 0.4; }
    .product-detail .attributes .row[data-attr="color"] .color-attribute:hover span {
      border-color: #000; }
    .product-detail .attributes .row[data-attr="color"] .color-attribute:disabled {
      display: none; }
  .product-detail .product-attributes {
    font-size: 14px;
    line-height: 19px; }
  .product-detail .size-chart {
    margin: 0;
    margin-bottom: 12px;
    color: #bfbfbf;
    text-align: center; }
    .product-detail .size-chart .size-chart-link {
      font-family: Chivo-Regular, sans-serif;
      font-size: 12px;
      letter-spacing: 0.12px;
      line-height: 1.2;
      text-transform: uppercase;
      text-decoration: underline; }
    .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; }
        .product-detail .size-chart .modal-content button.close:not(:disabled) {
          opacity: 1; }
      .product-detail .size-chart .modal-content table {
        text-align: left; }
  .product-detail .quantity-select {
    height: 45px; }
  .product-detail .add-to-cart-msg {
    letter-spacing: 0.5px; }
    @media (min-width: 769px) {
      .product-detail .add-to-cart-msg {
        margin-top: 11px; } }
    .product-detail .add-to-cart-msg strong,
    .product-detail .add-to-cart-msg b {
      font-family: Chivo-Regular, sans-serif;
      font-weight: 500; }
  .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: 10px;
      position: relative; }
      .product-detail .prices-add-to-cart-actions .pdp-checkout-button .disabled-cta-fallback {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        opacity: 0; }
      .product-detail .prices-add-to-cart-actions .pdp-checkout-button .add-to-cart {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center;
        width: 100%;
        min-width: 130px;
        height: 50px;
        background-color: #000;
        color: #fff;
        font-size: 12px;
        letter-spacing: 0.5px;
        margin: 0;
        border: none;
        opacity: 1; }
        .product-detail .prices-add-to-cart-actions .pdp-checkout-button .add-to-cart:not(:disabled) ~ .disabled-cta-fallback {
          display: none; }
        .product-detail .prices-add-to-cart-actions .pdp-checkout-button .add-to-cart:hover, .product-detail .prices-add-to-cart-actions .pdp-checkout-button .add-to-cart:focus {
          opacity: 0.7; }
  .product-detail .add-to-wish-list {
    height: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
    .product-detail .add-to-wish-list:not([disabled]):hover {
      background-color: #fff;
      border-color: transparent;
      color: #000; }
      .product-detail .add-to-wish-list:not([disabled]):hover::after {
        display: none; }
    .product-detail .add-to-wish-list .wishlist-heart-ico.active {
      background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMzBweCcgaGVpZ2h0PSczMHB4JyB2aWV3Qm94PScwIDAgMzAgMzAnIHZlcnNpb249JzEuMScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB4bWxuczp4bGluaz0naHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayc+CiAgICA8ZyBzdHJva2U9J25vbmUnIHN0cm9rZS13aWR0aD0nMScgZmlsbD0nbm9uZScgZmlsbC1ydWxlPSdldmVub2RkJz4KICAgICAgICA8ZyBmaWxsPScjMDczYjkxJyBzdHJva2U9JyMwNzNiOTEnIHN0cm9rZS13aWR0aD0nMS41Jz4KICAgICAgICAgICAgPHBhdGggZD0nTTE1LDIzIEMxNSwyMyA3LDE4LjU4ODIzNTMgNywxMi40MTE3NjQ3IEM3LDEwLjY0NzA1ODggNy44ODg4ODg4OSw4IDEwLjU1NTU1NTYsOCBDMTMuMjIyMjIyMiw4IDE1LDkuOTg1Mjk0MTIgMTUsOS45ODUyOTQxMiBDMTUsOS45ODUyOTQxMiAxNi43Nzc3Nzc4LDggMTkuNDQ0NDQ0NCw4IEMyMi4xMTExMTExLDggMjMsMTAuNjQ3MDU4OCAyMywxMi40MTE3NjQ3IEMyMywxOC41ODgyMzUzIDE1LDIzIDE1LDIzIFonPjwvcGF0aD4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg=="); }
  .product-detail .wishlist-heart-ico {
    background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIzMHB4IiBoZWlnaHQ9IjMwcHgiIHZpZXdCb3g9IjAgMCAzMCAzMCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT45Qzg0OEUzOC0zNDhFLTQyMTMtQjcyMS0xQ0YwREQyRTE5QUI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggc2tldGNodG9vbC48L2Rlc2M+ICAgIDxnIGlkPSJBc3NldC1BcnRib2FyZC1QYWdlIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxnIGlkPSJpY29ub2dyYXBoeS0vLWZhdm9yaXQiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLXdpZHRoPSIxLjUiPiAgICAgICAgICAgIDxwYXRoIGQ9Ik0xNSwyMyBDMTUsMjMgNywxOC41ODgyMzUzIDcsMTIuNDExNzY0NyBDNywxMC42NDcwNTg4IDcuODg4ODg4ODksOCAxMC41NTU1NTU2LDggQzEzLjIyMjIyMjIsOCAxNSw5Ljk4NTI5NDEyIDE1LDkuOTg1Mjk0MTIgQzE1LDkuOTg1Mjk0MTIgMTYuNzc3Nzc3OCw4IDE5LjQ0NDQ0NDQsOCBDMjIuMTExMTExMSw4IDIzLDEwLjY0NzA1ODggMjMsMTIuNDExNzY0NyBDMjMsMTguNTg4MjM1MyAxNSwyMyAxNSwyMyBaIiBpZD0ibGluZWFydCI+PC9wYXRoPiAgICAgICAgPC9nPiAgICA8L2c+PC9zdmc+") 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: Chivo-Regular, sans-serif;
    font-weight: 500;
    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: 14px;
    font-family: Chivo-Regular, sans-serif;
    font-weight: 400;
    line-height: 19px;
    margin-bottom: 35px;
    text-align: center; }
    .product-detail .product-detail-secondary-content p {
      margin-bottom: 10px;
      overflow-y: hidden; }
    .product-detail .product-detail-secondary-content a {
      font-family: Chivo-Regular, sans-serif;
      font-weight: 500;
      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: 0;
    text-align: center; }
    .product-detail .description-and-detail .description-open-btn {
      padding: 0 25px 15px 0;
      min-width: auto;
      font-size: 14px;
      line-height: 14px;
      text-transform: none;
      box-shadow: none;
      font-family: Chivo-Regular, sans-serif;
      font-weight: 500;
      border-radius: 0; }
      .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,PHN2ZyB3aWR0aD0iMzBweCIgaGVpZ2h0PSIzMHB4IiB2aWV3Qm94PSIwIDAgMzAgMzAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8ZyBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNS4wMDAwMDAsIDE1LjAwMDAwMCkgcm90YXRlKDE4MC4wMDAwMDApIHRyYW5zbGF0ZSgtMTUuMDAwMDAwLCAtMTUuMDAwMDAwKSB0cmFuc2xhdGUoMTIuNjYzMjgyLCAxMC45Mjg1NzIpIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS13aWR0aD0iMS41Ij4KICAgICAgICAgICAgPHBvbHlsaW5lIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIuMzM2NzE4LCA0LjA3MTQyOCkgcm90YXRlKDkwLjAwMDAwMCkgdHJhbnNsYXRlKC0yLjMzNjcxOCwgLTQuMDcxNDI4KSAiIHBvaW50cz0iLTEuNzM0NzEwODQgNi40MDgxNDYxNiAyLjQzNTcyMzY1IDEuNzM0NzEwODQgNi40MDgxNDYxNiA2LjQwODE0NjE2Ij48L3BvbHlsaW5lPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+");
        width: 30px;
        height: 30px;
        position: absolute;
        right: 0;
        font-size: 16px;
        top: 30px;
        transform: translateY(-50%) rotate(-90deg);
        text-align: center;
        line-height: 24px;
        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-size: 15px;
      font-family: Chivo-Regular, sans-serif;
      font-weight: 300;
      line-height: 25px;
      padding-top: 15px; }
    .product-detail .description-and-detail .row.active button.title.description-open-btn::before {
      color: #000;
      transform: translateY(-50%) rotate(90deg); }
    .product-detail .description-and-detail p {
      text-align: center; }
    .product-detail .description-and-detail ul {
      list-style: none;
      padding: 0; }
  .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; }

.detail-style-tags {
  line-height: 16px;
  letter-spacing: 0.5px;
  font-family: Chivo-Regular, sans-serif;
  font-weight: 500;
  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: Chivo-Regular, sans-serif;
  text-decoration: underline;
  color: #000 !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 .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 {
    color: #000;
    margin-right: 20px;
    margin-bottom: 10px; }
  .size-chart-wrapper .nav-tabs .nav-link,
  .sizinginformation .nav-tabs .nav-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    height: 30px;
    font-weight: 400;
    border-radius: 0;
    background-color: #fff;
    text-transform: uppercase;
    padding: 0 25px;
    font-size: 12px;
    letter-spacing: normal;
    line-height: 16px;
    text-align: center;
    transition: all 0.15s ease-in-out;
    border-width: 1px;
    border-color: #000;
    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: #000;
      color: #fff !important; }

.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: #000 !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: #000; }
      .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: #000 !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; }

.size-chart-wrapper .table,
.sizinginformation .table {
  font-size: 12px;
  letter-spacing: 0.5px; }
  .size-chart-wrapper .table tr:first-child th,
  .sizinginformation .table tr:first-child th {
    padding-top: 0; }
  .size-chart-wrapper .table th,
  .size-chart-wrapper .table td,
  .sizinginformation .table th,
  .sizinginformation .table td {
    border: none;
    padding: 18px 0; }
  .size-chart-wrapper .table th,
  .sizinginformation .table th {
    font-family: Chivo-Regular, sans-serif;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    line-height: 16px; }
    .size-chart-wrapper .table th:first-child,
    .sizinginformation .table th:first-child {
      color: #000; }

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

header ~ #maincontent .container .add-to-wish-list {
  background-color: #fff;
  color: #000;
  border: none; }
  header ~ #maincontent .container .add-to-wish-list:not([disabled]):hover {
    background-color: #fff;
    color: #000;
    border: none; }
  header ~ #maincontent .container .add-to-wish-list[disabled] {
    background-color: #fff;
    color: #000;
    border: none; }

@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: Chivo-Regular, sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: uppercase;
  height: 40px;
  margin: 0; }
  @media (min-width: 992px) {
    .pdp-back-link {
      margin-top: 0;
      margin-left: -5px; } }
  .pdp-back-link::before {
    content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzBweCIgaGVpZ2h0PSIzMHB4IiB2aWV3Qm94PSIwIDAgMzAgMzAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8ZyBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNS4wMDAwMDAsIDE1LjAwMDAwMCkgcm90YXRlKDE4MC4wMDAwMDApIHRyYW5zbGF0ZSgtMTUuMDAwMDAwLCAtMTUuMDAwMDAwKSB0cmFuc2xhdGUoOC41NzE0MjksIDkuMDAwMDAwKSIgc3Ryb2tlPSIjMDAwMDAwIiBzdHJva2Utd2lkdGg9IjEuNSI+CiAgICAgICAgICAgIDxwb2x5bGluZSBpZD0iUGF0aCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoOC45OTczMjUsIDUuNzY5MDQyKSByb3RhdGUoOTAuMDAwMDAwKSB0cmFuc2xhdGUoLTguOTk3MzI1LCAtNS43NjkwNDIpICIgcG9pbnRzPSIzLjQyNTg5NjEgOC45NjY2NTU5NiA5LjEzMjgwNjU1IDIuNTcxNDI4NTcgMTQuNTY4NzUzMiA4Ljk2NjY1NTk2Ij48L3BvbHlsaW5lPgogICAgICAgICAgICA8bGluZSB4MT0iLTEuOTQ4OTE3MjJlLTEzIiB5MT0iNS43NjkwNDIyNyIgeDI9IjExLjQyNDk0MDYiIHkyPSI1Ljc2OTA0MjI3IiBpZD0iUGF0aCI+PC9saW5lPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+");
    padding-top: 0;
    line-height: 0.9em; }

.pdp-gallery-block .pdp-gallery-slide {
  margin-top: 0;
  margin-bottom: 0; }
  @media (min-width: 992px) {
    .pdp-gallery-block .pdp-gallery-slide {
      margin-bottom: 5px; } }

.pdp-gallery-block .image-block {
  padding-bottom: 0;
  margin-bottom: 0; }

.pdp-gallery-block .pdp-gallery-dots {
  margin-bottom: 0;
  bottom: 23px; }
  @media (min-width: 992px) {
    .pdp-gallery-block .pdp-gallery-dots {
      right: auto;
      position: fixed;
      bottom: 50%;
      transform: translateY(50%);
      left: calc(((100vw - var(--container-width)) / 2) + 5px);
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column; }
      .pdp-gallery-block .pdp-gallery-dots.unstick {
        position: absolute;
        bottom: 100px; } }
  .pdp-gallery-block .pdp-gallery-dots .pdp-gallery-dot {
    background-color: #bfbfbf;
    height: 1px;
    width: 20px;
    margin: 0;
    padding: 0;
    margin-right: 5px; }
    .pdp-gallery-block .pdp-gallery-dots .pdp-gallery-dot:last-of-type {
      margin-right: 0; }
    .pdp-gallery-block .pdp-gallery-dots .pdp-gallery-dot.active {
      background-color: #000; }
    @media (min-width: 992px) {
      .pdp-gallery-block .pdp-gallery-dots .pdp-gallery-dot {
        height: 20px;
        width: 1px;
        margin: 0;
        margin-bottom: 5px; }
        .pdp-gallery-block .pdp-gallery-dots .pdp-gallery-dot:last-of-type {
          margin-bottom: 0; } }

.pdp-gallery-control {
  position: absolute;
  left: 43px;
  top: 50%;
  transform: translateY(-50%);
  height: 35px;
  width: 35px;
  min-width: auto;
  padding: 0;
  opacity: 0.5;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzBweCIgaGVpZ2h0PSIzMHB4IiB2aWV3Qm94PSIwIDAgMzAgMzAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8ZyBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNS4wMDAwMDAsIDE1LjAwMDAwMCkgcm90YXRlKDE4MC4wMDAwMDApIHRyYW5zbGF0ZSgtMTUuMDAwMDAwLCAtMTUuMDAwMDAwKSB0cmFuc2xhdGUoMTIuNjYzMjgyLCAxMC45Mjg1NzIpIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS13aWR0aD0iMS41Ij4KICAgICAgICAgICAgPHBvbHlsaW5lIGlkPSJQYXRoIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjMzNjcxOCwgNC4wNzE0MjgpIHJvdGF0ZSg5MC4wMDAwMDApIHRyYW5zbGF0ZSgtMi4zMzY3MTgsIC00LjA3MTQyOCkgIiBwb2ludHM9Ii0xLjczNDcxMDg0IDYuNDA4MTQ2MTYgMi40MzU3MjM2NSAxLjczNDcxMDg0IDYuNDA4MTQ2MTYgNi40MDgxNDYxNiI+PC9wb2x5bGluZT4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat; }
  .pdp-gallery-control.pdp-gallery-control-next {
    right: 43px;
    left: auto;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzBweCIgaGVpZ2h0PSIzMHB4IiB2aWV3Qm94PSIwIDAgMzAgMzAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8ZyBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMi42NjMyODIsIDEwLjkyODU3MikiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLXdpZHRoPSIxLjUiPgogICAgICAgICAgICA8cG9seWxpbmUgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMi4zMzY3MTgsIDQuMDcxNDI4KSByb3RhdGUoOTAuMDAwMDAwKSB0cmFuc2xhdGUoLTIuMzM2NzE4LCAtNC4wNzE0MjgpICIgcG9pbnRzPSItMS43MzQ3MTA4NCA2LjQwODE0NjE2IDIuNDM1NzIzNjUgMS43MzQ3MTA4NCA2LjQwODE0NjE2IDYuNDA4MTQ2MTYiPjwvcG9seWxpbmU+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4="); }
  .pdp-gallery-control:hover {
    background-color: transparent;
    border: none; }
  .pdp-gallery-control[disabled] {
    background-color: transparent;
    border: none;
    pointer-events: none;
    opacity: 0.4; }
    .pdp-gallery-control[disabled]:hover {
      background-color: transparent;
      border: none; }

@media (min-width: 992px) {
  .product-sticky-container {
    position: sticky;
    top: 70px; } }

.product-sticky-container .product-secondary-tags ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  text-transform: uppercase; }

.product-sticky-container .product-secondary-tags .product-secondary-tags-item {
  margin-right: 5px;
  margin-bottom: 7px;
  font-size: 10px;
  letter-spacing: 0.1px;
  line-height: 1.4;
  text-align: center; }
  .product-sticky-container .product-secondary-tags .product-secondary-tags-item:last-child {
    margin-right: 0; }
  .product-sticky-container .product-secondary-tags .product-secondary-tags-item.color-red {
    background: transparent;
    color: #f60; }

.product-tabs .tab-header {
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: normal;
  margin-right: 15px;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #bfbfbf;
  text-transform: uppercase;
  margin-bottom: 23px;
  padding-bottom: 7px;
  -ms-flex: 1;
      flex: 1; }
  @media (max-width: 768.98px) {
    .product-tabs .tab-header {
      color: #000; } }
  .product-tabs .tab-header:focus, .product-tabs .tab-header:active {
    border: none;
    border-bottom: 1px solid #bfbfbf;
    background-color: transparent; }
  .product-tabs .tab-header:last-child {
    margin-right: 0; }
  .product-tabs .tab-header.active {
    border-color: #000; }

.row-add-to-cart {
  margin-top: 35px; }

/* stylelint-disable scss/media-feature-value-dollar-variable, property-no-unknown, max-nesting-depth */
.product-detail .product-name h1 {
  font-family: Chivo-Bold, sans-serif; }

.product-detail .prices-add-to-cart-actions .pdp-checkout-button .add-to-cart {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  min-width: 130px;
  height: 50px;
  background-color: #000;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.5px;
  margin: 0;
  border: none;
  opacity: 1; }
  .product-detail .prices-add-to-cart-actions .pdp-checkout-button .add-to-cart:not(:disabled) ~ .disabled-cta-fallback {
    display: none; }
  .product-detail .prices-add-to-cart-actions .pdp-checkout-button .add-to-cart:hover, .product-detail .prices-add-to-cart-actions .pdp-checkout-button .add-to-cart:focus {
    opacity: 0.7; }

.product-detail .prices .bestprice .small .invalid-feedback,
.product-detail .prices .bestprice ~ del .invalid-feedback {
  color: #000 !important;
  font-weight: 600;
  font-family: Chivo-Bold, sans-serif; }
