/** Shopify CDN: Minification failed

Line 2436:0 Unexpected "}"

**/
:root {
  --product-media-padding-top: var(--PRODUCT-MEDIA-PADDING-TOP);
}
.collection-section {
  --swatch-size: 30px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .collection-section {
    --swatch-size: 24px;
  }
}
.collection-section .swatch__button .icon-check {
  width: 14px;
  margin-right: 0;
}
.collection-section .pagination {
  margin-bottom: 0;
}
.collection__wrapper {
  position: relative;
  transition: height 0.3s ease;
  min-height: var(--content-min);
}
.collection__header {
  position: relative;
  overflow: initial;
  z-index: 10;
}
.collection__title {
  --heading-size: calc(3rem * var(--adjust-heading));
  font-size: var(--heading-size);
  line-height: 1.2;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1439px) {
  .collection__title {
    --heading-size: calc(2.5rem * var(--adjust-heading));
  }
}
@media only screen and (max-width: 767px) {
  .collection__title {
    --heading-size: calc(2.25rem * var(--adjust-heading));
  }
}
.collection__description {
  margin: 20px auto 0;
  display: block;
  color: inherit;
  --text-size: calc(1.1rem * var(--adjust-body));
  font-size: var(--text-size);
}
@media only screen and (max-width: 767px) {
  .collection__description {
    --text-size: calc(1rem * var(--adjust-body));
  }
}
.collection__description p {
  font-size: inherit;
}
.collection__inner {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}
.collection__inner .breadcrumbs {
  margin: 20px 0;
  flex-basis: 100%;
  width: 100%;
  font-size: calc(1rem * var(--adjust-body));
}
@media only screen and (min-width: 768px) {
  .collection__inner .breadcrumbs {
    flex-basis: 240px;
  }
  .collection__wrapper .breadcrumbs {
    margin-bottom: 8px;
  }
}
@media only screen and (min-width: 1024px) {
  .collection__inner .breadcrumbs {
    margin-right: calc(var(--gutter) / 2);
  }
}
@media only screen and (min-width: 1440px) {
  .collection__inner .breadcrumbs {
    flex-basis: 300px;
  }
}
.collection__inner:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  background: var(--bg-alpha-60) var(--loader-image) no-repeat center center;
  background-size: var(--loader-image-size);
  transition: opacity 0.3s ease, visibility 0s linear 0.3s;
}
.collection--filters-disabled .collection__inner .breadcrumbs {
  grid-column: 1/3;
}
@media only screen and (min-width: 768px) {
  .collection--filters-disabled .collection__inner .breadcrumbs {
    margin-bottom: 0;
  }
}
.collection__products-count {
  justify-self: flex-end;
  flex-grow: 1;
  text-align: right;
  font-size: calc(1rem * var(--adjust-body));
}
.collection.is-loading .collection__inner:after {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.collection__products {
  width: 100%;
  margin-top: 24px;
}
.collection__products .no-matches {
  font-size: calc(1rem * var(--adjust-body));
}
.collection__products .product-grid-item {
  width: 100%;
  flex-direction: column;
}
@media only screen and (min-width: 1440px) {
  .collection__products .collection--no-results {
    padding-right: 320px;
  }
}
@media only screen and (min-width: 768px) {
  .collection__products {
    width: calc(100% - 252px);
    margin-top: 16px;
  }
}
@media only screen and (min-width: 1024px) {
  .collection__products {
    width: calc(100% - (262px + var(--gutter) / 2));
  }
  .collection__filters {
    width: 260px;
  }
}
@media only screen and (min-width: 1440px) {
  .collection__products {
    width: calc(100% - (302px + var(--gutter) / 2));
  }
}
.collection--filters-sorting-disabled .collection__products,
.collection--filters-disabled .collection__products,
.search-page--filters-disabled .collection__products {
  width: 100%;
}
.collection--no-results {
  width: 100%;
  text-align: center;
}
.product-grid-item {
  position: relative;
  text-align: center;
  white-space: normal;
}
.product-grid-item shopify-payment-terms,
.product-grid-item .shopify-installments {
  display: none;
}
.product-grid-item .errors {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px;
  border-radius: 0;
  font-size: calc(0.75rem * var(--adjust-product-grid));
  text-align: center;
  cursor: default;
  opacity: 0;
  margin: 0;
  z-index: 1;
}
.product-grid-item .placeholder-svg,
.product-grid-item .placeholder-svg-filled {
  position: absolute;
  top: 0;
  left: 0;
}
.product-grid-item h3,
.product-grid-item .h3 {
  font-family: var(--FONT-STACK-BODY);
  font-weight: var(--FONT-WEIGHT-BODY);
  font-style: var(--FONT-STYLE-BODY);
}
/*=== Animations ===*/
@media only screen and (max-width: 1023px) {
  .aos-initialized
    .collection
    .product-grid-item
    .product__media__holder[data-aos][data-aos-delay].aos-animate,
  .aos-initialized
    .collection
    .product-grid-item__info[data-aos][data-aos-delay].aos-animate {
    transition-delay: 0s;
  }
}
@media only screen and (max-width: 1023px) {
  .aos-initialized
    .collection
    .product-grid-item
    .product__badge[data-aos][data-aos-delay].aos-animate {
    transition-delay: 0.15s;
  }
}
@media only screen and (max-width: 1023px) {
  .aos-initialized
    .collection
    .product-grid-item.grid-item--even
    .product__media__holder[data-aos][data-aos-delay].aos-animate,
  .aos-initialized
    .collection
    .product-grid-item.grid-item--even
    .product-grid-item__info[data-aos][data-aos-delay].aos-animate {
    transition-delay: 0.15s;
  }
}
@media only screen and (max-width: 1023px) {
  .aos-initialized
    .collection
    .product-grid-item.grid-item--even
    .product__badge[data-aos][data-aos-delay].aos-animate {
    transition-delay: 0.3s;
  }
}
@media only screen and (min-width: 480px) and (max-width: 1023px) {
  .aos-initialized
    .collection
    .collection-items--3
    .product-grid-item
    .product__media__holder[data-aos][data-aos-delay].aos-animate,
  .aos-initialized
    .collection
    .collection-items--3
    .product-grid-item
    .product-grid-item__info[data-aos][data-aos-delay].aos-animate,
  .aos-initialized
    .collection
    .collection-items--4
    .product-grid-item
    .product__media__holder[data-aos][data-aos-delay].aos-animate,
  .aos-initialized
    .collection
    .collection-items--4
    .product-grid-item
    .product-grid-item__info[data-aos][data-aos-delay].aos-animate {
    transition-delay: 0s;
  }
}
@media only screen and (min-width: 480px) and (max-width: 1023px) {
  .aos-initialized
    .collection
    .collection-items--3
    .product-grid-item
    .product__badge[data-aos][data-aos-delay].aos-animate,
  .aos-initialized
    .collection
    .collection-items--4
    .product-grid-item
    .product__badge[data-aos][data-aos-delay].aos-animate {
    transition-delay: 0.15s;
  }
}
@media only screen and (min-width: 480px) and (max-width: 1023px) {
  .aos-initialized
    .collection
    .collection-items--3
    .product-grid-item.grid-item--second-tablet
    .product__media__holder[data-aos][data-aos-delay].aos-animate,
  .aos-initialized
    .collection
    .collection-items--3
    .product-grid-item.grid-item--second-tablet
    .product-grid-item__info[data-aos][data-aos-delay].aos-animate,
  .aos-initialized
    .collection
    .collection-items--4
    .product-grid-item.grid-item--second-tablet
    .product__media__holder[data-aos][data-aos-delay].aos-animate,
  .aos-initialized
    .collection
    .collection-items--4
    .product-grid-item.grid-item--second-tablet
    .product-grid-item__info[data-aos][data-aos-delay].aos-animate {
    transition-delay: 0.15s;
  }
}
@media only screen and (min-width: 480px) and (max-width: 1023px) {
  .aos-initialized
    .collection
    .collection-items--3
    .product-grid-item.grid-item--second-tablet
    .product__badge[data-aos][data-aos-delay].aos-animate,
  .aos-initialized
    .collection
    .collection-items--4
    .product-grid-item.grid-item--second-tablet
    .product__badge[data-aos][data-aos-delay].aos-animate {
    transition-delay: 0.3s;
  }
}
@media only screen and (min-width: 480px) and (max-width: 1023px) {
  .aos-initialized
    .collection
    .collection-items--3
    .product-grid-item.grid-item--third-tablet
    .product__media__holder[data-aos][data-aos-delay].aos-animate,
  .aos-initialized
    .collection
    .collection-items--3
    .product-grid-item.grid-item--third-tablet
    .product-grid-item__info[data-aos][data-aos-delay].aos-animate,
  .aos-initialized
    .collection
    .collection-items--4
    .product-grid-item.grid-item--third-tablet
    .product__media__holder[data-aos][data-aos-delay].aos-animate,
  .aos-initialized
    .collection
    .collection-items--4
    .product-grid-item.grid-item--third-tablet
    .product-grid-item__info[data-aos][data-aos-delay].aos-animate {
    transition-delay: 0.3s;
  }
}
@media only screen and (min-width: 480px) and (max-width: 1023px) {
  .aos-initialized
    .collection
    .collection-items--3
    .product-grid-item.grid-item--third-tablet
    .product__badge[data-aos][data-aos-delay].aos-animate,
  .aos-initialized
    .collection
    .collection-items--4
    .product-grid-item.grid-item--third-tablet
    .product__badge[data-aos][data-aos-delay].aos-animate {
    transition-delay: 0.45s;
  }
}
@media only screen and (max-width: 479px) {
  .aos-initialized
    .collection
    .collection-items--mobile--one-whole
    .product-grid-item.grid-item--even
    .product__media__holder[data-aos][data-aos-delay].aos-animate,
  .aos-initialized
    .collection
    .collection-items--mobile--one-whole
    .product-grid-item.grid-item--even
    .product-grid-item__info[data-aos][data-aos-delay].aos-animate {
    transition-delay: 0s;
  }
}
@media only screen and (max-width: 479px) {
  .aos-initialized
    .collection
    .collection-items--mobile--one-whole
    .product-grid-item.grid-item--even
    .product__badge[data-aos][data-aos-delay].aos-animate {
    transition-delay: 0.15s;
  }
}
.no-touch .product__media__hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: var(--bg);
  visibility: hidden;
}
.no-touch .product__media__hover--fade-in {
  opacity: 0;
  transition: opacity 0.25s ease-out, visibility 0s 0.25s;
}
.no-touch .product__media__hover--slide-in {
  transition: visibility 0s 0.25s;
}
.no-touch .product__media__image--hover-slide-in {
  will-change: transform;
  transition: -webkit-clip-path 0.25s ease-out;
  transition: clip-path 0.25s ease-out;
  transition: clip-path 0.25s ease-out, -webkit-clip-path 0.25s ease-out;
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
  clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}
.no-touch .product__media__image--hover-fade-in {
  transition: opacity 0.25s ease-in, visibility 0s linear 0s;
}
.no-touch .product-grid-item__image--hovered .product__media__hover--slide-in,
.no-touch .product-grid-item__image:hover .product__media__hover--slide-in {
  visibility: visible;
  transition-delay: 0s;
}
.no-touch
  .product-grid-item__image--hovered
  .product__media__image--hover-slide-in,
.no-touch
  .product-grid-item__image:hover
  .product__media__image--hover-slide-in {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transition-duration: 0.25s;
  transition-timing-function: ease-out;
}
.no-touch
  .product-grid-item__image--hovered
  .product__media__image--hover-fade-in,
.no-touch
  .product-grid-item__image:hover
  .product__media__image--hover-fade-in {
  opacity: 0;
}
.no-touch .product-grid-item__image--hovered .product__media__hover--fade-in,
.no-touch .product-grid-item__image:hover .product__media__hover--fade-in {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
  transition-duration: 0.25s;
  transition-timing-function: ease-out;
}
.product-card-sale-timer__container {
  padding: 8px;
  background: #000;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
  width: 100%;
}
.product-grid-item .product-card-sale-timer__container {
  position: absolute;
  top: auto;
  bottom: 0;
}
.product-sale-details-container {
  display: flex;
  align-items: center;
  gap: 6px;
}
.flash-sale__icon,
.flash-sale__icon svg {
  height: 16px;
  width: 16px;
}
.product-sale-details-container .product-sale__title {
  font-size: calc(.625rem* var(--adjust-body));
  line-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
product-sale-timer .sale-timer {
  font-size: calc(.75rem * var(--adjust-body));
  line-height: normal;
  display: flex;
  align-items: center;
}
product-sale-timer .sale-timer span {
  display: block;
  padding: 4px;
  background: #902a00;
  margin: 0 2px;
}
product-sale-timer .sale-timer span:first-child {
  margin-left: 0;
}
product-sale-timer .sale-timer span:last-child {
  margin-right: 0;
}
.product-sale-details-container .product-sale__title span {
  font-size: calc(.75rem * var(--adjust-body));
  font-family: var(--FONT-STACK-HEADING);
  text-align: left;
}
.product-grid-item__info,
.product-grid-item__details {
  display: grid;
  grid-template-columns: minmax(0, 100%);
  gap: 12px;
  align-content: start;
  font-size: calc(0.8rem * var(--adjust-product-grid));
  position: relative;
}
.product-grid-item__details .collection-cetegory--swatches {
  display: none;
}
.product-grid-item:hover .btn--quick,
.product-grid-item:hover .product-customize__button {
  opacity: 1;
  transform: translate(0);
  transition-duration: 0.3s;
}
.product-media__wrapper {
  position: relative;
}
.timer-hurry__text svg {
  height: 16px;
  width: 16px;
}
.product-sale-time__wrapper .timer-hurry__text {
  display: none;
}
@media only screen and (max-width: 767px) {
  .product-grid-item__info {
    font-size: calc(0.95rem * var(--adjust-product-grid));
  }
  .product-single__details .product-card-sale-timer__container {
    display: none;
  }
  .product-media__wrapper .product-sale-time__wrapper {
    position: absolute;
    top: auto;
    bottom: 2px;
    right: 2px;
    width: 80%;
    z-index: 1;
  }
  .product-sale-time__wrapper .timer-hurry__text {
    margin: 0;
    display: flex;
    padding: 4px 8px;
    align-items: center;
    gap: 6px;
    background: #fff;
    font-size: calc(.625rem* var(--adjust-body));
    color: var(--bg-secondary);
  }
}
@media screen and (min-width: 768px) {
  .product-media__wrapper .product-card-sale-timer__container {
    display: none;
  }
  .product-single__details .product-card-sale-timer__container {
    padding: calc(15px + (36 - 15) * (100vw - 768px) / (1440 - 768)) calc(15px + (24 - 15) * (100vw - 768px) / (1440 - 768));
    margin-bottom: 24px;
  }
  .product-single__details .product-sale-details-container {
    align-items: flex-start;
  }
  .product-single__details .flash-sale__icon {
    margin-top: 5px;
  }
  .product-single__details .flash-sale__icon,
  .product-single__details .flash-sale__icon svg {
    width: 24.725px;
    height: 24.725px;
  }
  .product-single__details .product-sale-details-container .product-sale__title {
    font-size: calc(12px + (16 - 12) * (100vw - 768px) / (1440 - 768));
    line-height: normal;
    gap: 8px;
    flex-direction: row;
    flex-wrap: wrap;
    width: 60%;
  }
  .product-single__details .timer-hurry__text {
    display: inline-flex;
    align-items: center;
    color: #FF4A00;
    margin: 0;
    gap: 6px;
    font-size: calc(12px + (16 - 12) * (100vw - 768px) / (1440 - 768));
  }
  .product-single__details product-sale-timer .sale-timer,
  .product-single__details .product-sale-details-container .product-sale__title span {
    font-size: calc(12px + (24 - 12) * (100vw - 768px) / (1440 - 768));
    line-height: normal;
  }
  .product-single__details product-sale-timer .sale-timer span  {
    padding: 7.8px;
    margin: 0 6.24px;
  }
}
.product-grid-item__info--inline .product-grid-item__title,
.product-grid-item__info--inline .product-grid-item__price {
  display: inline;
  vertical-align: middle;
}
.product-grid-item__title,
.product-grid-item__price {
  font-size: calc(0.9rem * var(--adjust-product-grid));
  line-height: 1;
}
@media only screen and (max-width: 479px) {
  .product-grid-item__title,
  .product-grid-item__price {
    font-size: calc(1.1rem * var(--adjust-product-grid));
  }
}
.product-grid-item__info-separator {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: var(--BORDER-WIDTH);
  margin: 0 8px;
  background: var(--text);
  border-radius: 4px;
}
.product-grid-item__info--inline,
.product-grid-item__info--left {
  text-align: left;
}
.product-grid-item__info--inline .product-grid-item__swatch,
.product-grid-item__info--left .product-grid-item__swatch {
  justify-content: flex-start;
}
.product-grid-item__title {
  gap: 5px;
  text-decoration: none;
  font-size: calc(1rem * var(--adjust-body));
  font-weight: var(--FONT-WEIGHT-BODY-BOLD);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  -webkit-box-orient: vertical;
  width: 84%;
}
.product-grid-item__title.font-heading {
  font-weight: var(--FONT-WEIGHT-HEADING-BOLD);
}
.product-grid-item__price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-size: calc(.875rem * var(--adjust-body));
  font-family: var(--FONT-STACK-HEADING);
  text-decoration: none;
  margin: 0;
}
.product-grid-item__price s {
  color: #828282;
}
.product-grid-item__price .product__unit-price {
  line-height: inherit;
}
.product-grid-item .product__price--off .price-off__text {
  display: none;
}
@media only screen and (max-width: 767px) {
  .product-grid-item__price .product__unit-price {
    font-size: calc(0.9rem * var(--adjust-product-grid));
  }
}
.product-grid-item__price__new {
  font-weight: var(--FONT-WEIGHT-BODY-BOLD);
}
.product-grid-item__price__new:last-child {
  margin-right: 0;
}
.product-cutline {
  margin: -2px 0 3px 0;
  font-size: calc(0.8rem * var(--adjust-body));
  line-height: 1;
}
.product-grid-item__info .product-cutline {
  font-size: calc(0.8rem * var(--adjust-product-grid));
}
@media only screen and (max-width: 479px) {
  .product-grid-item__info .product-cutline {
    font-size: calc(0.95rem * var(--adjust-product-grid));
  }
}
.product-grid-item__rating .rating__star .icon {
  width: 14px;
  height: 14px;
}
.product-grid-item__rating {
  margin-top: -5px;
}
.product-grid-item__swatch {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 0 -6px;
  min-height: 12px;
}
@-moz-document url-prefix() {
  .product-grid-item__swatch {
    padding-bottom: 1px;
  }
}
@media (pointer: fine) {
  .product-grid-item__swatch:before {
    content: "";
    position: absolute;
    top: -6px;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .product-grid-item__swatch:hover .swatch__button.is-hidden {
    display: inline-block;
    animation: fadeIn 1s ease;
  }
  .product-grid-item__swatch:hover .swatch__text-more {
    display: none;
  }
}
.product-grid-item__swatch.is-visible .swatch__button.is-hidden,
body:not(.no-outline)
  .product-grid-item__swatch:focus-within
  .swatch__button.is-hidden {
  display: inline-block;
  animation: fadeIn 1s ease;
}
.product-grid-item__swatch.is-visible .swatch__text-more,
body:not(.no-outline)
  .product-grid-item__swatch:focus-within
  .swatch__text-more {
  display: none;
}
.product-grid-item__swatch .swatch__button {
  margin: 0 6px 6px 0;
  padding: 0;
}
.product-grid-item__swatch .swatch__button:last-child {
  margin-right: 0;
}
.product-grid-item__swatch .swatch__button.is-hidden {
  display: none;
}
.product-grid-item__swatch .swatch__label {
  width: 12px;
  height: 12px;
}
@media only screen and (max-width: 479px) {
  .product-grid-item__swatch .swatch__label {
    width: 15px;
    height: 15px;
  }
}
.product-grid__swatch--rectangle .swatch__label {
  border-radius: 0;
  width: 20px;
  height: 10px;
}
@media only screen and (max-width: 479px) {
  .product-grid__swatch--rectangle .swatch__label {
    width: 24px;
    height: 12px;
  }
}
.swatch__link--no-image {
  cursor: default;
}
.swatch__text-more {
  margin: 0 0 6px;
  font-size: calc(0.75rem * var(--adjust-product-grid));
  line-height: 12px;
  animation: fadeIn 1s ease;
}
.product-grid__swatch--rectangle .swatch__text-more {
  line-height: 10px;
}
@media only screen and (max-width: 479px) {
  .swatch__text-more {
    font-size: calc(0.9rem * var(--adjust-product-grid));
  }
}
.quick__form .btn--quick:disabled .btn__inner,
.product-addtocart__container .btn--quick.sold-out__button .btn__inner {
  pointer-events: none;
  cursor: default;
  border-radius: 82.483px;
  background: linear-gradient(0deg, #d2d2d2 0%, #d2d2d2 100%),
    linear-gradient(46deg, #f2683e 50.95%, #ffbb32 80.52%), #ff4a00;
  border: 1px solid #d2d2d2;
}
.product-media-outer,
.product-grid-item__image {
  position: relative;
  overflow: hidden;
  padding-top: var(--product-media-padding-top);
  width: 100%;
  height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product__media__holder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.product__media__container {
  --aspect-ratio: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  margin: auto;
  width: 100%;
  height: 100%;
}
.product__media__container--portrait {
  width: 0;
  height: 100%;
  padding-right: calc(var(--aspect-ratio) * var(--product-media-padding-top));
}
.product__media__container--landscape {
  width: 100%;
  height: 0;
  padding-top: calc(100% / var(--aspect-ratio));
}
.product__media img {
  image-rendering: auto;
}
.product-grid-item__image .product__media img {
  filter: contrast(0.9);
  backdrop-filter: blur(1px);
  --webkit-backdrop-filter: blur(1px);
}
.product__media.hidden {
  display: none;
  visibility: hidden;
  content-visibility: hidden;
}
.product__media--featured-secondary {
  z-index: 2;
}
.product__media--featured-visible {
  z-index: 3;
}
.product__media--featured-secondary.product__media--featured-visible {
  animation-name: fadeIn;
  animation-duration: 0.25s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  z-index: 4;
}
.product__media__image--hover-slide-in
  .product__media--featured-secondary.product__media--featured-visible {
  animation-name: clipPathFromLeft;
  animation-timing-function: ease-out;
}
[data-animations="false"]
  .product__media--featured-secondary.product__media--featured-visible {
  animation-duration: 0s;
  animation-delay: 0s;
}
.product__media__image {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.product__media__slider {
  display: block;
  height: 100%;
}
.product__media__slider .flickity-viewport {
  width: 100%;
  height: 100% !important;
}
.supports-touch .product__media__slider {
  display: none;
}
.product__media__slide {
  width: 100%;
  height: 100%;
  background-color: var(--bg);
}
.product__media__hover-img {
  z-index: 0;
}
.product__media__hover-img--visible {
  z-index: 1;
}
.product-grid-item__image {
  margin-bottom: 16px;
  transform: translate(0);
}
.product-grid-item__image .btn--quick {
  opacity: 0;
  transform: translate(
      calc(15px + var(--btn-size) / 2),
      calc(15px + var(--btn-size) / 2)
    )
    scale(0);
  transition: transform 0.3s ease, opacity 0.15s ease;
  transform-origin: right bottom;
  z-index: 2;
}
@media only screen and (max-width: 1023px) {
  .product-grid-item__image .btn--quick {
    opacity: 1;
    transform: translate(0);
    will-change: opacity;
  }
}
@media screen and (min-width: 768px) {
  .product-grid-item__image {
    margin-bottom: calc(12px + (19 - 12) * (100vw - 768px) / (1440 - 768));
  }
}
.product-grid-item__image--hovered .btn--quick,
.product-grid-item__image:hover .btn--quick,
.product-grid-item__image:focus-within .btn--quick {
  opacity: 1;
  transform: translate(0);
  transition-duration: 0.3s;
}
.product-grid-item__image--error .btn--quick,
.product-grid-item__image--error:hover .btn--quick,
.product-grid-item__image--error:focus-within .btn--quick {
  opacity: 0;
  transform: translate(
      calc(15px + var(--btn-size) / 2),
      calc(15px + var(--btn-size) / 2)
    )
    scale(0);
}
.product-grid-item__image--error .errors {
  animation: fadeInOutError 6s ease;
}
.product-grid-item__quick-buy {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
  display: none;
}
.product__badge {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  max-width: 100%;
  margin: 5px;
  display: grid;
  grid-template-columns: minmax(0, 100%);
  gap: 5px;
  justify-items: start;
  transition: transform 0.2s ease;
  pointer-events: none;
}
.product__badge__item {
  background-color: var(--sale-bg);
  color: var(--sale-text);
  text-align: left;
  font-size: calc(0.6875rem * var(--adjust-accent));
  line-height: 1.2;
  transition: opacity 0.15s ease;
  padding: 6px 8px;
  height: auto;
}
.product-tag-container {
  display: inline-block;
    background: linear-gradient(45deg, #d41414, #ff4e50);
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 40px;
    text-transform: uppercase;
    transform: translateX(-50%) rotate(-45deg);
    transform-origin: center;
    box-shadow: 0 2px 6px #0000004d;
    position: absolute;
    top: 11%;
    left: 15%;
    z-index:9;
    font-size: calc(.75rem * var(--adjust-body));
    font-family: var(--FONT-STACK-HEADING);
}
/* .product-tag__title {
  color: var(--white);
  background: var(--bg-secondary);
  padding: 6px 10px;
  text-transform: capitalize;
} */
.product-sale__badge {
  height: auto;
  width: 60px;
  border-radius: 100%;
  margin-left: 8px;
  margin-top: -5px;
}
.mm_ajax_upsell .product-tag-container {
  display: none;
}
@media only screen and (max-width: 767px) {
  .product__badge__item {
    font-size: calc(0.825rem * var(--adjust-accent));
  }
  .product-sale__badge {
    width: 40px;
    margin: -9px 0 0 3px;
  }
}
.product__badge__item > span {
  display: block;
}
.product__badge__item--sold {
  background-color: var(--sold-bg);
  color: var(--sold-text);
}
.product__badge__item--custom {
  background-color: var(--custom-bg);
  color: var(--custom-text);
}
.product__badge__item--saving {
  background-color: var(--saving-bg);
  color: var(--saving-text);
}
.progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 4px 8px;
  height: 8px;
  border-radius: 4px;
  z-index: 1;
  pointer-events: none;
}
.progress-bar__inner {
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  border-radius: 2px;
  width: 0%;
  background-color: var(--white);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04), 0 1px 2px rgba(0, 0, 0, 0.06);
  animation: none;
  animation-fill-mode: forwards;
}
.progress-bar__inner.fill {
  animation: progressBar var(--autoplay-speed) linear;
}
/*================ Collection Filters ================*/
.collection__sticky-bar {
  position: sticky;
  top: 59px;
  z-index: 99;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: var(--bg);
  margin-left: auto;
  padding-top: 5px;
}
@media only screen and (min-width: 768px) {
  .collection__sticky-bar {
    z-index: 99;
    margin-top: 0;
    top: 66px;
  }
  .hide-announcement-bar .collection__sticky-bar {
    top: 59px;
  }
}
@media only screen and (max-width: 767px) {
  .collection__sticky-bar {
    justify-content: space-between;
    top: 146px;
    width: 100vw;
    margin-left: -16px;
    padding: 5px 20px 0 16px;
    transition: 0.4s ease;
  }
  .shopify-body-section-header-sticky .collection__sticky-bar,
  body.hide-announcement-bar.shopify-body-section-header-sticky .collection__sticky-bar {
    top: 66px;
  }
  body.hide-announcement-bar .collection__sticky-bar {
    top: 118px;
  }
  .bestseller__image {
    width: 100px;
  }
  .bestseller__image.new-arrival {
    width: 80px;
  }
  .collection__products.two-grid-view .bestseller__image {
    width: 70px;
  }
}
@media only screen and (min-width: 768px) {
  .collection--filters-disabled .collection__sticky-bar {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.collection--sorting-disabled .collection__sticky-bar,
.collection--filters-sorting-disabled .collection__sticky-bar {
  justify-content: space-between;
}
.collection--breadcrumbs-disabled .collection__sticky-bar {
  justify-content: flex-end;
}
@media only screen and (min-width: 768px) {
  .collection--breadcrumbs-disabled.collection--sorting-disabled
    .collection__sticky-bar {
    height: var(--gutter);
  }
}
.collection__filters {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background: var(--bg);
  max-height: 100dvh;
  overflow: hidden;
  overflow-y: auto;
}
@media only screen and (min-width: 768px) {
  .collection__filters {
    --full-height: calc(92dvh - var(--collection-sticky-bar-height));
    position: sticky;
    top: calc((var(--collection-sticky-bar-height) + 59px) - 1px);
    width: 220px;
    margin-top: -105px;
  }
  .collection__wrapper .collection__filters {
    --full-height: calc(100dvh - 95px);
    margin-right: 32px;
  }
}
@media only screen and (min-width: 1024px) {
  .collection__filters {
    width: 260px;
  }
}
@media only screen and (min-width: 1440px) {
  .collection__filters {
    width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .collection__filters {
    height: var(--full-height);
    z-index: -1;
    visibility: hidden;
    transform: translateX(100%);
    transition: var(--drawer-transition), visibility 0s linear 0.4s,
      z-index 0s linear 0.4s;
    height: 100dvh;
    max-height: none;
  }
  .collection__filters:not(.collection__filters--visible)
    [data-collapsible-container].is-expanded {
    visibility: hidden;
  }
}
@media only screen and (min-width: 768px) {
  .collection--breadcrumbs-disabled .collection__filters {
    --full-height: 100vh;
    top: 0;
    margin-top: calc(-1 * var(--collection-sticky-bar-height));
    z-index: 3;
  }
}
@media only screen and (max-width: 767px) {
  .collection__filters--visible {
    z-index: 99999;
    visibility: visible;
    transform: translateX(0);
    transition: var(--drawer-transition), visibility 0s linear 0s,
      z-index 0s linear 0s;
  }
}
@media only screen and (min-width: 768px) {
  .collection--filters-disabled .collection__filters {
    display: none;
  }
}
.collection__filters-wrapper {
  position: relative;
  background: var(--bg);
  display: flex;
  flex-direction: column;
  max-height: calc(var(--full-height));
}
@media only screen and (max-width: 1023px) {
  .collection__filters-wrapper {
    padding-right: calc(var(--gutter-mobile) / 2);
  }
}
@media only screen and (max-width: 479px) {
  .collection__filters-wrapper {
    padding-right: 0;
  }
}
.collection__filter {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  padding: 16px 0;
  border-bottom: 1px solid #D3D3D3;
}
@media only screen and (min-width: 768px) {
  .collection__filter:last-of-type {
    padding-bottom: var(--inner);
  }
}
.collection__sort .icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 14px;
  height: 100%;
  margin: 0 3px;
}
.collection__filters__title {
  font-family: var(--FONT-STACK-HEADING);
  font-weight: var(--FONT-WEIGHT-HEADING-BOLD);
  font-size: calc(1rem * var(--adjust-heading));
}
.collection__filter__title,
.collection__sort__label {
  font-family: var(--FONT-STACK-HEADING);
  font-weight: var(--FONT-WEIGHT-HEADING);
  font-size: calc(0.8rem * var(--adjust-heading));
}
.collection__filters__title--body,
.collection__sort__label--body,
.collection__filter__title--body {
  font-family: var(--FONT-STACK-BODY);
  font-weight: var(--FONT-WEIGHT-BODY);
  font-size: calc(0.8rem * var(--adjust-body));
}
.collection__filters__title--body {
  font-size: calc(1.5rem * var(--adjust-body));
  font-weight: var(--FONT-WEIGHT-BODY-BOLD);
  font-family: var(--FONT-STACK-HEADING);
}
.collection--filters-disabled .collection__sort__label {
  padding-top: 2px;
}
.collection__filter__title,
.collection__sort__label {
  position: relative;
  display: block;
  border-radius: 0;
  padding: 6px 40px 6px 0;
  margin: 0;
  width: 100%;
  text-align: left;
  cursor: pointer;
  letter-spacing: 0.02em;
}
.collection__filter__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px 0 0;
  text-transform: capitalize;
}
.collection__filter__count {
  height: 20px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.collection__filter__count .dropdown_icon {
  transition: 0.5s;
}
.collection__filter__count .dropdown_icon path {
  stroke: #1C1C1C;
}
.is-expanded .collection__filter__count .dropdown_icon {
  transform: rotate(180deg);
}
.collection__filters-list {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: var(--full-height);
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  --double-scrollbar-width: calc(1.8 * var(--scrollbar-width));
  mask-image: linear-gradient(to top, transparent, black),
    linear-gradient(
      to left,
      transparent var(--double-scrollbar-width),
      black var(--double-scrollbar-width));
  transition: mask-position 0.3s, -webkit-mask-position 0.3s;
  -webkit-mask-position: left top;
}
@media only screen and (max-width: 1023px) {
  .collection__filters-list {
    --double-scrollbar-width: 0;
  }
}
.collection__filters-list:hover {
  -webkit-mask-position: left top;
}
@media only screen and (max-width: 767px) {
  .collection__filters-list {
    width: 100vw;
  }
}
@media only screen and (min-width: 768px) {
  .collection__filters-list {
    padding: 0;
  }
}
.no-js .collection__filters-list form {
  padding-bottom: var(--inner);
}
.collection__filters-list__inner {
  position: relative;
  width: 100%;
  padding: 0 var(--gutter-mobile);
  z-index: 1;
  flex: 1;
  height: var(--full-height);
  min-height: 250px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-bottom: 20px;
}
.no-products__found_message {
  display: none;
  justify-content: center;
  align-items: center;
}
.no-products__found_message.show-message {
  display: flex;
}
.collection__filters-list__inner .collection__sort {
  display: none;
}
@media only screen and (min-width: 768px) {
  .collection__filters-list__inner {
    width: 100%;
    margin: 0 ;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .collection__filters-list__inner {
    overflow-x: hidden;
    overflow-y: auto;
  }
}
.collection__filters-bottom {
  display: none;
  position: relative;
  z-index: 5;
  width: 100%;
  padding: 12px 16px;
  margin-top: auto;
  text-align: center;
  align-items: center;
  gap: 8px;
  background: #FFF;
  box-shadow: 0px -1px 10px 0px rgba(0, 0, 0);
}
.collection__filters-bottom:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  height: 25px;
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    var(--bg) 100%
  );
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .collection__filters-bottom.is-visible {
    display: flex;
  }
}
.collection__filters__close-bottom {
  width: 50%;
  text-transform: var(--BUTTON-TEXT-CAPS);
  border-radius: 62px;
  font-size: calc(.75rem* var(--adjust-body));
  line-height: normal;
  padding: 5px 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.collection__filters__close-bottom svg path {
  fill: #fff;
}
.collection__filters__close-bottom svg {
  width: 7.7px;
  height: 9.028px;
}
.collection__filter-tags {
  list-style: none;
  background: var(--bg);
  display: grid;
  grid-template-columns: minmax(0, 100%);
  gap: 8px;
  align-content: start;
  padding: 5px 5px 2px 0;
  margin: 0;
}
.collection__sort__option-wrapper .collection__filter-tags {
  display: flex;
  gap: 13px;
  margin: 0;
  flex-wrap: nowrap;
  overflow-x: auto;
  flex-shrink: 0;
  padding: 0;
}
.collection__sort__option-wrapper .collection__filter-tag {
  flex-shrink: 0;
}
.collection__filter-tags::-webkit-scrollbar {
  display: none;
}
.collection__filter-tags label,
.collection__filter-tags span,
.collection__filter-tags input,
.collection__filter-tags .collection__filter-tag--swatch span {
  font-size: calc(0.75rem * var(--adjust-body));
}
.collection__filter-tags label {
  font-size: calc(1rem * var(--adjust-body));
  line-height: inherit;
}
.is-expanded .collection__filter-tags {
  visibility: visible;
  pointer-events: auto;
}
.collection__filter-actions .collection__filter-tags {
  margin-right: -5px;
}
.collection__filter-tags--swatches {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  width: 85%;
}
.product-count-grid-option__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 8px;
}
.product-count-grid-option__container .collection__products-count {
  flex-grow: 0;
  font-size: calc(1rem * var(--adjust-body));
}
.product-count-grid-option__container .mobile-grid__option {
  display: none;
}
.product-grid__options {
  display: flex;
  align-items: center;
  gap: 16px;
}

.grid-view__option {
  position: relative;
}
.grid-view__option,
.grid-view__option svg {
  height: 30px;
  width: 30px;
}
.grid-view__option.active-grid::after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -6px;
  border-bottom: 1px solid #000;
}
.collection__products.one-grid-view .grid{
  grid-template-columns: repeat(1, minmax(0,1fr));
  row-gap: 32px;
}
.collection__products.three-grid-view .grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.product-addtocart__container .product-size-variants__dropdown {
  display: none;
}
.product-addtocart__container .selected-size__container {
  padding: 5px 9px;
  font-size: calc(.57rem * var(--adjust-body));
}
.product-addtocart__container .selected-size__container .selected-size__value {
  line-height: normal;
}
@media only screen and (max-width: 767px) {
  .collection__sort__option-wrapper .collection__filter-tags {
    gap: 8px;
  }
  .product-grid-item__title {
    font-size: calc(0.91rem * var(--adjust-product-grid));
  }
  .collection__filter-tags-wrapper .collection__filter-tags--swatches {
    padding-top: 8px;
  }
  .product-count-grid-option__container .mobile-grid__option{
    display: block;
  }
  .collection__products.two-grid-view .product-grid-item__info {
    gap: 9px;
  }
  .collection__products.two-grid-view .product-addtocart__container {
    display: flex;
    align-items: center;
    gap: 3px;
    margin-top: 9px;
  }
  .collection__products.two-grid-view .product-addtocart__container form {
    width: 100%;
  }
  .collection__products.two-grid-view .product-addtocart__container .btn--quick .btn__inner {
    padding: 5px 6.29px;
    font-size: calc(.75rem * var(--adjust-body));
    height: auto;
  }
  .collection__products.two-grid-view .product-addtocart__container .btn--quick .btn__text svg {
    width: 7.513px;
    height: 8.808px;
    margin-left: 0;
  }
  .collection__products.two-grid-view .product-addtocart__container .btn--quick .btn__text .addtocart__text {
    gap: 5px;
  }
  .stony-brook__collection-container .product-addtocart__container .product-size-variants__dropdown,
  .collection__products.two-grid-view .product-addtocart__container .product-size-variants__dropdown {
    display: block;
    max-width: 55px;
  }
  .collection__products.two-grid-view .product-card__variants-container {
    width: 100%;
    min-width: 50px;
    min-height: 21px;
    margin: 9px 0;
  }
  .collection__products.two-grid-view .product-addtocart__container product-card-variants {
    width: 100%;
    min-width: 50px;
    max-width: 60px;
  }
  .collection__products.two-grid-view .product-grid-item__info .product-addtocart__container .option_size .product-variant-options {
    font-size: calc(.57rem * var(--adjust-body));
  }
  .product-count-grid-option__container .desktop-grid__option,
  .stony-brook__collection-container .product-card__variants-container .product-size-variants__dropdown,
  .collection__products.two-grid-view .product-card__variants-container .product-size-variants__dropdown {
    display: none;
  }
  .product-grid__options {
    gap: 9px;
  }
  .grid-view__option,
  .grid-view__option svg,
  .mobile-grid__option,
  .mobile-grid__option svg {
    height: 20px;
    width: 20px;
  }
  .product-count-grid-option__container .collection__products-count {
    font-size: calc(.75rem * var(--adjust-body));
  }
  .grid-view__option.active-grid::after {
    bottom: -4px;
  }
  .collection__products.two-grid-view .grid{
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 24px 16px;
  }
  .collection__products.one-grid-view .grid {
    gap: 16px 0;
  }
  .collection__products.two-grid-view .grid .mobile--one-whole {
    grid-column: auto;
  }
  .collection__products.two-grid-view .product-grid-item__title,
  .collection__products.one-grid-view .product-grid-item__title {
    font-size: calc(0.75rem * var(--adjust-body));
  }
  .collection__products.two-grid-view .product-sale-details-container .product-sale__title,
  .collection__products.one-grid-view .product-sale-details-container .product-sale__title {
    font-size: calc(.5rem* var(--adjust-body));
  }
  .collection__products.two-grid-view .product-sale-details-container .product-sale__title span,
  .collection__products.one-grid-view .product-sale-details-container .product-sale__title span,
  .collection__products.two-grid-view product-sale-timer .sale-timer,
  .collection__products.one-grid-view product-sale-timer .sale-timer {
    font-size: calc(.575rem* var(--adjust-body));
    margin-right: 0;
    text-align: left;
  }
  .collection__products.two-grid-view .product-sale-details-container,
  .collection__products.one-grid-view .product-sale-details-container {
    gap: 3px;
  }
  .collection__products.two-grid-view .product-sale-details-container .product-sale__title span {
    line-height: normal;
  }
  .collection__products.onw-grid-view .product-card-sale-timer__container,
  .collection__products.two-grid-view .product-card-sale-timer__container {
    padding: 8px 5px;
  }
  .collection__products.two-grid-view .product-card-sale-timer__container .flash-sale__icon, 
  .collection__products.two-grid-view .product-card-sale-timer__container .flash-sale__icon svg {
    height: 14px;
    width: 14px;
  }
  .collection__products.two-grid-view product-sale-timer .sale-timer span,
  .collection__products.one-grid-view product-sale-timer .sale-timer span {
    padding: 3px;
    margin: 0 3px;
  }
  .collection__products.two-grid-view .product-grid-item__info .rating__star,
  .collection__products.one-grid-view .product-grid-item__info .rating__star {
    font-size: calc(0.625rem * var(--adjust-body));
  }
  .product-grid-item__info .rating__star svg {
    margin-top: -3px;
  }
  .collection__products.two-grid-view .product-grid-item__info .rating__star svg,
  .collection__products.one-grid-view .product-grid-item__info .rating__star svg {
    width: 10px;
    height: 10px;
  }
  .collection__products.two-grid-view .product-grid-item__image {
    margin-bottom: 8px;
  }
  .two-grid-view .product-grid-item__price,
  .one-grid-view .product-grid-item__price,
  .two-grid-view .product-grid-item__price s,
  .one-grid-view .product-grid-item__price s {
    font-size: calc(.75rem * var(--adjust-body));
  }
  .two-grid-view .product-grid-item__price s,
  .one-grid-view .product-grid-item__price s {
    opacity: 0.5;
  }
  .two-grid-view .product__price--off,
  .one-grid-view .product__price--off {
    padding: 2px 5px;
    font-size: calc(.625rem * var(--adjust-body));
    display: flex;
    gap: 2px;
    align-items: center;
    margin: 0;
  }
  .two-grid-view .product-tag__title,
  .one-grid-view .product-tag__title {
     font-size: 8px;
    padding: 2px 4px;
  }
}
.collection__filter-tag--default {
  margin-bottom: 0;
}
.collection__filter-tag--default .filter__button,
.stony-brook-filter__item .filter__button {
  display: block;
  padding-left: 24px;
  position: relative;
  text-align: left;
}
.collection__filter-tag--default .filter__button:before,
.stony-brook-filter__item .filter__button:before,
.collection-color__filters--container .color-filter__option:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  color: var(--white);
  border: 1px solid #C3C3C3;
}
.collection__filter-tag--default .color__option-label {
  display: inline-flex;
  align-items: center;
}
.color-filter__option {
  height: 32px;
  width: 32px;
  display: inline-flex;
  border-radius: 50%;
  background-size: contain;
  position: relative;
}
.color-filter__option[data-color="#fff"] {
  border: 0.5px solid #C3C3C3;
}
.color-filter-option__title {
  display: none;
}
.collection__filter-tags--swatches .collection__filter-tag--default {
  line-height: normal;
}
.collection__filter-tags--swatches .collection__filter-tag--default .filter__button {
  padding-left: 0;
  height: 32px;
  width: 32px;
}
.collection__filter-tags--swatches .collection__filter-tag--default .filter__button:before {
  display: none;
}
.collection__filter-tags--swatches .collection__filter-tag--default .filter__input:checked ~ .filter__button .color-filter__option {
  width: 26px;
  height: 26px;
  margin: 0 auto;
}
.collection__filter-tags--swatches .collection__filter-tag--default .filter__input:checked ~ .filter__button:before,
.collection-color__filters--container .collection__filter-tags--swatches .collection__filter-tag--default .filter__input:checked ~ .filter__button .color-filter__option:before {
  display: block;
  background: none;
  border: 1px solid #000;
  width: 32px;
  height: 32px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .collection__filter-tag--default .filter__button:before,
  .stony-brook-filter__item .filter__button:before,
  .collection-color__filters--container .color-filter__option:before {
    top: 3px;
  }
}
.collection__filter-tag--default
  .filter__input:checked
  ~ .filter__button:before,
.collection__filter-tag--default.is-active .filter__button:before,
.stony-brook-filter__item .filter__input:checked ~ .filter__button:before {
  background: var(--bg-secondary) var(--icon-check) no-repeat center center;
  background-size: 16px auto;
  border: 0;
}
.collection__filter-tag--default .filter__input:disabled ~ .filter__button,
.collection__filter-tag--default.link--disable .filter__button {
  cursor: default;
  color: var(--disabled-grey-darken);
}
.collection__filter-tag--default
  .filter__input:disabled
  ~ .filter__button:before,
.collection__filter-tag--default.link--disable .filter__button:before {
  background: var(--text-alpha-15);
  border: 0;
}
@media only screen and (max-width: 479px) {
  .collection__filter-tag--default {
    padding-right: 0;
  }
}
.collection__filter-tag.is-hidden {
  display: none;
}
.collection__filter-actions {
  margin-top: -5px;
  width: 100%;
  padding-bottom: 10px;
  grid-column: 1/-1;
}
.collection__filter-actions:last-child {
  margin-bottom: 0;
}
.no-js .collection__filter-actions {
  margin-bottom: 0;
  padding-bottom: 0;
}
.collection__filters-more {
  margin-left: 0;
  margin-top: 10px;
}
.collection__filters-more > * {
  pointer-events: none;
}
.collection__filters-more span:nth-child(1) {
  display: inline-block;
}
.collection__filters-more span:nth-child(2) {
  display: none;
}
.collection__filters-more span {
  font-size: calc(0.8rem * var(--adjust-button));
}
.no-js .collection__filters-more {
  display: none;
}
.collection__filters-more.is-expanded span:nth-child(1) {
  display: none;
}
.collection__filters-more.is-expanded span:nth-child(2) {
  display: inline-block;
}
.collection__filter-tag--swatch {
  display: flex;
  text-align: left;
  line-height: 1.2;
  margin-bottom: 8px;
  padding: 0 2px;
  word-break: break-word;
}
@media only screen and (max-width: 479px) {
  .collection__filter-tag--swatch {
    margin-bottom: 16px;
  }
}
.collection__filter-tag--swatch .swatch__button {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 4px;
  padding: 0;
}
.collection__filter-tag--swatch
  .filter__input:checked
  ~ .swatch__button--circle
  .swatch__label
  .icon,
.collection__filter-tag--swatch.is-active
  .swatch__button--circle
  .swatch__label
  .icon {
  opacity: 0.6;
  visibility: visible;
  transition-delay: 0s;
}
.collection__filter-tag--swatch
  .filter__input:checked
  ~ .filter__button
  .swatch__label:before,
.collection__filter-tag--swatch.is-active .swatch__label:before {
  opacity: 1;
  visibility: visible;
}
.collection__filter-tag--swatch .filter__input:disabled ~ .filter__button,
.collection__filter-tag--swatch.link--disable .filter__button {
  cursor: default;
  opacity: 0.5;
}
.collection__filter-tag--swatch .filter__input:disabled ~ .swatch__label:after,
.collection__filter-tag--swatch.link--disable .swatch__label:after {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 1;
  visibility: visible;
  border-color: transparent;
  background: var(--bg-alpha-60);
  content: "";
}
.collection__filter-tag--swatch
  .filter__input:disabled
  ~ .swatch__label[data-swatch="white" i]:after,
.collection__filter-tag--swatch.link--disable
  .swatch__label[data-swatch="white" i]:after {
  background-color: var(--COLOR-BLACK);
}
.collection__filter-tag--swatch
  .filter__input:disabled
  ~ .swatch__label[data-swatch="black" i]:after,
.collection__filter-tag--swatch.link--disable
  .swatch__label[data-swatch="black" i]:after {
  background-color: var(--COLOR-WHITE);
}
.collection__filter-tags--swatches-rectangle .collection__filter-tag--swatch {
  margin-left: 2px;
  font-size: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1439px) {
  .collection__filter-tags--swatches-rectangle .collection__filter-tag--swatch {
    --swatch-width: 30px;
    --swatch-height: 16px;
  }
}
.collection__filters__reset {
  display: none;
  text-decoration: underline;
  text-decoration-thickness: var(--BORDER-WIDTH);
}
.collection__filters__reset.is-visible {
  display: block;
}
.collection--no-results .collection__filters__reset {
  display: inline-block;
  width: auto;
}
.filter__button {
  font-size: calc(0.875rem * var(--adjust-body));
  line-height: 20px;
  color: inherit;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .filter__button {
    line-height: 26px;
  }
}
.collection__sort {
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .collection__sort {
    display: none;
  }
}
.no-js .collection__sort__options {
  margin-bottom: var(--inner);
}
.collection__sort-bar {
  position: relative;
  width: 100%;
  display: flex;
  gap: 8px;
  margin-bottom: 20px;
}
.collection__sort-bar .collection__sort__label {
  width: auto;
  padding-right: 0;
  display: flex;
  align-items: center;
  font-family: var(--FONT-STACK-BODY);
  font-size: calc(0.8rem * var(--adjust-body));
  font-weight: var(--FONT-WEIGHT-BODY);
  flex-shrink: 0;
  padding: 0;
}
.collection__sort-bar .collection__sort__label .icon {
  padding: 0 4px;
  width: 22px;
  rotate: 90deg;
}
.collection__sort-bar .collection__filter-tag {
  opacity: 1;
  transition: transform 0.2s 0s, opacity 0.1s 0s;
  margin-bottom: 0;
}
.collection__sort-bar .collection__filter-tag:last-child {
  margin-bottom: 0;
}
.collection__sort-bar
  .collection__sort__option-wrapper--visible
  .collection__filter-tag {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.2s 0.2s, opacity 0.2s 0.2s;
}
@media only screen and (min-width: 768px) {
  .collection--breadcrumbs-disabled .collection__sort-bar {
    margin-left: 240px;
  }
  .collection__sort-bar .collection__sort__label {
    font-size: calc(1rem * var(--adjust-body));
  }
  .collection__sort-bar {
    gap: 13px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .collection--breadcrumbs-disabled .collection__sort-bar {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1440px) {
  .collection--breadcrumbs-disabled .collection__sort-bar {
    margin-left: 0;
  }
}
.collection--breadcrumbs-disabled.collection--filters-disabled
  .collection__sort-bar {
  margin-left: 0;
}
.collection__sort__button {
  display: block;
  font-size: calc(1rem * var(--adjust-body));
  line-height: 26px;
  position: relative;
  padding-left: 18px;
  cursor: pointer;
}
.collection__sort-bar .collection__sort__button {
  line-height: normal;
  padding: 8px 20px;
  border-radius: 4px;
  border: 1px solid #BF9F65;
  font-size: calc(.75rem * var(--adjust-body));
  text-transform: capitalize;
  border-radius: 100px;
  border: 1px solid #d6d6d6;
}
.collection__sort__input {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.collection__sort__input:checked ~ .collection__sort__button {
  color: var(--bg);
  background: linear-gradient(0deg, #ff4a00 0%, #ff4a00 100%), #bf9f65;
}
.collection__sort-bar .collection__sort__option-wrapper {
  position: relative;
  visibility: visible;
  overflow: hidden;
  background: var(--bg);
  top: calc(50% + 16px);
  min-width: 200px;
  transform-origin: center top;
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.2s 0.2s, opacity 0.2s 0.2s;
  max-width: 100%;
}
.collection__sort-bar .collection__sort__option-wrapper--visible {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
  transition: transform 0.2s, opacity 0.1s 0s, visibility 0s 0s;
}

.collection__sort-bar .collection__sort__button:after, .collection__sort-bar .collection__sort__button:before{
  display: none;
}
.collection__filters__empty {
  margin: 0;
  padding: 10px 0;
}
.collection__filters__buttons {
  padding-bottom: 15px;
}
.mobile-breadcrumb__filters {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0 20px 0;
  background-color: #fff;
  z-index: 9998;
}
.js-drawer-open .mobile-breadcrumb__filters,
.js-drawer-open-cart .mobile-breadcrumb__filters {
  z-index: 999;
}
.mobile-breadcrumb__filters .collection__title {
  --heading-size: calc(1.5rem* var(--adjust-heading));
  font-size: var(--heading-size);
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .collection__filters__buttons {
    width: 220px;
  }
  .collection__sort-bar .collection__sort__button {
    font-size: calc(.88rem * var(--adjust-body));
  }
  #CollectionStickyBar {
    width: calc(100% - 238px);
  }
  .mobile-breadcrumb__filters {
    padding: 0 0 20px 0;
  }
  .mobile-breadcrumb__filters .collection__title {
    --heading-size: calc(2rem* var(--adjust-heading));
    width: 100%;
    text-align: center;
  }
}
@media only screen and (min-width: 990px) and (max-width: 1440px) {
  #CollectionStickyBar {
    max-width: calc(100% - 290px);
    width: 100%;
  }
}
@media only screen and (min-width: 1440px) {
  .collection__filters__buttons {
    width: 270px;
  }
  #CollectionStickyBar {
    max-width: calc(100% - 325px);
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .collection__filters__buttons {
    max-width: calc(100vw - var(--scrollbar-width));
    padding: 15px var(--gutter-mobile);
  }
  .mobile-breadcrumb__filters {
    position: sticky;
    top: 64px;
    height: 100%;
    width: 100vw;
    margin-left: -16px;
    padding: 5px 20px 5px 16px;
    transition: 0.4s ease;
  }
  body.hide-announcement-bar .mobile-breadcrumb__filters {
    top: 70px;
  }
  .shopify-body-section-header-sticky .mobile-breadcrumb__filters,
  body.hide-announcement-bar.shopify-body-section-header-sticky
    .mobile-breadcrumb__filters {
    top: 0;
  }
}
.collection__filters__buttons .btn,
.collection__filters__buttons .shopify-payment-button__button--unbranded {
  margin-top: 15px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .collection__filters__buttons .collection__filters__reset.btn--secondary,
  .collection__filters__buttons
    .btn--secondary
    .collection__filters__reset.shopify-payment-button__button--unbranded,
  .btn--secondary
    .collection__filters__buttons
    .collection__filters__reset.shopify-payment-button__button--unbranded {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .collection__filters__buttons .collection__filters__reset.btn--primary,
  .collection__filters__buttons input.collection__filters__reset.btn,
  .collection__filters__buttons
    input.collection__filters__reset.shopify-payment-button__button--unbranded,
  .collection__filters__buttons
    .btn--primary
    .collection__filters__reset.shopify-payment-button__button--unbranded,
  .btn--primary
    .collection__filters__buttons
    .collection__filters__reset.shopify-payment-button__button--unbranded,
  .collection__filters__buttons
    input.btn
    .collection__filters__reset.shopify-payment-button__button--unbranded,
  input.btn
    .collection__filters__buttons
    .collection__filters__reset.shopify-payment-button__button--unbranded,
  .collection__filters__buttons
    input.shopify-payment-button__button--unbranded
    .collection__filters__reset.shopify-payment-button__button--unbranded,
  input.shopify-payment-button__button--unbranded
    .collection__filters__buttons
    .collection__filters__reset.shopify-payment-button__button--unbranded {
    display: none;
  }
}
.collection__filters-header {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .collection__filters-header {
    display: flex !important; /* Other CSS overriding so added important  */
    padding-top: calc(var(--inner) / 2);
    margin-top: 10px;
    align-items: flex-start;
  }
  .collection__filters-header .collection__filters__clear {
    display: none;
  }
  .collection__filters-header .collection__filters__line {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .collection__filters-header.hidden {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .collection--breadcrumbs-disabled .collection__filters-list__inner {
    padding-top: 10px;
  }
}
.collection__filters__top {
  padding: 10px 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: calc(0.875rem * var(--adjust-body));
}
@media only screen and (max-width: 767px) {
  .collection__filters__top {
    padding-top: 0;
    flex-direction: column;
    align-items: flex-start;
  }
  .collection__filters__reset {
    width: 50%;
    font-family: var(--FONT-STACK-BUTTON);
    font-size: calc(0.75rem * var(--adjust-body));
    color: var(--bg-secondary);
    text-decoration: none;
    border: 1px solid var(--bg-secondary);
    border-radius: 62px;
    padding: 5px 6px;
    text-transform: uppercase;
    line-height: normal;
  }
  .collection__filters__top .collection__filters__reset {
    display: none;
  }
}
.collection__filters__close {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  width: 20px;
  cursor: pointer;
  position: absolute;
  top: 12px;
  left: auto;
  right: 0;
}
.collection__filters__close:hover .icon {
  transform: rotate(90deg);
}
.collection__filters__close .icon {
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
}
.collection__filters__close .icon path {
  stroke-width: 35px;
  stroke: #000000;
}
@media only screen and (min-width: 768px) {
  .collection__filters__close {
    display: none;
  }
}
.collection__filters__toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--FONT-STACK-NAV);
}
.collection__filters__toggle svg {
  margin-right: 7px;
  width: 15px;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .collection__filters__toggle {
    display: none;
  }
}
.collection--filters-disabled .collection__filters__toggle {
  justify-self: end;
}
.collection__filters__clear {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5px;
}
.collection__filters__clear:empty {
  margin-bottom: 0;
}
.collection__filters__line {
  border-width: var(--BORDER-WIDTH) 0 0;
  margin-top: 0;
}
.filter__active__remove {
  position: relative;
  min-width: 0;
  width: auto;
  margin: 0 10px 10px 0;
  padding: 6px 32px 6px 10px;
  font-size: calc(0.75rem * var(--adjust-body));
  text-align: left;
  color: #0C0C0F;
  border-radius: 360px;
  border: 1px solid #000;
  background: #FFF;
}
.filter__active__remove .filter__x {
  position: absolute;
  top: 0;
  right: 0;
  padding: 6px 10px 8px 12px;
  font-weight: var(--FONT-WEIGHT-BODY-BOLD);
}
.filter__input {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.filter__price {
  margin-top: -8px;
  width: 84%;
}
@media only screen and (max-width: 767px) {
  .filter__price {
    margin-top: -6px;
    width: 90%;
  }
}
.filter__price__fields {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  max-width: 100%;
  margin: 0;
  margin-top: 13px;
}
.filter__price__fields label {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.filter__price__field {
  display: flex;
  align-items: center;
  flex: 1;
  width: 50%;
  border-radius: 100px;
  border: 1px solid #000;
  background: var(--input-bg);
  padding: 7px 10px;
}
.filter__price__field span {
  margin-right: 5px;
}
.filter__price__input {
  flex: 1;
  display: block;
  min-width: 0;
  max-width: 100%;
  width: auto;
  padding: 0 3px;
  margin: 0;
  font-size: inherit;
  text-align: left;
  line-height: normal;
  border: none;
}
.no-js .filter__price__range {
  display: none;
}
.range {
  position: relative;
  display: block;
  height: 36px;
  margin: 0 -6px 10px;
  -webkit-user-select: none;
  user-select: none;
  opacity: 0;
}
.range.is-initialized {
  opacity: 1;
}
.range__dot {
  position: absolute;
  z-index: 2;
  display: block;
  top: 3px;
  width: 16px;
  height: 16px;
}
/* .range__dot--left {
  left: 8px !important; /* using important to orverirde */
} */
.range__dot:before {
  content: "";
  position: absolute;
  left: -3px;
  top: 0px;
  width: 16px;
  height: 16px;
}
.range__dot span {
  display: block;
  width: 16px;
  height: 16px;
  background: #ff5a23;
  border-radius: 50%;
  font-size: 0;
  cursor: pointer;

}
.range__line {
  position: absolute;
  top: 16px;
  left: 8px;
  z-index: 0;
  overflow: hidden;
  width: calc(100% - 16px);
  height: 4px;
  border-radius: 6px;
  background-color: var(--COLOR-BORDER-ALPHA-50);
}
.range__line span {
  display: block;
  height: 100%;
  width: 0%;
  border-radius: 9px;
  background: rgba(242, 104, 62, 0.30);
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  .no-js .collection__filters__close,
  .no-js .collection__sticky-bar {
    display: none;
  }
  .filter__price__fields {
    width: 73%;
  }
}
@media only screen and (min-width: 768px) {
  .no-js .collection__filters {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .no-js .collection__filters {
    position: static;
    transform: none;
    height: auto;
    max-height: none;
    padding-bottom: var(--gutter);
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (max-width: 767px) {
  .no-js .collection__filters-list {
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .no-js .collection__filters-list__inner {
    height: auto;
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .no-js .collection__filters-wrapper {
    max-height: none;
  }
}
/*================ Banner ================*/
.banner {
  --overlay-opacity: 0;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .banner .collection__header hr {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
.banner .collection__title,
.banner .collection__description {
  color: inherit;
}
.banner .collection__description {
  width: auto;
}
.banner--collection {
  background-color: var(--bg);
}
.banner-inner {
  display: flex;
  position: relative;
}
.banner-inner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--overlay);
  opacity: var(--overlay-opacity);
}
.banner-content {
  width: 100%;
  padding-top: var(--gutter);
  padding-bottom: var(--gutter);
}
.original-height .banner-content {
  position: absolute;
}
.original-height .banner-img {
  position: relative;
  width: 100%;
  min-height: inherit;
}
.no-js .original-height {
  display: block;
}
.no-js .original-height .banner-img .img-object-cover {
  position: absolute;
  top: 0;
  left: 0;
}
.no-js .original-height .banner-content {
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
/*================ Collection promo ================*/
.collection-promo {
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
  grid-column: 1/-1;
  line-height: 1.5;
  overflow: hidden;
  background: var(--bg) no-repeat center center/cover;
}
.collection-promo__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  position: relative;
  line-height: 1.5;
  background: var(--bg) no-repeat center center/cover;
  overflow: hidden;
}
.collection-promo__bg {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 100%;
  grid-row-start: 1;
  grid-column-start: 1;
  padding-top: var(--promo-height);
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
  .collection-promo__bg {
    min-height: auto;
  }
}
.collection-promo__bg .placeholder-svg-filled {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 200%;
  max-height: 200%;
  transform: translateY(-50%);
}
.collection-promo__link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 5;
}
.collection-promo__heading {
  color: var(--text);
}
.collection-promo__heading sup {
  top: -1.1em;
  font-size: calc(0.65rem * var(--adjust-heading));
  line-height: 1;
  margin-left: 5px;
}
@media only screen and (max-width: 1439px) {
  .collection-promo__heading sup {
    top: -1em;
    font-size: calc(0.6rem * var(--adjust-heading));
  }
}
@media only screen and (max-width: 767px) {
  .collection-promo__heading sup {
    font-size: calc(0.5rem * var(--adjust-heading));
  }
}
.collection-promo__heading small {
  font-size: calc(0.65rem * var(--adjust-heading));
  margin-left: calc(-0.85rem * var(--adjust-heading));
}
@media only screen and (max-width: 1439px) {
  .collection-promo__heading small {
    font-size: calc(0.6rem * var(--adjust-heading));
  }
}
@media only screen and (max-width: 767px) {
  .collection-promo__heading small {
    font-size: calc(0.5rem * var(--adjust-heading));
    margin-left: calc(-0.75rem * var(--adjust-heading));
  }
}
.collection-promo__text {
  font-size: calc(0.815rem * var(--adjust-body));
}
@media only screen and (min-width: 768px) {
  .collection-promo__text {
    font-size: calc(1rem * var(--adjust-body));
  }
}
.collection-promo__buttons {
  display: flex;
  flex-flow: row wrap;
  justify-content: inherit;
  align-items: flex-start;
}
@media only screen and (min-width: 480px) {
  .collection-promo__buttons {
    margin: 0 calc(var(--inner) / -2);
  }
}
@media only screen and (max-width: 479px) {
  .collection-promo__buttons {
    width: 100%;
  }
}
.collection-promo__button {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 479px) {
  .collection-promo__button {
    margin-left: 0;
    margin-right: 0;
  }
}
.collection-promo__heading,
.collection-promo__text,
.collection-promo__button {
  margin: calc(var(--inner) / 2) 0;
  max-width: 100%;
  overflow-wrap: break-word;
}
@media only screen and (max-width: 479px) {
  .collection-promo__heading,
  .collection-promo__text,
  .collection-promo__button {
    width: 100%;
  }
}
.collection-promo__content {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 5;
  flex-flow: column wrap;
  grid-row-start: 1;
  grid-column-start: 1;
  padding: var(--inner);
}
.collection-promo__link ~ .collection-promo__content {
  pointer-events: none;
}
.collection-promo__link ~ .collection-promo__content a {
  pointer-events: auto;
}
.collection-promo__body {
  width: 100%;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
}
/*=== Animations ===*/
@media only screen and (max-width: 1023px) {
  .aos-initialized
    .collection
    .collection-promo[data-aos][data-aos-delay].aos-animate {
    transition-delay: 0s;
  }
}
@media only screen and (max-width: 1023px) {
  .aos-initialized
    .collection
    .collection-promo.collection-promo--grid-even[data-aos][data-aos-delay].aos-animate {
    transition-delay: 0.15s;
  }
}
@media only screen and (min-width: 480px) and (max-width: 1023px) {
  .aos-initialized
    .collection
    .collection-promo.collection-promo--grid-second[data-aos][data-aos-delay].aos-animate {
    transition-delay: 0.15s;
  }
}
@media only screen and (min-width: 480px) and (max-width: 1023px) {
  .aos-initialized
    .collection
    .collection-promo.collection-promo--grid-third[data-aos][data-aos-delay].aos-animate {
    transition-delay: 0.3s;
  }
}
@media only screen and (max-width: 479px) {
  .aos-initialized
    .collection
    .collection-items--mobile--one-whole
    .collection-promo.collection-promo--grid-even[data-aos][data-aos-delay].aos-animate {
    transition-delay: 0s;
  }
}
@media only screen and (max-width: 1023px) {
  .aos-initialized
    .collection
    .collection-promo
    .collection-promo__heading[data-aos][data-aos-delay].aos-animate {
    transition-delay: 0.3s;
  }
}
@media only screen and (max-width: 479px) {
  .aos-initialized
    .collection
    .collection-promo
    .collection-promo__heading[data-aos][data-aos-delay].aos-animate {
    transition-delay: 0.15s;
  }
}
@media only screen and (max-width: 1023px) {
  .aos-initialized
    .collection
    .collection-promo
    .collection-promo__text[data-aos][data-aos-delay].aos-animate {
    transition-delay: 0.45s;
  }
}
@media only screen and (max-width: 479px) {
  .aos-initialized
    .collection
    .collection-promo
    .collection-promo__text[data-aos][data-aos-delay].aos-animate {
    transition-delay: 0.3s;
  }
}
@media only screen and (max-width: 1023px) {
  .aos-initialized
    .collection
    .collection-promo
    .collection-promo__button[data-aos][data-aos-delay].aos-animate {
    transition-delay: 0.6s;
  }
}
@media only screen and (max-width: 479px) {
  .aos-initialized
    .collection
    .collection-promo
    .collection-promo__button[data-aos][data-aos-delay].aos-animate {
    transition-delay: 0.45s;
  }
}
/*=== Modifiers ===*/
.collection-promo--two-columns {
  grid-column: span 2;
}
@media only screen and (max-width: 479px) {
  .collection-promo--two-columns {
    grid-column: 1/-1;
  }
}
.collection-promo--one-column {
  grid-column: span 1;
}
@media only screen and (max-width: 1023px) {
  .collection-items--2 .collection-promo--full.collection-promo--tablet-full,
  .collection-promo--two-columns.collection-promo--tablet-full {
    grid-column: span 2;
  }
}
@media only screen and (max-width: 1023px) {
  .collection-promo--full.collection-promo--tablet-full {
    grid-column: span 3;
  }
}
@media only screen and (max-width: 1023px) {
  .collection-promo--two-columns.collection-promo--grid-second,
  .collection-promo--full.collection-promo--grid-second {
    grid-column: span 2;
  }
}
@media only screen and (max-width: 1023px) {
  .collection-promo--two-columns.collection-promo--grid-third,
  .collection-promo--full.collection-promo--grid-third {
    grid-column: span 1;
  }
}
@media only screen and (max-width: 479px) {
  .collection-promo--two-columns.collection-promo,
  .collection-promo--full.collection-promo {
    grid-column: span 2;
  }
}
@media only screen and (max-width: 479px) {
  .collection-promo--two-columns.collection-promo--grid-even,
  .collection-promo--full.collection-promo--grid-even {
    grid-column: span 1;
  }
}
@media only screen and (max-width: 479px) {
  .collection-items--mobile--one-whole .collection-promo--one-column,
  .collection-items--mobile--one-whole .collection-promo--two-columns,
  .collection-items--mobile--one-whole .collection-promo--full {
    grid-column: 1/-1;
  }
}
.collection-items--2
  .collection-promo:not(.collection-promo--one-column)
  .collection-promo__bg,
.collection-items--3 .collection-promo--two-columns .collection-promo__bg,
.collection-items--4 .collection-promo--two-columns .collection-promo__bg {
  padding-top: calc(var(--promo-height) / 2);
}
.collection-items--3 .collection-promo--full .collection-promo__bg {
  padding-top: calc(var(--promo-height) / 3);
}
@media only screen and (max-width: 1023px) {
  .collection-items--3 .collection-promo--full .collection-promo__bg {
    padding-top: calc(var(--promo-height) / 2);
  }
}
.collection-items--4 .collection-promo--full .collection-promo__bg {
  padding-top: calc(var(--promo-height) / 4);
}
@media only screen and (max-width: 1023px) {
  .collection-items--4 .collection-promo--full .collection-promo__bg {
    padding-top: calc(var(--promo-height) / 2);
  }
}
@media only screen and (max-width: 479px) {
  .collection-items--3
    .collection-promo--two-columns.collection-promo--grid-even
    .collection-promo__bg,
  .collection-items--4
    .collection-promo--two-columns.collection-promo--grid-even
    .collection-promo__bg {
    padding-top: var(--promo-height);
  }
}
@media only screen and (max-width: 479px) {
  .collection__products.collection-items--mobile--one-whole
    .collection-promo
    .collection-promo__bg {
    padding-top: var(--promo-height);
  }
}
@media only screen and (min-width: 1024px) {
  .collection-promo--full
    .collection-promo__content--inline
    .collection-promo__heading,
  .collection-promo--full
    .collection-promo__content--inline
    .collection-promo__text,
  .collection-promo--full
    .collection-promo__content--inline
    .collection-promo__button {
    margin: calc(var(--inner) / 2);
  }
}
@media only screen and (min-width: 1024px) {
  .collection-promo--full .collection-promo__content--inline {
    padding: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .collection-promo--full
    .collection-promo__content--inline
    .collection-promo__body {
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    padding: var(--inner);
  }
}
@media only screen and (min-width: 1024px) {
  .collection-promo--full
    .collection-promo__content--inline
    .collection-promo__buttons {
    margin: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .collection-promo--full
    .collection-promo__content--inline
    .collection-promo__button {
    display: flex;
    justify-content: center;
    z-index: 2;
  }
}
@media only screen and (min-width: 1024px) {
  .collection-promo--full
    .collection-promo__content--inline
    .collection-promo__button
    .btn--caps {
    margin-bottom: -2px;
  }
}
.item--top-left .collection-promo__link,
.item--top-right .collection-promo__link,
.item--top-left .collection-promo__button,
.item--top-right .collection-promo__button {
  align-items: flex-start;
}
.item--right .collection-promo__content,
.item--bottom-right .collection-promo__link,
.item--bottom-right .collection-promo__button,
.item--bottom-right .collection-promo__content,
.item--top-right .collection-promo__content,
.item--bottom-right .collection-promo__content--inline .collection-promo__body,
.item--bottom-left .collection-promo__link,
.item--bottom-left .collection-promo__button,
.item--bottom-left .collection-promo__content--inline .collection-promo__body {
  align-items: flex-end;
}
.item--bottom-left .collection-promo__content,
.item--bottom-right .collection-promo__content,
.item--right .collection-promo__link,
.item--right .collection-promo__button,
.item--right .collection-promo__buttons,
.item--right .collection-promo__content--inline .collection-promo__body,
.item--top-right .collection-promo__link,
.item--top-right .collection-promo__button,
.item--top-right .collection-promo__buttons,
.item--top-right .collection-promo__content--inline,
.item--top-right .collection-promo__content--inline .collection-promo__body,
.item--bottom-right .collection-promo__link,
.item--bottom-right .collection-promo__button,
.item--bottom-right .collection-promo__buttons,
.item--bottom-right .collection-promo__content--inline,
.item--bottom-right .collection-promo__content--inline .collection-promo__body {
  justify-content: flex-end;
}
.item--top-left .collection-promo__link,
.item--top-left .collection-promo__button,
.item--top-left .collection-promo__buttons,
.item--top-left .collection-promo__content,
.item--top-left .collection-promo__content--inline .collection-promo__body,
.item--top-right .collection-promo__content,
.item--left .collection-promo__link,
.item--left .collection-promo__button,
.item--left .collection-promo__buttons,
.item--left .collection-promo__content--inline .collection-promo__body,
.item--bottom-left .collection-promo__link,
.item--bottom-left .collection-promo__button,
.item--bottom-left .collection-promo__buttons,
.item--bottom-left .collection-promo__content--inline .collection-promo__body {
  justify-content: flex-start;
}
.item--right .collection-promo__content,
.item--top-right .collection-promo__content,
.item--bottom-right .collection-promo__content {
  text-align: right;
}
/*================ Contact form section ================*/
.contact-form__message {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 8995;
  background: var(--bg);
  box-shadow: 0 -5px 5px 0 rgba(0, 0, 0, 0.05);
  opacity: 1;
  transition: transform 0.45s ease, visibility 0s;
  max-height: 50vh;
  overflow-x: hidden;
  overflow-y: auto;
}
.contact-form__message.hide-down {
  transform: translateY(100%);
  visibility: hidden;
  transition-delay: 0s, 0.45s;
}
.contact-form__message .errors,
.contact-form__message .note {
  margin: 0;
  border: 0;
  padding: var(--inner);
  font-size: calc(1rem * var(--adjust-body));
  background: none;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .contact-form__message .errors,
  .contact-form__message .note {
    padding-top: var(--inner-tablet);
    padding-bottom: var(--inner-tablet);
  }
}
@media only screen and (max-width: 767px) {
  .contact-form__message .errors,
  .contact-form__message .note {
    padding-top: var(--inner-mobile);
    padding-bottom: var(--inner-mobile);
  }
}
.contact-form__message__close {
  position: absolute;
  top: 8px;
  right: 0;
  width: 54px;
  height: 54px;
  padding: 18px;
  color: inherit;
  text-decoration: none;
  top: 50%;
  transform: translateY(-50%);
}
.contact-form__message__close svg {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
  pointer-events: none;
}
.contact-form__message__close:hover svg {
  transform: rotate(90deg);
}
/*================ Countdown ================*/
.countdown {
  --text-gap: 15px;
  --scale: 1;
  position: relative;
  background: var(--bg);
}
@media only screen and (min-width: 1024px) {
  .countdown {
    --content: calc(33.33% + var(--gutter) * 2);
    --aside: calc(100% - var(--content));
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .countdown {
    --content: calc(50% + var(--gutter) * 2);
    --aside: var(--content);
  }
}
.countdown--loading .countdown-timer__digit {
  opacity: 0;
}
.countdown--loaded .countdown-timer__digit {
  opacity: 1;
}
@media only screen and (min-width: 1024px) {
  .countdown--content-normal {
    --content: calc(45% + var(--gutter) * 2);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .countdown--content-normal {
    --content: calc(75% + var(--gutter) * 2);
  }
}
.countdown__inner {
  position: relative;
  min-height: var(--min-height);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  overflow: hidden;
}
.countdown .overlay,
.countdown__image-container,
.countdown__text-container {
  grid-row-start: 1;
  grid-column-start: 1;
  min-height: 100%;
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
  .countdown .overlay,
  .countdown__image-container,
  .countdown__text-container {
    min-height: auto;
  }
}
.countdown__text-container {
  position: relative;
  z-index: 100;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (min-width: 1024px) {
  .countdown__text-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .countdown__text-container {
    justify-content: center;
  }
}
.countdown__link ~ .countdown__text-container {
  pointer-events: none;
}
.countdown__link ~ .countdown__text-container a {
  pointer-events: auto;
}
.countdown__link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
}
.countdown__content {
  padding: calc(var(--gutter) / 2) var(--gutter-mobile);
  width: var(--content, 100%);
}
@media only screen and (min-width: 1024px) {
  .countdown__content {
    padding: calc(var(--gutter) / 2) var(--gutter);
  }
}
.countdown__content:empty {
  display: none;
}
.countdown__aside {
  padding: calc(var(--gutter) / 2) var(--gutter-mobile);
  width: var(--aside, 100%);
}
.countdown__image {
  will-change: transform;
  transform: scale(var(--scale));
}
@media only screen and (min-width: 768px) {
  .countdown__image-container--mobile {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .countdown__image-container--mobile ~ .countdown__image-container--desktop {
    display: none;
  }
}
.countdown__image-svg {
  position: relative;
  left: 50%;
  width: 0;
  min-height: 100%;
  padding-right: 264%;
  transform: translateX(-50%);
}
.countdown__image-svg .placeholder-svg-filled {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.countdown__block--subheading p,
.countdown__block--heading p,
.countdown__block--text p {
  margin: 0;
}
.countdown__block--text {
  font-size: calc(1rem * var(--adjust-body));
}
.countdown__block--heading a,
.countdown__block--text a {
  text-decoration: underline;
  text-decoration-thickness: var(--BORDER-WIDTH);
}
.countdown__block--heading {
  font-weight: var(--FONT-WEIGHT-HEADING-BOLD);
}
.countdown__block--heading a {
  position: relative;
  display: inline-block;
  text-decoration: none !important;
}
.countdown__block--heading a:before,
.countdown__block--heading a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.1rem;
  width: 100%;
  height: var(--BORDER-WIDTH);
  display: block;
  background: var(--btn-text, var(--text));
  transition: none;
  pointer-events: none;
}
.countdown__block--heading a:before {
  transform: scaleX(0);
  transform-origin: left;
}
.countdown__block--heading a:after {
  transform-origin: right;
}
.no-touch .countdown__block--heading a:hover {
  background: transparent;
  border: 0;
}
.no-touch .countdown__block--heading a:hover:before,
.no-touch .countdown__block--heading a:hover:after {
  transition: transform 1.1s cubic-bezier(0.19, 1, 0.22, 1);
  transform: scaleX(0);
}
.no-touch .countdown__block--heading a:hover:before {
  transform: scaleX(1);
  transition-delay: 0.25s;
}
.countdown__block--heading [data-has-highlight]:before,
.countdown__block--heading [data-has-highlight]:after,
.countdown__block--heading .section__link:before,
.countdown__block--heading .section__link:after {
  display: none;
}
.countdown__block--heading:not(.text-highlight-wrapper)
  .text-reveal__cropper
  a:before,
.countdown__block--heading:not(.text-highlight-wrapper)
  .text-reveal__cropper
  a:after {
  bottom: 0;
}
.countdown__block--button,
.countdown__block--video {
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .countdown__block--button .main-buttons__item {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .countdown__block--button .main-buttons__item:first-child {
    margin-top: 0;
  }
}
.countdown__block--video .main-buttons__item,
.countdown__content > div:last-child {
  margin-bottom: 0;
}
.countdown__block {
  margin-bottom: var(--text-gap);
}
.countdown__block:last-child {
  margin-bottom: 0;
}
.countdown__block--video:last-child,
.countdown__block--button:last-child {
  padding-top: var(--text-gap);
}
.countdown--inline .item--center .countdown__content,
.countdown--inline .item--center .countdown-timer__message {
  text-align: left;
}
.countdown--inline .item--center .main-buttons {
  justify-content: flex-start;
}
.countdown--inline .countdown__text-container {
  align-items: flex-start;
}
@media only screen and (min-width: 1024px) {
  .countdown--inline .countdown__text-container {
    align-items: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .countdown--inline .countdown__text-container {
    align-items: center;
  }
}
@media only screen and (max-width: 1023px) {
  .countdown--inline .countdown__content:not(:empty) + .countdown__aside {
    padding-top: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .countdown--inline .countdown__content:not(:empty) + .countdown__aside {
    padding-left: 0;
    padding-right: var(--gutter);
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .countdown--inline .countdown-timer__wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: unset;
  }
}
/*================ Countdown Timer ================*/
.countdown-timer {
  --gap: 80px;
  margin: 0 auto;
  max-width: 600px;
  display: block;
}
@media only screen and (max-width: 1023px) {
  .countdown-timer {
    --gap: 60px;
  }
}
@media only screen and (max-width: 479px) {
  .countdown-timer {
    --gap: 32px;
  }
}
.countdown-timer__wrapper {
  display: inline-grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--gap);
}
@media only screen and (max-width: 479px) {
  .countdown-timer__wrapper {
    display: flex;
    justify-content: space-between;
    gap: unset;
  }
}
.countdown-timer--show-message .countdown-timer__wrapper {
  display: none;
}
.countdown-timer__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.countdown-timer__digit {
  font-family: var(--FONT-STACK-HEADING);
  font-weight: var(--FONT-WEIGHT-HEADING);
  font-style: var(--FONT-STYLE-HEADING);
  --adjust-heading: calc(var(--FONT-ADJUST-HEADING) * 1.4);
  margin: 0;
  font-weight: var(--FONT-WEIGHT-HEADING-BOLD);
  line-height: 1.2;
  transition: opacity 0.3s ease;
}
.countdown-timer__unit {
  font-size: calc(1rem * var(--FONT-ADJUST-SUBHEADING));
}
.countdown-timer__message {
  font-family: var(--FONT-STACK-BODY);
  font-weight: var(--FONT-WEIGHT-BODY);
  font-style: var(--FONT-STYLE-BODY);
  --text-size: calc(1rem * var(--adjust-body));
  font-size: var(--text-size);
  display: none;
}
@media only screen and (max-width: 767px) {
  .countdown-timer__message {
    --text-size: calc(0.875rem * var(--adjust-body));
  }
}
.countdown-timer--show-message .countdown-timer__message {
  display: block;
  animation: fadeIn 1s ease;
}
.brick__section {
  --inner: 30px;
  background: var(--bg);
  position: relative;
}
.brick__section .featured-image__heading,
.brick__section .featured-image__caption {
  color: var(--text);
}
@media only screen and (max-width: 767px) {
  .brick__section {
    height: auto;
    min-height: 0 !important;
  }
}
.brick__section__wrapper {
  height: 100%;
}
.brick__blocks__flex {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .brick__blocks__flex {
    flex-direction: row;
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .brick__blocks__flex.brick__blocks__flex--reverse .brick__block:last-child {
    order: -1;
  }
}
.wrapper--full .brick__blocks__flex--gap {
  padding: 0 var(--grid-gutter);
}
@media only screen and (min-width: 1024px) {
  .brick__blocks__flex--gap .brick__block {
    flex-basis: calc(50% - var(--grid-gutter));
  }
  .brick__blocks__flex--gap .brick__block + .brick__block {
    margin-left: var(--grid-gutter);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .brick__blocks__flex--gap {
    margin: 0 calc(var(--gutter-mobile) / -2);
  }
  .brick__blocks__flex--gap .brick__block {
    margin: 0 calc(var(--gutter-mobile) / 2);
    flex-basis: calc(50% - var(--gutter-mobile));
  }
}
@media only screen and (max-width: 767px) {
  .brick__blocks__flex--gap .brick__block:not(:last-child) {
    margin-bottom: var(--gutter-mobile);
  }
  .brick__blocks__flex--gap.brick__blocks__flex--reverse
    .brick__block:not(:last-child) {
    margin-top: var(--gutter-mobile);
    margin-bottom: 0;
  }
}
.brick__block {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .brick__block {
    flex: 1 0 50%;
  }
}
.brick__block .video-text-wrapper {
  width: 100%;
  max-width: var(--site-width-narrow);
  padding: var(--inner);
}
.brick__block .product-grid-item {
  background: var(--COLOR-BG);
  box-shadow: inset 0 0 1px var(--border-lighten-darken);
}
.brick__block .product-grid-item__image {
  margin: 0;
}
.brick__block .product-grid-item__info {
  padding: 20px;
}
.brick__block__content,
.brick__block__inner {
  width: 100%;
  height: 100%;
}
.brick__block__inner {
  text-align: center;
  padding: var(--inner);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.brick__block__inner .main-text p {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .brick__block--collection .brick__block__inner {
    padding-bottom: calc(var(--inner) * 2);
  }
}
.brick__block--image,
.brick__block--video {
  padding: 0;
}
.brick__block--image .brick__block__inner,
.brick__block--video .brick__block__inner {
  padding: 0;
}
.brick__subheading {
  font-size: calc(0.75rem * var(--FONT-ADJUST-BODY));
  font-weight: var(--FONT-WEIGHT-BODY);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin: 0;
  margin-bottom: 20px;
}
.brick__block__text {
  height: 100%;
  display: flex;
  align-items: center;
}
.brick__product {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
  .brick__product {
    max-width: 25vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .brick__product {
    max-width: 33vw;
  }
}
@media only screen and (max-width: 767px) {
  .brick__product .product-grid-item {
    margin: 0;
    width: 100%;
  }
}
.brick__collection {
  margin: 0 auto;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .brick__collection {
    max-width: 25vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .brick__collection {
    max-width: 33vw;
  }
}
@media only screen and (max-width: 767px) {
  .brick__collection {
    display: flex;
    flex-flow: row nowrap;
    margin: 0 calc(var(--inner) * -1);
    padding: 0 0 0 var(--grid-gutter);
    width: auto;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
    /* for Internet Explorer, Edge */
  }
  .brick__collection::-webkit-scrollbar {
    display: none;
    /* for Chrome, Safari, and Opera */
  }
  .brick__collection .product-grid-item {
    margin-right: var(--grid-gutter);
  }
}
@media only screen and (min-width: 768px) {
  .brick__block .product-grid-item {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .brick__collection:not(.flickity-enabled)
    .product-grid-item:not(:first-of-type) {
    display: none;
  }
}
.brick__testimonial {
  width: 100%;
  max-width: 600px;
  margin: auto;
}
.brick__testimonial .testimonial__item {
  width: 100%;
}
.brick__testimonial .testimonial__item__inner {
  padding: calc(var(--inner) * 1.5);
}
.text-left .testimonial__stars {
  justify-content: flex-start;
}
.text-left .testimonial__user {
  align-items: flex-start;
}
.brick__newsletter .newsletter-form .form-success,
.brick__newsletter .input-group {
  margin: 0 auto;
  justify-content: center;
}
.brick__image {
  display: flex;
  height: 100%;
}
.brick__video {
  display: flex;
  flex-direction: column;
  height: 100%;
}
/*================ Featured Collection ================*/
.featured-collection {
  position: relative;
  text-align: center;
  overflow: hidden;
  background: var(--bg);
}
.featured-collection--empty {
  display: flex;
}
.featured-collection--split-left,
.featured-collection--split-right {
  overflow: visible;
}
.featured-collection__top {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: calc(var(--gutter) / 2);
  z-index: 5;
}
@media only screen and (max-width: 767px) {
  .featured-collection__top {
    display: block;
  }
}
.featured-collection .section__heading {
  line-height: 1;
}
.featured-collection__top.text-center {
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .featured-collection__top.text-left {
    flex-direction: row;
    justify-content: space-between;
  }
}
.featured-collection__top__wrapper {
  max-width: var(--site-width-narrow);
  margin-bottom: 0;
}
.featured-collection__top__button {
  flex: 0 0 auto;
  margin-top: 0.5rem;
}
@media only screen and (min-width: 768px) {
  .featured-collection__top__button {
    margin-left: var(--gutter);
  }
}
@media only screen and (min-width: 768px) {
  .featured-collection__inner {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: calc(var(--grid-gutter) * 2);
    grid-template-areas: "column-left column-right";
  }
}
@media only screen and (min-width: 768px) {
  .featured-collection__inner .featured-collection__container {
    grid-area: column-right;
  }
}
.featured-collection__inner .featured-collection__top__wrapper {
  max-width: 100%;
}
.featured-collection__inner .featured-collection__top {
  display: block;
}
@media only screen and (min-width: 768px) {
  .featured-collection__inner .featured-collection__top {
    grid-area: column-left;
  }
}
@media only screen and (min-width: 768px) {
  .featured-collection__inner--splitright .featured-collection__top {
    grid-area: column-right;
  }
}
@media only screen and (min-width: 768px) {
  .featured-collection__inner--splitright .featured-collection__container {
    grid-area: column-left;
  }
}
.featured-collection__top .featured-collection__top__button {
  flex: none;
  margin-top: calc(var(--gutter) / 2);
}
@media only screen and (min-width: 768px) {
  .featured-collection__top .featured-collection__top__button {
    margin-left: 0;
    margin-top: 0;
  }
}
.featured-collection__top-inner {
  position: sticky;
  top: 0;
}
@media only screen and (min-width: 768px) {
  .featured-collection__top-inner {
    padding-top: var(--grid-gutter);
    margin-top: calc(var(--grid-gutter) * -1);
  }
}
.has-scrolled .featured-collection__top-inner {
  top: var(--header-sticky-height);
}
.featured-collection__inner .featured-collection__top__button {
  margin-top: calc(var(--gutter) / 2);
}
.featured-collection__bottom {
  display: flex;
  justify-content: center;
  margin-top: calc(var(--gutter) / 2);
}
.featured-collection--no-results {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .featured-collection .grid--mobile {
    gap: var(--grid-gutter-mobile) var(--grid-gutter);
  }
}
.featured-collection .flickity-button {
  background: var(--bg);
}
@media only screen and (max-width: 767px) {
  .featured-collection .carousel--mobile .collection-promo {
    display: grid;
  }
}
/*=== Modifiers ===*/
.featured-collection--carousel .collection-promo {
  min-height: 100%;
}
@media only screen and (min-width: 1024px) {
  .featured-collection--carousel .collection-promo--two-columns.one-half {
    width: calc(var(--wrapper-width) - var(--grid-gutter));
  }
}
@media only screen and (min-width: 1024px) {
  .featured-collection--carousel .collection-promo--two-columns.one-third {
    width: calc((var(--wrapper-width) - var(--grid-gutter) * 2) / 3 * 2);
  }
}
@media only screen and (min-width: 1024px) {
  .featured-collection--carousel .collection-promo--two-columns.one-quarter {
    width: calc((var(--wrapper-width) - var(--grid-gutter) * 3) / 2);
  }
}
@media only screen and (min-width: 1024px) {
  .featured-collection--carousel .collection-promo--full.one-half,
  .featured-collection--carousel .collection-promo--full.one-third,
  .featured-collection--carousel .collection-promo--full.one-quarter {
    width: calc(var(--wrapper-width) - var(--grid-gutter));
  }
}
@media only screen and (max-width: 767px) {
  .featured-collection--mobile-two-columns .grid--mobile {
    grid-template-columns: var(--grid-mobile);
  }
}
@media only screen and (max-width: 767px) {
  .featured-collection .grid--mobile .collection-promo,
  .featured-collection .grid--mobile .product-grid-item {
    grid-column: span 2;
  }
}
@media only screen and (max-width: 767px) {
  .featured-collection--mobile-two-columns .grid--mobile .collection-promo,
  .featured-collection--mobile-two-columns .grid--mobile .product-grid-item {
    grid-column: span 1;
  }
}
@media only screen and (max-width: 767px) {
  .featured-collection .carousel--mobile .collection-promo,
  .featured-collection .carousel--mobile .product-grid-item {
    grid-column: span 1;
  }
}
@media only screen and (max-width: 767px) {
  .featured-collection--mobile-two-columns .collection-promo__content {
    padding: var(--inner-mobile);
  }
}
@media only screen and (min-width: 1024px) {
  .featured-collection--split-left.collection-items--4
    .collection-promo
    .collection-promo__bg,
  .featured-collection--split-right.collection-items--4
    .collection-promo
    .collection-promo__bg {
    padding-top: calc(var(--promo-height) / 2);
  }
}
@media only screen and (max-width: 1023px) {
  .featured-collection--split-left
    .collection-promo--tablet-full.collection-promo--grid-third
    + .collection-promo--tablet-full,
  .featured-collection--split-right
    .collection-promo--tablet-full.collection-promo--grid-third
    + .collection-promo--tablet-full {
    grid-column: span 1;
  }
}
@media only screen and (max-width: 767px) {
  .featured-collection--mobile-two-columns
    .grid--mobile
    .collection-promo--tablet-full {
    grid-column: span 2;
  }
}
@media only screen and (max-width: 767px) {
  .featured-collection--mobile-two-columns
    .grid--mobile
    .collection-promo--tablet-full
    .collection-promo__bg {
    padding-top: calc(var(--promo-height) / 2);
  }
}
@media only screen and (max-width: 767px) {
  .featured-collection--mobile-single-column
    .grid--mobile
    .collection-promo
    .collection-promo__bg {
    padding-top: var(--promo-height);
  }
}
/*================ Featured Image ================*/
.featured-image__content {
  position: relative;
  z-index: 10;
  pointer-events: none;
}
.featured-image__content a {
  pointer-events: auto;
}
.featured-image__content-inner {
  max-width: 740px;
  margin: 0;
  padding: var(--inner);
}
.featured-image__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
/*================ Featured Product ================*/
.featured-product {
  background-color: var(--bg);
}
.featured-product .share-button__holder {
  margin-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  .featured-product .featured-product__onboarding {
    display: grid;
    grid-template-columns: 50% 50%;
  }
}
.featured-product__gallery {
  position: relative;
}
/*================ Featured Video ================*/
.featured-video-section {
  position: relative;
  display: flex;
  flex-direction: column;
}
.video-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: inherit;
  flex: 1;
  transform: translateZ(0);
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}
.video-wrapper:not(.is-paused) .main-buttons--video-bg {
  display: none;
}
.video__container {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.is-paused .video__container {
  z-index: 0;
}
.video-background .placeholder-svg-filled {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
}
.video-background.lazy-image.is-loading {
  z-index: 0;
}
.is-paused .video-background--image {
  z-index: 1;
}
.video__player {
  position: absolute;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  transition: opacity 0.5s ease 0.5s;
}
.video__player video {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.video__overlay {
  display: none;
}
.video__player.is-loading {
  opacity: 0;
}
.video__iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 200%;
  max-width: none;
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s ease;
}
.loaded .video__iframe {
  opacity: 1;
}
.video__overlay {
  z-index: auto;
}
.is-paused .video__overlay {
  z-index: 2;
}
.text-inside {
  display: flex;
  width: 100%;
  height: 100%;
  flex: 1;
}
.video-text-wrapper {
  position: relative;
  padding-top: var(--gutter);
  padding-bottom: var(--gutter);
}
.video-text-wrapper .btn,
.video-text-wrapper .shopify-payment-button__button--unbranded {
  margin-right: 0;
}
.video-text-wrapper .video-text-link .icon-play {
  width: 72px;
  height: 72px;
  margin-right: 0;
  box-shadow: none;
}
.video-text-wrapper .main-buttons {
  flex-flow: row wrap;
}
.video-text-wrapper {
  position: static;
  padding: 0;
}
.video-wrapper .main-buttons__item {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0;
  height: 100%;
  width: 100%;
}
.video-wrapper .main-buttons--video.square--play__icon .main-buttons__item {
  position: relative;
  right: 0;
  bottom: 0;
  justify-content: center;
}
.video-text-wrapper .main-buttons {
  padding: 0;
}
.video-text-wrapper .main-buttons.square--play__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
}
@media (min-width: 768px) {
  .mobile-video {
    display: none;
  }
  .desktop-video {
    display: flex;
  }
  .video-text-wrapper .main-buttons.square--play__icon {
    padding-top: 0;
  }
}
@media only screen and (max-width: 479px) {
  .video-text-wrapper .main-buttons__item {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .video-text-wrapper .align--top-right,
  .video-text-wrapper .align--middle-right,
  .video-text-wrapper .align--bottom-right {
    justify-content: flex-start;
  }
  .desktop-video {
    display: none;
  }
  .mobile-video {
    display: block;
  }
  .video-wrapper .main-buttons__item {
    bottom: 0px;
    right: 24px;
    justify-content: flex-end;
  }
  .video-text-wrapper .video-text-link .icon-play {
    height: 50px;
    width: 50px;
  }
}
/* ============================================================================
  #Search popdown
============================================================================== */
search-popdown {
  --width: 600px;
  --icon-size: 26px;
  --search-popdown-height: 68px;
  display: flex;
}
search-popdown summary.navlink--icon {
  transition: none;
}
search-popdown details > summary:first-of-type {
  list-style-type: none;
}
.search-popdown--page {
  width: 100%;
}
.search-popdown--page .search-popdown__body {
  width: 100%;
}
.search-popdown--page .predictive-search,
.search-popdown--page .popular-searches {
  border: var(--BORDER-WIDTH) solid var(--border);
  border-top: 0;
  max-width: calc(var(--width) - 2px);
  max-height: calc(100vh - var(--search-popdown-height));
}
@media only screen and (max-width: 767px) {
  .search-popdown--page .predictive-search,
  .search-popdown--page .popular-searches {
    display: none;
  }
}
@media (pointer: coarse) {
  .search-popdown--page .predictive-search,
  .search-popdown--page .popular-searches {
    display: none;
  }
}
.search-popdown--page .search-popdown__close {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0s 0.2s;
}
@media only screen and (max-width: 767px) {
  .search-popdown--page .search-popdown__close {
    display: none;
  }
}
@media (pointer: coarse) {
  .search-popdown--page .search-popdown__close {
    display: none;
  }
}
[data-search-performed="false"] .search-popdown--page .predictive-search,
[data-search-performed="false"] .search-popdown--page .popular-searches,
[data-search-performed="false"] .search-popdown--page .search-popdown__close {
  display: none;
}
.no-js .search-popdown--page .popular-searches,
.no-js .search-popdown--page .search-popdown__close {
  display: none;
}
.search-popdown--page:focus-within .search-popdown__close {
  opacity: 1;
  visibility: visible;
}
.menu__item--compress search-popdown {
  min-height: 100%;
}
.menu__item--compress search-popdown details > summary:first-of-type {
  height: 100%;
}
.menu__item:not(.menu__item--compress)
  search-popdown
  > details
  > summary:first-of-type {
  margin: 0;
}
.search-popdown__body--fixed {
  position: fixed;
  z-index: 4;
  top: 100%;
  left: 0;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .search-popdown__body--fixed {
    width: 100vw;
  }
}
.site-header--has-border .search-popdown__body--fixed {
  border-top: var(--BORDER-WIDTH) solid var(--border-color);
}
.search-popdown__results {
  position: absolute;
  z-index: 4;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  max-height: calc(100vh - var(--header-height) - var(--search-popdown-height));
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .search-popdown__results {
    width: 100vw;
  }
}
@media only screen and (max-width: 767px) {
  .search-page .search-popdown__results {
    max-width: 100%;
  }
}
.search-popdown__results > * {
  pointer-events: all;
}
.search-popdown__toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.search-popdown__toggle::-webkit-details-marker {
  display: none;
}
.search-popdown__toggle .icon-close {
  display: none;
}
.search-popdown__close {
  position: absolute;
  top: 50%;
  right: 9px;
  transform: translateY(-50%);
  width: 44px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .search-popdown__close {
    right: 0;
    width: 40px;
  }
}
.search-popdown__close .icon {
  width: calc(var(--icon-size) - 2px);
  height: calc(var(--icon-size) - 2px);
  stroke-width: calc(var(--STROKE-WIDTH) - 4px);
  transition: transform 0.3s ease;
  pointer-events: none;
}
.search-popdown__close:hover .icon {
  transform: rotate(90deg);
}
.search-popdown__close .icon path {
  stroke: #000;
  stroke-width: 30px;
}
/*================ Icons row ================*/
.icons-row {
  --item-width: 100%;
  overflow: hidden;
  color: var(--text);
  background-color: var(--bg);
}
@media only screen and (max-width: 767px) {
  .icons-row {
    --item-width: calc((var(--wrapper-width) * 0.9 - var(--grid-gutter)) / 2);
  }
}
.icons-row p {
  font-size: inherit;
}
.icons-row__headings {
  margin-bottom: calc(var(--gutter-mobile) * 1.5);
}
@media only screen and (min-width: 768px) {
  .icons-row__headings {
    margin-bottom: calc(var(--gutter) / 1.87);
  }
}
@media only screen and (max-width: 767px) {
  .icons-row__headings {
    padding: 0 var(--gutter-mobile);
  }
  .icons-row__heading {
    --heading-size: calc(1.5rem* var(--adjust-heading));
    font-size: 24px;
    line-height: 33.6px;
  }
}
.icons-row__heading {
  text-align: inherit;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .icons-row__slider {
    display: grid;
    gap: calc(var(--gutter) / 1.5);
  }
  .icons-row__heading { 
    font-size: calc(2rem* var(--adjust-heading));
    line-height: normal;
    color: #0C0C0F;
  }
}
@media only screen and (max-width: 767px) {
  .icons-row__slider.show_shadow {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .icons-row__slider:after {
    content: "";
    display: block;
    position: relative;
    padding-right: var(--gutter-mobile);
  }
}
@media only screen and (min-width: 768px) {
  .icons-row__slider.items--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .icons-row__slider.items--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .icons-row__slider.items--4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .icons-row__slider.items--5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media only screen and (min-width: 768px) {
  .icons-row__slider--flex {
    display: flex;
    gap: 0;
    margin: 0 calc(var(--gutter) / -2);
  }
  .icons-row__slider--flex .icons-row__item {
    margin: 0 calc(var(--gutter) / 2);
  }
  .icons-row__slider--flex.items--2 {
    --item-width: calc((100% - var(--gutter)) / 2);
  }
  .icons-row__slider--flex.items--3 {
    --item-width: calc((100% - var(--gutter) * 2) / 3);
  }
  .icons-row__slider--flex.items--4 {
    --item-width: calc((100% - var(--gutter) * 3) / 4);
  }
  .icons-row__slider--flex.items--5 {
    --item-width: calc((100% - var(--gutter) * 4) / 5);
  }
}
.icons-row__wrapper {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .icons-row__wrapper {
    margin: 0 calc(var(--gutter-mobile) * -1);
    padding: 0px 16px;
  }
}
.icons-row__wrapper.text-inline-center {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .icons-row__slider.text-center,
  .icons-row__slider.text-inline-center {
    justify-content: center;
    align-items: flex-start;
    column-gap: calc(20px + (65 - 20) * (100vw - 768px) / (1440 - 768));
    padding: 0px calc(16px + (70 - 16) * (100vw - 768px) / (1440 - 768));
  }
  .gifiting-page-icon-rows__wrapper .icons-row__slider {
    gap: 20px;
    padding: 0 var(--gutter);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .gifiting-page-icon-rows__wrapper .icons-row__slider {
    grid-template-columns: repeat(3,minmax(0,1fr));
  }
}
@media only screen and (max-width: 767px) {
  .icons-row__slider.text-center,
  .icons-row__slider.text-inline-center {
    justify-content: flex-start;
  }
}
.text-inline-center .icons-row__item {
  justify-content: center;
}
.icons-row__wrapper--single-block-center .icons-row__slider,
.icons-row__wrapper--single-block-center .icons-row__slider .icons-row__item {
  justify-content: center;
}
.text-inline-center .icons-row__item,
.text-inline-left .icons-row__item {
  display: flex;
  text-align: initial;
}
.text-inline-center .icons-row__icon,
.text-inline-left .icons-row__icon {
  flex: 0 0 auto;
  margin-bottom: 0;
  margin-right: 14px;
}
@media only screen and (max-width: 767px) {
  .text-inline-center .icons-row__slider.grid--mobile .icons-row__icon,
  .text-inline-left .icons-row__slider.grid--mobile .icons-row__icon {
    margin-right: 0;
  }
}
.icons-row__item--center {
  align-items: center;
}
.show_shadow .icons-row__item {
  background: #FFF;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  padding: 15px;
  transition: 1s;
}
.show_shadow .icons-row__item:hover {
  transform: scale(1.05);
}
@media only screen and (min-width: 768px) {
  .icons-row__item {
    width: var(--item-width);
  }
  .show_shadow .icons-row__item {
    height: 100%;
  }
}
.icons-row__item--box {
  background: var(--bg);
  padding: calc(var(--gutter) / 2);
}
.icons-row__icon {
  position: relative;
  display: inline-block;
  margin-bottom: 14px;
  width: min(var(--icon-size), var(--icon-max-size));
}
.icons-row__icon .icon {
  display: block;
  width: 100%;
  height: min(var(--icon-size), var(--icon-max-size));
}
.icons-row__image {
  width: 100%;
}
.icons-row__title {
  margin-bottom: 0;
  color: var(--text);
  font-size: calc(1.25rem * var(--adjust-body));
}
.icons-row__subheading p {
  margin: 0.25em 0;
}
.icons-row__subheading p:last-child {
  margin-bottom: 0;
}
.icons-row__text {
  color: var(--text-lighten);
  font-size: calc(1rem * var(--adjust-body));
}
.icons-row__text p {
  margin-top: 12px;
}
.icons-row__text p:last-child {
  margin-bottom: 0;
}
.icons-row__actions {
  margin-top: calc(var(--gutter-mobile) * 1.5);
}
@media only screen and (max-width: 767px) {
  .icons-row__item {
    display: inline-block;
    min-width: var(--item-width);
    margin-right: var(--grid-gutter);
    scroll-snap-align: start;
  }
  .icons-row__slider.grid--mobile {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0;
    text-align: center;
    row-gap: 5px;
  }
  .icons-row__slider.grid--mobile .icons-row__item.grid__item {
    min-width: 0;
    width: calc(50% - var(--grid-gutter) / 2);
  }
  .icons-row__slider.grid--mobile .icons-row__item.grid__item:only-child {
    margin: 0;
  }
  .icons-row__slider.grid--mobile .icons-row__item.grid__item:nth-child(n + 3) {
    margin-top: var(--grid-gutter);
  }
  .icons-row__slider.grid--mobile .icons-row__item.grid__item:nth-child(even),
  .icons-row__slider.grid--mobile .icons-row__item.grid__item:last-child {
    margin-right: 0;
  }
  .text-inline-center .icons-row__slider.grid--mobile .icons-row__item,
  .text-inline-left .icons-row__slider.grid--mobile .icons-row__item {
    display: block;
    text-align: center;
  }
  .icons-row__slider.carousel--mobile .icons-row__item.carousel__item {
    width: 60%;
    min-width: var(--item-width);
    margin-right: calc(var(--gutter-mobile));
  }
  .icons-row__slider.carousel--mobile
    .icons-row__item.carousel__item:last-child,
  .icons-row__slider.carousel--mobile
    .icons-row__item.carousel__item:only-of-type {
    margin-right: 0;
  }
  .icons-row__item:last-child {
    margin-right: 0;
  }
  .icons-row__item:only-child {
    --item-width: var(--wrapper-width);
  }
  .icons-row__item--box {
    padding: var(--gutter-mobile);
  }
  .carousel--mobile .icons-row__item--box {
    padding: var(--gutter-mobile);
  }
  .icons-row__icon {
    margin-bottom: 0;
  }
  .icons-row__text p:first-child {
    margin-top: 0;
    line-height: 18px;
  }
  .icons-row__title {
    font-size: calc(1rem * var(--adjust-body));
    margin-bottom: 10px;
  }
  .icons-row__text {
    font-size: calc(0.8rem * var(--adjust-body));
  }
  .icons-row__actions {
    padding: 0 var(--gutter-mobile);
  }
}
@media only screen and (min-width: 768px) {
  .icons-row__actions {
    margin-top: calc(var(--gutter) / 1.5);
  }
}
.icons-row-block__item {
  --offset-top: calc(var(--icon-size) + var(--inner) * 1);
  position: relative;
  padding-top: var(--offset-top);
  min-height: calc(1rem * var(--adjust-body) * var(--line-height));
  display: flex;
  flex-direction: column;
  flex-basis: var(--icon-size);
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  align-self: start;
  color: var(--icon-color);
}
.product-single__details .icons-row-block__item {
  gap: 12px;
  padding: 0;
}
.product-single__details .icons-row-block__icon {
  position: static;
}
#meetOurTeam h2.section__heading {
  font-size: 32px;
  line-height: 36px;
}

@media only screen and (max-width: 767px) {
  .icons-row-block__item {
    min-width: calc(50% - var(--grid-gutter) / 2);
    margin-right: var(--grid-gutter);
    text-align: center;
  }
  .product-single__details .icons-row-block__item {
    min-width: calc(33% - var(--grid-gutter) / 3);
    margin-right: 0;
  }
  #meetOurTeam h2.section__heading {
    font-size: 24px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .icons-row-block__item:nth-child(n + 3) {
    margin-top: var(--grid-gutter);
  }
  .product-single__details .icons-row-block__item:nth-child(n + 3) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .icons-row-block__item:nth-child(even),
  .icons-row-block__item:last-child {
    margin-right: 0;
  }
}
.icons-row-block__item .icon {
  display: block;
  width: var(--icon-size);
  height: var(--icon-size);
}
@supports (-webkit-hyphens: none) {
  .icons-row-block__item .icon {
    width: calc(var(--icon-size) + 2px);
    height: calc(var(--icon-size) + 2px);
    padding: 1px;
    margin: -1px;
  }
}
.icons-row-block__item--center {
  align-self: center;
}
.icons-row-block__holder {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: var(--icon-size);
}
.icons-row-block__icon {
  width: var(--icon-size);
  color: var(--icon-color);
  align-self: center;
  overflow: hidden;
  position: absolute;
  top: calc(var(--offset-top) / 2);
  max-height: var(--icon-size);
}
@supports (-webkit-hyphens: none) {
  .icons-row-block__icon {
    width: calc(var(--icon-size) + 2px);
    max-height: calc(var(--icon-size) + 2px);
    padding: 1px;
    margin: -1px;
  }
}
.text-left .icons-row-block__icon {
  transform: translate(0, -50%);
}
@media only screen and (min-width: 768px) {
  .text-left .icons-row-block__icon {
    left: 0;
  }
}
.text-center .icons-row-block__icon {
  left: 50%;
  transform: translate(-50%, -50%);
}
.text-right .icons-row-block__icon {
  transform: translate(0, -50%);
}
.product-single__details .icons-row-block__icon {
  transform: none;
}
@media only screen and (min-width: 768px) {
  .text-right .icons-row-block__icon {
    right: 0;
  }
  .product-single__details .icon-wishlist-heart-empty:before {
    font-size: 22px;
  }
}
.icons-row-block__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.icons-row-block__text {
  width: 100%;
}
.image-accordions {
  display: flex;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .image-accordions {
    flex-flow: row nowrap;
    justify-content: flex-start;
    overflow-x: auto !important;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
    /* for Internet Explorer, Edge */
  }
  .image-accordions::-webkit-scrollbar {
    display: none;
    /* for Chrome, Safari, and Opera */
  }
}
.image-accordion__text {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .image-accordions--spacing {
    margin: 0 calc(var(--gutter-mobile) * -1);
    max-height: var(--full-height);
  }
  .image-accordions--spacing:after {
    content: "";
    display: block;
    position: relative;
    padding-right: var(--gutter-mobile);
  }
}
.image-accordion__image__container {
  min-height: 100%;
}
@media only screen and (min-width: 768px) {
  .image-accordion__image__container {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media only screen and (min-width: 768px) {
  .image-accordions--spacing.image-accordions--1
    .image-accordion__image__container {
    width: calc(2px + (var(--wrapper-width)));
  }
  .image-accordions--spacing.image-accordions--2
    .image-accordion__image__container {
    width: calc(2px + (var(--wrapper-width)) * 5 / 6);
  }
  .image-accordions--spacing.image-accordions--3
    .image-accordion__image__container {
    width: calc(2px + (var(--wrapper-width)) * 5 / 7);
  }
  .image-accordions--spacing.image-accordions--4
    .image-accordion__image__container {
    width: calc(2px + (var(--wrapper-width)) * 5 / 8);
  }
  .image-accordions--1 .image-accordion__image__container {
    width: 100vw;
  }
  .image-accordions--2 .image-accordion__image__container {
    width: calc(83.3333333333vw + 2px);
  }
  .image-accordions--3 .image-accordion__image__container {
    width: calc(71.4285714286vw + 2px);
  }
  .image-accordions--4 .image-accordion__image__container {
    width: calc(62.5vw + 2px);
  }
}
@media only screen and (min-width: 768px) {
  .image-accordion__image__container--mobile {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .image-accordion__image__container--mobile
    + .image-accordion__image__container--desktop {
    display: none;
  }
}
.image-accordion__image__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.image-accordion {
  position: relative;
  width: calc(var(--wrapper-width) - var(--grid-gutter));
  z-index: 1;
  white-space: normal;
  flex: 0 0 auto;
}
.image-accordion.is-expanded {
  flex: 0 0 auto;
}
@media only screen and (min-width: 768px) {
  .image-accordion {
    display: flex;
    flex: 1;
    width: 100%;
    transition: flex 0.75s cubic-bezier(0.29, 0, 0.2, 1);
  }
  .image-accordion.is-expanded {
    flex: 5;
  }
}
@media only screen and (max-width: 767px) {
  .image-accordion {
    scroll-snap-align: start;
  }
  .image-accordions--spacing .image-accordion {
    padding-left: var(--gutter-mobile);
  }
}
.image-accordion__inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.image-accordion__image__svg {
  position: relative;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  max-height: none;
  padding-right: 263%;
  transform: translateX(-50%);
}
.image-accordion__image__svg .placeholder-svg-filled {
  position: absolute;
}
.image-accordion:nth-child(1) .placeholder-svg-filled {
  fill: var(--COLOR-BG-LIGHTEN-DARKEN-CONTRAST);
  background: var(--COLOR-BG-LIGHTEN-DARKEN);
}
.image-accordion:nth-child(2) .placeholder-svg-filled {
  fill: var(--COLOR-BG-LIGHTEN-DARKEN-CONTRAST-2);
  background: var(--COLOR-BG-LIGHTEN-DARKEN-2);
}
.image-accordion:nth-child(3) .placeholder-svg-filled {
  fill: var(--COLOR-BG-LIGHTEN-DARKEN-CONTRAST-3);
  background: var(--COLOR-BG-LIGHTEN-DARKEN-3);
}
.image-accordion:nth-child(4) .placeholder-svg-filled {
  fill: var(--COLOR-BG-LIGHTEN-DARKEN-CONTRAST-4);
  background: var(--COLOR-BG-LIGHTEN-DARKEN-4);
}
@media only screen and (min-width: 768px) {
  .image-accordion:not(.is-expanded) .slide__text__wrapper {
    opacity: 0;
    transition: opacity 0.2s ease 0s;
  }
}
@media only screen and (min-width: 768px) {
  .image-accordions--1 .slide__text__wrapper--narrow {
    min-width: calc(0.6 * (var(--wrapper-width)));
  }
  .image-accordions--1 .slide__text__wrapper--normal {
    min-width: calc(0.8 * (var(--wrapper-width)));
  }
  .image-accordions--1 .slide__text__wrapper--wide {
    min-width: calc((var(--wrapper-width)));
  }
  .image-accordions--2 .slide__text__wrapper--narrow {
    min-width: calc(0.6 * (var(--wrapper-width)) * 5 / 6);
  }
  .image-accordions--2 .slide__text__wrapper--normal {
    min-width: calc(0.8 * (var(--wrapper-width)) * 5 / 6);
  }
  .image-accordions--2 .slide__text__wrapper--wide {
    min-width: calc((var(--wrapper-width)) * 5 / 6);
  }
  .image-accordions--3 .slide__text__wrapper--narrow {
    min-width: calc(0.6 * (var(--wrapper-width)) * 5 / 7);
  }
  .image-accordions--3 .slide__text__wrapper--normal {
    min-width: calc(0.8 * (var(--wrapper-width)) * 5 / 7);
  }
  .image-accordions--3 .slide__text__wrapper--wide {
    min-width: calc((var(--wrapper-width)) * 5 / 7);
  }
  .image-accordions--4 .slide__text__wrapper--narrow {
    min-width: calc(0.6 * (var(--wrapper-width)) * 5 / 8);
  }
  .image-accordions--4 .slide__text__wrapper--normal {
    min-width: calc(0.8 * (var(--wrapper-width)) * 5 / 8);
  }
  .image-accordions--4 .slide__text__wrapper--wide {
    min-width: calc((var(--wrapper-width)) * 5 / 8);
  }
}
@media only screen and (max-width: 1023px) {
  .image-accordions--1 .image-accordion {
    width: calc(var(--wrapper-width) + var(--gutter-mobile));
  }
  .image-accordions--1 .image-accordion:only-child {
    width: 100%;
  }
}
.image-accordion__text__wrapper {
  padding: var(--gutter) var(--gutter-mobile);
  word-break: break-word;
}
@media only screen and (min-width: 768px) {
  .image-accordion--no-animation .slide__text__wrapper {
    opacity: 0;
    transition: opacity 0.4s ease 0.6s;
  }
}
@media only screen and (min-width: 768px) {
  .image-accordion--no-animation.is-expanded .slide__text__wrapper {
    opacity: 1;
  }
}
@media only screen and (min-width: 1024px) {
  .image-accordion__text__wrapper {
    padding: var(--gutter);
  }
}
.image-accordion__text__content {
  overflow: hidden;
}
.image-accordion__text__heading > span,
.image-accordion__text__content > span {
  display: block;
  overflow: hidden;
}
.image-accordion__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-image {
  background-color: var(--bg);
  position: relative;
}
.section-image__container {
  position: relative;
  display: flex;
  align-items: center;
}
.section-image .background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}
.section-image__container figure {
  line-height: 0;
}
.section-image__container .placeholder-svg-filled {
  min-width: 300px;
  min-height: 115px;
}
.section-image__image {
  object-fit: cover;
  width: auto;
  overflow: hidden;
}
.section-image__container img {
  height: auto;
  display: block;
}
.height-auto {
  height: auto;
}
.image-sub-heading__text,
.section-description {
  font-size: calc(1rem * var(--adjust-body));
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .section-image__image {
    width: 100%;
  }
  .section-image__container img {
    border-radius: 0;
    min-height: 100px;
  }
  .list-collections-section
    .category-list__collection.carousel--mobile
    .grid__item {
    flex-basis: auto;
  }
  .image-sub-heading__text,
  .section-description {
    font-size: calc(0.875rem * var(--adjust-body));
  }
}
.section-image--stretch figure,
.section-image--stretch .section-image__image {
  width: 100%;
}
.section-image--right .section-image__container {
  justify-content: flex-end;
}
.section-image--center .section-image__container {
  justify-content: center;
}
.section-image--left .section-image__container {
  justify-content: flex-start;
}
.section-image .original-height {
  min-height: auto;
}
.section-image .original-height figure {
  position: relative;
}
.full-height .section-image__image {
  height: var(--full-height);
}
.three-quarters-height .section-image__image {
  height: var(--three-quarters);
}
.two-thirds-height .section-image__image {
  height: var(--two-thirds);
}
.one-half-height .section-image__image {
  height: var(--one-half);
}
.one-third-height .section-image__image {
  height: var(--one-third);
}
.one-fifth-height .section-image__image {
  height: var(--one-fifth);
}
.seven-fifty-height .section-image__image {
  height: 750px;
}
.six-fifty-height .section-image__image {
  height: 650px;
}
.five-fifty-height .section-image__image {
  height: 550px;
}
.four-fifty-height .section-image__image {
  height: 450px;
}
.three-fifty-height .section-image__image {
  height: 350px;
}
.two-fifty-height .section-image__image {
  height: 250px;
}
.two-hundred-height .section-image__image {
  height: 200px;
}
.one-fifty-height .section-image__image {
  height: 150px;
}
.one-hundred-height .section-image__image {
  height: 100px;
}
@media only screen and (min-width: 768px) {
  .section-image--stretch .original-height .section-image__image {
    height: auto;
  }
  .category-list__collection
    .list-collections__item--circle
    .list-collections__item__image {
    border-radius: 0;
  }
}
/* Mobile height */
@media only screen and (max-width: 767px) {
  .original-height .section-image__image {
    height: 100%;
  }
  .original-height-mobile .section-image__image {
    height: auto;
  }
  .full-height-mobile .section-image__image {
    height: var(--full-height);
  }
  .three-quarters-height-mobile .section-image__image {
    height: var(--three-quarters);
  }
  .two-thirds-height-mobile .section-image__image {
    height: var(--two-thirds);
  }
  .one-half-height-mobile .section-image__image {
    height: var(--one-half);
  }
  .one-third-height-mobile .section-image__image {
    height: var(--one-third);
  }
  .one-fifth-height-mobile .section-image__image {
    height: var(--one-fifth);
  }
  .seven-fifty-height-mobile .section-image__image {
    height: 750px;
  }
  .six-fifty-height-mobile .section-image__image {
    height: 650px;
  }
  .five-fifty-height-mobile .section-image__image {
    height: 550px;
  }
  .four-fifty-height-mobile .section-image__image {
    height: 450px;
  }
}
.image-with-text {
  position: relative;
  display: flex;
  width: 100%;
  align-items: stretch;
  justify-content: center;
  overflow: hidden;
  background: transparent;
}
@media only screen and (max-width: 767px) {
  .image-with-text.full-height,
  .image-with-text.seven-fifty-height,
  .image-with-text.six-fifty-height,
  .image-with-text.five-fifty-height,
  .image-with-text.four-fifty-height,
  .image-with-text.three-fifty-height,
  .image-with-text.three-hundred-height,
  .image-with-text.two-fifty-height,
  .image-with-text.two-hundred-height,
  .image-with-text.one-fifty-height,
  .image-with-text.one-hundred-height {
    min-height: auto;
  }
}
@media only screen and (min-width: 768px) {
  .image-with-text--image-thirty .image-with-text__image {
    flex-basis: 30%;
  }
}
@media only screen and (min-width: 768px) {
  .image-with-text--image-thirty .image-with-text__content {
    flex-basis: 70%;
  }
}
@media only screen and (min-width: 768px) {
  .image-with-text--image-forty .image-with-text__image {
    flex-basis: 40%;
  }
}
@media only screen and (min-width: 768px) {
  .image-with-text--image-forty .image-with-text__content {
    flex-basis: 60%;
  }
}
@media only screen and (min-width: 768px) {
  .image-with-text--image-fifty .image-with-text__image,
  .image-with-text--image-fifty .image-with-text__content {
    flex-basis: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .image-with-text--image-sixty .image-with-text__image {
    flex-basis: 60%;
  }
}
@media only screen and (min-width: 768px) {
  .image-with-text--image-sixty .image-with-text__content {
    flex-basis: 40%;
  }
}
@media only screen and (min-width: 768px) {
  .image-with-text--image-seventy .image-with-text__image {
    flex-basis: 70%;
  }
}
@media only screen and (min-width: 768px) {
  .image-with-text--image-seventy .image-with-text__content {
    flex-basis: 30%;
  }
}
.image-with-text__wrapper {
  display: flex;
  width: 100%;
}
.image-with-text__wrapper .image-with-text__items--inline-right,
.image-with-text__wrapper .image-with-text__items--inline-left {
  overflow: unset;
}
.image-with-text__wrapper .wrapper,
.image-with-text__wrapper .wrapper--full,
.image-with-text__wrapper .wrapper--full-padded {
  position: relative;
}
.image-with-text__heading {
  margin-bottom: 12px;
}
.image-with-text__heading p {
  margin: 0;
}
.image-with-text__heading sup {
  top: -1.1em;
  font-size: calc(0.93rem * var(--adjust-heading));
  line-height: 1;
  margin-left: 5px;
}
@media only screen and (max-width: 1439px) {
  .image-with-text__heading sup {
    top: -1em;
    font-size: calc(0.84rem * var(--adjust-heading));
  }
}
@media only screen and (max-width: 767px) {
  .image-with-text__heading sup {
    font-size: calc(0.7rem * var(--adjust-heading));
  }
}
.image-with-text__heading small {
  font-size: calc(0.93rem * var(--adjust-heading));
  margin-left: calc(-1.3rem * var(--adjust-heading));
}
@media only screen and (max-width: 1439px) {
  .image-with-text__heading small {
    font-size: calc(0.84rem * var(--adjust-heading));
    margin-left: calc(-1.2rem * var(--adjust-heading));
  }
}
@media only screen and (max-width: 767px) {
  .image-with-text__heading small {
    font-size: calc(0.7rem * var(--adjust-heading));
    margin-left: calc(-1rem * var(--adjust-heading));
  }
}
.image-with-text__heading a,
.image-with-text__text a,
.image-with-text__video-link a,
.image-with-text__buttons a {
  pointer-events: auto;
}
.image-with-text__top-image {
  position: relative;
  overflow: hidden;
  display: inline-block;
  margin-bottom: 10px;
}
.image-with-text__top-image-img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}
.image-with-text__text p {
  margin: 0;
}
.image-with-text__video-link {
  position: absolute;
  display: flex;
  top: 0;
  bottom: 0;
  margin: 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (max-width: 1439px) {
  .image-with-text__video-link {
    width: calc(50vw - var(--gutter));
  }
}
@media only screen and (max-width: 1023px) {
  .image-with-text__video-link {
    width: calc(40% + 20px);
  }
}
@media only screen and (max-width: 767px) {
  .image-with-text__video-link {
    width: 100%;
    margin: 0 0 125px;
  }
}
.image-with-text__video-link .play-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
}
.image-with-text__image {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .image-with-text__image {
    flex-basis: 100%;
    width: 100%;
    margin: 0 0 -125px;
    padding-top: 100%;
    right: 0;
    height: auto;
  }
}
.image-with-text__content {
  position: relative;
  z-index: 2;
  padding: calc(0.6666666667 * var(--gutter));
  background: var(--bg);
  color: var(--text);
  border: var(--BORDER-WIDTH) solid var(--COLOR-BLACK-WHITE);
  overflow-wrap: break-word;
  pointer-events: none;
}
.image-with-text__items--inline-left .image-with-text__content,
.image-with-text__items--inline-right .image-with-text__content {
  background: transparent;
}
.image-with-text__buttons a {
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 7.5px 40px;
}
.image-with-text__buttons a svg {
  width: 13.266px;
  height: 15.553px;
}
.image-with-text__buttons a svg path {
  fill: #fff;
}
@media only screen and (max-width: 767px) {
  .image-with-text__content {
    width: 100%;
    margin: 0 var(--gutter-mobile);
    padding: var(--gutter-mobile);
  }
}
.image-with-text__items {
  pointer-events: none;
  position: relative;
}
.image-with-text__wrapper .image-with-text__items.has-background {
  padding: 72px 0;
}

.image-with-text__wrapper .background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.image-with-text__buttons .btn--orange {
  display: inline-flex;
  padding: 8px 10px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 100px;
  font-size: calc(1rem * var(--adjust-body));
  text-transform: uppercase;
  width: auto;
}
.image-with-text__buttons .btn--orange::before {
  display: none;
}
.image-with-text__buttons .btn--orange:hover svg {
  margin-left: 7px;
}
.image-with-text__buttons .btn--orange svg {
  width: 13.647px;
  height: 16px;
  transition: 0.4s;
}
.image-with-text__buttons .btn--orange svg path {
  fill: #fff;
}
.image-with-text__content-items {
  position: relative;
  z-index: 3;
}
.image-with-text__content-items .subheading-text,
.image-with-text__content-items .product__badge__item,
.image-with-text__content-items .image-with-text__text {
  position: relative;
  z-index: 2;
}
.image-with-text__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.image-with-text__items {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  height: 100%;
}
.gift-card__section .image-with-text__items {
  justify-content: center;
}
.image-with-text__wrapper .has-background .image-with-text__heading {
  margin-bottom: 15px;
  font-size: calc(2rem* var(--adjust-heading));
}
.image-with-text__wrapper .has-background .image-with-text__text {
  margin: 12px 0 4px 0;
}
.image-with-text__wrapper .has-background .image-with-text__text p {
  font-size: calc(1rem * var(--adjust-body));
}
.image-with-text__wrapper .has-background .image-with-text__content {
  padding: 0;
  padding-left: 60px;
}
@media only screen and (max-width: 767px) {
  .image-with-text__items {
    margin: 0 calc(var(--gutter-mobile) * -1);
    padding: 0;
    min-height: 0;
  }
  .gift-card__section .image-with-text__image {
    padding-top: 70%;
  }
  .image-with-text__wrapper .image-with-text__items.has-background {
    padding: 32px 0;
  }
  .image-with-text__wrapper .has-background .image-with-text__heading {
    font-size: calc(1.5rem* var(--adjust-heading));
  }
  .image-with-text__wrapper .has-background .image-with-text__text p {
    font-size: calc(.75rem * var(--adjust-body));
  }
  .image-with-text__buttons .btn--orange svg {
    width: 11.446px;
    height: 13.42px;
  }
}
@media only screen and (min-width: 768px) {
  .image-with-text__items--overlay-left,
  .image-with-text__items--inline-right {
    flex-direction: row-reverse;
  }
  .gift-card__section.image-with-text--image-thirty .image-with-text__content {
    flex-basis: auto;
  }
}
.image-with-text__items--inline-right,
.image-with-text__items--inline-left {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .image-with-text__items--inline-right,
  .image-with-text__items--inline-left {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper--full .image-with-text__items--overlay-left,
  .wrapper--full .image-with-text__items--overlay-right {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .body--rounded-corners .image-with-text__items {
    border-radius: 0;
    overflow: unset;
  }
}
.image-with-text__items--overlay-right .image-with-text__image {
  right: var(--gutter);
}
@media only screen and (max-width: 1023px) {
  .image-with-text__items--overlay-right .image-with-text__image {
    right: var(--gutter-mobile);
  }
}
@media only screen and (max-width: 767px) {
  .image-with-text__items--overlay-right .image-with-text__image {
    right: 0;
  }
}
.image-with-text__items--overlay-left .image-with-text__image {
  left: var(--gutter);
}
@media only screen and (max-width: 1023px) {
  .image-with-text__items--overlay-left .image-with-text__image {
    left: var(--gutter-mobile);
  }
}
@media only screen and (max-width: 767px) {
  .image-with-text__items--overlay-left .image-with-text__image {
    left: 0;
  }
}
.image-with-text__items--inline-left .image-with-text__image,
.image-with-text__items--inline-right .image-with-text__image {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .image-with-text__items--inline-left .image-with-text__image,
  .image-with-text__items--inline-right .image-with-text__image {
    margin: 0;
  }
}
.image-with-text__items--overlay-left .image-with-text__image,
.image-with-text__items--overlay-right .image-with-text__image {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 85%;
}
@media only screen and (max-width: 767px) {
  .image-with-text__items--overlay-left .image-with-text__image,
  .image-with-text__items--overlay-right .image-with-text__image {
    position: relative;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .image-with-text__items--overlay-right .image-with-text__image-bg {
    margin-left: 0;
    margin-right: -50%;
  }
}
@media only screen and (max-width: 767px) {
  .image-with-text__items--overlay-right .image-with-text__image-bg {
    margin-right: 0;
  }
}
.image-with-text__items--no-content.image-with-text__items--overlay-right
  .image-with-text__image,
.image-with-text__items--no-content.image-with-text__items--overlay-left
  .image-with-text__image {
  width: calc(100% - 2 * var(--gutter));
}
@media only screen and (max-width: 767px) {
  .image-with-text__items--no-content.image-with-text__items--overlay-right
    .image-with-text__image,
  .image-with-text__items--no-content.image-with-text__items--overlay-left
    .image-with-text__image {
    width: 100%;
  }
}
.wrapper--full .image-with-text__items--overlay-right .image-with-text__image {
  right: 0;
}
.wrapper--full .image-with-text__items--overlay-left .image-with-text__image {
  left: 0;
}
.image-with-text__items--no-content .image-with-text__video-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .image-with-text__items--overlay-left .image-with-text__video-link,
  .image-with-text__items--overlay-right .image-with-text__video-link {
    width: calc(var(--wrapper-width) / 2);
  }
}
.image-with-text__items--inline-right .image-with-text__video-link,
.image-with-text__items--overlay-right .image-with-text__video-link {
  right: 0;
}
.image-with-text__items--inline-left .image-with-text__video-link,
.image-with-text__items--overlay-left .image-with-text__video-link {
  left: 0;
}
.image-with-text__items--inline-left .image-with-text__video-link,
.image-with-text__items--inline-right .image-with-text__video-link {
  width: 100%;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .wrapper--full
    .image-with-text__items--overlay-left
    .image-with-text__video-link,
  .wrapper--full
    .image-with-text__items--overlay-right
    .image-with-text__video-link {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .wrapper--full-padded
    .image-with-text__items--inline-right
    .image-with-text__content,
  .wrapper .image-with-text__items--inline-right .image-with-text__content {
    padding-left: 0;
  }
  .wrapper--full-padded
    .image-with-text__items--inline-left
    .image-with-text__content,
  .wrapper .image-with-text__items--inline-left .image-with-text__content {
    padding-right: 0;
  }
}
.image-with-text__items--inline-left .image-with-text__content,
.image-with-text__items--inline-right .image-with-text__content {
  border: none;
}
@media only screen and (min-width: 768px) {
  .image-with-text__items--inline-left .image-with-text__content,
  .image-with-text__items--inline-right .image-with-text__content {
    height: 100%;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    word-break: break-word;
  }
}
@media only screen and (max-width: 767px) {
  .image-with-text__items--inline-left .image-with-text__content,
  .image-with-text__items--inline-right .image-with-text__content {
    margin: 0;
  }
  .wrapper--full-padded
    .image-with-text__items--inline-left
    .image-with-text__content,
  .wrapper .image-with-text__items--inline-left .image-with-text__content,
  .wrapper--full-padded
    .image-with-text__items--inline-right
    .image-with-text__content,
  .wrapper .image-with-text__items--inline-right .image-with-text__content {
    padding: var(--gutter-mobile) 0 0;
  }
}
.wrapper .image-with-text__items--overlay-left .image-with-text__content,
.wrapper .image-with-text__items--overlay-right .image-with-text__content {
  flex-basis: 50%;
}
@media only screen and (max-width: 767px) {
  .wrapper .image-with-text__items--overlay-left .image-with-text__content,
  .wrapper .image-with-text__items--overlay-right .image-with-text__content {
    flex-basis: auto;
  }
}
.wrapper--full-padded
  .image-with-text__items--overlay-left
  .image-with-text__content,
.wrapper--full-padded
  .image-with-text__items--overlay-right
  .image-with-text__content,
.wrapper--full .image-with-text__items--overlay-left .image-with-text__content,
.wrapper--full
  .image-with-text__items--overlay-right
  .image-with-text__content {
  flex-basis: 33.333%;
}
@media only screen and (max-width: 1023px) {
  .wrapper--full-padded
    .image-with-text__items--overlay-left
    .image-with-text__content,
  .wrapper--full-padded
    .image-with-text__items--overlay-right
    .image-with-text__content,
  .wrapper--full
    .image-with-text__items--overlay-left
    .image-with-text__content,
  .wrapper--full
    .image-with-text__items--overlay-right
    .image-with-text__content {
    flex-basis: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper--full-padded
    .image-with-text__items--overlay-left
    .image-with-text__content,
  .wrapper--full-padded
    .image-with-text__items--overlay-right
    .image-with-text__content,
  .wrapper--full
    .image-with-text__items--overlay-left
    .image-with-text__content,
  .wrapper--full
    .image-with-text__items--overlay-right
    .image-with-text__content {
    flex-basis: auto;
  }
}
/*================ Collection list ================*/
.list-collections-section {
  background-color: var(--bg);
  overflow: hidden;
}
.list-collections-section .grid {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  gap: 0;
  row-gap: calc(var(--grid-gutter) * 2);
}
.list-collections-section .grid__item {
  flex-basis: var(--grid-item);
}
.list-collection_sub-heading-text,
.testimonials__description p {
  text-align: center;
  font-size: calc(1rem* var(--adjust-body));
  margin-top: 10px;
}
.list-collections-section .grid__container .grid {
  margin: 0 calc(-1 * var(--grid-gutter) / 2);
}
.list-collections-section .grid__container .list-collections__item {
  margin: 0;
  padding: 0 calc(var(--grid-gutter) / 2);
}
@media only screen and (max-width: 767px) {
  .list-collection_sub-heading-text,
  .testimonials__description p {
    font-size: calc(0.875rem* var(--adjust-body));
  }
  .list-collections-section .carousel--mobile {
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
  .list-collections-section .carousel--mobile .grid__item {
    flex-basis: var(--item-width-mobile);
  }
  .list-collections-section
    .carousel--mobile
    .list-collections__item:only-child {
    flex-basis: calc(var(--wrapper-width));
  }
  .list-collections-section .grid--mobile {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    gap: 0;
    row-gap: calc(var(--grid-gutter) * 2);
  }
  .list-collections-section .grid--mobile .carousel__item {
    flex-basis: var(--grid-item);
  }
  .list-collections-section .grid__container .carousel--mobile {
    margin: -15px 0;
  }
  .list-collections-section
    .grid__container
    .carousel--mobile
    .list-collections__item {
    margin: 0 var(--grid-gutter) 0 0;
    padding: 0;
  }
  .list-collections-section
    .grid__container
    .carousel--mobile
    .list-collections__item:last-child {
    margin: 0;
  }
  .list-collections-section .carousel__container .grid--mobile {
    margin: 0 calc(-1 * var(--grid-gutter) / 2);
  }
  .list-collections-section
    .carousel__container
    .grid--mobile
    .list-collections__item {
    margin: 0;
    padding: 0 calc(var(--grid-gutter) / 2);
  }
}
.list-collections-section--center .grid,
.list-collections-section--center .grid--mobile,
.list-collections-section--center .carousel--inactive {
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .list-collections-section--center .carousel--mobile {
    justify-content: flex-start;
  }
}
.list-collections__item {
  position: relative;
}
.list-collections__item__outer {
  position: relative;
  display: block;
  width: 100%;
}
.list-collections__item__image {
  display: block;
  position: relative;
  height: 0;
  padding-top: var(--image-height);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
.collection-image_shadow {
  box-shadow: 0px 1px 10px grey;
}
.list-collections__item__image-bg {
  pointer-events: none;
  will-change: transform;
}
.list-collections__item__image__empty {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.list-collections__item__content {
  display: block;
  padding-top: var(--inner);
  text-align: center;
}
.list-collections__item__content--overlayed {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.list-collections__item__title {
  font-size: calc(1rem * var(--adjust-heading));
  margin: 0;
  color: var(--text);
  word-break: break-word;
}
.list-collections__item__overlayed {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 479px) {
  .list-collections__item__overlayed {
    margin-left: calc(var(--grid-gutter) / 2);
    width: calc(100% - var(--grid-gutter));
  }
}
.list-collections__item .list-collections__item__image-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--overlay);
  opacity: var(--overlay-opacity);
  z-index: 1;
}
.list-collections__item--circle .list-collections__item__image,
.list-collections__item--circle .list-collections__item__image-bg {
  border-radius: 50%;
}
.no-touch .list-collections__item__image-bg {
  transition: transform 2s;
}
.no-touch .list-collections__item:hover .list-collections__item__image-bg {
  transform: scale(1.1);
}
@media only screen and (max-width: 767px) {
  .list-collections-section--grid .list-collections-section__container {
    overflow: initial;
  }
}
@media only screen and (max-width: 767px) {
  .list-collections-section .carousel--mobile {
    margin-top: -15px;
    margin-bottom: -15px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .list-collections-section--carousel-mobile
    .list-collections-section__container {
    position: relative;
  }
  .list-collections-section--carousel-mobile
    .list-collections-section__container:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 5;
    width: var(--gutter-mobile);
  }
}
@media only screen and (max-width: 767px) {
  .list-collections-section--carousel-mobile
    .list-collections-section__container.is-last-slide-visible:before {
    right: auto;
    left: 0;
  }
}
/* Carousel */
.list-collections-section--carousel
  .wrapper--full
  .list-collections-section__container {
  margin: 0;
}
.list-collections-section__container .flickity-page-dots,
.section-columns__slider[data-show-dots] .flickity-page-dots {
  bottom: -35px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .list-collections-section--carousel {
    --cells-count: 2;
    --cells-width: calc((var(--wrapper-width) * 0.9 - var(--grid-gutter)) / 2);
    --cells-gutter-offset: calc(var(--cells-count) * var(--grid-gutter));
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .list-collections-section--carousel[data-columns="5"],
  .list-collections-section--carousel[data-columns="6"] {
    --cells-count: 4;
    --cells-width: calc((var(--wrapper-width) * 0.9 - var(--grid-gutter)) / 4);
  }
}
.list-collections-section--carousel .flickity-viewport:before,
.list-collections-section--carousel .flickity-viewport:after {
  content: "";
  position: absolute;
  top: 0;
  z-index: 2;
  width: 50vw;
  height: 100%;
}
.list-collections-section--carousel .flickity-viewport:before {
  right: calc(100% + var(--grid-gutter));
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .list-collections-section--carousel .flickity-viewport:before {
    display: none;
    right: calc(
      var(--cells-width) * var(--cells-count) + var(--cells-gutter-offset)
    );
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .list-collections-section--carousel
    .is-last-slide-visible
    .flickity-viewport:before {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .list-collections-section--carousel
    .is-last-slide-visible
    .flickity-viewport:after {
    display: none;
  }
}
.list-collections-section--carousel .flickity-viewport:after {
  left: calc(100% + var(--grid-gutter));
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .list-collections-section--carousel .flickity-viewport:after {
    left: calc(
      var(--cells-width) * var(--cells-count) + var(--cells-gutter-offset)
    );
  }
}
.list-collections-section--carousel .flickity-button {
  z-index: 5;
  background: var(--bg);
}
/* NO JS */
@media only screen and (min-width: 768px) {
  .no-js .list-collections-section .carousel {
    margin-bottom: calc(var(--grid-gutter) * -2);
  }
}
@media only screen and (min-width: 768px) {
  .no-js .list-collections-section .carousel .list-collections__item {
    margin-bottom: calc(var(--grid-gutter) * 2);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .no-js .list-collections-section .carousel .list-collections__item {
    width: calc(50% - var(--grid-gutter) / 2);
  }
}
@media only screen and (max-width: 767px) {
  .no-js .list-collections-section .grid--mobile .carousel__item {
    margin-bottom: calc(var(--grid-gutter) * 2);
  }
}
@media only screen and (max-width: 767px) {
  .no-js .list-collections-section .carousel--mobile .list-collections__item {
    margin-right: var(--grid-gutter) !important;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .no-js
    .list-collections-section
    .carousel--mobile
    .list-collections__item:last-child {
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .no-js
    .list-collections-section
    .carousel--mobile
    .list-collections__item:only-child {
    --wrapper-width: calc(100% - var(--gutter-mobile));
  }
}
.locations {
  background-color: var(--bg);
}
.locations .flickity-button {
  position: relative;
  margin-bottom: calc(var(--gutter) / 2);
}
@media only screen and (min-width: 768px) {
  .locations .flickity-button {
    margin-top: 50px;
    margin-bottom: 0;
  }
}
.locations .flickity-prev-next-button {
  transform: none;
  transform-origin: center;
  opacity: 1;
  visibility: visible;
}
.locations .flickity-prev-next-button.previous {
  left: auto;
  margin-right: var(--grid-gutter);
}
.locations .flickity-prev-next-button.next {
  right: auto;
}
.locations .flickity-enabled:hover > .flickity-prev-next-button:not(:disabled) {
  transform: none;
}
.locations
  .flickity-enabled:hover
  > .flickity-prev-next-button:not(:disabled):hover {
  transform: scale(1.12);
}
.locations .flickity-slider .location__image {
  width: 100%;
}
.locations .flickity-slider .location__store {
  width: 100%;
  opacity: 0 !important;
}
.locations .flickity-slider .location__store.is-selected {
  opacity: 1 !important;
}
.locations .flickity-slider .location__store {
  transition: opacity 0.5s, z-index 0.5s, transform 0s 0.5s;
}
.locations .flickity-slider .location__store.is-selected {
  transition: opacity 1s, z-index 1s, transform 1s;
}
@media only screen and (min-width: 768px) {
  .locations__wrapper {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.locations__info {
  padding-right: 60px;
}
.locations__info .section__header {
  margin: 0 0 30px;
}
.locations__info-heading:last-child {
  margin: 0;
  padding-bottom: 10px;
}
.locations__info-subheading {
  margin: 0 0 16px;
}
.location__store {
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .location__store {
    padding-bottom: calc(var(--gutter) / 2);
  }
}
.location__store p {
  margin: 0;
}
.locations__gallery {
  position: relative;
}
/*================ Shop the look ================*/
.look {
  --hotspot: var(--white);
  display: flex;
  flex: 1;
  align-items: stretch;
  background-color: var(--bg);
}
@media only screen and (max-width: 767px) {
  .look {
    min-height: 0;
    height: auto;
    flex-wrap: wrap;
  }
}
.look .flickity-viewport,
.look .product-grid-item {
  width: 100%;
}
.look .flickity-prev-next-button {
  background-color: var(--bg);
}
@media only screen and (max-width: 767px) {
  .look .flickity-prev-next-button {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .look .flickity-page-dots {
    position: relative;
    padding-top: 25px;
    display: flex;
    justify-content: center;
    bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .look .drawer__close-button,
  .look .drawer__secondary-close-button {
    display: none;
  }
}
.aos-initialized .look .aos-animate.pointer {
  opacity: 0.8;
}
.look__wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--gutter-mobile);
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .look__wrapper {
    gap: var(--gutter);
  }
}
@media only screen and (max-width: 767px) {
  .look__wrapper {
    grid-template-columns: minmax(0, 1fr);
  }
}
.look__column.aos-animate .look__image {
  transition: transform 0.8s ease;
  transform: scale(1.05);
}
.look__column__drawer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
}
@media only screen and (min-width: 768px) {
  .look__column__drawer {
    position: initial;
    overflow: initial;
    transform: none;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .look__column__drawer {
    margin-left: calc(-1 * var(--gutter-mobile));
  }
}
@media only screen and (max-width: 767px) {
  .look__column__drawer__inner {
    padding: var(--gutter-mobile);
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
  }
}
.look__slider .look__column__drawer__inner {
  overflow: initial;
}
.look__column__drawer__products {
  margin: 60px auto 20px;
}
@media only screen and (min-width: 768px) {
  .look__column__drawer__products {
    height: 100%;
    margin: 0;
  }
}
.look__column--image {
  padding-top: 100%;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .look__column--image {
    position: relative;
    height: 0;
    padding-top: var(--aspect-ratio);
  }
}
@media only screen and (max-width: 767px) {
  .look__column--image {
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .look__column--slider {
    grid-row: 1;
    width: 100%;
    min-height: 0;
    border: none;
  }
}
.look__content {
  display: flex;
  flex-flow: row wrap;
}
.look__heading {
  margin-bottom: 0;
}
.look__text {
  width: 100%;
  color: var(--text);
}
.look__text p {
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .look__text {
    padding: 0 0 calc(var(--gutter) / 2);
  }
}
.look__image {
  align-self: flex-start;
}
.look__image .placeholder-svg-filled {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.look__column__button {
  width: 100%;
  padding: 5px 6px;
  font-family: var(--FONT-STACK-BUTTON);
  font-size: calc(.875rem * var(--adjust-body));
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.look__column__button svg {
  transition: 0.5s;
}
.look__column__button svg path {
  fill: #fff;
}
.look__column__button:hover svg {
  margin-left: 5px;
}
@media only screen and (min-width: 768px) {
  .look__column__button {
    display: none;
  }
}
.look__slide {
  width: 50%;
  flex-shrink: 0;
}
.flickity-enabled .look__slide {
  width: calc(50% - var(--gutter-mobile) / 2);
  margin-right: var(--gutter-mobile);
}
@media only screen and (max-width: 767px) {
  .look__slider .look__slide {
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .flickity-enabled .look__slide {
    width: calc(50% - var(--gutter) / 2);
    margin-right: calc(var(--gutter)/2);
  }
  .look__slider:not(.flickity-enabled) {
    gap: calc(var(--gutter) / 2);
  }
}
@media only screen and (min-width: 768px) {
  .look__slider:not(.flickity-enabled) {
    height: auto;
    display: flex;
    justify-content: center;
    gap: var(--gutter-mobile);
  }
  .text-left .look__slider:not(.flickity-enabled) {
    justify-content: flex-start;
  }
}
/*================ Pointer ================*/
.pointer {
  /* stylelint-disable-next-line */
  --look-animation: pulseInOutSubtle 2.5s ease infinite;
  position: absolute;
  z-index: 0;
  width: 32px;
  height: 32px;
  border: var(--BORDER-WIDTH) solid var(--hotspot);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.pointer:after {
  content: "";
  pointer-events: none;
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  border-radius: 50%;
  background: var(--hotspot);
  opacity: 0;
  z-index: -1;
  will-change: transform, opacity;
  animation: var(--look-animation);
}
.aos-initialized .look .aos-animate.pointer:hover,
.aos-initialized .look .aos-animate.pointer:focus-within,
.aos-initialized .look .aos-animate.pointer--selected {
  transform: scale(1.25);
}
.pointer--selected:after {
  animation: none;
}
.pointer.is-loading {
  pointer-events: none;
}
.pointer__inner {
  display: block;
  pointer-events: none;
  width: 10px;
  height: 10px;
  margin: auto;
  border-radius: 50%;
  background-color: var(--hotspot);
  transition: transform 0.3s ease-in-out;
}
.pointer--selected .pointer__inner,
.pointer:hover .pointer__inner,
.pointer:focus-within .pointer__inner {
  transform: scale(0.9);
}
/*================ Quick View ================*/
.look__quick-view-items {
  position: relative;
}
.look__quick-view-item {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0s, visibility 0s linear 0.4s;
}
.look__quick-view-item.is-active {
  position: relative;
  top: auto;
  left: auto;
  z-index: unset;
  pointer-events: auto;
  transition: opacity 0.4s, visibility 0s;
  opacity: 1;
  visibility: visible;
}
.modal {
  transform: translateY(-20px);
  background-color: var(--bg);
  bottom: 0;
  color: var(--text);
  display: none;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
}
.modal--is-active {
  transform: translateY(0);
  display: block;
  opacity: 1;
  overflow: hidden;
}
.modal__inner {
  transform-style: preserve-3d;
  height: 100%;
}
.modal__centered {
  transform: translateY(-50%);
  position: relative;
  top: 50%;
}
.modal__close {
  border: 0;
  padding: 55px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2;
}
.modal__close .icon {
  font-size: calc(20 / (1rem * var(--adjust-body)) * 1em);
}
.mosaic {
  --inner-gap: 10px;
  background: var(--bg);
  position: relative;
}
.mosaic__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow: hidden;
}
.mosaic__item__heading {
  position: relative;
  color: inherit;
  margin: 0 0 var(--inner-gap);
  line-height: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .mosaic__item__heading {
    font-size: calc(1.75rem * var(--adjust-heading));
  }
}
.mosaic__item__subheading {
  margin: 0 0 var(--inner-gap);
}
.mosaic__item__text,
.mosaic__item__price {
  margin-bottom: var(--inner-gap);
}
.mosaic__item__buttons {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin-right: calc(var(--inner-gap) * -1);
}
.mosaic__item__content--bottom-left .mosaic__item__buttons,
.mosaic__item__content--top-left .mosaic__item__buttons,
.mosaic__item__content--left .mosaic__item__buttons {
  justify-content: flex-start;
}
.mosaic__item__content--right .mosaic__item__buttons,
.mosaic__item__content--bottom-right .mosaic__item__buttons,
.mosaic__item__content--top-right .mosaic__item__buttons {
  justify-content: flex-end;
}
.mosaic__item__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: var(--inner-gap) var(--inner-gap) 0 0;
}
.mosaic__item {
  --bg: transparent;
  display: flex;
  width: var(--block-width);
  height: auto;
  overflow: hidden;
  padding: calc(var(--grid-gutter) / 2);
}
@media only screen and (max-width: 767px) {
  .mosaic__item {
    padding: calc(var(--grid-gutter) / 2) 0;
  }
}
.mosaic__item.original-height {
  align-self: center;
}
.mosaic__item__inner {
  position: relative;
  flex: 1;
  display: flex;
  height: auto;
  overflow: hidden;
  background: var(--bg);
  transform: translateZ(0);
}
.original-height .mosaic__item__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}
.original-height .mosaic__item__inner:before {
  content: "";
  padding-top: var(--image-ratio);
  width: 100%;
  height: 100%;
  grid-row-start: 1;
  grid-column-start: 1;
  border-radius: inherit;
  background-color: var(--bg-darken);
  transition: opacity 0.3s ease;
  opacity: 0.2;
}
.mosaic__item__image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mosaic__item__image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--overlay);
  opacity: var(--overlay-opacity);
}
.mosaic__item__image__link {
  display: flex;
  min-width: 100%;
  min-height: 100%;
}
.mosaic__item__content {
  position: relative;
  flex: 1;
  padding: calc(var(--inner) * 1.5);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  line-height: 1.5;
  overflow: hidden;
  grid-row-start: 1;
  grid-column-start: 1;
}
@media only screen and (min-width: 768px) {
  .mosaic__item__content {
    padding: calc(var(--inner) * 2);
  }
}
@media only screen and (min-width: 1024px) {
  .mosaic__item__content {
    padding: calc(var(--inner) * 3);
  }
}
.mosaic__item__link,
.mosaic__item__content--nolink {
  position: relative;
}
/* Mosaic item content modifiers */
.mosaic__item__content--center {
  align-items: center;
  text-align: center;
}
.mosaic__item__content--right,
.mosaic__item__content--bottom-right,
.mosaic__item__content--top-right {
  align-items: flex-end;
  text-align: right;
}
.mosaic__item__content--top-right,
.mosaic__item__content--top-left {
  justify-content: flex-start;
}
.mosaic__item__content--bottom-left,
.mosaic__item__content--bottom-right {
  justify-content: flex-end;
}
@media only screen and (min-width: 1024px) {
  .mosaic--multiple-blocks .mosaic__item__content {
    padding: calc(var(--inner) * 1.5);
  }
}
@media only screen and (max-width: 767px) {
  .mosaic--single-block .wrapper--no-full .mosaic__item {
    width: calc(100vw - var(--scrollbar-width) - var(--gutter-mobile));
  }
}
/* Mobile Slider */
@media only screen and (max-width: 767px) {
  .mosaic--mobile-slider .mosaic__grid {
    --item-width: calc(var(--wrapper-width) - var(--gutter-mobile));
    margin: 0 calc(var(--gutter-mobile) * -1);
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    gap: 0;
    overflow-x: scroll;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scroll-padding: var(--gutter-mobile);
    padding-left: var(--gutter-mobile);
    scrollbar-width: none;
    -ms-overflow-style: none;
    /* for Internet Explorer, Edge */
  }
  .mosaic--mobile-slider .mosaic__grid::-webkit-scrollbar {
    display: none;
    /* for Chrome, Safari, and Opera */
  }
  .mosaic--mobile-slider .mosaic__grid:after {
    content: "";
    display: block;
    position: relative;
    padding-right: var(--gutter-mobile);
  }
}
@media only screen and (max-width: 767px) {
  .mosaic--mobile-slider .mosaic__item {
    padding: 0;
    width: var(--item-width);
    flex: 0 0 auto;
    scroll-snap-align: start;
    margin-right: var(--gutter-mobile);
  }
  .mosaic--mobile-slider .mosaic__item:last-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .mosaic--mobile-slider .mosaic__wrapper {
    --wrapper-width: calc(
      100vw - var(--scrollbar-width) - var(--gutter-mobile) * 2
    );
  }
}
@media only screen and (max-width: 767px) {
  .mosaic--mobile-slider .wrapper--full {
    padding: 0 var(--gutter-mobile);
  }
}
@media only screen and (max-width: 767px) {
  .mosaic--mobile-slider .wrapper--no-full .mosaic__grid:after {
    content: "";
    display: block;
    position: relative;
    padding-right: var(--gutter-mobile);
  }
}
/* Mobile Grid */
@media only screen and (max-width: 767px) {
  .mosaic--mobile-grid .mosaic__item {
    flex: 0 1 100%;
    min-width: 0;
    height: auto;
  }
}
/* No spacing  */
@media only screen and (max-width: 767px) {
  .mosaic--no-spacing .mosaic__item {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .mosaic--no-spacing .wrapper--full,
  .mosaic--no-spacing .mosaic__grid {
    gap: 0;
  }
}
/* No spacing + Single block */
@media only screen and (max-width: 767px) {
  .mosaic--no-spacing.mosaic--single-block .mosaic__grid {
    padding: 0 var(--gutter-mobile);
    overflow: hidden;
  }
}
/* No spacing + Mobile grid  + Single block */
@media only screen and (max-width: 767px) {
  .mosaic--no-spacing.mosaic--mobile-grid.mosaic--single-block .mosaic__grid {
    padding: 0;
  }
}
/* No spacing + Mobile slider */
@media only screen and (max-width: 767px) {
  .mosaic--no-spacing.mosaic--mobile-slider .mosaic__item {
    --grid-gutter: 0;
  }
}
@media only screen and (max-width: 767px) {
  .mosaic--no-spacing.mosaic--mobile-slider .wrapper--full {
    --grid-gutter: var(--gutter-mobile);
  }
}
/* No spacing + Mobile slider + Single block */
@media only screen and (max-width: 767px) {
  .mosaic--no-spacing.mosaic--mobile-slider.mosaic--single-block .mosaic__item {
    padding: 0;
    width: calc(100vw - var(--scrollbar-width) - var(--gutter-mobile) * 2);
  }
}
/* Add spacing */
@media only screen and (min-width: 768px) {
  .mosaic--spacing .wrapper--full .mosaic__grid {
    margin: 0 calc(var(--grid-gutter) / 2);
  }
}
/* Remove left and right spacing for non-full-width wrapper */
@media only screen and (min-width: 768px) {
  .mosaic--spacing .wrapper--no-full .mosaic__grid {
    margin-right: calc(var(--grid-gutter) / -2);
    margin-left: calc(var(--grid-gutter) / -2);
  }
}
/* Add spacing + Single block */
.mosaic--spacing.mosaic--single-block .wrapper--full .mosaic__grid {
  margin: 0 var(--grid-gutter);
}
@media only screen and (max-width: 767px) {
  .mosaic--spacing.mosaic--single-block .wrapper--full .mosaic__grid {
    margin: 0;
    padding: 0;
    overflow: visible;
  }
}
/* Add spacing + Mobile slider + Single block */
@media only screen and (max-width: 767px) {
  .mosaic--spacing.mosaic--mobile-slider.mosaic--single-block .mosaic__item {
    width: calc(100vw - var(--scrollbar-width) - 2 * var(--grid-gutter));
  }
}
/* Add spacing + Mobile slider + Multiple blocks */
@media only screen and (max-width: 767px) {
  .mosaic--spacing.mosaic--mobile-slider.mosaic--multiple-blocks
    .wrapper--full
    > .mosaic__grid:after {
    content: "";
    display: block;
    position: relative;
    padding-right: var(--gutter-mobile);
  }
}
@media only screen and (max-width: 767px) {
  .mosaic--spacing.mosaic--mobile-slider.mosaic--multiple-blocks
    .wrapper--full
    .mosaic__item {
    width: calc(100vw - var(--scrollbar-width) - 3 * var(--grid-gutter));
  }
}
/* Add spacing + Mobile grid + Multiple blocks */
@media only screen and (max-width: 767px) {
  .mosaic--spacing.mosaic--mobile-grid.mosaic--multiple-blocks
    .wrapper--full
    .mosaic__item {
    padding: calc(var(--gutter-mobile) / 2) 0;
  }
}
/*================ Newsletter ================*/
.newsletter {
  width: 100%;
}
/*=== Newsletter section ===*/
.newsletter-section {
  position: relative;
}
.newsletter-section .wrapper,
.newsletter-section .wrapper--full-padded,
.newsletter-section .wrapper--narrow {
  height: 100%;
  position: relative;
  z-index: 10;
}
.newsletter-section .shopify-block {
  width: 100%;
}
.newsletter-section__bg {
  background-color: var(--bg);
}
.newsletter-section__content__wrapper {
  display: flex;
  flex-flow: row wrap;
  height: 100%;
}
.newsletter-section__content {
  flex-basis: 100%;
}
.newsletter-section__entry h2 {
  color: inherit;
}
.newsletter-section__entry p {
  margin: 15px 0;
  font-size: 15.2px;
}
/*=== Newsletter form ===*/
.newsletter-form .form-success,
.newsletter-form .errors {
  display: none;
}
.newsletter-form .input-group__field,
.newsletter-form .input-group__btn--icon {
  background: transparent;
}
.newsletter-form .input-group__btn--icon svg {
  width: 12.299px;
  height: 14.42px;
  transition: 0.5s;
}
.newsletter-form .input-group__btn--icon:hover svg {
  margin-left: 8px;
}
.newsletter-form.has-error .errors {
  display: inline-block;
}
.newsletter-form.has-success .form-success {
  display: inline-block;
}
.newsletter-form.has-success .input-group__item:not(.input-group__item--text) {
  display: none;
}
.newsletter-form .errors,
.newsletter-form .form-success {
  margin: var(--form-margin) 0;
  text-align: left;
}
.newsletter-section__content .form-success {
  background-color: #fff;
}
@media only screen and (max-width: 479px) {
  .newsletter-form .errors,
  .newsletter-form .form-success {
    width: 100%;
    flex-basis: 100%;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .newsletter-form .input-group--inline ~ .form-success {
    margin: 0;
  }
  .newsletter-section__entry p {
    font-size: calc(1rem * var(--adjust-body));
  }
  .newsletter-form .input-group__btn--icon svg {
    width: 13.647px;
    height: 16px;
  }
}
.input-group__fields {
  display: flex;
  flex: 1 1 auto;
  padding: 0;
  flex-flow: row wrap;
}
@media only screen and (min-width: 1024px) {
  .input-group__fields {
    max-width: 280px;
  }
}
@media only screen and (min-width: 768px) {
  .input-group__fields {
    flex-basis: 50%;
  }
}
@media only screen and (min-width: 1440px) {
  .input-group__fields {
    flex-basis: 25%;
  }
}
.input-group__fields--name {
  flex-basis: 100%;
}
@media only screen and (min-width: 1024px) {
  .input-group__fields--name {
    max-width: 560px;
  }
}
.input-group__fields--name .errors,
.input-group__fields--first-last-name .errors,
.input-group__fields--name .form-success,
.input-group__fields--first-last-name .form-success {
  margin: calc(var(--form-margin) / 2);
}
.input-group__fields--first-last-name {
  flex-basis: 100%;
}
@media only screen and (min-width: 1024px) {
  .input-group__fields--first-last-name {
    max-width: 840px;
  }
}
.input-group__btn--icon {
  height: 100%;
  width: 54px;
  max-width: 54px;
  color: var(--text);
  background: transparent;
  border: var(--BORDER-WIDTH) solid var(--text);
}
.input-group__btn--icon .icon-select {
  transition: transform 0.3s ease;
}
.input-group__btn--icon::before {
  content: none;
}
.input-group__btn--icon:hover {
  background: transparent;
}
.input-group__btn--icon:hover .icon-select {
  transform: translate(5px);
}
.input-group__field {
  display: block;
  width: 100%;
  border: var(--BORDER-WIDTH) solid var(--text);
  border-radius: var(--RADIUS);
  padding: 16pxpx 0 16px 16px;
}
.input-group__field::-webkit-input-placeholder {
  color: var(--text);
}
.input-group__field::-moz-placeholder {
  color: var(--text);
}
.input-group__field:-ms-input-placeholder {
  color: var(--text);
}
.input-group__field:-moz-placeholder {
  color: var(--text);
}
.mailer-response {
  display: none;
}
/*=== Newsletter Layouts ===*/
.align--middle-split {
  align-items: flex-start;
  /* Newsletter section  */
  /* Newsletter form */
}
.align--middle-split .newsletter {
  width: auto;
  flex-basis: 50%;
}
.align--middle-split .newsletter-section__entry {
  text-align: left;
  flex: 1;
  padding-right: var(--gutter);
}
@media only screen and (max-width: 767px) {
  .align--middle-split .newsletter-section__entry {
    padding: 0 0 var(--gutter-mobile);
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .align--middle-split .newsletter-section__content {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
  }
}
.align--middle-split .newsletter-form {
  text-align: center;
}
.align--middle-split .newsletter-form .input-group {
  justify-content: flex-start;
}
.align--middle-split .input-group--inline {
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .align--middle-split .input-group__fields,
  .align--middle-split .input-group__item {
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .align--middle-split .input-group__item--btn-width {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.align--middle-split .input-group--inline .input-group__item--btn {
  flex-basis: 54px;
  max-width: 54px;
}
@media only screen and (min-width: 768px) {
  .align--middle-right .form-success {
    justify-content: flex-end;
  }
}
/*================ Overlapping images ================*/
.overlapping-images {
  --image-offset: 50px;
  --image-offset-negative: calc(var(--image-offset) * -1);
  overflow: hidden;
  background: var(--bg);
}
.overlapping-images__block {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .overlapping-images__block {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--gutter);
  }
}
@media only screen and (min-width: 1440px) {
  .overlapping-images__block {
    gap: calc(var(--gutter) * 2);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .overlapping-images__block {
    gap: calc(var(--gutter) / 2);
  }
}
@media only screen and (min-width: 768px) {
  .overlapping-images__block--reverse .overlapping-images__images {
    order: 1;
  }
}
@media only screen and (min-width: 1440px) {
  .overlapping-images__block--reverse .overlapping-images__content {
    margin: 0 0 0 auto;
  }
  .overlapping-images__block--reverse .overlapping-images__images {
    margin: 0 auto 0 0;
  }
}
.overlapping-images__text {
  font-size: calc(1.1rem * var(--adjust-body));
  margin: 0;
}
.overlapping-images__images {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
@media only screen and (min-width: 1440px) {
  .overlapping-images__images {
    margin: 0 0 0 auto;
  }
}
.overlapping-images__image {
  position: relative;
  flex: 1 0 50%;
  overflow: hidden;
  max-height: 560px;
  background-color: var(--bg);
}
.overlapping-images__image .placeholder-svg--overlayed {
  border: var(--BORDER-WIDTH) solid var(--bg);
}
.overlapping-images__images-inner {
  width: calc(100% + var(--image-offset));
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  margin: 0 calc(var(--image-offset-negative) / 2);
}
@media only screen and (max-width: 767px) {
  .overlapping-images__images-inner {
    width: calc(100% + var(--gutter-mobile) * 2);
    margin-left: calc(-1 * var(--gutter-mobile));
    margin-right: calc(-1 * var(--gutter-mobile));
  }
}
.overlapping-images__images-inner--single {
  width: 100%;
  margin: 0;
}
.overlapping-images__image--primary {
  z-index: 1;
  margin-top: var(--image-offset);
  left: calc(var(--image-offset) / 2);
}
.overlapping-images__image--secondary {
  left: calc(var(--image-offset-negative) / 2);
}
.overlapping-images__images--single-mobile {
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .overlapping-images__images--single-mobile .overlapping-images__images-inner {
    width: 100%;
    margin-left: 0;
  }
  .overlapping-images__images--single-mobile
    .overlapping-images__image--primary {
    left: auto;
    margin: 0;
  }
  .overlapping-images__images--single-mobile
    .overlapping-images__image--secondary {
    display: none;
  }
}
.overlapping-images__image-bg {
  position: relative;
  max-height: inherit;
}
.overlapping-images__image-bg .placeholder-svg-filled {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.overlapping-images__content {
  max-width: 600px;
  margin: 0 auto;
}
@media only screen and (min-width: 1440px) {
  .overlapping-images__content {
    margin: 0 auto 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .overlapping-images__content {
    padding-top: 30px;
    margin-bottom: -15px;
  }
}
.overlapping-images__heading {
  line-height: 1;
}
/*================ Page template ================*/
.page-title {
  font-size: calc(2.5rem * var(--adjust-heading));
}
.page-template {
  padding: 0 0 var(--gutter);
}
.page-customer {
  padding: var(--gutter) 0;
}
.shopify-challenge__container {
  padding: var(--gutter) var(--gutter-mobile);
}
.rte {
  margin: 0;
}
.rte > p {
  margin: 0;
}
@media only screen and (max-width: 480px) {
  .page-title {
    font-size: 24px;
    padding-bottom: 0px;
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 480px) {
  .shopify-challenge__container {
    padding: var(--gutter) 0;
  }
}
.shopify-challenge__container input.shopify-challenge__button {
  margin-top: 20px;
}
.page-customer .is-hidden {
  display: none;
}
.no-js .page-customer .is-hidden {
  display: block;
}
/*================ 404 ================*/
#four-oh-four {
  padding: 50px 0;
}
#four-oh-four h1 {
  font-size: calc(4.5rem * var(--adjust-heading));
  text-align: center;
}
#four-oh-four p {
  font-size: calc(1.5rem * var(--adjust-body));
}
/*================ Password ================*/
.password-page__container {
  position: relative;
  height: var(--full-height);
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.password-page__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: var(--full-height);
  width: 100%;
  margin: 0 auto;
  padding-top: var(--gutter);
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 1;
}
.password-page__wrapper h1,
.password-page__wrapper h3,
.password-page__wrapper p,
.password-page__wrapper small,
.password-page__wrapper i,
.password-page__wrapper a {
  color: var(--white);
}
.password-page__wrapper h1 {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .password-page__signup-form__item {
    width: 50%;
  }
}
.toggle-wrapper {
  position: absolute;
  top: 20px;
  right: 20px;
  padding-bottom: 50px;
}
#CustomerSignup,
#AdminLogin {
  padding-bottom: 20px;
}
.customer-signup-button,
.password-login-button {
  vertical-align: top;
  line-height: 26px;
  padding: 13px 20px;
}
.signup-input,
.password-input {
  background-color: var(--input-bg);
  border: none;
  padding: 14px 20px;
  margin: 0 2px;
}
.signup-input:hover,
.password-input:hover {
  border: none;
}
@media only screen and (max-width: 479px) {
  .signup-input,
  .password-input {
    margin: 10px auto;
    width: 100%;
  }
}
.template-password .btn,
.template-password .shopify-payment-button__button--unbranded {
  display: inline-block;
}
.password-page__socials .social-sharing-wrapper {
  margin: calc(var(--gutter) / 2) -8px;
  justify-content: center;
}
.password-page__socials .social-sharing-wrapper a {
  margin-left: 8px;
  margin-right: 8px;
}
.password-page__powered-by-text {
  margin: calc(var(--gutter) / 2) 0 0;
}
.storefront-password-form {
  display: none;
}
.password-page__inner figure {
  margin: 0 auto 0.5em;
}
.password-page__logo {
  height: auto;
}
noscript .password-page__logo {
  display: none;
}
/*================ Popup ================*/
.popup {
  --inner: 40px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: calc(100vw - var(--scrollbar-width));
  z-index: 9000;
  color: var(--text);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.5s ease, visibility 0s linear 0.5s;
}
body.notification-visible .popup.popup--visible {
  opacity: 0;
  visibility: hidden;
}
@media only screen and (max-width: 479px) {
  .popup {
    --inner: 20px;
  }
}
.popup .input-group--inline {
  margin-bottom: var(--form-margin);
}
@media only screen and (min-width: 1440px) {
  .popup .input-group__item {
    flex-basis: 280px;
  }
}
@media only screen and (min-width: 1440px) {
  .popup .input-group--inline .input-group__item--btn {
    flex-basis: 54px;
  }
}
.popup .input-group__btn,
.popup .input-group__field {
  width: 100%;
  max-width: 100%;
  height: 47px;
  font-size: calc(0.875rem * var(--adjust-body));
  font-weight: var(--FONT-WEIGHT-BODY);
  line-height: 1.3575;
  padding-top: 12px;
  padding-bottom: 12px;
}
.popup .disclaimer {
  font-size: calc(0.75rem * var(--adjust-body));
  color: var(--text-alpha-50);
  flex-basis: 100%;
  max-width: 100%;
  align-self: center;
  margin: 0;
}
.popup .disclaimer p {
  font-size: inherit;
  margin: 0;
}
.popup .disclaimer a:hover {
  color: var(--text);
}
.popup .disclaimer--inline {
  margin: 0;
}
@media only screen and (min-width: 1024px) {
  .popup .disclaimer--inline {
    flex-basis: 50%;
  }
}
.popup--visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s;
}
.popup--visible .popup__body {
  transform: translateY(0);
}
.popup--visible .popup__underlay,
.popup--bar.popup--expanded .popup__underlay {
  opacity: 0.2;
  visibility: visible;
  transition-delay: 0s;
  pointer-events: auto;
}
.popup__close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 8px;
  right: 8px;
  width: 40px;
  height: 40px;
  z-index: 20;
  padding: 12px;
  cursor: pointer;
}
.popup__close:hover .icon {
  transform: rotate(90deg);
}
.popup__close .icon {
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .popup__close {
    top: 12px;
    right: 12px;
  }
}
.popup__underlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: calc(100vw - var(--scrollbar-width));
  z-index: 1;
  background: var(--black);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0s linear 0.3s;
  pointer-events: none;
}
.popup__wrapper {
  display: flex;
  height: 100%;
  max-height: 100vh;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .popup__wrapper {
    justify-content: flex-end;
  }
}
.popup__body {
  position: relative;
  overflow-y: auto;
  width: calc(100% - var(--gutter-mobile));
  max-width: 480px;
  max-height: 90vh;
  background: var(--bg);
  z-index: 5;
  margin-left: auto;
  margin-right: auto;
  transform: translateY(50px);
  transition: transform 0.5s ease;
}
@media only screen and (min-width: 768px) {
  .popup__body {
    max-width: 740px;
  }
}
.popup__form {
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .popup__form {
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
  }
}
.popup__toggle {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  padding: 10px 32px 10px 0;
  min-height: 50px;
  line-height: 20px;
  border-radius: 0;
  color: var(--text);
  font-size: var(--adjust-body);
  text-align: left;
  max-width: calc(100% - 60px);
}
.popup__toggle strong {
  font-size: calc(1.2rem * var(--adjust-body));
  font-weight: var(--FONT-WEIGHT-BODY);
  line-height: 30px;
  padding-right: var(--inner);
}
@media only screen and (max-width: 767px) {
  .popup__toggle {
    font-size: calc(0.815rem * var(--adjust-body));
  }
  .popup__toggle strong {
    padding-right: 0;
    display: block;
  }
}
.popup__toggle__icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 14px;
  height: 14px;
  margin: 18px;
  border-radius: 50%;
}
.popup__toggle__icon .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.popup .icon-toggle-minus {
  opacity: 0;
}
.popup__toggle:hover .icon-toggle-plus {
  transform: rotate(90deg);
}
.popup--expanded .icon-toggle-plus {
  opacity: 0;
  transform: rotate(180deg);
}
.popup--expanded .icon-toggle-minus {
  opacity: 1;
  transform: rotate(180deg);
}
.popup__toggle__text {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  padding-right: 15px;
}
.popup__container {
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .popup__container {
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) {
  .popup__image,
  .popup__content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 0 50%;
  }
}
.popup__content {
  flex-direction: column;
}
.popup__inner {
  margin: 0 auto;
  padding: var(--inner) var(--gutter-mobile);
}
@media only screen and (min-width: 1024px) {
  .popup__inner {
    padding: var(--inner);
  }
}
.popup__title {
  color: var(--text);
}
.popup__description {
  font-size: calc(0.9375rem * var(--adjust-body));
}
.popup__description p {
  margin-top: 0;
}
.popup__image {
  overflow: hidden;
  position: relative;
}
.popup__image__img {
  display: block;
  width: 100%;
  height: 100%;
}
.popup--no-image {
  text-align: center;
}
.popup--no-image .popup__inner {
  max-width: 600px;
}
.popup--no-image .popup__body {
  max-width: 650px;
}
.popup--no-image .input-group__item {
  flex-basis: 100%;
}
@media only screen and (max-width: 479px) {
  .popup--has-image {
    text-align: center;
  }
}
/*================ Popup Bottom Left ================*/
.popup__wrapper--bottom-left {
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .popup__wrapper--bottom-left {
    align-items: center;
  }
}
.popup__wrapper--bottom-left .popup__body {
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .popup__wrapper--bottom-left .popup__body {
    margin-right: 0;
  }
}
/*================ Popup Bottom Right ================*/
.popup__wrapper--bottom-right {
  align-items: flex-end;
}
@media only screen and (max-width: 767px) {
  .popup__wrapper--bottom-right {
    align-items: center;
  }
}
.popup__wrapper--bottom-right .popup__body {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .popup__wrapper--bottom-right .popup__body {
    margin-left: 0;
  }
}
/*================ Popup Large ================*/
.popup--large {
  padding: calc(var(--gutter) / 2);
}
@media only screen and (max-width: 1023px) {
  .popup--large {
    padding: calc(var(--gutter-mobile) / 2);
  }
}
@media only screen and (max-width: 767px) {
  .popup--large .popup__body {
    width: 100%;
  }
}
.popup--no-image .input-group {
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}
.popup--no-image .input-group__fields {
  justify-content: center;
}
.popup--large .input-group--inline .input-group__item--btn {
  flex-basis: 54px;
}
.popup--large .input-group__fields,
.popup--large .input-group__item {
  flex-basis: 100%;
}
@media only screen and (max-width: 767px) {
  .popup--large .popup__title {
    padding: 0 20px;
  }
}
.popup__wrapper--bottom-right,
.popup__wrapper--bottom-left {
  justify-content: flex-end;
}
.popup--large .errors,
.popup--large .form-success {
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}
/*================ Popup Bar ================*/
.popup--bar {
  --gutter-right: calc(var(--gutter-mobile) + var(--scrollbar-width));
  color: var(--text-alpha-50);
  top: auto;
}
@media only screen and (min-width: 1024px) {
  .popup--bar {
    --gutter-right: calc(var(--gutter) + var(--scrollbar-width));
  }
}
.popup--bar .popup__container {
  display: flex;
  flex-wrap: nowrap;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.45s cubic-bezier(0, 1, 0.5, 1);
}
@media only screen and (max-width: 479px) {
  .popup--bar .popup__container {
    display: block;
  }
}
.popup--bar .popup__wrapper {
  justify-content: flex-end;
}
.popup--bar .popup__underlay {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition-delay: 0s, 0.3s;
}
.popup--bar .popup__body {
  width: 100%;
  max-width: 100%;
  max-height: none;
  overflow: hidden;
  padding: 0 var(--gutter-mobile);
}
@media only screen and (min-width: 1024px) {
  .popup--bar .popup__body {
    padding: 0 var(--gutter);
  }
}
.popup--bar .popup__close {
  top: 5px;
  right: calc(var(--gutter-mobile) - 12px);
}
@media only screen and (min-width: 1024px) {
  .popup--bar .popup__close {
    right: calc(var(--gutter) - 12px);
  }
}
.popup--bar .popup__form {
  flex-basis: 100%;
  max-width: 100%;
  margin: calc(var(--inner) / 2) 0;
}
@media only screen and (max-width: 767px) {
  .popup--bar .popup__form {
    flex-basis: 50%;
  }
}
.popup--bar .popup__image {
  position: relative;
  flex: 1 0 33.33%;
  align-self: flex-start;
  margin: calc(var(--inner) / 2) var(--inner) var(--inner) 0;
}
@media only screen and (min-width: 1024px) {
  .popup--bar .popup__image {
    max-width: 33.3333333333%;
  }
}
@media only screen and (min-width: 1440px) {
  .popup--bar .popup__image {
    flex-basis: 360px;
  }
}
@media only screen and (max-width: 767px) {
  .popup--bar .popup__image {
    flex-basis: 50%;
    margin-right: calc(var(--inner) / 2);
  }
}
@media only screen and (max-width: 479px) {
  .popup--bar .popup__image {
    flex-basis: 100%;
    margin-right: 0;
  }
}
.popup--bar .popup__image__img {
  height: auto;
  min-height: 1px;
}
.popup--bar .errors,
.popup--bar .form-success {
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .popup--bar .errors,
  .popup--bar .form-success {
    width: 100%;
  }
}
.popup--bar .note,
.popup--bar .errors {
  margin-bottom: calc(var(--inner) / 2);
}
.popup--bar .newsletter-form.has-error .errors,
.popup--bar .newsletter-form.has-success .form-success {
  display: inline-block;
}
.popup--bar--no-image .popup__form {
  flex-basis: 100%;
}
.popup--bar--no-image .input-group {
  flex-flow: row wrap;
}
.popup--bar--no-image .input-group--inline {
  flex-flow: row nowrap;
}
.popup--bar--no-image .input-group__item {
  flex-basis: 50%;
}
@media only screen and (min-width: 768px) {
  .popup--bar--no-image .input-group__item {
    max-width: 280px;
  }
}
@media only screen and (min-width: 1440px) {
  .popup--bar--no-image .input-group__item {
    flex-basis: 280px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .popup--bar--no-image .input-group__item {
    flex-basis: 25%;
  }
}
@media only screen and (max-width: 479px) {
  .popup--bar--no-image .input-group__item {
    flex-basis: 100%;
  }
}
.popup--bar--no-image .input-group--inline .input-group__item--btn {
  flex-basis: 54px;
}
.popup--bar--no-image .input-group__item--text {
  flex-basis: 100%;
  max-width: none;
}
.popup--bar.popup--expanded {
  top: 0;
}
.popup--bar.popup--expanded .popup__container {
  max-height: 500px;
  margin-bottom: 0;
  transition: max-height 0.45s ease;
}

.shopify-section-header{
    top: 0;
}

/*================ Popup Cookies ================*/
.popup--cookies {
  top: auto;
  --text-size: calc(0.75rem * var(--adjust-body));
  font-size: var(--text-size);
  letter-spacing: 0.025em;
  color: var(--text);
  background: var(--bg);
}
.cookies__container {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  padding: 7px 0;
}
.cookies__container p {
  font-size: inherit;
}
@media only screen and (max-width: 479px) {
  .cookies__container {
    display: block;
    padding: 10px 0;
  }
}
.cookies__title {
  font-weight: 900;
}
.cookies__content p {
  margin: 0;
}
.cookies__buttons {
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  .cookies__buttons {
    display: flex;
    white-space: nowrap;
  }
}
@media only screen and (max-width: 479px) {
  .cookies__buttons {
    margin-top: 10px;
  }
}
.cookies__buttons .btn,
.cookies__buttons .shopify-payment-button__button--unbranded,
.cookies__close {
  font-size: calc(0.75rem * var(--adjust-button));
  letter-spacing: var(--LETTER-SPACING-BUTTON);
}
.cookies__buttons .btn,
.cookies__buttons .shopify-payment-button__button--unbranded {
  padding: 2px 0;
  min-width: 50px;
  margin-right: 10px;
}
@media only screen and (max-width: 479px) {
  .cookies__buttons .btn,
  .cookies__buttons .shopify-payment-button__button--unbranded {
    width: auto;
  }
}
.cookies__close {
  transition: opacity 0.3s ease;
}
.cookies__close:hover {
  opacity: 0.7;
}
/*================ Popup z-index ================*/
[data-popup]:focus-within > * {
  z-index: 9999;
}
.has-block-selected > .popup:not(.selected) {
  visibility: hidden;
}
predictive-search,
search-form {
  width: 100%;
  display: block;
}
@media only screen and (max-width: 767px) {
  predictive-search,
  search-form {
    max-width: none;
  }
}
predictive-search p,
search-form p {
  margin: 0;
}
predictive-search mark,
search-form mark {
  background-color: var(--bg-secondary);
  color: var(--text);
}
.predictive-search,
.popular-searches {
  --image-size: 30px;
  --gap-lg: 24px;
  --gap-sm: 16px;
  --left-right: var(--gap-lg);
  --top-bottom: var(--gap-sm);
  --item-top-bottom: calc(var(--top-bottom) / 2);
  position: absolute;
  z-index: 4;
  top: 0;
  right: 0;
  left: 0;
  margin: -11px auto 0;
  width: 100%;
  max-width: var(--width);
  max-height: calc(
    100vh - var(--header-height, 0px) - var(--search-popdown-height)
  );
  background: var(--bg);
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  /* for Internet Explorer, Edge */
}
.predictive-search::-webkit-scrollbar,
.popular-searches::-webkit-scrollbar {
  display: none;
  /* for Chrome, Safari, and Opera */
}
@media only screen and (max-width: 767px) {
  .predictive-search,
  .popular-searches {
    margin-top: -8px;
    border-left: 0;
    border-right: 0;
    max-width: none;
  }
}
.has-scrolled .predictive-search,
.has-scrolled .popular-searches {
  max-height: calc(
    100vh - var(--header-sticky-height) - var(--search-popdown-height)
  );
}
.popular-searches .predictive-search__list {
  padding: var(--item-top-bottom) var(--left-right);
  display: flex;
  flex-flow: row wrap;
}
.popular-searches .predictive-search__list:last-child {
  padding-bottom: 0;
}
.popular-searches .predictive-search__group:last-child {
  padding-bottom: var(--gap-lg);
}
.popular-searches .predictive-search__item {
  padding: 0 var(--left-right) calc(var(--item-top-bottom) * 1.75) 0;
}
.predictive-search__actions {
  border-top: var(--BORDER-WIDTH) solid var(--border);
  margin-top: var(--gap-lg);
  padding: var(--top-bottom) var(--left-right);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.caps .predictive-search__actions {
  text-transform: none;
}
.predictive-search__actions .predictive-search__link {
  position: relative;
  display: inline-block;
  text-decoration: none !important;
  font-size: calc(1rem * var(--adjust-body));
}
.predictive-search__actions .predictive-search__link:before,
.predictive-search__actions .predictive-search__link:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.1rem;
  width: 100%;
  height: var(--BORDER-WIDTH);
  display: block;
  background: var(--btn-text, var(--text));
  transition: none;
  pointer-events: none;
}
.predictive-search__actions .predictive-search__link:before {
  transform: scaleX(0);
  transform-origin: left;
}
.predictive-search__actions .predictive-search__link:after {
  transform-origin: right;
}
.no-touch .predictive-search__actions .predictive-search__link:hover {
  background: transparent;
  border: 0;
}
.no-touch .predictive-search__actions .predictive-search__link:hover:before,
.no-touch .predictive-search__actions .predictive-search__link:hover:after {
  transition: transform 1.1s cubic-bezier(0.19, 1, 0.22, 1);
  transform: scaleX(0);
}
.no-touch .predictive-search__actions .predictive-search__link:hover:before {
  transform: scaleX(1);
  transition-delay: 0.25s;
}
.predictive-search__actions .predictive-search__link:after {
  opacity: 0;
}
.predictive-search__actions .predictive-search__link:hover {
  opacity: 1;
}
.predictive-search__actions .predictive-search__link:hover:before,
.predictive-search__actions .predictive-search__link:hover:after {
  transition: transform 1.1s cubic-bezier(0.19, 1, 0.22, 1);
}
.predictive-search__actions .predictive-search__link:hover:before {
  transform: scaleX(1);
  transition-delay: 0.25s;
}
.predictive-search__actions .predictive-search__link:hover:after {
  transform: scaleX(0);
  opacity: 1;
}
.predictive-search__quick-tip {
  --text-size: calc(0.75rem * var(--adjust-body));
  font-size: var(--text-size);
  letter-spacing: initial;
}
.predictive-search__heading {
  margin-bottom: calc(var(--gap-lg) - var(--item-top-bottom));
  padding: var(--gap-lg) var(--left-right) calc(var(--gap-sm) / 4);
  border-bottom: var(--BORDER-WIDTH) solid var(--border);
  font-family: var(--FONT-STACK-NAV);
  font-weight: var(--FONT-WEIGHT-NAV-BOLD);
  font-style: var(--FONT-STYLE-NAV);
  font-size: calc(1rem * var(--adjust-nav));
}
.nav .predictive-search__heading {
  font-size: calc(1rem * var(--adjust-nav));
}
.predictive-search__heading span {
  display: inline-block;
}
.predictive-search__item {
  font-family: var(--FONT-STACK-BODY);
  font-weight: var(--FONT-WEIGHT-BODY);
  font-style: var(--FONT-STYLE-BODY);
  font-size: calc(1rem * var(--adjust-body));
  line-height: 1.2;
  letter-spacing: initial;
  padding: var(--item-top-bottom) var(--left-right);
}
.predictive-search__item:last-child {
  padding-bottom: 0;
}
.caps .predictive-search__item {
  text-transform: none;
}
.nav .predictive-search__item {
  font-size: calc(1rem * var(--adjust-body));
}
.predictive-search__link {
  display: inline-block;
  color: currentcolor;
  transition: opacity 0.3s ease;
}
.predictive-search__link:hover {
  opacity: 0.65;
}
.predictive-search__link > * {
  pointer-events: none;
}
.predictive-search__product {
  display: flex;
  align-items: center;
  width: 100%;
}
.predictive-search__product-image {
  position: relative;
  max-width: var(--image-size);
  flex: 0 0 var(--image-size);
  height: var(--image-size);
}
.predictive-search__product-image figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.predictive-search__product-title {
  padding-left: calc(var(--gap-sm) - 4px);
}
.predictive-search__loading-state {
  margin: 0 var(--left-right);
  min-height: var(--search-popdown-height);
  display: flex;
  align-items: center;
}
.predictive-search__item[aria-selected="true"] a,
.predictive-search__product[aria-selected="true"] a,
.predictive-search__link[aria-selected="true"] {
  outline: 5px auto var(--PRIMARY-BUTTONS-COLOR-BG);
}
/*================ Press section ================*/
.press {
  text-align: center;
}
.section-press__wrapper {
  background-color: rgba(243, 239, 213, 0.3);
  padding: 48px 0;
}
.press h1 a,
.press h2 a,
.press h3 a,
.press h4 a,
.press h5 a,
.press h6 a,
.press ol li a,
.press ul li a {
  text-decoration: underline;
  text-decoration-thickness: var(--BORDER-WIDTH);
}
.press ul,
.press ol {
  margin-bottom: 0;
  display: inline-grid;
  text-align: left;
}
.press--no-blockquotes .press__logos-slide {
  opacity: 1;
}
.press--no-links.press--no-blockquotes .press__logos-slide {
  cursor: default;
}
.press__heading {
  margin-bottom: 0;
}
.press__items {
  position: relative;
  overflow: hidden;
}
.press__item {
  position: absolute;
  padding: 24px 0;
  width: 100%;
  font-size: calc(2rem * var(--adjust-body));
  line-height: 1.2;
  opacity: 0 !important;
  transition: opacity 0.2s ease;
}
.press__item p {
  font-size: calc(1.25rem * var(--adjust-body));
  color: var(--text);
  margin: 0;
}
.press__item a {
  color: inherit;
}
.press__item.is-selected {
  opacity: 1 !important;
}
.press__item:empty {
  padding: 0;
}
.press-sub-heading__text {
  font-size: calc(1rem * var(--adjust-body));
  margin: 10px 0 5px;
}
@media only screen and (max-width: 767px) {
  .section-press__wrapper {
    padding: 24px 0;
  }
  .press__item {
    font-size: calc(1.5rem * var(--adjust-body));
    padding: 16px 0;
  }
  .press__item p {
    font-size: calc(1.125rem * var(--adjust-body));
  }
  .press-sub-heading__text {
    font-size: calc(0.875rem * var(--adjust-body));
  }
}
.press__item__content > * {
  margin-bottom: 0;
}
.press__item__inner {
  opacity: 0;
  transition: opacity 0.2s ease;
}
.is-selected .press__item__inner {
  transition: none;
  opacity: 1;
  animation: pressFadeInUp 0.4s ease;
  animation-delay: 0.2s;
  animation-fill-mode: backwards;
}
.press__item:not(.is-selected) .press__item__inner {
  opacity: 0;
  animation: pressFadeOutDown 0.6s ease-in;
  animation-fill-mode: forwards;
}
.press__item__read-more {
  display: block;
  padding-top: var(--inner);
  font-size: calc(1rem * var(--adjust-body));
}
.press__item__read-more .icon {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 4px;
  vertical-align: middle;
}
.press__logos {
  margin: 24px auto 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .press__logos {
    margin-top: 8px;
    max-width: 100%;
  }
}
.press__logos--no-text {
  margin: 0;
}
.press__logos-slider:not(.flickity-enabled) {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.press__logos-slider .flickity-slider {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.press__logos-slide {
  cursor: pointer;
}
.no-touch .press__logos-slide:hover {
  opacity: 1;
}
.press__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  padding: 0 10px 10px;
  overflow: hidden;
  position: relative;
}
.press__logo:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 100%;
  border-bottom: 2px solid var(--text);
  pointer-events: none;
  transform: translateX(-50%);
  transition: width 0.3s;
}
.press__logos--2 .press__logo {
  max-width: 100%;
}
.is-selected.has-text .press__logo:after {
  width: calc(var(--image-width, var(--onboarding-logo-size)) / 2);
}
.press__items--onboarding ~ .press__logos {
  --onboarding-logo-size: 100px;
}
.press__logo-image {
  display: block;
  max-width: 100%;
  width: var(--image-width, var(--onboarding-logo-size));
  height: var(--image-height, var(--onboarding-logo-size));
  object-fit: contain;
  margin: auto;
}
.press__logo-image--placeholder {
  position: relative;
  max-height: calc(var(--image-height, var(--onboarding-logo-size)) * 0.6);
  overflow: hidden;
}
.press__logo-image--placeholder .placeholder-svg,
.press__logo-image--placeholder .placeholder-svg-filled {
  transform: scale(3);
  fill: var(--text);
}
.press__logos--rounded-corners .press__logo-image,
.press__logos--rounded-corners .press__logo-image--placeholder {
  border-radius: var(--radius, 8px);
}
.press__item--quotes {
  --font-size-adjust: calc(20rem * var(--adjust-body));
  /* quote watermark positioning according to rich text formatting elements */
}
.press-view--all__button {
  margin: 50px auto 0 auto;
}
.press__item--quotes .press__item__inner {
  padding-top: calc(0.15 * var(--font-size-adjust));
}
.press__item--quotes .press__quote {
  position: relative;
}
.press__item--quotes .press__quote:before {
  content: "“";
  position: absolute;
  width: calc(0.4 * var(--font-size-adjust));
  height: calc(0.4 * var(--font-size-adjust));
  top: calc(0.15 * var(--font-size-adjust));
  left: calc(-0.1 * var(--font-size-adjust));
  font-size: var(--font-size-adjust);
  line-height: calc(0.2 * var(--font-size-adjust));
  opacity: 0.1;
  text-align: left;
}
@media only screen and (max-width: 1023px) {
  .press__item--quotes {
    --font-size-adjust: calc(15rem * var(--adjust-body));
  }
}
.press__item--quotes .press__item__content {
  display: inline-block;
}
.press__item--quotes .press__item__content > * {
  display: inline;
}
.press__item--quotes .press__item__content > .press__item__read-more {
  display: block;
}
.press__item--quotes .press__item__content ul,
.press__item--quotes .press__item__content ol {
  display: inline-grid;
}
.press__item--quotes .press__item__content > a:not([class]) > * {
  display: inherit;
}
.press__item--quotes .press__item__content > a:not([class]) > ul,
.press__item--quotes .press__item__content > a:not([class]) > ol {
  display: inline-grid;
}
/*================ Product ================*/
.shopify-section--product,
.featured-product-section {
  position: relative;
}
.aos-initialized .product-single__wrapper [data-aos][data-aos].aos-animate {
  transform: none;
}
@media only screen and (min-width: 768px) {
  .product-single__wrapper {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: calc(var(--gutter) / 3);
  }
  .shopify-section--product, .featured-product-section {
    z-index: 120;
  }
  .product-single .form__wrapper.is-sticky {
    position: sticky;
    top: var(--sticky-top, 0);
    z-index: 9;
  }
  .product-single__wrapper--large {
    grid-template-columns: calc(59% - var(--gutter) / 2) 41%;
  }
  .product-single__wrapper--standard {
    grid-template-columns: calc(50% - var(--gutter) / 2) calc(
        50% - var(--gutter) / 2
      );
  }
  .product-single__wrapper--grid .product-single__media-slider {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    position: sticky;
    top: 90px;
  }
  .product-media__wrapper {
    position: sticky;
    top: 110px;
  }
  .hide-announcement-bar .product-media__wrapper {
    top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .product-single__media-slider:not(.flickity-enabled) {
    display: flex;
    overflow-x: hidden;
  }
  .popup-quick-view__wrapper .product-single__media-slider:not(.flickity-enabled) {
    overflow-x: auto;
  }
  .popup-quick-view__wrapper .product-single__media-slider::-webkit-scrollbar {
    display: none;
  }
  .product-single__media-slider:not(.flickity-enabled)
    .product-single__media-slide {
    flex-shrink: 0;
  }
  .product-single__gallery {
    min-height: calc(423px + (815 - 423) * (100vw - 375px) / (767 - 375));
  }
  .popup-quick-view__gallery .product-single__gallery {
    min-height: auto;
  }
  .product__price-and-badge {
    min-width: 57px;
  }
}
.featured-product--onboarding
  .product-single__wrapper--grid
  .product-single__media-slider {
  grid-template-columns: minmax(0, 1fr);
}
@media only screen and (min-width: 768px) {
  .product-single__wrapper--stacked .product-single__media-slider {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
  }
}
.product-single__details {
  width: 100%;
}
.variant--soldout .product__form .btn--submit .submit-button__icon path {
  fill: #F8F9F7;
} 
.product__form .btn--submit .submit-button__icon,
.product__form .btn--submit .submit-button__icon svg {
  width: 13.647px;
  height: 16px;
  transition: 0.5s;
}
.product__form .btn--submit .submit-button__icon 
#gokwik-buy-now svg path {
  fill: var(--COLOR-ACCENT);
}
#gokwik-buy-now .buynow-button__icon,
#gokwik-buy-now .buynow-button__icon svg {
  width: 7.7px;
  height: 9.028px;
  transition: 0.5s;
}
#gokwik-buy-now:hover .buynow-button__icon {
  margin-left: 5px;
}
@media only screen and (min-width: 768px) {
  .product-single__details {
    margin-right: auto;
  }
  .product-single__details .product__submit__add {
    border: var(--BORDER-WIDTH) solid var(--bg-secondary);
    background-color: var(--bg-secondary);
    color:  var(--bg);
    border-radius: 100px;
    padding: 10px;
  }
  #gokwik-buy-now .buynow-button__icon,
  #gokwik-buy-now .buynow-button__icon svg {
    width: 13px;
    height: 15px;
    transition: 0.5s;
  }
  .product-single__details .product__submit__add svg path {
    fill: var(--bg);
  }
}
.product__block {
  padding-bottom: var(--PBB, 0);
}
@media only screen and (max-width: 767px) {
  .product__block {
    padding-bottom: max(var(--PBB, 0) * 0.75, 8px);
  }
  .product-single__details .form__wrapper {
    display: flex;
    flex-direction: column;
  }
  .product__form .btn--submit .submit-button__icon,
  .product__form .btn--submit .submit-button__icon svg,
  .product__submit__item.view-more-stores__button svg {
    width: 10px;
    height: 13px;
  }
}
@media only screen and (min-width: 480px) {
  .product__block--half {
    display: inline-block;
    width: 50%;
  }
}
.product__block hr {
  margin: 0;
}
.product__description a,
.product__subheading a,
.product__feature__content a,
.product__accordion__inner a,
.product__popup__link span {
  position: relative;
  display: inline-block;
  text-decoration: none !important;
}
.product__description a:before,
.product__description a:after,
.product__subheading a:before,
.product__subheading a:after,
.product__feature__content a:before,
.product__feature__content a:after,
.product__accordion__inner a:before,
.product__accordion__inner a:after,
.product__popup__link span:before,
.product__popup__link span:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.1rem;
  width: 100%;
  height: var(--BORDER-WIDTH);
  display: block;
  background: var(--bg-secondary);
  transition: none;
  pointer-events: none;
}
.product__description a:before,
.product__subheading a:before,
.product__feature__content a:before,
.product__accordion__inner a:before,
.product__popup__link span:before {
  transform: scaleX(0);
  transform-origin: left;
}
.product__description a:after,
.product__subheading a:after,
.product__feature__content a:after,
.product__accordion__inner a:after,
.product__popup__link span:after {
  transform-origin: right;
}
.no-touch .product__description a:hover,
.no-touch .product__subheading a:hover,
.no-touch .product__feature__content a:hover,
.no-touch .product__accordion__inner a:hover,
.no-touch .product__popup__link span:hover {
  background: transparent;
  border: 0;
}
.no-touch .product__description a:hover:before,
.no-touch .product__description a:hover:after,
.no-touch .product__subheading a:hover:before,
.no-touch .product__subheading a:hover:after,
.no-touch .product__feature__content a:hover:before,
.no-touch .product__feature__content a:hover:after,
.no-touch .product__accordion__inner a:hover:before,
.no-touch .product__accordion__inner a:hover:after,
.no-touch .product__popup__link span:hover:before,
.no-touch .product__popup__link span:hover:after {
  transition: transform 1.1s cubic-bezier(0.19, 1, 0.22, 1);
  transform: scaleX(0);
}
.no-touch .product__description a:hover:before,
.no-touch .product__subheading a:hover:before,
.no-touch .product__feature__content a:hover:before,
.no-touch .product__accordion__inner a:hover:before,
.no-touch .product__popup__link span:hover:before {
  transform: scaleX(1);
  transition-delay: 0.25s;
}
.main-product-breadcrumb {
  margin-bottom: 19px;
}
.product__title-and-price {
  display: grid;
  grid-template-columns: minmax(0, 100%);
  grid-template-rows: min-content;
  align-content: start;
  gap: var(--form-margin);
  margin-bottom: calc(var(--form-margin) / 1.56);
}
@media only screen and (max-width: 767px) {
  .main-product-breadcrumb {
    margin-bottom: 16px;
  }
  .product__title-and-price {
    margin-bottom: var(--form-margin-mobile);
  }
}
.product__title {
  font-size: calc(2rem * var(--adjust-heading));
  margin-bottom: 0;
}
.product__subheading p {
  font-size: calc(1rem * var(--adjust-body));
  margin: 0;
}
.product__price-and-badge {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.product__price-and-badge .product__unit-price {
  margin-right: 12px;
}
.product__price-and-badge .product__rating {
  align-self: flex-start;
  font-size: calc(0.9rem * var(--adjust-body));
}
.product__price-and-badge .rating__star {
  margin: 0 4px 2px 0;
}
.product-single__wrapper .rating__star {
  margin-bottom: 0px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  line-height: normal;
  gap: 5px;
  width: -webkit-fill-available;
}
.product-single__wrapper .rating__star svg {
  width: 15.252px;
  height: 13.981px;
}
.product-single__wrapper .rating__star svg path {
  fill: #ffa534;
  stroke: #ffa534;
}
.product__price {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin: 0;
  --text-size: calc(1.5rem * var(--adjust-body));
  font-size: var(--text-size);
  transition: opacity 0.3s ease;
  font-family: var(--FONT-STACK-HEADING);
  gap: 20px;
}
.product--rating__count {
  font-size: calc(.75rem * var(--adjust-body));
  display: none;
}
.price-tax__text {
  display: block;
  width: 100%;
  font-size: calc(.88rem * var(--adjust-body));
  font-family: inherit;
  margin-bottom: 10px;
}
.product-tag-and__ratings-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2px;
}
.main-product-tag__container {
  width: 50%;
}
.main-product-tag__title {
  font-size: calc(.75rem * var(--adjust-body));
  text-transform: uppercase;
  color: var(--bg-secondary);
  line-height: 150%;
  width: 100%;
  display: block;
}
.product-out-of-stock__tag {
  color: #7F7F7F;
  font-family: var(--FONT-STACK-BODY);
  font-size: calc(.75rem * var(--adjust-body));
  font-style: normal;
  font-weight: var(--FONT-WEIGHT-BODY-LIGHT);
  width: 50%;
}
.sticky-bar-price-container {
  display: flex;
  gap: 4px;
}

@media only screen and (max-width: 767px) {
  .product__price {
    --text-size: calc(1rem * var(--adjust-body));
    gap: 8px;
  }
  .product-single__wrapper .rating__star {
    font-size: calc(.75rem * var(--adjust-body));
  }
  .sticky-atc-bar__container {
    display: flex;
    align-items: center;
    gap: 4.5px;
    max-width: 130px;
  }  
  .mobile-title--price__container {
    display: block;
    margin-bottom: 30px;
  }
  .sticky-atc-bar__container .product__price--regular {
    font-size: calc(1rem * var(--adjust-body));
    color: var(--COLOR-BLACK-WHITE);
    font-weight: var(--FONT-WEIGHT-BODY-MEDIUM);
    margin: 0;
  }
  .sticky-atc-bar__container .product__price--compare {
    font-size: calc(.75rem * var(--adjust-body));
    font-weight: var(--FONT-WEIGHT-BODY-LIGHT);
    color: var(--COLOR-BLACK-WHITE);
    margin: 0;
  }
  .sticky-atc-bar__container .product__price--off {
    font-size: calc(.625rem* var(--adjust-body));
    padding: 2px 4px;
    margin: 0;
  }
  .shipping-tax__text { 
    font-size: calc(.5rem* var(--adjust-body));
    color: var(--COLOR-BLACK-WHITE);
    font-family: inherit;
    display: none;
  }
  .product__submit__item .product__submit__add {
    font-size: calc(.75rem * var(--adjust-body));
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.product__price--hidden {
  opacity: 0;
}
.product__price--compare {
  text-decoration: line-through;
  opacity: 0.5;
  margin: 0 0 0 0;
}
.product-price__from {
  display: none;
}
.product__price--off {
  flex-shrink: 0;
  padding: 4px 8px;
  border-radius: 100px;
  background-color: var(--saving-bg);
  color: var(--saving-text);
  --text-size: calc(0.75rem * var(--adjust-body));
  font-size: var(--text-size);
  display: inline-flex;
  align-items: center;
  text-transform: capitalize;
  font-family: var(--FONT-STACK-BODY);
  line-height: normal;
  gap: 5px;
}
.product__rating__value {
  color: #000;
  font-size: calc(.75rem * var(--adjust-body));
  font-style: normal;
  font-weight: 400;
  margin-left: 5px;
  display: none;
}
.template-collection .product__rating__value {
  display: none;
}
.template-collection .product__rating__value {
  display: none;
}
.product__price--off em {
  font-style: normal;
  opacity: 0.5;
  padding: 0 4px;
}
.product__unit-price {
  --text-size: calc(0.75rem * var(--adjust-body));
  font-size: var(--text-size);
  line-height: calc(1.71875rem * var(--adjust-body));
  opacity: 0.5;
}
.product__description.rte {
  color: var(--text);
  margin-bottom: 0;
  font-size: calc(0.9rem * var(--adjust-body));
}
.product__description.rte p {
  line-height: inherit;
  margin-block-start: 0;
}
@media only screen and (max-width: 1023px) {
  .product__description.rte {
    width: 100%;
  }
}
.product-single__gallery {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .product-single__gallery {
    margin-bottom: 24px;
  }
  .product__price--compare {
    margin-right: 4px;
  }
  .product__price--off {
    padding: 5px 15px;
  }
}
.product-single__media-slider {
  margin: 0 auto;
}
@media only screen and (max-width: 479px) {
  .product-single__media-slider {
    max-width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .product-single__media-slider .flickity-prev-next-button {
    display: none;
  }
}
.product-single__media-slider .flickity-button {
  z-index: 1;
  background: var(--bg);
}
.product-single__media-slider:not(.has-media-active) .flickity-button {
  transition-delay: 0.15s !important;
}
.no-outline
  .product-single__media-slider.has-media-active
  .flickity-prev-next-button,
.no-outline
  .product-single__media-slider.has-media-active
  .flickity-prev-next-button:not(:disabled) {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0s linear 0.3s;
}
.no-outline
  .product-single__media-slider.has-media-active
  .flickity-prev-next-button:before,
.no-outline
  .product-single__media-slider.has-media-active
  .flickity-prev-next-button:after,
.no-outline
  .product-single__media-slider.has-media-active
  .flickity-prev-next-button:not(:disabled):before,
.no-outline
  .product-single__media-slider.has-media-active
  .flickity-prev-next-button:not(:disabled):after {
  transition: none;
}
.js
  .product-single__wrapper--carousel
  .product-single__media-slider:not(.flickity-enabled)
  .product-single__media-slide:not(:first-child) {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}
.product-single__media-slider--single {
  margin: 0;
}
@media only screen and (max-width: 1023px) {
  .product-single__media-slider--single .product__badge {
    left: 0 !important;
  }
}
.product-single__media-slide--placeholder {
  display: block;
  width: 100%;
  height: 0;
}
.product-single__media-slide {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.product-single__media-slide .product-single__media-slide-placeholder {
  display: block;
  width: 100%;
  height: 0;
}
.product-single__wrapper--carousel
  .product-single__media-slide.media--hidden:not(.is-selected)
  button,
.product-single__wrapper--carousel
  .product-single__media-slide.media--hidden:not(.is-selected)
  input,
.product-single__wrapper--carousel
  .product-single__media-slide.media--hidden:not(.is-selected)
  iframe,
.product-single__wrapper--carousel
  .product-single__media-slide.media--hidden:not(.is-selected)
  .shopify-model-viewer-ui__button,
.product-single__wrapper--carousel
  .product-single__media-slide.media--hidden:not(.is-selected)
  .shopify-model-viewer-ui__controls-area {
  visibility: hidden;
  transition: visibility 0s linear 0.75s;
}
.product-single__media-slider--single
  .product-single__media-slide.media--hidden:not(.is-selected)
  button,
.product-single__media-slider--single
  .product-single__media-slide.media--hidden:not(.is-selected)
  input,
.product-single__media-slider--single
  .product-single__media-slide.media--hidden:not(.is-selected)
  iframe,
.product-single__media-slider--single
  .product-single__media-slide.media--hidden:not(.is-selected)
  .shopify-model-viewer-ui__button,
.product-single__media-slider--single
  .product-single__media-slide.media--hidden:not(.is-selected)
  .shopify-model-viewer-ui__controls-area {
  visibility: visible;
}
.product-single__media-slide.is-loading model-viewer {
  background-image: var(--loading-svg);
  background-size: 320px auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.product-single__media {
  position: relative;
  width: 100%;
  height: 0;
  min-height: 1px;
  overflow: hidden;
}
.product-single__media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  object-fit: contain;
}
.product-single__media .lazy-image,
.product-single__media iframe,
.product-single__media model-viewer,
.product-single__media .shopify-model-viewer-ui,
.product-single__media img,
.product-single__media > video,
.product-single__media .media-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}
.product-single__media iframe,
.product-single__media model-viewer,
.product-single__media .shopify-model-viewer-ui,
.product-single__media .media-item {
  height: 100%;
}
.product-single__media--video video {
  height: 100%;
  object-fit: cover;
}
.product-single__media-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .product-single__media-link {
    cursor: zoom-in;
    cursor: var(--icon-zoom-in), zoom-in;
  }
}
.deferred-media {
  display: block;
}
.deferred-media:not([loaded]) {
  background: var(--loading-svg) no-repeat center center;
  background-size: 320px auto;
}
.deferred-media:not([loaded]) template {
  z-index: -1;
}
.deferred-media[loaded] > .deferred-media__poster {
  display: none;
}
.deferred-media__poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: default;
}
.deferred-media__poster-button {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  padding: 8px;
  background-color: var(--bg);
  border: var(--BORDER-WIDTH) solid var(--text-alpha-5);
  z-index: 1;
  cursor: pointer;
}
.deferred-media__poster-button .icon-media-video-outline,
.deferred-media__poster-button .icon-media-model-outline {
  stroke: none;
}
.deferred-media__poster-button .icon {
  width: 100%;
  height: 100%;
}
.deferred-media__poster img {
  object-fit: cover;
}
.product-single__media--image {
  height: auto;
  background-color: var(--bg);
}
.product-single__media--onboarding {
  padding-top: 66%;
  background-color: var(--bg);
  filter: brightness(var(--product-filter-bg));
}
.product-single__media--onboarding .placeholder-svg,
.product-single__media--onboarding .placeholder-svg-filled {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150%;
  height: 150%;
  max-width: 150%;
  max-height: 150%;
  transform: translate(-50%, -50%);
}
.product-single__media--onboarding.featured-product--two-columns {
  padding-top: 66%;
}
.product-single__view-in-space {
  width: 100%;
  position: relative;
  border-color: transparent;
  color: var(--text);
  background: var(--text-alpha-8);
  margin-top: 10px;
}
.product-single__view-in-space:hover {
  color: var(--text);
  background: var(--text-alpha-15);
}
.product-single__view-in-space:active,
.product-single__view-in-space:focus {
  color: var(--text);
  background: var(--text-alpha-8);
}
.product-single__view-in-space .icon {
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  line-height: 22px;
  margin-right: 4px;
  fill: transparent;
}
.product-single__view-in-space .icon .icon-media-model-outline {
  stroke: none;
}
.product-single__view-in-space .icon .icon-media-model-element {
  fill: var(--text);
  opacity: 1;
}
.product-single__view-in-space[data-shopify-xr-hidden] {
  visibility: hidden;
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .product-single__view-in-space[data-shopify-xr-hidden] {
    display: none;
  }
}
.product-single__view-in-space-text {
  display: inline-block;
  vertical-align: middle;
  line-height: 22px;
}
.product-single__thumbnails {
  margin: 5px 0;
}
@media only screen and (max-width: 1023px) {
  .product-single__thumbnails {
    margin: 5px calc(var(--gutter-mobile) * -1);
  }
}
.product-single__thumbnails:not(.flickity-enabled) {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
  /* for Internet Explorer, Edge */
}
.product-single__thumbnails:not(.flickity-enabled)::-webkit-scrollbar {
  display: none;
  /* for Chrome, Safari, and Opera */
}
.product-single__thumbnails:not(.flickity-enabled) .product-single__thumbnail {
  min-width: 110px;
}
.product-single__thumbnails.flickity-enabled.is-draggable .flickity-viewport {
  cursor: default;
}
@media only screen and (min-width: 768px) {
  .product-single__wrapper--stacked .product-single__thumbnails,
  .product-single__wrapper--grid .product-single__thumbnails {
    display: none;
  }
}
[data-payment-button="false"] {
  display: none;
}
.popup-quick-view [data-quickview-payment-button="true"] {
  display: block;
}
.product-single__thumbnail {
  position: relative;
  display: block;
  cursor: pointer;
}
.product-single__thumbnail .icon {
  position: absolute;
  top: 2px;
  right: 2px;
  margin: 5px;
  height: 22px;
  width: 22px;
  vertical-align: baseline;
}
.product-single__thumbnail:first-child {
  padding-left: var(--gutter-mobile);
}
.product-single__thumbnail:last-child {
  padding-right: var(--gutter-mobile);
}
@media only screen and (min-width: 768px) {
  .product-single__thumbnail:first-child {
    padding-left: 0;
  }
  .product-single__thumbnail:last-child {
    padding-right: 0;
  }
}
.product-single__thumbnail-link {
  cursor: pointer;
  display: block;
  position: relative;
  overflow: hidden;
  width: 70px;
  height: 75px;
}
.is-nav-selected .product-single__thumbnail-link {
  border-color: var(--border);
}
.product-single__thumbnail-img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  clip-path: polygon(11% 44%, 0% 36%, 0% 0%, 90% 0%, 90% 37%, 100% 44%, 100% 50%, 90% 58%, 90% 100%, 0 100%, 0 58%, 11% 50%)
}
/*
* Accordion
*/
.product__accordion {
  text-align: left;
  overflow: hidden;
}
.product__accordion__inner {
  margin-bottom: 0;
  padding-bottom: 5px;
  position: relative;
  font-size: calc(0.9rem * var(--adjust-body));
}
.product__accordion__inner p {
  margin-top: 12px;
  margin-bottom: 0;
  color: var(--text);
  font-size: 13.7px;
}
.product__accordion__title {
  font-size: calc(1rem * var(--adjust-body));
  position: relative;
  width: 100%;
  text-align: left;
  color: var(--text);
  background: transparent;
  border: 0;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 0;
}
.product__accordion__title .accordion__icon svg {
  width: 13px;
  height: 14px;
}
.product__accordion__title .accordion__icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transform: rotate(90deg);
  transition: 0.5s;
}
.product__accordion__title.is-expanded .accordion__icon {
  transform: rotate(270deg);
}
.product__accordion__title .icon {
  top: 0;
  right: 0;
  width: 16px;
  height: 100%;
}
/*
* Modal
*/
.product__popup__link {
  display: inline-flex;
  font-size: calc(0.875rem * var(--adjust-body));
  align-items: center;
}
.product__popup__link .icon {
  margin-right: 5px;
  width: 16px;
  height: 16px;
  pointer-events: none;
}
.product__popup__link span {
  pointer-events: none;
}
.product__popup__link:hover span:before,
.product__popup__link:hover span:after {
  transition: transform 1.1s cubic-bezier(0.19, 1, 0.22, 1);
}
.product__popup__link:hover span:before {
  transform: scaleX(1);
  transition-delay: 0.25s;
}
.product__popup__link:hover span:after {
  transform: scaleX(0);
}
.no-touch .product__popup__link span:after {
  opacity: 0;
}
.no-touch .product__popup__link:hover span:after {
  opacity: 1;
}
.product__popup {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .product__popup {
    --drawer-width: calc(50vw - var(--gutter) / 2);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .product__popup {
    --drawer-width: 600px;
  }
}
@media only screen and (max-width: 767px) {
  .product__popup {
    --drawer-width: 100%;
  }
  .product__accordion__title {
    font-size: calc(0.8rem * var(--adjust-body));
  }
}
.product__popup__inner {
  position: relative;
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 var(--inner);
}
.product__popup__content {
  overflow: hidden;
  position: relative;
  max-width: 600px;
  width: 100%;
  background-color: var(--bg);
  padding: var(--inner);
  margin: 60px auto 20px;
}
.product__popup__content .product__accordions {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: calc(100vh - 140px);
  margin-top: 20px;
}
/*
* Complementary products
*/
.product__complementary .product-upsell__holder,
.complementary-products__title {
  margin: 0 0 var(--form-margin);
}
@media only screen and (max-width: 767px) {
  .product__complementary .product-upsell__holder,
  .complementary-products__title {
    margin: 0 0 var(--form-margin-mobile);
  }
}
/*
* Icon block
*/
.product__icon__row {
  --icon-size: 25px;
  --line-height: 1.5625;
  background-color: var(--bg);
  display: flex;
  align-items: center;
  border-radius: var(--radius);
  font-size: calc(0.8rem * var(--adjust-body));
  line-height: var(--line-height);
  align-self: start;
}
.product__icon__row--center {
  justify-content: center;
  text-align: center;
}
.product__icon {
  min-height: calc(1rem * var(--adjust-body) * var(--line-height));
  display: flex;
  flex-basis: var(--icon-size);
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  align-self: center;
  position: relative;
  color: var(--icon-color);
}
.product__icon .icon {
  display: block;
  width: var(--icon-size);
  height: var(--icon-size);
}
.product__icon__holder {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: var(--aspect-ratio);
}
.product__icon__text:not(:only-child) {
  margin-left: 10px;
}
/*
* Icon Row block
*/
.product__icon__row--multiple {
  display: grid;
  column-gap: calc(var(--grid-gutter) * 2);
}
.icons-with-text__icon {
  padding: 10px 0;
}
.icons-with-text__icon__img {
  height: auto;
  width: 100%;
}
.product-icons-with-text__container {
  margin-bottom: 24px;
}
.product-icons-with-text__container .icons-with-text__icon {
  padding: 0;
}
/* Available Offer */
#special-offers-sub-container:not(.flickity-enabled),
#bank-offers-sub-container:not(.flickity-enabled) {
  display: flex;
  overflow-x: auto;
}
#special-offers-sub-container::-webkit-scrollbar,
#bank-offers-sub-container::-webkit-scrollbar {
  display: none;
}
.available-offer__wrapper,
.bank-offer__wrapper {
  position: relative;
  width: 80%;
  margin-right:  15px;
  flex-shrink: 0;
  height: 100%;
}
.available-offer__wrapper {
  width: 77%;
}
.available-offer__content {
  position: relative;
  padding: 15px calc(18px + (25 - 18) * (100vw - 768px) / (1440 - 768));;
}
.available-offers-background_image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.available-offer-title__container {
  line-height: normal;
}
.available-offer__title {
  font-size: calc(0.75rem * var(--adjust-body));
  display: block;
  margin-bottom: 5px;
}
.available-offer__description,
.available-offer__code {
  margin: 0;
  font-size: calc(0.75rem * var(--adjust-body));;
}
.avaiable-offer-title__wrapper {
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.available-oofer-code__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 8px;
  border-top: 1px solid rgba(242, 104, 62, 0.30);
}
.offer-save__text {
  font-size: calc(0.75rem * var(--adjust-body));
  padding: 5px 15px;
  color: #F2683E;
  font-family: var(--FONT-STACK-HEADING);
  border: 1px dashed #F2683E;
  text-transform: uppercase;
  line-height: normal;
}
.offer-copy-code__button {
  color: #F2683E;
  font-size: calc(0.75rem * var(--adjust-body));;
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: var(--FONT-WEIGHT-HEADING);
  line-height: normal;
}
.offer-copy-code__button svg {
  height: auto;
  width: 14px;
  transform: rotate(90deg);
}
.offer-copy-code__button svg path {
  fill: #F2683E;
}
.bank-offer__wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 12px;
  border: 1px solid grey;
  border-radius: 5px;
}
.bank-offers__image {
  width: auto;
  max-width: 80px;
  height: 50px;
}
.bank-offer__title {
  font-size: calc(0.88rem * var(--adjust-body));
  font-family: var(--FONT-STACK-BODY);
  font-weight: var(--FONT-WEIGHT-BODY);
}
.bank-offer__description {
  margin: 0;
  font-size: calc(0.75rem * var(--adjust-body));;
  line-height: normal;
  color: #454141f5;
}
.available-offer__code {
  color: #000;
}
.bank-offer-description__wrapper {
  margin-top: 7px;
  display: flex;
  font-size: calc(0.75rem * var(--adjust-body));
  gap: 5px;
}
.bank-offer-description__wrapper span {
  margin-top: 2px;
}
.available-offer__heading {
  margin-bottom: 20px;
  --heading-size: calc(0.75rem* var(--adjust-heading));
}
.available-offers--container .flickity-prev-next-button {
  opacity: 0;
  visibility: hidden;
  background: #fff;
}
.available-offers--container:hover .flickity-prev-next-button {
  opacity: 1;
  visibility: visible;
}
.offer_and_coupons__wrapper {
  border-top: 1px solid #EBEBEB;
  border-bottom: 1px solid #EBEBEB;
  padding: 16px 0;
}
.all-offer_and_coupons__title {
  font-size: calc(1rem * var(--adjust-body));
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  cursor: pointer;
}
.offer-and-coupons-popup-title__container {
  display: none;
}
.offer-and-coupons-close__button {
  height: 24px;
  width: 24px;
}
.offer-and-coupons-close__button:hover svg {
  transform: rotate(90deg);
}
.offer-and-coupons-close__button svg path {
  stroke-width: 25px;
  stroke: #000;
}
@media only screen and (min-width: 768px) {
  #bank-offers-sub-container,
  #special-offers-sub-container {
    height: 95px;
  }
  .offer_and_coupons__wrapper {
    border: 1px solid #DBDBDB;
    padding: 16px 0 16px 16px;
    overflow: hidden;
  }
  .show-offers .offer_and_coupons__wrapper {
    padding: 16px 8px;
  }
  .all-offer_and_coupons__title {
    margin-right: 16px;
  }
  .all-offer_and_coupons__title .offers-accordion-icon {
    transform: rotate(90deg);
    transition: 0.5s;
  }
  .show-offers .all-offer_and_coupons__title .offers-accordion-icon {
    transform: rotate(270deg);
  }
  .show-offers .available-and-bank-offer__wrapper.auto-height {
    height: auto;
  }
  .available-and-bank-offer__wrapper {
    position: relative;
    width: 100%;
    height: 0;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    will-change: height;
    transition: opacity .3s ease, height .3s ease, visibility 0s .3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .show-offers .available-and-bank-offer__wrapper {
    opacity: 1;
    overflow: unset;
    visibility: visible;
    transition: opacity 0.5s ease, height 0.5s ease, visibility 0s;
    padding-top: 24px;
  }
  .available-offer__description,
  .available-offer-title__container,
  .available-offer__title,
  .available-offer__code,
  .offer-copy-code__button,
  .offer-save__text {
    font-size: calc(0.675rem * var(--adjust-body));
  }
  .offer-save__text {
    padding: 4.5px 13.6px;
  }
  .offer-copy-code__button svg {
    width: 12.7px;
  }
  .bank-offers-main-container, 
  .special-offers-main-container {
    overflow: hidden;
    will-change: transform;
    transform: translateY(25px);
    transition: transform .5s ease;
  }
  .show-offers .bank-offers-main-container, 
  .show-offers .special-offers-main-container {
    transform: translateY(0);
  }
  .product__icon__row--multiple {
    grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
  }
  .available-offer__heading {
    margin-bottom: 16px;
    --heading-size: calc(1rem* var(--adjust-heading));
  }
  .bank-offer-description__wrapper {
    font-size: calc(0.85rem * var(--adjust-body));
  }
  #special-offers-sub-container .flickity-prev-next-button,
  #bank-offers-sub-container .flickity-prev-next-button {
    height: 22px;
    width: 22px;
    --icon-size: 10px;
  }
  #special-offers-sub-containe .flickity-prev-next-button.previous,
  #bank-offers-sub-container .flickity-prev-next-button.previous {
    left: 1px;
  }

}
@media screen and (min-width: 1100px) {
  .available-offer__wrapper { 
    width: 50%;
  }
  .bank-offer__wrapper {
    width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .available-offer__content {
    padding: 15px 30px;
  }
  .product__icon__row--multiple {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0;
  }
  .bank-offers-main-container {
    margin: 0;
    padding: 0 16px 16px;
  }
  .available-offer__content {
    padding: 15px 30px;
  }
  #special-offers-sub-container .flickity-button,
  #bank-offers-sub-container .flickity-button {
    display: none;
  }
  .avaiable-offer-title__wrapper {
    justify-content: space-between;
  }
  .available-offer-title__container {
    width: 60%;
    text-align: right;
  }
  .offer-and-coupons-popup-title__container {
    display: flex;
    align-items: center;
    gap: 22px;
    padding: 16px;
    border-bottom: 1px solid #E7E7E7;
    position: sticky;
    top: -1px;
    background: #fff;
    z-index: 1;
  }
  .available-and-bank-offer__wrapper {
    height: 65dvh;
    width: 100%;
    position: fixed;
    top: auto;
    left: 0;
    background: #fff;
    z-index: 9999;
    overflow: auto;
    bottom: 0;
    transform: translateY(118%);
    transition: 0.5s;
  }
  .show-offers .available-and-bank-offer__wrapper {
    transform: translateY(0px);
  }
  .show-offers .available-and-bank-offer__wrapper::-webkit-scrollbar {
    display: none;
  }
  #special-offers-sub-container:not(.flickity-enabled), #bank-offers-sub-container:not(.flickity-enabled),
  #bank-offers-sub-container,
  #special-offers-sub-container {
    flex-direction: column;
    overflow: visible;
    height: auto;
    gap: 16px;
  }
  .available-offer__wrapper,
  .bank-offer__wrapper {
    margin: 0;
    width: 100%;
  }
  .show-offers.drawer__overlay {
    opacity: 1;
    visibility: visible;
    height: 100dvh;
  }
}
/*
* Modifiers
*/
@media only screen and (min-width: 768px) {
  .product-single__gallery--equal .product-single__media-slide {
    display: flex;
  }
}
@media only screen and (min-width: 768px) {
  .product-single__gallery--equal .product-single__media img {
    object-fit: cover;
  }
}
/*
* Size Chart
*/
.popup-chart {
  --drawer-width: 590px;
  display: block;
  background: var(--bg);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  margin-left: auto;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .popup-chart {
    --drawer-width: calc(100vw - 400px);
  }
}
@media only screen and (max-width: 767px) {
  .popup-chart {
    --drawer-width: 100%;
  }
}
.popup-chart .drawer__close-button {
  right: var(--inner);
}
@media only screen and (max-width: 1023px) {
  .popup-chart .drawer__close-button {
    right: 0;
  }
}
.popup-chart__inner {
  position: relative;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  /* for Internet Explorer, Edge */
}
.popup-chart__inner::-webkit-scrollbar {
  display: none;
  /* for Chrome, Safari, and Opera */
}
.popup-chart__content {
  overflow: hidden;
  position: relative;
  max-width: 600px;
  width: 100%;
  background-color: var(--bg);
  padding: calc(var(--inner) * 2);
  padding-right: calc(var(--inner) * 4);
  margin: var(--inner) 0 var(--inner) auto;
}
@media only screen and (max-width: 1023px) {
  .popup-chart__content {
    padding: var(--inner);
  }
}
.popup-chart__content .rte {
  font-size: calc(0.875rem * var(--adjust-body));
}
.popup-chart__content .tab {
  padding-top: 5px;
}
.popup-chart__content h1 {
  --heading-size: calc(2.5rem * var(--adjust-heading));
  font-size: var(--heading-size);
  margin: 35px 0 5px;
}
@media only screen and (max-width: 1439px) {
  .popup-chart__content h1 {
    --heading-size: calc(2.1rem * var(--adjust-heading));
  }
}
@media only screen and (max-width: 767px) {
  .popup-chart__content h1 {
    --heading-size: calc(1.75rem * var(--adjust-heading));
  }
}
.popup-chart__content .table-wrapper {
  border-top: var(--BORDER-WIDTH) solid var(--text);
  border-bottom: var(--BORDER-WIDTH) solid var(--text);
  padding: var(--inner) 0 calc(var(--inner) * 2);
  margin-bottom: calc(var(--inner) * 2);
  overflow-x: auto;
}
.popup-chart__content table {
  border: 0;
}
@media only screen and (max-width: 1023px) {
  .popup-chart__content table {
    min-width: 400px;
  }
}
.popup-chart__content tr:nth-child(even) {
  background: var(--text-alpha-5);
}
.popup-chart__content th,
.popup-chart__content td {
  border: 0;
  padding: 10px;
}
.popup-chart__content tbody tr:not(:first-child) th,
.popup-chart__content tbody tr:not(:first-child) td {
  padding-left: 20px;
}
.popup-chart__content .tabs__head {
  margin-bottom: 10px;
}
.popup-chart__content .tabs-scrollbar {
  text-align: left;
}
.popup-chart__content .tabs__nav {
  align-items: flex-start;
}
.popup-chart__content .tabs__link {
  margin-bottom: 0;
}
.popup-chart--quickview {
  position: absolute;
  left: 100%;
  z-index: 5;
}
@media only screen and (max-width: 767px) {
  .popup-chart--quickview {
    top: 100%;
    left: 0;
    z-index: 15;
    border-radius: 20px 20px 0 0;
    --drawer-transition: top 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);
  }
}
.popup-chart--quickview.is-open {
  transform: translateX(calc(-1 * (var(--drawer-width) + 400px)));
  transition: var(--drawer-transition), visibility 0.1s linear 0s;
}
@media only screen and (max-width: 767px) {
  .popup-chart--quickview.is-open {
    top: 0;
    transform: none;
  }
}
@media only screen and (max-width: 767px) {
  .popup-chart--quickview .drawer__close-button svg {
    transform: rotate(90deg);
  }
}
.popup-chart--quickview .drawer__close-button:hover svg {
  transform: translateX(5px);
}
@media only screen and (max-width: 767px) {
  .popup-chart--quickview .drawer__close-button:hover svg {
    transform: rotate(90deg) translateY(5px);
  }
}
/*
* Feature Block
*/
.product__feature {
  width: 100%;
  color: var(--text);
  background-color: var(--bg);
  margin-right: var(--inner);
}
.product__feature__icon__container {
  display: flex;
  align-items: center;
}
.product__feature__icon__container .product__icon {
  margin-right: 10px;
}
.product__feature__content {
  display: grid;
  gap: var(--grid-gutter);
}
.product__feature__content p {
  font-size: calc(0.9rem * var(--adjust-body));
  margin: 0;
}
.product__feature__heading h5 {
  font-family: var(--FONT-STACK-HEADING);
  font-weight: var(--FONT-WEIGHT-HEADING);
  font-style: var(--FONT-STYLE-HEADING);
  margin: 0;
}
.product__features.flickity-enabled {
  --max-bottom-padding: max(54px, var(--padding-bottom));
  padding-bottom: var(--max-bottom-padding);
}
.product__features.flickity-enabled .flickity-page-dots {
  bottom: calc(var(--max-bottom-padding) - 28px);
}
/*
* Product form
*/
:root {
  --form-top: 14px;
  --form-left: 20px;
  --form-margin: 24px;
  --form-padding-mobile: 6px;
  --form-margin-mobile: 16px;
}
/*
* Notification form for Sold out
*/
.product__notification {
  position: relative;
  background: var(--bg);
  padding: var(--gutter);
  max-width: 500px;
  width: 100%;
  text-align: center;
  margin: auto;
}
.product__notification .contact-form {
  text-align: left;
}
.product__notification label {
  display: block;
  font-size: calc(0.875rem * var(--adjust-body));
  margin-bottom: 15px;
}
.product__notification .input-group {
  max-width: 100%;
  flex-direction: column;
}
.product__notification .input-group__item {
  max-width: 100%;
}
.product__notification .input-group__field {
  border: var(--BORDER-WIDTH) solid var(--border);
  border-radius: var(--RADIUS);
}
.product__notification .input-group__item--btn {
  margin-top: var(--form-top);
  flex: 1;
  max-width: 100%;
  width: 100%;
}
.product__notification button[type="submit"] {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .product__notification {
    padding: var(--gutter-mobile);
  }
}
.product__notification .contact-form {
  margin-top: 16px;
}
.product__notification__title {
  font-size: calc(2rem * var(--adjust-heading));
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .product__notification__title {
    padding: 0 var(--inner-mobile);
  }
}
.product__notification__subtitle {
  font-size: calc(1rem * var(--adjust-body));
  margin: 5px 0 0;
}
.product__notification__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  padding: 5px;
  opacity: 1;
  text-indent: 0;
  color: inherit;
  background: none;
}
.product__notification__close:hover .icon-close {
  transform: rotate(90deg);
}
@media only screen and (max-width: 767px) {
  .product__notification__close {
    top: 10px;
    right: 10px;
    width: 25px;
    height: 25px;
  }
}
.product__notification__message {
  display: none;
  margin: var(--gutter) 0;
  text-align: center;
}
.template-product .pswp--success .product__notification__form {
  display: none;
}
.template-product .pswp--success .product__notification__message {
  display: block;
}
/*
* Quantity
*/
.quantity__selector {
  display: block;
  width: 100%;
  padding: var(--form-top) 32px;
  font-size: calc(0.875rem * var(--adjust-body));
  text-align: center;
  letter-spacing: 0.02em;
  line-height: 1.3;
}
.quantity__selector input[type="number"]::-webkit-outer-spin-button,
.quantity__selector input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity__selector input[type="number"] {
  -moz-appearance: textfield;
}
.quantity__btn {
  height: 50%;
  width: 44px;
  color: inherit;
}
.quantity__btn--decrease,
.quantity__btn--increase {
  position: absolute;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.quantity__btn--decrease {
  left: 0;
}
.quantity__btn--increase {
  right: 0;
}
.product__form {
  --form-top: 10px;
  display: grid;
  grid-template-columns: minmax(0, 100%);
  gap: var(--form-margin);
  position: relative;
}
.product__form .btn--submit {
  position: relative;
  width: 100%;
  transition: color 0.3s ease, border 0.3s ease, background 0.3s linear;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.product__form .btn--submit:hover .submit-button__icon {
  margin-left: 5px;
}
.product__form .btn--submit span {
  transition: opacity 0.3s ease;
}
.product__form .btn--submit.is-loading {
  opacity: 0.6;
  cursor: default;
  background: transparent;
}
.product__form .btn--submit.is-loading span {
  opacity: 0;
  transition: opacity 0s;
}
.product__form .btn--submit.is-loading::before {
  content: none;
}
.product__form .btn--submit .loader--line {
  transition: opacity 0.3s ease, visibility 0s linear 0s;
  animation: auto;
}
.product__form .btn--submit .loader--line {
  transition: opacity 0.3s ease, visibility 0s linear 0s;
  border: none;
}
.product__form .btn,
.product__form .shopify-payment-button__button--unbranded,
.product__form .shopify-payment-button {
  width: 100%;
}
.product__form .errors {
  margin-bottom: 0;
}
.product__form__select {
  display: none;
}
.shop-pay-terms {
  font-size: calc(0.875rem * var(--adjust-body));
}
.shop-pay-terms:empty {
  display: none;
}
@media only screen and (max-width: 767px) {
  .product__form {
    gap: var(--form-margin-mobile);
  }
  .product__form .btn--submit {
    padding: 5.033px 6.292px;
    border-radius: 62.917px;
    background: var(--bg-secondary);
    gap: 5px;
    border: 1px solid var(--bg-secondary);
    letter-spacing: 0;
  }
  .product__form .btn--submit .submit-button__icon svg,
  .product__submit__item.view-more-stores__button svg {
    width: 7.7px;
    height: 9.028px;
  }
  .product__form .btn--submit .submit-button__icon path {
    fill: var(--bg);
  }
}
/*
* Submit buttons
*/
.product__submit__holder--spb .shopify-payment-button__button--unbranded {
  border: var(--BORDER-WIDTH) solid transparent;
  padding: var(--form-top) var(--form-left);
}
.shopify-payment-button__more-options {
  font-size: calc(0.85rem * var(--adjust-body)) !important;
  margin-top: 5px !important;
}
.product__submit__buttons {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  margin-right: calc(var(--form-left) * -1);
  position: relative;
}
@media only screen and (max-width: 479px) {
  .product__submit__buttons {
    display: grid;
    grid-template-columns: minmax(0, 100%);
    gap: var(--form-margin-mobile);
    width: 100%;
  }
}
.product__submit__buttons .shopify-payment-button__button--hidden {
  display: none;
}
.product__submit__item {
  max-width: 253px;
  width: auto;
  flex-grow: 1;
}
.product__submit__item.btn--white.btn--solid-border {
  position: relative;
}
@media screen and (min-width: 768px) {
  .product__submit__buttons .shiprocketbtn {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .product__submit__item {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .product__submit__item:last-child {
    margin-bottom: 0;
    margin-right: 0;
  }
}
.product__submit__item .loader--line {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 80%;
  margin: auto;
}
/*
* Form errors
*/
.product__form__errors {
  overflow: hidden;
  position: relative;
  text-align: left;
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  transition: max-height 0.3s, visibility 0.3s, opacity 0.3s, margin 0.3s;
}
.product__form__errors.is-visible {
  max-height: 500px;
  visibility: visible;
  opacity: 1;
  transition: max-height 0.3s 0.3s, visibility 0.3s 0.3s, opacity 0.3s 0.3s,
    margin 0.3s 0.3s;
}
@media only screen and (max-width: 479px) {
  .product__form__errors {
    max-width: 390px;
  }
}
.product__form__errors .errors {
  max-width: 100%;
  margin: var(--form-margin) 0;
  padding: 15px 40px 15px 15px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .product__form__errors .errors {
    --form-margin: var(--form-margin-mobile);
  }
}
.product__form__errors .errors__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  padding: 5px;
  z-index: 20;
  cursor: pointer;
}
.product__form__errors .errors__close .icon-close {
  width: 100%;
  height: 100%;
}
.product__form__errors .errors__close:hover .icon-close {
  transform: rotate(90deg);
}
/*
* Form success
*/
.product__add__success {
  display: flex;
  align-items: stretch;
  background: var(--bg);
  border-left: var(--BORDER-WIDTH) solid var(--border);
  border-bottom: var(--BORDER-WIDTH) solid var(--border);
}
@media only screen and (max-width: 767px) {
  .product__add__success {
    border-left: none;
  }
}
.product__add__success__image {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .product__add__success__image {
    display: none;
  }
}
.product__add__success__image-bg {
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.product__add__success__content {
  width: 50%;
  padding: 50px;
}
@media only screen and (max-width: 767px) {
  .product__add__success__content {
    width: 100%;
    padding: 15px 20px;
  }
}
.product__add__success--hide {
  display: none;
}
/*
* Variant States
*/
.variant--soldout .quantity-selector label,
.variant--soldout .quantity-selector input,
.variant--soldout .quantity-selector button,
.variant--soldout .shopify-payment-button label,
.variant--soldout .shopify-payment-button input,
.variant--soldout .shopify-payment-button button,
.variant--soldout .product__price label,
.variant--soldout .product__price input,
.variant--soldout .product__price button,
.variant--unavailabe .quantity-selector label,
.variant--unavailabe .quantity-selector input,
.variant--unavailabe .quantity-selector button,
.variant--unavailabe .shopify-payment-button label,
.variant--unavailabe .shopify-payment-button input,
.variant--unavailabe .shopify-payment-button button,
.variant--unavailabe .product__price label,
.variant--unavailabe .product__price input,
.variant--unavailabe .product__price button {
  cursor: default;
}
.variant--soldout .product__submit__add,
.variant--soldout .product__submit__add:hover,
.variant--unavailabe .product__submit__add,
.variant--unavailabe .product__submit__add:hover {
  border-color: transparent;
  background: linear-gradient(0deg, #D2D2D2 0%, #D2D2D2 100%), linear-gradient(46deg, #F2683E 50.95%, #FFBB32 80.52%), #FF4A00;
  color: #fff;
  cursor: not-allowed;
  pointer-events: none;
}
.variant--soldout .product__submit__add > *,
.variant--soldout .product__submit__add:hover > *,
.variant--unavailabe .product__submit__add > *,
.variant--unavailabe .product__submit__add:hover > * {
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .variant--soldout .product__submit__add,
  .variant--soldout .product__submit__add:hover,
  .variant--unavailabe .product__submit__add,
  .variant--unavailabe .product__submit__add:hover {
    transform: none;
    pointer-events: none;
  }
}
.variant--soldout .product__submit__add::before,
.variant--unavailabe .product__submit__add::before {
  background-color: var(--text-alpha-25);
}
.variant--soldout .shopify-payment-button,
.variant--unavailabe .shopify-payment-button {
  position: relative;
  pointer-events: none;
}
.variant--soldout .shopify-payment-button::after,
.variant--unavailabe .shopify-payment-button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}
.variant--soldout .product__submit__holder--notification .product__submit__add,
.variant--soldout
  .product__submit__holder--notification
  .product__submit__add:hover {
  cursor: pointer;
  pointer-events: auto;
}
.variant--unavailabe .product__price {
  opacity: 0;
}
/*================ Product Upsell ================*/
.body--rounded-corners .upsell__products {
  overflow: initial;
}
.upsell__products .flickity-page-dots {
  --text: var(--COLOR-TEXT);
  bottom: -28px;
}
@media only screen and (min-width: 1440px) {
  .upsell__products .product-upsell__holder:only-child,
  .upsell__products .upsell__products__slider {
    max-width: 630px;
  }
}
.upsell__products--slider {
  padding-bottom: max(54px, var(--padding-bottom));
}
.product-upsell__holder {
  --heading: var(--upsells-text);
  --text-lighten: var(--upsells-text-lighten);
  --disabled-grey-darken: var(--upsells-disabled-grey-darken);
  --inner: 12px;
  --border-color: var(--upsells-border, transparent);
  border: var(--BORDER-WIDTH) solid var(--border-color);
  padding: var(--inner);
  width: 100%;
  background-color: var(--upsells-bg);
  color: var(--upsells-text);
  transition: opacity 0.3s;
}
.product-upsell__holder.fade-out {
  opacity: 0;
}
.product-upsell__holder__title {
  font-weight: var(--FONT-WEIGHT-HEADING);
  --heading-size: calc(1rem * var(--adjust-heading));
  font-size: var(--heading-size);
}
@media only screen and (max-width: 767px) {
  .product-upsell__holder__title {
    --heading-size: calc(0.875rem * var(--adjust-heading));
  }
}
.product-upsell {
  min-height: calc(
    var(--UPSELLS-HEIGHT) - 2 * (var(--inner) + var(--BORDER-WIDTH))
  );
  position: relative;
  display: flex;
  justify-content: flex-start;
}
.product-upsell__content {
  position: relative;
  z-index: 2;
  flex: 0 0 calc(100% - var(--UPSELLS-IMAGE-WIDTH));
  max-width: calc(100% - var(--UPSELLS-IMAGE-WIDTH));
  padding: 5px 10px;
  font-size: calc(1rem * var(--adjust-body));
}
.product-upsell__image {
  position: relative;
  margin: 0 0 0 auto;
  max-width: var(--UPSELLS-IMAGE-WIDTH);
  flex: 0 0 var(--UPSELLS-IMAGE-WIDTH);
  display: block;
  background-color: var(--upsells-bg);
  filter: brightness(var(--product-filter-bg));
  overflow: hidden;
}
.product-upsell__title {
  font-family: var(--FONT-STACK-HEADING);
  font-weight: var(--FONT-WEIGHT-HEADING);
  font-style: var(--FONT-STYLE-HEADING);
  font-size: calc(1rem * var(--adjust-heading));
  margin-bottom: 5px;
}
.product-upsell__subtitle {
  margin: 0 0 10px;
  font-size: calc(0.75rem * var(--adjust-body));
}
.product-upsell__variant-title {
  color: var(--text-lighten);
  font-size: calc(0.8rem * var(--adjust-body));
  margin: 0;
}
.product-upsell__variant-title span {
  display: inline-block;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  margin: 0 4px;
  background-color: currentcolor;
  vertical-align: middle;
  opacity: 0.8;
}
.product-upsell__price {
  margin: 0 0 10px;
}
.product-upsell__btn {
  font-size: calc(0.875rem * var(--adjust-button));
  min-width: 0;
  margin-top: 10px;
}
@media only screen and (max-width: 479px) {
  .product-upsell__btn {
    width: auto;
  }
}
.product-upsell__btn.btn--small {
  --top-bottom-padding: 6px;
  --left-right-padding: 20px;
}
.product-upsell__btn.btn--medium {
  --top-bottom-padding: 9px;
  --left-right-padding: 26px;
}
.product-upsell__btn.btn--large {
  --top-bottom-padding: 12px;
  --left-right-padding: 28px;
}
.product-upsell__btn-hidden {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 80%;
  opacity: 0;
  white-space: nowrap;
}
.product-upsell__btn-progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content-visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.product-upsell__btn-check {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 8px;
  border-left: var(--BORDER-WIDTH) solid var(--white);
  border-bottom: var(--BORDER-WIDTH) solid var(--white);
  margin-top: -2px;
  transform: translate(-50%, -50%) rotate(-45deg);
  opacity: 0;
}
.product-upsell__btn.is-success,
.product-upsell__btn.is-success:disabled,
.product-upsell__btn.is-success:disabled:hover {
  --btn-text: var(--SECONDARY-BUTTONS-COLOR-BG);
  --btn-bg: var(--SECONDARY-BUTTONS-COLOR-TEXT);
  --btn-border: var(--SECONDARY-BUTTONS-COLOR-TEXT);
}
.product-upsell__btn.is-loading .svg-loader circle {
  stroke: var(--SECONDARY-BUTTONS-COLOR-ALPHA-50);
}
.product-upsell__btn.is-loading .svg-loader circle ~ circle {
  stroke: var(--SECONDARY-BUTTONS-COLOR-TEXT);
}
.product-upsell__btn.is-loading,
.product-upsell__btn.is-loading:disabled,
.product-upsell__btn.is-loading:disabled:hover,
.product-upsell__btn.btn--secondary.is-loading:hover {
  --btn-text: var(--SECONDARY-BUTTONS-COLOR-TEXT);
  --btn-bg: var(--SECONDARY-BUTTONS-COLOR-BG);
}
.product-upsell__btn.btn--secondary.is-loading:hover,
.btn--secondary
  .product-upsell__btn.is-loading.shopify-payment-button__button--unbranded:hover {
  transition: none;
}
.product-upsell__btn.btn--secondary.is-loading:hover:before,
.btn--secondary
  .product-upsell__btn.is-loading.shopify-payment-button__button--unbranded:hover:before {
  transform-origin: unset;
  transform: scaleY(0);
}
.product-upsell__btn.is-success > .product-upsell__btn-text,
.product-upsell__btn.is-success > .product-upsell__btn-price {
  opacity: 0;
}
.product-upsell__btn.is-success > .product-upsell__btn-check {
  opacity: 1;
  border-left-color: currentcolor;
  border-bottom-color: currentcolor;
}
.product-upsell__btn.is-loading {
  pointer-events: none;
}
.product-upsell__btn.is-loading > .product-upsell__btn-text,
.product-upsell__btn.is-loading > .product-upsell__btn-price,
.product-upsell__btn.is-loading > .product-upsell__btn-check {
  opacity: 0;
}
.product-upsell__btn.is-loading > .product-upsell__btn-progress {
  opacity: 1;
  content-visibility: visible;
}
.product-upsell__btn.is-loading
  > .product-upsell__btn-progress
  circle
  ~ circle {
  animation-play-state: running;
}
.product-upsell__out-of-stock {
  display: none;
  color: var(--disabled-grey-darken);
  margin: 8px 0 0;
  font-size: inherit;
}
.product-upsell__btn.is-hidden {
  display: none;
}
.product-upsell__btn.is-hidden ~ .product-upsell__out-of-stock {
  display: block;
}
.product-upsell__unavailable {
  margin: 0;
  font-size: calc(0.875rem * var(--adjust-body));
  opacity: 0.65;
}
.product-upsell__errors {
  overflow: hidden;
  visibility: hidden;
  position: relative;
  max-height: 0;
  border: var(--BORDER-WIDTH) solid var(--error);
  border-radius: var(--RADIUS-CHECKBOX);
  background-color: var(--error-bg);
  color: var(--error);
  opacity: 0;
  transition: all 0.3s;
}
.product-upsell__errors.is-visible {
  visibility: visible;
  max-height: 100vh;
  margin: 10px 0;
  opacity: 1;
}
.product-upsell__errors .errors {
  padding: 10px 40px 10px 10px;
  margin: 0;
  border: none;
  text-align: left;
}
.product-upsell__errors .errors__close {
  position: absolute;
  top: 4px;
  right: 12px;
  width: 20px;
  height: 20px;
  padding: 5px;
  z-index: 20;
  cursor: pointer;
}
.product-upsell__errors .icon {
  width: 100%;
  height: 100%;
}
/* Cart */
.product-upsell__holder--cart .product-upsell,
.product-upsell__holder--cart .product-upsell__errors.is-visible {
  margin-bottom: 0;
}
.product-upsell__holder--cart .product-upsell__title {
  font-size: calc(0.815rem * var(--adjust-body));
}
.product-upsell__holder--cart .product-upsell__btn,
.product-upsell__holder--cart .product-upsell__variant-title {
  font-size: calc(0.6875rem * var(--adjust-body));
}
/*================ Siblings - PDP ================*/
.siblings {
  --swatch: var(--text);
  --swatch-size: 44px;
  --inner-offset: calc(var(--BORDER-WIDTH) + 2px);
  --swatches-gap: 12px;
  border: 0;
  margin: 0 0 calc(-1 * var(--swatches-gap));
  padding: 0;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.siblings__legend {
  flex: 0 0 100%;
}
.siblings__button {
  position: relative;
  width: var(--swatch-size);
  height: var(--swatch-size);
  min-width: var(--swatch-size);
  display: block;
}
.siblings__button .lazy-image {
  height: 100%;
}
.siblings__swatch {
  margin: 0 var(--swatches-gap) var(--swatches-gap) 0;
  overflow: hidden;
}
.siblings__swatch:last-child {
  margin-right: 0;
}
.siblings__swatch[aria-current="true"] {
  cursor: default;
}
.siblings__swatch[aria-current="true"] .siblings__button:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: var(--swatch-size);
  height: var(--swatch-size);
  min-width: var(--swatch-size);
  border: var(--BORDER-WIDTH) solid var(--swatch);
  z-index: 10;
}
.siblings__swatch[aria-current="true"] .siblings__button {
  border: var(--inner-offset) solid var(--bg);
}
.siblings__swatch--sold-out img {
  opacity: 0.8;
}
.siblings__swatch--sold-out .siblings__button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: var(--BORDER-WIDTH);
  height: 100%;
  border-radius: 0;
  background: var(--text);
  transform: translate(-50%, -50%) rotate(45deg);
}
.siblings__swatch--sold-out[aria-current="true"] .siblings__button:before {
  height: calc(100% + 2 * var(--inner-offset));
}
.siblings__swatch--circle img,
.siblings__swatch--circle svg {
  border-radius: 50%;
  overflow: hidden;
}
.siblings__swatch--circle .siblings__button,
.siblings__swatch--circle .siblings__button:after {
  border-radius: 50%;
}
.siblings__swatch--colors {
  --swatch: #ccc;
}
.siblings__swatch--colors .icon-check {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  transform: translate(-50%, -50%);
}
.siblings__swatch--colors .siblings__button {
  background: var(--swatch) no-repeat center center/cover;
}
.siblings__swatch--rectangle {
  --swatch-size: 56px;
  --rectangle-ratio: calc(var(--swatch-size) / 1.6);
}
.siblings__swatch--rectangle svg,
.siblings__swatch--rectangle .siblings__button,
.siblings__swatch--rectangle[aria-current="true"] .siblings__button:after {
  height: var(--rectangle-ratio);
}
.siblings__swatch--rectangle[aria-current="true"] svg {
  height: calc(var(--rectangle-ratio) - var(--inner-offset) * 2);
}
.siblings__swatch--rectangle.siblings__swatch--sold-out
  .siblings__button:before {
  --offset-diagonals: calc(var(--inner-offset) * 1.4);
  height: calc(var(--swatch-size) + var(--offset-diagonals) * 2);
  transform: translate(-50%, -50%) rotate(59deg);
}
.palette--light
  .siblings__swatch--colors
  .siblings__button[data-swatch="white" i] {
  border: var(--BORDER-WIDTH) solid var(--COLOR-BORDER);
}
.palette--light
  .siblings__swatch--colors[aria-current="true"]
  .siblings__button[data-swatch="white" i] {
  border: var(--inner-offset) solid var(--COLOR-BLACK-ALPHA-10);
}
.palette--light
  .siblings__swatch--colors[aria-current="true"]
  .siblings__button[data-swatch="white" i]:after {
  border-color: var(--COLOR-BLACK);
}
.palette--light
  .siblings__swatch--colors.siblings__swatch--sold-out
  .siblings__button[data-swatch="black" i]:before {
  background: var(--COLOR-WHITE);
}
.palette--light
  .siblings__swatch--image[aria-current="true"]
  .siblings__button[data-swatch="white" i]:after {
  border-color: var(--text);
}
.palette--dark
  .siblings__swatch--colors
  .siblings__button[data-swatch="black" i] {
  border: var(--BORDER-WIDTH) solid var(--COLOR-BORDER);
}
.palette--dark
  .siblings__swatch--colors[aria-current="true"]
  .siblings__button[data-swatch="black" i] {
  border: var(--inner-offset) solid var(--COLOR-WHITE-ALPHA-50);
}
.palette--dark
  .siblings__swatch--colors[aria-current="true"]
  .siblings__button[data-swatch="black" i]:after {
  border-color: var(--COLOR-WHITE);
}
.palette--dark
  .siblings__swatch--colors.siblings__swatch--sold-out
  .siblings__button[data-swatch="white" i]:before {
  background: var(--COLOR-BLACK);
}
.palette--dark
  .siblings__swatch--image[aria-current="true"]
  .siblings__button[data-swatch="black" i]:after {
  border-color: var(--text);
}
.products-list-section {
  background-color: var(--bg);
}
.products-list__heading {
  margin-bottom: 15px;
  text-align: left;
}
.products-list__tabs {
  padding: 0 50px 0 0;
  width: 50%;
}
@media only screen and (max-width: 1023px) {
  .products-list__tabs {
    width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .products-list__nav__wrapper {
    overflow: hidden;
    margin-left: calc(var(--gutter-mobile) * -1);
    margin-right: calc(var(--gutter-mobile) * -1);
  }
}
.products-list__nav {
  margin-left: 0;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .products-list__nav {
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
    padding: 0 var(--gutter-mobile);
    scrollbar-width: none;
    -ms-overflow-style: none;
    /* for Internet Explorer, Edge */
  }
  .products-list__nav::-webkit-scrollbar {
    display: none;
    /* for Chrome, Safari, and Opera */
  }
}
.products-list__nav__button {
  --underline-thickness: var(--BORDER-WIDTH);
  margin-bottom: 9px;
  text-align: left;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  word-break: break-word;
}
.products-list__nav__button span {
  opacity: 0.5;
  transition: opacity 0.3s ease, background-size 0.3s ease;
  background: linear-gradient(to bottom, currentColor, currentColor);
  background-size: 100% 0em;
  background-position: 0 100%;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .products-list__nav__button {
    font-size: calc(1.4375rem * var(--adjust-heading));
    font-weight: var(--FONT-WEIGHT-BODY-MEDIUM);
    margin-right: var(--grid-gutter);
    margin-bottom: 0;
    white-space: nowrap;
  }
  .products-list__nav__button:last-child {
    margin: 0;
  }
}
.products-list__nav__button:hover span,
.products-list__nav__button--active span {
  opacity: 1;
}
.products-list__nav__button--active span {
  background-size: 100% var(--underline-thickness);
}
.products-list__nav__button--active:only-child span {
  background-size: 100% 0em;
}
.products-list__nav__button--active:only-child:hover span {
  background-size: 100% var(--underline-thickness);
}
.products-list__container {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .products-list__container {
    padding-right: calc((100% + var(--gutter)) / 2);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .products-list__container {
    padding-right: calc((100% + var(--gutter-mobile)) / 2);
  }
}
.products-list__item {
  display: none;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.products-list__item .flickity-slider .products-list__item__image,
.products-list__item .flickity-slider .products-list__item__content {
  width: 100%;
  opacity: 0 !important;
  transition: opacity 0.5s, z-index 1s;
}
.products-list__item .flickity-slider .products-list__item__image.is-selected,
.products-list__item
  .flickity-slider
  .products-list__item__content.is-selected {
  opacity: 1 !important;
}
.no-js .products-list__item {
  opacity: 1;
  visibility: visible;
  height: 100%;
  display: block;
}
.products-list__item:not(.products-list__item--active)
  .flickity-prev-next-button {
  display: none;
}
.products-list__item video {
  pointer-events: none;
}
.products-list__item--active {
  height: auto;
  overflow: initial;
  opacity: 1;
  visibility: visible;
  display: block;
}
.products-list__item__contents {
  position: relative;
}
.products-list__item__content {
  position: absolute;
  top: 0;
  opacity: 0;
  padding-top: 18px;
}
.products-list__item__content:first-child {
  position: relative;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .products-list__item__content {
    width: 66.6666666667%;
  }
}
.products-list__item__content .btn,
.products-list__item__content .shopify-payment-button__button--unbranded {
  margin-top: 50px;
}
.products-list__item__title {
  margin: 0;
}
.products-list__item__title-text {
  margin-right: 14px;
}
.products-list__item__description {
  margin: 0;
  font-size: calc(1.1rem * var(--adjust-body));
}
.products-list__item__description p {
  margin-bottom: 0;
}
.products-list__item__aside {
  position: relative;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .products-list__item__aside {
    position: absolute;
    right: 0;
    top: 0;
    width: calc((100% - var(--gutter)) / 2);
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .products-list__item__aside {
    width: calc((100% - var(--gutter-mobile)) / 2);
  }
}
.products-list__item__aside .placeholder-svg,
.products-list__item__aside .placeholder-svg-filled {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 200%;
  max-height: 200%;
  transform: translate(-50%, -50%);
}
.products-list__item__aside .product-single__media img {
  object-fit: cover;
}
.no-js .products-list__item__aside {
  position: initial;
}
.products-list__item__images--overlap .products-list__item__image--main {
  width: 75%;
}
.products-list__item__image {
  position: relative;
  filter: brightness(var(--filter-bg));
}
.products-list__item__image-bg {
  display: block;
  width: 100%;
  height: 0;
  padding-top: calc(var(--aspect-ratio) * 100%);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  filter: brightness(var(--filter-bg));
}
@media only screen and (min-width: 768px) {
  .products-list__item__image-bg {
    background-position: center center;
  }
}
.products-list__item__image--main {
  display: block;
}
.products-list__item__image--small {
  position: absolute;
  top: 50%;
  right: 0;
  width: 40%;
  transform: translateY(-50%);
}
.products-list__item__image--small .products-list__item__image__frame {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.products-list__price {
  margin-right: 12px;
}
.products-list__price:last-child {
  margin-right: 0;
}
.product-list__circle-text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .product-list__circle-text {
    top: calc(var(--gutter-mobile) * -1);
    left: calc(var(--gutter-mobile) * -1);
    transform: none;
  }
}
/*================ Promotion Row ================*/
.promotion-row {
  background: var(--bg);
}
@media only screen and (max-width: 767px) {
  .promotion-row__inner {
    overflow: hidden;
    margin: 0 calc(var(--gutter-mobile) * -1);
  }
}
.promotion-row__grid {
  grid-template-columns: minmax(0, 1fr);
}
@media only screen and (min-width: 768px) {
  .promotion-row__grid {
    display: grid;
    gap: var(--grid-gutter);
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .promotion-row__grid.grid--mobile {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto;
  }
}
.promotion-row__item {
  width: 100%;
  min-height: var(--min-height);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg);
  color: var(--text);
  margin-right: 0;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .promotion-row__item:not(:last-child) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .promotion-row__item {
    min-height: 0;
  }
}
@media only screen and (max-width: 767px) {
  .carousel--mobile .promotion-row__item.carousel__item {
    width: var(--item-width-mobile);
    display: flex;
  }
}
.promotion-row__item__link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 5;
}
.promotion-row__item__image-bg {
  display: flex;
  align-items: center;
  justify-content: center;
}
.promotion-row__item__content {
  width: 100%;
  padding: var(--inner);
  position: relative;
  z-index: 5;
}
@media only screen and (max-width: 767px) {
  .promotion-row__item__content {
    padding: calc(var(--inner) * 1.5);
  }
}
.promotion-row__item__link ~ .promotion-row__item__content {
  pointer-events: none;
}
.promotion-row__item__link ~ .promotion-row__item__content a {
  pointer-events: auto;
}
.promotion-row__item--1 {
  grid-area: column1;
}
.promotion-row__item--2 {
  grid-area: column2;
}
.promotion-row__item--3 {
  grid-area: column3;
}
.promotion-row__item--4 {
  grid-area: column4;
}
@media only screen and (max-width: 767px) {
  .promotion-row__inner--1 {
    margin: 0;
  }
}
.promotion-row__inner--1 .promotion-row__grid {
  display: block;
}
@media only screen and (max-width: 767px) {
  .promotion-row__inner--1 .promotion-row__grid {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .promotion-row__inner--1 .carousel--mobile {
    padding: 0;
    overflow: visible;
    gap: 0;
  }
}
.promotion-row__inner--1 .promotion-row__item.carousel__item,
.promotion-row__inner--1 .promotion-row__item {
  width: 100%;
}
.promotion-row__inner--2 .promotion-row__grid {
  grid-template-areas: "column1" "column2";
}
@media only screen and (min-width: 768px) {
  .promotion-row__inner--2 .promotion-row__grid {
    grid-template-areas: "column1 column1 column2 column2";
  }
}
.promotion-row__inner--3 .promotion-row__grid {
  grid-template-areas: "column1" "column2" "column3";
}
@media only screen and (min-width: 768px) {
  .promotion-row__inner--3 .promotion-row__grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-template-areas: "column1 column1 column1 column1 column2 column2 column2 column2 column3 column3 column3 column3";
  }
}
.promotion-row__inner--4 .promotion-row__grid {
  grid-template-areas: "column1" "column2" "column3" "column4";
}
@media only screen and (min-width: 768px) {
  .promotion-row__inner--4 .promotion-row__grid {
    grid-template-areas: "column1 column2 column3 column4";
  }
}
@media only screen and (min-width: 1024px) {
  .promotion-row__inner--2 .promotion-row__grid--enlarge-1 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-areas: "column1 column1 column2";
  }
}
@media only screen and (min-width: 1024px) {
  .promotion-row__inner--2 .promotion-row__grid--enlarge-2 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-areas: "column1 column2 column2";
  }
}
@media only screen and (min-width: 1024px) {
  .promotion-row__inner--3 .promotion-row__grid--enlarge-1 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-areas: "column1 column1 column2 column3";
  }
}
@media only screen and (min-width: 1024px) {
  .promotion-row__inner--3 .promotion-row__grid--enlarge-2 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-areas: "column1 column2 column2 column3";
  }
}
@media only screen and (min-width: 1024px) {
  .promotion-row__inner--3 .promotion-row__grid--enlarge-3 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-areas: "column1 column2 column3 column3";
  }
}
@media only screen and (min-width: 768px) {
  .promotion-row__inner--4 .promotion-row__grid--enlarge-1 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-areas: "column1 column1 column1" "column2 column3 column4";
  }
}
@media only screen and (min-width: 768px) {
  .promotion-row__inner--4 .promotion-row__grid--enlarge-2 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-areas: "column2 column2 column2" "column1 column3 column4";
  }
}
@media only screen and (min-width: 768px) {
  .promotion-row__inner--4 .promotion-row__grid--enlarge-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-areas: "column1 column2 column4" "column3 column3 column3";
  }
}
@media only screen and (min-width: 768px) {
  .promotion-row__inner--4 .promotion-row__grid--enlarge-4 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-areas: "column1 column2 column3" "column4 column4 column4";
  }
}
.promotion-row__item__content p {
  margin: 0 0 calc(var(--inner) / 2);
}
.promotion-row__item__heading {
  color: var(--text);
  margin-bottom: calc(var(--inner) / 2);
  line-height: 1.2;
}
.promotion-row__item__heading.text-highlight-wrapper--circle {
  z-index: -1;
}
@media only screen and (max-width: 1439px) {
  .promotion-row__inner--4
    .promotion-row__grid--enlarge-none
    .promotion-row__item__heading {
    font-size: calc(1.4rem * var(--adjust-heading));
  }
}
@media only screen and (max-width: 767px) {
  .promotion-row__inner--4
    .promotion-row__grid--enlarge-none
    .promotion-row__item__heading {
    font-size: calc(1.25rem * var(--adjust-heading));
  }
}
@media only screen and (max-width: 1439px) {
  .promotion-row__inner--4
    .promotion-row__grid--enlarge-none
    .promotion-row__item__heading
    sup {
    font-size: calc(0.6rem * var(--adjust-heading));
  }
}
@media only screen and (max-width: 767px) {
  .promotion-row__inner--4
    .promotion-row__grid--enlarge-none
    .promotion-row__item__heading
    sup {
    font-size: calc(0.5rem * var(--adjust-heading));
  }
}
@media only screen and (max-width: 1439px) {
  .promotion-row__inner--4
    .promotion-row__grid--enlarge-none
    .promotion-row__item__heading
    small {
    font-size: calc(0.6rem * var(--adjust-heading));
    margin-left: calc(-0.8rem * var(--adjust-heading));
  }
}
@media only screen and (max-width: 767px) {
  .promotion-row__inner--4
    .promotion-row__grid--enlarge-none
    .promotion-row__item__heading
    small {
    font-size: calc(0.5rem * var(--adjust-heading));
    margin-left: calc(-0.75rem * var(--adjust-heading));
  }
}
@media only screen and (max-width: 1023px) {
  .promotion-row__inner--4 .carousel--mobile {
    --item-width-mobile: calc(
      (var(--wrapper-width) - var(--grid-gutter)) / 2.2
    );
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    gap: normal;
    margin: 0;
    overflow-x: scroll;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scroll-padding: var(--gutter-mobile);
    padding-left: var(--gutter-mobile);
    scrollbar-width: none;
    -ms-overflow-style: none;
    /* for Internet Explorer, Edge */
  }
  .promotion-row__inner--4 .carousel--mobile::-webkit-scrollbar {
    display: none;
    /* for Chrome, Safari, and Opera */
  }
  .promotion-row__inner--4 .carousel--mobile .grid__item,
  .promotion-row__inner--4 .carousel--mobile .carousel__item {
    float: none;
    flex: 0 0 auto;
    scroll-snap-align: start;
    margin-right: var(--grid-gutter);
    padding-bottom: 0;
    width: var(--item-width-mobile);
  }
  .promotion-row__inner--4 .carousel--mobile .grid__item:last-child,
  .promotion-row__inner--4 .carousel--mobile .carousel__item:last-child {
    margin-right: 0;
  }
  .promotion-row__inner--4 .carousel--mobile:after {
    content: "";
    display: block;
    position: relative;
    padding-right: var(--gutter-mobile);
  }
}
@media only screen and (max-width: 767px) {
  .promotion-row__inner--4 .carousel--mobile {
    --item-width-mobile: calc(var(--wrapper-width) - var(--grid-gutter));
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .promotion-row__inner--4 .promotion-row__grid--enlarge-none.grid--mobile {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-areas: "column1 column2" "column3 column4";
  }
}
.promotion-row__item__heading.text-highlight-wrapper--squiggle
  .text-highlight__icon {
  bottom: -5px;
}
.promotion-row__item__heading.text-highlight-wrapper--squiggle {
  margin-bottom: calc(var(--heading-margin) + 5px);
}
.promotion-row__item__heading sup {
  top: -1.1em;
  font-size: calc(0.65rem * var(--adjust-heading));
  line-height: 1;
  margin-left: 5px;
}
@media only screen and (max-width: 1439px) {
  .promotion-row__item__heading sup {
    top: -1em;
    font-size: calc(0.6rem * var(--adjust-heading));
  }
}
@media only screen and (max-width: 767px) {
  .promotion-row__item__heading sup {
    font-size: calc(0.5rem * var(--adjust-heading));
  }
}
.promotion-row__item__heading small {
  font-size: calc(0.65rem * var(--adjust-heading));
  margin-left: calc(-0.85rem * var(--adjust-heading));
}
@media only screen and (max-width: 1439px) {
  .promotion-row__item__heading small {
    font-size: calc(0.6rem * var(--adjust-heading));
  }
}
@media only screen and (max-width: 767px) {
  .promotion-row__item__heading small {
    font-size: calc(0.5rem * var(--adjust-heading));
    margin-left: calc(-0.75rem * var(--adjust-heading));
  }
}
.promotion-row__item-description {
  margin-bottom: var(--inner);
}
.promotion-row__item__button {
  margin-left: 0;
  margin-right: 0;
}
.promotion-row__item__button:not(:last-child) {
  margin-bottom: calc(var(--inner) / 2);
}
.promotion-row__item__content > :last-child {
  margin-bottom: 0;
}
.pswp {
  z-index: 10000;
}
.pswp .pswp__bg {
  background: var(--black-alpha-60);
}
.pswp .pswp__zoom-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.pswp .pswp__custom-inner {
  max-width: 920px;
  width: 100%;
  padding: 0 10px;
  margin: 0 auto;
  font-size: 0;
  text-align: center;
}
.pswp .pswp__custom-inner:before {
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
  content: "";
}
.pswp .pswp__custom-content {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.pswp .pswp__custom-iframe-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.pswp .pswp__custom-iframe-outer > video,
.pswp .pswp__custom-iframe-outer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pswp .pswp__button {
  display: none;
  padding: 0;
  line-height: 1;
  font-size: 100%;
}
.pswp .pswp__custom-close {
  display: block;
  position: absolute;
  top: 8px;
  right: 8px;
  width: 44px;
  height: 44px;
  padding: 12px;
  z-index: 4;
  border: 0;
  background-color: var(--bg);
  color: var(--text);
  text-align: center;
}
.pswp .pswp__custom-close:hover .icon-close {
  transform: rotate(90deg);
}
.pswp .pswp__counter {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  white-space: nowrap;
  font-size: calc(0.875rem * var(--adjust-body));
  line-height: 24px;
  padding: 10px 20px;
  color: var(--text);
  background: var(--text-alpha-5);
}
.pswp .pswp__loader {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: opacity 0.4s, visibility 0.4s;
}
.pswp .pswp__loader .loader__image {
  visibility: initial;
}
.pswp--not-close-btn .pswp__custom-close {
  display: none;
}
.pswp[data-pswp-option-classes*="pswp-zoom-gallery"] {
  position: fixed;
  display: block;
  opacity: 1 !important;
}
.pswp[data-pswp-option-classes*="pswp-zoom-gallery"] .pswp__img--placeholder {
  display: none;
}
.pswp-zoom-gallery .pswp__loader {
  opacity: 0;
  visibility: hidden;
  transition-delay: 0.8s;
}
.pswp[data-pswp-option-classes*="pswp-zoom-gallery"] .pswp__loader,
.pswp-zoom-gallery .pswp__loader {
  z-index: 5;
  display: block;
  background: var(--bg);
}
.pswp[data-pswp-option-classes*="pswp-zoom-gallery"] .pswp__bg,
.pswp-zoom-gallery .pswp__bg {
  background: var(--bg);
}
.pswp[data-pswp-option-classes*="pswp-zoom-gallery"] .pswp__container,
.pswp-zoom-gallery .pswp__container {
  transition: transform 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pswp[data-pswp-option-classes*="pswp-zoom-gallery"] .pswp__zoom-wrap,
.pswp-zoom-gallery .pswp__zoom-wrap {
  display: block;
}
.pswp[data-pswp-option-classes*="pswp-zoom-gallery"] .pswp__item,
.pswp-zoom-gallery .pswp__item {
  overflow: visible;
}
@media only screen and (max-width: 767px) {
  .pswp[data-pswp-option-classes*="pswp-zoom-gallery"] .pswp__item,
  .pswp-zoom-gallery .pswp__item {
    overflow: hidden;
  }
}
.pswp[data-pswp-option-classes*="pswp-zoom-gallery"]
  .pswp__button--arrow--right,
.pswp[data-pswp-option-classes*="pswp-zoom-gallery"] .pswp__button--arrow--left,
.pswp-zoom-gallery .pswp__button--arrow--right,
.pswp-zoom-gallery .pswp__button--arrow--left {
  display: block;
  position: absolute;
  top: 50%;
}
.pswp[data-pswp-option-classes*="pswp-zoom-gallery"] .pswp__button--arrow--left,
.pswp-zoom-gallery .pswp__button--arrow--left {
  left: 10px;
}
.pswp[data-pswp-option-classes*="pswp-zoom-gallery"]
  .pswp__button--arrow--right,
.pswp-zoom-gallery .pswp__button--arrow--right {
  right: 10px;
}
.pswp[data-pswp-option-classes*="pswp-zoom-gallery"] .pswp__thumbs,
.pswp-zoom-gallery .pswp__thumbs {
  position: absolute;
  bottom: -146px;
  left: 0;
  z-index: 2;
  overflow-x: auto;
  width: 100%;
  padding: 10px 10px 16px;
  font-size: 0;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  display: none;
}
@media only screen and (max-width: 767px) {
  .pswp[data-pswp-option-classes*="pswp-zoom-gallery"] .pswp__thumbs,
  .pswp-zoom-gallery .pswp__thumbs {
    bottom: 0;
    padding: 10px 0;
  }
}
.pswp[data-pswp-option-classes*="pswp-zoom-gallery"] .pswp__thumb,
.pswp-zoom-gallery .pswp__thumb {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: var(--BORDER-WIDTH) solid transparent;
  margin: 10px;
  background: var(--bg) no-repeat center center/105%;
  color: inherit;
  vertical-align: top;
  transition: border 0.2s, transform 0.2s;
  transition: all 0.2s ease-in-out;
}
.pswp[data-pswp-option-classes*="pswp-zoom-gallery"] .pswp__thumb:hover,
.pswp-zoom-gallery .pswp__thumb:hover {
  transform: scale(1.1);
}
@media only screen and (max-width: 767px) {
  .pswp[data-pswp-option-classes*="pswp-zoom-gallery"] .pswp__thumb,
  .pswp-zoom-gallery .pswp__thumb {
    width: 42px;
    height: 42px;
  }
}
.pswp[data-pswp-option-classes*="pswp-zoom-gallery"] .pswp__thumb.is-current,
.pswp-zoom-gallery .pswp__thumb.is-current {
  border-color: var(--bg);
}
@media only screen and (max-width: 767px) {
  .pswp[data-pswp-option-classes*="pswp-zoom-gallery"] .pswp__thumb.is-current,
  .pswp-zoom-gallery .pswp__thumb.is-current {
    transform: scale(1.4);
  }
}
.pswp[data-pswp-option-classes*="pswp-zoom-gallery"] .pswp__caption,
.pswp-zoom-gallery .pswp__caption {
  display: none;
  position: absolute;
  z-index: 1;
  top: 30px;
  left: 30px;
  max-width: 50vw;
  padding: 10px 20px 10px 50px;
  background: var(--bg);
}
@media only screen and (max-width: 767px) {
  .pswp[data-pswp-option-classes*="pswp-zoom-gallery"] .pswp__caption,
  .pswp-zoom-gallery .pswp__caption {
    top: 50px;
    left: 10px;
    max-width: 250px;
    max-width: calc(100% - 80px);
    padding: 7px 14px 7px 7px;
  }
}
.pswp[data-pswp-option-classes*="pswp-zoom-gallery"]
  .pswp__caption
  .pswp__caption__center
  *:not(.product__title),
.pswp-zoom-gallery
  .pswp__caption
  .pswp__caption__center
  *:not(.product__title) {
  display: none;
}
.pswp[data-pswp-option-classes*="pswp-zoom-gallery"]
  .pswp__caption
  .product__link-holder,
.pswp[data-pswp-option-classes*="pswp-zoom-gallery"]
  .pswp__caption
  .product__badge,
.pswp-zoom-gallery .pswp__caption .product__link-holder,
.pswp-zoom-gallery .pswp__caption .product__badge {
  display: none;
}
.pswp[data-pswp-option-classes*="pswp-zoom-gallery"] .pswp__caption h1,
.pswp-zoom-gallery .pswp__caption h1 {
  margin: 0 0 5px;
  font-size: calc(1.375rem * var(--adjust-heading));
}
@media only screen and (max-width: 767px) {
  .pswp[data-pswp-option-classes*="pswp-zoom-gallery"] .pswp__caption h1,
  .pswp-zoom-gallery .pswp__caption h1 {
    font-size: calc(1rem * var(--adjust-heading));
  }
}
.pswp[data-pswp-option-classes*="pswp-zoom-gallery"]
  .pswp__caption
  h1:last-child,
.pswp-zoom-gallery .pswp__caption h1:last-child {
  margin-bottom: 0;
}
.pswp[data-pswp-option-classes*="pswp-zoom-gallery"] .pswp__caption div,
.pswp-zoom-gallery .pswp__caption div {
  margin-top: 0;
  font-size: calc(1rem * var(--adjust-body));
}
@media only screen and (max-width: 767px) {
  .pswp[data-pswp-option-classes*="pswp-zoom-gallery"] .pswp__caption div,
  .pswp-zoom-gallery .pswp__caption div {
    font-size: calc(0.875rem * var(--adjust-body));
  }
}
.pswp[data-pswp-option-classes*="pswp-zoom-gallery"]
  .pswp__caption
  div:last-child,
.pswp-zoom-gallery .pswp__caption div:last-child {
  margin-bottom: 0;
}
.pswp[data-pswp-option-classes*="pswp-zoom-gallery"] .pswp__caption--fake,
.pswp-zoom-gallery .pswp__caption--fake {
  display: none;
}
.pswp-zoom-gallery--single[data-pswp-option-classes*="pswp-zoom-gallery"]
  .pswp__button--arrow--right,
.pswp-zoom-gallery--single[data-pswp-option-classes*="pswp-zoom-gallery"]
  .pswp__button--arrow--left,
.pswp-zoom-gallery--single[data-pswp-option-classes*="pswp-zoom-gallery"]
  .pswp__thumbs,
.pswp-zoom-gallery--single .pswp__button--arrow--right,
.pswp-zoom-gallery--single .pswp__button--arrow--left,
.pswp-zoom-gallery--single .pswp__thumbs {
  display: none;
}
.pswp--notification {
  transition: opacity 0.3s ease;
}
.pswp--notification .pswp__container {
  -webkit-user-select: auto;
  user-select: auto;
}
.pswp--notification .pswp__zoom-wrap {
  transition: none;
}
.pswp--notification .pswp__scroll-wrap {
  width: 100vw;
}
/*
* Quick view
*/
.popup-quick-view {
  --inner: 25px;
  position: fixed;
  bottom: 0;
  min-width: 320px;
  height: auto;
  overflow: visible;
  pointer-events: none;
}
.popup-quick-view .pswp__bg {
  left: -100vw;
  width: 200vw;
  background: rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 767px) {
  .popup-quick-view .pswp__bg {
    top: -100vh;
    left: 0;
    width: 100vw;
    height: 200vh;
  }
}
.popup-quick-view .pswp__container {
  -webkit-user-select: auto;
  user-select: auto;
}
@media only screen and (max-width: 767px) {
  .popup-quick-view .pswp__zoom-wrap {
    justify-content: flex-end;
  }
}
@media only screen and (max-width: 767px) {
  .popup-quick-view .product-single__gallery {
    margin-bottom: 0;
  }
}
.popup-quick-view .flickity-slider {
  display: flex;
  align-items: center;
}
.popup-quick-view .product-single__media-slide {
  margin-right: 10px;
}
.popup-quick-view .product-single__media {
  padding-top: 100%;
}
.popup-quick-view .product-single__media img {
  object-fit: contain;
}
.popup-quick-view .product-single__media--image-height {
  display: none;
}
.popup-quick-view .product__price {
  align-items: center;
  font-size: calc(1rem * var(--adjust-body));
  line-height: 1.25;
}
@media only screen and (max-width: 767px) {
  .popup-quick-view .product__price {
    font-size: calc(0.875rem * var(--adjust-body));
  }
}
.popup-quick-view .product__price--off {
  padding: 4px 6px;
  font-size: calc(0.5rem * var(--adjust-body));;
}
.popup-quick-view .product__rating {
  line-height: 1.25;
  cursor: default;
}
.popup-quick-view .product__unit-price {
  margin-bottom: 8px;
  line-height: inherit;
}
@media only screen and (max-width: 767px) {
  .popup-quick-view .product__rating {
    font-size: calc(0.8rem * var(--adjust-body));
  }
  .popup-quick-view .rating__star .icon {
    width: 10px;
    height: 10px;
  }
  .popup-quick-view .product__unit-price {
    margin-top: 0;
  }
}
.popup-quick-view .product__notification {
  width: 100%;
}
.popup-quick-view .product__notification .contact-form {
  margin-bottom: var(--form-margin);
}
.popup-quick-view .product__notification .contact-form:last-child {
  margin-bottom: 0;
}
.popup-quick-view .input-group--inline,
.popup-quick-view .input-group__item {
  max-width: none;
}
.popup-quick-view .select-popout__list__scroll {
  max-height: 150px;
}
.popup-quick-view .product__submit__buttons {
  flex-direction: column;
  align-items: stretch;
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .popup-quick-view .product__submit__buttons {
    display: flex;
    gap: 0;
  }
}
.popup-quick-view .product__submit__item {
  max-width: 100%;
  margin: 0 0 calc(var(--inner) / 2);
}
@media only screen and (max-width: 767px) {
  .popup-quick-view .product__submit__item {
    margin-bottom: var(--form-margin-mobile);
  }
}
.popup-quick-view .product__submit__item:last-child {
  margin-bottom: 0;
}
.popup-quick-view .product__submit__add,
.popup-quick-view .shopify-payment-button {
  width: 100%;
}
.popup-quick-view .variant--soldout .product__submit__add {
  pointer-events: none;
}
.popup-quick-view .product-cutline {
  margin: 12px 0 0;
  line-height: 1.25;
}
.popup-quick-view__inner {
  width: var(--drawer-width);
  max-width: 100%;
  display: block;
  margin-left: auto;
  position: relative;
}
.popup-quick-view__inner .main-product-breadcrumb {
  display: none;
}
@media only screen and (max-width: 767px) {
  .popup-quick-view .product-cutline {
    margin-top: 10px;
    font-size: calc(0.8rem * var(--adjust-body));
  }
  .popup-quick-view .variant__countdown {
    font-size: calc(0.75rem * var(--adjust-body));
  }
  .popup-quick-view__inner {
    width: 100%;
  }
}
.popup-quick-view__form {
  display: block;
  background: var(--bg);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  gap: 0;
  overflow: hidden;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .popup-quick-view__form {
    border-radius: 20px 20px 0 0;
  }
}
.palette--light
  .popup-quick-view__form--onboarding
  .swatch__button
  .swatch__label[data-swatch="white" i] {
  --swatch: #fff;
}
.palette--light
  .popup-quick-view__form--onboarding
  .swatch__button
  .swatch__label[data-swatch="grey" i] {
  --swatch: #808080;
}
.palette--light
  .popup-quick-view__form--onboarding
  .swatch__button
  .swatch__label[data-swatch="black" i] {
  --swatch: #000;
}
.popup-quick-view__wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  max-width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  /* for Internet Explorer, Edge */
}
.popup-quick-view__wrapper::-webkit-scrollbar {
  display: none;
  /* for Chrome, Safari, and Opera */
}
@media only screen and (max-width: 767px) {
  .popup-quick-view__wrapper {
    height: auto;
    max-height: 75vh;
  }
}
.popup-quick-view__body {
  position: relative;
  z-index: 1;
  flex: 1;
  padding: var(--inner);
  width: 100%;
  min-height: 250px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  /* for Internet Explorer, Edge */
}
.popup-quick-view__body::-webkit-scrollbar {
  display: none;
  /* for Chrome, Safari, and Opera */
}
.popup-quick-view__body .product-description {
  font-size: calc(0.8rem * var(--adjust-body));
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .popup-quick-view__body {
    padding: var(--inner) var(--inner) calc(var(--form-margin-mobile));
  }
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
  .popup-quick-view__body {
    min-height: 200px;
  }
}
.popup-quick-view__body__inner {
  display: grid;
}
.popup-quick-view__foot {
  position: relative;
  z-index: 5;
  width: 100%;
  padding: calc(var(--inner) / 2) var(--inner) var(--inner);
  margin-top: auto;
  text-align: center;
}
.popup-quick-view__foot:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  height: 25px;
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    var(--bg) 100%
  );
  pointer-events: none;
}
.popup-quick-view__foot__inner {
  position: relative;
}
.popup-quick-view__title {
  margin-bottom: 10px;
  font-size: calc(1.5rem * var(--adjust-heading));
}

@media only screen and (max-width: 767px) {
  .popup-quick-view__foot {
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 0px 0px 10px grey;
  }
  .popup-quick-view__foot:before {
    height: 0px;
  }
  .popup-quick-view__title {
    margin-bottom: var(--form-margin-mobile);
  }
  .popup-quick-view__body .radio__fieldset.option_size {
    gap: 15px 6px;
  }
  .popup-quick-view__body .option_size .product-variant-options {
    background: transparent;
    padding: 10px 0 25px;
    min-height: 120px;
  }
  .popup-quick-view__body .option_size .product-variant-options svg {
    visibility: visible;
  }
  .popup-quick-view__body .option_size .product-variant-options span {
    text-align: center;
  }
}
.popup-quick-view__close {
  position: absolute;
  top: 8px;
  right: 0;
  width: 54px;
  height: 54px;
  padding: 18px;
  color: inherit;
  text-decoration: none;
  top: 0;
}
.popup-quick-view__close svg {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
  pointer-events: none;
}
.popup-quick-view__close:hover svg {
  transform: rotate(90deg);
}
.popup-quick-view__nav {
  margin-bottom: calc(var(--inner) / 1.5);
  border-bottom: var(--BORDER-WIDTH) solid var(--COLOR-BORDER);
  padding: 0 0 calc(var(--inner) / 1.5) 0;
}
.popup-quick-view__nav-thumbs {
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin-top: 15px;
}
.popup-quick-view__nav-thumb {
  display: block;
  max-width: 55px;
}
.popup-quick-view__nav-media {
  position: relative;
}
.popup-quick-view__nav-media:before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  border: var(--BORDER-WIDTH) solid var(--COLOR-BORDER);
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  opacity: 0;
  visibility: hidden;
}
.popup-quick-view__nav-media .product-single__thumbnail,
.popup-quick-view__nav-media .popup-quick-view__thumbnail {
  overflow: hidden;
  padding: 100% 0 0;
  background-color: var(--COLOR-BG);
  filter: brightness(var(--product-filter-bg));
}
.popup-quick-view__nav-media .lazy-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.popup-quick-view__nav-media .icon {
  margin: 2px;
  width: 16px;
  height: 16px;
}
.popup-quick-view__nav-thumb.is-loading {
  pointer-events: none;
}
.popup-quick-view__nav-thumb.is-active .popup-quick-view__nav-media:before {
  opacity: 1;
  visibility: visible;
}
.popup-quick-view__view-button {
  display: inline-block;
  margin-top: 10px;
  background-color: var(--bg);
  text-decoration: underline;
  text-decoration-thickness: var(--BORDER-WIDTH);
  font-size: calc(0.9rem * var(--adjust-body));
}
.popup-quick-view__view-button:hover {
  text-decoration: none;
}
.popup-quick-view__foot__inner {
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .popup-quick-view__view-button {
    margin-top: 25px;
    font-size: calc(0.75rem * var(--adjust-body));
  }
  .popup-quick-view__view-button--desktop {
    margin-top: 12px;
  }
  .popup-quick-view__foot__inner {
    opacity: 1;
  }
}
/* Layout Image Small */
.popup-quick-view__form--small .popup-quick-view__title {
  font-size: calc(1rem * var(--adjust-heading));
}
@media only screen and (max-width: 767px) {
  .popup-quick-view__form--small .popup-quick-view__title {
    padding-right: calc(var(--inner) / 2);
  }
}
.popup-quick-view__form--small .popup-quick-view__body__inner {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--inner);
  margin-bottom: var(--form-margin);
}
@media only screen and (max-width: 767px) {
  .popup-quick-view__form--small .popup-quick-view__body__inner {
    margin-bottom: var(--form-margin-mobile);
  }
}
.popup-quick-view__form--small .popup-quick-view__content {
  order: 2;
}
.popup-quick-view__form--small .flickity-button {
  display: none;
}
.popup-quick-view__form--small .popup-quick-view__content {
  padding: 8px 0;
}
@media only screen and (max-width: 767px) {
  .popup-quick-view__form--small .popup-quick-view__content {
    padding: 0;
  }
}
.popup-quick-view__form--small .product__price {
  flex-direction: column;
  margin-right: 0;
  align-items: flex-start;
}
.popup-quick-view__form--small .product__price--sale,
.popup-quick-view__form--small .product__price--compare {
  margin-right: 0;
}
.popup-quick-view__form--small .product__price--sale {
  margin-bottom: 2px;
}
.popup-quick-view__form--small .product__price--compare {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .popup-quick-view__form--small .product__price--compare {
    margin-bottom: var(--form-margin-mobile);
  }
}
.popup-quick-view__form--small .product__price--compare + .product__unit-price {
  margin-top: -6px;
  margin-bottom: 10px;
}
.popup-quick-view__form--small .product__unit-price {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .popup-quick-view__form--small .select-popout__list {
    top: auto;
    bottom: 100%;
    margin: 0 0 5px;
  }
}
@media only screen and (min-width: 768px) {
  .popup-quick-view__form--small .product-cutline {
    margin-top: 10px;
  }
}
/* Layout Image Large */
.popup-quick-view__form--large .popup-quick-view__body__inner {
  margin-bottom: var(--form-margin);
}
.popup-quick-view__form--large .product-single__media-slider {
  margin-right: calc(var(--inner) * -1);
}
.popup-quick-view__form--large
  .product-single__media-slider
  .flickity-prev-next-button.next {
  right: calc(var(--inner) + var(--flickity-btn-position));
}
.popup-quick-view__form--large .product-single__media-slide {
  width: 84%;
}
.popup-quick-view__form--large .product-single__media-slide:only-child {
  width: 100%;
  padding-right: var(--inner);
}
.popup-quick-view__form--large
  .product-single__media-slide:not(.is-selected)
  .deferred-media:not([loaded]) {
  background: none;
}
.popup-quick-view__form--large .popup-quick-view__content {
  margin-bottom: var(--form-margin);
}
.popup-quick-view__form--large .popup-quick-view__title {
  padding-right: var(--inner);
}
@media only screen and (max-width: 767px) {
  .popup-quick-view__form--large .popup-quick-view__body__inner {
    gap: 10px;
    margin-bottom: 0;
  }
  .popup-quick-view__form--large .flickity-button {
    display: none;
  }
  .popup-quick-view__form--large .product-single__media-slider {
    margin-right: 0;
  }
  .popup-quick-view__form--large
    .product-single__media-slider
    .flickity-prev-next-button.next {
    right: 0;
  }
  .popup-quick-view__form--large .product-single__media-slide {
    width: 100%;
  }
  .popup-quick-view__form--large .product-single__media-slide:only-child {
    padding-right: 0;
  }
  .popup-quick-view__form--large .popup-quick-view__content {
    order: 0;
    margin-bottom: 0;
  }
  .popup-quick-view__form--large .popup-quick-view__gallery {
    order: -1;
  }
  .popup-quick-view__form--large .popup-quick-view__title {
    padding-right: 0;
    font-size: calc(1rem * var(--adjust-heading));
    margin-bottom: 10px;
  }
  .popup-quick-view__form--large .product__price {
    margin-right: 0;
    align-items: flex-start;
  }
  .popup-quick-view__form--large .product__price--sale,
  .popup-quick-view__form--large .product__price--compare {
    margin-right: 0;
  }
  .popup-quick-view__form--large
    .product__price--compare
    + .product__unit-price {
    margin-top: -6px;
    margin-bottom: 10px;
  }
}
.popup-quick-view__form--large .select-popout__list {
  top: auto;
  bottom: 100%;
  margin: 0 0 5px;
}
/* Animation Related */
.popup-quick-view .pswp__bg {
  transition: opacity 0.4s ease-in-out;
}
.popup-quick-view--animate-in {
  animation: quickViewAnimateInLeft 0.4s;
  animation-fill-mode: both;
}
@media only screen and (max-width: 767px) {
  .popup-quick-view--animate-in {
    animation: quickViewAnimateInUp 0.4s ease-in-out;
  }
}
@media only screen and (max-width: 767px) {
  .popup-quick-view--shop-the-look.popup-quick-view--animate-in {
    pointer-events: none;
    animation: quickViewAnimateInUp 0.3s ease-in;
  }
}
.popup-quick-view--animate-in .popup-quick-view__foot__inner {
  animation: quickViewAnimateInUp 0.4s;
  animation-delay: 0.2s;
}
@media only screen and (max-width: 767px) {
  .popup-quick-view--animate-in .popup-quick-view__foot__inner {
    animation: none;
  }
}
.popup-quick-view--animated {
  pointer-events: all;
}
.popup-quick-view--animated .popup-quick-view__foot__inner {
  opacity: 1;
}
.popup-quick-view--animate-out {
  animation: quickViewAnimateOutRight 0.4s ease-in-out;
  animation-fill-mode: both;
}
@media only screen and (max-width: 767px) {
  .popup-quick-view--animate-out {
    pointer-events: none;
    animation: quickViewAnimateOutDown 0.4s ease-in-out;
  }
}
@media only screen and (max-width: 767px) {
  .popup-quick-view--shop-the-look.popup-quick-view--animate-out {
    animation: quickViewAnimateOutDown 0.3s linear;
  }
}
.popup-quick-view--animate-out .pswp__bg {
  opacity: 0 !important;
}
@keyframes quickViewAnimateInLeft {
  from {
    opacity: 0 !important;
    transform: translateX(var(--drawer-width));
  }
  to {
    opacity: 1 !important;
    transform: translateZ(0);
  }
}
@keyframes quickViewAnimateInUp {
  from {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes quickViewAnimateOutRight {
  from {
    transform: translateZ(0);
  }
  to {
    transform: translateX(var(--drawer-width));
  }
}
@keyframes quickViewAnimateOutDown {
  from {
    opacity: 1;
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    transform: translateY(100%);
  }
}
/*================ Recommended posts ================*/
.recommended-posts .section__heading {
  margin-bottom: var(--grid-gutter);
}
.recommended-posts .blog__post--two-col {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media only screen and (max-width: 479px) {
  .recommended-posts .blog__post--two-col {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.recommended-posts .blog__post-item {
  grid-column: span 2;
}
.recommended-posts .blog__post-item:only-of-type {
  grid-column-start: 2;
  grid-column-end: 4;
}
@media only screen and (max-width: 479px) {
  .recommended-posts .blog__post-item:only-of-type {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
.recommended-posts .blog__post-excerpt-link {
  margin-bottom: 10px;
}
.recommended-posts .blog__post-excerpt-link .rte {
  margin-bottom: 0;
}
/*================ Related products ================*/
.related-products {
  text-align: center;
  overflow: hidden;
}
/*================ Rich text ================*/
.rich-text {
  width: 100%;
  position: relative;
}
.rich-text__top-image {
  position: relative;
  overflow: hidden;
  display: inline-block;
  margin-bottom: 10px;
}
.rich-text__top-image-img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}
.rich-text__heading {
  margin-bottom: 12px;
}
.rich-text__heading p {
  margin: 0;
}
.rich-text__text p:last-child {
  margin-bottom: 0;
}
[data-price-off-type] {
  display: none;
}
/* Wishlist app css */

@media screen and (max-width: 767px) {
  .opw-flex.opw-w-full.opw-justify-between.opw-flex-wrap.opw-gap-4 {
    flex-direction: column !important;
  }
}

#opinew-app-container .opw-filters-select {
  display: none !important;
}
.opw-filters-select label.opw-cursor-pointer,
.opw-filters-select .opw-border.opw-border-b-0.opw-border-l-0.opw-border-r-0 {
  display: none !important;
}

/* Stony Brook section */
.stony-brook__collections-filters {
  display: flex;
  flex-direction: column;
  margin-top: 22px;
}
.stony-featured-collection__list {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.stony-featured-collection__list .product-grid-item {
  width: 100%;
}
.stony-brook_filter__options {
  position: sticky;
  height: 100%;
  z-index: 999;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background-color: #fff;
  padding: 10px 0;
  transition: 0.5s ease;
}
.stony-brook-filters {
  position: absolute;
  top: 95%;
  width: 100%;
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0px 0px 4px grey;
}
.stony-brook__filter__title {
  font-size: 18px;
  margin-bottom: 20px;
}
.stony-brook-filter__item .filter__button {
  margin: 15px 0;
}
.stony-brook__collection-container {
  width: 100%;
  margin-top: 22px;
}
.stony-brook-mobile__filter-button {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.stony-brook-mobile__filter-button svg {
  height: 15px;
  width: 15px;
  display: inline-block;
  margin-right: 7px;
}
.mobile-stony-filter__close {
  display: none;
  cursor: pointer;
}
.mobile-stony-filter__close svg {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}
.mobile-stony-filter__close:hover svg {
  transform: rotate(90deg);
}
.stony-brook-clear-all__filters {
  display: none;
  text-decoration: underline;
  text-decoration-thickness: var(--BORDER-WIDTH);
}
.infinite-scroll-container {
  padding: 50px 0;
  text-align: center;
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
}

@-webkit-keyframes blinker {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@media screen and (max-width: 1024px) {
  .stony-featured-collection__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--grid-gutter) 16px;
  }
}

@media screen and (max-width: 768px) {
  .stony-featured-collection__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .stony-brook__collections-filters {
    margin-top: 14px;
  }
  .stony-brook__collection-container {
    width: 100%;
    margin-top: 14px;
  }
  .stony-brook-filters {
    will-change: transform;
    position: fixed;
    width: var(--drawer-width);
    overflow-y: auto;
    overflow-x: hidden;
    top: 0;
    bottom: 0;
    z-index: 9999;
    color: var(--text);
    background-color: var(--bg);
    transition: var(--drawer-transition), visibility 0s linear 0.4s;
    visibility: hidden;
    right: 100%;
    border: none;
    box-shadow: none;
  }
  .stony-brook_filter__options.is-open {
    z-index: 9999;
  }
  .stony-brook_filter__options {
    top: 105px;
  }
  body.hide-announcement-bar .stony-brook_filter__options {
    top: 68px;
  }
  .shopify-body-section-header-sticky .stony-brook_filter__options,
  body.hide-announcement-bar.shopify-body-section-header-sticky
    .stony-brook_filter__options {
    top: 0;
  }
  .is-open .stony-brook-filters {
    content-visibility: visible;
    visibility: visible;
    transform: translate(var(--drawer-width));
    transition: var(--drawer-transition), visibility 0s linear 0s;
  }
  .mobile-stony-filter__close {
    display: block;
  }
  .stony-brook__filter__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 20px;
    border-bottom: 1px solid #8080807a;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .stony-brook-filters {
    display: none;
  }
  .is-open .stony-brook-filters {
    display: block;
    max-width: 250px;
  }
  .stony-brook-mobile__filter-button {
    font-size: 18px;
  }
}

.gift-card__checkout-container {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.gift-card__checkout-container.hidden {
  display: none;
}
.gift-card-checout__label {
  font-size: calc(0.75rem * var(--adjust-body));
  line-height: normal;
  cursor: pointer;
  color: #000;
}
#gift_card_buy_checkout,
#gift_card_checkout {
  height: 16px;
  width: 16px;
  cursor: pointer;
}
/* For overriding app css used important below */
.product-single__wrapper #gokwik-buy-now {
  display: flex !important;
}
.product-single__wrapper shopify-buy-it-now-button,
.cart-native-checkout__button,
.product-single__wrapper .shopify-payment-button,
.native-checkout .gokwik-checkout,
.native-checkout .shiprocketbtn,
.native-checkout #gokwik-buy-now {
  display: none !important; /* For overriding app css used important */
}
.native-checkout .cart-native-checkout__button,
.native-checkout shopify-buy-it-now-button,
.qc-gift-product-wrapper shopify-buy-it-now-button,
.native-checkout .shopify-payment-button {
  display: flex !important;/* For overriding app css used important */
}
#gokwik-buy-now .gksubtxt {
  z-index: 99;
}
.product__submit__buttons .product__submit__item.btn--white.btn--solid-border {
  max-height: 50px;
}
@media screen and (max-width: 767px) {
  #stockist-widget .stockist-search-form {
    position: sticky;
    top: 103px;
    height: 100%;
    z-index: 9;
    background: #fff;
    padding-bottom: 15px;
    padding-top: 5px;
    margin-bottom: 0;
  }
  #stockist-widget.stockist-responsive .stockist-map {
    position: sticky;
    top: 153px;
    z-index: 9;
    background: #fff;
  }
  .template-index #stockist-widget.stockist-responsive .stockist-map {
    position: static;
  }
  .hide-announcement-bar #stockist-widget .stockist-search-form {
    top: 70px;
  }
  .hide-announcement-bar #stockist-widget.stockist-responsive .stockist-map {
    top: 115px;
  }
  .shopify-body-section-header-sticky #stockist-widget .stockist-search-form {
    top: 0;
  }
  .shopify-body-section-header-sticky #stockist-widget.stockist-responsive .stockist-map {
    top: 50px;
  }
  .shiprocketbtn,
  #gokwik-buy-now {
    width: 100%;
  }
}

.background-linear-gradient {
  background: linear-gradient(
    89deg,
    rgba(86, 71, 135, 0.1) -4.47%,
    rgba(191, 159, 101, 0.04) 121.09%
  );
}

/* Shop by category */
.desktop-category__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 43px 12px;
}
.desktop-category__list .list-collections__item__content {
  text-align: left;
  padding-top: 0;
  position: relative;
}
.desktop-category__list .category-collections__item__image img {
  transition: 0.5s;
  object-fit: contain;
  display: block;
}
.shop-by-category__sub-heading {
  text-align: center;
  font-size: calc(0.875rem * var(--adjust-body));
  margin-top: 10px;
}
.category-collections__item__image {
  order: 1;
}
.categroy-list__item {
  position: relative;
}
.desktop-category__list .list-collections__item__title {
  font-size:  calc(16px + (20 - 16) * (100vw - 768px) / (1440 - 768));
}
.category-collections__item__link .explore__button,
.mobile-category__list .explore__button {
  display: block;
  margin-top: 4px;
  font-size:  calc(10px + (16 - 10) * (100vw - 375px) / (1440 - 375));
  line-height: normal;
  font-family: var(--FONT-STACK-HEADING);
}
.mobile-category__list .explore__button {
  text-underline-offset: 2px;
}
.category-collections__item__link .explore__button .explore-button__text,
.mobile-category__list .explore__button span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  position: relative;
}
.category-collections__item__link .explore__button .explore-button__text:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--bg-secondary); 
  transform: scaleX(1);
  transform-origin: right;
  transition: transform 0.3s ease;
}
.categroy-list__item:hover .explore-button__text svg {
  margin-left: 4px;
}
.category-collections__item__link .explore__button svg {
  width: 10px;
  margin-bottom: -2px;
  transition: 0.5s;
}
.mobile-category__list .explore__button span {
  justify-content: center;
  gap: 3px;
}
.mobile-category__list .explore__button svg {
  width: 6px;
  margin-bottom: -2px;
}
.desktop-category__list .mobile-collections__item__title {
  font-size: calc(.88rem * var(--adjust-body));
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin: 8.75px 0 0 0;
}
.desktop-category__list .mobile-collections__item__title svg {
  margin-bottom: -2px;
  height: 10px;
  width: auto;
}
.indi-tags__list {
  margin: 0;
}
.indi-tag__title,
.indi-tags__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.tab-collections__container .indi-tags__list,
.tab-collections__container .indi-tag__title,
.mm_ajax_upsell .indi-tags__list {
  flex-wrap: nowrap;
}
.indi-tag__title {
  color: #0c0c0f;
  text-align: center;
  font-size: calc(.625rem* var(--adjust-body));
  font-style: normal;
  font-weight: 700;
  list-style-type: none;
  margin-bottom: 0;
}
.tab-collections__container .indi-tag__title {
  white-space: nowrap;
}
.indi-tag__pipline {
  margin: 0 7.45px;
  display: block;
}
img.background__image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.list-collections-section .mobile-category__list {
  padding: 0;
  margin-top: 24px;
}
.mobile-category__list .list-collections__item__title {
  font-size: calc(.75rem * var(--adjust-body));
}
.mobile-category__list .list-collections__item {
  margin-right: 16px;
}
.mobile-category__list .list-collections__item__image,
.mobile-category__list .list-collections__item__image-bg {
  border-radius: 0;
}
.mobile-category__list .list-collections__item__image {
  padding-top: 130%;
}
.mobile-category__list .list-collections__item__content {
  padding-top: 8.65px;
  padding-bottom: 5px;
}
.category-list__item-content {
  position: relative;
}
@media screen and (min-width: 768px){
  .indi-tag__title {
    font-size: calc(.75rem * var(--adjust-body));
  }
  .desktop-category__list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-top: 35px;
    gap: calc(35px + (70 - 40) * (100vw - 768px) / (1440 - 768)) calc(20px + (32 - 20) * (100vw - 768px) / (1440 - 768));
  }
  .shop-by-category__sub-heading {
    font-size: calc(1rem * var(--adjust-body));
  }
  .category-list__item-content {
    border-radius: 8px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    padding-left: 24px;
  }
  .categroy-list__item:hover .category-collections__item__image img {
    margin-right: 45px;
  }
  .categroy-list__item {
    min-height: calc(160px + (190 - 160) * (100vw - 768px) / (1440 - 768));
  }
  .category-collections__item__image {
    margin-top: -60px;
  }
  .desktop-category__list .category-collections__item__image img {
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .desktop-category__list {
    padding-top: 24px;
  }
  .category-list__item-content {
    padding-bottom: 15px;
  }
  .desktop-category__list .category-collections__item__image img {
    height: auto;
    margin-top: -27px;
    width: 100%;
  }
}

/* Collections USP */
.collection-usp__container {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.collection-usp__item {
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 2px 8px 0px rgba(99, 99, 99, 0.2);
}
.collection-usp__item img {
  max-width: 48px;
  width: 100%;
  height: auto;
}
.collection-usp__title {
  font-size: calc(0.79rem * var(--adjust-body));
  color: #0c0c0f;
}
.collection-usp-sub__title {
  display: block;
  width: 100%;
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .collection-usp__container {
    gap: 20px;
    margin: 0;
  }
  .collection-usp__item {
    gap: 12px;
  }
  .collection-usp__title {
    font-size: calc(0.95rem * var(--adjust-body));
  }
}
@media screen and (min-width: 990px) {
  .collection-usp__container {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1200px) {
  .collection-usp__container {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.mm-recentlyviewed__title {
  margin-bottom: 24px;
  font-size: calc(1rem * var(--adjust-heading));
}
.mm-recentlyviewed__container .product__item {
  margin: 0 8px;
  width: 60%;
}
.mm-recentlyviewed__container .product-grid-item {
  width: 100%;
}
/* collection page grid view */
.collection__products .grid {
  gap: 24px 16px;
}
.collection__products:not(.one-grid-view) .indi-tag__container,
.tab-collections__container .indi-tag__container,
.mm-recentlyviewed__container .indi-tag__container,
.mm_ajax_upsell .indi-tag__container {
  display: flex;
  overflow-x: auto;
  height: 17px;
}
.indi-tag__container::-webkit-scrollbar {
  display: none;
}
.collection__products:not(.grid.one-grid-view) .indi-tags__list,
.collection__products:not(.grid.one-grid-view) .indi-tag__title,
.mm-recentlyviewed__container .indi-tag__title,
.mm-recentlyviewed__container .indi-tags__list,
.tab-collections__container .indi-tags__list,
.tab-collections__container .indi-tag__title,
.mm_ajax_upsell .indi-tag__title {
  flex-wrap: nowrap;
}
.collection__products:not(.grid.one-grid-view) .indi-tag__title,
.tab-collections__container .indi-tag__title,
.mm-recentlyviewed__container .indi-tag__title,
.mm_ajax_upsell .indi-tag__title {
  white-space: nowrap;
}
.one-grid-view
  .indi-tag__container
  .one-grid-view
  .product-grid-item
  .wishlist-btn {
  left: -45px;
}
.one-grid-view .product-grid-item__image{
  width: 50%;
}
.one-grid-view .product-grid-item__info {
  width: 44%;
}
.two-grid-view .indi-tag__pipline {
  margin: 0 4px;
}
.collection__products.one-grid-view .product-grid-item {
  display: flex;
  flex-direction: row;
  grid-column: span 3;
  align-items: center;
}
.collection__products.one-grid-view .product-grid-item__image {
  padding-top: 50%;
  margin: 0 16px 0 0;
}
.collection-section
  .one-grid-view
  .swatch__button[aria-selected="true"]
  .tooltip {
  width: 14px;
}
.product-size__swatch-container {
  display: flex;
  flex-direction: column;
  overflow-x: auto;
  align-items: flex-start;
  gap: 2px;
}
.product-card__variants-container {
  margin: 12px 0;
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  min-height: 35px;
}
.product-size-variants__dropdown {
  position: relative;
  max-width: 72px;
  width: 100%;
  z-index: 1;
  background: transparent;
  border-radius: 140.524px;
}
.product-size-variants__dropdown__list {
  position: absolute;
  left: 0;
  top: auto;
  width: 100%;
  padding: 8px 10px;
  border-radius: 10px;
  border: 1px solid #000;
  background: #fff;
  z-index: 9;
  margin-top: 2px;
  display: none;
  bottom: 30px;
}
.tab-collections__container .product-size-variants__dropdown__list {
  bottom: 32px;
}
.upsell_product .product-size-variants__dropdown__list,
.mm-recentlyviewed__container .product-size-variants__dropdown__list {
  bottom: 28px;
}
.product-size-variants__dropdown.is-active
  .product-size-variants__dropdown__list {
  display: block;
}
.selected-size__container {
  padding: 7px 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-radius: 140.524px;
  border: 1.405px solid #000;
  font-size: calc(.75rem * var(--adjust-body));
  cursor: pointer;
  line-height: normal;
}
.selected-size__container svg {
  transition: 0.5s;
}
.product-size-variants__dropdown.is-active .selected-size__container svg {
  transform: rotate(180deg);
}
.selected-size__container svg path {
  stroke-width: 1.23px;
  stroke: #1c1c1c;
}
.mm_ajax_upsell .product-size__swatch-container {
  flex-wrap: nowrap;
}
.collection__products.one-grid-view .product-size__swatch-container {
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px 9px;
}
.product-size__swatch-container::-webkit-scrollbar {
  display: none;
}
.product-size__swatch-container .product-size__swatch-button {
  cursor: pointer;
  flex-shrink: 0;
  width: 100%;
}
.product-grid-item__info .option_size .product-variant-options {
  font-size: calc(.75rem * var(--adjust-body));
  line-height: normal;
}
.product-grid-item__info .option_size .product-variant-options.selected {
  color: var(--COLOR-ACCENT);
  border: none;
}
.mm-recentlyviewed__container .flickity-prev-next-button {
  opacity: 0;
  visibility: hidden;
}
.collection__products.one-grid-view .product-size-variants__dropdown {
  max-width: none;
}
.collection__products.one-grid-view .selected-size__container {
  display: none;
}
.collection__products.one-grid-view .product-size-variants__dropdown__list {
  position: relative;
  display: block;
  border: none;
  padding: 0;
  margin: 0;
  bottom: 0;
}
.collection__products.one-grid-view  .product-card__variants-container {
  margin: 0;
}
@media screen and (min-width: 768px){
  .product-card__variants-container {
    gap: 15.5px;
    min-height: 30px;
    margin: 12px 0;
  }
  .product-size-variants__dropdown {
    max-width: 66px;
  }
  .tab-collections__container .product-size-variants__dropdown__list,
  .mm-recentlyviewed__container .product-size-variants__dropdown__list,
  .upsell_product .product-size-variants__dropdown__list {
    bottom: 27px;
  }
  .selected-size__container {
    padding: 4px 8.5px;
  }
  .mm-recentlyviewed__container .product__item {
    width: calc((var(--wrapper-width) - 32px * 3) / 4);
    margin: 0 16px;
  }
  .mm-recentlyviewed__title {
    margin-bottom: 32px;
  }
  .two-grid-view .indi-tag__pipline {
    margin: 0 7.45px;
  }
  .collection__products.one-grid-view {
    padding-top: 10px;
  }
  .collection__products.one-grid-view .product-grid-item__info {
    display: flex;
    justify-content: space-between;
    width: 65%;
    column-gap: 40px;
  }
  .collection__products.one-grid-view .product-grid-item__image {
    padding-top: 30%;
    margin: 0 48px 0 0;
    width: 30%;
  }
  .collection__products.three-grid-view .product-grid-item__image,
  .collection__products .product-grid-item__image {
    padding-top: 95%;
  }
  .collection__products.one-grid-view .product-grid-item__quick-buy,
  .collection__products.one-grid-view .product-card__variants-container .collection-cetegory--swatches  {
    display: none;
  }
  .collection__products.one-grid-view .product-addtocart__container {
    display: block;
  }
  .collection__products.one-grid-view  .collection-cetegory--swatches {
    margin-bottom: 8px;
    gap: 6.97px;
  } 
  .collection__products.one-grid-view .product-grid-item__details .collection-cetegory--swatches {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: -24px 0 0 -24px;
    padding: 24px 0 0 24px;
  }
  .collection__products.one-grid-view [aria-selected="true"] .swatch-background__button {
    height: 25px;
    width: 25px;
  }
  .collection__products.one-grid-view .swatch-background__button {
    height: 24px;
    width: 24px;
  }
  .collection__products.one-grid-view [aria-selected="true"] .swatch-background__button:before {
    height: 19.4px;
    width: 19.4px;
  }
  .collection__products.one-grid-view .swatch-background__button:before {
    top: 48%;
    left: 48%;
    transform: translate(-48%, -48%);
  }
  .collection__products.one-grid-view .product-grid-item__title {
    font-size: calc(1.5rem* var(--adjust-heading));
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .collection__products.one-grid-view .product-grid-item__info .rating__star {
    position: relative;
    flex-direction: row-reverse;
    font-size: calc(1rem * var(--adjust-body));
  }
  .collection__products.one-grid-view .product-grid-item__info .rating__star svg {
    width: 14px;
    height: 13px;
  }
  .collection__products.one-grid-view .indi-tag__container {
    margin-top: 24px;
    padding-left: 16px;
  }
  .collection__products.one-grid-view .indi-tags__list {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .collection__products.one-grid-view .indi-tag__title {
    list-style: disc;
    list-style-position: outside;
    display: list-item;
    text-align: left;
  }
  .collection__products.one-grid-view .product-size__swatch-container .product-size__swatch-button {
    width: auto;
    min-width: 50px;
  }
  .collection__products.one-grid-view .option_size .product-variant-options span {
    text-align: center;
  }
  .collection__products.one-grid-view .product-grid-item__info .option_size .product-variant-options {
    font-size: calc(.625rem * var(--adjust-body));
    padding: 10px 15px;
    border-radius: 360px;
    border: 1px solid #EBEBEB;
    background: #FFF;
  }
  .collection__products.one-grid-view .product-grid-item__info .option_size .product-variant-options.selected {
    color: #000;
    border: 1px solid var(--bg-secondary);
  }
  .collection__products.one-grid-view .product-grid-item__details {
    max-width: 270px;
    width: 50%;
    gap: 16px;
  }
  .collection__products.one-grid-view .indi-tag__pipline {
    display: none;
  }
  .collection__products.one-grid-view .product-price__from {
    display: none;
  }
  .collection__products.one-grid-view .product-grid-item__price {
    gap: 8px;
    align-items: flex-end;
  }
  .collection__products.one-grid-view .product-grid-item__price__new,
  .collection__products.one-grid-view .product-grid-item__price s {
    font-size: calc(1.125rem* var(--adjust-heading));
  }
  .collection__products.one-grid-view .product__price--off {
    font-size: calc(.75rem* var(--adjust-body));
    padding: 2px 12.5px;
    margin: 0;
  }
  .collection__products.one-grid-view .price--addtocart__container {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 47%;
  }
  .collection__products.one-grid-view .product-addtocart__container .btn__text {
    font-size: calc(1rem * var(--adjust-body));
  }
  .collection__products.three-grid-view [aria-selected=true] .swatch-background__button {
    height: 24px;
    width: 24px;
  }
  .collection__products.three-grid-view .swatch-background__button {
    height: 24px;
    width: 24px;
  }
  .collection__products.three-grid-view [aria-selected="true"] .swatch-background__button:before {
    height: 19.41px;
    width: 19.41px;
    left: 47%;
    transform: translate(-47%, -50%);
  }
}
@media screen and (max-width: 767px) {
  .mm-recentlyviewed.wrapper--full-padded {
    padding-right: 0;
  }
  .collection__products.one-grid-view .indi-tag__pipline {
    margin: 0 4px;
  } 
  .collection__products.two-grid-view [aria-selected=true] .swatch-background__button,
  .collection__products.two-grid-view .swatch-background__button {
    height: 20px;
    width: 20px;
  }
  .collection__products.one-grid-view .swatch-background__button,
  .collection__products.one-grid-view [aria-selected=true] .swatch-background__button {
    height: 18.3px;
    width: 18.3px;
  }
  .collection__products.two-grid-view .product-addtocart__container .btn--quick .btn__text,
  .collection__products.one-grid-view .product-addtocart__container .btn--quick .btn__text {
    font-size: calc(0.75rem * var(--adjust-button));
    line-height: normal;
  }
  .collection__products.one-grid-view .product-addtocart__container .btn--quick.sold-out__button .btn__text {
    font-size: calc(0.75rem * var(--adjust-button));
  }
  .collection__products.two-grid-view .product-addtocart__container .btn--quick.sold-out__button .btn__text {
    font-size: calc(0.7rem * var(--adjust-button));
  }
  .collection__products.one-grid-view [aria-selected="true"] .swatch-background__button:before {
    height: 15.2px;
    width: 15.2px;
  }
  .collection__products.two-grid-view [aria-selected="true"] .swatch-background__button:before {
    height: 16.7px;
    width: 16.7px;
  }  
  .collection__products.two-grid-view .product-inventory__quantity {
    font-size: 7px;
    top: 7px;
    right: 40px;
  }
  .collection__products.two-grid-view .wishlist_btn_icon {
    font-size: calc(1rem * var(--adjust-body));
  }
  .collection__products.one-grid-view .collection-cetegory--swatches,
  .collection__products.two-grid-view .collection-cetegory--swatches {
    gap: 8px;
  }
  .collection-section
    .one-grid-view
    .swatch__button[aria-selected="true"]
    .tooltip,
  .collection-section
    .two-grid-view
    .swatch__button[aria-selected="true"]
    .tooltip {
    width: 10px;
  }
  .collection__products.one-grid-view .product-card__variants-container {
    flex-direction: column-reverse;
    gap: 11px;
  }
  .collection__products.one-grid-view .price--addtocart__container {
    display: flex;
    flex-direction: column;
    gap: 11px;
  }
  .collection__products.one-grid-view .product-size__swatch-container .product-size__swatch-button {
    width: auto;
  }
  .collection__products.one-grid-view .product-grid-item__info .option_size .product-variant-options {
    font-size: calc(.625rem* var(--adjust-body));
    padding: 4px 13px;
    border-radius: 329px;
    border: 1px solid #EBEBEB;
    background: #fff;
  }
  .collection__products.one-grid-view .product-grid-item__info .option_size .product-variant-options.selected {
    color: #000;
    border: 1px solid #ff5a23;
  }
  .collection__products.one-grid-view .product-addtocart__container {
    margin: 0;
  }
  .collection__products.one-grid-view .product-addtocart__container .btn--quick .btn__inner {
    padding: 5px 10px;
  }
  .mm-recentlyviewed__container .product-card__variants-container {
    min-height: 26px;
  }
  .collection-section .two-grid-view .collection-cetegory--swatches,
  .mm-recentlyviewed__container .collection-cetegory--swatches {
    flex-wrap: nowrap;
    overflow-x: auto;
    margin: -20px 0 0 0;
    padding: 20px 0 0 0;
    min-height: 21px;
  }
  .collection-section .one-grid-view .collection-cetegory--swatches {
    margin: -25px 0 0 0;
    padding: 25px 0 0 0;
  }
  .collection__products.one-grid-view .product-tag-container {
    left: 5px;
  }
  .collection__products.one-grid-view .bestseller__image,
  .mm-recentlyviewed__container .bestseller__image {
    width: 75px;
  }
  .collection__products.one-grid-view .product-inventory__quantity {
    font-size: calc(.5rem* var(--adjust-body));
    right: 45px;
  }
  .mm-recentlyviewed__container .product-grid-item__title {
    font-size: calc(1rem* var(--adjust-body));
  }
  .mm-recentlyviewed__container .product__rating__value {
    font-size: 11px;
  }
  .mm-recentlyviewed__container .indi-tag__container,
  .collection__products.one-grid-view .indi-tag__container {
    display: flex;
    overflow-x: auto;
    height: 17px;
  }
  .mm-recentlyviewed__container .indi-tags__list {
    flex-wrap: nowrap;
  }
  .mm-recentlyviewed__container .indi-tag__title {
    font-size: 9.3px;
    white-space: nowrap;
    flex-wrap: nowrap;
  }
  .mm-recentlyviewed__container .indi-tag__pipline {
    margin: 0 3.73px;
  }
  .mm-recentlyviewed__container .product-grid-item__price {
    font-size: calc(1rem* var(--adjust-body));
    gap: 8px;
  }
  .mm-recentlyviewed__container .selected-size__container {
    padding: 5px 13px;
  }
  .mm-recentlyviewed__container .selected-size__container svg {
    transition: .5s;
    height: 5px;
    width: 12px;
  } 
  .mm-recentlyviewed__container .product-size__swatch-container {
    min-height: 30px;
  }
  .mm-recentlyviewed__container .product-inventory__quantity {
    font-size: calc(.5rem* var(--adjust-body));
  }
  .mm-recentlyviewed__container .icon-wishlist-heart-empty:before {
    font-size: calc(1rem * var(--adjust-body));
  }
  .mm-recentlyviewed__container .product_card__offer {
    font-size: calc(.75rem* var(--adjust-body));
    padding: 1.44px 4.5px;
    margin: 0;
  }
  .mm-recentlyviewed__container [aria-selected=true] .swatch-background__button {
    height: 20px;
    width: 20px;
  }
  .mm-recentlyviewed__container [aria-selected="true"] .swatch-background__button:before {
    height: 16.7px;
    width: 16.7px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .mm-recentlyviewed__container .swatch-background__button {
    height: 20px;
    width: 20px;
  }
  .mm-recentlyviewed__container .collection-cetegory--swatches {
    gap: 4.85px;
    min-height: 27px;
  }
  .mm-recentlyviewed__container .swatch__button[aria-selected="true"] .tooltip {
    width: 10px;
  }
  .product-specification-main-container {
    background: transparent;
  }
  .tab-collections__container .product-grid-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    max-width: 235px;
    padding-right: 20px;
  }
  .mm-recentlyviewed__container .product-tag-container {
    font-size: calc(.625rem* var(--adjust-body));
  }
  .mm-recentlyviewed__container .product-tag__title {
    padding: 4px 6px;
  }
  .mm-recentlyviewed__title {
    text-align: left;
  }
  .product-size__swatch-container,
  .collection__products.one-grid-view .product-size__swatch-container {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 5px;
  }
  .collection__products.two-grid-view .product-size__swatch-container {
    min-height: 30px;
  }
  .mm-recentlyviewed__container .flickity-button {
    display: none;
  }
}
@media screen and (min-width: 1100px) {
  .collection__products .grid {
    gap: 32px;
  }
  .collection__products.one-grid-view .product-size__swatch-container {
    width: 80%;
  }
  .collection__products.one-grid-view .product-size__swatch-container .product-size__swatch-button {
    min-width: 58px;
  }
}

/* Product page */
.special-offers-main-container {
  margin-bottom: 24px;
}
.special-offers-image {
  width: 100%;
  min-height: 170px;
}
.special-offers-image img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: inherit;
}
.product-single__details #sm-widget-btn.snap_emi_txt {
  padding: 0 7px !important; /* app css */
}
.flash-sale__container {
  display: flex;
  align-items: center;
  font-weight: var(--FONT-WEIGHT-BODY-MEDIUM);
  gap: 10px;
}
.product-falsh-sale__text {
  background-color: var(--PRIMARY-BUTTONS-COLOR-BG);
  padding: 5px 10px;
  border-radius: 5px;
  line-height: normal;
}
.mobile-product-navigation__container {
  display: flex;
  align-items: flex-start;
  justify-content: space-evenly;
  margin: 8px 0 11px 0;
}
.product-navigation__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  max-width: 52px;
  gap: 12px;
}
.product-navigation__image {
  max-width: 35px;
  height: auto;
}
.product-navigation__title {
  font-size: calc(.625rem* var(--adjust-body));
  line-height: normal;
  text-align: center;
}

.product-size__variant .offer-description__wrapper {
  display: flex;
  margin-top: 10px;
  column-gap: 4px;
  font-size: calc(0.75rem * var(--adjust-body));
  line-height: normal;
}
.p-relative {
  position: relative;
}
.bank-offer-code__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap:10px;
  margin-top: 5px;
}
.bank-offer-code__container button.offer-copy-code__button {
  font-size: calc(.625rem* var(--adjust-body));
}
.bank-offer-code__container .offer-copy-code__button svg {
  width: 10px;
}
.bank-offer__discount {
  margin: 0 0 5px 0;
  font-size: calc(0.88rem * var(--adjust-body));;
  line-height: normal;
  color: #000;
}
@media screen and (min-width: 768px) {
  .special-offers-main-container {
    padding: 5px 0 30px;
    margin-bottom: 0;
  }
  .product-usp__container {
    margin: 0;
  }
  .product-size__variant .offer-description__wrapper {
    font-size: calc(0.88rem * var(--adjust-body));
  }
  .offer-description__wrapper span {
    margin-top: 2px;
  }
  .bank-offer__title,
  .bank-offer__discount {
    font-size: calc(.86rem * var(--adjust-body));
  }
}
@media screen and (max-width: 767px) {
  .special-offers-main-container {
    padding: 16px 16px 0;
  }
}

/* Qwickcilver Gift card css */
.qc__btn-tab-container .tab {
  position: relative;
  opacity: 1;
  visibility: visible;
  padding: 0;
}
.qc__self-buy-button .shopify-payment-button {
  width: 100%;
}
.qc-gift-product-wrapper .unit-price {
  display: none;
}

/* Frequently Bought Togather */
product-recommendations {
  display: block;
}
.frequently-products__heading {
  margin-bottom: 30px;
  font-size: calc(0.89rem * var(--adjust-heading));
  text-transform: uppercase;
}
.frequently-bought-products__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0;
}
.frequently-bought-product__item {
  list-style-type: none;
  position: relative;
  width: 46%;
}
.frequently-bought__plus-icon {
  font-size: calc(1rem * var(--adjust-body));
  padding: 10px;
  position: absolute;
  top: 30%;
  right: -25px;
  transform: translate(0px, -40%);
}
.frequently-bought-product__item .product-grid-item {
  width: 100%;
}
multi-product-form .shopify-product-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 24px;
  max-width: 644px;
  margin: 24px auto 0 auto;
}
.frequently-bought-product__item .product-grid-item__price {
  font-size: calc(.75rem * var(--adjust-body));
  gap: 4px;
}
.frequently-bought-product__item .product-grid-item__price s {
  font-size: calc(.625rem* var(--adjust-body));
}
.frequently-bought-product__item .product_card__offer {
  font-size: 9px;
  padding: 3px 6px;
}
.frequently-bought__bundle-title {
  font-family: inherit;
  color: inherit;
  font-size: calc(1rem * var(--adjust-body));
  line-height: normal;
  text-transform: capitalize;
  display: flex;
  margin-bottom: 24px;
}
.frequently-bought-bundle-special__price {
  display: block;
  color: var(--PRIMARY-BUTTONS-COLOR-BG);
  font-family: inherit;
  font-size: 20px;
  font-style: normal;
}
multi-product-form .quick-add__submit {
  width: 100%;
  display: flex;
  height: 40px;
  padding: 12.5px 0;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  border: 1px solid #232323;
  background: #232323;
  color: #fff;
  text-align: center;
  font-family: 'Inter';
  font-size: calc(1rem * var(--adjust-body));
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 30px;
  position: relative;
}
multi-product-form .quick-add__submit[disabled="disabled"] {
  opacity: 0.5;
}
multi-product-form .quick-add__submit.is-loading .frequently-addtocart__text,
multi-product-form .product-grid-item__quick-buy {
  display: none;
}
multi-product-form .quick-add__submit .btn__loader {
  top: 50%;
  left: 0;
}
multi-product-form .quick-add__submit .svg-loader circle {
  stroke: #fff;
}
.fequently-bought__checkbox {
  position: absolute;
  top: 4.53px;
  left: 0px;
  z-index: 9999999999 !important; /* other app elements css overiding so checkbox is not clickable */
}
.fequently-bought__checkbox label {
  padding: 17px;
}
.fequently-bought__checkbox input {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.fequently-bought__label::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  color: var(--white);
  border-radius: var(--RADIUS-CHECKBOX);
  border: var(--BORDER-WIDTH) solid var(--text);
  cursor: pointer;
}
.fequently-bought__checkbox input:checked ~ .fequently-bought__label::before {
  background: var(--text) var(--icon-check) no-repeat center center;
}
.product-form__error-message-wrapper svg {
  height: 20px;
  width: 20px;
}
@media screen and (min-width: 768px) {
  .frequently-products__heading {
    font-size: calc(1rem * var(--adjust-heading));
    text-transform: capitalize;
  }
  .frequently-bought-products__list {
    gap: 100px;
  }
  .frequently-bought-product__item {
    width: 25%;
  }
  .frequently-bought__plus-icon {
    font-size: 50px;
    padding: 15px;
    top: 40%;
    right: -80px;
    transform: translate(0px, -40%);
  }
  .frequently-bought-product__item .product-grid-item__title {
    font-size: calc(.88rem * var(--adjust-body));
  }
  multi-product-form .shopify-product-form {
    margin-top: 17px;
  }
  .frequently-bought-product__item .product-grid-item__price {
    font-size: 13.787px;
    gap: 8.7px;
  }
  .frequently-bought-product__item .product-grid-item__price s {
    font-size: 13.787px;
  }
  .frequently-bought-product__item .product_card__offer {
    font-size: calc(.75rem * var(--adjust-body));
    padding: 2.93px 9px;
  }
  multi-product-price {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .fequently-bought__checkbox {
    top: 12px;
    left: 12px;
  }
  .fequently-bought__checkbox label {
    padding: 0;
  }
  .fequently-bought__label::before {
    top: 0;
    left: 0;
    transform: none;
  }
  .frequently-bought__bundle-title {
    font-size: calc(1.5rem* var(--adjust-heading));
  }
}

/* Personalized Tags */
.product-grid-item.luggage-tags__product .product-addtocart__container form,
.product-grid-item.luggage-tags__product .product-grid-item__quick-buy form {
  display: none;
}
.product-customize__button {
  border-radius: 62px;
  border: 0.91px solid var(--bg-secondary);
  background: var(--bg-secondary);
  height: 29px;
  color: var(--bg);
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  gap: 5px;
}
.product-customize__button svg {
  width: 10.266px;
  height: 12.553px;
  transition: 0.5s;
}
.product-customize__button:hover svg {
  margin-left: 5px;
}
.product-customize__button svg path {
  fill: var(--white);
}
@media screen and (min-width: 768px) {
  .product-customize__button {
    gap: 7px;
    margin-top: 16px;
  }
  .product-customize__button svg {
    width: 13.266px;
    height: 15.553px;
  }
}
/* PDP Flash Sale */
.flash-sale__container {
  display: flex;
  align-items: center;
  font-weight: var(--FONT-WEIGHT-BODY-MEDIUM);
  gap: 10px;
}
.product-falsh-sale__text {
  background-color: var(--PRIMARY-BUTTONS-COLOR-BG);
  padding: 5px 10px;
  border-radius: 5px;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .flash-sale__container {
    margin-bottom: 10px;
  }
}

/* Shoppable Videos */
.shoppable-Videos-carousel__container {
  display: block;
  width: 100%;
  height: calc(390px + (480 - 390) * (100vw - 768px) / (1440 - 768));
  position: relative;
  margin: 0 auto;
  padding: 0;
}
.shoppable-Videos-carousel__container .flickity-slider {
  margin-left: 10px;
}
.shoppable-Videos-carousel__container .flickity-slider:last-child {
  margin-right: 10px;
}
.shoppable-Videos-carousel__container .flickity-viewport {
  width: 100%;
}
.shoppable-Videos-carousel__container:not(.flickity-enabled) {
  display: flex;
  overflow-x: auto;
}
.shoppable-Videos-carousel__container::-webkit-scrollbar {
  display: none;
}
.shoppable-videos-sub__heading,
.section-sub-heading__text {
  text-align: center;
  font-size: calc(0.875rem * var(--adjust-body));
  margin-top: 10px;
}
.shoppable-videos__wrapper {
  margin-right: 16px;
  width: 70%;
  height: 100%;
  flex-shrink: 0;
  max-width: 220px;
}
.shoppable-videos__content {
  height: 100%;
}
.shoppable-video__item {
  height: 79%;
  transition: 0.3s;
  position: relative;
}
.shoppable-vidoe__button {
  position: absolute;
  bottom: 15px;
  top: auto;
  left: 50%;
  transform: translateX(-50%) translateY(25px);
  color: #fff;
  padding: 6.6px 8.25px;
  background-color: var(--accent);
  font-size: calc(0.91rem * var(--adjust-product-grid));
  line-height: normal;
  font-family: var(--FONT-STACK-HEADING);
  opacity: 0;
  text-transform: uppercase;
  border-radius: 82px;
  display: flex;
  align-items: center;
  width: max-content;
  gap: 6.6px;
}
.shoppable-vidoe__button svg {
  height: 11px;
  width: 13px;
  transition: 0.5s;
}
.shoppable-vidoe__button svg path {
  fill: #fff;
}
.shoppable-videos__wrapper:hover .shoppable-vidoe__button {
  opacity: 1;
  transform: translate(-50%);
  transition-duration: 0.3s;
}
.shoppable-vidoe__button:hover svg {
  margin-left: 5px;
}
#shoppableVideos .shoppable-video__product-item {
  height: auto;
}
.shoppable-video-element {
  object-fit: cover;
  overflow-clip-margin: content-box;
  width: 100%;
  height: 100%;
  overflow: clip;
  display: block;
  transition: 0.3s;
}
#shoppableVideos .product-grid-item {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 12px 5px 12px 0;
  box-shadow: 0 1px 2px #80808099;
}
#shoppableVideos .product-grid-item__info {
  gap: 8px;
}
#shoppableVideos .product-grid-item__image {
  padding-top: 30%;
  margin: 0;
  width: 45%;
  max-width: 86px;
}
#shoppableVideos .product-grid-item__image .product__media img {
  filter: none;
  --webkit-backdrop-filter: none;
  backdrop-filter: none;
}
#shoppableVideos .product-grid-item__title {
  font-size: calc(1rem * var(--adjust-body));
}

#shoppableVideos .bestseller__image,#shoppableVideos .product-grid-item__quick-buy,
#shoppableVideos .indi-tag__container,
#shoppableVideos .product-inventory__quantity,
#shoppableVideos .collection-cetegory--swatches,
#shoppableVideos .product-grid-item__info .rating__star,
#shoppableVideos .fequently-bought__checkbox,
#shoppableVideos .product-size__swatch-container,
#shoppableVideos .product-card__variants-container,
#shoppableVideos .product-grid-item .product-tag-container {
  display: none;
}
#shoppableVideos .wishlist-btn.style_1[data-gridhulklist] {
  z-index: 0;
  visibility: hidden;
}
#shoppableVideos .product-addtocart__container {
  display: block;
}
#shoppableVideos .product-addtocart__container {
  margin-top: 10px;
}
#shoppableVideos .collection-cetegory--swatches {
  min-height: 40px;
}
#shoppableVideos .variant-option-name {
  font-weight: var(--FONT-WEIGHT-BODY-MEDIUM);
}
#shoppableVideos .product-grid-item__price,
#shoppableVideos .product-grid-item__price s {
  font-size: calc(0.685rem * var(--adjust-product-grid));
}
#shoppableVideos .product__price--off {
  margin: 0;
  --text-size: calc(0.685rem * var(--adjust-body));
}
#shoppableVideos .cart__item__selected-options {
  margin: 0;
  font-size: calc(0.7rem * var(--adjust-body));
}
@media screen and (min-width: 768px) {
  .shoppable-videos__wrapper {
    width: calc((var(--wrapper-width) - var(--grid-gutter) * 4) / 5);
    max-width: calc(175px + (240 - 175) * (100vw - 768px) / (1440 - 768));
    margin-right: 20px;
  }
  #shoppableVideos .flickity-button {
    background: #fff;
  }
  #shoppableVideos .product-grid-item__title {
    font-size: calc(14px + (16 - 14) * (100vw - 768px) / (1440 - 768));
  }
  .shoppable-videos-sub__heading,
  .section-sub-heading__text  {
    font-size: calc(1rem * var(--adjust-body));
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .shoppable-videos__wrapper {
    width: calc((var(--wrapper-width) - var(--grid-gutter) * 2) / 3);
  }
}
@media screen and (min-width: 991px) and (max-width: 1100px) {
  .shoppable-videos__wrapper {
    width: calc((var(--wrapper-width) - var(--grid-gutter) * 3) / 4);
  }
}
@media screen and (max-width: 767px) {
  .shoppable-videos__wrapper.is-selected .shoppable-vidoe__button {
    opacity: 1;
    transition-duration: 0.3s;
    transform: translate(-50%);
  }
  .shoppable-Videos-carousel__container {
    height: 450px;
  }
  .shoppable-video__item {
    height: 79%;
  }
  .shoppable-videos__wrapper {
    padding-bottom: 15px;
  }
}
#pdpVideosCarousel:not(.flickity-enabled) {
  display: flex; 
}
#pdpVideosCarousel.flickity-enabled {
  display: block;
}
.view-more-stores__container {
  text-align: center;
}
.view-more-stores__button {
  padding: 8px 15px;
  background:  var(--COLOR-BG-SECONDARY);
  border-radius: 4px;
  color: var(--bg);
  font-size: calc(0.85rem * var(--adjust-body));
  line-height: normal;
  font-family: var(--FONT-STACK-BUTTON);
  text-transform: uppercase;
  display: block;
  width: 100%;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  text-align: center;
}
.product__submit__item.view-more-stores__button {
  font-size: calc(0.75rem * var(--adjust-body));
  width: auto;
  background: transparent;
  color: var(--COLOR-BG-SECONDARY);
  border: 1px solid var(--COLOR-BG-SECONDARY);
  padding: 5.033px 6.292px;
}
.product__submit__item.view-more-stores__button svg path {
  fill: var(--COLOR-BG-SECONDARY);
}
.container-has-store-locator-button.product-atc-buynow__buttons .product__submit__item {
  width: 100%;
  max-width: 285px;
}
.view-more-stores__button svg {
  width: 10px;
  height: 12px;
  transition: 0.5s;
}
.view-more-stores__button:hover svg {
  margin-left: 5px;
}
.view-more-stores__button svg path {
  fill: #fff;
}
.pdp-store-locator-title {
  font-weight: var(--FONT-WEIGHT-HEADING);
}
@media screen and (min-width: 768px){
  .view-more-stores__button,
  .product__submit__item.view-more-stores__button {
    font-size: calc(1rem * var(--adjust-body));
  }
  .view-more-stores__button svg {
    height: 14px;
    width: 13px;
  }
  .product__submit__item.view-more-stores__button {
    padding: 10px;
  }
  .section-store-locator__button {
    max-width: 250px;
    margin: 30px auto 0;
  }
  #image-carousel-sub-container-image .image-carousel-image {
    width: 33.33%;
  }
}
/* Gift box */ 
.gift-box-open__button,
.gift-box-open__button img {
  height: 70px;
  width: 70px;
  border-radius: 100%;
}
.gift-box-popup__wrapper img {
  height: auto;
  width: 100%;
}
.gift-box-buttons__container {
  position: fixed;
  bottom: 65px;
  z-index: 999;
  top: auto;
  left: 20px;
  transition: 0.5s;
}
.gift-box-popup__container {
  animation: smileFadeSlideUp .2s ease-in;
  border: 0;
  box-shadow: 2px 2px 60px #000000 ;
  max-height: 600px;
  outline: 0;
  overflow: hidden;
  position: fixed;
  width: 100%;
  z-index: 999;
  transition: .3s;
  transform: translateY(60px);
  left: 20px;
  max-width: 80%;
  border-radius: 10px;
}
.show-gift-box-popup {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
  max-height: 70dvh;
} 
.gift-box-popup__wrapper {
  height: auto;
  padding: 50px 20px 20px;
  border-radius: 10px;
  background-color: var(--COLOR-BG-SECONDARY);
  position: relative;
}
.gift-box-close__button {
  height: 30px;
  width: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
}
@keyframes smileFadeSlideUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (max-width: 767px) {
  .gift-box-buttons__container {
    bottom: 35px;
    left: 16px;
  }
  .shopify-body-section-header-sticky .gift-box-buttons__container {
    bottom: 65px;
  }
  .gift-box-open__button, 
  .gift-box-open__button img {
    width: 55px;
    height: 55px;
  }
  .gift-box-popup__container {
    width: 90%;
    max-width: none;
  }
}
/* Image with text overlay */
.image-with-text_overlay__wrapper {
  position: relative;
}
.image-with-text_overlay__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.image-with-text_overlay__text-content {
  width: 100%;
  height: 100%;
  display: flex;
  padding: 10px 20px;
  opacity: 0.8;
}
.image-with-text_overlay__content {
  width: 100%;
}
.image-with-overlay-text__wrapper,
.image-with-text_overlay__link {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
  width: 100%;
}
.image-with-text_overlay__link {
  margin: 0;
}
.image-with-text_overlay__title {
  font-size: calc(20px + (40 - 20) * (100vw - 300px) / (690 - 300));
  line-height: calc(26px + (44 - 22) * (100vw - 300px) / (690 - 300));
  font-family: var(--FONT-STACK-HEADING);
  font-weight: var(--FONT-WEIGHT-HEADING);
  margin: 0;
}
.image-with-text_overlay__name {
  font-size: calc(18px + (28 - 18) * (100vw - 300px) / (690 - 300));
  font-family: var(--FONT-STACK-HEADING);
  font-weight: 900;
  display: inline-block;
  transform: rotate(-1deg);
  clip-path: polygon(0% 0%, 93% 0, 100% 54%, 100% 100%, 0% 100%);
  margin: 0 0 calc(20px + (50 - 20) * (100vw - 300px) / (690 - 300)) 0;
  padding: 2px calc(10px + (15 - 10) * (100vw - 300px) / (690 - 300));
}
.image-with-text_overlay__name:after {
  content: "";
  height: calc(20px + (28 - 20) * (100vw - 300px) / (690 - 300));
  width: calc(16px + (24 - 16) * (100vw - 300px) / (690 - 300));
  display: block;
  background: #224d4bb0;
  clip-path: polygon(18% 0%, 0% 0, 100% 0%, 100% 100%, 0% 60%);
  position: absolute;
  top: -2px;
  right: -1px;
  box-shadow: 10px 7px 10px #020608;
}
.image-with-text_overlay__subheading {
  font-size: calc(9px + (25 - 9) * (100vw - 300px) / (690 - 300));
  font-family: var(--FONT-STACK-HEADING);
  font-weight: var(--FONT-WEIGHT-HEADING);
  letter-spacing: 4px;
  text-decoration: underline;
  text-decoration-thickness: 0.1px;
  text-underline-offset: 4px;
  margin-bottom: 10px;
  margin-top: 20px;
}
.image-with-text__icon {
  max-width: calc(28px + (40 - 28) * (100vw - 300px) / (690 - 300));
  height: 100%;
  width: 100%;
}
.image-with-text-overrlay__text p {
  font-size: calc(10px + (20 - 10) * (100vw - 300px) / (690 - 300));
  line-height: calc(13px + (24 - 13) * (100vw - 300px) / (690 - 300));
  font-family: var(--FONT-STACK-HEADING);
  font-weight: var(--FONT-WEIGHT-HEADING);
  margin: 0;
  max-width: 65%;
}
.content-top-left {
  justify-content: flex-start;
  align-items: flex-start;
}
.content-top-right {
  justify-content: flex-end;
  align-items: flex-end;
}
.content-left {
  justify-content: flex-start;
  align-items: center;
}
.content-center {
  justify-content: center;
  align-items: center;
}
.content-right {
  justify-content: flex-end;
  align-items: center;
}
.content-bottom-left {
  justify-content: flex-start;
  align-items: flex-end;
}
.content-bottom-right {
  justify-content: flex-end;
  align-items: flex-end;
}
@media screen and (min-width: 768px) {
  .image-with-text_overlay__content {
    max-width: calc(290px + (600 - 290) * (100vw - 768px) / (1440 - 768));
  }
  .image-with-text_overlay__text-content {
    padding: calc(15px + (25 - 15) * (100vw - 768px) / (1440 - 768))
      calc(50px + (90 - 50) * (100vw - 768px) / (1440 - 768));
  }
  .image-with-text_overlay__title {
    font-size: calc(18px + (40 - 18) * (100vw - 768px) / (1440 - 768));
    line-height: calc(22px + (44 - 22) * (100vw - 768px) / (1440 - 768));
  }
  .image-with-text_overlay__name {
    font-size: calc(17px + (30 - 17) * (100vw - 768px) / (1440 - 768));
    line-height: calc(21px + (34 - 21) * (100vw - 768px) / (1440 - 768));
    padding: calc(0px + (10 - 0) * (100vw - 768px) / (1440 - 768))
      calc(10px + (15 - 10) * (100vw - 768px) / (1440 - 768));
    margin-bottom: calc(10px + (40 - 10) * (100vw - 768px) / (1440 - 768));
  }
  .image-with-text_overlay__name:after {
    height: calc(16px + (31 - 16) * (100vw - 768px) / (1440 - 768));
    width: calc(16px + (26 - 16) * (100vw - 768px) / (1440 - 768));
  }
  .image-with-text_overlay__subheading {
    letter-spacing: calc(6px + (7 - 6) * (100vw - 768px) / (1440 - 768));
    font-size: calc(10px + (20 - 10) * (100vw - 768px) / (1440 - 768));
    margin-bottom: calc(10px + (15 - 10) * (100vw - 768px) / (1440 - 768));
    margin-top: 20px;
  }
  .image-with-overlay-text__wrapper {
    margin-bottom: calc(7px + (15 - 7) * (100vw - 768px) / (1440 - 768));
  }
  .image-with-text__icon {
    max-width: calc(25px + (45 - 25) * (100vw - 768px) / (1440 - 768));
  }
  .image-with-text-overrlay__text p {
    font-size: calc(10px + (20 - 10) * (100vw - 768px) / (1440 - 768));
    max-width: none;
  }
}
/* -------------- QC app------------ */
#qc-gift-card-container .qc-add-gift__header {
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
#qc-gift-card-container .qc__copy-balance-code svg {
  margin-left: 0;
}
/* cart offer products */
.cart-offer-products-container {
  padding: 10px 0 20px 20px;
}
.template-cart .cart-offer-products-container {
  padding: 10px 0 0 0;
}
.cart-offer-products__wrapper {
  gap: 10px;
}
.cart-offer-products__wrapper:not(.flickity-enabled) {
  display: flex;
  overflow-x: auto;
}
.cart-offer-products__wrapper::-webkit-scrollbar {
  display: none;
}
.cart-offers-wrapper__title {
  font-size: calc(1.5rem * var(--adjust-body));
  margin-bottom: 24px;
  text-align: center;
}
.cart-offer-products-container .cart-offer_product .wishlist_btn_icon {
  display: none !important; /* wishlist app css override */
}
.cart-offer-products__wrapper .cart-offer_product {
  border: 0.882px solid #CCC;
  background: #FFF;
  width: 85%;
  margin-right: 10px;
  flex-shrink: 0;
}
.offer-product-limited-tag {
  width: 100%;
  padding: 10px 20px;
  display: block;
  text-align: left;
  background: #000;
  color: #fff;
  font-size: calc(.75rem * var(--adjust-body));
  font-family: var(--FONT-STACK-HEADING);
}
.offer-product-limited-tag.hidden,
.cart-offer-products__wrapper .product-inventory__quantity,
.cart-offer_product .product-card__variants-container {
  display: none;
}
.cart-offer_product .product-grid-item__info,
.cart-offer_product .product-grid-item__details {
  gap: 6px;
  position: relative;
  width: 100%;
}
.cart-offer_product .product-grid-item {
  display: flex;
  gap: 15px;
  padding: 14px 19px;
  width: 100%;
}
.cart-offer_product .product-grid-item__image {
  padding-top: 22%;
  width: 32%;
  max-width: 65px;
  margin: 0;
}
.cart-offer_product .product-grid-item__title {
  font-size: calc(1rem * var(--adjust-body));
  width: 70%;
}
.cart-offer_product .product-grid-item__title .rating__star {
  display: none;
}
.cart-offer_product .product-grid-item__price {
  font-size: calc(.875rem * var(--adjust-body));
}
.cart-offer_product .product-grid-item__price s {
  color:#C3C3C3;
  font-family: var(--FONT-STACK-NAV);
}
.cart-offer_product .product__price--off {
  padding: 4px;
  font-size: calc(.5rem* var(--adjust-body));
  gap: 3px;
}
.cart-offer_product .product__price--off .price-off__text {
  display: inline-block;
}
.cart-offer_product .btn__text svg {
  width: 8px;
  height: 10px;
}
.cart-offer_product .product-addtocart__container {
  display: block;
  position: absolute;
  top: -2px;
  left: auto;
  right: 0;
  margin: 0;
}
.cart-offer_product .product-grid-item__quick-buy {
  display: none;
}
.cart-offer_product .product-addtocart__container .btn--quick {
  width: auto;
}
.cart-offer_product .btn--quick .btn__inner {
  padding: 4.44px 10.586px;
  height: auto;
}
.cart-offer_product .product-addtocart__container .btn--quick .btn__text {
  font-size: calc(.625rem* var(--adjust-button));
  line-height: normal;
}
.cart-offer_product .product-addtocart__container .btn--quick {
  min-height: auto;
  height: auto;
}
.cart-offer_product .product-addtocart__container .btn--quick:hover .btn__text svg {
  margin-left: 2px;
}
.cart-offer-products__wrapper .flickity-prev-next-button {
  width: 25px;
  height: 25px;
  --icon-size: 12px;
}
.template-cart  .cart-offer-products__wrapper .flickity-prev-next-button {
  top: 50%;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  transform: translateY(-50%);
  border: 1px solid var(--COLOR-ACCENT);
  display: none;
}
@media screen and (min-width: 768px) {
  .cart-offer_product .product-addtocart__container .btn--quick .btn__text {
    font-size: calc(.75rem* var(--adjust-button));
  }
  .template-cart  .cart-offer-products__wrapper .flickity-prev-next-button {
    display: block;
  }
}
/* PLP colors filters in between products */
.collection-color__filters--container {
  grid-column: span 2;
  background: rgba(243, 239, 213, 0.20);
  padding: 16px 15px;
  width: 100%;
}
.collection-color__filters--title {
  margin-bottom: 11px;
  font-size: calc(1rem * var(--adjust-body));
  text-align: center;
}
.collection-color__filters--container .collection__filter {
  border: 0;
  padding: 0;
}
.collection-color__filters--container .collection__filter-tags--swatches {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 17px;
  transform: none;
  background: transparent;
  width: 100%;
  padding: 0;
}
.collection-color__filters--container [data-collapsible-container] {
  visibility: visible;
  opacity: 1;
  height: auto;
}
.collection-color__filters--container .collection__filter-tag--default .filter__button:before,
.collection-color__filters--container .color-filter__option:before,
.collection-color__filters--container .collection__filter__title,
.collection-desktop-banner {
  display: none;
}
.influencer_collection .collection-desktop-banner {
  display: block;
}

.collection-color__filters--container .collection__filter-tag--default .color__option-label {
  flex-direction: column;
  align-items: center;
  gap: 4px;
  height: auto;
  width: auto;
}
.collection-color__filters--container .color-filter__option {
  margin-top: 5px;
}
.collection-color__filters--container .collection__filter-tags--swatches .collection__filter-tag--default .filter__input:checked~.filter__button .color-filter__option {
  height: 32px;
  width: 32px;
  margin-top: 5px;
}
.collection-color__filters--container .collection__filter-tags--swatches .collection__filter-tag--default .filter__input:checked~.filter__button .color-filter__option:before {
  height: 36px;
  width: 36px;
}
.collection-color__filters--container .collection__filter-tags--swatches .collection__filter-tag--default .filter__input:checked~.filter__button:before {
  display: none;
}
.collection-color__filters--container .color-filter-option__title {
  display: block;
  font-size: calc(.625rem * var(--adjust-body));
  line-height: 150%;
  text-align: center;
}
.collection-color__filters--container .view-more-color__filters {
  font-size: calc(.625rem * var(--adjust-body));
  line-height: 150%;
  text-decoration-line: underline;
  color: var(--bg-secondary);
  display: flex;
  align-items: center;
  gap: 2px;
}
.collection-color__filters--container .view-more-color__filters .icon-toggle-plus {
  height: 10px;
  width: 10px;
}
.collection-color__filters--container .collection__filters__clear {
  margin: 0;
}
.applied-filter--text {
  font-size: calc(.75rem * var(--adjust-body));
  font-weight: var(--FONT-WEIGHT-HEADING);
  display: block;
  margin-bottom: 10px;
}
.collection-color__filters--container .product-grid-item__price {
  font-size: calc(.88rem * var(--adjust-body));
}
.collection-color__filters--container .product-grid-item__price__new s{
  font-size: calc(.75rem * var(--adjust-body));
}
.collection-color__filters--container .product_card__offer {
  margin-left: 5px;
}

/* Career Leadership */
.section-leadership--wrapper {
  padding: 0 16px;
}
.leadership-item__content .title-with-icon {
  margin-bottom: 8px;
  gap: 20px;
  justify-content: center;
}
.column-item__main-heading {
  font-size: 12px;
  line-height: 14.4px;
}
.leadership-item__content .column-item__tagline {
  text-align: center;
  font-size: 12px;
  line-height: 18.4px;
  font-family: var(--FONT-STACK-BODY);
  font-weight: 400;
}
.column-item__main-heading {
  margin: 0;
  font-size: calc(12px + (24 - 12) * (100vw - 375px) / (1440 - 375));
  font-family: var(--FONT-STACK-BODY);
  text-align: left;
}
.column-item__tagline {
  display: block;
  text-align: left;
  font-size: calc(.75rem * var(--adjust-body));
  font-family: var(--FONT-STACK-HEADING);
  margin: 0;
}
.section-leadership .column-item__image-wrapper {
  margin-bottom: 10.43px;
}
@media screen and (min-width: 768px){
  .leadership-item__content .column-item__tagline {
    font-size: 16px;
    line-height: 24px;
  }
  .section-leadership--wrapper {
    padding: 0 40px;
  }
  .leadership-item__content .column-item__main-heading {
    font-family: var(--FONT-STACK-HEADING);
    font-size: 20px;
    line-height: 24px;
    color: #282828;
  }
  .leadership-item__content .title-with-icon {
    margin-bottom: 8px;
  }
  .leadership-item__content .icon-image-link {
    height: 36px;
    width: 36px;
  }
  .section-leadership .column-item__image-wrapper {
    margin-bottom: 20px;
  }
  .column-item__tagline {
    font-size: calc(1rem * var(--adjust-body));
  }
}
@media screen and (max-width: 767px) {
  .section-columns__wrapper.section-leadership .grid--mobile {
    column-gap: 16px;
    row-gap: 24px;
  }  
}

/* Custom Breadcrumbs */
.breadcrumb--container {
  padding: 0 16px;
}
.breadcrumbs-list {
  list-style: none;
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}
.breadcrumbs-inline-block {
  text-decoration: none;
  color: #282828;
  font-size: calc(.625rem* var(--adjust-body));
  font-weight: 400;
  margin-bottom: 0;
}
.breadcrumb-pipline {
  display: inline-block;
  margin: 0px 4px 0;
}
.breadcrumbs-inline-block .breadcrumbs-underline {
  text-decoration: none;
  letter-spacing: 0em;
  font-size: calc(.75rem * var(--adjust-body));
  color: #0C0C0F;
  font-family: var(--FONT-STACK-BODY);
}
.breadcrumbs-inline-block a[href="/"] {
  text-decoration: none;
  color: #0C0C0F;
  font-size: calc(.75rem * var(--adjust-body));
  font-family: var(--FONT-STACK-BODY);
}
.breadcrumbs-inline-block .breadcrumbs-anchor {
  text-decoration: none;
  color: #0C0C0F;
  font-size: calc(.625rem* var(--adjust-body));
  font-weight: 400;
  opacity: 0.7;
}

#meetOurTeam .column-item__image-wrapper .icon-image-link {
  height: 24px;
  width: 24px;
  display: block;
  position: absolute;
  bottom: 7%;
  left: 50%;
  transform: translateX(-50%);
  transition: .3s ease;
}

@media screen and (min-width: 768px){
  .breadcrumb--container {
    padding: 0 60px;
  }
  #meetOurTeam .column-item__image-wrapper .icon-image-link {
    width: 30.12px;
    height: 30.12px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: .3s ease;
  }
  #meetOurTeam .column-item--image:hover .icon-image-link {
    opacity: 1;
    bottom: 7%;
  }
  .grayscale {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    transition: 2s;
    animation-timing-function:ease-in-out;
  }
  
  #meetOurTeam .column-item--image {
    cursor: pointer;
  }
  
  #meetOurTeam .column-item--image:hover .grayscale {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
  }
  
  #meetOurTeam .column-item__image-wrapper {
    position: relative;
  }
}
#qc-gift-card-container .qc__balance a {
  display: none;
}
.accordion__content {
  width: 1067px;
  max-width: 100%;
  margin: 0 auto;
}
#Accordions--seo-content .accordion__content {
  width: 100%;
}
#snowflake{
  width: 20px;
  font-size: 24px;
  display: block;
}
.snow {
  font-size: 20px;
  position: fixed;
  top: -5vh;
  z-index: 999;
  transform: translateY(0);
  transform : rotate(180deg);
  animation: fall 7s linear forwards;
}
.collection-template-sale-landing .mmWidget {
  position: relative;
  margin-bottom: -25px;
} 
.collection-template-sale-landing .section-image {
  position: static;
}
@keyframes fall {
  to {
    transform: translateY(105vh);
  }
}
/* Wizzy app css */
.wizzy-progress-container, .wizzy-search-wrapper {
  z-index: 997;
}
.wizzy-search-wrapper .wizzy-search-results-container .wizzy-search-results .product__price--off {
  font-size: calc(.5rem * var(--adjust-body));
}
.wizzy-search-wrapper .wizzy-search-results-container .wizzy-search-results .btn--quick .btn__inner {
  padding: 5px;
}
.wizzy-autocomplete-wrapper .wizzy-autocomplete-top-products .autocomplete-top-products-view-more .wizzy-autocomplete-top-products-view-more {
  align-items: center;
}
.wizzy-autocomplete-wrapper .wizzy-autocomplete-top-products .autocomplete-top-products-view-more .wizzy-autocomplete-top-products-view-more::after {
  display: none;
}
@media screen and (min-width: 769px) {
  .wizzy-search-wrapper .wizzy-search-results-container .wizzy-search-results .wizzy-search-results-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
  }
  .wizzy-search-wrapper .wizzy-search-results-container .wizzy-search-results .wizzy-search-results-list .wizzy-result-product {
    width: 100%;
  }
  .wizzy-search-wrapper .wizzy-search-results-container .wizzy-search-results .product-addtocart__container {
    margin-top: 16px;
  }
  .wizzy-search-wrapper .wizzy-search-results-container .wizzy-search-results .product__price--off {
    font-size: calc(.625rem * var(--adjust-body));
  }
  .wizzy-search-wrapper.display-tile-view[wizzy-tile-view-level="2"] .wizzy-search-results-wrapper .wizzy-search-results-container .wizzy-search-results .wizzy-search-results-list .wizzy-result-product {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
}
html:not(.is-loading) .loading-overlay {
  opacity: 0;
  visibility: hidden;
}
#thridify-container {
  top: 102px;
  height: calc(100dvh - 114px);
}
.product-single__media-slider #product-preview {
  position: relative;
  display: block;
  top: 0;
  height: 100%;
  width: 100%;
}
.product-media__wrapper .floating-icon-container {
  top: 0rem;
  width: auto;
  height:30px !important;
  z-index: 99;
  position:absolute;
  right:1rem;
}
.product-media__wrapper #view-360-button-container {
  height: auto;
  width: auto;
  border: none;
  box-shadow: none;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.product-media__wrapper #view-360-button {
  max-height: none;
  font-family: var(--FONT-STACK-HEADING);
  font-size: calc(0.75rem * var(--adjust-body));
  background: var(--bg-secondary);
  color: #fff;
  padding: 2px 8px;
  border-radius: 4px;
  cursor:pointer;
  min-width: 85px;
  max-width: 85px;
}
.product-media__wrapper #view-360-button::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(to right, transparent 0%, rgba(255, 255, 255, 0.8) 30%,  rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.8) 70%,  transparent 100%);
  transform: rotate(30deg);
  opacity: 0;
  transition: opacity 0.5s, transform 0.5s;
  animation: shine 2s infinite alternate;
}
@keyframes shine {
  0% {
    opacity: 0;
    transform: rotate(30deg);
  }
  100% {
    opacity: 1;
    transform: rotate(30deg) translate(-50%, -50%);
  }
}

/* .product-tag-container {
  display: flex;
  flex-direction: column;
  gap: .5rem;
  width: 22%;
} */
.holi_special_badge {
  border-radius: 100px;
}
product-as-variant .main-product__swatch-button.compartment-variant-swatch .size-variant_background__image {
  height: 100%;
  object-fit: unset;
}
product-as-variant .option_size .main-product__swatch-button.compartment-variant-swatch {
  min-height: 100px;
}
.product-single__details .option_size .product-variant-options.compartment-variant {
  min-height: 100px;
  height: 100px;
}
.influencer_collection .collection-banner__container{
  grid-column: span 1;
}
@media screen and (max-width: 767px) {
  .product-tag-container {
      padding:1px 20px;
  }
  .influencer_collection .collection-banner__container{
    grid-column: span 2;
  }
  #Text--heading_93GeBP.text__heading.h2 .text-highlight__break {
    font-size: 24px;
  }
  .collection-template-store-near-you #stockist-widget .stockist-result-list .stockist-list-result {
    display: none;
  } 
  .collection-template-store-near-you #stockist-widget .stockist-result-list .stockist-list-result:first-child {
    display: block;
  }
}

.collection-banner__container,
.collection-videos__container {
  grid-column: span 2;
}
.collection__products.one-grid-view .collection-banner__container,
.collection__products.one-grid-view .collection-videos__container {
  grid-column: span 3;
}
.collection-mobile-banner {
  display: block;
}
.product-single__details .form__wrapper .product__block.standard__app {
  margin-bottom: 0px;
}
.clickpost-edd__heading {
  font-size: calc(.88rem * var(--adjust-body));
  font-family: var(--FONT-STACK-HEADING);
  color: var(--text);
}
.mobile-collections__item__title {
  position:relative;
}
.mobile-collections__item__title .navlink-badge {
  left: 0;
  top: -14px;
}
.collection-template-store-near-you .stockist-map.stockist-map-leaflet ,.cart-offer_product .product-grid-item__image .product-tag-container{
  display: none;
}
.size-atc-btn-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-top: 1rem;
}
.size-atc-btn-container .size-variant {
  width: 30%;
}
.size-atc-btn-container .product-addtocart__container {
  width: 70%;
}
.tab-collections__container .size-atc-btn-container  .product-addtocart__container .btn--quick ,.size-atc-btn-container .product-addtocart__container {
  margin-top: 0px;
  margin: 0 auto;
}
.size-atc-btn-container .selected-size__container {
  padding: 8px 8.5px;
}
.color-red {
  color: #FF4A00;
}
.offer-text {
  font-size: 10px;
}
.product__badge.single-product-grid-badge {
  width: 55%;
}
.product__badge .product__badge__item--sale-badge {
  border-radius: 36px;
    border: 1px solid #FF4A00;
    background: #FFF;
    width: 100%;
    justify-content: flex-start;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.product__badge__item--sale-badge .offer-icon {
  padding: 0px 4px 0px 10px;
}
.single-product-grid-badge .product__badge__item--saving {
  background-color: rgba(255, 74, 0, 0.10);
  border-radius: 36px;
  border: 1px solid #FF4A00;
}
.single-product-grid-badge .product__badge__item--saving span{
  color: #FF4A00;
}
.single-product-grid-container .product-tag-container {
  top: 70px;
}
.special-offer-text , .product-grid-item__price__new.color-red{
  font-size: 14px;
}
.product-grid-item__price s {
  font-size: 12px;
}
.collection-seo .metafield-rich_text_field h1 {
  font-size: 36px;
}
.collection-seo .metafield-rich_text_field h2 {
  font-size: 24px;
}
.collection-seo .metafield-rich_text_field h3 {
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .collection-color__filters--container {
    width: 100%;
    margin-left: 0;
    grid-column: span 1;
    border-radius: 8px;
    display: none;
  }
  .collection-color__filters--container .collection__filter {
    padding: 0;
  }
  .template-cart .cart-offer-products__wrapper .cart-offer_product {
    width: 35%;
  }
  .applied-filters--container {
    display: none;
  }
  .collection-videos__container {
    grid-column: span 3;
  }
  .collection-desktop-banner {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
  }

  .clickpost-edd__heading {
    font-size: calc(1rem * var(--adjust-body));   
  }
  .list-collections__item__title .navlink-badge {
    font-size: 8px;
    left: 65%;
    top: -15px;
  }
  .collection-template-store-near-you #stockist-widget .stockist-horizontal .stockist-side-panel {
    width: 100%;
  }
  .collection-template-store-near-you .stockist-result-list ul {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    overflow-y: auto;
  }
  .collection-template-store-near-you #stockist-widget .stockist-result-list {
    min-height: 200px;
    height: 100%;
    height: 200px !important;
  }
  .template-collection .whatsapp-notifyme--container {
    max-width: unset;
  }
  .collection-template-store-near-you #stockist-widget .stockist-result-list .stockist-list-result:nth-child(n+5) {
    display: none;
  }
  .product-grid-item__price s {
    font-size: 14px;
  }
  .special-offer-text , .product-grid-item__price__new.color-red{
    font-size: 16px;
  }
  .product__badge.single-product-grid-badge {
    width: 39%;
  }
  .single-tab-img {
    position: absolute;
    bottom: 2%;
    left: 7%;
    width: 87%;
    padding: 6px;
    color: white;
    text-align: center;
    border-radius: 97px;
    border: 1px solid #C41A59;
    background: #C41A59;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.10), 0px 1px 3px 0px rgba(0, 0, 0, 0.07);
  }
  .single-tab-img svg {
    margin-left: 16px;
  }
  .size-atc-btn-container .size-variant {
    width: 20%;
  }
  .collection-seo .metafield-rich_text_field h1 {
    font-size: 48px;
  }
  .collection-seo .metafield-rich_text_field h2 {
    font-size: 32px;
  }
  .collection-seo .metafield-rich_text_field h3 {
    font-size: 20px;
  }
}

gift-card-checkout, .response-cod{
  display: none !important;
}
.successful-response {
  color: #ff5a23;
}
.direction-btn {
  background: #ff5a23;
  width: 30%;
  border-radius: 2rem;
  text-align: center;
}
.upsell-subheading-block {
  display: flex;
  align-items: center;
  padding-right: 1rem;
}
.upsell-subheading-block  img {
  margin-bottom: 8px;
}
.btn--pink{
  --btn-border: #C41A59;
  --btn-bg: #C41A59;
  --btn-text: var(--white);
}
.btn.btn--pink {
  width: 100%;
  border-radius: 100px;
  align-items: center;
  display: flex;
  justify-content: center;
}
.btn.btn--pink svg {
  margin-left: 16px;
}
.product__block.product__price-and-badge {
  flex-direction: column;
}
.product__tax.rte {
  opacity: .5;
}


/* pack dropwdown css */

.collection__products.two-grid-view .product-addtocart__container .product-size-variants__dropdown.pack-option , .product-size-variants__dropdown.pack-option   {
  max-width: 80px;
}

.product-size-variants__dropdown__list:not(:has(.product-size__swatch-button)), .pop_cart_msg {
  display: none !important;
}

.pop_cart_drawer_container {
  border: none !important;
}

.cart_earn-update {
  font-size: 12px !important;
}


/* .footer-block--text-full-width a:focus-visible,
.footer-block--text-full-width a:active {
  outline: 2px solid currentColor;
 } */

.shopify-section-group-group-footer .gifting-page.icons-row {
  display: none;
}

@media screen and (max-width:1024px) {
  .tab-collections__container {
    --gutter: 75px;
  }
}

.pdp_popcoin.not-logged-in label#buy-with-pop-coins-label, #pop-club-quick-buy3 {
  display: none !important;
}


/* social share */
.social-share {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.social-share__label {
  font-weight: 500;
  margin-right: 8px;
}

.social-share__icons {
  display: flex;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.social-share__icons li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #f5f5f5;
  color: #333;
  transition: all 0.3s ease;
}



/* Two col video section */

  .two-col-video-outer-wrapper{
     position: relative;
  }

  .two-col-video-outer-wrapper .two-col-video-container {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    scroll-behavior: smooth;
  }

  .two-col-video-outer-wrapper .video-col {
    flex: 0 0 100%;
    max-width: 100%;
  }

  @media(min-width: 768px) {
    .two-col-video-outer-wrapper .two-col-video-container {
      overflow-x: visible;
    }
    .two-col-video-outer-wrapper .video-col {
      flex: 1 1 50%;
      max-width: 50%;
    }
  }

  .two-col-video-outer-wrapper .scroll-arrow {
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    z-index: 5;
    background:  #f2683e;
    color: #fff;
    border: none;
    padding: 0 9px;
    cursor: pointer;
    display: none;
    border-radius: 50%;
  }

  @media(max-width: 767px) {
    .two-col-video-outer-wrapper .scroll-arrow {
      display: block;
    }
    .two-col-video-outer-wrapper .scroll-arrow.left { left: 5px; }
    .two-col-video-outer-wrapper .scroll-arrow.right { right: 5px; }
  }

.two-col-video-container {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
}

.two-col-video-header {
  text-align: center;
}

.two-col-video-container .video-col {
  flex: 1 1 50%;
}

.two-col-video-container video {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 768px) {
  .two-col-video-container {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .two-col-video-container::-webkit-scrollbar {
    display: none;
  }

  .two-col-video-container .video-col {
    flex: 0 0 100%;
    scroll-snap-align: start;
  }

  .two-col-video-container .desktop-video {
    display: none;
  }

  .two-col-video-container .mobile-video {
    display: block;
  }

  .product-customize__button{
    font-size: 12px;
    padding: 0;
    margin: 0;
    height: 26px;
  }

  .tab-collections__container .product-customize__button{
    font-size: 16px;
    height: 37px;
    gap: 6.6px;
  }

  .tab-collections__container .product-customize__button svg{
    height: 12.553px;
  }

  .collection__products.two-grid-view .product-addtocart__container{
    gap: 3px;
  }

  .product-customize__button svg{
    height: 8px;
  }

  .collection__products.two-grid-view .product-addtocart__container product-card-variants{
    max-width: 50px;
  }
}

@media (min-width: 769px) {
  .two-col-video-container .mobile-video {
    display: none;
  }
}

/* Cart drawer message */
.cart-drawer-message{
  background: rgb(255, 90, 35);
  padding: 10px;
  border-radius: 5px;
  font-size: 13px;
  color: white;
  z-index:99;
  line-height: 25px;
  margin-bottom:10px;
}


.blog-product-slider .flickity-prev-next-button {
    visibility: visible;
    opacity: 1;
    background: white;
    height: 32px !important;
    width: 32px!important;
    /* width: 100%; */
}

.blog-product-slider .flickity-prev-next-button.next{
  right: 0;
}

.blog-product-slider .flickity-prev-next-button.previous{
  left: 0;
}

.collection-cetegory--swatches {
  display: flex;
  align-items: center;
  overflow-x: auto;
  width: 100%;
  gap: 8px;
  padding: 25px 0 0 0;
  margin: -25px 0 0 0;
}
.collection-cetegory--swatches::-webkit-scrollbar {
  display: none;
}
.collection-cetegory--swatches a {
  cursor: pointer;
}
.tooltip {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: min-content;
  background-color: white;
  color: black;
  text-align: center;
  border: 1px solid var(--bg-secondary);
  padding: 2px 5px;
  position: absolute;
  z-index: 999;
  text-transform: capitalize;
  left: 50%;
  transform: translateX(-50%);
  bottom: 110%;
  opacity: 0;
  transition: opacity 0.3s;
  white-space: nowrap;
  border-radius: 3px;
}
.swatch-background__button {
  height: 20px;
  width: 20px;
  border-radius: 3.8px;
}
.collection-cetegory--swatches .tooltip .tooltiptext::after,
product-as-variant .tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: var(--bg-secondary) transparent transparent transparent;
  z-index: 999;
}
.collection-cetegory--swatches .tooltip .tooltiptext,
product-as-variant .tooltiptext {
  font-size: calc(.5rem* var(--adjust-body));
  text-transform: capitalize;
}
.swatch__button:hover .tooltiptext,
.tooltip:hover .tooltiptext,
.product-variant-options:hover .tooltiptext,
.main-product__swatch-button:hover .tooltiptext {
  visibility: visible;
  opacity: 0;
  z-index: 20;
}
.collection__filter__title--body {
  font-size: calc(1.25rem * var(--adjust-body));
}
/* key-features --> product page */
[data-price-off-type] {
  display: none;
}

.product-specification-image img {
  width: 100%;
  height: auto;
}
.product-specification-content {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
.product-specification-details,
.product-specification-image {
  width: 50%;
}
.product-specification-details ul {
  list-style: none;
}
.product-specification-details ul li:not(:last-child) {
  border-bottom: 1px solid;
}
.product-specification-details ul li {
  margin-bottom: 0.25em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 5px;
}
.product-specification-details ul li:last-child {
  border-bottom: none;
}
.product-spec__value {
  text-align: right;
}
.product-spec__label {
  width: 35%;
}
.product-spec__value {
  width: 65%;
  word-wrap: break-word;
}
.key-features-main-container .section__header,
.product-specification-main-container .section__header{
  margin-bottom: 32px;
}
.product-specification-main-container .section__heading {
  font-size: 24.88px;
}
.key-features-main-container .section__heading {
  --heading-size: calc(2rem* var(--adjust-heading));
  font-size: var(--heading-size);
}
@media screen and (min-width: 768px) {
  #key-features-sub-container {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  #key-features-sub-container {
    padding: 0 16px;
    margin-bottom: 30px;
  }
  .key-features-main-container.wrapper--full-padded {
    padding-left: 0;
    padding-right: 0;
  }
  .key-feature-image,
  .product-specification-details,
  .product-specification-image {
    width: 100%;
  }
  .product-specification-content {
    flex-direction: column;
  }
  .key-features-main-container .section__header,
  .product-specification-main-container .section__header{
    margin-bottom: 24px;
  }
  .key-features-main-container .section__heading {
    --heading-size: calc(1.5rem* var(--adjust-heading));
  }
  product-as-variant .option_size .main-product__swatch-button svg {
    height: auto;
  }
  product-as-variant .option_size .main-product__swatch-button .small-icon {
    max-width: 14px;
  }
  product-as-variant .option_size .main-product__swatch-button .medium-icon {
    max-width: 17px;
  }
  product-as-variant .option_size .main-product__swatch-button .large-icon {
    max-width: 21px;
  }
  product-as-variant .option_size .main-product__swatch-button .small-medium-icon {
    max-width: 32px;
  }
  product-as-variant .option_size .main-product__swatch-button .medium-large-icon {
    max-width: 40px;
  }
  product-as-variant .option_size .main-product__swatch-button .small-medium-large-icon {
    max-width: 55px;
    margin-top: 8.3px;
  }
}
.address p,
.account__table__item p {
  font-size: calc(1rem * var(--adjust-body));
}
#address_form_new .btn--primary,
.address__edit .btn--primary {
  font-size: calc(.88rem * var(--adjust-body));
}
.title-with-icon,
.product-title-and-wishlist {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-title-and-wishlist .product__title {
  margin: 0;
}
.icon-image-link {
  height: 22px;
  width: 22px;
}
.icon-image {
  width: 100%;
  height: auto;
}
.template-collection:not(.collection-template-category)
  product-grid-item-swatch {
  display: none;
}
.cart__acceptance__input:checked {
  accent-color: #bf9f65;
}
.sc_simple-container .sc_code-btn input[type="button"] {
  background-color: #bf9f65 !important;
  border: 1px solid #bf9f65 !important;
}
.accordion__header .section__heading {
  color: black;
}
#about-us .column-item__content .column-item__text p {
  font-size: calc(1rem * var(--adjust-body));
}
#about-us .text-section .text__heading  {
  margin-bottom: 32px;
}
@media only screen and (max-width: 767px) {
  .carousel_2_5_layout .list-collections__item {
    width: 25%;
  }
  .product-title-and-wishlist .product__title {
    font-size: calc(1.5rem* var(--adjust-heading));
  }
  #about-us .column-item__content .column-item__heading {
    margin-bottom: 12px;
  }
  #about-us .column-item__content .column-item__text p {
    font-size: calc(0.75rem * var(--adjust-body));
  }
  #about-us .text-section .text__heading  {
    margin-bottom: 24px;
  }
}
.product-grid-item .wishlist-btn {
  position: absolute;
  inset:10px 10px auto auto !important;
  z-index:9;
}
.rps_trademark {
  display: none !important;
}
.product-grid-item .product-grid-item__image .background-size-cover img {
  object-fit: contain;
}
.NBIS-Modal__btn {
  width: 100%;
  display: block;
  text-align: center;
  border-radius: 8px;
  margin-bottom: 10px;
}
a.social-sharing-icon.twitter svg {
  width: 1.8rem;
}
@media only screen and (min-width: 768px) {
  a.social-sharing-icon.twitter svg {
    padding-top: 1.2rem;
  }
  #address_form_new .btn--primary,
  .address__edit .btn--primary {
    font-size: calc(1rem * var(--adjust-body));
  }
  #about-us .column-item__content .column-item__heading {
    font-size: calc(1.5rem * var(--adjust-body));
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 479px) {
  .collection-list
    .list-collections-section
    .grid__container
    .list-collections__item {
    padding: 5px;
  }
}
#fc_frame {
  bottom: 90px !important;
  right: 26px !important;
}
video::-webkit-media-controls-current-time-display,
video::-webkit-media-controls-time-remaining-display,
video::-webkit-media-controls-fullscreen-button,
video::-webkit-media-controls-play-button,
video::-webkit-media-controls-timeline,
video::-webkit-media-controls-timeline-container,
video::-webkit-media-controls-closed-captions-track-list {
  display: none;
}
.account__logout {
  padding-left: 20px;
}
#predictiveSearchResults {
  display: none;
}
.hulk__wishlist-wrap {
  overflow: hidden;
}
#freshchatbox {
  display: none;
}
.collection__filter-actions {
  padding-top: 2px;
}
.product__block.standard__app {
  position: relative;
  margin-bottom: 10px;
}
#gifting .background-size-cover img {
  object-fit: contain;
}
@media only screen and (max-width: 767px) {
  #gifting .image-with-text__image {
    padding-top: 68%;
  }
  #gifting .background-size-cover {
    height: auto;
  }
}
#wk_pay_wallet_button {
  width: 100%;
}
#wk_pay_wallet {
  padding: 0;
}
/* Below css is app related */
#fc_frame,
#fc_frame.fc-widget-normal {
  z-index: 999 !important;
}
#fc_frame,
#fc_frame.fc-widget-normal.fc-open {
  z-index: 999 !important;
}
.product__block:has(#shopify-block-sc_back_in_stock_app_block_r8zFgW) {
  z-index: 1 !important;
}
.collection__sort button.collection__sort__label {
  font-size: calc(1.1rem * var(--adjust-body));
}
/*==================================================================
  #Coupon POPUP CSS
==================================================================*/
.coupon_popup_main_container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 990;
  transition: all 1s;
  opacity: 0;
  visibility: hidden;
  text-align: center;
}
.coupon_popup_main_container.show_popup {
  opacity: 1;
  visibility: visible;
  z-index: 9999999;
}
.coupon_popup_content_container {
  padding: 50px 28px 55px;
  min-width: 600px;
  max-width: 700px;
  border-radius: 20px;
  border: 2px solid #bd9f68;
  outline: 2px solid white;
  color: #fff;
  background: rgb(1, 167, 213);
  background: linear-gradient(
    180deg,
    rgba(1, 167, 213, 1) 14%,
    rgba(0, 68, 144, 1) 73%
  );
  position: relative;
  overflow: hidden;
}
.coupon_popup_coupon_container {
  padding: 70px 0;
}
.coupon_popup_form_container .shark_logo,
.coupon_popup_coupon_container .shark_logo {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100px;
}
.close_popup_icon svg {
  cursor: pointer;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 10px;
  right: 10px;
}
.coupon_flex_item input {
  width: 80%;
}
.coupon_form {
  padding-top: 20px;
}
.coupon_flex_item {
  padding-bottom: 10px;
}
.coupon_code {
  width: fit-content;
  margin: 0 auto;
  padding: 12px 40px;
  border-radius: 5px;
  outline: 1px solid #be9f65;
  background: #be9f65;
  min-width: 100px;
  color: #fff;
  margin-top: 50px;
}
.coupon_form_button {
  width: 80%;
}
.confetti {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.overflow-hidden {
  overflow: hidden !important;
}
.coupon_popup_form_heading,
.coupon_popup_coupon_heading {
  width: 80%;
  margin: 0 auto;
  color: #fff;
}
.coupon_popup_form_heading p,
.coupon_popup_coupon_heading p {
  margin: 0 0 10px;
  font-weight: 800;
  font-size: 26px;
}
@media only screen and (max-width: 767px) {
  .coupon_popup_main_container {
    top: 50%;
    left: 0;
    right: 0;
    transform: unset;
    margin: 10px;
    transform: translateY(-50%);
  }
  .coupon_popup_content_container {
    min-width: 100%;
    padding: 30px 20px;
  }
  .coupon_popup_form_heading,
  .coupon_popup_coupon_heading {
    width: 100%;
  }
  .coupon_form_button,
  .coupon_flex_item input {
    width: 100%;
  }
  .coupon_popup_form_container .shark_logo,
  .coupon_popup_coupon_container .shark_logo {
    position: unset;
  }
  .coupon_popup_form_heading p {
    font-size: calc(1rem * var(--adjust-body));
  }
}
.form-validation_msg {
  color: red;
}
@media only screen and (min-width: 769px) {
  .form-validation_msg {
    max-width: 80%;
    margin-left: 10%;
    color: red;
  }
}
/* cart upselling */
.cart__content {
  overflow: unset;
}
#cart-upselling {
  list-style-type: none;
}
@media only screen and (min-width: 750px) {
  #cart-upselling .product-grid-item.carousel__item {
    width: calc((var(--wrapper-width) - var(--grid-gutter) * 4) / 5);
  }
  #cart-upselling .flickity-button.flickity-prev-next-button.next {
    transform: scale(1) translate(50%, -50%);
    right: 0;
  }
  #cart-upselling .flickity-button.flickity-prev-next-button.previous {
    transform: scale(1) translate(-50%, -50%);
    left: 0;
  }
}
@media only screen and (max-width: 749px) {
  #cart-upselling .product-grid-item.carousel__item {
    width: calc((var(--wrapper-width) - var(--grid-gutter) * 1) / 2);
    margin-right: 10px;
  }
  #cart-upselling .flickity-button.flickity-prev-next-button.next {
    transform: scale(0.7) translate(50%, -50%);
    right: 0;
  }
  #cart-upselling .flickity-button.flickity-prev-next-button.previous {
    transform: scale(0.7) translate(-50%, -50%);
    left: 0;
  }
  #cart-upselling .product-grid-item__title.font-heading {
    font-size: calc(.88rem * var(--adjust-body));
  }
  #cart-upselling .product-grid-item__price.price {
    font-size: calc(.75rem * var(--adjust-body));
  }
}
#cart-upselling {
  margin-top: 20px;
}
#toster {
  visibility: hidden;
  min-width: 250px;
  background-color: #008000;
  color: #fff;
  text-align: center;
  border-radius: 8px;
  font-weight: 800;
  padding: 16px;
  position: fixed;
  z-index: 9666;
  left: 50%;
  transform: translateX(-50%);
  bottom: 50px;
}
#toster.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 50px;
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 50px;
    opacity: 1;
  }
}
@-webkit-keyframes fadeout {
  from {
    bottom: 50px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}
@keyframes fadeout {
  from {
    bottom: 50px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}
.main-buttons--video {
  padding-top: 30%;
}
/* below css is snapmint app css so using important to overide app css */
.snap_emi_txt_wrapper.snap_emi_txt {
  display: block !important;
}
#sm-widget-btn .snap-emi-inst,
#sm-widget-btn .snap-emi-slogan {
  width: auto !important;
}
.product-single__details #sm-widget-btn.snap_emi_txt:before {
  z-index: 99 !important;
}
.luggage_cover_info {
  color: #ff4040;
  font-weight: 800;
  font-size: calc(.88rem * var(--adjust-body));
  margin: 5px 0;
}
.luggage_cover_info p {
  margin: 0;
}
.product-atc-confirm.show_popup .atc-confirm__wrapper {
  width: clamp(300px, 90%, 500px);
  max-width: 100%;
  background-color: white;
  padding: 30px;
  position: relative;
}
.product-atc-confirm.show_popup .atc-confirm__wrapper button {
  background: green;
  color: white;
  padding: 10px 20px;
}
.product-atc-confirm.show_popup .atc-confirm__wrapper img {
  aspect-ratio: 4 / 2;
  height: auto;
  max-width: 100%;
  min-width: 100%;
  object-fit: contain;
}
.product-atc-confirm.coupon_popup_main_container.show_popup {
  display: flex;
  justify-content: center;
  z-index: 99999;
}
.product-atc-confirm.coupon_popup_main_container {
  z-index: -1;
}
body.overflow-hidden.js-drawer-open .shopify-section--product {
  position: unset;
}
.video-close-button:after,
.atc-confirm__wrapper .close_button:after {
  position: absolute;
  content: "";
  inset: 0;
}
.atc-confirm__wrapper .close_button svg {
  width: 30px;
}
.video-close-button,
.atc-confirm__wrapper .close_button {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.overflow-hidden.js-drawer-open
  .form__wrapper.is-sticky:has(.product-atc-confirm) {
  position: unset;
}
.back-to-top__text {
  display: none;  
}
.product-single__details .product__submit__buttons {
  position: fixed;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 998;
  padding: calc(10px + (14 - 12) * (100vw - 768px) / (1440 - 768)) calc(20px + (60 - 20) * (100vw - 768px) / (1440 - 768));
  background: white;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.24);
  width: 100%;
  min-width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  transition: 0.5s ease;
  margin: 0;
}
.product-atc-buynow__buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  position: relative;
}
.sticky-bar__image {
  max-width: calc(45px + (60 - 45) * (100vw - 768px) / (1440 - 768));
  width: 100%;
  height: auto;
  display: block;
}
.sticky-bar__title {
  color: #000;
  font-size: calc(14px + (18 - 14) * (100vw - 768px) / (1440 - 768));
  margin-bottom: 4px;
  line-height: normal;
}
@media only screen and (max-width:767px) {
  .container-has-store-locator-button.product-atc-buynow__buttons {
    flex-direction: column;
  }
  .product-single__details .product__submit__buttons {
    padding: 16px 7px;
    display: flex;
    flex-wrap: nowrap;
    gap: 2px;
  }
  .product-atc-buynow__buttons {
    gap: 8px;
    width: 97%;
  }
  .shopify-body-section-header-sticky .product-single__details .product__submit__buttons {
    bottom: 65px;
  }
  .template-product.shopify-body-section-header-sticky .product-single__details .product__submit__buttons {
    bottom: 0;
  }
  body.product #SiteFooter {
    z-index: 1;
  }
  .btn--scroll-top[aria-label="Scroll to top"] {
    bottom: 45px;
    width: auto;
    height: 35px;
    margin: 0;
    left: 20px;
    right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: fit-content;
    padding: 0 15px;
    font-size: calc(.75rem * var(--adjust-body));
    text-transform: none;
    transition: 0.5s ease;
    background: #ff5a23 !important;
  }
  .template-product .btn--scroll-top[aria-label="Scroll to top"],
  .shopify-body-section-header-sticky .btn--scroll-top[aria-label="Scroll to top"],
  .wizzy-search-results-rendered .btn--scroll-top[aria-label="Scroll to top"] {
    bottom: 75px;
  }
  .template-product .btn--scroll-top[aria-label="Scroll to top"] {
    bottom: 113px;
  }
  .template-product.shopify-body-section-header-sticky
    .btn--scroll-top[aria-label="Scroll to top"] {
    bottom: 177px;
  }
  .wizzy-search-wrapper
    .wizzy-search-results-wrapper
    .wizzy-filters-mobile-entry {
    z-index: 201;
  }
  .back-to-top__text {
    display: none;
    margin-right: 5px;
  }
  #fc_frame {
    bottom: 140px !important;
  }
  body.product .variant--soldout .product__submit__add {
    background-color: rgb(191, 159, 101);
    color: white;
  }
  body.product .product__block.product__title-and-price {
    gap: 10px;
  }
  body.product section.product-single.section-padding {
    --padding-top: calc(var(--PT) * 0.67);
  }
  .video-popup {
    width: 100%;
  }
  .sticky-bar__image,
  .sticky-bar__title {
    display: none;
  }
}
.sticky-bar-price__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.sticky-bar-price__wrapper .product__price--regular,
.sticky-bar-price__wrapper .product__price--compare {
  font-size: calc(12px + (14 - 12) * (100vw - 768px) / (1440 - 768));
}
.sticky-bar-price__wrapper .product__price--off {
  font-size: 8.8px;
  padding: 4px 11.034px;
}
.newsletter-section,
.related-products .section__header.featured-collection__top {
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .medium-hide,
  .hide-desktop-only {
    display: none !important;
  }
}
.product__accordion__content .product-specification-details {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .product-specification-main-container .section__header,
  .product-specification-main-container .product-specification-details {
    display: none;
  }
  .mobile-hide,
  .hide-mobile-only {
    display: none !important;
  }
  .sticky-bar-price__wrapper .product__price--regular, .sticky-bar-price__wrapper .product__price--compare {
    font-size: calc(.75rem * var(--adjust-body));
  }
  .sticky-bar-price__wrapper .product__price--off {
    font-size: calc(.625rem* var(--adjust-body));
  }
}
.product__accordion:has(.no-data) {
  display: none;
}
.product__accordion ul.product-spec {
  margin-left: 0;
}
.product__accordions.warranty_accordian .product-spec__label {
  display: none;
}
.product__accordions.warranty_accordian .product-spec__value {
  width: 100%;
  text-align: left;
}
.product__accordions.warranty_accordian .product-spec__item {
  border-bottom: none;
}
.tooltiptext:empty {
  display: none;
}
.template-cart [data-section-type="announcement-bar"] {
  padding: 0;
}
.product__accordions {
  padding: 10px 23.5px 11px 14.5px;
  background: #F6F7F5;
  margin-bottom: 12px;
}
.accordion__item__text-wrapper.is-expanded {
  color: black;
  border-bottom-right-radius: var(--radius);
  border-bottom-left-radius: var(--radius);
}
#Accordions--seo-content .accordion__item__text-wrapper.is-expanded {
  background-color: #000;
}
#Accordions--seo-content * {
  color: #fff;
}
.video-popup {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: fixed;
  z-index: 999999;
  height: auto;
  max-width: 1440px;
}
.video-close-button {
  right: 0;
  width: 30px;
  top: 0;
  z-index: 99;
  background: white;
  opacity: 0.8;
}
.d-none {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  .video-popup {
    width: 90%;
  }
  .product__accordions {
    padding: 16px;
    margin-bottom: 16px;
  }
}
.main-product__swatch-button,
.product-grid-item .swatch__button {
  position: relative;
}
.main-product__swatch-button.selected-color {
  order: -1;
}
.product-varinats__outofstock {
  order: 1;
}
.main-product__swatch-button::after,
.product-grid-item .swatch__button::after {
  inset: 0;
}
.product-grid-item .swatch__button {
  position: relative;
}
.product-grid-item .swatch__button {
  position: relative;
}
.product-grid-item .swatch__button::after {
  inset: 0;
  position: absolute;
  z-index: 99;
  cursor: pointer;
  content: "";
}
product-as-variant .option_size .main-product__swatch-button {
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  min-height: 100px;
  position: relative;
}
product-as-variant .main-product__swatch-button .size-variant_background__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}
.swatch__button[aria-selected="true"] .swatch-background__button {
  height: 20px;
  width: 20px;
}
.template-cart [data-section-type="announcement-bar"] {
  padding: 0;
}
.cart-count-bubble {
  position: absolute;
  background-color: #ff4a00;
  color: white;
  height: 18px;
  width: 18px;
  border-radius: 100%;
  display: flex;
  font-weight: 700;
  justify-content: center;
  align-items: center;
  font-size: calc(.625rem* var(--adjust-body));
  top: 3px;
  right: 2px;
  font-family: var(--FONT-STACK-HEADING);
  line-height: normal;
}
#cart-icon-bubble {
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .cart-count-bubble {
    top: 0;
  }
}
/* PDP text sections css */
.key-features-main-container.medium-hide {
  padding-bottom: 40px;
}
product-as-variant:not(:has(.main-product__swatch-button)),
.product__accordions:has(.product-spec.no-data) {
  display: none;
}
.product-specification-details ul li.hidden {
  display: none;
}
#showMoreBtn {
  color: #ba9754;
  display: flex;
  margin-left: auto;
  position: relative;
  padding-top: 0.2em;
}
button#showMoreBtn:hover::after {
  opacity: 1;
  transform: translate3d(0, 0.2em, 0);
}
button#showMoreBtn:hover::after {
  transform: scale(1);
}
button#showMoreBtn::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ba9754;
  opacity: 0;
  transition: opacity 300ms, transform 300ms;
  transform: scale(0);
  transform-origin: center;
}
/* Product card swatches design */
.not--selected.out-stock-variant {
  display: none;
}
.selected--variant {
  order: 0;
}
.not--selected {
  order: 1;
}
.swatch__button[aria-selected="true"] .swatch-background__button:before {
  opacity: 1;
  visibility: visible;
}
.swatch-background__button {
  position: relative;
}
.swatch-background__button:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  height: 16.6px;
  width: 16.6px;
  border-radius: 3.8px;
  border: var(--BORDER-WIDTH) solid var(--bg);
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}
.swatch-background__button {
  --inner-offset: calc(var(--BORDER-WIDTH) + 5px);
  --inner-size: calc(var(--swatch-size) - var(--inner-offset));
  --adjust-size: calc(var(--inner-size) - var(--BORDER-WIDTH));
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0;
  border-radius: 3.8px;
  color: var(--black);
  background: var(--swatch) no-repeat center center/cover;
}
[aria-selected="true"] span.icon.tooltip {
  visibility: visible;
  opacity: 1;
  stroke: none;
  background: none;
  width: 10px;
}
.collection-section .swatch__button[aria-selected="true"] .tooltip {
  width: 10px;
}
@media screen and (min-width: 768px) {
  .swatch-background__button,
  .swatch__button[aria-selected="true"] .swatch-background__button {
    height: 24px;
    width: 24px;
    border-radius: 4.66px;
  }
  .swatch-background__button:before {
    height: 19.4px;
    width: 19.4px;
    border-radius: 4.66px;
  }
}

/* footer css for seo block */
.metafield__content h2 {
  color: white;
}
.metafield-rich_text_field h1,
.metafield-rich_text_field h2 {
  font-size: calc(20px + (28 - 20) * (100vw - 375px) / (1440 - 375));
}
/* Footer css */
.footer__sub_text-block {
  border-top: 1px solid #fff;
  padding-top: 30px;
}
.footer__payment {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}
ul.list.list-payment {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin: 15px 0;
  margin-bottom: 0;
}
.list-payment__item {
  list-style-type: none;
  width: 60px;
  height: 40px;
  margin: 0;
}
.list-payment__item .icon {
  stroke: none;
}
.shipping-content-text {
  width: auto;
  text-align: center;
}
.shipping-content-text p {
  margin: 10px 0 0 0;
}
.shipping-content-text a {
  margin: 0 5px;
}
@media only screen and (min-width: 768px) {
  .footer-block.SERVICES .fotter_block-email--link {
    display: none;
  }
  .footer__payment {
    align-items: center;
  }
  .footer__payment,
  .footer-block--text-full-width {
    grid-column: span 2;
  }
  ul.list.list-payment {
    margin-bottom: 15px;
    justify-content: center;
  }
  .shipping-content-text {
    display: none;
  }
  .shipping-content-text p {
    margin-top: 15px;
  }
}
/* product card offer css */
.block {
  display: block;
}
.flex {
  display: flex;
}
@media screen and (max-width: 767px) {
  .product-grid-item__price {
    font-size: calc(1rem * var(--adjust-body));
    gap: 8px;
  }
  .product-grid-item__price__new {
    margin-right: 0;
    font-weight: var(--FONT-WEIGHT-BODY-BOLD);
  }
  .product_card__offer {
    font-size: calc(.75rem * var(--adjust-body));
    margin: 0;
    padding: 2px 6px;
  }
}

/*=== Smart Button styles ===*/
.additional-checkout-buttons {
  overflow: hidden;
}
.additional-checkout-buttons
  .dynamic-checkout__content
  .shopify-cleanslate
  > div
  > div {
  margin: 0 !important;
}
.additional-checkout-buttons
  .dynamic-checkout__content
  .shopify-cleanslate
  > div
  > div
  > div {
  height: auto !important;
  min-width: 100% !important;
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.additional-checkout-buttons
  .dynamic-checkout__content
  .shopify-cleanslate
  div[role="button"],
.additional-checkout-buttons
  .dynamic-checkout__content
  .shopify-cleanslate
  iframe,
.additional-checkout-buttons
  .dynamic-checkout__content
  .shopify-cleanslate
  form {
  border-radius: var(--RADIUS) !important;
  overflow: hidden !important;
}
.shopify-payment-button {
  position: relative;
  display: inline-block;
  padding-bottom: 0 !important;
  max-width: 100%;
}
.shopify-payment-button .shopify-payment-button__button {
  min-width: 100%;
  border-radius: 100px;
  min-height: auto;
  height: auto;
}
shopify-accelerated-checkout {
  width: 100%;
}
.cart__checkout {
  width: 100%;
  max-width: 300px;
  order: 0;
  border-radius: 91px;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 15px;
  line-height: normal;
}
.cart__checkout svg {
  width: 12.437px;
  height: 14.581px;
}
.cart__checkout svg path {
  fill: #fff;
}
#sm-widget-btn {
  order: 1;
  width: 100%;
}
.shopify-payment-button__button button[type="submit"] {
  border-radius: var(--RADIUS) !important;
  height: 51px !important;
}
.shopify-payment-button__button--branded {
  height: 51px;
  border-radius: var(--RADIUS);
  overflow: hidden;
}
.shopify-payment-button__button--unbranded {
  padding: 10px;
  border-radius: 100px;
  border: none;
  background: var(--bg-secondary) ;
  color: var(--OUTLINE-SOLID-BUTTONS-WHITE-BG) ;
  font-family: var(--FONT-STACK-BUTTON) !important;
  font-style: var(--FONT-STYLE-BUTTON) !important;
  font-weight: var(--FONT-WEIGHT-BUTTON) !important;
  font-size: calc(1rem * var(--adjust-button));
  letter-spacing: var(--LETTER-SPACING-BUTTON);
  line-height: normal;
  transition: color 0.3s ease, border 0.3s ease, background 0s linear 0s !important;
}
/* below & above css have important properties that is theme default */
.shopify-payment-button__button--unbranded:hover {
  border-color: var(--btn-border) !important;
  background: var(--PRIMARY-BUTTONS-COLOR-BG) !important;
  color: var(--OUTLINE-SOLID-BUTTONS-WHITE-BG);
  transition: color 0.3s ease, border 0.3s ease, background 0s linear 0.3s !important;
}
.btn--quick {
  --btn-size: 100%;
  font-family: var(--FONT-STACK-BUTTON);
  font-weight: var(--FONT-WEIGHT-BUTTON);
  font-style: var(--FONT-STYLE-BUTTON);
  font-size: calc(1rem * var(--adjust-button));
  text-align: center;
  text-transform: var(--BUTTON-TEXT-CAPS);
  letter-spacing: var(--LETTER-SPACING-BUTTON);
  display: grid;
  position: absolute;
  left: 0;
  bottom: 15px;
  padding: 0;
  margin: 0;
  border: none;
  padding: 0 15.5px;
  width: 100%;
}
.btn--quick.cart__toggle--has-items .cart-indicator {
  visibility: hidden;
}
.btn--quick .icon-toggle-plus {
  width: 15px;
  height: 15px;
  display: block;
  color: var(--SECONDARY-BUTTONS-COLOR-TEXT);
}
.btn--quick .btn__inner , .view-product {
  width: var(--btn-size);
  min-height: var(--btn-size);
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: end;
  padding: 8px 0;
  cursor: pointer;
  background: var(--white);
  color: var(--black);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.07);
  transition: width 0.3s ease;
  border-radius: 97px;
  border: 0.91px solid var(--accent);
  background: var(--accent);
}
.btn--quick .icon {
  stroke-width: calc(var(--STROKE-WIDTH) - 4px);
  width: 20px;
  overflow: hidden;
  flex: 0 0 20px;
  margin: 0 8px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.btn--quick .btn__text {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  opacity: 1;
  transition: opacity 0.3s ease, padding 0.3s ease;
  font-size: calc(1rem * var(--adjust-button));
  color: var(--white);
  text-transform: uppercase;
  line-height: 20px;
  display: flex;
  align-items: center;
  gap: 6.6px;
  line-height: normal;
}
.btn--quick .btn__text .addtocart__text {
  display: flex;
  align-items: center;
  gap: 6.6px;
}
.btn--quick .btn__text svg {
  width: 13px;
  height: 15px;
  transition: 0.5s;
}
.btn--quick .btn__text svg path {
  fill: var(--white);
}
.tab-collections__container .product-addtocart__container .btn--quick {
  margin-top: 12px;
}
.product-addtocart__container .btn--quick {
  padding: 0;
  position: relative;
  top: 0;
  letter-spacing: 0;
}
.product-addtocart__container .btn--quick:hover .btn__text svg {
  margin-left: 5px;
}
.tab-collections__container .product-addtocart__container .btn--quick .btn__text {
  font-size: calc(1rem * var(--adjust-button));
}
.wizzy-result-product .btn--quick .btn__text {
  height: auto;
  padding: 0;
}
.wizzy-result-product .product-grid-item__price {
  font-size: calc(0.75rem* var(--adjust-button));
}
.wizzy-autocomplete-wrapper .product_card__offer {
  font-size: 11px;
  padding: 2px 4px;
}
.wizzy-autocomplete-wrapper .wizzy-autocomplete-top-products ul.autocomplete-top-products li.topproduct-item {
  border: none;
}
.product__form__wrapper .shopify-payment-button .shopify-payment-button__button {
  background: transparent;
  color: var(--COLOR-BG-SECONDARY);
  border: 1px solid var(--COLOR-BG-SECONDARY);
}
@media only screen and (max-width: 767px) {
  .product-grid-item__quick-buy {
    display: none;
  }
  .product-addtocart__container {
    margin-top: 12px;
  }
  .btn--quick .btn__text svg {
    width: 10px;
    height: 12px;
  }
  .tab-collections__container .product-addtocart__container .btn--quick {
    margin-top: 12px;
  }
  .product__form__wrapper .shopify-payment-button .shopify-payment-button__button {
    font-size: calc(0.75rem* var(--adjust-button));
    padding: 5.033px 6.292px;
  }
  .wizzy-result-product .btn--quick .btn__text {
    font-size: calc(0.75rem* var(--adjust-button));
  }
}
.btn--quick:hover .btn__inner {
  width: 100%;
  transition: width 0.3s ease;
}
@media only screen and (max-width: 1023px) {
  .btn--quick:hover .btn__inner {
    width: var(--btn-size);
  }
}
.btn--quick:hover .icon {
  transform: none;
}
.btn--quick .btn__loader,
multi-product-form .quick-add__submit .btn__loader {
  position: absolute;
  top: 0;
  right: 0;
  width: var(--btn-size);
  height: var(--btn-size);
  content-visibility: hidden;
  opacity: 0;
  transition: opacity 0.1s ease-in;
}
.btn--quick .svg-loader circle:first-child,
multi-product-form .quick-add__submit .svg-loader circle:first-child {
  opacity: 0.1;
}
.btn--quick.is-loading {
  pointer-events: none;
}
.btn--quick.is-loading .icon {
  opacity: 0;
}
.btn--quick.is-loading .btn__inner {
  width: var(--btn-size);
}
.btn--quick.is-loading .btn__text {
  opacity: 0;
  padding: 0;
}
.btn--quick.is-loading .btn__loader,
multi-product-form .quick-add__submit.is-loading .btn__loader {
  content-visibility: visible;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.btn--quick.is-loading .btn__loader circle ~ circle,
multi-product-form .quick-add__submit.is-loading circle ~ circle {
  animation-play-state: running;
}
.share-link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(0.9rem * var(--adjust-body));
}
.no-touch .share-link:after {
  opacity: 0;
}
.no-touch .share-link:hover:after {
  opacity: 1;
}
.progress-bar + .quick__form .btn--quick,
.progress-bar + .btn--quick {
  bottom: 25px;
}
.btn--continue-shopping {
  width: 100%;
}
/* .product-grid-item__info.product-grid-item__info--left .collection-cetegory--swatches {
  display: none;
} */
.collection__sort-bar .collection__sort__option-wrapper--visible{
  border: none;
}

.collection__sort-bar .collection__sort__option-wrapper{
  border: none !important;
}

.collection__filter__title {
    font-size: calc(1.25rem * var(--adjust-body));
    font-family: "Helvetica-Neue";
    font-weight: 400;
}
.product-size__swatch-container .product-size__swatch-button{
  font-size: 12px;
}

.icons-row{
  background: transparent !important;
}

.product-title-and-wishlist .wishlist-btn .count,.product-title-and-wishlist .wishlist-btn[data-gridhulklist],.icons-with-text__icon__img{
  display: none !important;
}

@media only screen and (max-width: 768px) {
  #sm-widget-btn{
    order: 0 !important;
  }
}