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

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

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

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

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

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

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

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

.swatch-circle-beige {
  width: rem-calc(14);
  height: rem-calc(14);
  background: #f5f5dc;
  border-radius: rem-calc(14);
  display: block;
  position: relative;
}
.swatch-circle-beige.disabled {
  opacity: 0.2;
}

.swatch-filter-beige {
  width: 1.38em;
  height: 1.38em;
  background: #f5f5dc;
  border-radius: 1.38em;
  background-color: #f5f5dc;
  display: block;
  position: relative;
}
.swatch-filter-beige.disabled {
  opacity: 0.2;
}

.swatch-circle-black {
  width: rem-calc(14);
  height: rem-calc(14);
  background: #000;
  border-radius: rem-calc(14);
  display: block;
  position: relative;
}
.swatch-circle-black.disabled {
  opacity: 0.2;
}

.swatch-filter-black {
  width: 1.38em;
  height: 1.38em;
  background: #000;
  border-radius: 1.38em;
  background-color: #000;
  display: block;
  position: relative;
}
.swatch-filter-black.disabled {
  opacity: 0.2;
}

.swatch-circle-blue {
  width: rem-calc(14);
  height: rem-calc(14);
  background: #0070d2;
  border-radius: rem-calc(14);
  display: block;
  position: relative;
}
.swatch-circle-blue.disabled {
  opacity: 0.2;
}

.swatch-filter-blue {
  width: 1.38em;
  height: 1.38em;
  background: #0070d2;
  border-radius: 1.38em;
  background-color: #0070d2;
  display: block;
  position: relative;
}
.swatch-filter-blue.disabled {
  opacity: 0.2;
}

.swatch-circle-brown {
  width: rem-calc(14);
  height: rem-calc(14);
  background: #a52a2a;
  border-radius: rem-calc(14);
  display: block;
  position: relative;
}
.swatch-circle-brown.disabled {
  opacity: 0.2;
}

.swatch-filter-brown {
  width: 1.38em;
  height: 1.38em;
  background: #a52a2a;
  border-radius: 1.38em;
  background-color: #a52a2a;
  display: block;
  position: relative;
}
.swatch-filter-brown.disabled {
  opacity: 0.2;
}

.swatch-circle-green {
  width: rem-calc(14);
  height: rem-calc(14);
  background: #5c9315;
  border-radius: rem-calc(14);
  display: block;
  position: relative;
}
.swatch-circle-green.disabled {
  opacity: 0.2;
}

.swatch-filter-green {
  width: 1.38em;
  height: 1.38em;
  background: #5c9315;
  border-radius: 1.38em;
  background-color: #5c9315;
  display: block;
  position: relative;
}
.swatch-filter-green.disabled {
  opacity: 0.2;
}

.swatch-circle-grey {
  width: rem-calc(14);
  height: rem-calc(14);
  background: #8f979d;
  border-radius: rem-calc(14);
  display: block;
  position: relative;
}
.swatch-circle-grey.disabled {
  opacity: 0.2;
}

.swatch-filter-grey {
  width: 1.38em;
  height: 1.38em;
  background: #8f979d;
  border-radius: 1.38em;
  background-color: #8f979d;
  display: block;
  position: relative;
}
.swatch-filter-grey.disabled {
  opacity: 0.2;
}

.swatch-circle-navy {
  width: rem-calc(14);
  height: rem-calc(14);
  background: #000080;
  border-radius: rem-calc(14);
  display: block;
  position: relative;
}
.swatch-circle-navy.disabled {
  opacity: 0.2;
}

.swatch-filter-navy {
  width: 1.38em;
  height: 1.38em;
  background: #000080;
  border-radius: 1.38em;
  background-color: #000080;
  display: block;
  position: relative;
}
.swatch-filter-navy.disabled {
  opacity: 0.2;
}

.swatch-circle-orange {
  width: rem-calc(14);
  height: rem-calc(14);
  background: #ffa500;
  border-radius: rem-calc(14);
  display: block;
  position: relative;
}
.swatch-circle-orange.disabled {
  opacity: 0.2;
}

.swatch-filter-orange {
  width: 1.38em;
  height: 1.38em;
  background: #ffa500;
  border-radius: 1.38em;
  background-color: #ffa500;
  display: block;
  position: relative;
}
.swatch-filter-orange.disabled {
  opacity: 0.2;
}

.swatch-circle-pink {
  width: rem-calc(14);
  height: rem-calc(14);
  background: #fe249a;
  border-radius: rem-calc(14);
  display: block;
  position: relative;
}
.swatch-circle-pink.disabled {
  opacity: 0.2;
}

.swatch-filter-pink {
  width: 1.38em;
  height: 1.38em;
  background: #fe249a;
  border-radius: 1.38em;
  background-color: #fe249a;
  display: block;
  position: relative;
}
.swatch-filter-pink.disabled {
  opacity: 0.2;
}

.swatch-circle-purple {
  width: rem-calc(14);
  height: rem-calc(14);
  background: #800080;
  border-radius: rem-calc(14);
  display: block;
  position: relative;
}
.swatch-circle-purple.disabled {
  opacity: 0.2;
}

.swatch-filter-purple {
  width: 1.38em;
  height: 1.38em;
  background: #800080;
  border-radius: 1.38em;
  background-color: #800080;
  display: block;
  position: relative;
}
.swatch-filter-purple.disabled {
  opacity: 0.2;
}

.swatch-circle-red {
  width: rem-calc(14);
  height: rem-calc(14);
  background: #f00;
  border-radius: rem-calc(14);
  display: block;
  position: relative;
}
.swatch-circle-red.disabled {
  opacity: 0.2;
}

.swatch-filter-red {
  width: 1.38em;
  height: 1.38em;
  background: #f00;
  border-radius: 1.38em;
  background-color: #f00;
  display: block;
  position: relative;
}
.swatch-filter-red.disabled {
  opacity: 0.2;
}

.swatch-circle-white {
  width: rem-calc(14);
  height: rem-calc(14);
  background: #f5f5f5;
  border-radius: rem-calc(14);
  display: block;
  position: relative;
}
.swatch-circle-white.disabled {
  opacity: 0.2;
}

.swatch-filter-white {
  width: 1.38em;
  height: 1.38em;
  background: #f5f5f5;
  border-radius: 1.38em;
  background-color: #f5f5f5;
  display: block;
  position: relative;
}
.swatch-filter-white.disabled {
  opacity: 0.2;
}

.swatch-circle-yellow {
  width: rem-calc(14);
  height: rem-calc(14);
  background: #ff0;
  border-radius: rem-calc(14);
  display: block;
  position: relative;
}
.swatch-circle-yellow.disabled {
  opacity: 0.2;
}

.swatch-filter-yellow {
  width: 1.38em;
  height: 1.38em;
  background: #ff0;
  border-radius: 1.38em;
  background-color: #ff0;
  display: block;
  position: relative;
}
.swatch-filter-yellow.disabled {
  opacity: 0.2;
}

.swatch-circle-miscellaneous,
.swatch-circle-multicolor {
  background: conic-gradient(from 180deg at 50% 50%, rgba(219, 18, 0, 0.32) 0deg, rgba(225, 88, 29, 0.66) 76.8750017881deg, rgba(215, 166, 30, 0.53) 148.1250035763deg, rgba(161, 206, 33, 0.42) 215.6249928474deg, rgba(93, 164, 187, 0.45) 285.0000071526deg, rgba(203, 0, 146, 0.32) 360deg);
  background-repeat: repeat;
  background-repeat: repeat-y, repeat;
  border-radius: rem-calc(14);
  display: block;
  height: rem-calc(14);
  position: relative;
  width: rem-calc(14);
}
.swatch-circle-miscellaneous.disabled,
.swatch-circle-multicolor.disabled {
  opacity: 0.2;
}
.swatch-circle-miscellaneous.selected::after,
.swatch-circle-multicolor.selected::after {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}

