.sizechart-wrapper {
  padding: 10px;
}
.sizechart-wrapper .sizechart-header {
  background: #f8f8f8;
  font-size: 0.9375rem;
  letter-spacing: 1px;
}
.sizechart-wrapper .sizechart-header span {
  color: #000;
}
.sizechart-wrapper .sizechart-footnote {
  color: #727272;
  font-size: 0.6875rem;
  letter-spacing: 0.5px;
}
@media (min-width: 720px) {
  .sizechart-wrapper .sizechart-footnote {
    font-size: 0.8125rem;
    margin-left: 10%;
  }
}
.sizechart-wrapper .sizechart-table-heading {
  margin: 10px 0;
  font-size: 0.8125rem;
  letter-spacing: 0.5px;
}
@media (min-width: 720px) {
  .sizechart-wrapper .sizechart-table-heading {
    font-size: 0.9375rem;
  }
}
@media (min-width: 720px) and (max-width: 1279.98px) {
  .sizechart-wrapper .sizechart-table-heading {
    margin: 40px 0 10px;
  }
}
@media (min-width: 1280px) {
  .sizechart-wrapper .sizechart-table-heading {
    margin: 40px 0 30px;
  }
}

.sizechart-table th,
.sizechart-table td {
  border: solid 1px #e6e8f1;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-align: center;
  padding: 2px;
}
@media (min-width: 720px) {
  .sizechart-table th,
.sizechart-table td {
    padding: 12px;
  }
}
@media (min-width: 1280px) {
  .sizechart-table th,
.sizechart-table td {
    font-size: 0.9375rem;
  }
}
.sizechart-table th {
  background: #f8f8f8;
}
.sizechart-table tr td:first-of-type {
  background: #f8f8f8;
}

.size-chart-guide-wrapper {
  border-bottom: 1px solid #a1a1a1;
  border-top: 1px solid #a1a1a1;
  padding: 15px 0;
}
.size-chart-guide-wrapper:not(.size-chart-guide-wrapper + .size-chart-guide-wrapper) {
  margin-top: 20px;
}
@media (min-width: 720px) {
  .size-chart-guide-wrapper:not(.size-chart-guide-wrapper + .size-chart-guide-wrapper) {
    margin-top: 30px;
  }
}
.size-chart-guide-wrapper .size-chart-guide-image {
  width: 100%;
}
.size-chart-guide-wrapper .size-chart-guide-content-second {
  display: none;
}
.size-chart-guide-wrapper .size-chart-guide-content-first .size-chart-steps li > h5,
.size-chart-guide-wrapper .size-chart-guide-content-second .size-chart-steps li > h5 {
  font-size: 0.8125rem;
  letter-spacing: 0.5px;
}
@media (min-width: 720px) {
  .size-chart-guide-wrapper .size-chart-guide-content-first .size-chart-steps li > h5,
.size-chart-guide-wrapper .size-chart-guide-content-second .size-chart-steps li > h5 {
    font-size: 0.9375rem;
  }
}
.size-chart-guide-wrapper .size-chart-guide-content-first .size-chart-steps li > p,
.size-chart-guide-wrapper .size-chart-guide-content-second .size-chart-steps li > p {
  font-size: 0.6875rem;
  letter-spacing: 0.2px;
  margin-left: 20px;
}
@media (min-width: 720px) {
  .size-chart-guide-wrapper .size-chart-guide-content-first .size-chart-steps li > p,
.size-chart-guide-wrapper .size-chart-guide-content-second .size-chart-steps li > p {
    font-size: 0.8125rem;
  }
}

.size-chart-guide-header {
  cursor: pointer;
}
.size-chart-guide-header > h4 {
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.5px;
}
@media (min-width: 720px) {
  .size-chart-guide-header > h4 {
    font-size: 0.9375rem;
  }
}
.size-chart-guide-header .guide-header-up {
  display: block;
}
.size-chart-guide-header .guide-header-down {
  display: none;
}
.size-chart-guide-header.collapsed .guide-header-down {
  display: block;
}
.size-chart-guide-header.collapsed .guide-header-up {
  display: none;
}

.more-info-card-description {
  width: 100%;
}
@media (min-width: 720px) {
  .more-info-card-description {
    width: calc(50% - 10px);
  }
}
.more-info-card-description .text-description,
.more-info-card-description .models-size {
  font-family: Poppins;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.5px;
  color: #333;
}
.more-info-card-description .models-size {
  font-weight: 500;
}

.more-info-heading {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  color: #000;
}

@media (min-width: 720px) {
  .more-info-wrapper {
    margin: 0;
  }
}
.more-info-wrapper .tri-modal-header {
  height: 40px;
  background: transparent;
}
.more-info-wrapper .tri-modal-header .close-icon {
  display: none;
}
.more-info-wrapper .tri-modal-header .modal-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  font-weight: normal;
}
.more-info-wrapper .tri-modal-body {
  padding: 0;
}

@media (min-width: 720px) and (max-width: 1279.98px) {
  .secondary-info-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 20px;
  }
  .secondary-info-wrapper .more-info-card-size,
.secondary-info-wrapper .more-info-card-model {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: auto;
  }
  .secondary-info-wrapper .more-info-card-size {
    margin-right: 10px;
  }
  .secondary-info-wrapper .more-info-card-model {
    margin-left: 10px;
  }
}
@media (min-width: 1280px) {
  .secondary-info-wrapper {
    width: calc(50% - 10px);
  }
}
.secondary-info-wrapper .more-info-card-size,
.secondary-info-wrapper .more-info-card-model {
  width: 100%;
}

.more-info-card {
  width: 100%;
  padding: 15px;
  border-radius: 15px;
  background: #fff;
  -webkit-box-shadow: 0 0 15px 0 rgba(230, 234, 244, 0.5);
          box-shadow: 0 0 15px 0 rgba(230, 234, 244, 0.5);
}

.more-info-expand-trigger {
  cursor: pointer;
}
.more-info-expand-trigger .more-info-icon-up {
  display: block;
}
.more-info-expand-trigger .more-info-icon-down {
  display: none;
}
.more-info-expand-trigger.collapsed .more-info-icon-down {
  display: block;
}
.more-info-expand-trigger.collapsed .more-info-icon-up {
  display: none;
}

.more-info-details-trigger-collapse {
  display: block;
}
@media (min-width: 720px) {
  .more-info-details-trigger-collapse {
    display: block;
  }
}
.more-info-details-trigger-collapse .more-info-label-less,
.more-info-details-trigger-collapse .more-info-label-more {
  font-size: 12px;
  font-weight: normal;
}
@media (min-width: 720px) {
  .more-info-details-trigger-collapse .more-info-label-less,
.more-info-details-trigger-collapse .more-info-label-more {
    font-size: 13px;
    font-weight: 500;
  }
}
.more-info-details-trigger-collapse .more-info-label-more {
  display: none;
}
.more-info-details-trigger-collapse .more-info-label-less {
  display: block;
}
.more-info-details-trigger-collapse.collapsed .more-info-label-more {
  display: block;
}
.more-info-details-trigger-collapse.collapsed .more-info-label-less {
  display: none;
}

.more-info-details-trigger-modal {
  display: none;
}
@media (min-width: 720px) {
  .more-info-details-trigger-modal {
    display: none;
  }
}

.product-model-measurement-wrapper .product-model-image {
  max-width: 75px;
  border-radius: 50%;
}
@media (min-width: 1280px) {
  .product-model-measurement-wrapper .product-model-image {
    max-width: 40%;
  }
}
.product-model-measurement-wrapper .product-model-measurement-info-wrapper {
  margin-left: 25px;
}
@media (min-width: 720px) and (max-width: 1279.98px) {
  .product-model-measurement-wrapper .product-model-measurement-info-wrapper {
    margin-left: 10px;
  }
}
@media (min-width: 1280px) {
  .product-model-measurement-wrapper .product-model-measurement-info-wrapper {
    margin-left: 45px;
  }
}
.product-model-measurement-wrapper .product-model-measurement-info-wrapper .product-model-measurement-info {
  width: calc(50% - 10px);
  margin-right: 10px;
  font-weight: normal;
}
.product-model-measurement-wrapper .product-model-text {
  font-size: 12px;
  font-weight: normal;
}
.product-model-measurement-wrapper .product-model-text-value {
  color: #727272;
}

.pdp-description-details-modal .product-details-table {
  margin: 0;
}
.pdp-description-details-modal .modal-footer {
  display: none;
}

.product-details-table {
  background: #fff;
}
@media (min-width: 720px) and (max-width: 1279.98px) {
  .product-details-table {
    border: 1px solid #e6e8f1;
  }
}
@media (min-width: 720px) {
  .product-details-table {
    margin-top: 15px;
  }
}
.product-details-table tbody th,
.product-details-table tbody td {
  border: 0;
  font-size: 0.75rem;
  padding: 5px 10px;
  color: #000;
}
@media (min-width: 720px) {
  .product-details-table tbody th,
.product-details-table tbody td {
    padding: 10px 20px;
  }
}
.product-details-table tbody th {
  font-weight: normal;
}
.product-details-table tbody td {
  color: #727272;
}

