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

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

@media (min-width: 544px) and (max-width: 767.98px) {
  .pull-left-sm {
    float: left;
  }
  .pull-right-sm {
    float: right;
  }
}
@media (min-width: 768px) 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) and (max-width: 1439.98px) {
  .pull-left-xl {
    float: left;
  }
  .pull-right-xl {
    float: right;
  }
}
@media (min-width: 1440px) {
  .pull-left-xxl {
    float: left;
  }
  .pull-right-xxl {
    float: right;
  }
}
@media (max-width: 543.98px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (max-width: 767.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;
  }
}

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

.hidden-xxl-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;
}
.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 {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  display: inline-block;
  margin-right: 0.313em;
  position: relative;
}
.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: #616161;
}

.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: 768px) {
  .product-number-rating {
    border-top: 1px solid #ccc;
  }
}
@media (min-width: 544px) and (max-width: 767.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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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;
}

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

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

@media (min-width: 544px) and (max-width: 767.98px) {
  .pull-left-sm {
    float: left;
  }
  .pull-right-sm {
    float: right;
  }
}
@media (min-width: 768px) 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) and (max-width: 1439.98px) {
  .pull-left-xl {
    float: left;
  }
  .pull-right-xl {
    float: right;
  }
}
@media (min-width: 1440px) {
  .pull-left-xxl {
    float: left;
  }
  .pull-right-xxl {
    float: right;
  }
}
@media (max-width: 543.98px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (max-width: 767.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;
  }
}

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

.hidden-xxl-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;
}
.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 {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  display: inline-block;
  margin-right: 0.313em;
  position: relative;
}
.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: #616161;
}

.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: 768px) {
  .product-number-rating {
    border-top: 1px solid #ccc;
  }
}
@media (min-width: 544px) and (max-width: 767.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: 768px) {
  .attributes {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

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

.attribute {
  margin-top: 0.938em;
}
.attribute label {
  display: block;
}

.swatch a {
  text-decoration: none;
}

@media (max-width: 543.98px) {
  .primary-images {
    margin: 0;
    padding: 0;
  }
}

.prices-add-to-cart-actions {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 50;
  padding-right: 0;
  padding-left: 0;
  left: 0;
}
@media (max-width: 543.98px) {
  .prices-add-to-cart-actions {
    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);
  }
}
@media (min-width: 544px) {
  .prices-add-to-cart-actions {
    position: static;
    padding: 0 0.9375em;
  }
}
.prices-add-to-cart-actions .price {
  text-align: center;
}

.prices {
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  text-align: center;
}

.cart-and-ipay {
  text-align: center;
}
@media (max-width: 543.98px) {
  .cart-and-ipay {
    padding-bottom: 26px;
  }
  .cart-and-ipay .btn {
    width: 98%;
    margin: 1%;
    display: block;
  }
}

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

.add-to-basket-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;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.add-to-basket-alert.show {
  display: block;
}

.simple-quantity {
  margin-top: 1em;
}

.main-attributes {
  margin-top: 1em;
}

.size-chart {
  margin-top: 1.071em;
}

div.availability {
  margin-top: 1.071em;
}

.bundle-item {
  padding-bottom: 1em;
  border-bottom: 1px solid #ccc;
}
.bundle-item:last-child {
  border-bottom: none;
}

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

.product-option:not(:first-child) {
  margin-top: 1.071em;
}

.commercepayments.cart-and-ipay .add-to-cart {
  width: 100%;
  display: block;
}
.commercepayments.cart-and-ipay .add-to-cart-global {
  width: 100%;
  display: block;
  margin: 0;
}
@media (max-width: 543.98px) {
  .commercepayments.cart-and-ipay .add-to-cart {
    width: 100%;
    margin: 0;
  }
}

.bundle-footer .commercepayments.cart-and-ipay {
  width: 29rem;
  margin: auto;
}
@media (max-width: 543.98px) {
  .bundle-footer .commercepayments.cart-and-ipay {
    width: 100%;
  }
  .bundle-footer .commercepayments.cart-and-ipay .add-to-cart-actions {
    padding: 0;
  }
}

.salesforce-buynow-element {
  width: 100%;
}

.salesforce-buynow-element:not(:empty) {
  margin-top: 1em;
}

.salesforce-buynow-element-errors {
  margin-top: 0.75rem;
  text-align: left;
}

.salesforce-buynow-element[disabled] {
  display: none;
}

.salesforce-buynow-element div:not(:first-child) {
  margin-top: 1em;
}

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

.prices-add-to-cart-actions {
  position: static !important;
  width: auto;
  z-index: auto;
  padding-right: 1rem;
  padding-left: 1rem;
  left: auto;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.prices-add-to-cart-actions .btn {
  max-width: 240px;
  width: 100%;
}

@media (max-width: 767.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: 767px) {
  .swiper-product-gallery {
    gap: 10px;
  }
}
.add-to-cart-messages {
  z-index: 1020;
}

.attribute {
  margin-bottom: 1rem;
}
.attribute .non-input-label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0.5rem;
  color: #444;
}

.color-swatches-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}
.color-swatches-container.square-swatches {
  gap: 0.5rem;
}
.color-swatches-container.circle-swatches {
  gap: 0.5rem;
}

.size-swatches-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}
.size-swatches-container.square-swatches {
  gap: 0.5rem;
}
.size-swatches-container.circle-swatches {
  gap: 0.5rem;
}

.swatch-btn {
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  position: relative;
}
.swatch-btn:focus {
  outline: 2px solid #005f32;
  outline-offset: 2px;
}
.swatch-btn:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.color-attribute .color-swatch-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.color-attribute.swatch-circle-btn .swatch-circle {
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid #e0e0e0;
  -webkit-transition: border-color 150ms ease-in-out, -webkit-box-shadow 150ms ease-in-out;
  transition: border-color 150ms ease-in-out, -webkit-box-shadow 150ms ease-in-out;
  transition: border-color 150ms ease-in-out, box-shadow 150ms ease-in-out;
  transition: border-color 150ms ease-in-out, box-shadow 150ms ease-in-out, -webkit-box-shadow 150ms ease-in-out;
}
.color-attribute.swatch-circle-btn .swatch-circle.selected {
  border-color: #000;
  -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 4px #000;
          box-shadow: 0 0 0 2px #fff, 0 0 0 4px #000;
}
.color-attribute.swatch-circle-btn .swatch-circle.selectable:hover {
  border-color: #757575;
}
.color-attribute.swatch-circle-btn .swatch-circle.unselectable {
  opacity: 0.4;
  cursor: not-allowed;
  position: relative;
}
.color-attribute.swatch-circle-btn .swatch-circle.unselectable::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -2px;
  right: -2px;
  height: 2px;
  background-color: #dc3545;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.color-attribute.swatch-square .swatch-square-inner.color-swatch-image {
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 0.25rem;
  border: 2px solid #e0e0e0;
  -webkit-transition: border-color 150ms ease-in-out, -webkit-box-shadow 150ms ease-in-out;
  transition: border-color 150ms ease-in-out, -webkit-box-shadow 150ms ease-in-out;
  transition: border-color 150ms ease-in-out, box-shadow 150ms ease-in-out;
  transition: border-color 150ms ease-in-out, box-shadow 150ms ease-in-out, -webkit-box-shadow 150ms ease-in-out;
}
.color-attribute.swatch-square .swatch-square-inner.color-swatch-image.selected {
  border-color: #000;
  -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 4px #000;
          box-shadow: 0 0 0 2px #fff, 0 0 0 4px #000;
}
.color-attribute.swatch-square .swatch-square-inner.color-swatch-image.selectable:hover {
  border-color: #757575;
}
.color-attribute.swatch-square .swatch-square-inner.color-swatch-image.unselectable {
  opacity: 0.4;
  cursor: not-allowed;
  position: relative;
}
.color-attribute.swatch-square .swatch-square-inner.color-swatch-image.unselectable::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -2px;
  right: -2px;
  height: 2px;
  background-color: #dc3545;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.size-attribute.swatch-square .swatch-square-inner {
  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;
  min-width: 44px;
  height: 44px;
  padding: 0 0.75rem;
  font-size: 14px;
  font-weight: 500;
  color: #444;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 0.25rem;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
.size-attribute.swatch-square .swatch-square-inner.selected {
  border-color: #000;
  background-color: #000;
  color: #fff;
}
.size-attribute.swatch-square .swatch-square-inner.selectable:hover {
  border-color: #000;
}
.size-attribute.swatch-square .swatch-square-inner.unselectable {
  opacity: 0.4;
  color: #aeaeae;
  text-decoration: line-through;
  cursor: not-allowed;
}

