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

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f5f5dc; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-beige.disabled {
  opacity: 0.2;
}

.swatch-filter-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f5f5dc; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #f5f5dc;
  display: block;
  position: relative;
}
.swatch-filter-beige.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-black.disabled {
  opacity: 0.2;
}

.swatch-filter-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #000;
  display: block;
  position: relative;
}
.swatch-filter-black.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #0070d2; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-blue.disabled {
  opacity: 0.2;
}

.swatch-filter-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #0070d2; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #0070d2;
  display: block;
  position: relative;
}
.swatch-filter-blue.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #a52a2a; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-brown.disabled {
  opacity: 0.2;
}

.swatch-filter-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #a52a2a; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #a52a2a;
  display: block;
  position: relative;
}
.swatch-filter-brown.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #008827; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-green.disabled {
  opacity: 0.2;
}

.swatch-filter-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #008827; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #008827;
  display: block;
  position: relative;
}
.swatch-filter-green.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #8f979d; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-grey.disabled {
  opacity: 0.2;
}

.swatch-filter-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #8f979d; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #8f979d;
  display: block;
  position: relative;
}
.swatch-filter-grey.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000080; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-navy.disabled {
  opacity: 0.2;
}

.swatch-filter-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000080; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #000080;
  display: block;
  position: relative;
}
.swatch-filter-navy.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ffa500; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-orange.disabled {
  opacity: 0.2;
}

.swatch-filter-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ffa500; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #ffa500;
  display: block;
  position: relative;
}
.swatch-filter-orange.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fe249a; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-pink.disabled {
  opacity: 0.2;
}

.swatch-filter-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fe249a; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #fe249a;
  display: block;
  position: relative;
}
.swatch-filter-pink.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #800080; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-purple.disabled {
  opacity: 0.2;
}

.swatch-filter-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #800080; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #800080;
  display: block;
  position: relative;
}
.swatch-filter-purple.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f00; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-red.disabled {
  opacity: 0.2;
}

.swatch-filter-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f00; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #f00;
  display: block;
  position: relative;
}
.swatch-filter-red.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-white.disabled {
  opacity: 0.2;
}

.swatch-filter-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fff; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #fff;
  display: block;
  position: relative;
}
.swatch-filter-white.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ff0; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-yellow.disabled {
  opacity: 0.2;
}

.swatch-filter-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ff0; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #ff0;
  display: block;
  position: relative;
}
.swatch-filter-yellow.disabled {
  opacity: 0.2;
}