.product-characteristics {
  width: 100%;
  padding: 15px;
  border-radius: 15px;
  background: #fff;
}
.product-characteristics .product-details-table tbody tr:nth-child(odd) {
  background: rgba(230, 234, 244, 0.2);
}
.product-characteristics .product-details-table tbody tr:nth-child(even) {
  background: #fff;
}
.product-characteristics .product-details-table .attribute-item {
  font-family: Poppins;
  font-size: 10px;
  font-weight: 400;
  line-height: 15px;
}
.product-characteristics .product-details-table .attribute-item th {
  padding: 15px 10px 15px 0;
  font-weight: 500;
  color: #000;
  width: 35%;
  padding-left: 10px;
  vertical-align: middle;
}
.product-characteristics .product-details-table .attribute-item td {
  padding: 15px 0 15px 10px;
  color: #333;
  width: 65%;
  vertical-align: middle;
}
.product-characteristics .more-info-btn {
  width: 100%;
  height: 40px;
  padding: 10px 44px;
  border-radius: 40px;
  border: 1px solid #000;
  font-family: Poppins;
  font-size: 12px;
  font-weight: 600;
  line-height: 14.06px;
  letter-spacing: 1px;
  color: #000;
  background: #fff;
}
.product-characteristics .active-more .more {
  display: none;
}
.product-characteristics .active-more .less {
  display: block !important;
}

.product-sharing-options-wrapper .sharing-options-trigger,
.product-sharing-options-modal .sharing-options-trigger {
  background: none;
  border: 0;
}
.product-sharing-options-wrapper .tri-modal-header,
.product-sharing-options-modal .tri-modal-header {
  height: 0;
  overflow: hidden;
}
.product-sharing-options-wrapper .tri-modal-body,
.product-sharing-options-modal .tri-modal-body {
  padding: 0;
}
.product-sharing-options-wrapper .tri-modal-body .header-modal,
.product-sharing-options-modal .tri-modal-body .header-modal {
  font-family: Poppins;
  font-size: 12px;
  line-height: 18px;
  text-align: left !important;
  padding-left: 20px;
  padding-bottom: 10px;
  -webkit-box-shadow: 0 0 15px 0 rgba(164, 176, 190, 0.2);
          box-shadow: 0 0 15px 0 rgba(164, 176, 190, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-sharing-options-wrapper .tri-modal-body .share-icons-wrapper,
.product-sharing-options-modal .tri-modal-body .share-icons-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 35px;
}

.product-image-carousel-wrapper .product-vertical-image-carousel {
  display: none;
  width: 80px;
  height: 440px;
}
@media (min-width: 720px) {
  .product-image-carousel-wrapper .product-vertical-image-carousel {
    display: block;
  }
}
.product-image-carousel-wrapper .product-vertical-image-carousel img {
  width: 80px;
  height: 100px;
  padding: 1px;
  border: 1px solid transparent;
  cursor: pointer;
  border-radius: 5px;
}
.product-image-carousel-wrapper .product-vertical-image-carousel .slick-current {
  border-color: #000;
}
.product-image-carousel-wrapper .product-vertical-image-carousel .slick-list {
  width: 80px;
  height: 360px !important;
  top: 37px;
}
@media (min-width: 720px) and (max-width: 1279.98px) {
  .product-image-carousel-wrapper .product-vertical-image-carousel .slick-list {
    padding: 0 0 50%;
  }
}
.product-image-carousel-wrapper .product-vertical-image-carousel.top-0 .slick-list {
  top: 0;
}
.product-image-carousel-wrapper .product-vertical-image-carousel .product-carousel-video-thumbnail {
  background: #e6e8f1;
  width: 100%;
  cursor: pointer;
}
.product-image-carousel-wrapper .product-vertical-image-carousel .product-carousel-video-thumbnail svg {
  height: 30px;
  width: 30px;
}
.product-image-carousel-wrapper .product-vertical-image-carousel .slick-arrow {
  border: solid 1px #e6e8f1;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  width: 80px;
  height: 30px;
}
.product-image-carousel-wrapper .product-vertical-image-carousel .slick-arrow.slick-disabled {
  visibility: hidden;
}
.product-image-carousel-wrapper .product-vertical-image-carousel .slick-arrow-previous {
  top: 0;
}
.product-image-carousel-wrapper .product-vertical-image-carousel .slick-arrow-next {
  bottom: 0;
}
.product-image-carousel-wrapper .product-main-image-carousel {
  width: 100%;
  position: relative;
  z-index: 0;
}
@media (min-width: 720px) {
  .product-image-carousel-wrapper .product-main-image-carousel {
    width: 346px;
    margin-left: 15px;
  }
}
.product-image-carousel-wrapper .product-main-image-carousel img {
  width: 346px;
  height: 450px;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1279.98px) {
  .product-image-carousel-wrapper .product-main-image-carousel img {
    border-radius: initial;
  }
}
.product-image-carousel-wrapper .product-main-image-carousel video {
  max-width: 100%;
}
.product-image-carousel-wrapper .product-main-image-carousel video.zoomable {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.product-image-carousel-wrapper .product-main-image-carousel .js-product-main-image-carousel:not(.slick-initialized) img {
  display: none;
}
.product-image-carousel-wrapper .product-main-image-carousel .slick-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(0, 0, 0, 0.6980392157);
  bottom: 10px;
}
.product-image-carousel-wrapper .product-main-image-carousel .slick-arrow-previous {
  left: 15px;
}
.product-image-carousel-wrapper .product-main-image-carousel .slick-arrow-next {
  left: 99px;
}
.product-image-carousel-wrapper .product-main-image-carousel .product-carousel-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 10px;
  background-color: rgba(0, 0, 0, 0.6980392157);
  left: 47px;
  padding: 5px 10px;
  font-size: 13px;
  color: #fff;
  width: 50px;
  height: 30px;
}
.product-image-carousel-wrapper .product-main-image-carousel .js-product-center-zoom {
  position: absolute;
  bottom: 10px;
  width: 42px;
  height: 30px;
  right: 12px;
  background-color: rgba(0, 0, 0, 0.6980392157);
  border-radius: 91.36px;
}
.product-image-carousel-wrapper .product-main-image-carousel .js-product-center-zoom .js-carousel-zoom::after {
  position: absolute;
  bottom: 9px;
  content: " ";
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'><path fill-rule='evenodd' clip-rule='evenodd' d='M9.25 0.25L10.975 1.975L8.8075 4.1275L9.8725 5.1925L12.025 3.025L13.75 4.75V0.25H9.25ZM0.25 4.75L1.975 3.025L4.1275 5.1925L5.1925 4.1275L3.025 1.975L4.75 0.25H0.25V4.75ZM4.75 13.75L3.025 12.025L5.1925 9.8725L4.1275 8.8075L1.975 10.975L0.25 9.25V13.75H4.75ZM13.75 9.25L12.025 10.975L9.8725 8.8075L8.8075 9.8725L10.975 12.025L9.25 13.75H13.75V9.25Z' fill='white'/></svg>");
  background-repeat: no-repeat;
  background-size: contain;
  right: 11px;
  padding: 5px 8px;
  font-size: 13px;
  width: 13.5px;
  height: 13.5px;
}
.product-image-carousel-wrapper .slick-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: unset;
  top: unset;
  z-index: 1;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.product-image-carousel-wrapper .slick-arrow .slick-arrow-icon {
  height: 21px;
  width: 21px;
}