/* Start - PLP swatch */
.swatch-mark.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;
}
.swatch-mark.color-value.selected::after {
  background: #fff;
  border-radius: 3px;
  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;
}

.disabled {
  pointer-events: none;
}

.filter-bar li.swatch-filter button {
  width: 100%;
  height: 100%;
  display: block;
  border: none;
}
.filter-bar li.swatch-filter button::before {
  content: "";
  background-color: white;
  width: 0.8em;
  height: 0.8em;
  border-radius: 0.4em;
  position: absolute;
  left: 0.5em;
  top: 0.5em;
}
.filter-bar li.swatch-filter button::after {
  content: "\F057";
  font: normal normal normal 14px/1 FontAwesome;
  display: inline;
  text-rendering: auto;
  position: absolute;
  left: 0.18em;
  top: 0.12em;
  font-size: 1.5em;
}

/* End - PLP swatch */
/* Start - PDP swatch */
.product-detail .attributes .swatch-circle {
  width: 0;
  height: 0;
  background: #fff;
  border-radius: 0;
  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: 3px;
  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;
}

/* End - PDP swatch */
/**
* All font sizes are in px
**/
h1,
h2,
h3,
h4,
.h4 {
  font-family: "Avenir-Roman";
  color: #000;
  font-weight: 400;
}

h5,
h6 {
  font-family: "Avenir-Roman";
  color: #454b4c;
  font-weight: 400;
}

h1 {
  line-height: normal;
  font-size: 2.25rem;
  font-weight: 800;
}
@media (min-width: 769px) {
  h1 {
    font-size: 3.625rem;
    font-weight: 700;
  }
}

h2 {
  line-height: normal;
  font-size: 1.25rem;
  font-weight: 800;
}
@media (min-width: 769px) {
  h2 {
    font-size: 1.25rem;
    font-weight: 800;
  }
}

h3 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 0.75rem;
}
@media (min-width: 769px) {
  h3 {
    font-size: 1.1875rem;
    font-weight: 600;
    line-height: 1.375rem;
  }
}

h4,
.h4 {
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.25rem;
}
@media (min-width: 992px) {
  h4,
  .h4 {
    font-size: 1.125rem;
    font-weight: 800;
    line-height: 1.125rem;
  }
}

h5 {
  font-size: 1rem;
  font-weight: 800;
  line-height: 1rem;
}

.product-recommendation {
  margin-bottom: 1.875rem;
}
.product-recommendation .carousel-items {
  display: none;
}
.product-detail .product-recommendation .carousel-items {
  display: block;
  font-size: 0.75rem;
  font-family: "Avenir-Heavy";
  color: #3b424a;
}
@media (min-width: 992px) {
  .product-detail .product-recommendation .carousel-items {
    display: none;
  }
}
.product-detail .product-recommendation__title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-recommendation .recommendation-carousel {
  padding: 0 0 2.5rem 0;
  overflow: hidden;
}
@media (min-width: 992px) {
  .product-recommendation .recommendation-carousel {
    padding: 0 0 1.8125rem 0;
  }
}
.product-detail .product-recommendation .recommendation-carousel {
  padding: 0 0 2.0625rem 0;
}
.product-recommendation .product-tile-body__cart {
  display: none;
}
.product-recommendation__title {
  font-family: "Avenir-Heavy";
  font-weight: 400;
  margin-bottom: 1rem;
  line-height: normal;
}
@media (min-width: 992px) {
  .product-recommendation__title {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
  }
}
.product-recommendation .slick-list {
  margin: 0 -0.6875rem;
}
.product-recommendation .slick-slide {
  margin: 0 0.75rem;
}
.product-recommendation.content-recommendation .slick-list {
  margin: 0 -0.9375rem;
}
.product-recommendation.content-recommendation .slick-slide {
  margin: 0 0.9375rem;
}
.product-recommendation .product-tile {
  padding: 0;
  height: 100%;
}
.product-recommendation .slick-dots {
  bottom: -27px;
}
.product-recommendation .slick-dots li {
  margin: 0;
  width: auto;
  height: auto;
  padding: 9px;
}
.product-recommendation .slick-dots button {
  border: solid 0.5px #000;
  padding: 0;
  width: 7px;
  height: 7px;
  border-radius: 100%;
}
.product-recommendation .slick-dots button::before {
  display: none;
}
.product-recommendation .slick-dots .slick-active button {
  background-color: #000;
}
.product-recommendation .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.product-recommendation .slick-slide {
  height: auto;
}
.product-recommendation .slick-slide .product,
.product-recommendation .slick-slide > div {
  height: 100%;
}
.product-recommendation .slick-next,
.product-recommendation .slick-prev {
  top: 35%;
}
.product-recommendation .slick-button-disabled {
  opacity: 0.5;
}
.product-recommendation .prev-button-slick,
.product-recommendation .next-button-slick {
  background-color: transparent;
  border: none;
}
.product-recommendation .product-tags {
  margin-top: 0.625rem;
}

/**
* All font sizes are in px
**/
h1,
h2,
h3,
h4,
.h4 {
  font-family: "Avenir-Roman";
  color: #000;
  font-weight: 400;
}

h5,
h6 {
  font-family: "Avenir-Roman";
  color: #454b4c;
  font-weight: 400;
}

h1 {
  line-height: normal;
  font-size: 2.25rem;
  font-weight: 800;
}
@media (min-width: 769px) {
  h1 {
    font-size: 3.625rem;
    font-weight: 700;
  }
}

h2 {
  line-height: normal;
  font-size: 1.25rem;
  font-weight: 800;
}
@media (min-width: 769px) {
  h2 {
    font-size: 1.25rem;
    font-weight: 800;
  }
}

h3 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 0.75rem;
}
@media (min-width: 769px) {
  h3 {
    font-size: 1.1875rem;
    font-weight: 600;
    line-height: 1.375rem;
  }
}

h4,
.h4 {
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.25rem;
}
@media (min-width: 992px) {
  h4,
  .h4 {
    font-size: 1.125rem;
    font-weight: 800;
    line-height: 1.125rem;
  }
}

h5 {
  font-size: 1rem;
  font-weight: 800;
  line-height: 1rem;
}

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

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: #495057;
  font-size: 0.75rem;
  line-height: 0.75rem;
  margin-bottom: 0.3125rem;
}
@media (min-width: 992px) {
  .product-number {
    margin-bottom: 0.75rem;
  }
}

.promotions {
  font-weight: normal;
  text-align: left;
}
.promotions div.collapsible-xl button.callout {
  font-size: 0.875rem;
  padding: 0;
  color: #c1121f;
  cursor: default;
}
@media (max-width: 1199.98px) {
  .promotions div.collapsible-xl button.callout {
    font-size: 0.75rem;
  }
}
.promotions div.collapsible-xl button.callout::after {
  color: #000;
}

.product-breadcrumb .breadcrumb {
  border-bottom: none;
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
  display: inline-grid;
  grid-template-columns: auto auto auto auto auto;
}
@media (min-width: 992px) {
  .product-breadcrumb .breadcrumb {
    padding: 2.375rem 0;
  }
}

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

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

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

.size-attribute {
  background-color: transparent;
}

