@charset "UTF-8";
/*
$custom-select-padding-y:           $input-btn-padding-y;
$custom-select-padding-x:           $input-btn-padding-x;
$custom-select-indicator-padding:   1rem; // Extra padding to account for the presence of the background-image based indicator
$custom-select-bg-size:             12px 7px; // In pixels because image dimensions
$custom-select-box-shadow:          none;
$custom-select-indicator-color:     $brand-blue;
$custom-select-indicator:           url("../icons/sprite.svg");
$custom-select-background:          escape-svg($custom-select-indicator) no-repeat $custom-select-padding-x center / $custom-select-bg-size; // Used so we can have multiple background elements (e.g., arrow and feedback icon)
*/
.pull-left-xs {
  float: left; }

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

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

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

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

@media (min-width: 1440px) and (max-width: 1599.98px) {
  .pull-left-xl {
    float: left; }
  .pull-right-xl {
    float: right; } }

@media (min-width: 1600px) and (max-width: 1919.98px) {
  .pull-left-xxl {
    float: left; }
  .pull-right-xxl {
    float: right; } }

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

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

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

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

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

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

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

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

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

/*
$custom-select-padding-y:           $input-btn-padding-y;
$custom-select-padding-x:           $input-btn-padding-x;
$custom-select-indicator-padding:   1rem; // Extra padding to account for the presence of the background-image based indicator
$custom-select-bg-size:             12px 7px; // In pixels because image dimensions
$custom-select-box-shadow:          none;
$custom-select-indicator-color:     $brand-blue;
$custom-select-indicator:           url("../icons/sprite.svg");
$custom-select-background:          escape-svg($custom-select-indicator) no-repeat $custom-select-padding-x center / $custom-select-bg-size; // Used so we can have multiple background elements (e.g., arrow and feedback icon)
*/
.embroidery-disclaimer {
  border: 1px solid #071D49;
  margin-top: 1.3125rem;
  margin-bottom: 1.75rem;
  background: #F5F5F5; }
  .embroidery-disclaimer .embroidery-disclaimer_image-wrap {
    background: #071D49; }
    .embroidery-disclaimer .embroidery-disclaimer_image-wrap img {
      background: #071D49;
      width: 1.75rem;
      -webkit-box-sizing: content-box;
              box-sizing: content-box;
      padding: 1.0625rem 0.875rem; }
  .embroidery-disclaimer .embroidery-disclaimer_body {
    margin: 0.9375rem 1.5rem;
    color: #071D49; }
    .embroidery-disclaimer .embroidery-disclaimer_body .embroidery-disclaimer_title {
      font-weight: 600;
      display: block; }

.oos-disclaimer {
  border: 1px solid #071D49;
  margin-top: 1.3125rem;
  margin-bottom: 1.75rem;
  background: #F5F5F5; }
  .oos-disclaimer .oos-disclaimer_body {
    margin: 0.9375rem 1.5rem;
    color: #071D49; }
    .oos-disclaimer .oos-disclaimer_body .oos-disclaimer_title {
      font-weight: 600;
      display: block; }

.product-options .btn-collapse {
  font-weight: 500;
  padding: 1.125rem 0;
  width: 100%;
  font-size: 0.875rem;
  border: 0; }
  @media (max-width: 767.98px) {
    .product-options .btn-collapse {
      font-size: 0.75rem; } }
  .product-options .btn-collapse .blue-caret-up {
    margin-right: 0; }
  .product-options .btn-collapse.collapsed .blue-caret-up {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .product-options .btn-collapse img {
    height: 1.5rem; }

.product-options .product-option .option-lable {
  color: #071D49; }

.product-options .product-option .option-text {
  font-size: 0.8125rem;
  font-weight: 500;
  text-align: center; }

.product-options .product-option .option-error {
  color: #dd2222; }

.product-options .product-option .embroidery-added {
  color: #008827; }

.product-options .product-option .embroidery-msg {
  color: #071D49;
  margin: 1.3125rem 0; }

.product-options .product-option.embroideryLocation {
  margin-top: 1.3125rem; }
  .product-options .product-option.embroideryLocation .d-flex > div {
    margin-bottom: 0.4375rem; }

.product-options .product-option .option-btn:not(.btn) {
  background: transparent; }
  .product-options .product-option .option-btn:not(.btn) .option-value {
    width: 7rem; }
  .product-options .product-option .option-btn:not(.btn).disabled .option-value {
    position: relative; }
    .product-options .product-option .option-btn:not(.btn).disabled .option-value::after {
      content: "";
      position: absolute;
      width: 157px;
      height: 1px;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      top: 50%;
      left: -24px; }
    .product-options .product-option .option-btn:not(.btn).disabled .option-value > img {
      opacity: 0.3; }
  .product-options .product-option .option-btn:not(.btn).selected .option-value {
    border: 2px solid #071D49; }
  .product-options .product-option .option-btn:not(.btn).selected + .option-text {
    color: #071D49; }

.product-options .product-option .option-btn.btn {
  width: 100%;
  max-width: 8.25rem;
  position: relative;
  min-height: 2.75rem; }
  .product-options .product-option .option-btn.btn .option-value {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.product-options .product-option .available-options-container .option-btn-variant {
  background: #fff;
  border: 2px solid #fff;
  min-height: initial;
  padding: 0.5rem;
  width: 3.75rem; }
  .product-options .product-option .available-options-container .option-btn-variant.selected {
    border-color: #454545; }
  .product-options .product-option .available-options-container .option-btn-variant .option-value {
    position: initial; }

.fit-guide .title,
.size-chart .title,
.size-chart-modal .title {
  font-size: 1.1875rem;
  color: #666;
  letter-spacing: 0.1475rem; }
  .fit-guide .title h2,
  .size-chart .title h2,
  .size-chart-modal .title h2 {
    letter-spacing: 0.01375rem; }
  .fit-guide .title .separator,
  .size-chart .title .separator,
  .size-chart-modal .title .separator {
    border-left: 2px solid #666;
    height: 2.5rem; }
  @media (max-width: 767.98px) {
    .fit-guide .title,
    .size-chart .title,
    .size-chart-modal .title {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 1.75rem 0; } }

.fit-guide ol,
.size-chart ol,
.size-chart-modal ol {
  counter-reset: number;
  list-style-type: none; }
  .fit-guide ol li::before,
  .size-chart ol li::before,
  .size-chart-modal ol li::before {
    counter-increment: number;
    content: counter(number) " ";
    font-size: 1.125rem;
    font-weight: bold;
    margin-right: 0.9375rem; }

.fit-guide table,
.size-chart table,
.size-chart-modal table {
  color: #071D49;
  font-size: 0.8125rem;
  border: 1px solid #CCC; }
  .fit-guide table td,
  .size-chart table td,
  .size-chart-modal table td {
    border-style: solid;
    border-color: #CCC; }
  @media (max-width: 767.98px) {
    .fit-guide table,
    .size-chart table,
    .size-chart-modal table {
      font-size: 0.625rem; }
      .fit-guide table td,
      .size-chart table td,
      .size-chart-modal table td {
        padding: 0.5625rem; } }
  .fit-guide table thead th,
  .size-chart table thead th,
  .size-chart-modal table thead th {
    border-bottom: 1px solid #CCC;
    border-top: 1px solid #CCC;
    background-color: #EBEBEB;
    border-style: solid;
    border-color: #CCC; }
  .fit-guide table tr:nth-child(even),
  .size-chart table tr:nth-child(even),
  .size-chart-modal table tr:nth-child(even) {
    background-color: #EBEBEB; }
  .fit-guide table tr:nth-child(odd),
  .size-chart table tr:nth-child(odd),
  .size-chart-modal table tr:nth-child(odd) {
    background-color: #F5F5F5; }

.fit-guide .size-chart-summary,
.size-chart .size-chart-summary,
.size-chart-modal .size-chart-summary {
  color: #707070; }

.fit-guide .collection-title,
.size-chart .collection-title,
.size-chart-modal .collection-title {
  font-size: 1.3125rem; }
  @media (max-width: 767.98px) {
    .fit-guide .collection-title,
    .size-chart .collection-title,
    .size-chart-modal .collection-title {
      text-align: center; } }

@media (max-width: 767.98px) {
  .fit-guide .collection-body,
  .fit-guide .size-chart-summary,
  .size-chart .collection-body,
  .size-chart .size-chart-summary,
  .size-chart-modal .collection-body,
  .size-chart-modal .size-chart-summary {
    font-size: 0.875rem;
    text-align: center; } }

.size-chart-modal {
  color: #071D49;
  font-size: 1rem; }
  .size-chart-modal .modal-dialog {
    max-width: 51.875rem; }
  .size-chart-modal .size-chart-content-wrapper {
    padding-bottom: 2.1875rem; }
    @media (max-width: 991.98px) {
      .size-chart-modal .size-chart-content-wrapper {
        padding-bottom: 1.125rem; } }

.ratings [data-bv-show=rating_summary] .bv_main_container .bv_stars_component_container {
  padding-right: 0.90625rem !important;
  cursor: pointer !important; }

.ratings [data-bv-show=rating_summary] .bv_main_container .bv_war_button,
.ratings [data-bv-show=rating_summary] .bv_main_container .bv_war_button:hover,
.ratings [data-bv-show=rating_summary] .bv_main_container .bv_war_button:focus {
  font-family: "Helvetica Now", "Helvetica Now Text", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #177AC9 !important;
  text-decoration: underline !important;
  text-transform: none !important; }

.ratings [data-bv-show=rating_summary] .bv_main_container .bv_main_container_row_flex {
  padding-right: 0 !important; }

.ratings [data-bv-show=rating_summary] .bv_main_container .bv_avgRating_component_container,
.ratings [data-bv-show=rating_summary] .bv_main_container .bv_numReviews_text {
  color: #707070 !important; }

.reviews .bv-dropdown-target,
.reviews .bv-dropdown,
.reviews .bv-dropdown-select-reviews,
.reviews .bv-dropdown-title-reviews,
.reviews .bv-dropdown-title,
.reviews .bv-dropdown-arrow {
  cursor: pointer !important; }

.reviews .bv-cv2-cleanslate .bv-core-container-60 button.bv-text-link {
  white-space: nowrap !important; }

body div.bv_modal_component_container[data-bv-modal] {
  z-index: 1060 !important; }
  body div.bv_modal_component_container[data-bv-modal] .bv_histogram_component_container {
    min-width: auto !important; }

.product-collection-rating {
  margin-bottom: 0.625rem;
  line-height: 1.0625rem; }
  @media (max-width: 991.98px) {
    .product-collection-rating {
      margin-top: 0.625rem;
      margin-bottom: 0.9375rem; } }
  @media (max-width: 767.98px) {
    .product-collection-rating {
      margin-top: 1.3125rem; } }
  .product-collection-rating .product-collection a {
    color: #707070 !important;
    text-decoration: none; }
    .product-collection-rating .product-collection a:hover {
      color: #454545 !important;
      text-decoration: underline; }

.product-detail:not(.product-quickview) .swatch-attribute-list {
  width: 100%;
  max-width: 25.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.product-detail .cross-sell {
  margin-top: 3.75rem; }
  @media (max-width: 767.98px) {
    .product-detail .cross-sell .search-result-items.row {
      overflow: hidden; }
    .product-detail .cross-sell .pdp-recommendations .grid-tile:nth-child(odd) {
      padding-right: 0.3125rem;
      padding-left: 0; }
    .product-detail .cross-sell .pdp-recommendations .grid-tile:nth-child(even) {
      padding-left: 0.3125rem;
      padding-right: 0; } }

.product-detail .primary-images .carousel .slick-arrow {
  display: none !important; }

.product-detail .primary-images .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.product-detail .line-break {
  margin-bottom: 1.25rem;
  border-bottom: 1px solid #bdbdbd; }

.product-detail .price-history-container:has(.collapse.show) .price-history-collapse-button .icon {
  background-position-x: -191px; }

.product-detail .price-history-container .price-history-prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  background-color: #F5F5F5;
  color: #454545; }
  .product-detail .price-history-container .price-history-prices .sale-percentage {
    color: #707070; }

.product-detail .price-history-container .sale-percentage {
  color: #454545; }

.product-detail:not(.product-quickview) .product-name {
  color: #071D49;
  font-size: 1.625rem;
  line-height: 1.6875rem;
  padding-bottom: 0.625rem; }

.product-name {
  color: #071D49;
  font-family: "Palatino Nova", Palatino, serif;
  font-size: 1.625rem;
  line-height: 1.6875rem;
  padding-bottom: 0.625rem; }

.product-detail .viewmore {
  padding: 0.15625rem 0 1.09375rem; }
  .product-detail .viewmore a {
    font-size: 0.875rem;
    line-height: 1.0625rem;
    font-weight: 700;
    letter-spacing: 0.0625rem;
    text-decoration: none;
    color: #707070 !important;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    padding-right: 22px; }
    .product-detail .viewmore a::after {
      content: "";
      background: url("../icons/../down-arrow.svg") no-repeat;
      width: 0.75rem;
      height: 0.375rem;
      display: inline-block;
      background-size: contain;
      position: absolute;
      top: 0.375rem;
      right: 0;
      -webkit-transform: rotate(-180deg);
      transform: rotate(-180deg); }
    .product-detail .viewmore a.active::after {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg); }

@media (min-width: 992px) {
  .product-detail .carousel-inner-desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

@media (min-width: 992px) {
  .product-detail .pdp-video:has(.vjs-playing.vjs-user-active):hover .pdp-video-pause-button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    cursor: pointer;
    width: 7.5rem;
    height: 7.5rem; } }
  @media (min-width: 992px) and (max-width: 991.98px) {
    .product-detail .pdp-video:has(.vjs-playing.vjs-user-active):hover .pdp-video-pause-button {
      width: 5rem;
      height: 5rem; } }

@media (min-width: 992px) {
    .product-detail .pdp-video:has(.vjs-playing.vjs-user-active):hover .pdp-video-pause-button span {
      display: block;
      position: absolute;
      border-style: solid;
      border-width: 0 0.8125rem;
      border-color: rgba(255, 255, 255, 0.8);
      width: 30%;
      height: 40%;
      top: 30%;
      left: 35%; } }
    @media (min-width: 992px) and (max-width: 991.98px) {
      .product-detail .pdp-video:has(.vjs-playing.vjs-user-active):hover .pdp-video-pause-button span {
        border-width: 0 0.5625rem; } }

.product-detail .pdp-video .vjs-big-play-button {
  max-width: unset;
  width: 7.5rem; }
  @media (max-width: 991.98px) {
    .product-detail .pdp-video .vjs-big-play-button {
      width: 5rem; } }

.product-detail .pdp-video .cld-video-player .vjs-control-bar {
  display: none; }

.product-detail .pdp-video .cld-video-player[data-has-audio="true"] .vjs-control-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: unset;
  backdrop-filter: unset;
  -webkit-backdrop-filter: unset; }
  .product-detail .pdp-video .cld-video-player[data-has-audio="true"] .vjs-control-bar .vjs-play-control,
  .product-detail .pdp-video .cld-video-player[data-has-audio="true"] .vjs-control-bar .vjs-time-control,
  .product-detail .pdp-video .cld-video-player[data-has-audio="true"] .vjs-control-bar .vjs-progress-control-events-blocker,
  .product-detail .pdp-video .cld-video-player[data-has-audio="true"] .vjs-control-bar .vjs-progress-control,
  .product-detail .pdp-video .cld-video-player[data-has-audio="true"] .vjs-control-bar .vjs-fullscreen-control {
    display: none; }
  @media (max-width: 991.98px) {
    .product-detail .pdp-video .cld-video-player[data-has-audio="true"] .vjs-control-bar {
      opacity: 1;
      pointer-events: all; } }

.product-detail .carousel-item.zoom {
  max-width: 29.875rem; }
  .product-detail .carousel-item.zoom:not(.pdp-video):hover {
    cursor: -webkit-zoom-in;
    cursor: zoom-in; }
  @media (min-width: 992px) {
    .product-detail .carousel-item.zoom {
      display: block;
      margin-right: 0.9375rem;
      max-width: unset;
      width: calc(50% - 8px);
      margin-bottom: 0.9375rem; }
      .product-detail .carousel-item.zoom:not(.zoomDesk) .zoomImg {
        opacity: 0 !important; }
      .product-detail .carousel-item.zoom:not(.pdp-video).zoomDesk {
        cursor: -webkit-zoom-out;
        cursor: zoom-out; }
        .product-detail .carousel-item.zoom:not(.pdp-video).zoomDesk .zoomImg {
          opacity: 1 !important; }
      .product-detail .carousel-item.zoom:nth-child(2n) {
        margin-right: 0; }
      .product-detail .carousel-item.zoom.hide {
        display: none;
        opacity: 0; }
        .product-detail .carousel-item.zoom.hide.show {
          display: block;
          opacity: 1; }
      .product-detail .carousel-item.zoom.show {
        display: block;
        opacity: 1; } }
  @media (min-width: 992px) {
    .product-detail .carousel-item.zoom.itemsOne {
      max-width: 100% !important;
      width: 100% !important;
      margin: 0 auto;
      float: none; } }
  @media (min-width: 992px) {
    .product-detail .carousel-item.zoom.oddItems {
      width: 100%;
      margin-right: 0; } }
  @media (min-width: 992px) {
    .product-detail .carousel-item.zoom.oddItems.itemsOne {
      max-width: 100%;
      margin: 0 auto;
      float: none; } }
  @media (min-width: 992px) {
    .product-detail .carousel-item.zoom.oddItems .img-fluid {
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%; } }

@media (max-width: 1199.98px) {
  .product-detail .zoom-img-op {
    opacity: 1 !important; }
  .product-detail .slick-slide:not(.slick-cloned) > div {
    position: relative;
    width: 100%; }
  .product-detail .carousel-container {
    position: relative; }
  .product-detail .mobile-zoom-icon {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 25px;
    padding: 15px; }
  .product-detail .pdp-carousel-container:has(.slick-active .pdp-video) .mobile-zoom-icon {
    display: none; }
  .product-detail .slick-slider {
    -ms-touch-action: auto !important;
        touch-action: auto !important; }
  .product-detail .bx-zoom-trigger {
    position: absolute;
    bottom: 0;
    right: -1px;
    z-index: 1;
    width: 50px;
    height: 50px;
    cursor: pointer; }
    .product-detail .bx-zoom-trigger span {
      position: absolute;
      bottom: 2px;
      font-size: 12px;
      left: 0;
      right: 0;
      margin: auto;
      text-align: center;
      color: #000; }
    .product-detail .bx-zoom-trigger .zoomin-icon,
    .product-detail .bx-zoom-trigger .zoomout-icon {
      text-align: center; }
      .product-detail .bx-zoom-trigger .zoomin-icon svg,
      .product-detail .bx-zoom-trigger .zoomout-icon svg {
        margin-top: 10px; }
    .product-detail .bx-zoom-trigger .zoomout-icon {
      display: none; }
    .product-detail .bx-zoom-trigger.active-zoom .zoomin-icon {
      display: none; }
    .product-detail .bx-zoom-trigger.active-zoom .zoomout-icon {
      display: block; }
  .product-detail .gallery-modal .modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    max-width: 100%; }
  .product-detail .gallery-modal .modal-header {
    padding: 0; }
  .product-detail .gallery-modal .modal-content,
  .product-detail .gallery-modal .modal-body {
    min-height: 100%;
    border-radius: 0;
    padding: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), color-stop(#ececec), color-stop(#ededed), color-stop(#f1f1f1), to(#f2f2f2));
    background-image: linear-gradient(#eeeeee, #ececec, #ededed, #f1f1f1, #f2f2f2); } }

@media (max-width: 1199.98px) and (orientation: landscape) {
  .product-detail .gallery-modal .modal-content {
    height: 100%; } }

@media (max-width: 1199.98px) {
  .product-detail .gallery-modal .slick-track,
  .product-detail .gallery-modal .slick-slider,
  .product-detail .gallery-modal .modal-mobile-img {
    height: 100%; }
  .product-detail .gallery-modal button:focus {
    outline: none; }
  .product-detail .gallery-modal .modal-close {
    padding: 15px;
    background-color: #fff;
    color: #454545;
    position: fixed;
    right: 0;
    top: 0;
    border-radius: 50%;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.25);
            box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.25);
    z-index: 3;
    line-height: 0;
    margin-top: 2.5rem;
    margin-right: 1.25rem;
    opacity: unset; }
  .product-detail .gallery-modal .pinch-zoom-text {
    background: rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.25);
            box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.25);
    color: #fff;
    font-weight: 500;
    font-size: 0.8125rem;
    padding: 0.75rem 0.9375rem;
    position: fixed;
    bottom: 35px;
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
  .product-detail .gallery-modal .carousel-inner .slick-dots {
    opacity: 0; }
  .product-detail .gallery-modal .carousel-inner .slick-arrow {
    background: #fff;
    border: none;
    font-size: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.25);
            box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.25);
    position: fixed;
    bottom: 20px;
    z-index: 4; }
    .product-detail .gallery-modal .carousel-inner .slick-arrow.slick-prev::before, .product-detail .gallery-modal .carousel-inner .slick-arrow.slick-next::before {
      content: " ";
      background: url("../icons/../down-arrow.svg") no-repeat;
      width: 0.75rem;
      height: 0.375rem;
      display: inline-block;
      position: absolute; }
    .product-detail .gallery-modal .carousel-inner .slick-arrow.slick-prev {
      left: 0;
      margin-left: 20px; }
      .product-detail .gallery-modal .carousel-inner .slick-arrow.slick-prev::before {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
        top: 46%;
        right: 39%; }
    .product-detail .gallery-modal .carousel-inner .slick-arrow.slick-next {
      right: 0;
      margin-right: 1.25rem; }
      .product-detail .gallery-modal .carousel-inner .slick-arrow.slick-next::before {
        -webkit-transform: rotate(-270deg);
        transform: rotate(-270deg);
        top: 40%;
        left: 38%; } }

@media (max-width: 1199.98px) and (orientation: portrait) {
  .product-detail .gallery-modal .carousel-item,
  .product-detail .gallery-modal .pinch-zoom-container {
    min-height: calc(100vh - 2px); } }

@media (max-width: 1199.98px) {
  .product-detail .gallery-modal .pinch-zoom-container::-webkit-scrollbar {
    display: none; } }

@media (max-width: 1199.98px) and (orientation: landscape) {
  .product-detail .gallery-modal .pinch-zoom-container {
    height: inherit; } }

@media (max-width: 1199.98px) {
  .product-detail .carousel-item.zoom {
    max-width: 100%; } }

@media (min-width: 768px) {
  .product-detail .mobile-zoom-icon {
    right: 15px; } }

.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 {
  border-top: 1px solid #CCC;
  padding: 1.5625rem 0 0;
  margin-top: 1.5625rem; }
  .description-and-detail ul {
    list-style-type: none;
    padding-left: 0.9375rem; }
    .description-and-detail ul li {
      line-height: 1.25rem;
      padding-left: 1.0625rem;
      margin-bottom: 0.3125rem;
      position: relative; }
      .description-and-detail ul li::before {
        content: '';
        width: 0.4375rem;
        height: 0.125rem;
        background: #707070;
        position: absolute;
        top: 45%;
        left: 0; }
  .description-and-detail .title {
    color: #454545;
    font-family: "Helvetica Now", "Helvetica Now Text", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.875rem;
    font-weight: 500; }
    .description-and-detail .title.mt-4 {
      margin-top: 0 !important; }
  .description-and-detail .description {
    margin-bottom: 1.25rem; }
  .description-and-detail .more-info {
    margin-bottom: 16px;
    word-wrap: break-word; }
    .description-and-detail .more-info > div + div {
      margin-top: 16px; }
    .description-and-detail .more-info .more-info-asset-label {
      margin-bottom: 0.9375rem; }
    .description-and-detail .more-info .more-info-icon {
      margin-right: 0.125rem; }
      .description-and-detail .more-info .more-info-icon svg {
        width: 1rem;
        height: 1rem;
        margin-bottom: 0.25rem; }
    .description-and-detail .more-info .more-info-text a {
      color: #707070 !important; }
  .description-and-detail .accordion .accordion-body {
    margin-bottom: 0.9375rem; }
  .description-and-detail .accordion .accordion-button {
    background: none;
    border: 0;
    font-size: 0.6875rem;
    line-height: 0.75625rem;
    font-weight: 700;
    letter-spacing: 0.0625rem;
    text-decoration: none;
    color: #707070 !important;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    padding: 0;
    white-space: nowrap; }
    .description-and-detail .accordion .accordion-button::after {
      content: "";
      background: url("../icons/../down-arrow.svg") no-repeat;
      width: 0.75rem;
      height: 0.375rem;
      display: inline-block;
      background-size: contain;
      position: absolute;
      top: 0.2rem;
      right: -1rem;
      -webkit-transform: rotate(-180deg);
      transform: rotate(-180deg); }
    .description-and-detail .accordion .accordion-button:not(.collapsed)::after {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg); }
  .description-and-detail .content {
    color: #707070;
    font-size: 0.875rem;
    line-height: 1.125rem; }
    .description-and-detail .content.modelinfo {
      padding: 0 15px;
      margin-bottom: 1.25rem; }
      .description-and-detail .content.modelinfo ul {
        margin-bottom: 0; }
  @media (max-width: 767.98px) {
    .description-and-detail > div:last-child.view-more {
      margin: 0 0 1.25rem; }
      .description-and-detail > div:last-child.view-more .view-more-label {
        color: #454545;
        padding-bottom: 5px; }
      .description-and-detail > div:last-child.view-more .view-more-link {
        color: #707070 !important; } }

.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: 1199.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; }

.product-breadcrumb .breadcrumb {
  border-bottom: none;
  margin-bottom: 0;
  padding: 0 0 0.9375rem; }
  @media (max-width: 767.98px) {
    .product-breadcrumb .breadcrumb {
      display: none; } }

.price {
  font-size: 1rem;
  line-height: 1.1875rem;
  color: #707070;
  text-align: left; }
  .price .strike-through {
    margin-right: 5px;
    font-size: 1rem;
    padding-bottom: 1.25rem; }

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

.size-chart .size-chart-pdp a {
  color: #707070 !important; }
  .size-chart .size-chart-pdp a:hover {
    color: #454545 !important; }

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

.product-detail:not(.product-quickview) .non-input-label {
  display: block;
  margin-bottom: 1.125rem;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #707070;
  font-weight: 500;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem; }
  .product-detail:not(.product-quickview) .non-input-label.color, .product-detail:not(.product-quickview) .non-input-label.size {
    margin-top: 0.375rem; }
  .product-detail:not(.product-quickview) .non-input-label .selected-attr {
    font-weight: 400; }
    .product-detail:not(.product-quickview) .non-input-label .selected-attr.unorder {
      color: #C33C34; }
  .product-detail:not(.product-quickview) .non-input-label.sale-price-group {
    color: #CD4C1D; }
    .product-detail:not(.product-quickview) .non-input-label.sale-price-group .colorPriceGroup {
      color: #707070; }
  .product-detail:not(.product-quickview) .non-input-label .form-group__title {
    display: inline;
    color: #707070; }

.product-thumbnails .slider-nav {
  width: 100%; }

.product-thumbnails .slick-slide {
  border-width: 0; }

.product-thumbnails .thumb {
  border: 2px solid transparent;
  margin-bottom: 12px;
  cursor: pointer; }

.product-thumbnails .slick-disabled {
  opacity: 0.5; }

.product-thumbnails ul {
  list-style-type: none; }

.product-thumbnails .is-active .thumb {
  border-color: #CCC;
  border-width: 2px; }

.product-thumbnails .slick-prev-thumb .arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.quantity-wrapper {
  margin-right: 0.9375rem;
  position: relative;
  height: 3.25rem; }
  .quantity-wrapper .quantity-select.custom-select {
    width: 3.875rem;
    background-image: none;
    padding-left: 1.125rem;
    padding-right: 1.875rem;
    color: #071D49;
    height: 100%; }
    .quantity-wrapper .quantity-select.custom-select:hover {
      border-color: #707070; }
      .quantity-wrapper .quantity-select.custom-select:hover + .arrow-wrapper .arrow {
        opacity: 1; }
  .quantity-wrapper .arrow-wrapper {
    position: absolute;
    right: 0.0625rem;
    top: 0.0625rem;
    height: 3rem;
    width: 1.5625rem;
    pointer-events: none; }
    .quantity-wrapper .arrow-wrapper .arrow {
      position: relative;
      top: 50%;
      left: 22%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      opacity: 0.5;
      display: block; }

.btn-primary.add-to-cart {
  padding-top: 1.0625rem;
  padding-bottom: 1.0625rem;
  line-height: 1;
  font-size: 0.875rem;
  letter-spacing: 1px;
  min-height: 3.25rem; }
  .btn-primary.add-to-cart:hover {
    background-color: #454545;
    color: #fff; }
  .btn-primary.add-to-cart[disabled], .btn-primary.add-to-cart.disabled {
    background-color: #707070;
    color: #fff;
    opacity: 1; }

.product-info-wrapper {
  border-top: 1px solid #CCC; }
  .product-info-wrapper .product-info {
    font-size: 0.8125rem;
    line-height: 1.23; }
    .product-info-wrapper .product-info ul {
      font-weight: 600; }
    .product-info-wrapper .product-info .style-model {
      border-bottom: none;
      padding: 1.25rem 0 0; }
    .product-info-wrapper .product-info .view-more {
      border-right: 1px solid #CCC; }
      @media (min-width: 1200px) {
        .product-info-wrapper .product-info .view-more {
          border-left: 1px solid #CCC; } }

.complete-the-look {
  cursor: pointer; }
  .complete-the-look__title {
    color: #071D49;
    font-weight: 700;
    margin: 0.875rem 0; }
    .complete-the-look__title::after {
      font-size: 1.5rem;
      font-weight: 400; }
  .complete-the-look__tiles-container {
    padding: 0; }
  .complete-the-look div[class^="collapsible"] {
    border-bottom: 1px solid #CCC; }

.fit-type-icon {
  margin-bottom: 1.1875rem;
  border-top: 1px solid #bdbdbd;
  padding-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 991.98px) {
    .fit-type-icon {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      border-bottom: 1px solid #bdbdbd;
      border-top: none;
      padding-top: unset;
      padding-bottom: 1.3125rem; } }
  .fit-type-icon span {
    color: #454545;
    font-size: 0.875rem;
    line-height: 1rem;
    text-align: left;
    padding: 0.15625rem 5px;
    border: 1px solid #454545;
    margin-right: 0.3125rem; }
    @media (max-width: 991.98px) {
      .fit-type-icon span {
        line-height: 0.875rem;
        padding: 0.1875rem 0.28125rem; } }

.product-fit-untucked {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 991.98px) {
    .product-fit-untucked {
      padding-bottom: 1.3125rem;
      padding-top: 0.15625rem; } }
  .product-fit-untucked .product-untucked {
    color: #707070;
    border: 1px solid #EBEBEB;
    line-height: 1rem;
    font-size: 0.875rem;
    padding: 0.15625rem 5px;
    font-weight: 500;
    margin-bottom: 1.1875rem; }
    @media (max-width: 991.98px) {
      .product-fit-untucked .product-untucked {
        font-weight: 500;
        margin-bottom: 0;
        line-height: 0.875rem;
        padding: 0.1875rem 0.28125rem; } }
  .product-fit-untucked .fit-type-icon {
    border: none;
    padding-top: 0; }
    .product-fit-untucked .fit-type-icon svg {
      display: none; }
    @media (max-width: 991.98px) {
      .product-fit-untucked .fit-type-icon {
        padding-bottom: 0;
        margin-bottom: 0; } }

.container.product-detail .attributes .shoe-attribute {
  min-width: 5.5rem; }
  .container.product-detail .attributes .shoe-attribute.selected::after {
    left: -2px;
    right: -2px;
    margin: 0 auto;
    width: calc(100% + 4px); }

.container.product-detail .prices {
  margin-bottom: 0;
  border-bottom: none; }

@media (max-width: 991.98px) {
  .product-detail .quantity.sticky {
    position: fixed;
    bottom: -1px;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.95);
    -webkit-box-shadow: 0 0 1px #fff;
            box-shadow: 0 0 1px #fff;
    z-index: 9999;
    padding: 1.25rem 0.9375rem; } }

.product-detail:not(.product-quickview) .color-attribute.swatch-attribute .swatch-circle {
  width: 2.125rem;
  height: 2.125rem;
  border-radius: 50%;
  border: 1px solid #CCC;
  min-width: unset;
  background-size: 100%; }
  .product-detail:not(.product-quickview) .color-attribute.swatch-attribute .swatch-circle:hover {
    border: 1px solid #454545; }
  .product-detail:not(.product-quickview) .color-attribute.swatch-attribute .swatch-circle.selected {
    outline: 2px solid #454545;
    outline-offset: 0.1875rem;
    border: 0 !important; }
    .product-detail:not(.product-quickview) .color-attribute.swatch-attribute .swatch-circle.selected::after {
      display: none; }

.product-detail:not(.product-quickview) .color-attribute.swatch-attribute.safari-mac .swatch-circle.selected {
  outline: none;
  outline-offset: unset;
  border: 0 !important; }
  .product-detail:not(.product-quickview) .color-attribute.swatch-attribute.safari-mac .swatch-circle.selected::after {
    width: 41px;
    left: 50%;
    border: 2px solid #454545;
    height: 41px;
    background: none;
    bottom: auto;
    border-radius: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: block; }

.product-detail:not(.product-quickview) .size-attribute.swatch-attribute .swatch-circle,
.product-detail:not(.product-quickview) .length-attribute.swatch-attribute .swatch-circle,
.product-detail:not(.product-quickview) .inseam-attribute.swatch-attribute .swatch-circle,
.product-detail:not(.product-quickview) .hand-attribute.swatch-attribute .swatch-circle,
.product-detail:not(.product-quickview) .amount-attribute.swatch-attribute .swatch-circle {
  background: #F5F5F5;
  border: 1px solid #ccc;
  display: block;
  font-weight: normal;
  height: 2.5rem;
  line-height: 1;
  min-width: 3.625rem;
  padding: 0.6875rem 0.3125rem;
  text-transform: capitalize;
  width: auto; }
  .product-detail:not(.product-quickview) .size-attribute.swatch-attribute .swatch-circle.selected,
  .product-detail:not(.product-quickview) .length-attribute.swatch-attribute .swatch-circle.selected,
  .product-detail:not(.product-quickview) .inseam-attribute.swatch-attribute .swatch-circle.selected,
  .product-detail:not(.product-quickview) .hand-attribute.swatch-attribute .swatch-circle.selected,
  .product-detail:not(.product-quickview) .amount-attribute.swatch-attribute .swatch-circle.selected {
    color: #454545;
    border: 2px solid #454545; }
    .product-detail:not(.product-quickview) .size-attribute.swatch-attribute .swatch-circle.selected::after,
    .product-detail:not(.product-quickview) .length-attribute.swatch-attribute .swatch-circle.selected::after,
    .product-detail:not(.product-quickview) .inseam-attribute.swatch-attribute .swatch-circle.selected::after,
    .product-detail:not(.product-quickview) .hand-attribute.swatch-attribute .swatch-circle.selected::after,
    .product-detail:not(.product-quickview) .amount-attribute.swatch-attribute .swatch-circle.selected::after {
      display: none; }

.product-detail:not(.product-quickview) .size-attribute:disabled, .product-detail:not(.product-quickview) .size-attribute.unorderable,
.product-detail:not(.product-quickview) .length-attribute:disabled,
.product-detail:not(.product-quickview) .length-attribute.unorderable,
.product-detail:not(.product-quickview) .inseam-attribute:disabled,
.product-detail:not(.product-quickview) .inseam-attribute.unorderable,
.product-detail:not(.product-quickview) .hand-attribute:disabled,
.product-detail:not(.product-quickview) .hand-attribute.unorderable,
.product-detail:not(.product-quickview) .amount-attribute:disabled,
.product-detail:not(.product-quickview) .amount-attribute.unorderable {
  background-color: #fff;
  border-color: #EBEBEB; }

.product-detail .attributes .swatch-detailed > .col-12 {
  padding-right: 7px; }

.product-detail .attributes .swatch-detailed .swatch-attribute-list {
  max-width: 25.625rem; }

.product-detail .attributes .swatch-detailed .swatch-attribute {
  -ms-flex-preferred-size: calc(100% / 5 - 8px);
      flex-basis: calc(100% / 5 - 8px);
  margin-right: 0.5rem; }
  .product-detail .attributes .swatch-detailed .swatch-attribute:disabled .size-details, .product-detail .attributes .swatch-detailed .swatch-attribute.unorderable .size-details {
    color: #CCC; }
  .product-detail .attributes .swatch-detailed .swatch-attribute .swatch-circle {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 3.125rem;
    line-height: normal;
    min-width: initial;
    padding: 0.4375rem 0.125rem; }
  @media (max-width: 767.98px) {
    .product-detail .attributes .swatch-detailed .swatch-attribute.size-attribute .swatch-circle {
      line-height: 1rem; } }

.product-detail .size-details {
  color: #707070;
  font-size: 0.6875rem;
  line-height: 0.825rem; }

.product-detail .pinup-section {
  position: sticky;
  top: 200px;
  padding-bottom: 1.25rem;
  padding-left: 0.9375rem;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s; }
  @media (max-width: 991.98px) {
    .product-detail .pinup-section {
      position: static;
      top: auto;
      padding-bottom: 0;
      padding-left: 0; } }
  .product-detail .pinup-section.sticky {
    top: 110px; }

.fixed-add-cart-button {
  position: fixed;
  bottom: -1px;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.95);
  z-index: -111;
  padding: 1.25rem 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  visibility: hidden; }
  @media (max-width: 991.98px) {
    .fixed-add-cart-button.sticky {
      opacity: 1;
      visibility: visible;
      z-index: 98; } }

@media (max-width: 991.98px) {
  #launcher.sticky {
    bottom: 75px !important; }
  #attentive_creative.sticky {
    bottom: 75px !important; } }

.itemsOne {
  width: 100% !important; }