@media (max-width: 719.98px) {
  .product-carousel-zoom-wrapper {
    margin-top: 45px;
    margin-bottom: 25px;
  }
}
.product-carousel-zoom-wrapper .modal-content {
  height: 100%;
}
@media (max-width: 719.98px) {
  .product-carousel-zoom-wrapper .modal-content {
    overflow: hidden;
  }
}
.product-carousel-zoom-wrapper .tri-modal-header {
  height: 0;
  overflow: hidden;
}
.product-carousel-zoom-wrapper .tri-modal-body {
  padding: 0;
  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;
}
@media (min-width: 720px) {
  .product-carousel-zoom-wrapper .tri-modal-body {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.product-carousel-zoom-wrapper .tri-modal-body .between {
  height: 55px;
}
.product-carousel-zoom-wrapper .tri-modal-body .search-and-close-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
@media (min-width: 720px) {
  .product-carousel-zoom-wrapper .tri-modal-body .search-and-close-wrapper {
    font-size: 26px;
  }
}
.product-carousel-zoom-wrapper .product-carousel-zoom-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3px 30px 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
}
@media (min-width: 1280px) {
  .product-carousel-zoom-wrapper .product-carousel-zoom-header {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-item-align: end;
        align-self: flex-end;
    padding: 10px 30px;
  }
}
@media (min-width: 720px) and (max-width: 1279.98px) {
  .product-carousel-zoom-wrapper .product-carousel-zoom-header {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .product-carousel-zoom-wrapper .product-carousel-zoom-header .js-product-carousel-pagination {
    margin-left: 0;
  }
}
.product-carousel-zoom-wrapper .product-carousel-zoom-header.expand {
  position: fixed;
  background: rgba(0, 0, 0, 0.5019607843);
  height: 40px;
  top: 0;
  width: 100%;
  padding: 3px 25px 10px;
}
@media (min-width: 720px) and (max-width: 1279.98px) {
  .product-carousel-zoom-wrapper .product-carousel-zoom-header.expand {
    z-index: 2;
  }
}
@media (min-width: 720px) {
  .product-carousel-zoom-wrapper .product-carousel-zoom-header.expand {
    position: fixed;
    height: 40px;
    padding: 10px 25px;
  }
  .product-carousel-zoom-wrapper .product-carousel-zoom-header.expand + .js-product-carousel-pagination {
    margin-top: 25px;
    margin-left: 95px;
    z-index: 1;
  }
}
.product-carousel-zoom-wrapper .product-carousel-zoom-header .close {
  width: 24px !important;
  height: 24px;
  margin: 0;
}
@media (max-width: 719.98px) {
  .product-carousel-zoom-wrapper .product-carousel-zoom-header .close {
    width: 42px;
    height: 42px;
  }
}
@media (max-width: 719.98px) {
  .product-carousel-zoom-wrapper .product-carousel-zoom-header .close span {
    width: 10.5px !important;
    height: 10.5px;
  }
}
.product-carousel-zoom-wrapper .product-carousel-zoom-header svg path {
  fill: #fff;
}
.product-carousel-zoom-wrapper .zoom-button {
  width: 24px;
  height: 24px;
  border: 0;
  background: none;
  margin: 0;
}
@media (min-width: 720px) {
  .product-carousel-zoom-wrapper .zoom-button {
    width: 42px;
    height: 42px;
  }
}
.product-carousel-zoom-wrapper .zoom-button .fa-search-plus {
  display: block;
}
.product-carousel-zoom-wrapper .zoom-button .fa-search-plus::before {
  color: #fff;
  font-size: 15px;
}
@media (min-width: 720px) {
  .product-carousel-zoom-wrapper .zoom-button .fa-search-plus::before {
    font-size: 26px;
  }
}
.product-carousel-zoom-wrapper .zoom-button .fa-search-minus {
  display: none;
}
.product-carousel-zoom-wrapper .zoom-button .fa-search-minus::before {
  color: #fff;
}
@media (max-width: 719.98px) {
  .product-carousel-zoom-wrapper .zoom-button .fa-search-minus::before {
    font-size: 15px;
  }
}
.product-carousel-zoom-wrapper .zoom-button.expanded .fa-search-plus {
  display: none;
}
.product-carousel-zoom-wrapper .zoom-button.expanded .fa-search-minus {
  display: block;
}
.product-carousel-zoom-wrapper .zoom-carousel-btn-image {
  position: absolute;
  right: 5px;
  top: 5px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 20px;
  width: 50px;
  height: 35px;
  display: none;
}
@media (min-width: 720px) {
  .product-carousel-zoom-wrapper .zoom-carousel-btn-image {
    display: block;
  }
}
.product-carousel-zoom-wrapper .zoom-carousel-btn-image .zoom-btn-image {
  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;
  width: 100%;
  height: 100%;
  background: transparent;
  border: 0;
  padding: 0;
}
.product-carousel-zoom-wrapper .zoom-carousel-btn-image .zoom-btn-image::after {
  content: " ";
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'><path fill-rule='evenodd' clip-rule='evenodd' d='M9.25 0.25L10.975 1.975L8.8075 4.1275L9.8725 5.1925L12.025 3.025L13.75 4.75V0.25H9.25ZM0.25 4.75L1.975 3.025L4.1275 5.1925L5.1925 4.1275L3.025 1.975L4.75 0.25H0.25V4.75ZM4.75 13.75L3.025 12.025L5.1925 9.8725L4.1275 8.8075L1.975 10.975L0.25 9.25V13.75H4.75ZM13.75 9.25L12.025 10.975L9.8725 8.8075L8.8075 9.8725L10.975 12.025L9.25 13.75H13.75V9.25Z' fill='white'/></svg>");
  background-repeat: no-repeat;
  background-size: contain;
  width: 17px;
  height: 17px;
}
.product-carousel-zoom-wrapper .product-carousel-zoom-content {
  padding: initial;
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 720px) {
  .product-carousel-zoom-wrapper .product-carousel-zoom-content {
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
  }
}
.product-carousel-zoom-wrapper .product-carousel-zoom-content .slick-arrow-previous,
.product-carousel-zoom-wrapper .product-carousel-zoom-content .slick-arrow-next {
  background-color: #fff;
}
.product-carousel-zoom-wrapper .product-carousel-zoom-content .js-product-carousel-zoom-anchor {
  margin-left: 0;
}
.product-carousel-zoom-wrapper .product-carousel-zoom-content .slick-arrow-next.js-product-main-image-carousel-pagination-button {
  width: 40.5px;
  height: 40.5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: auto;
  right: 5px;
  padding: 9px;
  gap: 10px;
  border-radius: 8px !important;
  background: rgba(0, 0, 0, 0.5019607843);
}
.product-carousel-zoom-wrapper .product-carousel-zoom-content .slick-arrow-next.js-product-main-image-carousel-pagination-button.expand {
  position: fixed;
}
@media (min-width: 1280px) {
  .product-carousel-zoom-wrapper .product-carousel-zoom-content .slick-arrow-next.js-product-main-image-carousel-pagination-button.expand {
    position: absolute;
  }
}
.product-carousel-zoom-wrapper .product-carousel-zoom-content .slick-arrow-previous.js-product-main-image-carousel-pagination-button {
  width: 40.5px;
  height: 40.5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 5px;
  padding: 9px;
  gap: 10px;
  border-radius: 8px !important;
  background: rgba(0, 0, 0, 0.5019607843);
}
@media (min-width: 1280px) {
  .product-carousel-zoom-wrapper .product-carousel-zoom-content .slick-arrow-previous.js-product-main-image-carousel-pagination-button {
    left: 125px;
  }
}
.product-carousel-zoom-wrapper .product-carousel-zoom-content .slick-arrow-previous.js-product-main-image-carousel-pagination-button.expand {
  position: fixed;
}
@media (min-width: 1280px) {
  .product-carousel-zoom-wrapper .product-carousel-zoom-content .slick-arrow-previous.js-product-main-image-carousel-pagination-button.expand {
    position: absolute;
  }
}
.product-carousel-zoom-wrapper .js-product-carousel-pagination {
  font-family: Poppins;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 720px) {
  .product-carousel-zoom-wrapper .js-product-carousel-pagination {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.6666666269px;
    margin-left: 105px;
    margin-bottom: 10px;
  }
}
.product-carousel-zoom-wrapper .product-zoom-main-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
}
@media (min-width: 720px) {
  .product-carousel-zoom-wrapper .product-zoom-main-wrapper {
    margin-left: 40px;
  }
}
@media (min-width: 720px) and (max-width: 1279.98px) {
  .product-carousel-zoom-wrapper .product-zoom-main-wrapper {
    margin-left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 719.98px) {
  .product-carousel-zoom-wrapper .product-zoom-main-wrapper.expand {
    width: 100%;
    overflow-y: auto;
    overflow-x: auto;
    height: 910px;
  }
}
.product-carousel-zoom-wrapper .product-zoom-main {
  max-width: 50%;
}
@media (min-width: 720px) and (max-width: 1279.98px) {
  .product-carousel-zoom-wrapper .product-zoom-main {
    max-width: 100%;
  }
}
.product-carousel-zoom-wrapper .product-zoom-main div img {
  width: 772px !important;
  height: 950px;
  border-radius: 20px;
}
@media (max-width: 719.98px) {
  .product-carousel-zoom-wrapper .product-zoom-main div img {
    width: auto !important;
    height: 510px;
    border-radius: initial;
  }
}
@media (min-width: 720px) and (max-width: 1279.98px) {
  .product-carousel-zoom-wrapper .product-zoom-main div img {
    width: 100% !important;
    height: auto;
  }
}
.product-carousel-zoom-wrapper .product-zoom-main.expand {
  max-width: 100%;
}
.product-carousel-zoom-wrapper .expand div img {
  width: 1106px !important;
  height: 1358px;
  border-radius: 20px;
}
@media (max-width: 719.98px) {
  .product-carousel-zoom-wrapper .expand div img {
    width: 950px;
    height: 1150px;
    border-radius: initial;
  }
}

.size-selection-modal-wrapper {
  width: 100%;
  margin: 0;
}
@media (min-width: 720px) {
  .size-selection-modal-wrapper {
    width: 400px;
    margin: 0 auto;
  }
}
.size-selection-modal-wrapper .tri-modal-header {
  height: auto;
  padding: 15px 15px 20px 25px;
  background: transparent;
}
@media (max-width: 1279.98px) {
  .size-selection-modal-wrapper .tri-modal-header {
    padding: 15px;
  }
}
.size-selection-modal-wrapper .tri-modal-header .close-icon {
  display: none;
}
.size-selection-modal-wrapper .product-attribute-size {
  display: none !important;
}
.size-selection-modal-wrapper .js-modal-size-wrapper {
  border-bottom: 1px solid #e6e8f1;
  border-top: 1px solid #e6e8f1;
}
.size-selection-modal-wrapper .js-modal-size-wrapper .js-input-selection-wrapper {
  margin: 10px;
}
.size-selection-modal-wrapper .js-modal-size-wrapper .js-input-selection-wrapper .align-items-start {
  margin-top: 8px !important;
}
.size-selection-modal-wrapper .tri-btn:disabled {
  background-color: #a4b0be;
  color: #fff !important;
  -webkit-text-decoration: auto;
          text-decoration: auto;
}
.size-selection-modal-wrapper .tri-btn:disabled::after {
  content: " ";
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='20' viewBox='0 0 18 20' fill='none'><path fill-rule='evenodd' clip-rule='evenodd' d='M9 1.97921C8.21856 1.97921 7.46912 2.28101 6.91656 2.81822C6.364 3.35544 6.05357 4.08406 6.05357 4.84379V5.41671H11.9464V4.84379C11.9464 4.08406 11.636 3.35544 11.0834 2.81822C10.5309 2.28101 9.78144 1.97921 9 1.97921ZM13.125 5.41671V4.84379C13.125 3.78016 12.6904 2.7601 11.9168 2.008C11.1432 1.2559 10.094 0.833374 9 0.833374C7.90598 0.833374 6.85677 1.2559 6.08318 2.008C5.3096 2.7601 4.875 3.78016 4.875 4.84379V5.41671H0.75V16.875C0.75 17.4828 0.998341 18.0657 1.44039 18.4955C1.88244 18.9253 2.48199 19.1667 3.10714 19.1667H14.8929C15.518 19.1667 16.1176 18.9253 16.5596 18.4955C17.0017 18.0657 17.25 17.4828 17.25 16.875V5.41671H13.125ZM1.92857 6.56254V16.875C1.92857 17.1789 2.05274 17.4704 2.27377 17.6853C2.49479 17.9002 2.79457 18.0209 3.10714 18.0209H14.8929C15.2054 18.0209 15.5052 17.9002 15.7262 17.6853C15.9473 17.4704 16.0714 17.1789 16.0714 16.875V6.56254H1.92857Z' fill='white'/></svg>");
  background-repeat: no-repeat;
  background-size: contain;
  height: 22px;
  width: 22px;
}
.size-selection-modal-wrapper .tri-btn {
  width: 310px;
  height: 40px;
  padding: 7px 43px;
  gap: 7px;
  border-radius: 26px;
  font-family: "Poppins";
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.5px;
  text-align: left;
}
.size-selection-modal-wrapper .tri-btn::after {
  content: " ";
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='20' viewBox='0 0 18 20' fill='none'><path fill-rule='evenodd' clip-rule='evenodd' d='M9 1.97921C8.21856 1.97921 7.46912 2.28101 6.91656 2.81822C6.364 3.35544 6.05357 4.08406 6.05357 4.84379V5.41671H11.9464V4.84379C11.9464 4.08406 11.636 3.35544 11.0834 2.81822C10.5309 2.28101 9.78144 1.97921 9 1.97921ZM13.125 5.41671V4.84379C13.125 3.78016 12.6904 2.7601 11.9168 2.008C11.1432 1.2559 10.094 0.833374 9 0.833374C7.90598 0.833374 6.85677 1.2559 6.08318 2.008C5.3096 2.7601 4.875 3.78016 4.875 4.84379V5.41671H0.75V16.875C0.75 17.4828 0.998341 18.0657 1.44039 18.4955C1.88244 18.9253 2.48199 19.1667 3.10714 19.1667H14.8929C15.518 19.1667 16.1176 18.9253 16.5596 18.4955C17.0017 18.0657 17.25 17.4828 17.25 16.875V5.41671H13.125ZM1.92857 6.56254V16.875C1.92857 17.1789 2.05274 17.4704 2.27377 17.6853C2.49479 17.9002 2.79457 18.0209 3.10714 18.0209H14.8929C15.2054 18.0209 15.5052 17.9002 15.7262 17.6853C15.9473 17.4704 16.0714 17.1789 16.0714 16.875V6.56254H1.92857Z' fill='white'/></svg>");
  background-repeat: no-repeat;
  background-size: contain;
  height: 22px;
  width: 22px;
}
.size-selection-modal-wrapper .tri-modal-body {
  margin: 0 15px;
  padding: 0;
}
.size-selection-modal-wrapper .tri-modal-body .size-selection-sizes {
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}
.size-selection-modal-wrapper .tri-modal-body .size-selection-sizes .buttons-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  width: 100%;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
}
.size-selection-modal-wrapper .size-selection-submit-button-wrapper {
  padding-top: 30px;
}

.product-page-quantity-wrapper {
  display: none;
}
@media (min-width: 720px) {
  .product-page-quantity-wrapper {
    display: block;
  }
}
.product-page-quantity-wrapper .product-page-quantity-input-wrapper {
  width: 188px;
  height: 30px;
  gap: 5px;
}
@media (max-width: 1279.98px) {
  .product-page-quantity-wrapper .product-page-quantity-input-wrapper {
    gap: 0 !important;
  }
}
.product-page-quantity-wrapper .product-page-quantity-input-wrapper .decrease-quantity,
.product-page-quantity-wrapper .product-page-quantity-input-wrapper .increase-quantity {
  background: none;
  border: 0;
  width: 26px;
  height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 719.98px) {
  .product-page-quantity-wrapper .product-page-quantity-input-wrapper .decrease-quantity,
.product-page-quantity-wrapper .product-page-quantity-input-wrapper .increase-quantity {
    width: 34px;
    height: 40px;
    border: solid 1px #666;
  }
}
.product-page-quantity-wrapper .product-page-quantity-input-wrapper .decrease-quantity span,
.product-page-quantity-wrapper .product-page-quantity-input-wrapper .increase-quantity span {
  line-height: 0;
  width: 17px !important;
}
.product-page-quantity-wrapper .product-page-quantity-input-wrapper .decrease-quantity path,
.product-page-quantity-wrapper .product-page-quantity-input-wrapper .increase-quantity path {
  fill: #000;
}
.product-page-quantity-wrapper .product-page-quantity-input-wrapper .increase-quantity {
  border: solid 1px #000;
  border-radius: 20px;
}
@media (max-width: 719.98px) {
  .product-page-quantity-wrapper .product-page-quantity-input-wrapper .increase-quantity {
    border-radius: 0 20px 20px 0;
  }
}
.product-page-quantity-wrapper .product-page-quantity-input-wrapper .decrease-quantity {
  border: solid 1px #000;
  border-radius: 20px;
}
@media (max-width: 719.98px) {
  .product-page-quantity-wrapper .product-page-quantity-input-wrapper .decrease-quantity {
    border-radius: 20px 0 0 20px;
  }
}
.product-page-quantity-wrapper .product-page-quantity-input-wrapper .product-quantity-input {
  border: 0;
  outline: none;
  width: 40px;
}
.product-page-quantity-wrapper .quantity-error-message {
  color: #df0000;
  position: absolute;
  color: #df0000;
  left: 17px;
  top: 40px;
  font-size: 0.75rem;
  line-height: 14px;
}
@media (min-width: 1280px) {
  .product-page-quantity-wrapper .quantity-error-message {
    top: 55px;
    left: 50px;
    font-size: 0.875rem;
    width: 200px;
  }
}
@media (min-width: 720px) and (max-width: 1279.98px) {
  .product-page-quantity-wrapper .quantity-error-message {
    top: 12px;
    left: 110px;
    width: 130px;
  }
}

.product-cta-elements {
  position: fixed;
  bottom: 0;
  left: 0;
  background: #fff;
  margin: 0;
  z-index: 999;
  width: 100%;
  padding: 20px 15px;
  border-left: 0;
  border-right: 0;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  -webkit-backdrop-filter: blur(100px);
          backdrop-filter: blur(100px);
  -webkit-box-shadow: 0 -4px 4px 0 rgba(230, 234, 244, 0.25);
          box-shadow: 0 -4px 4px 0 rgba(230, 234, 244, 0.25);
}
@media (min-width: 720px) {
  .product-cta-elements {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    display: inline-block !important;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    border-radius: 0;
    padding: 0;
    z-index: initial;
    margin-left: 45px;
  }
}
.product-cta-elements.fix-app {
  bottom: 65px;
}
@media (max-width: 719.98px) {
  .product-cta-elements .quantity-error-message {
    bottom: 0;
    top: unset;
  }
}
.product-cta-elements .product-page-quantity-wrapper {
  display: block;
  margin: 0;
}
@media (max-width: 719.98px) {
  .product-cta-elements .product-page-quantity-wrapper {
    display: inline-block;
    width: 114px;
    height: 40px;
  }
}
@media (min-width: 720px) {
  .product-cta-elements .product-page-quantity-wrapper {
    display: none;
  }
}
.product-cta-elements .product-page-quantity-wrapper .product-page-quantity-label {
  display: none;
}
.product-cta-elements .product-page-quantity-wrapper .product-page-quantity-input-wrapper {
  height: auto;
}
.product-cta-elements .product-page-quantity-wrapper .product-page-quantity-input-wrapper .product-quantity-input {
  width: 80px;
  height: 40px;
}
@media (max-width: 1279.98px) {
  .product-cta-elements .product-page-quantity-wrapper .product-page-quantity-input-wrapper .product-quantity-input {
    width: 46px;
    height: 40px;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    font-family: "Poppins";
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0.5px;
  }
}
.product-cta-elements .wish-list-button {
  background: #333;
  display: none;
}
@media (min-width: 1280px) {
  .product-cta-elements .wish-list-button {
    height: 50px;
  }
}
.product-cta-elements .wish-list-button path {
  stroke-width: 2px;
  stroke: #fff;
}
.product-cta-elements .wish-list-button .icon-heart-full path {
  stroke: #f30000;
  fill: #f30000;
}
@media (min-width: 1280px) {
  .product-cta-elements .cart-and-ipay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 1439.98px) {
  .product-cta-elements .cart-and-ipay {
    width: 202px;
    height: 40px;
    display: inline-block;
  }
}
.product-cta-elements .cart-and-ipay .add-to-cart {
  padding: 7px 43px;
  border-radius: 26px;
  width: 202px;
  height: 40px;
  font-family: Poppins;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-left: auto;
  color: #fff;
  border: 1px solid #fff;
}
@media (min-width: 1280px) {
  .product-cta-elements .cart-and-ipay .add-to-cart {
    width: 305px;
    height: 45px;
    font-size: 18px;
    line-height: 27px;
  }
}
.product-cta-elements .cart-and-ipay .add-to-cart::after {
  content: " ";
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='20' viewBox='0 0 18 20' fill='none'><path fill-rule='evenodd' clip-rule='evenodd' d='M9 1.97921C8.21856 1.97921 7.46912 2.28101 6.91656 2.81822C6.364 3.35544 6.05357 4.08406 6.05357 4.84379V5.41671H11.9464V4.84379C11.9464 4.08406 11.636 3.35544 11.0834 2.81822C10.5309 2.28101 9.78144 1.97921 9 1.97921ZM13.125 5.41671V4.84379C13.125 3.78016 12.6904 2.7601 11.9168 2.008C11.1432 1.2559 10.094 0.833374 9 0.833374C7.90598 0.833374 6.85677 1.2559 6.08318 2.008C5.3096 2.7601 4.875 3.78016 4.875 4.84379V5.41671H0.75V16.875C0.75 17.4828 0.998341 18.0657 1.44039 18.4955C1.88244 18.9253 2.48199 19.1667 3.10714 19.1667H14.8929C15.518 19.1667 16.1176 18.9253 16.5596 18.4955C17.0017 18.0657 17.25 17.4828 17.25 16.875V5.41671H13.125ZM1.92857 6.56254V16.875C1.92857 17.1789 2.05274 17.4704 2.27377 17.6853C2.49479 17.9002 2.79457 18.0209 3.10714 18.0209H14.8929C15.2054 18.0209 15.5052 17.9002 15.7262 17.6853C15.9473 17.4704 16.0714 17.1789 16.0714 16.875V6.56254H1.92857Z' fill='white'/></svg>");
  background-repeat: no-repeat;
  background-size: contain;
  height: 22px;
  width: 22px;
  margin-left: 12px;
}

.modal {
  padding: 0 !important;
}

.quick-view-dialog {
  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;
  height: 100%;
  width: 100%;
  max-width: unset;
  margin: 0;
}
@media (max-width: 719.98px) {
  .quick-view-dialog {
    height: auto;
    width: 95%;
    margin: 0 auto;
  }
}
.quick-view-dialog .modal-header {
  background: transparent;
  padding: 20px;
  border: 0;
  padding: 10px 30px;
}
.quick-view-dialog .modal-header .product-close {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  opacity: 0.3;
  margin: 0 0 0 auto;
}
.quick-view-dialog .modal-header .product-close:hover {
  opacity: 1;
}
.quick-view-dialog .modal-header .product-close::before, .quick-view-dialog .modal-header .product-close::after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 25px;
  width: 2px;
  background-color: #333;
  top: 0;
}
.quick-view-dialog .modal-header .product-close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.quick-view-dialog .modal-header .product-close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.quick-view-dialog .modal-content {
  max-width: 1200px;
}
@media (min-width: 720px) {
  .quick-view-dialog .modal-content {
    max-height: 800px;
  }
}
.quick-view-dialog .modal-body {
  max-height: unset;
  padding: 10px 30px;
}