.product-detail ::-webkit-scrollbar {
  width: 3px;
}
.product-detail ::-webkit-scrollbar-button {
  display: none;
}
.product-detail ::-webkit-scrollbar-track {
  background-color: #fff;
}
.product-detail ::-webkit-scrollbar-thumb {
  background-color: #545454;
  border-radius: 10px;
  border: none;
  min-height: 20px;
}
.product-detail .product-recommendation {
  padding: 0;
  margin-bottom: 2.25rem;
}
@media (min-width: 992px) {
  .product-detail .product-recommendation {
    margin-top: 0;
    margin-bottom: 3.125rem;
  }
}
.product-detail .product-recommendation:last-of-type {
  margin-bottom: 3.5625rem;
}

.product-detail-content {
  margin-bottom: 2.8125rem;
}
@media (max-width: 1199.98px) {
  .product-detail-content {
    margin-bottom: 1.375rem;
  }
  .product-detail-content .wishlist-item {
    position: absolute;
    z-index: 1;
    right: 0;
    margin-right: 0.625rem;
    margin-top: 1rem;
  }
  .product-detail-content .wishlist-item .wishlist-text {
    display: none;
  }
}

/**
* All font sizes are in px
**/
h1,
h2,
h3,
h4,
.h4 {
  font-family: "Avenir-Roman";
  color: #000;
  font-weight: 400;
}

h5,
h6 {
  font-family: "Avenir-Roman";
  color: #454b4c;
  font-weight: 400;
}

h1 {
  line-height: normal;
  font-size: 2.25rem;
  font-weight: 800;
}
@media (min-width: 769px) {
  h1 {
    font-size: 3.625rem;
    font-weight: 700;
  }
}

h2 {
  line-height: normal;
  font-size: 1.25rem;
  font-weight: 800;
}
@media (min-width: 769px) {
  h2 {
    font-size: 1.25rem;
    font-weight: 800;
  }
}

h3 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 0.75rem;
}
@media (min-width: 769px) {
  h3 {
    font-size: 1.1875rem;
    font-weight: 600;
    line-height: 1.375rem;
  }
}

h4,
.h4 {
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.25rem;
}
@media (min-width: 992px) {
  h4,
  .h4 {
    font-size: 1.125rem;
    font-weight: 800;
    line-height: 1.125rem;
  }
}

h5 {
  font-size: 1rem;
  font-weight: 800;
  line-height: 1rem;
}