.swatch-circle-miscellaneous {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(130, 30, 145)), color-stop(25%, rgb(130, 30, 145)), color-stop(25%, rgb(237, 209, 52)), color-stop(50%, rgb(255, 255, 0)), color-stop(50%, rgb(237, 209, 52)), color-stop(50%, #59ba00), color-stop(76%, #59ba00), color-stop(76%, #111), to(#111)), -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(14, 92, 209)), color-stop(50%, rgb(14, 92, 209)), color-stop(50%, rgb(226, 11, 11)), to(rgb(226, 11, 11)));
  background: linear-gradient(0deg, rgb(130, 30, 145) 0, rgb(130, 30, 145) 25%, rgb(237, 209, 52) 25%, rgb(255, 255, 0) 50%, rgb(237, 209, 52) 50%, #59ba00 50%, #59ba00 76%, #111 76%, #111 100%), linear-gradient(0deg, rgb(14, 92, 209) 0, rgb(14, 92, 209) 50%, rgb(226, 11, 11) 50%, rgb(226, 11, 11) 100%);
  background-repeat: repeat-y, repeat;
  background-size: 50% 100%, 100% 100%;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  border-radius: 1.25em;
  display: block;
  height: 2.5em;
  position: relative;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  width: 2.5em;
}
.swatch-circle-miscellaneous.disabled {
  opacity: 0.2;
}
.swatch-circle-miscellaneous.selected::after {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}

.product-detail .attributes .swatch-circle {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  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, sans-serif;
  font-size: 1.625em;
  left: 0.295em;
  position: absolute;
}
.product-detail .attributes .swatch-circle.color-value.selected::after {
  background: #fff;
  border-radius: 50%;
  color: #000;
  content: "\f058";
  display: table-caption;
  font-family: FontAwesome, sans-serif;
  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;
}

.social-container {
  padding-top: 0.9375em;
  text-align: center;
}
.social-container .social-icons {
  text-decoration: none;
  font-size: 1.875em;
  list-style-type: none;
  padding: 0;
  color: #444;
}
@media (max-width: 991.98px) {
  .social-container .social-icons {
    font-size: 1.5625em;
  }
}
.social-container .social-icons i,
.social-container .social-icons a {
  color: #444;
  padding-right: 0.2em;
}

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

.description-and-detail {
  margin-top: 2em;
}
@media (max-width: 543.98px) {
  .description-and-detail {
    margin-top: 0;
  }
  .description-and-detail .title {
    font-size: 1.5rem;
    margin-bottom: 0;
    font-family: Dosis, sans-serif;
  }
  .description-and-detail > div:last-child {
    margin-bottom: 1em;
  }
}
@media (min-width: 544px) {
  .description-and-detail .description {
    margin-bottom: 2em;
  }
}
@media (max-width: 543.98px) {
  .description-and-detail .content {
    margin-top: 1em;
  }
}

label.availability {
  padding-right: 0.3125em;
}

@media (min-width: 544px) {
  .product-number-rating {
    border-bottom: 1px solid #ccc;
  }
}
@media (min-width: 769px) {
  .product-number-rating {
    border-top: 1px solid #ccc;
  }
}
@media (min-width: 544px) and (max-width: 768.98px) {
  .product-name {
    border-bottom: 1px solid #ccc;
  }
}
@media (min-width: 544px) {
  .product-number-rating .ratings {
    margin-top: 0.625em;
  }
}
@media (max-width: 543.98px) {
  .product-number-rating .ratings {
    background-color: #fff;
    margin-top: -1.875em; /* 30/16 */
    margin-right: -0.9375em; /* 15/16 */
    padding: 0.1875em; /* 3/16 */
  }
}

.product-number {
  color: #ccc;
  font-size: 0.875em;
  padding-bottom: 0.938em;
  padding-top: 0.938em;
}

.promotions {
  font-weight: normal;
  text-align: center;
  height: 85%;
}
.promotions div.collapsible-xl button.callout {
  font-size: 1.25em;
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
  color: #c00;
}
@media (min-width: 544px) {
  .promotions div.collapsible-xl button.callout {
    font-size: 1.375em;
  }
}
.promotions div.collapsible-xl button.callout::after {
  color: #000;
}

.product-breadcrumb .breadcrumb {
  border-bottom: none;
  margin-left: -1rem;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .product-breadcrumb .breadcrumb {
    border-top: 1px solid #ccc;
  }
}

.price {
  font-size: 1.5rem;
}

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

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

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

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

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

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

.store-locator-container .btn-storelocator-search {
  background-color: #f9f9f9;
  border-color: var(--skin-primary-color-1);
  border-radius: 0;
  color: var(--skin-primary-color-1);
}
.store-locator-container .btn-storelocator-search:hover {
  background-color: var(--skin-primary-color-1);
  color: #f9f9f9;
}
.store-locator-container .detect-location {
  margin-bottom: 1em;
}
.store-locator-container .store-name {
  font-weight: 600;
}
.store-locator-container .store-details {
  display: block;
}
@media (min-width: 769px) {
  .store-locator-container .store-details {
    margin-left: 3.125em;
  }
}
.store-locator-container .striped > div:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.store-locator-container .search-form {
  width: 100%;
  margin-bottom: 4rem;
}
@media (min-width: 544px) {
  .store-locator-container .select-store {
    margin-top: -3rem;
  }
}
.store-locator-container .custom-radio .store-details {
  margin-left: 1.125em;
}
.store-locator-container .store-locator-no-results {
  display: none;
}
@media (min-width: 769px) {
  .store-locator-container .results {
    overflow: hidden auto;
    max-height: 21.875em;
  }
}

.in-store-inventory-dialog {
  max-width: 56.25em;
}
@media (min-width: 544px) {
  .in-store-inventory-dialog .mt-auto {
    margin-top: -2rem !important;
  }
}
@media (max-width: 543.98px) {
  .in-store-inventory-dialog .mt-auto {
    margin-top: 1.15em !important;
  }
}

.btn-storelocator-search {
  background-color: #f9f9f9;
  border-color: #00a1e0;
  border-radius: 0;
  color: #00a1e0;
  margin-bottom: 1rem;
}
.btn-storelocator-search:hover {
  background-color: #00a1e0;
  color: #f9f9f9;
}

.store-name {
  font-weight: 600;
}

.btn-get-in-store-inventory .btn-storelocator-search {
  margin-bottom: 0.625rem;
  display: block;
  width: 100%;
}
@media (min-width: 544px) {
  .btn-get-in-store-inventory .btn-storelocator-search {
    margin-top: 2rem;
    margin-bottom: 0;
  }
}

.selected-store-with-inventory .change-store {
  margin: 0 1em 1em;
  width: auto;
}

.display-none {
  display: none;
}

.modal-header {
  background-color: #eee;
  border-bottom: 2px solid #ccc;
  border-top-left-radius: 0.1875rem;
  border-top-right-radius: 0.1875rem;
}
.modal-header .close {
  font-size: 2rem;
}
.modal-header .close span {
  font-size: 1rem;
  margin-right: 0.313em;
}

.add-to-registry-message {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: fixed;
  top: 15%;
  left: 50%;
}

.add-to-registry-alert {
  -webkit-animation: fade 5s linear forwards;
          animation: fade 5s linear forwards;
  -webkit-box-shadow: 1px 1px 5px grey;
          box-shadow: 1px 1px 5px grey;
  padding: 1em;
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.add-to-registry-alert.show {
  display: block;
}

.wl-or-gr-ispu {
  padding-top: 1rem;
}

.product-list-button-spacer {
  padding-top: 1rem;
}
@media (min-width: 544px) {
  .product-list-button-spacer {
    padding-top: 0;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  .product-list-button-spacer button span {
    font-size: 0.7rem;
  }
}

.salesforce-buynow-element {
  padding: 0 1.5em;
}

@media (max-width: 768.98px) {
  .product-gallery {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.product-gallery .swiper-product-gallery .swiper.swiper-thumbs.swiper-vertical {
  padding-right: 5px;
}
.product-gallery .swiper-product-gallery .swiper.swiper-thumbs.swiper-vertical .swiper-slide {
  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: auto !important;
  background-color: white;
  border-radius: 12px;
  padding: 10px;
}
.product-gallery .swiper-product-gallery .swiper.swiper-thumbs.swiper-horizontal .swiper-slide {
  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-color: white;
  padding: 7px;
  border-radius: 12px;
}
.product-gallery .swiper-product-gallery .swiper.swiper-thumbs .swiper-slide-thumb-active {
  border: 2px solid #344F9C;
}
.product-gallery .swiper-product-gallery .swiper.swiper-main .swiper-slide {
  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;
  text-align: center;
}
.product-gallery .swiper-product-gallery .swiper.swiper-main .swiper-slide .product-gallery__image-wrapper {
  width: 100%;
  height: 100%;
}

.product-gallery__image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: white;
  border-radius: 12px;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.product-gallery__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: -webkit-transform 0.18s ease-out;
  transition: -webkit-transform 0.18s ease-out;
  transition: transform 0.18s ease-out;
  transition: transform 0.18s ease-out, -webkit-transform 0.18s ease-out;
  will-change: transform;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
}

.product-gallery__image-wrapper.is-zoomed .product-gallery__image {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.product-gallery__image-wrapper.is-zoomed {
  -ms-touch-action: none;
      touch-action: none;
}

@media (hover: hover) and (pointer: fine) {
  .product-gallery__image-wrapper {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
  }
  .product-gallery__image-wrapper.is-zoomed {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
  }
}
@media (max-width: 768px) {
  .swiper-product-gallery {
    gap: 10px;
  }
}
.add-to-cart-messages {
  z-index: 1020;
}

.thumbs__container:not(.has-nav) .swiper-custom-thumbs-prev,
.thumbs__container:not(.has-nav) .swiper-custom-thumbs-next {
  display: none;
}
.thumbs__container .swiper-custom-thumbs-prev,
.thumbs__container .swiper-custom-thumbs-next {
  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;
}
.thumbs__container .swiper-custom-thumbs-prev.swiper-button-disabled,
.thumbs__container .swiper-custom-thumbs-next.swiper-button-disabled {
  /**display: none;*/
  cursor: default;
}
.thumbs__container .swiper-custom-thumbs-prev.swiper-button-disabled .content-prev,
.thumbs__container .swiper-custom-thumbs-prev.swiper-button-disabled .content-next,
.thumbs__container .swiper-custom-thumbs-next.swiper-button-disabled .content-prev,
.thumbs__container .swiper-custom-thumbs-next.swiper-button-disabled .content-next {
  background-color: #666666;
}
.thumbs__container .swiper-custom-thumbs-prev {
  margin-right: 10px;
}
.thumbs__container .swiper-custom-thumbs-next {
  margin-left: 10px;
}
.thumbs__container .content-prev::after {
  content: "prev";
}
.thumbs__container .content-next::after {
  content: "next";
}
.thumbs__container .content-prev, .thumbs__container .content-next {
  height: 42px;
  width: 42px;
  font-size: 17px;
  border-radius: 50%;
  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;
  border: 1px solid var(--color-primary);
}
.thumbs__container .content-prev::after, .thumbs__container .content-next::after {
  font-family: "swiper-icons";
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  font-size: 15px;
  font-weight: 800;
  color: var(--color-primary);
}
.thumbs__container .content-prev:hover, .thumbs__container .content-next:hover {
  background: var(--color-primary);
}
.thumbs__container .content-prev:hover:after, .thumbs__container .content-next:hover:after {
  color: var(--color-white);
}
@media (max-width: 768px) {
  .thumbs__container .swiper-slide {
    max-width: 89px;
    max-height: 89px;
  }
}
@media (min-width: 768px) {
  .thumbs__container .swiper-custom-thumbs-prev {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .thumbs__container .swiper-custom-thumbs-next {
    margin-left: 0;
    margin-top: 10px;
  }
  .thumbs__container .content-prev,
  .thumbs__container .content-next {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .thumbs__container .swiper-thumbs {
    max-height: 380px;
  }
}

.pdp-available-shipping-methods {
  padding-top: 1rem;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0px;
}
.pdp-available-shipping-methods .title {
  color: var(--color-grey5);
}
.pdp-available-shipping-methods .shipping-methods {
  margin-top: 6px;
}
@media (max-width: 768.98px) {
  .pdp-available-shipping-methods .shipping-methods {
    font-size: 12px;
    gap: 12px;
  }
}
.pdp-available-shipping-methods .shipping-method-dd,
.pdp-available-shipping-methods .shipping-method-rt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.pdp-available-shipping-methods .shipping-method-dd img,
.pdp-available-shipping-methods .shipping-method-rt img {
  width: 46px;
  height: 46px;
}
.pdp-available-shipping-methods .shipping-method-dd .label,
.pdp-available-shipping-methods .shipping-method-rt .label {
  color: var(--color-primary);
}
.pdp-available-shipping-methods .shipping-method-dd .availability,
.pdp-available-shipping-methods .shipping-method-rt .availability {
  color: var(--color-primary);
  font-weight: 400;
}
.pdp-available-shipping-methods .shipping-method-dd.not-available .label, .pdp-available-shipping-methods .shipping-method-dd.not-available .availability,
.pdp-available-shipping-methods .shipping-method-rt.not-available .label,
.pdp-available-shipping-methods .shipping-method-rt.not-available .availability {
  color: var(--color-grey4);
}
.pdp-available-shipping-methods .shipping-method-rt .availability {
  color: var(--blue);
  text-decoration: underline;
  cursor: pointer;
}
.pdp-available-shipping-methods .shipping-method-rt .availability.disabled {
  color: var(--color-grey5);
  pointer-events: none;
}

.pac-container {
  z-index: 1050;
  margin-top: 14px;
  border-radius: 16px;
  border: 1px solid var(--color-grey2);
}
.pac-container .pac-item {
  padding: 10px 12px;
  cursor: pointer;
  font-size: 14px;
}
.pac-container .pac-item .pac-icon {
  background-image: url("../../images/icons/google-maps-pac-item.svg");
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 16px;
}
.pac-container::after {
  margin-right: 10px;
  border-top: 1px solid #e6e6e6;
}
@media (max-width: 768.98px) {
  .pac-container {
    left: 0 !important;
    right: 0 !important;
    margin: 14px auto;
  }
}

.page[data-action=Product-Show] {
  background-color: var(--color-grey2);
}

.product-breadcrumb {
  font-size: 14px;
}
.product-breadcrumb .breadcrumb {
  padding: 22px 15px;
}
@media (max-width: 768.98px) {
  .product-breadcrumb .breadcrumb {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: var(--color-grey4) transparent;
    white-space: nowrap;
    border-top: 0 !important;
  }
  .product-breadcrumb .breadcrumb .breadcrumb-item {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
}
.product-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  color: var(--color-grey4);
  padding: 0 10px;
}
.product-breadcrumb .breadcrumb-item a {
  padding: 0;
  color: var(--color-primary) !important;
}
.product-breadcrumb .breadcrumb-item:last-child a {
  color: var(--color-grey5) !important;
  font-weight: 500;
  pointer-events: none;
  cursor: default;
}
.product-breadcrumb .breadcrumb-item {
  padding: 0;
}
.product-breadcrumb .breadcrumb-item.active {
  font-weight: 500;
}

.product-detail-main {
  background-color: var(--color-white);
  padding: 30px 25px;
  border-radius: 12px;
}
@media (max-width: 768.98px) {
  .product-detail-main {
    padding: 0;
    border-radius: 0;
    background-color: transparent;
  }
}
.product-detail-main .product-name {
  font-weight: 600;
  font-size: 28px;
  color: var(--color-primary);
  margin-bottom: 0;
}
.product-detail-main .swiper-product-gallery {
  padding: 0 0 0 15px;
}
@media (max-width: 768.98px) {
  .product-detail-main .swiper-product-gallery {
    margin: 0;
    background-color: var(--color-white);
    padding: 0;
    border-radius: 12px;
    padding-bottom: 19px;
  }
}
.product-detail-main .swiper-wrapper {
  width: 100%;
}
.product-detail-main .price-tile-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.product-detail-main .price-tile-section .strike-through {
  text-decoration: none;
}
.product-detail-main .price-tile-section .strike-through .value {
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  color: var(--color-grey6);
  text-decoration: line-through;
}
.product-detail-main .price-tile-section .sales {
  font-weight: 400;
  font-size: 22px;
  line-height: 100%;
  color: var(--color-grey9);
}
.product-detail-main .discount-label {
  width: 68px;
  height: 32px;
  border-radius: 8px;
  padding-top: 6px;
  padding-right: 12px;
  padding-bottom: 6px;
  padding-left: 12px;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  color: var(--color-white);
  background-color: var(--color-complementary);
}
@media (max-width: 768.98px) {
  .product-detail-main .discount-label {
    width: 58px;
    height: 28px;
    font-size: 14px;
    line-height: 18px;
  }
}
.product-detail-main .prices {
  padding-bottom: 0.6em;
  padding-top: 0.6em;
  position: relative;
}
.product-detail-main .prices::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 95%;
  height: 1px;
  background-color: var(--color-grey1);
}
.product-detail-main .prices .range {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.product-detail-main .attributes {
  padding: 0;
}
.product-detail-main .product-detail-info {
  padding-left: 30px;
}
.product-detail-main .attributes-label {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  color: var(--color-grey4);
}
@media (max-width: 768.98px) {
  .product-detail-main .attributes-label {
    font-size: 12px;
  }
}
.product-detail-main .attribute label {
  font-weight: 600;
  font-size: 14px;
  color: var(--color-grey5);
}
.product-detail-main .attribute-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  margin: 30px 0 20px 0;
  list-style: none;
  padding: 0;
}
@media (max-width: 768.98px) {
  .product-detail-main .attribute-list {
    margin: 15px 0 15px 0;
  }
}
.product-detail-main .attribute-list .attribute-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  font-weight: 400;
  font-size: 14px;
  color: var(--color-grey5);
}
@media (max-width: 768.98px) {
  .product-detail-main .attribute-list .attribute-item {
    font-size: 12px;
  }
}
.product-detail-main .attribute-list .attribute-label {
  font-weight: 700;
}
@media (max-width: 768.98px) {
  .product-detail-main .attribute-list .attribute-label {
    font-size: 12px;
    width: 110px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
.product-detail-main .prices-add-to-cart-actions {
  margin-top: 25px;
}
@media (max-width: 991.98px) {
  .product-detail-main .prices-add-to-cart-actions {
    position: initial;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding-left: 15px;
    padding-right: 15px;
  }
  .product-detail-main .prices-add-to-cart-actions .pdp-add2cart-picker {
    margin: 0;
  }
}
.product-detail-main .prices-add-to-cart-actions .product-add2cart {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0;
}
.product-detail-main .prices-add-to-cart-actions .product-add2cart .pdp-add2cart-picker {
  max-width: 392px;
  width: 392px;
  height: 48px;
  border-radius: 16px;
  padding-top: 12px;
  padding-right: 26px;
  padding-bottom: 12px;
  padding-left: 26px;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
}
.product-detail-main .prices-add-to-cart-actions .add-to-cart-global {
  max-width: 392px;
  width: 392px;
  height: 48px;
  border-radius: 16px;
  padding-top: 12px;
  padding-right: 26px;
  padding-bottom: 12px;
  padding-left: 26px;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
}
.product-detail-main .prices-add-to-cart-actions .product-add2cart .qty-picker {
  width: 392px;
  height: 48px;
  padding: 9px 0 5px 0;
  border-radius: 16px;
}
.product-detail-main .prices-add-to-cart-actions .label-product-not-available {
  background-color: #6c757d;
  padding: 10px;
  color: white;
  border-radius: 10px;
  font-weight: 400;
  text-align: center;
}
.product-detail-main .swiper-main-container {
  position: relative;
}
.product-detail-main .swiper-main-container .ribbon-image {
  position: absolute;
  width: 230px;
  height: 40px;
  border-radius: 20px;
  top: 15px;
  left: 6%;
  background-color: #E9EDF3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  padding: 8px 10px;
  z-index: 10;
}
.product-detail-main .swiper-main-container .ribbon-image span {
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  color: var(--color-primary);
}
@media (max-width: 768.98px) {
  .product-detail-main .swiper-main-container .ribbon-image {
    width: 180px;
    height: 32px;
    padding: 6px 8px;
  }
  .product-detail-main .swiper-main-container .ribbon-image svg {
    width: 15px;
    height: 16px;
  }
  .product-detail-main .swiper-main-container .ribbon-image span {
    font-size: 10px;
  }
}
.product-detail-main .swiper-main-container .product-ribbon {
  font-weight: 600;
  position: absolute;
  top: -29px;
  right: 0;
  color: var(--color-white);
  background-color: var(--color-blue4);
  z-index: 10;
  padding: 10px 20px;
  border-bottom-right-radius: 14px;
  border-bottom-left-radius: 14px;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
}
@media (max-width: 768.98px) {
  .product-detail-main .swiper-main-container .product-ribbon {
    top: 0;
    right: 16px;
    font-size: 12px;
    padding-top: 6px;
    padding-right: 16px;
    padding-bottom: 6px;
    padding-left: 16px;
  }
}
.product-detail-main .swiper-main-container .swiper-slide {
  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;
}
.product-detail-main .swiper-main-container .swiper-slide .product-gallery__image-wrapper {
  width: 100%;
  height: 100%;
}
.product-detail-main .free-shipping {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-top: 10px;
}
@media (max-width: 768.98px) {
  .product-detail-main .free-shipping svg {
    width: 22px;
    height: 15px;
  }
}
.product-detail-main .free-shipping .label {
  font-weight: 600;
  font-size: 14px;
  color: var(--color-primary);
}
@media (max-width: 768.98px) {
  .product-detail-main .free-shipping .label {
    font-size: 12px;
  }
}
@media (max-width: 768.98px) {
  .product-detail-main .swiper-main-container {
    width: 100%;
    background-color: var(--color-white);
    border-radius: 12px;
    padding: 12px;
  }
  .product-detail-main .swiper-wrapper {
    width: 100%;
  }
  .product-detail-main .primary-images {
    min-width: 100%;
  }
  .product-detail-main .product-number-rating .ratings {
    display: none;
  }
  .product-detail-main .product-detail-info {
    margin-top: 20px;
    background-color: var(--color-white);
    border-radius: 12px;
    padding: 20px 15px;
  }
  .product-detail-main .product-detail-info .product-name {
    font-weight: 700;
    font-size: 18px;
    border: none;
  }
  .product-detail-main .cart-and-ipay {
    padding: 0;
  }
}

.product-gallery__image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: var(--color-white);
  border-radius: 12px;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.product-gallery__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 0.18s ease-out;
  transition: -webkit-transform 0.18s ease-out;
  transition: transform 0.18s ease-out;
  transition: transform 0.18s ease-out, -webkit-transform 0.18s ease-out;
  will-change: transform;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
}

.product-gallery__image-wrapper.is-zoomed .product-gallery__image {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.product-gallery__image-wrapper.is-zoomed {
  -ms-touch-action: none;
      touch-action: none;
}

@media (hover: hover) and (pointer: fine) {
  .product-gallery__image-wrapper {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
  }
  .product-gallery__image-wrapper.is-zoomed {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
  }
}
.values-pills-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}
@media (max-width: 768.98px) {
  .values-pills-container {
    gap: 6px;
  }
}
.values-pills-container .btn {
  width: 161px;
  text-wrap: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 50px;
  border: 1px solid var(--color-primary);
  padding: 12px 26px;
  color: var(--color-primary);
  background-color: var(--color-white);
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  line-height: 100%;
}
@media (max-width: 768.98px) {
  .values-pills-container .btn {
    font-size: 12px;
    width: 49%;
    height: 40px;
  }
}
.values-pills-container .btn.selected {
  background-color: var(--color-primary);
  color: var(--color-white);
  font-weight: 600;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.values-pills-container .btn.unselectable {
  background-color: var(--color-grey2);
  border: 1px solid var(--color-grey4);
  color: var(--color-grey4);
  cursor: not-allowed;
  pointer-events: none;
}

.add-to-cart-messages {
  z-index: 1050;
}

.description-and-detail {
  margin-top: 30px;
  margin-left: -15px;
  margin-right: -15px;
  padding: 25px 15px;
  background-color: var(--color-white);
  border-radius: 12px;
}
.description-and-detail .title {
  font-family: "Poppins", sans-serif;
}
@media (max-width: 768.98px) {
  .description-and-detail {
    padding: 5px 10px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .description-and-detail > div:last-child {
    margin-bottom: 0;
  }
}
.description-and-detail .description-section,
.description-and-detail .contraindications-section,
.description-and-detail .warnings-section {
  background-color: var(--color-white);
  border-radius: 12px;
  overflow: hidden;
}
.description-and-detail .description-section .title,
.description-and-detail .contraindications-section .title,
.description-and-detail .warnings-section .title {
  width: 100%;
  text-align: left;
  padding: 12px 15px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  color: var(--color-primary) !important;
  border: none;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.description-and-detail .description-section .title:hover,
.description-and-detail .contraindications-section .title:hover,
.description-and-detail .warnings-section .title:hover {
  opacity: 0.9;
}
.description-and-detail .description-section .title::after,
.description-and-detail .contraindications-section .title::after,
.description-and-detail .warnings-section .title::after {
  content: "\f078";
  font-family: FontAwesome, sans-serif;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: var(--color-primary);
  font-size: 12px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.description-and-detail .description-section .title:focus,
.description-and-detail .contraindications-section .title:focus,
.description-and-detail .warnings-section .title:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.description-and-detail .description-section .content,
.description-and-detail .contraindications-section .content,
.description-and-detail .warnings-section .content {
  display: none;
  padding: 0 25px 20px 25px;
}
.description-and-detail .description-section .content .content-inner,
.description-and-detail .contraindications-section .content .content-inner,
.description-and-detail .warnings-section .content .content-inner {
  font-size: 14px;
  line-height: 1.6;
  color: var(--color-grey5);
}
.description-and-detail .description-section.active .title::after,
.description-and-detail .contraindications-section.active .title::after,
.description-and-detail .warnings-section.active .title::after {
  content: "\f077";
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}
.description-and-detail .description-section.active .content,
.description-and-detail .contraindications-section.active .content,
.description-and-detail .warnings-section.active .content {
  display: block;
  -webkit-animation: slideDown 0.3s ease-in-out;
          animation: slideDown 0.3s ease-in-out;
  padding-top: 15px;
}
@media (max-width: 768.98px) {
  .description-and-detail .description-section .title,
  .description-and-detail .contraindications-section .title,
  .description-and-detail .warnings-section .title {
    padding: 6px 10px;
    font-size: 14px;
  }
  .description-and-detail .description-section .title::after,
  .description-and-detail .contraindications-section .title::after,
  .description-and-detail .warnings-section .title::after {
    right: 15px;
    font-size: 10px;
  }
  .description-and-detail .description-section .content,
  .description-and-detail .contraindications-section .content,
  .description-and-detail .warnings-section .content {
    padding: 0 15px;
    padding-top: 10px !important;
    margin-top: 0 !important;
    margin-bottom: 10px;
  }
  .description-and-detail .description-section .content .content-inner,
  .description-and-detail .contraindications-section .content .content-inner,
  .description-and-detail .warnings-section .content .content-inner {
    font-size: 12px;
  }
}
.description-and-detail .collapsible-xl .title {
  border-bottom: 1px solid #E4E4E4 !important;
}
.description-and-detail .collapsible-xl:last-child .title {
  border-bottom: none !important;
}
.description-and-detail .collapsible-xl:last-child.active .title {
  border-bottom: 1px solid #E4E4E4 !important;
}
@-webkit-keyframes slideDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.product-detail .pdp-recommendation {
  padding: 0 15px;
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: transparent;
  border-radius: 12px;
}