.product-quickview {
  padding: 0;
}
.product-quickview .update-product-button-wrapper {
  margin-top: 10px;
  padding: 0 15px;
}
@media (min-width: 1280px) {
  .product-quickview .update-product-button-wrapper {
    padding: 30px 20px;
    border: 1px solid #e6e8f1;
  }
}
@media (max-width: 719.98px) {
  .product-quickview .update-product-button-wrapper .update-cart-product-global {
    height: 30px;
    width: 150px;
    font-size: 0.8125rem;
    margin: 0 auto;
  }
}
@media (min-width: 720px) and (max-width: 1279.98px) {
  .product-quickview .product-image-wrapper .product-vertical-image-carousel {
    display: none;
  }
}
@media (max-width: 1279.98px) {
  .product-quickview .product-image-wrapper .product-main-image-carousel {
    width: 100%;
  }
}
@media (max-width: 1279.98px) {
  .product-quickview .product-main-image-carousel .slick-arrow,
.product-quickview .product-main-image-carousel .product-carousel-pagination {
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media (max-width: 1279.98px) {
  .product-quickview .product-main-image-carousel .slick-arrow-next {
    -webkit-transform: translateX(55px);
            transform: translateX(55px);
  }
}
@media (max-width: 1279.98px) {
  .product-quickview .product-main-image-carousel .slick-arrow-previous {
    -webkit-transform: translateX(-55px);
            transform: translateX(-55px);
  }
}
.product-quickview .product-page-quantity-wrapper {
  padding-bottom: 25px;
}
@media (min-width: 720px) {
  .product-quickview .product-page-quantity-wrapper {
    padding-bottom: 10px;
  }
}
@media (max-width: 1279.98px) {
  .product-quickview .product-page-quantity-wrapper {
    display: block;
  }
}
@media (max-width: 1279.98px) {
  .product-quickview .product-page-quantity-wrapper .quantity-error-message {
    top: unset;
    bottom: -5px;
  }
}

@media (max-width: 719.98px) {
  .product-details-page ~ .page {
    padding-bottom: 70px;
  }
}

.product-sharing-options-modal .tri-modal-header {
  display: none !important;
}
.product-sharing-options-modal .modal-content {
  background-color: #fff !important;
  width: 340px;
  height: 180px;
  top: auto;
  left: auto;
  margin: auto;
  border-radius: 15px;
}
.product-sharing-options-modal .modal-content .font-weight-bold {
  -webkit-box-shadow: 0 0 15px 0 rgba(164, 176, 190, 0.2);
          box-shadow: 0 0 15px 0 rgba(164, 176, 190, 0.2);
  width: 340px;
  height: 40px;
  padding: 0 20px;
}
.product-sharing-options-modal .modal-content .modal-title {
  width: 63px;
  height: 18px;
  font-family: Poppins;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  text-align: left;
  display: inline-block;
  color: #061023;
}
.product-sharing-options-modal .modal-content .close {
  width: 26px;
  height: 26px;
  border: solid 2px #000;
  border-radius: 20px;
}

.product-breadcrumb {
  padding-left: 10px !important;
}
.product-breadcrumb .breadcrumb {
  border-top: 0;
  font-size: 16px;
  font-weight: 400;
}
.product-breadcrumb .breadcrumb-link {
  font-family: Poppins;
  font-size: 10px;
  font-weight: 400;
  line-height: 27px;
  color: #666 !important;
}
.product-breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 4px;
}
.product-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  padding-right: 4px;
  line-height: 27px;
}