.product-info {
  padding-top: 0.9375rem;
}
@media (max-width: 1199.98px) {
  .product-info {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (max-width: 1199.98px) {
  .product-info .row {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }
}
@media (max-width: 1199.98px) {
  .product-info .row > div[class^=col-] {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}
@media (min-width: 992px) {
  .product-info {
    padding-top: 0;
  }
}
.product-info .product-name {
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: "Courier-New-Bold";
  font-weight: 400;
  margin-bottom: 0.625rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 992px) {
  .product-info .product-name {
    font-size: 1.125rem;
    line-height: 1.6875rem;
  }
}
.product-info .product-tags__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.0625rem;
  gap: 0.625rem;
}
@media (min-width: 992px) {
  .product-info .product-tags__content {
    margin-bottom: 0.625rem;
  }
}
.product-info .prices {
  margin-bottom: 1.25rem;
}
@media (min-width: 992px) {
  .product-info .prices {
    margin-bottom: 3rem;
  }
}
.product-info .prices .price {
  display: inline-block;
}
.product-info .prices .price > span.range {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 992px) {
  .product-info .prices .price > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.product-info .prices .price > span .from-label {
  margin-right: 0.625rem;
}
@media (min-width: 992px) {
  .product-info .prices .price > span .price__sales {
    margin-right: 0.625rem;
  }
}
@media (min-width: 992px) {
  .product-info .prices .price > span .price__value {
    line-height: 1.375rem;
  }
}
.product-info .prices .product-tile-prop__discount {
  padding: 0.1875rem 0.5rem;
}
@media (min-width: 992px) {
  .product-info .prices .product-tile-prop__discount {
    margin: 0 0 0.3125rem 0;
  }
}
@media (min-width: 992px) {
  .product-info .prices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.product-info .out-of-stock {
  display: block;
}
@media (min-width: 992px) {
  .product-info .out-of-stock {
    padding: 0;
    font-size: 0.875rem;
    margin-top: 0.75rem;
  }
}

[data-attr=size] {
  margin-bottom: 1.75rem;
}
@media (min-width: 992px) {
  [data-attr=size] {
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 992px) {
  .sticky-in-parent {
    position: sticky;
    top: 160px;
  }
}

.social-container {
  position: relative;
  text-align: center;
}
.wishlist-page .social-container {
  text-align: right;
}
@media (min-width: 992px) {
  .wishlist-page .social-container {
    position: absolute;
    right: -28%;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .product-wrapper .social-container {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .social-container {
    text-align: left;
  }
}

.share-url {
  width: 100%;
  margin: 0.9375rem 0;
  color: #545454;
  background-color: #ced4da;
  border: 1px solid #e8e8e8;
  padding: 0.375rem 0.625rem;
}
.product-wrapper .share-url, .wishlist-page .share-url {
  width: 90%;
  margin-left: 2rem;
  background-color: #f5f5f5;
  padding: 0.625rem;
  border-radius: 3px;
  border: 0.5px solid #e0e0e0;
  margin-bottom: 0;
}

.share-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.625rem 1.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  margin-right: 0.125rem;
}
.share-button.tertiary-button {
  font-size: 0.875rem;
}
@media (max-width: 1199.98px) {
  .share-button {
    border-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    text-decoration: none;
  }
  .share-button:focus, .share-button:hover, .share-button:active {
    background-color: transparent;
    color: #000;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.social-share-modal {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 1.25rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.25rem;
  position: absolute;
  background: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  width: 21.375rem;
  z-index: 5;
}
.product-wrapper .social-share-modal, .wishlist-page .social-share-modal {
  top: -21.875rem;
  position: absolute;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border: 1px solid #e0e0e0;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 21.5rem;
  padding: 0.625rem 1.6875rem 1.1875rem 1.6875rem;
  pointer-events: none;
  display: none;
}
.wishlist-page .social-share-modal {
  top: 2.1875rem;
}
.product-wrapper .social-share-modal.active, .wishlist-page .social-share-modal.active {
  pointer-events: auto;
  display: block;
  right: 0;
}
@media (max-width: 1199.98px) {
  .social-share-modal {
    left: 0;
    right: 0;
    width: 100%;
    text-align: left;
  }
  .product-wrapper .social-share-modal, .wishlist-page .social-share-modal {
    width: 100%;
  }
}
.social-share-modal__title {
  font-family: "Avenir-Heavy";
}
.social-share-modal__content {
  width: 100%;
  text-align: left;
}
.social-share-modal__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.product-wrapper .social-share-modal__header, .wishlist-page .social-share-modal__header {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0.625rem;
}
.social-share-modal__body p {
  margin-bottom: 1.25rem;
}
.social-share-modal__close {
  border: none;
  background: transparent;
}

.social-icons {
  text-decoration: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
  gap: 1.25rem;
}
.product-wrapper .social-icons, .wishlist-page .social-icons {
  gap: inherit;
}
.product-wrapper .social-icons li, .wishlist-page .social-icons li {
  padding: 0.625rem;
}
.product-wrapper .social-icons li:last-child, .wishlist-page .social-icons li:last-child {
  padding-bottom: 0;
}
.product-wrapper .social-icons, .wishlist-page .social-icons {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.product-wrapper .share-icons, .wishlist-page .share-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
.product-wrapper .share-icons i, .wishlist-page .share-icons i {
  margin-right: 0.625rem;
}

.description-and-detail {
  margin-bottom: 1.875rem;
}
@media (min-width: 769px) {
  .description-and-detail {
    margin: 0.9375rem 0;
  }
}
.description-and-detail .product-collapse {
  border-bottom: 1px solid #e0e0e0;
}
.description-and-detail .product-collapse .title {
  font-family: "Avenir-Heavy";
}
.description-and-detail .product-collapse h2 {
  font-size: 1rem;
  font-family: "Avenir-Heavy";
  font-weight: 400;
  line-height: 1rem;
  margin: 0;
}
.description-and-detail .content {
  margin-bottom: 1.25rem;
  line-height: 1.75rem;
}
.description-and-detail .read-more-link {
  color: #027b95;
}

.short-description {
  margin-bottom: 1.25rem;
}
@media (min-width: 769px) {
  .short-description {
    margin-bottom: 1.875rem;
  }
}

.care-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}

.attributes .attribute:not(.size) {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.attributes .attribute .color-attribute-all {
  padding-bottom: 1rem;
  margin-bottom: 0.6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-bottom: 1px solid #e0e0e0;
}
.attributes .attribute .color-attribute-all .attr-color-name {
  display: none;
}
.attributes .attribute .color-attribute-all .color-attribute {
  width: 4rem;
  height: 4rem;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  border: none;
  border-radius: 3px;
  margin-right: 0.75rem;
}
.attributes .attribute .color-attribute-all .color-attribute .swatch-circle {
  width: 4rem;
  height: 4rem;
  margin: 0;
  border: none;
  border-radius: 3px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.attributes .attribute .color-attribute-all .color-attribute .selected::after {
  content: "";
  width: 4.0625rem;
  height: 4.0625rem;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: none;
  border: 1.4px solid #000;
}
.attributes .attribute .size-label-chart {
  margin-bottom: 0.75rem;
}
@media (min-width: 992px) {
  .attributes .attribute .size-label-chart {
    margin-bottom: 0.875rem;
  }
}
.attributes .attribute .size-label-chart .attribute-label {
  margin-bottom: 0;
}
@media (min-width: 769px) {
  .attributes .attribute .size-label-chart .tertiary-button {
    font-size: 0.875rem;
  }
}
.attributes .attribute .size-attributes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.attributes .attribute-label {
  font-size: 0.875rem;
  font-family: "Avenir-Heavy";
  margin-bottom: 0.75rem;
}
@media (min-width: 769px) {
  .attributes .attribute-label {
    font-size: 1rem;
  }
}

.size-attribute {
  background-color: transparent;
  margin-right: 0;
  min-width: 3.5rem;
  min-height: 3.125rem;
  color: #000;
  border: 1px solid #757f82;
  border-radius: 3px;
}
.size-attribute.selected {
  border: 1px solid #222;
  background: #222;
  color: #fff;
}

.size-attribute.notify-me.selected {
  border: 1px solid #000;
}

.size-attribute[disabled=disabled],
.size-attribute:disabled,
.size-attribute.disabled,
.size-attribute.notify-me {
  color: #545454;
  border: 1px solid #e8e8e8;
  background-color: #e8e8e8;
  position: relative;
}
.size-attribute[disabled=disabled]::after,
.size-attribute:disabled::after,
.size-attribute.disabled::after,
.size-attribute.notify-me::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.8125rem;
  height: 0;
  -webkit-transform: translate(-50%, -50%) rotate(138.576deg);
          transform: translate(-50%, -50%) rotate(138.576deg);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 1px solid #4d4d4d;
}

.color-overlay {
  font-size: 0.875rem;
  margin-left: auto;
  color: #000;
}
@media (min-width: 992px) {
  .color-overlay {
    margin-right: 1.5625rem;
    font-size: 1rem;
  }
}
.color-overlay i {
  margin-left: 0.625rem;
}

.selected-color-name {
  font-family: "Avenir-Roman";
  font-weight: 400;
}

.slider {
  -webkit-transition: opacity 2000s ease-in-out;
  -moz-transition: opacity 2000s ease-in-out;
  -ms-transition: opacity 2000s ease-in-out;
  -o-transition: opacity 2000s ease-in-out;
  opacity: 1;
}

.product-main-carouse .img-fluid {
  width: 100%;
  display: table-cell;
}
.product-main-carouse.js-full-gallery {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  overflow: auto;
  background-color: #fff;
}
.product-main-carouse.slick-slider {
  -ms-touch-action: auto;
      touch-action: auto;
}
.product-main-carouse.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.product-main-carouse .slick-dots {
  bottom: 1.875rem;
}
.product-main-carouse .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 0.5rem;
}
.product-main-carouse .slick-dots button {
  background-color: #fff;
  border: 1px solid #000;
  height: 0.5rem;
  padding: 0;
  width: 0.5rem;
  border-radius: 50%;
}
.product-main-carouse .slick-dots button::before {
  display: none;
}
.product-main-carouse .slick-dots .slick-active button {
  background-color: #000;
  border: 2px solid #000;
}
.product-main-carouse .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-images {
  position: relative;
}
.product-images .row {
  display: grid;
  grid-template-columns: repeat(2, 50%);
}
@media (min-width: 992px) {
  .product-images .row {
    grid-template-columns: repeat(2, 46.5%);
  }
}
.product-images .row .col-6 {
  max-width: 99%;
  margin: 0 1.0625rem 0.25rem;
  padding: 0;
}

.slider-nav-thumbnails {
  position: fixed;
  left: 6.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1041;
  width: 3.6875rem;
}
.slider-nav-thumbnails .slick-track {
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
}
.slider-nav-thumbnails .slick-slide {
  opacity: 0.3;
  margin: 0.625rem;
}
.slider-nav-thumbnails .slick-slide.slick-current {
  opacity: 1;
}
.slider-nav-thumbnails .slick-list {
  height: initial !important;
}

.close-zoom-gallery {
  position: fixed;
  top: 2.1875rem;
  right: 2.1875rem;
  z-index: 1041;
  background: transparent;
  border-color: transparent;
  padding: 0.9375rem;
}

/**
* All font sizes are in px
**/
body {
  font-family: "Avenir-Roman";
  font-size: 1rem;
  color: #000;
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 769px) {
  body {
    font-size: 1rem;
    font-weight: 400;
  }
}

.text-strong {
  font-family: "Avenir-Heavy";
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 769px) {
  .text-strong {
    font-family: "Avenir-Heavy";
    font-weight: 400;
  }
}
.text-strike-through {
  font-size: 0.625rem;
  font-weight: 400;
  line-height: calc(normal / 16)rem;
}
@media (min-width: 769px) {
  .text-strike-through {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: calc(normal / 16)rem;
  }
}

.small-text {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.125rem;
}
@media (min-width: 769px) {
  .small-text {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1rem;
  }
}
.small-text-strong {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.125rem;
  font-weight: 700;
}
@media (min-width: 769px) {
  .small-text-strong {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1rem;
  }
}
.small-text-strike-through {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.125rem;
}
@media (min-width: 769px) {
  .small-text-strike-through {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1rem;
  }
}

.cta {
  background: transparent;
  border-color: transparent;
  font-weight: 600;
  line-height: 1rem;
  text-transform: uppercase;
}
@media (min-width: 769px) {
  .cta {
    font-weight: 600;
    line-height: 1.0625rem;
  }
}

.overlay-content {
  position: fixed;
  right: 0;
  bottom: -100%; /* Initially off-screen */
  width: 100%;
  height: 100%;
  overflow-y: auto;
  -webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  z-index: 101;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  -webkit-transform: translateY(5%);
          transform: translateY(5%); /* Initial transformation */
  opacity: 0;
}
@media (min-width: 992px) {
  .overlay-content {
    max-width: 35.125rem;
    z-index: 3;
  }
}
.overlay-content.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0); /* Slide up to top when 'show' class is added */
}
@media (max-width: 1199.98px) {
  .overlay-content .modal-content {
    padding: 0;
  }
}

.color-dialog {
  margin: 0;
}
@media (max-width: 1199.98px) {
  .color-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0 0.9375rem 1.25rem 0.9375rem;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .color-dialog {
    width: 100%;
    max-width: 35.125rem;
  }
}
.color-dialog ::-webkit-scrollbar {
  width: 3px;
}
.color-dialog ::-webkit-scrollbar-button {
  display: none;
}
.color-dialog ::-webkit-scrollbar-track {
  background-color: #fff;
}
.color-dialog ::-webkit-scrollbar-thumb {
  background-color: #545454;
  border-radius: 10px;
  border: none;
  min-height: 20px;
}
.color-dialog .modal-content {
  border-radius: 0;
  border: none;
  padding-bottom: 1.25rem;
}
@media (max-width: 991.98px) {
  .color-dialog .modal-content {
    height: auto;
    min-height: 100%;
  }
}
@media (min-width: 992px) {
  .color-dialog .modal-content {
    padding: 0 4.375rem 0.625rem 4.375rem;
  }
}
.color-dialog .modal-title {
  font-size: 1.125rem;
  letter-spacing: 0.36px;
}
.color-dialog .modal-header {
  padding: 1.375rem 0 2.5rem 0;
  border: none;
  font-family: "Avenir-Heavy";
  font-weight: 400;
}
@media (min-width: 992px) {
  .color-dialog .modal-header {
    padding-right: 0;
    padding-left: 0;
    padding-top: 1.75rem;
    padding-bottom: 2.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.color-dialog .modal-header .close {
  width: auto;
  opacity: 1;
}
@media (min-width: 992px) {
  .color-dialog .modal-header .close {
    position: absolute;
    top: 2.125rem;
    right: 6.5rem;
  }
}
.color-dialog .modal-body {
  padding: 0 0 1.25rem 0;
  height: 100%;
}
.color-dialog .attributes .attribute .color-attribute-all {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 0.625rem;
  border-bottom: none;
  gap: 20px;
}
@media (min-width: 992px) {
  .color-dialog .attributes .attribute .color-attribute-all {
    gap: 29px;
  }
}
.color-dialog .attributes .attribute .color-attribute-all .attr-color-name {
  font-size: 0.875rem;
  display: block;
  color: #000;
}
.color-dialog .attributes .attribute .color-attribute-all .color-attribute {
  margin: 0;
  width: 5.875rem;
  height: inherit;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.color-dialog .attributes .attribute .color-attribute-all .color-attribute .swatch-circle {
  width: 5.75rem;
  height: 6.8125rem;
  margin-bottom: 0.75rem;
  border-radius: 3px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.color-dialog .attributes .attribute .color-attribute-all .color-attribute .swatch-circle.selected + .attr-color-name {
  font-family: "Avenir-Heavy";
  font-weight: 400;
  line-height: normal;
  font-size: 0.875rem;
}
@media (min-width: 769px) {
  .color-dialog .attributes .attribute .color-attribute-all .color-attribute .swatch-circle.selected + .attr-color-name {
    font-family: "Avenir-Heavy";
    font-weight: 400;
  }
}
.color-dialog .attributes .attribute .color-attribute-all .color-attribute .selected::after {
  width: 100%;
  height: 100%;
}

.selected-color-name {
  font-family: "Avenir-Roman";
}

/**
* All font sizes are in px
**/
body {
  font-family: "Avenir-Roman";
  font-size: 1rem;
  color: #000;
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 769px) {
  body {
    font-size: 1rem;
    font-weight: 400;
  }
}

.text-strong {
  font-family: "Avenir-Heavy";
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 769px) {
  .text-strong {
    font-family: "Avenir-Heavy";
    font-weight: 400;
  }
}
.text-strike-through {
  font-size: 0.625rem;
  font-weight: 400;
  line-height: calc(normal / 16)rem;
}
@media (min-width: 769px) {
  .text-strike-through {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: calc(normal / 16)rem;
  }
}

.small-text {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.125rem;
}
@media (min-width: 769px) {
  .small-text {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1rem;
  }
}
.small-text-strong {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.125rem;
  font-weight: 700;
}
@media (min-width: 769px) {
  .small-text-strong {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1rem;
  }
}
.small-text-strike-through {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.125rem;
}
@media (min-width: 769px) {
  .small-text-strike-through {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1rem;
  }
}

.cta {
  background: transparent;
  border-color: transparent;
  font-weight: 600;
  line-height: 1rem;
  text-transform: uppercase;
}
@media (min-width: 769px) {
  .cta {
    font-weight: 600;
    line-height: 1.0625rem;
  }
}

/**
* All font sizes are in px
**/
body {
  font-family: "Avenir-Roman";
  font-size: 1rem;
  color: #000;
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 769px) {
  body {
    font-size: 1rem;
    font-weight: 400;
  }
}

.text-strong {
  font-family: "Avenir-Heavy";
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 769px) {
  .text-strong {
    font-family: "Avenir-Heavy";
    font-weight: 400;
  }
}
.text-strike-through {
  font-size: 0.625rem;
  font-weight: 400;
  line-height: calc(normal / 16)rem;
}
@media (min-width: 769px) {
  .text-strike-through {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: calc(normal / 16)rem;
  }
}

.small-text {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.125rem;
}
@media (min-width: 769px) {
  .small-text {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1rem;
  }
}
.small-text-strong {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.125rem;
  font-weight: 700;
}
@media (min-width: 769px) {
  .small-text-strong {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1rem;
  }
}
.small-text-strike-through {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.125rem;
}
@media (min-width: 769px) {
  .small-text-strike-through {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1rem;
  }
}

.cta {
  background: transparent;
  border-color: transparent;
  font-weight: 600;
  line-height: 1rem;
  text-transform: uppercase;
}
@media (min-width: 769px) {
  .cta {
    font-weight: 600;
    line-height: 1.0625rem;
  }
}

/**
* All font sizes are in px
**/
body {
  font-family: "Avenir-Roman";
  font-size: 1rem;
  color: #000;
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 769px) {
  body {
    font-size: 1rem;
    font-weight: 400;
  }
}

.text-strong {
  font-family: "Avenir-Heavy";
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 769px) {
  .text-strong {
    font-family: "Avenir-Heavy";
    font-weight: 400;
  }
}
.text-strike-through {
  font-size: 0.625rem;
  font-weight: 400;
  line-height: calc(normal / 16)rem;
}
@media (min-width: 769px) {
  .text-strike-through {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: calc(normal / 16)rem;
  }
}

.small-text {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.125rem;
}
@media (min-width: 769px) {
  .small-text {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1rem;
  }
}
.small-text-strong {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.125rem;
  font-weight: 700;
}
@media (min-width: 769px) {
  .small-text-strong {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1rem;
  }
}
.small-text-strike-through {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.125rem;
}
@media (min-width: 769px) {
  .small-text-strike-through {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1rem;
  }
}

.cta {
  background: transparent;
  border-color: transparent;
  font-weight: 600;
  line-height: 1rem;
  text-transform: uppercase;
}
@media (min-width: 769px) {
  .cta {
    font-weight: 600;
    line-height: 1.0625rem;
  }
}

.store-availability,
.store-locator {
  position: relative;
  border: 1px solid #e8e8e8;
}
@media (min-width: 992px) {
  .store-availability-container,
  .store-locator-container {
    padding: 0;
  }
}
.store-availability .form-control,
.store-locator .form-control {
  border-color: transparent;
  padding-left: 0;
}
.store-availability .form-group,
.store-locator .form-group {
  margin-bottom: 0;
  padding-left: 2.125rem;
  padding-right: 3.125rem;
}
.store-availability .store-stock-search,
.store-availability .btn-storelocator-search,
.store-locator .store-stock-search,
.store-locator .btn-storelocator-search {
  position: absolute;
  top: 7px;
  border: none;
  background-color: transparent;
  padding: 0.25rem 0.6875rem;
}
.store-availability .detect-store-stock-location,
.store-availability .detect-location,
.store-locator .detect-store-stock-location,
.store-locator .detect-location {
  margin-right: 2%;
  position: absolute;
  top: 22%;
  right: 0;
  background-color: transparent;
  border: none;
}
@media (max-width: 991.98px) {
  .store-availability .detect-store-stock-location,
  .store-availability .detect-location,
  .store-locator .detect-store-stock-location,
  .store-locator .detect-location {
    margin-right: 2%;
    top: 16%;
  }
}

.count-stores {
  font-family: "Avenir-Heavy";
  font-weight: 400;
  line-height: normal;
  font-size: 0.875rem;
  color: #535353;
  text-transform: uppercase;
  margin: 1.25rem 0;
}
@media (min-width: 769px) {
  .count-stores {
    font-family: "Avenir-Heavy";
    font-weight: 400;
  }
}
@media (min-width: 992px) {
  .count-stores {
    margin: 1rem 0 2.125rem 0;
  }
}

.store {
  border: 1px solid #e8e8e8;
  padding: 0.9375rem 1.875rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 992px) {
  .store {
    padding: 1.25rem 1.875rem;
  }
}
.store-items {
  height: 18.75rem;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 0.625rem;
}
.store-name {
  font-family: "Avenir-Heavy";
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 769px) {
  .store-name {
    font-family: "Avenir-Heavy";
    font-weight: 400;
  }
}
.store-details a {
  text-decoration: none;
}
.store-details a:hover {
  text-decoration: underline;
}
.shipping-address .store-hours {
  display: none;
}
.store-hours .title {
  font-family: "Avenir-Heavy";
  font-weight: 400;
  line-height: normal;
  text-align: left;
  padding: 0;
}
@media (min-width: 769px) {
  .store-hours .title {
    font-family: "Avenir-Heavy";
    font-weight: 400;
  }
}
.store address {
  margin-bottom: 0;
}
.store .form-check {
  padding: 0;
}
.store .form-check-input {
  top: 0.1875rem;
  right: 0.125rem;
  left: auto !important;
  margin: 0;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .store .form-check-input {
    top: 0.0625rem;
    right: 0;
  }
}
.store .form-check-label {
  width: 100%;
  padding-left: 0;
}
.store .form-check-label::before {
  right: 0;
  left: auto;
}
.store .form-check-label::after {
  right: 0.1875rem;
  left: auto;
}
@media (max-width: 991.98px) {
  .store .form-check-label::after {
    right: 0.125rem;
  }
}

.overlay-content {
  position: fixed;
  right: 0;
  bottom: -100%; /* Initially off-screen */
  width: 100%;
  height: 100%;
  overflow-y: auto;
  -webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  z-index: 101;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  -webkit-transform: translateY(5%);
          transform: translateY(5%); /* Initial transformation */
  opacity: 0;
}
@media (min-width: 992px) {
  .overlay-content {
    max-width: 35.125rem;
    z-index: 3;
  }
}
.overlay-content.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0); /* Slide up to top when 'show' class is added */
}
@media (max-width: 1199.98px) {
  .overlay-content .modal-content {
    padding: 0;
  }
}

.pac-container {
  z-index: 10000 !important;
}

.store-stock {
  margin-bottom: 0.75rem;
}
@media (min-width: 992px) {
  .store-stock {
    margin-bottom: 0;
  }
}

.store-stock-dialog {
  margin: 0;
}
@media (max-width: 1199.98px) {
  .store-stock-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0 0.9375rem 1.25rem 0.9375rem;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .store-stock-dialog {
    width: 100%;
    max-width: 35.125rem;
  }
}
.store-stock-dialog ::-webkit-scrollbar {
  width: 3px;
}
.store-stock-dialog ::-webkit-scrollbar-button {
  display: none;
}
.store-stock-dialog ::-webkit-scrollbar-track {
  background-color: #fff;
}
.store-stock-dialog ::-webkit-scrollbar-thumb {
  background-color: #545454;
  border-radius: 10px;
  border: none;
  min-height: 20px;
}
.store-stock-dialog .item-right-wrap {
  width: 100%;
}
.store-stock-dialog .modal-content {
  border-radius: 0;
  border: none;
  padding-bottom: 1.25rem;
}
@media (max-width: 991.98px) {
  .store-stock-dialog .modal-content {
    height: auto;
    min-height: 100%;
  }
}
@media (min-width: 992px) {
  .store-stock-dialog .modal-content {
    padding: 0 4.375rem 0.625rem 4.375rem;
  }
}
.store-stock-dialog .modal-title {
  font-size: 1.125rem;
}
.store-stock-dialog .modal-header {
  padding: 1.375rem 0 0.4375rem 0;
  border: none;
  font-family: "Avenir-Heavy";
  font-weight: 400;
}
@media (min-width: 992px) {
  .store-stock-dialog .modal-header {
    padding-right: 0;
    padding-left: 0;
    padding-top: 1.75rem;
    padding-bottom: 1.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.store-stock-dialog .modal-header .close {
  width: auto;
  opacity: 1;
}
@media (min-width: 992px) {
  .store-stock-dialog .modal-header .close {
    position: absolute;
    top: 2.0625rem;
    right: 4.8125rem;
  }
}
.store-stock-dialog .modal-body {
  padding: 0 0 1.25rem 0;
  height: 100%;
}
.store-stock-dialog .product-line-item {
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid #e0e0e0;
}
.store-stock-dialog .line-item-name {
  font-family: "Courier-New-Bold";
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
  text-transform: lowercase;
}
.store-stock-dialog .item-image {
  width: 5.0625rem;
  height: 100%;
}
.store-stock-dialog .price-container {
  margin-top: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.store-stock-dialog .store-availability .form-group {
  padding-left: 0;
}
.store-stock-dialog .store-availability .js-store-stock-search {
  display: none;
}
.store-stock-dialog .store-availability .detect-store-stock-location {
  margin: 0;
  top: 0;
  padding: 0;
}
.store-stock-dialog .store-availability-results .count-stores {
  display: none;
}
.store-stock-dialog .store-availability-results .store-details {
  padding-right: 0.75rem;
}
.store-stock-dialog .store-availability-results .reserve-product {
  padding: 0 0.5rem;
}
@media (min-width: 992px) {
  .store-stock-dialog .store-availability-results .reserve-product {
    padding: 0 0.9375rem;
  }
}

.store-hint {
  display: none;
}
@media (min-width: 992px) {
  .store-hint {
    display: block;
    margin-bottom: 1.25rem;
    line-height: 1.75rem;
  }
}

.results-text {
  text-align: center;
  padding: 0 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 0.75rem;
}
@media (min-width: 992px) {
  .results-text {
    margin-bottom: 1.875rem;
    line-height: 1.75rem;
  }
}

/**
* All font sizes are in px
**/
body {
  font-family: "Avenir-Roman";
  font-size: 1rem;
  color: #000;
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 769px) {
  body {
    font-size: 1rem;
    font-weight: 400;
  }
}

.text-strong {
  font-family: "Avenir-Heavy";
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 769px) {
  .text-strong {
    font-family: "Avenir-Heavy";
    font-weight: 400;
  }
}
.text-strike-through {
  font-size: 0.625rem;
  font-weight: 400;
  line-height: calc(normal / 16)rem;
}
@media (min-width: 769px) {
  .text-strike-through {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: calc(normal / 16)rem;
  }
}

.small-text {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.125rem;
}
@media (min-width: 769px) {
  .small-text {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1rem;
  }
}
.small-text-strong {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.125rem;
  font-weight: 700;
}
@media (min-width: 769px) {
  .small-text-strong {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1rem;
  }
}
.small-text-strike-through {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.125rem;
}
@media (min-width: 769px) {
  .small-text-strike-through {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1rem;
  }
}

.cta {
  background: transparent;
  border-color: transparent;
  font-weight: 600;
  line-height: 1rem;
  text-transform: uppercase;
}
@media (min-width: 769px) {
  .cta {
    font-weight: 600;
    line-height: 1.0625rem;
  }
}

.store-availability,
.store-locator {
  position: relative;
  border: 1px solid #e8e8e8;
}
@media (min-width: 992px) {
  .store-availability-container,
  .store-locator-container {
    padding: 0;
  }
}
.store-availability .form-control,
.store-locator .form-control {
  border-color: transparent;
  padding-left: 0;
}
.store-availability .form-group,
.store-locator .form-group {
  margin-bottom: 0;
  padding-left: 2.125rem;
  padding-right: 3.125rem;
}
.store-availability .store-stock-search,
.store-availability .btn-storelocator-search,
.store-locator .store-stock-search,
.store-locator .btn-storelocator-search {
  position: absolute;
  top: 7px;
  border: none;
  background-color: transparent;
  padding: 0.25rem 0.6875rem;
}
.store-availability .detect-store-stock-location,
.store-availability .detect-location,
.store-locator .detect-store-stock-location,
.store-locator .detect-location {
  margin-right: 2%;
  position: absolute;
  top: 22%;
  right: 0;
  background-color: transparent;
  border: none;
}
@media (max-width: 991.98px) {
  .store-availability .detect-store-stock-location,
  .store-availability .detect-location,
  .store-locator .detect-store-stock-location,
  .store-locator .detect-location {
    margin-right: 2%;
    top: 16%;
  }
}

.store-availability-results address {
  margin: 0;
}
@media (min-width: 992px) {
  .store-availability-results .count-stores {
    margin-bottom: 0.625rem;
  }
}
@media (min-width: 992px) {
  .store-availability-results .store-items {
    max-height: 31.25rem;
    height: 100%;
    padding: 0;
  }
}
.store-availability-results .store-details {
  padding: 0.9375rem 2.5rem 0.9375rem 0.9375rem;
  margin-bottom: 1rem;
  border: 1px solid #bfbfbf;
  font-size: 0.875rem;
}
@media (min-width: 992px) {
  .store-availability-results .store-details {
    padding: 1rem;
  }
}
.store-availability-results .store-details:last-child {
  margin: 0;
}
.store-availability-results .store-details.not-available {
  background: #f9f9f9;
  border-color: #f9f9f9;
  color: #e8e8e8;
}
.store-availability-results .store-details.not-available .tertiary-button::after {
  background: #f9f9f9;
}
.store-availability-results .store-details.not-available .store-hours .title,
.store-availability-results .store-details.not-available a {
  color: #e8e8e8;
}
.store-availability-results .store-hours .title {
  line-height: 1.5rem;
}
.store-availability-results .store-hours .title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background-color: #000;
}
.store-availability-results .store-hours-container {
  height: 2.75rem;
  line-height: 2.75rem;
}
.store-availability-results .store-name {
  font-family: "Avenir-Heavy";
  margin-bottom: 0.5rem;
}
.store-availability-results .store-phone {
  margin-top: 0.5rem;
}

.stores-stock-modal .reservation-step-0,
.stores-stock-modal .reservation-step-1,
.stores-stock-modal .reservation-step-2 {
  display: none;
}
.stores-stock-modal[data-reservation-step="0"] .reservation-step-0 {
  display: block;
}
.stores-stock-modal[data-reservation-step="1"] .reservation-step-1 {
  display: block;
}
.stores-stock-modal[data-reservation-step="2"] .reservation-step-2 {
  display: block;
}
.stores-stock-modal .confirm-reservation-btn {
  margin-top: 2.5rem;
  max-width: 14.375rem;
}
.stores-stock-modal .confirmed-store-hours-container {
  margin-left: 2.875rem;
}
.stores-stock-modal .confirmed-store-hours-container .store-opening {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.48px;
}
.stores-stock-modal .find-boutique {
  max-width: 300px;
}

.reservation-confirmed-msg {
  font-family: "Avenir-Heavy";
  font-weight: 400;
  font-size: 1.125rem;
  margin-bottom: 2.25rem;
}

.reservation-error-msg {
  color: #c1121f;
}

.stores-modal[data-search-mode] .card.payment-summary,
.stores-modal[data-search-mode] .shipping-summary {
  display: none;
}
.stores-modal[data-search-mode=click-and-collect] .click-and-collect-component {
  display: block;
}
.stores-modal[data-search-mode=click-and-collect] .pickup-point-component {
  display: none;
}
.stores-modal[data-search-mode=favorite-store] .click-and-collect-component {
  display: block;
}
.stores-modal[data-search-mode=favorite-store] .pickup-point-component {
  display: none;
}
.stores-modal[data-search-mode=pickup-point] .click-and-collect-component {
  display: none;
}
.stores-modal[data-search-mode=pickup-point] .pickup-point-component {
  display: block;
}
.stores-modal .colissimo-icon {
  width: auto;
  max-height: 40px;
}

.stores-modal .modal-header {
  border: none;
  font-size: 1.25rem;
  padding-top: 3.4375rem;
}
.stores-modal .store-search-icon {
  position: absolute;
}
.stores-modal .store-search-icon-arrow {
  position: absolute;
  right: 0;
}
.stores-modal .store-search-icon-magnifier {
  position: absolute;
  margin-top: 0.75rem;
  margin-left: 0.625rem;
}
.stores-modal .store-page-input {
  padding-left: 3.125rem !important;
  padding-right: 2.5rem !important;
  background-color: #f5f5f5 !important;
}
.stores-modal .modal-dialog {
  max-width: 58.125rem;
}
.stores-modal .store-container {
  padding: 0.625rem;
}
.stores-modal .store-container.selected {
  border: 0.0625rem solid black;
}
.stores-modal .store-container label {
  margin-bottom: 0;
}
.stores-modal .store-container .store-hours {
  margin: 0;
}
.stores-modal .store-items {
  height: 20.5rem;
  margin-top: 0.9375rem;
}
.stores-modal .store-items hr {
  margin: 0;
}
.stores-modal .confirm-store-selection {
  margin-top: 1.125rem;
}
.stores-modal .confirm-store-selection,
.stores-modal .search-stores,
.stores-modal .search-pickup-points {
  max-width: 25rem;
  margin-bottom: 3.125rem;
}
.stores-modal .store-no-results {
  padding: 1.25rem;
  font-size: 1.25rem;
  margin-bottom: 3.125rem;
}
.stores-modal .store-hours-btn {
  text-align: right;
  width: 100%;
}

.click-collect-block .selected-store-info-label,
.pickup-point-block .selected-store-info-label {
  color: #454b4c;
}
.click-collect-block .selected-store-container,
.click-collect-block .selected-point-container,
.pickup-point-block .selected-store-container,
.pickup-point-block .selected-point-container {
  margin-bottom: 1.4375rem;
  display: none;
}
.click-collect-block .selected-store-container.active,
.click-collect-block .selected-point-container.active,
.pickup-point-block .selected-store-container.active,
.pickup-point-block .selected-point-container.active {
  border: 1px solid black;
  display: block;
}
.click-collect-block .selected-store-container .pickup-point-component,
.pickup-point-block .selected-store-container .pickup-point-component {
  display: none;
}
.click-collect-block .selected-point-container .click-and-collect-component,
.pickup-point-block .selected-point-container .click-and-collect-component {
  display: none;
}

.store-hours-text {
  border-bottom: 1px solid black;
  line-height: 1.5rem;
}

.shipping-address-selector {
  font-size: 0.875rem;
  padding: 0.625rem 0.9375rem;
  height: 2.6875rem;
}

@media (max-width: 543.98px) {
  .modal-section:not(.active-mobile) {
    display: none;
  }
}

/**
* All font sizes are in px
**/
body {
  font-family: "Avenir-Roman";
  font-size: 1rem;
  color: #000;
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 769px) {
  body {
    font-size: 1rem;
    font-weight: 400;
  }
}

.text-strong {
  font-family: "Avenir-Heavy";
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 769px) {
  .text-strong {
    font-family: "Avenir-Heavy";
    font-weight: 400;
  }
}
.text-strike-through {
  font-size: 0.625rem;
  font-weight: 400;
  line-height: calc(normal / 16)rem;
}
@media (min-width: 769px) {
  .text-strike-through {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: calc(normal / 16)rem;
  }
}

.small-text {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.125rem;
}
@media (min-width: 769px) {
  .small-text {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1rem;
  }
}
.small-text-strong {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.125rem;
  font-weight: 700;
}
@media (min-width: 769px) {
  .small-text-strong {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1rem;
  }
}
.small-text-strike-through {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.125rem;
}
@media (min-width: 769px) {
  .small-text-strike-through {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1rem;
  }
}

.cta {
  background: transparent;
  border-color: transparent;
  font-weight: 600;
  line-height: 1rem;
  text-transform: uppercase;
}
@media (min-width: 769px) {
  .cta {
    font-weight: 600;
    line-height: 1.0625rem;
  }
}

.overlay-content {
  position: fixed;
  right: 0;
  bottom: -100%; /* Initially off-screen */
  width: 100%;
  height: 100%;
  overflow-y: auto;
  -webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  z-index: 101;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  -webkit-transform: translateY(5%);
          transform: translateY(5%); /* Initial transformation */
  opacity: 0;
}
@media (min-width: 992px) {
  .overlay-content {
    max-width: 35.125rem;
    z-index: 3;
  }
}
.overlay-content.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0); /* Slide up to top when 'show' class is added */
}
@media (max-width: 1199.98px) {
  .overlay-content .modal-content {
    padding: 0;
  }
}

.overlay-content.size-guide-modal {
  max-width: 59.25rem;
  width: 100%;
}

.size-guide-dialog {
  margin: 0;
}
@media (max-width: 1199.98px) {
  .size-guide-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0 0.9375rem 1.25rem 0.9375rem;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .size-guide-dialog {
    width: 100%;
    max-width: 59.25rem;
  }
}
.size-guide-dialog ::-webkit-scrollbar {
  width: 3px;
}
.size-guide-dialog ::-webkit-scrollbar-button {
  display: none;
}
.size-guide-dialog ::-webkit-scrollbar-track {
  background-color: #fff;
}
.size-guide-dialog ::-webkit-scrollbar-thumb {
  background-color: #545454;
  border-radius: 10px;
  border: none;
  min-height: 20px;
}
.size-guide-dialog .modal-content {
  border-radius: 0;
  border: none;
  padding-bottom: 1.25rem;
}
@media (max-width: 991.98px) {
  .size-guide-dialog .modal-content {
    height: auto;
    min-height: 100%;
  }
}
@media (min-width: 992px) {
  .size-guide-dialog .modal-content {
    padding: 0 12.5rem 0.625rem 4.375rem;
  }
}
.size-guide-dialog .modal-title {
  font-family: "Avenir-Heavy";
  font-weight: 400;
  letter-spacing: 0.32px;
  margin-bottom: 0.625rem;
}
@media (min-width: 992px) {
  .size-guide-dialog .modal-title {
    font-size: 1.25rem;
    letter-spacing: 0.4px;
  }
}
.size-guide-dialog .modal-sub-title {
  font-family: "Avenir-Roman";
  line-height: 1.375rem;
  font-size: 0.8125rem;
}
@media (min-width: 992px) {
  .size-guide-dialog .modal-sub-title {
    font-size: 1rem;
    line-height: 1.6875rem;
  }
}
.size-guide-dialog .modal-header {
  padding: 1.375rem 0 0.4375rem 0;
  border: none;
  font-family: "Avenir-Heavy";
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 992px) {
  .size-guide-dialog .modal-header {
    padding-right: 0;
    padding-left: 0;
    padding-top: 3.75rem;
    padding-bottom: 1.875rem;
  }
}
.size-guide-dialog .modal-header .close {
  width: auto;
  opacity: 1;
  position: absolute;
  top: 1.25rem;
  right: 0.625rem;
}
@media (min-width: 992px) {
  .size-guide-dialog .modal-header .close {
    top: 3.75rem;
    right: 5.625rem;
  }
}
.size-guide-dialog .modal-body {
  padding: 0 0 1.25rem 0;
  height: 100%;
  font-size: 0.875rem;
}
.size-guide-dialog .modal-body .table {
  background-color: #fff;
}
.size-guide-dialog .modal-body .table.remove-border thead th {
  border: none;
  border-bottom: 1px solid #ccc;
}
.size-guide-dialog .modal-body .table.remove-border td {
  border: none;
}
.size-guide-dialog .modal-body .highlight {
  background-color: #91b6e3;
  color: #fff;
}
.size-guide-dialog .modal-body .color-header th {
  background-color: #91b6e3;
  color: #fff;
}
.size-guide-dialog .modal-body ul {
  padding-left: 0.8125rem;
  line-height: 1.625rem;
}
.size-guide-dialog .modal-body h3 {
  color: #6c757d;
  font-size: 0.8125rem;
  line-height: 1.5rem; /* 184.615% */
  letter-spacing: 2.08px;
  text-transform: uppercase;
}

.announcement__wrapper {
  margin-top: 1rem;
  padding: 0.875rem 2.6875rem;
  background-color: #f5f5f5;
}
.announcement__wrapper.slick-dotted.slick-slider {
  margin-bottom: 0.8125rem;
}
.announcement__wrapper .slick-dots {
  position: relative;
  bottom: 0;
}
.announcement__wrapper .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 0.5rem;
}
.announcement__wrapper .slick-dots button {
  background-color: #fff;
  border: 1px solid #000;
  height: 0.375rem;
  padding: 0;
  width: 0.375rem;
  border-radius: 50%;
}
.announcement__wrapper .slick-dots button::before {
  display: none;
}
.announcement__wrapper .slick-dots .slick-active button {
  background-color: #000;
  border: 2px solid #000;
}
.announcement__content {
  text-align: center;
}
.announcement__content-img {
  margin: 0 auto 0.5625rem auto;
}