.size-attribute.swatch-circle-btn .swatch-circle-inner {
  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;
  width: 44px;
  height: 44px;
  font-size: 14px;
  font-weight: 500;
  color: #444;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
.size-attribute.swatch-circle-btn .swatch-circle-inner.selected {
  border-color: #000;
  background-color: #000;
  color: #fff;
}
.size-attribute.swatch-circle-btn .swatch-circle-inner.selectable:hover {
  border-color: #000;
}
.size-attribute.swatch-circle-btn .swatch-circle-inner.unselectable {
  opacity: 0.4;
  color: #aeaeae;
  text-decoration: line-through;
  cursor: not-allowed;
}

.product-quickview .color-swatches-container,
.product-quickview .size-swatches-container {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.product-quickview .color-attribute.swatch-circle-btn .swatch-circle,
.product-quickview .color-attribute.swatch-square .swatch-square-inner.color-swatch-image {
  width: 32px;
  height: 32px;
}
.product-quickview .size-attribute.swatch-square .swatch-square-inner,
.product-quickview .size-attribute.swatch-circle-btn .swatch-circle-inner {
  min-width: 40px;
  height: 40px;
  font-size: 12px;
}

@media (max-width: 767px) {
  .color-attribute.swatch-circle-btn .swatch-circle,
  .color-attribute.swatch-square .swatch-square-inner.color-swatch-image {
    width: 32px;
    height: 32px;
  }
  .size-attribute.swatch-square .swatch-square-inner,
  .size-attribute.swatch-circle-btn .swatch-circle-inner {
    min-width: 40px;
    height: 40px;
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .pdp-layout-3columns .pdp-3col-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .pdp-layout-3columns .product-info-main-col {
    padding-left: 1rem;
    padding-right: 0.75rem;
  }
  .pdp-layout-3columns .product-info-actions-col {
    padding-left: 0.75rem;
    border-left: 1px solid #e0e0e0;
  }
}
@media (min-width: 768px) {
  .pdp-layout-3columns .pdp-sticky-footer {
    display: none !important;
  }
}

.pdp-sticky-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  -webkit-box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  padding: 0.75rem 1rem;
  z-index: 1030;
  display: none;
}
@media (max-width: 767.98px) {
  .pdp-sticky-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.75rem;
  }
}
.pdp-sticky-footer .sticky-prices {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.2;
}
.pdp-sticky-footer .sticky-prices .strike-through {
  text-decoration: line-through;
  font-size: 11px;
  color: #aeaeae;
}
.pdp-sticky-footer .sticky-prices .sales {
  font-weight: 700;
  font-size: 14px;
  color: #444;
}
.pdp-sticky-footer .sticky-quantity {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
}
.pdp-sticky-footer .sticky-quantity button {
  width: 32px;
  height: 32px;
  padding: 0;
  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;
  font-size: 1.25rem;
  font-weight: 700;
  border-radius: 0.25rem;
}
.pdp-sticky-footer .sticky-quantity button:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.pdp-sticky-footer .sticky-quantity .sticky-qty-input {
  width: 36px;
  height: 32px;
  text-align: center;
  border: 1px solid #e0e0e0;
  border-radius: 0.25rem;
  font-size: 14px;
  font-weight: 500;
  -moz-appearance: textfield;
}
.pdp-sticky-footer .sticky-quantity .sticky-qty-input::-webkit-outer-spin-button, .pdp-sticky-footer .sticky-quantity .sticky-qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.pdp-sticky-footer .sticky-add-to-cart {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.pdp-sticky-footer .sticky-add-to-cart .btn {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 767.98px) {
  .product-detail {
    padding-bottom: 80px;
  }
}

.product-info-main-col .product-breadcrumb {
  margin-bottom: 0.5rem;
}
.product-info-main-col .product-name {
  margin-bottom: 0.75rem;
}
.product-info-main-col .pdp-description-in-column {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #e0e0e0;
}

.product-info-actions-col .prices {
  margin-bottom: 0.75rem;
}
.product-info-actions-col .availability {
  margin-bottom: 0.75rem;
}
.product-info-actions-col .cart-and-ipay {
  margin-bottom: 0.75rem;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-info-actions-col .cart-and-ipay .btn {
  max-width: 240px;
  width: 100%;
}
.product-info-actions-col .pdp-in-store-inventory {
  margin-bottom: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-info-actions-col .pdp-in-store-inventory .btn,
.product-info-actions-col .pdp-in-store-inventory a {
  max-width: 240px;
  width: 100%;
  text-align: center;
}
.product-info-actions-col .pdp-in-store-inventory:empty {
  display: none;
}
.product-info-actions-col .pdp-wishlist-giftregistry {
  margin-bottom: 0.75rem;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.product-info-actions-col .pdp-wishlist-giftregistry .btn,
.product-info-actions-col .pdp-wishlist-giftregistry a {
  max-width: 240px;
  width: 100%;
}
.product-info-actions-col .pdp-wishlist-giftregistry:empty {
  display: none;
}
.product-info-actions-col .social-container {
  margin-top: 1rem;
  padding-top: 0.75rem;
  border-top: 1px solid #e0e0e0;
}
.product-info-actions-col .quantity-col-actions {
  margin-bottom: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-info-actions-col .quantity-col-actions .quantity-actions-wrapper {
  max-width: 240px;
  width: 100%;
}
.product-info-actions-col .quantity-col-actions .quantity-actions-select {
  width: 100%;
  height: 44px;
  padding: 0 0.75rem;
  font-size: 14px;
  font-weight: 500;
  color: #444;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 0.25rem;
  cursor: pointer;
  -webkit-transition: border-color 150ms ease-in-out;
  transition: border-color 150ms ease-in-out;
}
.product-info-actions-col .quantity-col-actions .quantity-actions-select:hover {
  border-color: #757575;
}
.product-info-actions-col .quantity-col-actions .quantity-actions-select:focus {
  border-color: #005f32;
  outline: none;
  -webkit-box-shadow: 0 0 0 2px rgba(0, 95, 50, 0.2);
          box-shadow: 0 0 0 2px rgba(0, 95, 50, 0.2);
}

.carousel-item {
  overflow: hidden;
}

.carousel-image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  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;
  overflow: hidden;
}
@media (hover: hover) and (pointer: fine) {
  .carousel-image-wrapper {
    cursor: pointer;
  }
}
.carousel-image-wrapper.is-zoomed {
  -ms-touch-action: none;
      touch-action: none;
}
.carousel-image-wrapper.is-zoomed .carousel-image {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.carousel-image {
  max-width: 100%;
  height: auto;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: -webkit-transform 0.15s ease-out;
  transition: -webkit-transform 0.15s ease-out;
  transition: transform 0.15s ease-out;
  transition: transform 0.15s ease-out, -webkit-transform 0.15s ease-out;
  will-change: transform;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
}

.carousel-zoom-hint {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  width: 36px;
  height: 36px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  -webkit-transition: opacity 150ms ease-in-out;
  transition: opacity 150ms ease-in-out;
  pointer-events: none;
  z-index: 1;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.carousel-zoom-hint svg {
  color: #444;
}

.carousel-image-wrapper:hover .carousel-zoom-hint {
  opacity: 1;
}

.product-gallery__zoom-hint {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  width: 36px;
  height: 36px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  -webkit-transition: opacity 150ms ease-in-out;
  transition: opacity 150ms ease-in-out;
  pointer-events: none;
  z-index: 1;
}
.product-gallery__zoom-hint svg {
  color: #444;
}

.product-gallery__image-wrapper:hover .product-gallery__zoom-hint {
  opacity: 1;
}

@media (hover: hover) and (pointer: fine) {
  .js-lightbox-trigger {
    cursor: pointer;
  }
}
.product-lightbox .modal-dialog {
  width: 100vw;
  height: 100vh;
  max-width: 100vw;
  max-height: 100vh;
  margin: 0;
}
.product-lightbox .modal-content {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 0;
  background-color: #f5f5f5;
}
.product-lightbox .modal-body {
  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;
  padding: 0;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.product-lightbox .lightbox__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 10;
  width: 44px;
  height: 44px;
  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;
  background-color: #fff;
  border: none;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
.product-lightbox .lightbox__close svg {
  color: #444;
}
.product-lightbox .lightbox__close:hover {
  background-color: #f5f5f5;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.product-lightbox .lightbox__close:focus {
  outline: 2px solid #005f32;
  outline-offset: 2px;
}
.product-lightbox .lightbox__nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  width: 48px;
  height: 48px;
  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;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 0.25rem;
  cursor: pointer;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
.product-lightbox .lightbox__nav svg {
  color: #444;
}
.product-lightbox .lightbox__nav:hover {
  background-color: #f5f5f5;
  border-color: #bdbdbd;
}
.product-lightbox .lightbox__nav:focus {
  outline: 2px solid #005f32;
  outline-offset: 2px;
}
.product-lightbox .lightbox__nav--prev {
  left: 1rem;
}
.product-lightbox .lightbox__nav--next {
  right: 1rem;
}
.product-lightbox .lightbox__image-container {
  position: relative;
  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;
  width: calc(100% - 160px);
  height: calc(100% - 160px);
  max-width: 1200px;
  overflow: hidden;
}
.product-lightbox .lightbox__image-container.is-zoomed .lightbox__image {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.product-lightbox .lightbox__image {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  -webkit-transition: opacity 0.15s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.15s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.15s ease-out, transform 0.3s ease-out;
  transition: opacity 0.15s ease-out, transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.product-lightbox .lightbox__zoom-controls {
  position: absolute;
  bottom: 0.75rem;
  right: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  z-index: 5;
}
.product-lightbox .lightbox__zoom-btn {
  width: 40px;
  height: 40px;
  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;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 0.25rem;
  cursor: pointer;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
.product-lightbox .lightbox__zoom-btn svg {
  color: #444;
}
.product-lightbox .lightbox__zoom-btn:hover:not(:disabled) {
  background-color: #f5f5f5;
  border-color: #bdbdbd;
}
.product-lightbox .lightbox__zoom-btn:focus {
  outline: 2px solid #005f32;
  outline-offset: 2px;
}
.product-lightbox .lightbox__zoom-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.product-lightbox .lightbox__thumbnails {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: calc(100% - 2rem);
  padding: 0.75rem;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  overflow: auto hidden;
}
.product-lightbox .lightbox__thumbnails::-webkit-scrollbar {
  height: 6px;
}
.product-lightbox .lightbox__thumbnails::-webkit-scrollbar-track {
  background: #eee;
  border-radius: 3px;
}
.product-lightbox .lightbox__thumbnails::-webkit-scrollbar-thumb {
  background: #bdbdbd;
  border-radius: 3px;
}
.product-lightbox .lightbox__thumbnails::-webkit-scrollbar-thumb:hover {
  background: #757575;
}
.product-lightbox .lightbox__thumbnails-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.product-lightbox .lightbox__thumbnail {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 60px;
  height: 60px;
  padding: 0;
  background: none;
  border: 2px solid transparent;
  border-radius: 0.25rem;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  opacity: 0.6;
}
.product-lightbox .lightbox__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-lightbox .lightbox__thumbnail:hover {
  opacity: 0.8;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.product-lightbox .lightbox__thumbnail.is-active {
  opacity: 1;
  border-color: #005f32;
}
.product-lightbox .lightbox__thumbnail:focus {
  outline: 2px solid #005f32;
  outline-offset: 2px;
}

body.modal-open {
  overflow: hidden;
}

.carousel-thumbnails {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767.98px) {
  .carousel-thumbnails.d-sm-none {
    display: none !important;
  }
}

.thumbnails-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 100%;
  overflow-x: auto;
}

.thumbnail-btn {
  position: relative;
  width: 80px;
  height: 80px;
  padding: 0;
  border: 2px solid #e0e0e0;
  border-radius: 0.5rem;
  background: #fff;
  cursor: pointer;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
}
.thumbnail-btn img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.thumbnail-btn:hover {
  border-color: #005f32;
  -webkit-box-shadow: 0 2px 8px rgba(0, 95, 50, 0.15);
          box-shadow: 0 2px 8px rgba(0, 95, 50, 0.15);
}
.thumbnail-btn.active {
  border-color: #005f32;
  border-width: 3px;
}

.gift-card-product .pdp-in-store-inventory {
  display: none !important;
}
.gift-card-product .gift-card-message .alert {
  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;
  background-color: rgba(0, 95, 50, 0.05);
  border: 1px solid rgba(0, 95, 50, 0.2);
  color: #005f32;
  border-radius: 0.5rem;
  padding: 0.75rem;
  font-size: 1rem;
  font-weight: 500;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.gift-card-product .gift-card-message .alert p {
  margin: 0;
}

.experience-einstein-einsteinCarousel .carousel-title,
.experience-einstein-einsteinCarouselProduct .carousel-title,
.experience-einstein-einsteinCarouselCategory .carousel-title {
  color: #444;
  font-weight: 700;
  font-size: 22px;
  text-align: left;
  margin-bottom: 24px;
}
.experience-einstein-einsteinCarousel .swiper-slide,
.experience-einstein-einsteinCarouselProduct .swiper-slide,
.experience-einstein-einsteinCarouselCategory .swiper-slide {
  width: 222px;
}
.experience-einstein-einsteinCarousel .swiper-slide .product,
.experience-einstein-einsteinCarouselProduct .swiper-slide .product,
.experience-einstein-einsteinCarouselCategory .swiper-slide .product {
  width: 100%;
  height: 346px;
}
.experience-einstein-einsteinCarousel .einstein-swiper-container,
.experience-einstein-einsteinCarouselProduct .einstein-swiper-container,
.experience-einstein-einsteinCarouselCategory .einstein-swiper-container {
  position: relative;
  padding: 0 15px;
}
.experience-einstein-einsteinCarousel .einstein-swiper-container::before,
.experience-einstein-einsteinCarouselProduct .einstein-swiper-container::before,
.experience-einstein-einsteinCarouselCategory .einstein-swiper-container::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  width: 100px;
  background: -webkit-gradient(linear, left top, right top, from(#fafafa), to(rgba(250, 250, 250, 0)));
  background: linear-gradient(90deg, #fafafa 0%, rgba(250, 250, 250, 0) 100%);
  pointer-events: none;
  z-index: 2;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  opacity: 0;
}
.experience-einstein-einsteinCarousel .einstein-swiper-container::after,
.experience-einstein-einsteinCarouselProduct .einstein-swiper-container::after,
.experience-einstein-einsteinCarouselCategory .einstein-swiper-container::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  width: 100px;
  background: -webkit-gradient(linear, right top, left top, from(#fafafa), to(rgba(250, 250, 250, 0)));
  background: linear-gradient(270deg, #fafafa 0%, rgba(250, 250, 250, 0) 100%);
  pointer-events: none;
  z-index: 2;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.experience-einstein-einsteinCarousel .einstein-swiper-container:not(.is-first-slide)::before,
.experience-einstein-einsteinCarouselProduct .einstein-swiper-container:not(.is-first-slide)::before,
.experience-einstein-einsteinCarouselCategory .einstein-swiper-container:not(.is-first-slide)::before {
  opacity: 1;
}
.experience-einstein-einsteinCarousel .einstein-swiper-container.is-last-slide::after,
.experience-einstein-einsteinCarouselProduct .einstein-swiper-container.is-last-slide::after,
.experience-einstein-einsteinCarouselCategory .einstein-swiper-container.is-last-slide::after {
  opacity: 0;
}
.experience-einstein-einsteinCarousel .swiper-button-next,
.experience-einstein-einsteinCarousel .swiper-button-prev,
.experience-einstein-einsteinCarouselProduct .swiper-button-next,
.experience-einstein-einsteinCarouselProduct .swiper-button-prev,
.experience-einstein-einsteinCarouselCategory .swiper-button-next,
.experience-einstein-einsteinCarouselCategory .swiper-button-prev {
  width: 50px;
  height: 50px;
  border-radius: 9999px;
  background-color: rgba(0, 140, 75, 0.1019607843);
  border: none;
  z-index: 3;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.experience-einstein-einsteinCarousel .swiper-button-next::after,
.experience-einstein-einsteinCarousel .swiper-button-prev::after,
.experience-einstein-einsteinCarouselProduct .swiper-button-next::after,
.experience-einstein-einsteinCarouselProduct .swiper-button-prev::after,
.experience-einstein-einsteinCarouselCategory .swiper-button-next::after,
.experience-einstein-einsteinCarouselCategory .swiper-button-prev::after {
  font-size: 14px;
  font-weight: 700;
  color: #005f32;
}
.experience-einstein-einsteinCarousel .swiper-button-next:hover,
.experience-einstein-einsteinCarousel .swiper-button-prev:hover,
.experience-einstein-einsteinCarouselProduct .swiper-button-next:hover,
.experience-einstein-einsteinCarouselProduct .swiper-button-prev:hover,
.experience-einstein-einsteinCarouselCategory .swiper-button-next:hover,
.experience-einstein-einsteinCarouselCategory .swiper-button-prev:hover {
  background-color: #e8f5ef;
}
.experience-einstein-einsteinCarousel .swiper-button-next.swiper-button-disabled,
.experience-einstein-einsteinCarousel .swiper-button-prev.swiper-button-disabled,
.experience-einstein-einsteinCarouselProduct .swiper-button-next.swiper-button-disabled,
.experience-einstein-einsteinCarouselProduct .swiper-button-prev.swiper-button-disabled,
.experience-einstein-einsteinCarouselCategory .swiper-button-next.swiper-button-disabled,
.experience-einstein-einsteinCarouselCategory .swiper-button-prev.swiper-button-disabled {
  opacity: 0.3;
}
.experience-einstein-einsteinCarousel .einstein-swiper-container:hover .swiper-button-next,
.experience-einstein-einsteinCarousel .einstein-swiper-container:hover .swiper-button-prev,
.experience-einstein-einsteinCarouselProduct .einstein-swiper-container:hover .swiper-button-next,
.experience-einstein-einsteinCarouselProduct .einstein-swiper-container:hover .swiper-button-prev,
.experience-einstein-einsteinCarouselCategory .einstein-swiper-container:hover .swiper-button-next,
.experience-einstein-einsteinCarouselCategory .einstein-swiper-container:hover .swiper-button-prev {
  opacity: 1;
}
.experience-einstein-einsteinCarousel .einstein-swiper-container.is-first-slide .swiper-button-prev,
.experience-einstein-einsteinCarouselProduct .einstein-swiper-container.is-first-slide .swiper-button-prev,
.experience-einstein-einsteinCarouselCategory .einstein-swiper-container.is-first-slide .swiper-button-prev {
  display: none;
}
.experience-einstein-einsteinCarousel .einstein-swiper-container.is-last-slide .swiper-button-next,
.experience-einstein-einsteinCarouselProduct .einstein-swiper-container.is-last-slide .swiper-button-next,
.experience-einstein-einsteinCarouselCategory .einstein-swiper-container.is-last-slide .swiper-button-next {
  display: none;
}
.experience-einstein-einsteinCarousel .swiper-button-prev,
.experience-einstein-einsteinCarouselProduct .swiper-button-prev,
.experience-einstein-einsteinCarouselCategory .swiper-button-prev {
  left: 0;
}
.experience-einstein-einsteinCarousel .swiper-button-next,
.experience-einstein-einsteinCarouselProduct .swiper-button-next,
.experience-einstein-einsteinCarouselCategory .swiper-button-next {
  right: 0;
}
.experience-einstein-einsteinCarousel .einstein-swiper-container:not(:has(.swiper-initialized)) .swiper-button-next,
.experience-einstein-einsteinCarousel .einstein-swiper-container:not(:has(.swiper-initialized)) .swiper-button-prev,
.experience-einstein-einsteinCarousel .einstein-swiper-container:not(:has(.swiper-initialized)) .swiper-pagination,
.experience-einstein-einsteinCarouselProduct .einstein-swiper-container:not(:has(.swiper-initialized)) .swiper-button-next,
.experience-einstein-einsteinCarouselProduct .einstein-swiper-container:not(:has(.swiper-initialized)) .swiper-button-prev,
.experience-einstein-einsteinCarouselProduct .einstein-swiper-container:not(:has(.swiper-initialized)) .swiper-pagination,
.experience-einstein-einsteinCarouselCategory .einstein-swiper-container:not(:has(.swiper-initialized)) .swiper-button-next,
.experience-einstein-einsteinCarouselCategory .einstein-swiper-container:not(:has(.swiper-initialized)) .swiper-button-prev,
.experience-einstein-einsteinCarouselCategory .einstein-swiper-container:not(:has(.swiper-initialized)) .swiper-pagination {
  display: none;
}
.experience-einstein-einsteinCarousel .einstein-swiper-container:not(:has(.swiper-initialized))::after,
.experience-einstein-einsteinCarouselProduct .einstein-swiper-container:not(:has(.swiper-initialized))::after,
.experience-einstein-einsteinCarouselCategory .einstein-swiper-container:not(:has(.swiper-initialized))::after {
  display: none;
}
.experience-einstein-einsteinCarousel .swiper-pagination,
.experience-einstein-einsteinCarouselProduct .swiper-pagination,
.experience-einstein-einsteinCarouselCategory .swiper-pagination {
  position: relative;
  top: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  margin-top: 1rem;
  height: auto;
}
@media (max-width: 575px) {
  .experience-einstein-einsteinCarousel,
  .experience-einstein-einsteinCarouselProduct,
  .experience-einstein-einsteinCarouselCategory {
    padding: 0 20px;
  }
  .experience-einstein-einsteinCarousel .carousel-title,
  .experience-einstein-einsteinCarouselProduct .carousel-title,
  .experience-einstein-einsteinCarouselCategory .carousel-title {
    font-size: 16px;
    font-weight: 700;
  }
  .experience-einstein-einsteinCarousel .einstein-swiper-container,
  .experience-einstein-einsteinCarouselProduct .einstein-swiper-container,
  .experience-einstein-einsteinCarouselCategory .einstein-swiper-container {
    padding: 0;
  }
  .experience-einstein-einsteinCarousel .einstein-swiper-container::before, .experience-einstein-einsteinCarousel .einstein-swiper-container::after,
  .experience-einstein-einsteinCarouselProduct .einstein-swiper-container::before,
  .experience-einstein-einsteinCarouselProduct .einstein-swiper-container::after,
  .experience-einstein-einsteinCarouselCategory .einstein-swiper-container::before,
  .experience-einstein-einsteinCarouselCategory .einstein-swiper-container::after {
    display: none;
  }
  .experience-einstein-einsteinCarousel .swiper-button-next,
  .experience-einstein-einsteinCarousel .swiper-button-prev,
  .experience-einstein-einsteinCarousel .swiper-pagination,
  .experience-einstein-einsteinCarouselProduct .swiper-button-next,
  .experience-einstein-einsteinCarouselProduct .swiper-button-prev,
  .experience-einstein-einsteinCarouselProduct .swiper-pagination,
  .experience-einstein-einsteinCarouselCategory .swiper-button-next,
  .experience-einstein-einsteinCarouselCategory .swiper-button-prev,
  .experience-einstein-einsteinCarouselCategory .swiper-pagination {
    display: none;
  }
  .experience-einstein-einsteinCarousel .swiper-wrapper,
  .experience-einstein-einsteinCarouselProduct .swiper-wrapper,
  .experience-einstein-einsteinCarouselCategory .swiper-wrapper {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    -webkit-transform: none !important;
            transform: none !important;
  }
  .experience-einstein-einsteinCarousel .swiper-slide,
  .experience-einstein-einsteinCarouselProduct .swiper-slide,
  .experience-einstein-einsteinCarouselCategory .swiper-slide {
    width: auto !important;
    margin: 0 !important;
  }
}
.experience-einstein-einsteinCarousel .swiper-pagination-bullet,
.experience-einstein-einsteinCarouselProduct .swiper-pagination-bullet,
.experience-einstein-einsteinCarouselCategory .swiper-pagination-bullet {
  width: 1.5rem;
  height: 0.375rem;
  background: #bdbdbd;
  border-radius: 0.25rem;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
.experience-einstein-einsteinCarousel .swiper-pagination-bullet.swiper-pagination-bullet-active,
.experience-einstein-einsteinCarouselProduct .swiper-pagination-bullet.swiper-pagination-bullet-active,
.experience-einstein-einsteinCarouselCategory .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 3rem;
  background: #444;
  border-radius: 0.25rem;
}

.storepage .experience-einstein-einsteinCarousel,
.storepage .experience-einstein-einsteinCarouselProduct,
.storepage .experience-einstein-einsteinCarouselCategory {
  background-color: #fafafa;
}

#maincontent:has(.product-detail) {
  overflow-x: hidden;
}

@media (max-width: 767.98px) {
  .product-tile {
    height: 333px;
  }
  .product-tile .tile-body .pdp-link a {
    font-size: 12px;
  }
  .product-tile .image-container > a:first-of-type {
    min-height: 134px;
  }
  .product-tile .image-container img,
  .product-tile .image-container .tile-image {
    max-height: 134px;
  }
  .product-tile .price del .value,
  .product-tile .price .strike-through .value {
    font-size: 14px;
  }
  .product-tile .producttile-add2cart .btn {
    font-size: 12px;
  }
}

@media (max-width: 767.98px) {
  .recommendations .experience-component .product-tile .tile-brand,
  .recommendations .experience-component .product-tile .producttile-add2cart {
    display: block;
  }
}

@media (max-width: 767.98px) {
  body:has(.product-detail) .experience-einstein-carousel .product-tile .tile-brand,
  body:has(.product-detail) .experience-einstein-carousel .product-tile .producttile-add2cart {
    display: block;
  }
}

@media (max-width: 543.98px) {
  .description-and-detail .title {
    font-family: "Roboto", "Helvetica Neue", arial, sans-serif;
  }
}

.prices-add-to-cart-actions {
  position: static !important;
  width: 276px;
  height: 302px;
  z-index: auto;
  padding: 1rem;
  left: auto;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
}
.prices-add-to-cart-actions .btn {
  max-width: 240px;
  width: 100%;
}

@media (max-width: 767.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: #fff;
  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: #fff;
  padding: 7px;
  border-radius: 12px;
}
.product-gallery .swiper-product-gallery .swiper.swiper-thumbs .swiper-slide-thumb-active {
  border: 2px solid #005f32;
}
.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: #fff;
  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: 767px) {
  .swiper-product-gallery {
    gap: 10px;
  }
}
.add-to-cart-messages {
  z-index: 1020;
}

.attribute {
  margin-bottom: 1rem;
}
.attribute .non-input-label {
  display: block;
  margin-bottom: 0.5rem;
  color: #000;
  font-family: "Inter", "Roboto", "Helvetica Neue", arial, sans-serif;
  font-weight: 700;
  font-size: 10px;
  line-height: 100%;
}

.color-swatches-container,
.size-swatches-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.5rem;
}
@media (max-width: 991.98px) {
  .color-swatches-container,
  .size-swatches-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 0.75rem;
    padding-right: 1rem;
    margin-right: -1rem;
  }
  .color-swatches-container::-webkit-scrollbar,
  .size-swatches-container::-webkit-scrollbar {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .color-swatches-container.square-swatches,
  .size-swatches-container.square-swatches {
    gap: 1rem;
  }
}

.swatch-btn {
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  position: relative;
}
.swatch-btn:focus {
  outline: 2px solid #005f32;
  outline-offset: 2px;
}
.swatch-btn:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.color-attribute .color-swatch-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.color-attribute.swatch-circle-btn .swatch-circle {
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: border 150ms ease-in-out;
  transition: border 150ms ease-in-out;
}
.color-attribute.swatch-circle-btn .swatch-circle.selected {
  border: 2px solid #222;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.color-attribute.swatch-circle-btn .swatch-circle.selectable:hover {
  border-color: #757575;
}
.color-attribute.swatch-circle-btn .swatch-circle.unselectable {
  opacity: 0.4;
  cursor: not-allowed;
  position: relative;
}
.color-attribute.swatch-circle-btn .swatch-circle.unselectable::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -2px;
  right: -2px;
  height: 2px;
  background-color: #dc3545;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.color-attribute.swatch-square .swatch-square-inner.color-swatch-image {
  display: block;
  min-width: 44px;
  width: 100%;
  height: 60px;
  border-radius: 0.75rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: border 150ms ease-in-out;
  transition: border 150ms ease-in-out;
}
.color-attribute.swatch-square .swatch-square-inner.color-swatch-image.selected {
  border: 2px solid #222;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.color-attribute.swatch-square .swatch-square-inner.color-swatch-image.selectable:hover {
  border-color: #757575;
}
.color-attribute.swatch-square .swatch-square-inner.color-swatch-image.unselectable {
  opacity: 0.4;
  cursor: not-allowed;
  position: relative;
  overflow: hidden;
}
.color-attribute.swatch-square .swatch-square-inner.color-swatch-image.unselectable::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -2px;
  right: -2px;
  height: 2px;
  background-color: #757575;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.size-attribute.swatch-square .swatch-square-inner,
.gift-card-attribute.swatch-square .swatch-square-inner,
.swatch-btn.swatch-square .swatch-square-inner {
  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;
  min-width: 44px;
  height: 60px;
  padding: 0 0.75rem;
  font-size: 14px;
  font-weight: 500;
  color: #444;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.75rem;
  -webkit-transition: border 150ms ease-in-out;
  transition: border 150ms ease-in-out;
}
.size-attribute.swatch-square .swatch-square-inner.selected,
.gift-card-attribute.swatch-square .swatch-square-inner.selected,
.swatch-btn.swatch-square .swatch-square-inner.selected {
  border: 2px solid #222 !important;
  background-color: #fff;
  color: #444;
  font-weight: 700;
}
.size-attribute.swatch-square .swatch-square-inner.selectable:hover,
.gift-card-attribute.swatch-square .swatch-square-inner.selectable:hover,
.swatch-btn.swatch-square .swatch-square-inner.selectable:hover {
  border-color: #222;
}
.size-attribute.swatch-square .swatch-square-inner.unselectable,
.gift-card-attribute.swatch-square .swatch-square-inner.unselectable,
.swatch-btn.swatch-square .swatch-square-inner.unselectable {
  opacity: 1;
  color: #aeaeae;
  background-color: rgba(0, 0, 0, 0.15);
  text-decoration: line-through;
  cursor: not-allowed;
}

.size-attribute.swatch-circle-btn .swatch-circle-inner {
  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;
  width: 44px;
  height: 44px;
  font-size: 14px;
  font-weight: 500;
  color: #444;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  -webkit-transition: border 150ms ease-in-out;
  transition: border 150ms ease-in-out;
}
.size-attribute.swatch-circle-btn .swatch-circle-inner.selected {
  border: 2px solid #222;
  background-color: #fff;
  color: #444;
}
.size-attribute.swatch-circle-btn .swatch-circle-inner.selectable:hover {
  border-color: #222;
}
.size-attribute.swatch-circle-btn .swatch-circle-inner.unselectable {
  opacity: 1;
  color: #aeaeae;
  background-color: rgba(0, 0, 0, 0.15);
  text-decoration: line-through;
  cursor: not-allowed;
  overflow: hidden;
}

.product-quickview .product-row-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-quickview .primary-images,
.product-quickview .product-info-main {
  min-width: 100%;
}
.product-quickview .color-swatches-container,
.product-quickview .size-swatches-container {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.product-quickview .color-attribute.swatch-circle-btn .swatch-circle,
.product-quickview .color-attribute.swatch-square .swatch-square-inner.color-swatch-image {
  width: 100%;
  height: 60px;
}
.product-quickview .size-attribute.swatch-square .swatch-square-inner,
.product-quickview .size-attribute.swatch-circle-btn .swatch-circle-inner {
  width: 100%;
  height: 60px;
  font-size: 12px;
}

.quick-view-dialog {
  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;
  min-height: 100vh;
  margin: 0 auto;
}
.quick-view-dialog .modal-header {
  position: relative;
  padding: 0;
  background-color: transparent;
  border: none;
}
.quick-view-dialog .modal-header .full-pdp-link {
  display: none;
}
.quick-view-dialog .modal-header .close {
  position: absolute;
  top: -40px;
  right: 12px;
  background-color: #fff;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  padding: 0;
  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;
  cursor: pointer;
}
.quick-view-dialog .modal-header .close::before {
  display: block;
  content: "";
  background-image: url("../../images/icons/close.svg");
  background-size: contain;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
}
.quick-view-dialog .modal-header .close span {
  display: none;
}
.quick-view-dialog .modal-content {
  border-radius: 0.75rem;
}
.quick-view-dialog .modal-body {
  max-height: 600px;
  padding: 1.5rem 1.25rem;
  overflow-y: auto;
}
.quick-view-dialog .modal-footer {
  display: none;
}

@media (max-width: 767px) {
  .color-attribute.swatch-circle-btn .swatch-circle,
  .color-attribute.swatch-square .swatch-square-inner.color-swatch-image {
    width: 74px;
    height: 60px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .size-attribute.swatch-square .swatch-square-inner,
  .size-attribute.swatch-circle-btn .swatch-circle-inner {
    min-width: 40px;
    width: 96px;
    height: 60px;
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .pdp-layout-3columns .pdp-3col-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .pdp-layout-3columns .pdp-3col-row .primary-images {
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    position: sticky;
    top: 10px;
  }
  .pdp-layout-3columns .pdp-3col-row .product-info-actions-col {
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    position: sticky;
    top: 10px;
  }
  .pdp-layout-3columns .product-info-main-col {
    padding-left: 1rem;
    padding-right: 0.75rem;
  }
  .pdp-layout-3columns .product-info-actions-col {
    padding-left: 0.75rem;
    border-left: unset;
  }
}
@media (min-width: 768px) {
  .pdp-layout-3columns .pdp-sticky-footer {
    display: none;
  }
}

@media (min-width: 768px) {
  .site-header.is-visible + #maincontent .pdp-layout-3columns .pdp-3col-row .primary-images {
    top: 165px !important;
  }
  .site-header.is-visible + #maincontent .pdp-layout-3columns .pdp-3col-row .product-info-actions-col {
    top: 165px !important;
  }
}

.pdp-sticky-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  -webkit-box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  padding: 0.75rem 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 1030;
  display: none;
}
@media (max-width: 767.98px) {
  .pdp-sticky-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.75rem;
  }
}
.pdp-sticky-footer .sticky-prices {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.2;
  width: 100%;
}
.pdp-sticky-footer .sticky-prices .strike-through {
  text-decoration: line-through;
  font-size: 12px;
  font-weight: 600;
  color: #aeaeae;
  line-height: 120%;
}
.pdp-sticky-footer .sticky-prices .sales-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.pdp-sticky-footer .sticky-prices .sales {
  font-size: 24px;
  font-weight: 600;
  color: #222;
  line-height: 100%;
}
.pdp-sticky-footer .sticky-prices .discount-badge {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
}
.pdp-sticky-footer .sticky-add-to-cart {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  width: 100%;
}
.pdp-sticky-footer .sticky-add-to-cart.product-add2cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.pdp-sticky-footer .sticky-add-to-cart .sticky-add-to-cart-btn {
  width: 100%;
  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: 0.5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 44px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 0.5rem;
}
.pdp-sticky-footer .sticky-add-to-cart .sticky-add-to-cart-btn svg {
  width: 18px;
  height: 18px;
}
.pdp-sticky-footer .sticky-add-to-cart .sticky-add-to-cart-btn.d-none {
  display: none !important;
}
.pdp-sticky-footer .sticky-add-to-cart .sticky-qty-picker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 44px;
  padding: 0;
  background-color: #fff;
  border: none;
  border-radius: 0.5rem;
  color: #005f32;
  min-width: 100%;
}
.pdp-sticky-footer .sticky-add-to-cart .sticky-qty-picker.d-none {
  display: none !important;
}
.pdp-sticky-footer .sticky-add-to-cart .qty-btn {
  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;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 9999px;
  -webkit-transition: background-color 150ms ease-in-out;
  transition: background-color 150ms ease-in-out;
  padding: 0;
}
.pdp-sticky-footer .sticky-add-to-cart .qty-btn:hover {
  background-color: #c0e6d4;
  border-color: #005f32;
}
.pdp-sticky-footer .sticky-add-to-cart .qty-btn:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.pdp-sticky-footer .sticky-add-to-cart .qty-btn svg {
  width: 24px;
  height: 24px;
  color: #005f32;
}
.pdp-sticky-footer .sticky-add-to-cart .qty-btn.d-none {
  display: none !important;
}
.pdp-sticky-footer .sticky-add-to-cart .delete-product svg {
  width: 24px;
  height: 24px;
  color: #dc3545;
}
.pdp-sticky-footer .sticky-add-to-cart .delete-product:hover {
  background-color: #c0e6d4;
  border-color: #005f32;
}
.pdp-sticky-footer .sticky-add-to-cart .current-quantity {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #222;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media (max-width: 767.98px) {
  .product-detail {
    padding-bottom: 80px;
  }
}

body.minicart-open .pdp-sticky-footer {
  z-index: 1 !important;
}

.product-info-main-col .product-breadcrumb {
  margin-bottom: 0.5rem;
}
.product-info-main-col .product-name {
  margin-bottom: 0.75rem;
}
.product-info-main-col .pdp-description-in-column {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.product-info-actions-col .prices {
  margin-bottom: 0.5rem;
}
.product-info-actions-col .availability {
  margin-bottom: 0.75rem;
}
.product-info-actions-col .cart-and-ipay {
  margin-bottom: 0.75rem;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-info-actions-col .cart-and-ipay .btn {
  max-width: 240px;
  width: 100%;
}
.product-info-actions-col .pdp-in-store-inventory {
  margin-bottom: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-info-actions-col .pdp-in-store-inventory .btn,
.product-info-actions-col .pdp-in-store-inventory a {
  max-width: 240px;
  width: 100%;
  text-align: center;
}
.product-info-actions-col .pdp-in-store-inventory:empty {
  display: none;
}
.product-info-actions-col .pdp-wishlist-giftregistry {
  margin-bottom: 0.75rem;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.product-info-actions-col .pdp-wishlist-giftregistry .btn,
.product-info-actions-col .pdp-wishlist-giftregistry a {
  max-width: 240px;
  width: 100%;
}
.product-info-actions-col .pdp-wishlist-giftregistry:empty {
  display: none;
}
.product-info-actions-col .social-container {
  margin-top: 1rem;
  padding-top: 0.75rem;
  border-top: 1px solid #e0e0e0;
}
.product-info-actions-col .quantity-col-actions {
  margin-bottom: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-info-actions-col .quantity-col-actions .quantity-actions-wrapper {
  max-width: 240px;
  width: 100%;
}
.product-info-actions-col .quantity-col-actions .quantity-actions-select {
  width: 100%;
  height: 44px;
  padding: 0 0.75rem;
  font-size: 14px;
  font-weight: 500;
  color: #444;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 0.25rem;
  cursor: pointer;
  -webkit-transition: border-color 150ms ease-in-out;
  transition: border-color 150ms ease-in-out;
}
.product-info-actions-col .quantity-col-actions .quantity-actions-select:hover {
  border-color: #757575;
}
.product-info-actions-col .quantity-col-actions .quantity-actions-select:focus {
  border-color: #005f32;
  outline: none;
  -webkit-box-shadow: 0 0 0 2px rgba(0, 95, 50, 0.2);
          box-shadow: 0 0 0 2px rgba(0, 95, 50, 0.2);
}

.breadcrumb-simplified {
  line-height: 120%;
}
.breadcrumb-simplified .breadcrumb-home {
  text-decoration: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.breadcrumb-simplified .breadcrumb-home span {
  background-color: rgba(0, 0, 0, 0.05);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  color: #444;
  font-weight: 400;
  font-size: 12px;
}
.breadcrumb-simplified .breadcrumb-product {
  color: #444;
  font-weight: 700;
  font-size: 14px;
}
@media (max-width: 991.98px) {
  .breadcrumb-simplified .breadcrumb-product {
    color: #222;
    font-weight: 400;
    font-size: 12px;
  }
}

.product-name-row .product-name {
  font-family: "Roboto", "Helvetica Neue", arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  color: #444;
  padding: 0.25rem 0;
}
.product-name-row .product-brand {
  font-weight: 600;
  font-size: 12px;
  line-height: 120%;
  color: #aeaeae;
}
.product-name-row .product-seller {
  font-weight: 600;
  font-size: 10px;
  line-height: 120%;
  color: #aeaeae;
}
@media (min-width: 768px) {
  .product-name-row .product-name {
    font-size: 24px;
  }
  .product-name-row .product-brand,
  .product-name-row .product-seller {
    font-size: 14px;
    font-weight: 400;
  }
}

.description-and-detail {
  margin-top: 0;
  padding-top: 1rem;
  border-top: none;
}
@media (max-width: 767.98px) {
  .description-and-detail {
    margin-top: 0.75rem;
    padding-top: 0.75rem;
  }
}
.description-and-detail .title {
  padding: 0.5rem 0;
  font-family: "Inter", "Roboto", "Helvetica Neue", arial, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.description-and-detail .title:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.description-and-detail .content {
  margin-top: 0;
  font-family: "Inter", "Roboto", "Helvetica Neue", arial, sans-serif;
  font-weight: 500;
  font-size: 10px;
  color: #000;
  line-height: 120%;
}
.description-and-detail .collapsible-xl .title::after {
  content: "";
  background-image: url("../../images/icons/chevron.svg");
  background-size: contain;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
}
.description-and-detail .collapsible-xl.active .title::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (min-width: 768px) {
  .description-and-detail .collapsible-xl .title {
    font-family: "Roboto", "Helvetica Neue", arial, sans-serif;
    font-size: 18px;
  }
  .description-and-detail .collapsible-xl .content {
    font-size: 0.875rem;
  }
}

@media (min-width: 768px) {
  .attributes {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 991.98px) {
  .attributes {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.pdp-checkout-button.product-add2cart {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  height: 44px;
}
.pdp-checkout-button.product-add2cart .add-to-cart,
.pdp-checkout-button.product-add2cart .add2cart,
.pdp-checkout-button.product-add2cart .pdp-add2cart-picker {
  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: 0.5rem;
  width: 100%;
  max-width: 100%;
  height: 44px;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 0.5rem;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
.pdp-checkout-button.product-add2cart .add-to-cart svg,
.pdp-checkout-button.product-add2cart .add2cart svg,
.pdp-checkout-button.product-add2cart .pdp-add2cart-picker svg {
  width: 20px;
  height: 20px;
}
.pdp-checkout-button.product-add2cart .add-to-cart.d-none,
.pdp-checkout-button.product-add2cart .add2cart.d-none,
.pdp-checkout-button.product-add2cart .pdp-add2cart-picker.d-none {
  display: none !important;
}
.pdp-checkout-button.product-add2cart .qty-picker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 240px;
  height: 48px;
  padding: 0 0.5rem;
  background-color: transparent;
  color: #005f32;
  border: none;
}
.pdp-checkout-button.product-add2cart .qty-btn {
  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;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border: 1px solid rgba(0, 95, 50, 0.4);
  border-radius: 9999px;
  background-color: #e8f5ef;
  -webkit-transition: background-color 150ms ease-in-out;
  transition: background-color 150ms ease-in-out;
}
.pdp-checkout-button.product-add2cart .qty-btn:hover {
  background-color: #c0e6d4;
  border-color: #005f32;
}
.pdp-checkout-button.product-add2cart .qty-btn:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.pdp-checkout-button.product-add2cart .qty-btn svg {
  width: 24px;
  height: 24px;
  color: #005f32;
}
.pdp-checkout-button.product-add2cart .qty-btn.d-none {
  display: none !important;
}
.pdp-checkout-button.product-add2cart .delete-product svg {
  width: 24px;
  height: 24px;
  color: #dc3545;
}
.pdp-checkout-button.product-add2cart .delete-product:hover {
  background-color: #c0e6d4;
  border-color: #005f32;
}
.pdp-checkout-button.product-add2cart .remove-product svg {
  color: #005f32;
}
.pdp-checkout-button.product-add2cart .add-product svg {
  color: #005f32;
}
.pdp-checkout-button.product-add2cart .current-quantity {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #222;
}

.col-12.pdp-checkout-button {
  padding: 0;
}

@media (max-width: 767.98px) {
  .pdp-checkout-button.product-add2cart .add-to-cart,
  .pdp-checkout-button.product-add2cart .add2cart,
  .pdp-checkout-button.product-add2cart .pdp-add2cart-picker,
  .pdp-checkout-button.product-add2cart .qty-picker {
    max-width: 100%;
  }
  .pdp-checkout-button.product-add2cart .qty-picker {
    height: 44px;
  }
  .pdp-checkout-button.product-add2cart .qty-btn {
    width: 32px;
    height: 32px;
  }
  .pdp-checkout-button.product-add2cart .qty-btn svg {
    width: 20px;
    height: 20px;
  }
  .pdp-checkout-button.product-add2cart .delete-product svg {
    width: 18px;
    height: 20px;
  }
  .pdp-checkout-button.product-add2cart .current-quantity {
    font-size: 14px;
  }
}
.delivery-pickup-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
  width: 100%;
}
@media (max-width: 768px) {
  .delivery-pickup-options {
    gap: 0;
  }
}
.delivery-pickup-options .option-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #e0e0e0;
  border-radius: 0.25rem;
  padding: 0 0.5rem;
  background-color: transparent;
  cursor: pointer;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
.delivery-pickup-options .option-card:hover {
  border-color: #005f32;
  -webkit-box-shadow: 0 2px 8px rgba(0, 95, 50, 0.1);
          box-shadow: 0 2px 8px rgba(0, 95, 50, 0.1);
}
.delivery-pickup-options .option-card[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.delivery-pickup-options .option-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.delivery-pickup-options .option-icon {
  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;
  width: 40px;
  height: 40px;
  color: #444;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.delivery-pickup-options .option-text h5 {
  margin: 0;
  color: #444;
  font-family: "Inter", "Roboto", "Helvetica Neue", arial, sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
}
.delivery-pickup-options .option-badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 1rem;
}
.delivery-pickup-options .badge-label {
  background-color: rgba(50, 101, 218, 0.1019607843);
  color: #3265da;
  padding: 0.25rem 0.5rem;
  border-radius: 9999px;
  font-size: 10px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 100%;
}
.delivery-pickup-options .option-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 1rem;
}
.delivery-pickup-options .view-stores-link {
  text-decoration: underline;
  font-size: 10px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
  white-space: nowrap;
  line-height: 100%;
}
.delivery-pickup-options .view-stores-link:hover:not([disabled]) {
  color: rgb(0, 44, 23.1578947368);
}
.delivery-pickup-options .view-stores-link[disabled] {
  cursor: not-allowed;
  text-decoration: underline;
}
.delivery-pickup-options .selected-store-with-inventory {
  border: 1px solid #e0e0e0;
  border-radius: 0.5rem;
  background-color: #fff;
  margin-top: 1rem;
  overflow: hidden;
}
.delivery-pickup-options .selected-store-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 1rem;
  border-bottom: 1px solid #e0e0e0;
}
.delivery-pickup-options .selected-store-header h5 {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: #444;
}
.delivery-pickup-options .close-btn {
  background: none;
  border: none;
  font-size: 24px;
  color: #757575;
  cursor: pointer;
  padding: 0;
  line-height: 1;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
.delivery-pickup-options .close-btn:hover {
  color: #444;
}
.delivery-pickup-options .selected-store-details {
  padding: 1rem;
  min-height: 100px;
}
.delivery-pickup-options .btn-change-store {
  display: block;
  width: 100%;
  padding: 0.75rem 1rem;
  background-color: #fff;
  border: 1px solid #005f32;
  color: #005f32;
  font-size: 14px;
  font-weight: 700;
  border-radius: 0.25rem;
  cursor: pointer;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  text-decoration: none;
}
.delivery-pickup-options .btn-change-store:hover {
  background-color: #005f32;
  color: #fff;
}

header ~ #maincontent .container a:not(.btn-primary).view-stores-link {
  color: #444;
}

.price-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
}
.price-wrapper .sales-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.price-wrapper .sales {
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  color: #222;
}
.price-wrapper .strike-through {
  text-decoration: none;
}
.price-wrapper .strike-through .value {
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;
  color: #aeaeae;
  text-decoration: line-through;
}
.price-wrapper del {
  text-decoration: none;
  height: 35px;
}

.discount-badge {
  color: #ce3333;
  background-color: rgba(255, 90, 90, 0.1019607843);
  padding: 0 0.5rem;
}

.custom-badge {
  color: #3265da;
  background-color: rgba(50, 101, 218, 0.1019607843);
  padding: 0 0.5rem;
}

.preorder-badge,
.custom-badge-secondary {
  color: #008c4b;
  background-color: rgba(21, 158, 95, 0.1019607843);
  padding: 0 0.5rem;
}

.discount-badge,
.custom-badge,
.preorder-badge,
.custom-badge-secondary {
  padding: 0.125rem 0.595rem;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  border-radius: 9999px;
}

.product-badges-row .discount-badge,
.product-badges-row .preorder-badge,
.product-badges-row .custom-badge,
.product-badges-row .custom-badge-secondary {
  font-size: 10px;
}

/* ============================================================================
   PRODUCT GALLERY STYLES
   ============================================================================ */
.primary-images .carousel-control-prev,
.primary-images .carousel-control-next {
  display: none;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
@media (min-width: 768px) {
  .primary-images .carousel-control-prev,
  .primary-images .carousel-control-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.primary-images .carousel-control-prev .fa,
.primary-images .carousel-control-next .fa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  padding: 0;
  border-radius: 9999px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 10px;
  background-color: #e8f5ef;
}
.primary-images .carousel-control-prev .fa.icon-next::before, .primary-images .carousel-control-prev .fa.icon-prev::before,
.primary-images .carousel-control-next .fa.icon-next::before,
.primary-images .carousel-control-next .fa.icon-prev::before {
  color: #005f32;
}
.primary-images .carousel-control-prev .fa.icon-next::before,
.primary-images .carousel-control-next .fa.icon-next::before {
  padding-left: 2px;
}
.primary-images .carousel-control-prev .fa.icon-prev::before,
.primary-images .carousel-control-next .fa.icon-prev::before {
  padding-right: 2px;
}
@media (max-width: 991.98px) {
  .primary-images .carousel.slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.primary-images .carousel-indicators {
  margin-top: 10px;
  margin-bottom: 10px;
  gap: 6px;
  position: initial;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (min-width: 768px) {
  .primary-images .carousel-indicators {
    display: none;
  }
}
.primary-images .carousel-indicators li {
  width: 24px;
  height: 6px;
  border: 0;
  border-radius: 9999px;
  background-color: #e0e0e0;
  -webkit-transition: 150ms ease-in-out;
  transition: 150ms ease-in-out;
}
.primary-images .carousel-indicators li.active {
  width: 48px;
  background-color: #222;
}

.product-lightbox .lightbox__zoom-btn,
.product-lightbox .lightbox__nav,
.product-lightbox .lightbox__close,
.carousel-zoom-hint {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  padding: 0;
  border-radius: 9999px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 10px;
  background-color: #e8f5ef;
}
.product-lightbox .lightbox__zoom-btn svg,
.product-lightbox .lightbox__nav svg,
.product-lightbox .lightbox__close svg,
.carousel-zoom-hint svg {
  color: #005f32;
}
.product-lightbox .lightbox__zoom-btn:hover,
.product-lightbox .lightbox__nav:hover,
.product-lightbox .lightbox__close:hover,
.carousel-zoom-hint:hover {
  background-color: #c0e6d4;
}

.lightbox__thumbnails {
  border-radius: 0.5rem;
}

.lightbox__image {
  border-radius: 0.125rem;
}

.carousel-zoom-hint {
  width: 40px;
  height: 40px;
  right: 0;
}

.thumbnail-video-chip svg,
.lightbox__thumbnail-video svg {
  color: #005f32;
  fill: #005f32;
  opacity: 0.8;
}

.thumbnail-video-chip {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.pre-order-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  background-color: #fff3cf;
  padding: 0.25rem 0.75rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pre-order-message .pre-order-message__content {
  font-size: 12px;
  color: #444;
}

.pre-order-message-row {
  padding: 0 1rem;
}

.add-to-cart-toast {
  position: fixed;
  bottom: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(20px);
          transform: translateX(-50%) translateY(20px);
  z-index: 9999;
  padding: 0.75rem 1.25rem;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  font-size: 14px;
  font-weight: 600;
  opacity: 0;
  -webkit-transition: opacity 150ms ease-in-out, -webkit-transform 150ms ease-in-out;
  transition: opacity 150ms ease-in-out, -webkit-transform 150ms ease-in-out;
  transition: opacity 150ms ease-in-out, transform 150ms ease-in-out;
  transition: opacity 150ms ease-in-out, transform 150ms ease-in-out, -webkit-transform 150ms ease-in-out;
  pointer-events: none;
}
.add-to-cart-toast.show {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);
}
@media (max-width: 767.98px) {
  .add-to-cart-toast {
    bottom: 80px;
    width: calc(100% - 2rem);
    max-width: 400px;
    text-align: center;
  }
}

.pdp-thumbnail-btn {
  border: none;
}
.pdp-thumbnail-btn img {
  border: none;
}
.pdp-thumbnail-btn:hover {
  border: 2px solid #d5f0e3;
  -webkit-box-shadow: 0 2px 8px rgba(213, 240, 227, 0.15);
          box-shadow: 0 2px 8px rgba(213, 240, 227, 0.15);
}
.pdp-thumbnail-btn.active {
  border: 2px solid #d5f0e3;
}

.thumbnail-btn.active {
  border-color: rgb(0, 171.5, 90.2631578947);
}

.carousel-thumbnails {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  margin-top: 1rem;
}
.carousel-thumbnails .thumbnails-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  width: 100%;
  min-width: 0;
}
.carousel-thumbnails .thumbnails-track::-webkit-scrollbar {
  display: none;
}
.carousel-thumbnails .thumbnail-btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.carousel-thumbnails .thumbnails-indicators {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  margin-top: 0.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.carousel-thumbnails .thumbnail-indicator {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #e0e0e0;
  border: none;
  padding: 0;
  cursor: pointer;
  -webkit-transition: background-color 150ms ease-in-out, -webkit-transform 150ms ease-in-out;
  transition: background-color 150ms ease-in-out, -webkit-transform 150ms ease-in-out;
  transition: background-color 150ms ease-in-out, transform 150ms ease-in-out;
  transition: background-color 150ms ease-in-out, transform 150ms ease-in-out, -webkit-transform 150ms ease-in-out;
}
.carousel-thumbnails .thumbnail-indicator:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.carousel-thumbnails .thumbnail-indicator.active {
  background-color: #005f32;
  width: 10px;
  height: 10px;
}
.carousel-thumbnails .carousel-control-prev,
.carousel-thumbnails .carousel-control-next {
  display: none !important;
}

.carousel-image,
.carousel-image img,
.carousel-image-wrapper img,
.thumbnail-btn img,
.lightbox__image,
.lightbox__thumbnail img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.page:has(#pdp-view),
.page:has(.product-detail),
body:has(#pdp-view) {
  background-color: #fff;
}

.recommendations {
  padding: 40px 0;
  background-color: #f5f5f5;
}
@media (max-width: 1199px) {
  .recommendations {
    padding: 24px 12px !important;
    border-top: 1px solid #e2e2e2;
  }
}
.recommendations .pdp-rec-title {
  font-size: 18px;
  font-weight: 600;
  color: #444;
  margin-bottom: 16px;
}
.recommendations .pdp-recommendations-grid {
  margin-left: -6px;
  margin-right: -6px;
}
.recommendations .pdp-recommendations-grid .pdp-rec-tile {
  padding-left: 6px;
  padding-right: 6px;
  margin-bottom: 12px;
}
.recommendations .pdp-recommendations-swiper .swiper-slide .product-tile {
  max-width: 222px;
}
.recommendations .pdp-recommendations-swiper .pdp-recommendations-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  margin-top: 1rem;
}
.recommendations .pdp-recommendations-swiper .pdp-recommendations-pagination .swiper-pagination-bullet {
  width: 1.5rem;
  height: 0.375rem;
  background: #bdbdbd;
  border-radius: 0.25rem;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
.recommendations .pdp-recommendations-swiper .pdp-recommendations-pagination .swiper-pagination-bullet-active {
  width: 3rem;
  background: #444;
}
.recommendations .pdp-recommendations-swiper .swiper-slide {
  margin-right: 12px !important;
}
.recommendations .pdp-recommendations-swiper.has-overflow::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 43px;
  width: 120px;
  background: -webkit-gradient(linear, right top, left top, color-stop(30%, #f5f5f5), to(rgba(245, 245, 245, 0))) !important;
  background: linear-gradient(270deg, #f5f5f5 30%, rgba(245, 245, 245, 0) 100%) !important;
  pointer-events: none;
  z-index: 2;
}

.page:has(.product-detail) .experience-einstein-einsteinCarouselProduct,
.page:has(.product-detail) .experience-einstein-einsteinCarousel,
.page:has(.product-detail) .experience-einstein-einsteinCarouselCategory {
  background-color: #f5f5f5;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 40px calc(50vw - 50%);
}
@media (max-width: 1199px) {
  .page:has(.product-detail) .experience-einstein-einsteinCarouselProduct,
  .page:has(.product-detail) .experience-einstein-einsteinCarousel,
  .page:has(.product-detail) .experience-einstein-einsteinCarouselCategory {
    padding: 24px calc(50vw - 50%) !important;
    border-top: 1px solid #e2e2e2;
  }
}
@media (max-width: 575px) {
  .page:has(.product-detail) .experience-einstein-einsteinCarouselProduct,
  .page:has(.product-detail) .experience-einstein-einsteinCarousel,
  .page:has(.product-detail) .experience-einstein-einsteinCarouselCategory {
    padding: 24px 15px !important;
  }
}
.page:has(.product-detail) .experience-einstein-einsteinCarouselProduct .einstein-swiper-container::before,
.page:has(.product-detail) .experience-einstein-einsteinCarousel .einstein-swiper-container::before,
.page:has(.product-detail) .experience-einstein-einsteinCarouselCategory .einstein-swiper-container::before {
  width: 120px !important;
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, #f5f5f5), to(rgba(245, 245, 245, 0))) !important;
  background: linear-gradient(90deg, #f5f5f5 30%, rgba(245, 245, 245, 0) 100%) !important;
}
.page:has(.product-detail) .experience-einstein-einsteinCarouselProduct .einstein-swiper-container::after,
.page:has(.product-detail) .experience-einstein-einsteinCarousel .einstein-swiper-container::after,
.page:has(.product-detail) .experience-einstein-einsteinCarouselCategory .einstein-swiper-container::after {
  width: 120px !important;
  background: -webkit-gradient(linear, right top, left top, color-stop(30%, #f5f5f5), to(rgba(245, 245, 245, 0))) !important;
  background: linear-gradient(270deg, #f5f5f5 30%, rgba(245, 245, 245, 0) 100%) !important;
}