.redi-pdp {
  max-width: 1280px !important;
  margin-top: 34px;
}
@media (min-width: 720px) {
  .redi-pdp {
    margin-top: 0;
  }
}
.redi-pdp .recommendations {
  background-color: #fff;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 8px;
  padding: 20px 10px;
  margin-top: 25px;
}
@media (min-width: 720px) {
  .redi-pdp .recommendations {
    margin-top: 15px;
  }
}
.redi-pdp .you-might-like {
  background-color: #f1f2f6;
}

.redi-pdp .product-details-wrapper .attribute-labels-size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.redi-pdp .product-details-wrapper .pdp-btns-selections {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.redi-pdp .product-details-wrapper .attribute-size-value {
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.01em;
  text-align: left;
}
@media (max-width: 719.98px) {
  .redi-pdp .product-details-wrapper .attribute-size-value {
    font-size: 12px;
    line-height: 18px;
  }
}
.redi-pdp .product-details-wrapper .attribute-color-value {
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.01em;
  text-align: left;
}
@media (max-width: 719.98px) {
  .redi-pdp .product-details-wrapper .attribute-color-value {
    font-size: 12px;
    line-height: 18px;
  }
}
.redi-pdp .product-details-wrapper .sku-label {
  color: #666 !important;
  font-family: "Poppins";
  font-size: 10px !important;
  font-weight: 400;
  line-height: 15px;
  text-align: left;
}
.redi-pdp .product-details-wrapper .product-info-wrapper {
  padding: 0 10px 0 0;
}
@media (min-width: 720px) {
  .redi-pdp .product-details-wrapper .product-info-wrapper {
    padding: 0;
  }
}
.redi-pdp .product-details-wrapper .product-info-wrapper .info-separator {
  line-height: 20px;
}
@media (min-width: 720px) {
  .redi-pdp .product-details-wrapper .product-info-wrapper .details {
    border: 0;
    padding: 27px 0;
  }
}
.redi-pdp .product-details-wrapper .sku-label {
  color: #727272;
  font-size: 0.8125rem;
}
.redi-pdp .product-details-wrapper .input-selection-wrapper .attribute-label-value .attribute-label {
  display: inline-block !important;
  margin-bottom: 0;
}
.redi-pdp .product-details-wrapper .input-selection-wrapper .attribute-label-value .attribute-label {
  display: inline-block !important;
  margin-bottom: 0;
}
.redi-pdp .product-details-wrapper .input-selection-wrapper .buttons-wrapper {
  display: inline-grid;
  grid-template-columns: repeat(5, 1fr);
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 12px;
  width: 100%;
}
@media (min-width: 720px) {
  .redi-pdp .product-details-wrapper .input-selection-wrapper .buttons-wrapper {
    -webkit-column-gap: 10px !important;
       -moz-column-gap: 10px !important;
            column-gap: 10px !important;
    width: auto;
  }
}
.redi-pdp .product-details-wrapper .input-selection-wrapper .swatch .swatch-background {
  width: 100%;
}
.redi-pdp .product-details-wrapper .input-selection-wrapper .swatch .swatch-background.selected {
  border: 1px solid #000;
}
@media (min-width: 1280px) {
  .redi-pdp .product-details-wrapper .input-selection-wrapper .swatch .swatch-background.selected {
    border-width: 3px;
  }
}
.redi-pdp .product-details-wrapper .input-selection-wrapper .swatch .swatch-background.unselectable {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.redi-pdp .product-details-wrapper .input-selection-wrapper .expand-button {
  border: 0;
  background: none;
  height: 30px;
  width: 30px;
  margin-left: 10px;
}
@media (min-width: 720px) and (max-width: 1279.98px) {
  .redi-pdp .product-details-wrapper .input-selection-wrapper .expand-button {
    margin-left: 8px;
  }
}
@media (min-width: 1280px) {
  .redi-pdp .product-details-wrapper .input-selection-wrapper .expand-button {
    margin-left: 25px;
  }
}
.redi-pdp .product-details-wrapper .input-selection-wrapper .expand-button svg {
  width: 20px;
}
@media (min-width: 720px) and (max-width: 1279.98px) {
  .redi-pdp .product-details-wrapper .input-selection-wrapper .expand-button svg {
    width: 24px;
  }
}
@media (min-width: 1280px) {
  .redi-pdp .product-details-wrapper .input-selection-wrapper .expand-button svg {
    width: 30px;
  }
}
.redi-pdp .product-details-wrapper .input-selection-wrapper .expand-button path {
  stroke-width: 2px;
}
.redi-pdp .product-details-wrapper .input-selection-wrapper .expand-button .svg-wrapper {
  margin: auto;
}
.redi-pdp .product-details-wrapper .input-selection-wrapper .expand-button .svg-icon-minus {
  display: none;
}
.redi-pdp .product-details-wrapper .input-selection-wrapper .expand-button.expanded .svg-icon-add-outline {
  display: none;
}
.redi-pdp .product-details-wrapper .input-selection-wrapper .expand-button.expanded .svg-icon-minus {
  display: block;
}
@media (min-width: 1280px) {
  .redi-pdp .product-details-wrapper .input-selection-wrapper .expand-button.expand-button-bigger-wrapper {
    width: 45px;
    height: 45px;
  }
}
.redi-pdp .product-details-wrapper .size-selection-sizes .size-selection-option {
  min-width: 50px;
  height: 22px;
  font-family: Poppins;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  border: 1px solid #666;
  padding: 0 2px;
  color: #666;
  cursor: pointer;
}
@media (min-width: 720px) {
  .redi-pdp .product-details-wrapper .size-selection-sizes .size-selection-option {
    min-width: 43px;
    height: 26.11px;
    width: 43px;
  }
}
.redi-pdp .product-details-wrapper .size-selection-sizes .size-selection-input:checked + .size-selection-option {
  background: #000;
  color: #fff;
}
@media (min-width: 720px) {
  .redi-pdp .product-details-wrapper .product-page-quantity-label {
    color: #000 !important;
  }
}
@media (min-width: 1280px) {
  .redi-pdp .product-details-wrapper .size-chart-link-wrapper a {
    font-size: 0.9375rem;
  }
}
.redi-pdp .product-details-wrapper .prices {
  padding-top: 0;
  padding-bottom: 0;
  text-align: left;
  margin-top: 10px;
  display: block !important;
  border-bottom: 1px solid #e6e8f1;
}
@media (min-width: 720px) {
  .redi-pdp .product-details-wrapper .prices {
    margin-top: 15px;
    padding: 0;
    border: 0;
    margin-bottom: 20px;
  }
}
.redi-pdp .product-details-wrapper .prices .price .sales {
  font-weight: 500;
}
.redi-pdp .product-details-wrapper .prices .price .value {
  letter-spacing: 0.5px;
}
.redi-pdp .product-details-wrapper .prices .price span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.redi-pdp .product-details-wrapper .prices .tri-tile-price-red {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  height: auto;
}
.redi-pdp .product-details-wrapper .prices .tri-tile-price-red .value {
  font-family: Poppins;
  width: 93px;
  height: 33px;
  font-size: 22px;
  font-weight: 600;
  line-height: 33px;
  letter-spacing: 1px;
}
@media (min-width: 720px) {
  .redi-pdp .product-details-wrapper .prices .tri-tile-price-red .value {
    font-size: 26px;
    font-weight: 500;
    line-height: 39px;
    text-align: center;
    width: 107px;
    height: 39px;
    letter-spacing: normal;
  }
}
.redi-pdp .product-details-wrapper .prices .strike-through {
  font-family: "Poppins";
  font-size: 16px !important;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.01em !important;
  margin-right: auto;
  padding: 5px 0 0 15px;
  color: #666;
  padding-left: 5px;
}
@media (min-width: 720px) {
  .redi-pdp .product-details-wrapper .prices .strike-through {
    font-size: 18px !important;
    line-height: 27px;
  }
}
.redi-pdp .product-details-wrapper .prices .tri-tile-price-internet {
  font-family: Poppins;
  line-height: 5px;
  font-size: 12px;
  font-weight: 400;
  line-height: 5px;
  letter-spacing: 0.03em;
  text-align: left;
  margin-top: 0;
  height: 12px;
}
@media (min-width: 720px) {
  .redi-pdp .product-details-wrapper .prices .tri-tile-price-internet {
    font-size: 15px;
    line-height: 10px;
  }
}

.redi-pdp .product-details-wrapper {
  border-radius: 15px;
  border: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px 0 rgba(164, 176, 190, 0.2);
          box-shadow: 0 0 15px 0 rgba(164, 176, 190, 0.2);
}
@media (min-width: 720px) {
  .redi-pdp .product-details-wrapper {
    height: auto;
    display: grid !important;
    grid-template-columns: calc(40% - 10px) calc(60% - 10px);
    -webkit-column-gap: 20px !important;
       -moz-column-gap: 20px !important;
            column-gap: 20px !important;
    padding: 25px 20px 20px 10px;
  }
}
@media (min-width: 720px) and (max-width: 1279.98px) {
  .redi-pdp .product-details-wrapper {
    grid-template-columns: calc(47% - 10px) calc(53% - 10px);
  }
}
@media screen and (min-width: 720px) and (max-width: 1000px) {
  .redi-pdp .product-details-wrapper {
    grid-template-columns: calc(55% - 10px) calc(45% - 10px);
  }
}
@media screen and (min-width: 720px) and (max-width: 841px) {
  .redi-pdp .product-details-wrapper {
    position: relative;
    width: 100%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
}
.redi-pdp .product-details-wrapper .js-embedded-size-wrapper {
  padding: 20px 0;
  margin-bottom: 5px;
  border: 0;
  padding-left: 5px;
  padding-right: 5px;
}
@media (min-width: 720px) {
  .redi-pdp .product-details-wrapper .js-embedded-size-wrapper {
    border-top: 2px solid #f5f5f5;
    padding: 20px 0 10px;
  }
}
.redi-pdp .product-details-wrapper .detail-sku-name-mobile {
  padding: 8px 15px 10px 8px;
  border-radius: 15px 15px 0 0;
}
@media (min-width: 720px) {
  .redi-pdp .product-details-wrapper .detail-sku-name-mobile {
    display: none;
  }
}
@media (max-width: 1279.98px) {
  .redi-pdp .product-details-wrapper .detail-sku-name-mobile .product-number {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
    padding: 0;
  }
}
@media (max-width: 1279.98px) {
  .redi-pdp .product-details-wrapper .detail-sku-name-mobile .mt-2 {
    padding: 0;
  }
}
@media (max-width: 1279.98px) {
  .redi-pdp .product-details-wrapper .detail-sku-name-mobile .sharing-options-trigger {
    padding-right: 0;
  }
}
.redi-pdp .product-details-wrapper .detail-sku-name-mobile .font-weight-normal {
  height: 24px;
  padding: 0 8px 0 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-family: Poppins;
  font-size: 16px;
  line-height: 24px;
}
.redi-pdp .product-details-wrapper .product-page-colors-wrapper .buttons-wrapper {
  grid-template-columns: repeat(8, 1fr) !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 12px;
  padding-left: 0;
  margin-left: -3px;
}
@media (min-width: 720px) {
  .redi-pdp .product-details-wrapper .product-page-colors-wrapper .buttons-wrapper {
    padding-left: 5px;
  }
}
.redi-pdp .product-details-wrapper .product-carousel-zoom-wrapper .tri-modal-body {
  background-color: #000;
}
.redi-pdp .product-details-wrapper .size-selection-modal-wrapper .modal-content {
  width: 340px;
  height: 290px;
  border-radius: 20px;
  background-color: #fff !important;
  margin: auto;
}
.redi-pdp .product-details-wrapper .size-selection-modal-wrapper .modal-content .modal-title {
  width: 234px;
  height: 20px;
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  color: #333;
}
.redi-pdp .product-details-wrapper .price span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 720px) {
  .redi-pdp .product-details-wrapper .price span {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.redi-pdp .product-details-wrapper .price span .text-decoration-none {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (max-width: 1279.98px) {
  .redi-pdp .product-details-wrapper .product-info-wrapper {
    width: auto;
    height: auto;
    padding: 0 10px;
  }
}
.redi-pdp .product-details-wrapper .product-info-wrapper .show .close {
  width: 30px;
  height: 30px;
  border: solid 2px #000;
  border-radius: 20px;
}
.redi-pdp .product-details-wrapper .product-info-wrapper .show .svg-wrapper {
  width: 13.13px !important;
  height: 13.12px;
}
.redi-pdp .product-details-wrapper .product-info-wrapper .show a {
  display: none;
}
.redi-pdp .product-details-wrapper .product-info-wrapper .show .size-arrow-icon {
  display: none !important;
}
.redi-pdp .product-details-wrapper .product-info-wrapper .show .size-selection-option {
  width: 43px;
  height: 24px;
}
@media (max-width: 1279.98px) {
  .redi-pdp .product-details-wrapper .product-info-wrapper .detail-sku-name {
    display: none;
  }
}
.redi-pdp .product-details-wrapper .product-info-wrapper .detail-sku-name .justify-content-start {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}
.redi-pdp .product-details-wrapper .product-info-wrapper .js-modal-size-wrapper .js-input-selection-wrapper {
  height: 98px;
}
.redi-pdp .product-details-wrapper .product-info-wrapper .product-attribute-size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: Poppins;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  cursor: pointer;
}
.redi-pdp .product-details-wrapper .product-info-wrapper .product-attribute-size a.ml-3 {
  margin-right: 5px;
  margin-left: 0 !important;
}
.redi-pdp .product-details-wrapper .product-info-wrapper .js-input-selection-wrapper {
  width: 100%;
  height: auto;
  margin-top: 5px;
  display: inline-block;
}
@media (min-width: 720px) {
  .redi-pdp .product-details-wrapper .product-info-wrapper .js-input-selection-wrapper {
    width: auto;
  }
}
.redi-pdp .product-details-wrapper .product-info-wrapper .attribute.quantity {
  width: 193px;
  height: 61px;
  display: inline-block;
  margin-top: 0;
  padding-left: 55px;
}
@media (max-width: 1279.98px) {
  .redi-pdp .product-details-wrapper .product-info-wrapper .attribute.quantity {
    height: 0;
    display: block;
    padding: 0 0 5px 5px !important;
    height: auto !important;
  }
}
@media (min-width: 720px) and (max-width: 1279.98px) {
  .redi-pdp .product-details-wrapper .product-info-wrapper .attribute.quantity {
    height: 60px;
    padding-left: 0;
    margin-top: 15px;
  }
}
.redi-pdp .product-details-wrapper .product-info-wrapper .font-weight-normal.m-0 {
  font-family: "Poppins";
  font-size: 18px;
  line-height: 27px;
  letter-spacing: normal;
  text-align: left;
  color: #061023;
}
.redi-pdp .product-details-wrapper .product-info-wrapper .product-sharing-options-wrapper {
  padding-right: 10px;
}
.redi-pdp .product-details-wrapper .product-info-wrapper .attribute-color .attribute {
  margin-top: 0;
}
.redi-pdp .product-details-wrapper .product-info-wrapper .product-number {
  font-family: "Poppins";
  font-size: 10px;
  font-weight: 400;
  line-height: 15px;
  text-align: left;
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}
.redi-pdp .product-details-wrapper .attributes {
  border-top: 1px solid #e6e8f1;
  padding: 0 0 0 5px;
}
@media (min-width: 720px) {
  .redi-pdp .product-details-wrapper .attributes {
    display: inline-block;
    padding: 0;
    border: 0;
    width: auto;
  }
}
.redi-pdp .product-details-wrapper .attributes .color-value {
  max-height: none !important;
  max-width: none !important;
  height: 100%;
  outline: 1px solid #f5f5f5;
  -webkit-box-shadow: 0 0 2.5px rgba(0, 0, 0, 0.8);
          box-shadow: 0 0 2.5px rgba(0, 0, 0, 0.8);
}
.redi-pdp .product-details-wrapper .product-attribute-size .h-100 {
  text-decoration: none;
  font-family: Poppins;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #333 !important;
  margin-right: 10px;
}
@media (min-width: 720px) {
  .redi-pdp .product-details-wrapper .product-attribute-size .h-100 {
    font-size: 14px;
    line-height: 21px;
    color: #666 !important;
  }
}
.redi-pdp .product-details-wrapper .size-arrow-icon {
  background-image: url("../../images/vector.png");
  width: 7px;
  height: 11px;
}
.redi-pdp .product-details-wrapper .attribute-label {
  font-family: Poppins;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #061023;
}
@media (min-width: 720px) {
  .redi-pdp .product-details-wrapper .attribute-label {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: normal;
  }
}
.redi-pdp .product-details-wrapper .size-input {
  max-width: 50px;
}

.product-details-wrapper {
  position: relative;
  width: 100%;
  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: 720px) {
  .product-details-wrapper .detail-sku-name-mobile {
    display: none !important;
  }
}
@media (max-width: 1279.98px) {
  .product-details-wrapper .detail-sku-name-mobile {
    height: 64px;
    padding: 10px 16px;
    border-radius: 15px 15px 0 0;
  }
}
@media (max-width: 1279.98px) {
  .product-details-wrapper .detail-sku-name-mobile .product-number {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
    padding: 0;
  }
}
@media (max-width: 1279.98px) {
  .product-details-wrapper .detail-sku-name-mobile .mt-2 {
    padding: 0;
  }
}
@media (max-width: 1279.98px) {
  .product-details-wrapper .detail-sku-name-mobile .sharing-options-trigger {
    padding-right: 0;
  }
}
@media (max-width: 1279.98px) {
  .product-details-wrapper .detail-sku-name-mobile .font-weight-normal {
    width: 303px;
    height: 24px;
    color: #333;
    padding: 0 8px 0 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-family: "Poppins";
    font-size: 16px;
    line-height: 24px;
    text-align: left;
  }
}
.product-details-wrapper .sku-label {
  color: #727272;
  font-size: 0.8125rem;
}
.product-details-wrapper .swatch {
  height: 24px;
  width: 24px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  border-radius: 50%;
  justify-self: center;
}
@media (min-width: 720px) {
  .product-details-wrapper .swatch {
    height: 20px;
    width: 20px;
  }
}
.product-details-wrapper .swatch:has(.swatch-background.selected) {
  border: 2px solid #fff !important;
  outline: 1px solid #333;
  height: 30px;
  width: 30px;
}
@media (min-width: 720px) {
  .product-details-wrapper .swatch:has(.swatch-background.selected) {
    height: 24px;
    width: 24px;
  }
}
.product-details-wrapper .swatch .swatch-background {
  width: 100%;
  border-radius: 20px;
}
.product-details-wrapper .swatch .swatch-background.selected {
  border: 0 !important;
  padding: 1px;
}
.product-details-wrapper .swatch .swatch-background.unselectable {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.product-details-wrapper .swatch .swatch-background[data-value=white], .product-details-wrapper .swatch .swatch-background[data-value=blanca], .product-details-wrapper .swatch .swatch-background[data-value=blanco] {
  border: 1px solid #e6eaf4 !important;
}
.product-details-wrapper .size-selection-sizes {
  width: 269px;
  height: auto;
}
.product-details-wrapper .size-selection-sizes .size-selection-option {
  width: 50px;
  height: 22px;
  width: 43px;
  height: 24px;
  border: 1px solid #727272;
  padding: 2px 5px;
  color: #727272;
  cursor: pointer;
  border-radius: 20px;
  font-family: "Poppins";
  font-size: 12px;
  font-weight: 400;
  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;
}
@media (min-width: 720px) {
  .product-details-wrapper .size-selection-sizes .size-selection-option {
    width: 50px;
    height: 22px;
  }
}
.product-details-wrapper .size-selection-sizes .size-selection-input:checked + .size-selection-option {
  background: #333;
  color: #fff;
}
.product-details-wrapper .size-selection-sizes .size-selection-input:disabled + .size-selection-option {
  background: #fff;
  color: #8c8c8c;
  border: 1px dashed #8c8c8c;
  cursor: not-allowed;
  position: relative;
}
.product-details-wrapper .size-selection-sizes .size-selection-input:disabled + .size-selection-option::after {
  content: "";
  position: absolute;
  width: 0;
  height: 15px;
  border-left: 1px dashed #8c8c8c;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
@media (min-width: 1280px) {
  .product-details-wrapper .size-chart-link-wrapper a {
    font-size: 0.9375rem;
  }
}
.product-details-wrapper .prices {
  padding-top: 0;
  padding-bottom: 0;
  text-align: left;
  margin-top: 10px;
  display: block !important;
  border-bottom: 1px solid #e6e8f1;
  padding-left: 5px;
  padding-right: 5px;
}
.product-details-wrapper .prices .price .sales {
  font-weight: 500;
}
.product-details-wrapper .prices .price .value {
  letter-spacing: 0.5px;
}
.product-details-wrapper .prices .strike-through {
  font-family: "Poppins";
  font-size: 18px !important;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0.01em !important;
  margin-right: auto;
  padding: 5px 0 0 15px;
  color: #666;
}
@media (min-width: 1280px) {
  .product-details-wrapper .prices .strike-through {
    font-size: 0.75rem;
  }
}
@media (max-width: 1439.98px) {
  .product-details-wrapper .prices .strike-through {
    font-size: 16px !important;
    line-height: 24px;
  }
}
.product-details-wrapper .prices .tri-tile-price-red {
  font-size: 1.25rem;
}
@media (min-width: 1280px) {
  .product-details-wrapper .prices .tri-tile-price-red {
    font-size: 0.9375rem;
  }
}

.product-wrapper .recommendations {
  padding-bottom: 20px;
}
.product-wrapper .recommendations .tri-product-carousel {
  margin-bottom: 0;
}
.product-wrapper .recommendations .recommendation-title {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  margin: 0 0 5px;
  color: #000;
}

.container.product-detail {
  margin-bottom: 2em;
  margin-top: 0;
}
@media (min-width: 720px) {
  .container.product-detail {
    margin-top: 0;
    margin-bottom: 2em;
  }
}

.product-app {
  padding: 4px 12px;
  margin-top: 5px;
  color: #fff;
  background-color: #f30000;
  border-radius: 4px;
  font-size: 11px;
  max-width: 176px;
}

.exclusive-app {
  pointer-events: none;
  background: #727272;
  color: #fff;
}

.block-error-price {
  pointer-events: none;
  background: #727271 !important;
  color: #fff;
}

.disabled-interaction {
  pointer-events: none;
}

.description-and-detail {
  padding: 0 !important;
}
@media (min-width: 1280px) {
  .description-and-detail {
    max-width: 800px;
  }
}
@media (min-width: 720px) {
  .description-and-detail {
    margin-top: 15px;
  }
}

.size-guide-modal {
  margin: 0;
  font-family: Poppins;
}
@media (min-width: 720px) {
  .size-guide-modal {
    margin: auto;
  }
  .size-guide-modal .modal-dialog {
    max-width: 740px;
  }
  .size-guide-modal .modal-content {
    overflow: auto;
    max-height: 540px;
    max-width: 740px;
    border-radius: 15px;
    overflow: hidden;
    padding-bottom: 15px;
  }
  .size-guide-modal .sizechart-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: auto;
  }
  .size-guide-modal .sizechart-wrapper .content-asset {
    overflow: auto;
    max-height: 360px;
  }
  .size-guide-modal .sizechart-wrapper .content-asset::-webkit-scrollbar {
    width: 10px;
  }
  .size-guide-modal .sizechart-wrapper .content-asset::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
  }
  .size-guide-modal .sizechart-wrapper .content-asset::-webkit-scrollbar-thumb {
    background: #e6eaf4;
    border-radius: 10px;
  }
  .size-guide-modal .size-chart-guide-wrapper {
    padding: 0 15px 0 25px;
    margin: 0 !important;
    border: 0;
  }
}
.size-guide-modal .tri-modal-header,
.size-guide-modal .sizechart-table-heading,
.size-guide-modal .sizechart-heading,
.size-guide-modal .sizinginformation > p {
  display: none !important;
}
.size-guide-modal .tri-modal-body {
  padding: 0 15px;
}
@media (min-width: 720px) {
  .size-guide-modal .tri-modal-body {
    padding-bottom: 15px;
    max-height: 540px;
  }
}
.size-guide-modal .tip-size-chart {
  font-size: 10px;
  font-weight: 400;
  line-height: 15px;
  color: #4f5663;
}
.size-guide-modal .sizechart-heading-modal {
  padding: 15px;
  margin: 0 -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.size-guide-modal .sizechart-heading-modal .title-modal {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  color: #061023;
}
.size-guide-modal .sizechart-heading-modal .svg-icon-clear {
  height: auto;
}
.size-guide-modal .sizechart-heading-modal .close {
  border: 2px solid #000;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  display: grid;
  place-content: center;
}
.size-guide-modal .sizechart > div div:has(img) {
  display: none;
}
.size-guide-modal .sizechart > div div {
  max-width: 100%;
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
}
.size-guide-modal .size-chart-guide-content-first,
.size-guide-modal .size-chart-guide-content-second {
  display: block !important;
}
.size-guide-modal .size-chart-guide-header {
  pointer-events: none;
}
.size-guide-modal .size-chart-guide-header h4 {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  color: #061023;
}
.size-guide-modal .size-chart-guide-header img {
  display: none !important;
}
.size-guide-modal .sizecharttable td,
.size-guide-modal .sizecharttable th {
  border: 1px solid #f1f2f6;
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
}
.size-guide-modal .sizecharttable tr:nth-child(2n+2) {
  background: #f0f0f0;
}
.size-guide-modal .sizecharttable tr:nth-child(2n+1) {
  background: #fff;
}
.size-guide-modal .sizecharttable th,
.size-guide-modal .sizecharttable tr td:first-child {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: #061023;
  background: #f4f6fc;
}
.size-guide-modal .sizechart-footnote {
  font-size: 10px;
  font-weight: 400;
  line-height: 15px;
  color: #4f5663;
  margin-left: 0;
}

.not-available-container {
  font-family: Poppins;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  padding: 15px 20px;
  margin: 0 -10px;
  background-color: #fffbea;
  font-size: 12px !important;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.03em;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #666;
}
@media (min-width: 1280px) {
  .not-available-container {
    border-radius: 12px;
    padding: 15px 25px;
    margin: 10px 0 0;
    width: 360px;
  }
}
.not-available-container p {
  font-size: 12px !important;
}
.not-available-container .not-available-icon {
  padding-top: 15px;
}
.not-available-container .link-category {
  color: #2e86de !important;
  font-weight: 600;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
}

.add-to-cart-global {
  display: inline-block !important;
  border-radius: 26px;
}

.bundle-share {
  display: inline-block !important;
  margin: 0 !important;
}

.description-and-detail-set {
  max-width: 1250px !important;
  margin-left: 0;
  margin-bottom: 20px !important;
  margin-top: -10px !important;
}
@media (min-width: 1280px) {
  .description-and-detail-set {
    margin-right: auto;
    margin-left: auto;
  }
}

.bundle-footer .prices-add-to-cart-actions {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 50;
  padding: 20px 15px;
  left: 0;
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
@media (min-width: 720px) {
  .bundle-footer .prices-add-to-cart-actions {
    position: static;
    padding: 0 0.9375em;
    background-color: unset;
    -webkit-box-shadow: unset;
            box-shadow: unset;
    border-top-left-radius: unset;
    border-top-right-radius: unset;
  }
}
.bundle-footer .prices-add-to-cart-actions .price-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 10px;
}
@media (min-width: 720px) {
  .bundle-footer .prices-add-to-cart-actions .price-quantity {
    display: block;
  }
}
.bundle-footer .prices-add-to-cart-actions .price-quantity .pack-quantity {
  width: 50%;
  float: left;
}
@media (min-width: 720px) {
  .bundle-footer .prices-add-to-cart-actions .price-quantity .pack-quantity {
    width: 100%;
    float: none;
  }
}
.bundle-footer .prices-add-to-cart-actions .price-quantity .product-page-quantity-wrapper {
  display: block !important;
}
.bundle-footer .prices-add-to-cart-actions .price-quantity .product-page-quantity-wrapper .product-page-quantity-label {
  display: none;
}
@media (min-width: 720px) {
  .bundle-footer .prices-add-to-cart-actions .price-quantity .product-page-quantity-wrapper .product-page-quantity-label {
    display: block;
  }
}
.bundle-footer .prices-add-to-cart-actions .price-quantity .product-page-quantity-wrapper .product-quantity-input {
  border-bottom: 1px solid #666;
  border-top: 1px solid #666;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  letter-spacing: 0.5px;
  line-height: 21px;
  width: 40px;
  background-color: unset;
}
@media (min-width: 720px) {
  .bundle-footer .prices-add-to-cart-actions .price-quantity .product-page-quantity-wrapper .product-quantity-input {
    border: 0;
    font-size: 16px;
    height: 30px;
  }
}
.bundle-footer .prices-add-to-cart-actions .price-quantity .prices {
  width: 50%;
  float: right;
}
@media (min-width: 720px) {
  .bundle-footer .prices-add-to-cart-actions .price-quantity .prices {
    width: 100%;
    float: none;
  }
}
.bundle-footer .prices-add-to-cart-actions .price-quantity .prices .price {
  font-size: 18px;
}
@media (min-width: 720px) {
  .bundle-footer .prices-add-to-cart-actions .price-quantity .prices .price {
    font-size: 1.5rem;
  }
}
.bundle-footer .prices-add-to-cart-actions .cart-and-ipay {
  margin-top: 10px;
}
@media (min-width: 720px) {
  .bundle-footer .prices-add-to-cart-actions .cart-and-ipay {
    margin-top: 0;
  }
}
.bundle-footer .prices-add-to-cart-actions .tri-btn {
  width: 230px;
}

.set-items .product-page-quantity-wrapper {
  display: block !important;
}
.set-items .product-page-quantity-label {
  display: none;
}
@media (min-width: 720px) {
  .set-items .product-page-quantity-label {
    display: block;
  }
}
.set-items .product-quantity-input {
  border-bottom: 1px solid #666 !important;
  border-top: 1px solid #666 !important;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  letter-spacing: 0.5px;
  line-height: 21px;
  width: 40px;
  background-color: unset;
}
@media (min-width: 720px) {
  .set-items .product-quantity-input {
    border: 0 !important;
    font-size: 16px;
    height: 30px;
  }
}
.set-items .product-cta-mobile {
  display: block;
}
@media (min-width: 720px) {
  .set-items .product-cta-mobile {
    display: none;
  }
}
.set-items .product-cta {
  display: none;
}
@media (min-width: 720px) {
  .set-items .product-cta {
    display: block;
  }
}
.set-items .add-to-cart {
  margin: 0;
  padding: 7px 43px;
  border-radius: 26px;
  width: 190px;
  height: 40px;
  font-family: Poppins;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #fff;
  border: 1px solid #fff;
}
@media (min-width: 720px) {
  .set-items .add-to-cart {
    width: 305px;
    height: 45px;
    font-size: 18px;
    line-height: 27px;
  }
}
.set-items .add-to-cart::after {
  content: " ";
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='20' viewBox='0 0 18 20' fill='none'><path fill-rule='evenodd' clip-rule='evenodd' d='M9 1.97921C8.21856 1.97921 7.46912 2.28101 6.91656 2.81822C6.364 3.35544 6.05357 4.08406 6.05357 4.84379V5.41671H11.9464V4.84379C11.9464 4.08406 11.636 3.35544 11.0834 2.81822C10.5309 2.28101 9.78144 1.97921 9 1.97921ZM13.125 5.41671V4.84379C13.125 3.78016 12.6904 2.7601 11.9168 2.008C11.1432 1.2559 10.094 0.833374 9 0.833374C7.90598 0.833374 6.85677 1.2559 6.08318 2.008C5.3096 2.7601 4.875 3.78016 4.875 4.84379V5.41671H0.75V16.875C0.75 17.4828 0.998341 18.0657 1.44039 18.4955C1.88244 18.9253 2.48199 19.1667 3.10714 19.1667H14.8929C15.518 19.1667 16.1176 18.9253 16.5596 18.4955C17.0017 18.0657 17.25 17.4828 17.25 16.875V5.41671H13.125ZM1.92857 6.56254V16.875C1.92857 17.1789 2.05274 17.4704 2.27377 17.6853C2.49479 17.9002 2.79457 18.0209 3.10714 18.0209H14.8929C15.2054 18.0209 15.5052 17.9002 15.7262 17.6853C15.9473 17.4704 16.0714 17.1789 16.0714 16.875V6.56254H1.92857Z' fill='white'/></svg>");
  background-repeat: no-repeat;
  background-size: contain;
  height: 22px;
  width: 22px;
  margin-left: 12px;
}
.set-items .price-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 15px;
}
@media (min-width: 720px) {
  .set-items .price-quantity {
    display: inline-block;
    margin-bottom: 0;
  }
}
.set-items .price-quantity .single-quantity {
  width: 50%;
  float: left;
}
@media (min-width: 720px) {
  .set-items .price-quantity .single-quantity {
    width: 100%;
    float: none;
  }
}
.set-items .price-quantity .product-cta-mobile {
  width: 50%;
  float: right;
}
@media (min-width: 720px) {
  .set-items .price-quantity .product-cta-mobile {
    width: 100%;
    float: none;
  }
}

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