/** Shopify CDN: Minification failed

Line 2497:0 All "@import" rules must come first

**/
h1,
h2,
h3,
h4,
h5,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5 {
  letter-spacing: normal;
}
.hxxl {
  font-weight: 700;
}
strong {
  font-weight: 700;
}
.page-width {
  width: 100%;
}
.button,
.customer button {
  text-transform: uppercase;
  min-height: 0;
  padding: 1rem 3rem;
  line-height: 2.4rem;
  border: 1px solid rgb(var(--color-button));
  z-index: 0;
  transition: 0.4s;
  font-weight: normal;
  font-size: 1.4rem;
  font-family: "Monument Extended";
  letter-spacing: normal;
}
.button:hover,
.customer button:hover {
  color: rgb(var(--color-button));
  /* color:#f3c654 */
}
.button:before,
.customer button:before {
  right: 100%;
  background: rgb(var(--color-button-text));
  transition: 0.4s;
}
.button:hover:before,
.customer button:hover:before {
  right: 0;
}
.button.button--secondary {
  background: #fff;
  border-color: rgb(var(--color-button-text));
}
.button.button--secondary:hover {
  color: rgb(var(--color-foreground));
}
.rich-text__buttons .button.button--secondary:hover {
  color: rgb(var(--color-background));
}
.button:after,
.customer button:after {
  content: none;
}
h1.hxl {
  font-family: "Monument Extended";
  font-weight: normal;
  text-transform: uppercase;
}
.link,
.customer a {
  font-size: 1.5rem;
  font-weight: 400;
}
.slick-dots {
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  margin-top: 1.2rem;
  column-gap: 0.8rem;
}
.slick-dots li button {
  font-size: 0;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 1.6rem;
  background: rgba(var(--color-foreground), 0.5);
  border: none;
}
.slick-dots li.slick-active button {
  background: rgba(var(--color-button), 1);
}
.subtitle {
  color: rgba(var(--color-foreground), 1);
  line-height: 1.35;
}
.subtitle.subtitle--medium {
  font-weight: 700;
  color: rgba(var(--color-foreground), 1);
}

.header__heading-link {
  margin-bottom: -2rem;
  padding-top: 0;
  padding-bottom: 0;
}
.header__icons {
  align-items: center;
  column-gap: 1.6rem;
}

.header__icon {
  text-decoration: none;
  height: auto;
  column-gap: 0.5rem;
  font-size: 1.5rem;
}
.header__icon .svg-wrapper,
.header__icon .icon {
  width: 1.8rem;
  height: 1.6rem;
}
.header__icon--cart .icon {
  width: 2rem;
  height: 2rem;
}
.header .header__menu-item {
  padding: 0.5rem 1rem;
}
.header .list-menu--inline {
  align-items: center;
}
.header .list-menu--inline > li:last-child > .list-menu__item {
  color: rgb(var(--color-button));
}
.header .list-menu--inline > li:last-child > .list-menu__item:after {
  display: none;
  content: "30% off";
  background: rgb(var(--color-button));
  color: rgb(var(--color-button-text));
  border-radius: 5px;
  padding: 5px;
  margin-left: 8px;
}

.header__menu-item:hover span,
.header__active-menu-item {
  text-decoration-color: rgb(var(--color-button));
}
.header__menu-item .icon-caret {
  right: 1.2rem;
}

.header summary.header__menu-item a {
  text-decoration: none;
  color: currentcolor;
}

.header summary.list-menu__item {
  padding-right: 3rem;
}

.menu-drawer summary.menu-drawer__menu-item .link {
  font-size: 1.8rem;
  text-decoration: none;
  color: rgb(var(--color-foreground));
}
.menu-drawer__menu-item--active,
.menu-drawer__menu-item:focus,
.menu-drawer__close-button:focus,
.menu-drawer__menu-item:hover,
.menu-drawer__close-button:hover {
  background-color: rgba(var(--color-foreground), 0.2) !important;
}

.header .header__search .search-modal__content {
  padding: 0;
}
.header .header__search .search-modal__content .field:before,
.header .header__search .search-modal__content .field:after {
  border-radius: 4rem;
}
predictive-search .spinner {
  width: 2rem;
  height: 2rem;
}
.search-modal__form .search__button {
  top: 2px;
  right: 2px;
  height: auto;
  bottom: 2px;
  width: auto;
  padding: 0 20px;
  width: auto;
  color: rgb(var(--color-foreground));
}
.search-modal__form .reset__button {
  color: rgb(var(--color-foreground));
  width: auto;
  right: 10rem;
}

.search__input.field__input:focus {
  outline: none;
  box-shadow: none !important;
}
.header__icon--search {
  display: inline-flex;
  align-items: center;
}

.swym-header-launcher svg path {
  stroke-width: 2px;
}

.cart-count-bubble {
  bottom: auto;
  top: -0.5rem;
  left: 1rem;
}

.cart-notification-wrapper .cart-notification#cart-notification {
  --color-background: 255, 255, 255;
  --gradient-background: #ffffff;
  --color-foreground: 36, 11, 79;
  --color-background-contrast: 46, 14, 101;
  --color-shadow: 62, 42, 101;
  --color-button: 36, 11, 79;
  --color-button-text: 255, 255, 255;
  --color-secondary-button: 255, 255, 255;
  --color-secondary-button-text: 62, 42, 101;
  --color-link: 62, 42, 101;
  --color-badge-foreground: 36, 11, 79;
  --color-badge-background: 255, 255, 255;
  --color-badge-border: 36, 11, 79;
  --payment-terms-background-color: rgb(36 11 79);
}
.cart-notification .button.button--secondary:hover {
  color: rgb(var(--color-button));
}

.header__inline-menu .list-menu--disclosure{
  min-width: 30rem;
}

.icon-row {
  display: flex;
  column-gap: 1.2rem;
  align-items: center;
  margin-bottom: 15px;
}
.icon-row.address {
  align-items: flex-start;
}
.icon-row.address p {
  margin: 0;
}
.icon-row .svg-wrapper {
  flex: 0 0 25px;
  color: rgb(var(--color-button));
}
.icon-row.address .svg-wrapper {
  margin-top: 0.5rem;
}
.icon-row a {
  color: currentcolor;
  text-decoration: none;
  word-break: break-all;
  line-height: 1.25;
}
.icon-row a:hover {
  color: currentcolor;
  text-decoration: underline;
}

/* .slider-desktop-container .slider--desktop .slider__slide:first-child{
  margin-left: 0;
}
.slider-desktop-container .slider-counter{
  display: none;
}
.slider-desktop-container .slider-button{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: #fff;
}
.slider-desktop-container .slider-button.slider-button--prev{
  left: 0;
}
.slider-desktop-container .slider-button.slider-button--next{
  right: 0;
}
.slider-desktop-container .slider-button .icon{
  height: 2rem;
  width: 2rem;
} */

.custom-collection-slider {
  
}
.custom-collection-slider .grid__item {
  padding-left: 1.3rem;
  padding-right: 1.3rem;
  max-width: 100%;
}
.custom-collection-slider .slick-arrow {
  border: none;
  background: #ededed;
  color: #000;
  width: 5.2rem;
  height: 5.2rem;
  border-radius: 5.2rem;
  cursor: pointer;
  position: absolute;
  top: calc(50% - 2.6rem);
  z-index: 1;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}
.custom-collection-slider .slick-arrow svg {
  width: 0.8rem;
  height: 1.6rem;
}
.custom-collection-slider .slick-arrow.slick-prev {
  left: 0;
}
.custom-collection-slider .slick-arrow.slick-next {
  right: 0;
}

.collection-card-wrapper .card {
  position: relative;
}
.collection-card-wrapper .card > .card__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  padding: 20px;
}
.collection-card-wrapper .card .card__heading {
  font-weight: normal;
  font-size: 1.4rem;
  font-family: "Monument Extended";
  text-transform: uppercase;
  color: #fff;
}
.collection-card-wrapper .card .card__heading .icon-wrap {
  display: none;
}

.footer-block__details-content .list-menu__item--link,
.copyright__content a {
  color: rgba(var(--color-foreground), 1) !important;
}

.footer__content-top .footer-block--newsletter {
  margin-top: 0;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 1.6rem;
}
.footer__content-top .footer-block__newsletter {
  text-align: left;
}
.footer__content-top .newsletter-form,
.footer__content-top .newsletter-form__field-wrapper {
  max-width: 100%;
}
.footer-block.grid__item.footer-block--menu {
  max-width: 220px;
}
.list-payment{
  justify-content: flex-start !important;
}
.newsletter-form .newsletter-form__field-wrapper .field {
  display: flex;
  column-gap: 0.4rem;
}
.newsletter-form .newsletter-form__field-wrapper .field:before,
.newsletter-form .newsletter-form__field-wrapper .field:after {
  content: none;
}
.newsletter-form .newsletter-form__field-wrapper .field__input {
  background-color: rgba(var(--color-foreground), 1);
  color: rgba(var(--color-background), 1);
  padding: 13px 20px;
  line-height: 24px;
  height: auto;
  margin: 0;
  border-radius: 0.2rem;
  box-shadow: none;
  outline: none;
}
.newsletter-form
  .newsletter-form__field-wrapper
  .newsletter-form__button:not(:focus-visible):not(.focused) {
  /* background-color: rgb(var(--color-button)); */
  background: linear-gradient(to top, #c99252 0%, #fffeb4 100%);
}
.newsletter-form .newsletter-form__field-wrapper .newsletter-form__button {
  position: static;
  width: 6.6rem;
  height: 5rem;
  border-radius: 0.2rem;
}
.newsletter-form .newsletter-form__field-wrapper .newsletter-form__button svg {
  width: 2rem;
}
.newsletter-form .newsletter-form__field-wrapper .field__input::placeholder {
  opacity: 1;
}

.certification-options {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #fff;
  padding: 10px;
  column-gap: 10px;
  row-gap: 10px;
  width: 100%;
  justify-content: space-evenly;
  border-radius: 4px;
  max-width: 460px;
}
.certification-options img {
  max-width: 220px;
  height: auto;
  max-height: 75px;
  width: auto;
}

.slideshow__text .desc-text {
  max-width: 600px;
}

.banner__box.gradient {
  border-radius: 1rem;
}
.banner__box.gradient .banner__text {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: normal;
}
.banner__box.gradient .banner__text.subtitle {
  color: rgba(var(--color-foreground), 1);
  font-size: 2.4rem;
  font-weight: 700;
}

.custom-slideshow-component .banner__heading.hxxl {
  font-family: "Poppins", sans-serif;
  color: rgba(255, 255, 255, 0.4);
  -webkit-text-stroke: 3px var(--color-outline);
}
.custom-slideshow-component .desc-text p.h3 {
  font-weight: 600;
  margin: 0;
}
.custom-slideshow-component .slick-dots{
  position: absolute;
  bottom: 15px;
  width: 100%;
  left: 0;
}
.custom-slideshow-component .slick-dots li button{
  border: 1px solid #fff;
}
.custom-slideshow-component .slick-dots li:not(.slick-active) button{
  background: rgba(var(--color-foreground),.75);
}


.banner__box .banner__heading strong {
  display: block;
}

.multicolumn .page-width {
  max-width: 1200px;
}
.multicolumn-card .multicolumn-card__image-wrapper--third-width {
  width: 100px;
}
.multicolumn-card .multicolumn-card__image-wrapper--third-width img{
  object-fit: contain;
}
.multicolumn-card .rte h2 {
  font-size: 5rem;
  font-weight: 700;
  margin: 0.5rem 0;
}
.multicolumn-card .rte,
.multicolumn-card h3 {
  font-size: 1.8rem;
  font-weight: 500;
}
.multicolumn-list__item:nth-child(1) .rte h2 {
  color: #ff1e53;
}
.multicolumn-list__item:nth-child(2) .rte h2 {
  color: #de3638;
}
.multicolumn-list__item:nth-child(3) .rte h2 {
  color: #8d1d2d;
}
.multicolumn-list__item:nth-child(4) .rte h2 {
  color: #d5001e;
}
.utility-bar__grid .list-social {
  justify-content: flex-end;
}
.utility-bar .list-social__item .icon {
  scale: 1;
}

.slider-cover-video {
  object-fit: cover;
}

.countdown {
  display: flex;
  justify-content: center;
}
.countdown > div {
  flex: 1 1 0;
  text-align: center;
}
.countdown > div span {
  font-size: 4.4rem;
  font-weight: 600;
}
.countdown > div:not(:last-child) span:after {
  content: ":";
  margin-left: 1rem;
  position: relative;
  top: -0.5rem;
}
.countdown > div p {
  margin: 0;
  text-transform: uppercase;
}

.breadcrumb-bar {
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(var(--color-foreground), 0.3);
}
.breadcrumb :is(a, span) {
  display: inline;
}
.breadcrumb a {
  color: rgb(var(--color-foreground));
  text-decoration: none;
}
.breadcrumb a:hover {
  color: rgba(var(--color-foreground), 0.85);
  text-decoration: underline;
}
.breadcrumb a:after {
  content: "";
  display: inline-block;
  border-bottom: 1px solid rgb(var(--color-foreground));
  border-right: 1px solid rgb(var(--color-foreground));
  width: 0.6rem;
  height: 0.6rem;
  transform: rotate(-45deg);
  margin: 0 5px;
  vertical-align: middle;
}
.breadcrumb span {
  color: rgba(var(--color-foreground), 0.85);
}

.product-card-wrapper {
  overflow: hidden;
}
.product-card-wrapper .card__inner {
  overflow: hidden;
}
.product-card-wrapper .card .media {
  transition: 0.4s;
}
.product-card-wrapper:hover .card .media {
  bottom: 5.2rem;
}
.product-card-wrapper .card .media img {
  object-fit: scale-down;
}
.product-card-wrapper
  .card:hover
  .media.media--hover-effect
  > img:first-child:only-child,
.product-card-wrapper.card-wrapper:hover
  .media.media--hover-effect
  > img:first-child:only-child {
  transform: scale(1);
}

.product-card-wrapper .card__heading {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 2.4rem;
}
.product-card-wrapper .card__heading a:after {
  content: none;
}
.product-card-wrapper modal-opener {
  display: flex;
  justify-content: center;
  column-gap: 2rem;
}
.product-card-wrapper modal-opener product-form {
  display: none !important;
}
.product-card-wrapper .quick-add {
  position: absolute;
  bottom: -10rem;
  left: 0;
  width: 100%;
  background: #f0f0f1;
  margin: 0;
  padding: 1rem 0.5rem;
  z-index: 3;
  transition: 0.4s;
}
.product-card-wrapper:hover .quick-add {
  bottom: 0;
}
.product-card-wrapper .quick-add__submit {
  margin: 0;
  min-width: 0;
  width: auto;
  padding: 0.3rem 0.8rem;
  font-size: 1.5rem;
  border-color: transparent;
  color: rgb(var(--color-button));
  background: rgb(var(--color-button-text));
  text-transform: capitalize;
  text-align: center;
  text-decoration: none !important;
  line-height: 1.2;
}
.product-card-wrapper .quick-add__submit:before {
  content: none;
}
.product-card-wrapper .quick-add__submit:hover {
  opacity: 0.75;
}
.product-card-wrapper a.overlay-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.product-card-wrapper .swym-wishlist-collections-v2-container {
  left: 100%;
  transition: 0.4s;
}
.product-card-wrapper:hover .swym-wishlist-collections-v2-container {
  left: 0;
}
.product-card-wrapper
  .swym-wishlist-collections-v2-container
  .swym-wishlist-collections-v2 {
  background: #e9e9e9;
  width: 3rem !important;
  height: 3rem !important;
  border-radius: 3rem;
  padding: 0.4rem 0.7rem;
  cursor: pointer;
}
.product-card-wrapper
  .swym-wishlist-collections-v2-container
  .swym-wishlist-collections-v2
  svg {
  width: 1.6rem !important;
  height: 1.6rem !important;
}

facet-filters-form .facets__summary {
  font-size: 1.6rem;
  font-weight: 500;
  color: rgba(var(--color-foreground), 1);
}
facet-filters-form .facets__heading {
  font-size: 1.8rem;
  font-weight: 700;
}
.product-grid-container {
  border-left: 1px solid #dadada;
  padding-left: 4rem;
}
.product-grid-container .product-grid {
  margin-top: 1.4rem;
}
facet-filters-form.facets-vertical-sort {
  border-bottom: 1px solid #dadada;
  margin-bottom: 1.4rem;
  padding: 1rem 0;
}
facet-filters-form.facets-vertical-sort .facets-vertical-form {
  align-items: center;
  justify-content: end;
}

.collection-category {
  display: flex;
  flex-wrap: wrap;
}
.collection-category .list-menu__item--link {
  font-size: 1.8rem;
  font-weight: 500;
  padding: 0;
}
.collection-category li {
  padding: 0;
  display: inline-flex;
}
.collection-category li:not(:last-child):after {
  content: "|";
  margin: 0 2rem;
}

.sorting.facet-filters {
  border-left: 1px solid #dadada;
}
.product-count-vertical {
  display: none;
  align-self: center;
}
.template-search .product-count-vertical {
  display: block;
}
.facet-filters__field .select {
  outline: none;
  box-shadow: none;
}
.facet-filters__field .select__select,
.mobile-facets__sort .select__select {
  padding: 1.5rem 1.5rem;
}
.facet-filters__field .select__select:focus-visible,
.mobile-facets__sort .select__select:focus-visible {
  outline: none;
  box-shadow: none;
}
.facet-filters .facet-filters__label {
  margin-right: 0;
}
.multiple-images .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background: none;
  border: none;
  cursor: pointer;
  width: 2.4rem;
  height: 2.4rem;
}
.multiple-images .slick-arrow svg {
  width: 0.8rem;
  height: 1.5rem;
}
.multiple-images .slick-arrow.slick-prev {
  left: -24px;
}
.multiple-images .slick-arrow.slick-next {
  right: -24px;
}
.multiple-images .image-slide {
  margin-left: 1.2rem;
  margin-right: 1.2rem;
}
.multiple-images img {
}

.product__title h1,
.product__title .h1 {
  font-size: 2.4rem;
  font-weight: 500;
}

.product__info-wrapper .product-form__quantity {
  margin-bottom: 0.6rem;
}
.product__info-wrapper .price--large {
  font-size: 2rem;
  font-weight: 700;
}
.product-form__quantity .form__label {
  display: none;
}

.product__text.caption-with-letter-spacing + .product__title {
  margin-top: 1rem !important;
}

.product .product__info-container,
.product .product__info-container .product-form__input {
  max-width: 100%;
}
.quantity {
  border-radius: 0;
  /* background: rgba(var(--color-button-text)); */
  border: 1px solid #3e2a65;
}
.product .product__info-container .quantity {
  width: 225px;
  padding: 0 3rem;
}
.quantity:before,
.quantity:after {
  content: none;
}

.product .product__info-container .product-form__buttons .product-form__submit {
  margin-bottom: 0;
  border-radius: 0;
  background: rgb(var(--color-foreground));
  border-color: rgb(var(--color-foreground));
  color: rgb(var(--color-background));
  width: 100%;
  margin-bottom: 1rem;
  text-transform: none;
}
/* .product .product__info-container .product-form__buttons .product-form__submit.button--primary{
  color: #fff;
} */
/* .product .product__info-container .product-form__buttons .product-form__submit.button--primary:hover{
  background: #fff;
  color: #de3638;
} */
.product
  .product__info-container
  .product-form__buttons
  .shopify-payment-button {
  width: 100%;
}
.product
  .product__info-container
  .product-form__buttons
  .product-form__submit:hover {
  background: rgba(var(--color-foreground), 0.9);
}
.product
  .product__info-container
  .product-form__buttons
  .product-form__submit:before {
  content: none;
}

.sealsubs-target-element.sealsubs-full {
  max-width: 44rem;
}

.add-to-cart-block-with-quantity {
  display: inline-block;
  width: 100%;
}
.add-to-cart-block-with-quantity .product-form {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.quick-add-modal
  .product
  .product__info-container
  .product-form__buttons
  .product-form__submit {
  width: 100%;
  margin-bottom: 6px;
}

.complementary-products .product-card-wrapper:hover .card .media {
  bottom: 0;
}

.complementary-products .custom-slider {
  padding-bottom: 3rem;
  overflow-x: auto;
  flex-direction: row;
}
.complementary-products .custom-slider .complementary-slider {
  background: #ebeff5;
  flex-wrap: nowrap;
  width: auto;
  column-gap: 16rem;
  padding: 0.5rem;
}
.complementary-products .custom-slider li {
  width: 30rem;
}
.complementary-products
  .complementary-products__container
  .card--horizontal
  .card__inner {
  max-width: 48%;
}
.complementary-products .card--horizontal .card__heading,
.complementary-products .card--horizontal .price__container .price-item,
.complementary-products .card--horizontal__quick-add {
  font-size: 1.6rem;
}
.complementary-products .card.card--horizontal {
  align-items: center;
}
.product .product__info-container .accordion__title {
  font-size: 1.6rem;
  font-weight: 400;
}
.product .product__info-container .product__accordion .accordion__content {
  padding: 0;
}
.product .product__info-container .accordion,
.product .product__info-container .accordion + .accordion {
  border-bottom-color: rgba(0, 0, 0, 0.41);
  border-top-color: rgba(0, 0, 0, 0.41);
}
.product .product__info-container .heading-text {
  font-size: 2.4rem;
  font-weight: 500;
}
.product .product__info-container .product__text em {
  font-style: normal;
  text-decoration: underline;
}
.product .product__info-container .swym-button-bar {
  margin-left: 0;
  margin-bottom: 0;
}
.swym-btn-container .swym-button {
  background: none !important;
  color: rgb(var(--color-button)) !important;
}
.swym-btn-container .swym-button:focus {
  outline: none !important;
}
.product .product__info-container .swym-added.swym-add-to-wishlist {
  opacity: 1;
  background: none !important;
  color: rgb(var(--color-button)) !important;
}
.swym-btn-container[data-position="default"]
  .swym-add-to-wishlist.swym-icontext:after {
  color: rgb(var(--color-button)) !important;
  width: auto !important;
}
.swym-btn-container[data-position="default"]
  .swym-add-to-wishlist.swym-icontext {
  padding: 0 !important;
  text-indent: 20px !important;
  line-height: 1 !important;
  height: auto !important;
}
.product
  .product__info-container
  .swym-btn-container
  .swym-button.swym-added:after {
  opacity: 1;
  color: rgb(var(--color-button)) !important;
}
.product
  .product__info-container
  .swym-btn-container
  .swym-button.swym-added
  *:not(.swym-tooltip) {
  opacity: 1;
}
.product
  .product__info-container
  .complementary-products__container
  .accordion__title {
  font-size: 1.8rem;
  font-weight: 600;
}

.related-products__heading {
  text-align: center;
}

.related-products .slick-list {
  margin: 0 -1.3rem;
}
.related-products .slick-list .grid__item {
  padding-left: 1.3rem;
  padding-right: 1.3rem;
}
.related-products .product-grid .slick-arrow {
  position: absolute;
  top: calc(50% - 2.3rem);
  width: 4.6rem;
  height: 4.6rem;
  border-radius: 4.6rem;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  cursor: pointer;
}
.related-products .product-grid .slick-arrow.slick-prev {
  left: -5rem;
}
.related-products .product-grid .slick-arrow.slick-next {
  right: -5rem;
}

.jdgm-rev-widg {
  padding: 6rem 0 !important;
}
.jdgm-rev-widg .jdgm-histogram {
  display: none !important;
}
.jdgm-widget:not(.jdgm-review-widget--small, .jdgm-review-widget--medium)
  .jdgm-row-stars {
  justify-content: space-between !important;
}
.jdgm-widget:not(.jdgm-review-widget--small, .jdgm-review-widget--medium)
  .jdgm-row-stars
  > div {
  justify-content: flex-start !important;
  text-align: left !important;
}
.jdgm-widget:not(.jdgm-review-widget--small, .jdgm-review-widget--medium)
  .jdgm-row-stars
  > div {
  border: none !important;
  padding: 0 !important;
}
.jdgm-widget:not(.jdgm-review-widget--small, .jdgm-review-widget--medium)
  .jdgm-rev-widg__summary-inner {
  margin-right: auto;
}
.jdgm-write-rev-link.jdgm-write-rev-link {
  width: auto !important;
  margin-right: 0 !important;
  font-size: 16px;
  border-radius: 2px;
  border: 1px solid #240b4f !important;
  background: #fff !important;
  color: #240b4f !important;
  font-weight: 500;
  line-height: 20px;
  transition: 0.4s;
}
.jdgm-write-rev-link.jdgm-write-rev-link:hover {
  background: #240b4f !important;
  color: #fff !important;
  opacity: 1 !important;
}

.multicolumn-overlay-content .multicolumn-list {
  column-gap: 0;
  row-gap: 0;
}
.multicolumn-overlay-content .multicolumn .multicolumn-card__image-wrapper {
  margin: 0;
}
.multicolumn-overlay-content
  .multicolumn
  .multicolumn-card__image-wrapper
  .media
  > img {
  transform: scale(1.1);
  transform-origin: bottom center;
  transition: 0.4s;
}
.multicolumn-overlay-content
  .multicolumn
  .multicolumn-list__item:hover
  .multicolumn-card__image-wrapper
  .media
  > img {
  transform-origin: top center;
}
.multicolumn-overlay-content .multicolumn .multicolumn-list__item {
  overflow: hidden;
}
.multicolumn-overlay-content
  .multicolumn
  .multicolumn-list__item
  .multicolumn-card__info {
  position: absolute;
  bottom: -100%;
  background: rgba(245, 245, 247, 0.8);
  padding: 2.4rem 4rem !important;
  backdrop-filter: blur(2px);
  transition: 0.4s;
}
.multicolumn-overlay-content
  .multicolumn
  .multicolumn-list__item:hover
  .multicolumn-card__info {
  bottom: 0;
}
.multicolumn-overlay-content .multicolumn-card .rte {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: normal;
}
.multicolumn-overlay-content .multicolumn-card h3 {
  font-size: 3.4rem;
  line-height: 4.4rem;
  font-weight: 700;
}

.discover .content-info {
  align-self: center;
}
.discover .image-info {
  align-self: center;
}
.discover .image-info img {
  max-width: 100%;
  height: auto;
}
.discover .title {
  margin: 0 0 0.8rem;
}
.discover .sort-info {
  margin-top: 6rem;
}
.discover .content-info .text-b {
  font-size: 18px;
  max-width: 540px;
}
.discover .icon-row .svg-wrapper {
  flex: 0 0 36px;
  color: rgb(var(--color-button));
  height: 36px;
  background: rgb(var(--color-foreground));
  border-radius: 36px;
  padding: 8px;
}

.search-error-message {
  text-align: center;
}

.contact {
  position: relative;
}
.contact:before {
  font-family: "Poppins", sans-serif;
  content: "contact us";
  position: absolute;
  line-height: 1;
  top: 30px;
  left: -30px;
  font-size: 220px;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 2px #e0e0e0;
  opacity: 0.3;
}

.contact .grid {
  justify-content: space-between;
  align-items: center;
}
.contact .contact-content {
  max-width: 600px;
  font-size: 3rem;
  line-height: 5rem;
}
.contact .contact-content .title {
  max-width: 440px;
  margin-bottom: 2.4rem;
}
.contact .contact-content p {
  margin: 0;
}
.contact .contact-form-content {
  max-width: 640px;
}

.contact .contact-form-content .field:before,
.contact .contact-form-content .field:after {
  content: none;
}
.contact .contact-form-content .field:focus-visible,
.contact .contact-form-content .field__input:focus-visible {
  outline: none;
  box-shadow: none;
}
.contact .contact-form-content select.field__input {
  padding-top: 1.5rem;
}
.contact .contact-form-content .field__input {
  border-bottom: 1px solid rgb(var(--color-foreground));
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}
.contact
  .contact-form-content
  .field__input:not(:placeholder-shown)
  ~ .field__label,
.contact .contact-form-content .field__label {
  left: 0;
}
.step-section .multicolumn .page-width {
  max-width: var(--page-width);
}

.step-section .multicolumn-list {
  justify-content: center;
  column-gap: 0;
  row-gap: 0;
}
.step-section .multicolumn-list__item {
  margin: 0;
  width: 50%;
  max-width: 50%;
}
.step-section .multicolumn-card {
  padding: 50px 60px;
}
.step-section .multicolumn-card__image-wrapper--half-width {
  width: 272px;
}
.step-section .multicolumn-card__info {
  background: #f5f5f7cc;
  margin-top: 5rem;
  border-radius: 7rem 0 7rem 0;
  position: relative;
  max-width: 476px;
  margin-left: auto;
  margin-right: auto;
}
.step-section .multicolumn-card__info:before {
  content: "";
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 2.2rem;
  border: 3px solid rgb(var(--color-button));
  position: absolute;
  top: -3.4rem;
  left: calc(50% - 1.1rem);
  background: #fff;
}
.step-section .multicolumn-card h3 {
  font-size: 2.6rem;
  font-weight: 800;
  width: 5rem;
  height: 5rem;
  border-radius: 5rem;
  background: #fff;
  line-height: 5rem;
  margin: 0 auto 1rem;
  color: rgb(var(--color-button));
}
.step-section .multicolumn-card .rte {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 2.4rem;
}
.step-section .multicolumn-card .rte strong {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.step-section .multicolumn-list__item:before {
  content: "";
  position: absolute;
  top: 55.4%;
  left: 0;
  right: 0;
  bottom: -55.4%;
  border: 1px dashed rgb(var(--color-button));
}
.step-section .multicolumn-list__item:first-child:after {
  content: "";
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 2.2rem;
  border: 3px solid rgb(var(--color-button));
  position: absolute;
  top: 53.75%;
  left: 0;
  background: #fff;
}
.step-section .multicolumn-list__item:nth-child(odd):before {
  border-right: none;
}
.step-section .multicolumn-list__item:first-child:before {
  border-left: none;
  border-bottom: none;
}
.step-section .multicolumn-list__item:nth-child(2):before {
  border-radius: 0 8rem 8rem 0;
}
.step-section .multicolumn-list__item:nth-child(3):before {
  border-radius: 8rem 0 0 8rem;
}
.step-section .multicolumn-list__item:nth-child(4):before {
  border-right: none;
  border-top: none;
}
.step-section .multicolumn-list__item:nth-child(5):before {
  content: none;
}
.step-section .multicolumn-list__item:nth-child(even):before {
  border-left: none;
}
.step-section .multicolumn-list__item:last-child:before {
  content: "";
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 2.2rem;
  border: 3px solid rgb(var(--color-button));
  position: absolute;
  top: 53.75%;
  right: 5.6rem;
  left: auto;
  background: #fff;
  z-index: 1;
}
.step-section .multicolumn-list__item:last-child:after {
  content: "2025";
  width: 13rem;
  height: 13rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 3.7rem;
  font-weight: 700;
  border-radius: 13rem;
  position: absolute;
  top: 44.75%;
  right: -50px;
  background: #efaec1;
  text-align: right;
  color: rgb(var(--color-button));
}

.overlap-image-right {
  overflow: hidden;
}
.overlap-image-right .image-with-text__media-item .image-with-text__media {
  width: 50vw;
}
.overlap-image-right
  .image-with-text__grid:not(.image-with-text__grid--reverse)
  .image-with-text__media-item
  .image-with-text__media {
  float: right;
}
.overlap-image-right
  .image-with-text__media-item
  .image-with-text__media
  .custom-media:not(:only-child) {
  width: 50%;
}
.overlap-image-right
  .image-with-text__media-item
  .image-with-text__media
  .custom-media:nth-child(2) {
  width: 50%;
  left: auto;
  right: 0;
}
.overlap-image-right
  .image-with-text__media-item
  .image-with-text__media
  .custom-media {
  overflow: hidden;
}
.overlap-image-right
  .image-with-text__media-item
  .image-with-text__media
  .custom-media
  img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.overlap-image-right
  .image-with-text__media-item
  .image-with-text__media
  .custom-media:hover
  img {
  transform: scale(1.1);
}
.overlap-image-right .subtitle.subtitle--large {
  font-size: 2.2rem;
  font-weight: 500;
  font-family: "Sharp Grotesk Medium 25";
  color: rgba(var(--color-foreground), 1);
  letter-spacing: normal;
  line-height: 1.4;
  margin-bottom: 2rem;
}
.overlap-image-right .image-with-text__heading.hxl {
  font-size: 5.2rem;
  font-family: "Sharp Grotesk Medium 25";
  font-weight: 500;
}

.custom-collection .collection-list {
  justify-content: center;
  row-gap: 2rem;
}
.custom-collection .card__inner {
  border-radius: 50%;
  overflow: hidden;
}
.custom-collection .card__inner .card__media {
  border-radius: 100%;
  background: #f6f6f6;
  padding: 7px;
  border: 1px solid #dfdfdf;
}
.custom-collection .card__inner .media {
  height: 100%;
  border-radius: 100%;
}
.custom-collection .card__inner .media img {
  transform: scale(1.1);
  transition: 0.4s;
}
.custom-collection .collection-list__item:hover .card__inner .media img {
  transform: scale(1);
}
.custom-collection .card__content {
  padding: 1rem 0 0;
}
.custom-collection .card__content .card__heading {
  font-size: 1.6rem;
  font-weight: 500;
}
.custom-collection .card__information {
  text-align: center;
  padding: 0.5rem 0 0;
  font-weight: 500;
}
.custom-collection .grid--6-col-desktop .grid__item {
  width: 140px;
  max-width: 140px;
}

.custom-products-slider {
  margin-left: -1.3rem;
  margin-right: -1.3rem;
}
.custom-products-slider .grid__item {
  padding-left: 1.3rem;
  padding-right: 1.3rem;
}
.custom-products-slider .slick-arrow {
  border: none;
  background: #ededed;
  color: #000;
  width: 5.2rem;
  height: 5.2rem;
  border-radius: 5.2rem;
  cursor: pointer;
  position: absolute;
  top: calc(50% - 2.6rem);
  z-index: 1;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}
.custom-products-slider .slick-arrow svg {
  width: 0.8rem;
  height: 1.6rem;
}
.custom-products-slider .slick-arrow.slick-prev {
  left: 0;
}
.custom-products-slider .slick-arrow.slick-next {
  right: 0;
}

/* .footer .footer__content-bottom {
  padding-top: 0;
} */
.footer__content-bottom-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer__content-bottom-wrapper .designed-by p {
  margin: 0;
  font-size: 1.3rem;
}
.footer__content-bottom-wrapper .designed-by p img {
  vertical-align: middle;
}
.footer__content-bottom-wrapper .footer__copyright {
  margin-top: 0;
}
.footer__content-bottom-wrapper .footer__copyright:only-child {
  width: 100%;
  text-align: center !important;
}
.footer__content-bottom-wrapper .copyright__content {
  font-size: 1.3rem;
}

.pagination-wrapper .pagination__list {
  justify-content: flex-start;
}
.pagination-wrapper .pagination__list > li {
  max-width: 3.2rem;
  flex: 1 0 3.2rem;
}
.pagination-wrapper .pagination__list .pagination__item {
  height: 3.2rem;
  border: 1px solid #dfe3e8;
  font-weight: 700;
  font-size: 1.4rem;
  background: #fff;
  border-radius: 0.4rem;
  transition: 0.4s;
}
.pagination-wrapper .pagination__item--current:after,
.pagination-wrapper .pagination__item:hover:after {
  content: none;
}
.pagination-wrapper .pagination__list .pagination__item:hover,
.pagination-wrapper
  .pagination__list
  .pagination__item.pagination__item--current {
  border-color: rgb(var(--color-foreground));
  color: rgb(var(--color-background));
  background: rgb(var(--color-foreground));
}
.pagination-wrapper .pagination__list .pagination__item.pagination__item-arrow {
  color: #c4cdd5;
}
.pagination-wrapper
  .pagination__list
  .pagination__item.pagination__item-arrow:hover {
  color: rgb(var(--color-background));
  background: rgb(var(--color-foreground));
}
.pagination-wrapper .pagination__list .pagination__item svg {
  height: 1.2rem;
}

.addresses.customer:not(.account):not(.order) {
  max-width: 120rem;
  padding-left: 5rem;
  padding-right: 5rem;
  text-align: left;
}
.addresses.customer ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 3rem;
  row-gap: 3rem;
}
.addresses.customer ul li {
  margin: 0;
  width: calc(50% - 3rem * 1 / 2);
  background: #fff;
  border-radius: 0.8rem;
  padding: 2rem;
  position: relative;
}
.addresses.customer ul li h2 {
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  background: rgb(var(--color-button));
  color: rgb(var(--color-button-text));
  font-size: 1.4rem;
  font-weight: normal;
  padding: 0.3rem 1rem;
}

.customer .field label span {
  color: #ff0000;
}

.no-collection-image .media img {
  object-fit: scale-down !important;
  opacity: 0.3;
}

.our-team .title {
  text-align: center;
}
.member-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  row-gap: 7rem;
  column-gap: 0.5rem;
}
.member-info .team-member {
  width: calc(25% - 0.5rem * 3 / 4);
}
.member-info .team-member img {
  max-width: 100%;
  height: auto;
}

.sitemap-content h4:first-child {
  margin-top: 0;
}
.sitemap-content h4 {
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
}
.sitemap-content ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 12px;
  padding: 0;
  margin: 0 0 60px;
  line-height: 1.35;
  font-size: 15px;
}
.sitemap-content ul li {
  flex: 0 0 calc(50% - 30px * 1 / 2);
  margin: 0;
}
.sitemap-content li a {
  text-decoration: none;
  position: relative;
  display: inline-flex;
  column-gap: 10px;
  align-items: flex-start;
}
.sitemap-content li a:before {
  content: "";
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(-45deg);
  margin-top: 8px;
}

#swym-wishlist-render-container {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
  z-index: 0;
}

.vertical-button {
  position: fixed;
  top: 62.5%;
  right: 0;
  border-radius: 2px;
  background-color: #de3638;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  border: none;
  padding: 10px 20px;
  line-height: 20px;
  transform: rotate(90deg);
  transform-origin: right top;
  display: inline-flex;
  align-items: center;
  text-align: center;
  column-gap: 7px;
  z-index: 9;
  cursor: pointer;
}
.vertical-button span.count-offer {
  width: 1.6rem;
  height: 1.6rem;
  background: #fdf6ad;
  font-size: 1.5rem;
  line-height: 1.6rem;
  font-weight: 600;
  color: #000;
  border-radius: 1.6rem;
}

body.offer-open {
  overflow: hidden;
}
.special-offer-products {
  transform: translateX(112%);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99;
  transition: 0.4s;
}
.special-offer-products.active {
  transform: translateX(0);
}
.special-offer-products .spacial-product-inner {
  max-width: 800px;
  background: #fff;
  padding: 0 4rem 4rem;
  max-height: 100%;
  overflow-y: auto;
  margin-left: auto;
}
.offer-header-title {
  background: #fff;
  border-bottom: 1px solid #eee;
  padding: 2rem 0 1rem;
  margin-bottom: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 1;
}
.offer-header-title h2 {
  margin: 0;
}
.offer-header-title .close {
  border: none;
  background: none;
  cursor: pointer;
}
.special-offer-products .grid__item {
  width: calc(50% - var(--grid-desktop-horizontal-spacing) * 1 / 2);
  max-width: calc(50% - var(--grid-desktop-horizontal-spacing) * 1 / 2);
}
.special-offer-products .product-card-wrapper:hover .card .media {
  bottom: 0;
}
.special-offer-products .product-card-wrapper.card-wrapper {
  z-index: 0;
}

.fixed-add-to-cart {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  background: rgb(var(--color-background));
  padding: 10px 0;
  transition: 0.4s;
  transform: translateY(300px);
  box-shadow: -5px -5px 10px rgba(0, 0, 0, 0.2);
}
.quick-add-modal .fixed-add-to-cart {
  display: none;
}
.fixed-add-to-cart.fixed-bottom {
  transform: translateY(0);
}
.fixed-add-to-cart .page-width {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.price-with-cart-button {
  display: flex;
  align-items: center;
  column-gap: 20px;
}
.fixed-add-to-cart .product-name-block {
  font-size: 20px;
  font-weight: 500;
}
.fixed-add-to-cart .product-form__submit {
  margin-bottom: 0;
}

.swym-ui-component .swym-wishlist-detail-content {
  margin-bottom: 3rem;
}
.swym-ui-component .swym-wishlist-grid {
  max-width: 100% !important;
}

.product-media-modal__content > * {
  max-height: 90vh;
  object-fit: contain;
}

.article-template .page-width--narrow {
  max-width: 1000px;
}
.article-template .article-template__hero-container {
  max-width: 900px;
}
.cart-items th {
  opacity: 1 !important;
  font-weight: 700 !important;
}
.cart__checkout-button.button:not(:hover) {
  color: rgb(var(--color-button));
}
.cart__checkout-button.button:hover {
  color: rgb(var(--color-button-text));
}
.cart__checkout-button.button:not(:hover):before {
  right: 0;
}
.cart__checkout-button.button:hover:before {
  right: 100%;
}

.multicolumn {
  position: relative;
}
.multicolumn .bg-img {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.px-15 {
  padding: 0 1.5rem;
}

.active-facets__button--light:hover .active-facets__button-inner{
  color: rgb(var(--color-foreground));
}

.grid--4-col-desktop .grid__item.slick-slide{
  max-width: 100%;
}


.template-search__header h1{
  text-transform: capitalize;
}

.overlap-image-right .image-with-text__grid:not(.image-with-text__grid--reverse) .image-with-text__media-item .image-with-text__media{
  place-content: center;
}
.overlap-image-right .image-with-text__media-item .image-with-text__media.image-with-text__media--adapt:only-child .custom-media, .overlap-image-right .image-with-text__media-item .image-with-text__media.image-with-text__media--adapt:only-child .custom-media img{
  position: static;
  vertical-align: middle;
}


@media screen and (min-width: 750px) {
  .utility-bar__grid--3-col {
    grid-template-columns: 4fr 4fr 4fr;
    grid-template-areas: "announcements language-currency social-icons";
  }
  .announcement-bar.announcement-bar--one-announcement,
  .announcement-bar--one-announcement .announcement-bar__link {
    margin-left: 0;
  }
  .announcement-bar__message {
    font-size: 1.6rem;
    font-weight: normal;
  }
  .footer .footer-block__details-content .list-menu__item--link {
    font-size: 1.6rem;
  }

  .add-to-cart-block-with-quantity .product-form__quantity {
    float: left;
    margin-right: 0.6rem;
  }

  .footer-block.grid__item:not(.footer-block--newsletter)
    .footer-block__heading {
    pointer-events: none;
  }
  .footer-block.grid__item:not(.footer-block--newsletter)
    .footer-block__heading
    svg {
    display: none;
  }
}

@media screen and (min-width: 990px) {
  .header--middle-left {
    grid-template-columns: auto auto auto;
  }
  .header--middle-left .header__inline-menu {
    margin-left: auto;
    margin-right: auto;
  }
  .header .header__menu-item {
    padding: 0.5rem 1rem;
  }
  .page-width--narrow,
  .shopify-policy__container {
    max-width: 140rem;
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .shopify-policy__container {
    padding-bottom: 6rem;
  }
  .multicolumn-overlay-content .grid--4-col-desktop .grid__item {
    width: 25%;
    max-width: 25%;
  }
  .blog-articles {
    grid-template-columns: 1fr 1fr 1fr !important;
  }
}

@media screen and (max-width: 1650px) {
  .footer-block.grid__item.footer-block--menu {
    max-width: 180px;
  }
  .product-card-wrapper .quick-add__submit{
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1500px) {
  .header__icons{
    column-gap: 1.2rem;
  }
  .header .header__menu-item{
    padding: .5rem .7rem;
  }
}
@media screen and (max-width: 1500px) {
  .footer-block.grid__item.footer-block--menu {
    max-width: 170px;
  }
  .related-products .product-grid .slick-arrow.slick-prev {
    left: -2.5rem;
  }
  .related-products .product-grid .slick-arrow.slick-next {
    right: -2.5rem;
  }

  .product-card-wrapper modal-opener {
    column-gap: 1rem;
  }
  .product-card-wrapper .quick-add__submit {
    font-size: 1.3rem;
  }

  .contact:before {
    left: 0;
  }
  .collection-category .list-menu__item--link {
    font-size: 1.6rem;
  }
  .collection-category li:not(:last-child):after {
    margin: 0 1rem;
  }
}
@media screen and (max-width: 1365px) {
  .header__icon span.visually-display {
    display: none;
  }
  .product-grid-container .collection .grid--4-col-desktop .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
    max-width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }
  .contact:before {
    font-size: 10vw;
    left: 1vw;
  }
  .complementary-products .custom-slider .complementary-slider {
    column-gap: 6rem;
  }
  .certification-options {
    max-width: 370px;
  }
  .product-card-wrapper .quick-add__submit {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 1199px) {
  .hxxl {
    font-size: clamp(
      calc(var(--font-heading-scale) * 5.6rem),
      14vw,
      calc(var(--font-heading-scale) * 5.6rem)
    );
  }
  .hxl {
    font-size: calc(var(--font-heading-scale) * 3.6rem);
  }
  .page-width,
  .header:not(.drawer-menu).page-width,
  body:has(.section-header .header:not(.drawer-menu)) .utility-bar .page-width {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .header .list-menu--inline .link {
    font-size: 1.4rem;
  }
  .header .header__menu-item {
    padding: 0.5rem 1rem;
  }

  .product-grid-container .collection .grid--4-col-desktop .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) * 1 / 2);
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) * 1 / 2);
  }

  .related-products .product-grid .slick-arrow.slick-prev {
    left: 1rem;
  }
  .related-products .product-grid .slick-arrow.slick-next {
    right: 1rem;
  }

  .product__info-wrapper--extra-padding {
    padding-left: 3rem !important;
  }

  .custom-products-slider .slick-arrow.slick-prev {
    left: 0;
  }
  .custom-products-slider .slick-arrow.slick-next {
    right: 0;
  }
  .step-section .multicolumn .page-width {
    max-width: 800px;
  }
  .step-section .multicolumn-list__item:before {
    top: 51.5%;
    bottom: -51.6%;
  }
  .step-section .multicolumn-list__item:first-child:after {
    top: 50%;
  }
  .step-section .multicolumn-list__item:last-child:before {
    top: 50%;
  }
  .step-section .multicolumn-list__item:last-child:after {
    top: 41.75%;
  }
  .collection-category .list-menu__item--link {
    font-size: 1.4rem;
  }
  .collection-category li:not(:last-child):after {
    margin: 0 0.7rem;
  }
  .multiple-images .slick-arrow.slick-prev {
    left: -1.8rem;
  }
  .multiple-images .slick-arrow.slick-next {
    right: -1.8rem;
  }
  .overlap-image-right .subtitle.subtitle--large {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 989px) {
  .header__heading-link {
    margin-bottom: 0;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  header-drawer {
    margin-left: 0 !important;
  }
  .header__icon--cart {
    margin-right: 6px !important;
  }

  .utility-bar__grid--3-col {
    grid-template-columns: 1fr;
    grid-template-areas: "announcements";
  }
  .custom-slideshow-component .slideshow.banner .banner__media {
    height: 100% !important;
  }

  .footer .footer__content-top .grid--2-col .grid__item {
    width: 35%;
  }
  .grid--2-col-tablet .grid__item.product__media-wrapper {
    width: 100%;
  }
  .grid--2-col-tablet .grid__item.product__info-wrapper {
    width: 100%;
    padding-left: 0 !important;
    padding-top: 2.4rem;
  }
  .product-card-wrapper .quick-add {
    padding: 1rem;
    bottom: 0;
    background: rgba(235, 239, 245, 0.5);
  }

  .overlap-image-right .image-with-text__grid--reverse {
    flex-direction: column;
  }
  .overlap-image-right .page-width {
    padding-left: 0;
    padding-right: 0;
  }
  .overlap-image-right .image-with-text .grid__item {
    width: 100%;
  }
  .overlap-image-right .image-with-text__media-item .image-with-text__media {
    width: 100%;
  }
  .overlap-image-right
    .image-with-text__grid--reverse
    .image-with-text__content {
    padding: 2rem;
  }

  .discover .grid--2-col-tablet .grid__item {
    width: 100%;
  }
  .contact .contact-content,
  .contact .contact-form-content {
    max-width: 100%;
    width: 100%;
  }
  .contact .contact-content {
    padding-bottom: 2rem;
  }
  .contact .contact-content .title {
    margin-bottom: 1.5rem;
  }
  .contact .contact-content {
    font-size: 2rem;
    line-height: 3rem;
  }

  .step-section .multicolumn-list__item {
    width: 100%;
    max-width: 100%;
  }
  .step-section .multicolumn-list__item:before {
    top: 55.5%;
    content: none;
  }
  .step-section .multicolumn-list__item:first-child:after {
    top: 53.75%;
    content: none;
  }
  .step-section .multicolumn-list__item:nth-child(odd):before {
    border-right: 1px dashed rgb(var(--color-button));
  }
  .step-section .multicolumn-list__item:last-child:before {
    content: none;
  }
  .step-section .multicolumn-list__item:last-child:after {
    position: static;
    margin: 0 auto;
    justify-content: center;
  }
  .member-info .team-member {
    width: calc(33.33% - 0.5rem * 2 / 3);
  }
  .addresses.customer:not(.account):not(.order) {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  quick-add-modal .product:not(.product--no-media) .product__info-wrapper {
    padding-left: 2rem !important;
  }
  .quick-add-modal__content {
    width: 94% !important;
  }
  .collection-category {
    max-width: 460px;
    line-height: 1.35;
  }

  .shopify-policy__container {
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 750px) and (max-width: 989px) {
  .product-grid-container {
    padding-left: 2rem;
  }
  .facets-vertical .facets-wrapper {
    padding-right: 2rem !important;
  }
  .facets__form-vertical {
    width: 20rem !important;
  }
  .product-grid-container .product-grid {
    column-gap: var(--grid-mobile-horizontal-spacing);
  }
  .product-grid-container .collection .grid--4-col-desktop .grid__item {
    width: calc(50% - var(--grid-mobile-horizontal-spacing) * 1 / 2);
    max-width: calc(50% - var(--grid-mobile-horizontal-spacing) * 1 / 2);
  }
  .product-card-wrapper .quick-add__submit {
    font-size: 1.3rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 749px) {
  .header__heading-logo{
    width: 10rem;
  }
  .page-width,
  .header:not(.drawer-menu).page-width,
  body:has(.section-header .header:not(.drawer-menu)) .utility-bar .page-width {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .hxxl {
    font-size: clamp(
      calc(var(--font-heading-scale) * 3.6rem),
      14vw,
      calc(var(--font-heading-scale) * 3.6rem)
    );
  }
  .hxl {
    font-size: calc(var(--font-heading-scale) * 2.4rem);
  }
  h1,
  .h1 {
    font-size: 2.2rem;
  }
  .button,
  .customer button {
    padding: 0.6rem 1.6rem;
  }
  .header__icons {
    column-gap: 1rem;
  }
  .multicolumn-card .rte h2 {
    font-size: 3rem;
  }
  .footer .footer__content-top .grid {
    display: flex;
  }
  .footer .footer__content-top {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .footer .footer__content-top .grid--2-col .grid__item {
    width: 100%;
    margin: 0;
  }
  .footer-block.grid__item.footer-block--menu {
    max-width: 100%;
  }
  .footer .link {
    font-size: 1.4rem;
  }
  .footer .footer-block__details-content .list-menu__item--link {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .footer__content-top .footer-block__newsletter > p {
    margin-top: 0;
  }

  .footer-block__details-content {
    display: none;
  }
  .footer-block.grid__item:not(.footer-block--newsletter) {
    border-bottom: 1px solid rgb(var(--color-foreground));
  }
  .footer-block.grid__item:not(.footer-block--newsletter)
    .footer-block__heading {
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
  }
  .footer__content-top .footer-block__newsletter {
    margin-top: 3rem;
  }
  .footer-block.grid__item:not(.footer-block--newsletter)
    .footer-block__heading.active
    svg {
    rotate: 45deg;
  }
  .footer__content-bottom-wrapper{
    text-align: center;
    row-gap: 1rem !important;
  }
  .footer__content-bottom-wrapper{
    padding-top: 15px;
  }
  .footer__content-bottom-wrapper .designed-by p img{
    width: 100px;
  }
  .footer__content-bottom-wrapper .copyright__content, .footer__content-bottom-wrapper .designed-by p{
    font-size: 1.1rem;
  }
  

  .banner__box.gradient {
    border-radius: 0;
  }

  .collection-hero--with-image .collection-hero__inner {
    text-align: center;
  }
  .product-grid-container {
    border-left: none;
    padding-left: 0;
  }
  .product-card-wrapper modal-opener > button.quick-add__submit {
    display: none;
  }
  .price .price-item {
    margin: 0 0.5rem 0 0;
  }
  .pagination-wrapper .pagination__list {
    justify-content: center;
  }
  .custom-collection .grid--6-col-desktop .grid__item {
    width: 100px;
    max-width: 100px;
  }
  .custom-collection .card__content .card__heading {
    font-size: 1.3rem;
  }
  .discover .sort-info {
    margin-top: 3rem;
  }
  .contact:before {
    font-size: 16vw;
  }
  .banner__box.gradient .banner__text.subtitle {
    font-size: 1.8rem;
  }
  .step-section .multicolumn-card {
    padding: 3rem 0;
  }
  .member-info {
    row-gap: 3rem;
  }
  .member-info .team-member {
    width: calc(50% - 0.5rem * 1 / 2);
  }
  .addresses.customer ul li {
    width: 100%;
  }
  .addresses.customer:not(.account):not(.order) {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .custom-products-slider {
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }
  .custom-products-slider .grid__item {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
  }
  .card--standard > .card__content .card__information {
    padding-bottom: 0;
  }
  .product-card-wrapper .quick-add {
    padding: 0.5rem;
  }
  quick-add-modal .product:not(.product--no-media) .product__info-wrapper {
    padding-left: 0 !important;
  }

  .sitemap-content ul li {
    flex: 0 0 100%;
    margin: 0;
  }
  .sitemap-content li a:before {
    margin-top: 6px;
  }
  .special-offer-products .spacial-product-inner {
    padding: 0 1.5rem 1.5rem;
  }

  .product
    .product__info-container
    .product-form__buttons
    .product-form__submit {
    width: 100%;
    margin-bottom: 0.6rem;
  }
  .product__info-wrapper .product-form__quantity {
  }

  .complementary-products .custom-slider .complementary-slider {
    column-gap: 2rem;
  }
  .certification-options img {
    max-height: 80px;
  }

  .multiple-images .image-slide {
    margin-left: 0.6rem;
    margin-right: 0.6rem;
  }

  .fixed-add-to-cart .page-width {
    flex-direction: column;
  }
  .swym-ui-component .swym-empty-wishlist-container {
    padding: 0 !important;
    margin-bottom: 3rem;
  }
  .swym-ui-component .swym-wishlist-grid {
    padding: 1.5rem 0 !important;
  }
  .swym-ui-component .swym-wishlist-detail-separator {
    margin: 0 !important;
  }

  .multicolumn-list .rte h3 {
    font-size: 1.5rem;
  }
  .background-none
    .multicolumn-list:not(.slider)
    .center
    .multicolumn-card__info {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .overlap-image-right .subtitle.subtitle--large {
    font-size: 1.6rem;
  }
  .product-card-wrapper .card__heading{
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .card__content .price{
    font-size: 1.3rem;
  }

  .custom-collection-slider .grid__item{
    padding-left: .8rem;
    padding-right: .8rem;
  }
  .collection-card-wrapper .card>.card__content{
    padding: 1rem;
  }
  .image-with-text__content{
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
@media screen and (max-width: 480px) {
  .member-info .team-member {
    width: 100%;
  }
}

/* .header__icons {
    display: flex;
   justify-self: center;
   } */
.wishlist_icon {
  display: flex;
}


.overlap-banner-link{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
/* ============================================================
   THE TEMPLE — Sacred Store Premium Customizations
   Appended 2026-05-18 — APPENDED AT END so cascade wins.
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400&family=Jost:wght@300;400;500;600&display=swap');

/* Typography */
h1, h2, h3, h4, .h0, .h1, .h2, .h3, .h4 {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  letter-spacing: 0.02em !important;
  font-weight: 400 !important;
}
body, p, li, input, textarea, select {
  font-family: 'Jost', 'Lato', sans-serif !important;
  letter-spacing: 0.01em;
}

/* HEADER FRAMING */
.header {
  padding-top: 22px !important;
  padding-bottom: 22px !important;
  border-bottom: 1px solid rgba(182, 138, 58, 0.18) !important;
}
.header__heading-logo, .header__heading-logo-wrapper img {
  max-height: none !important;
  transition: opacity 0.4s ease, transform 0.6s ease !important;
}
.header__heading-link:hover .header__heading-logo {
  opacity: 0.88 !important;
  transform: scale(1.015) !important;
}

/* NAV LINKS — GOLD */
header .header__inline-menu a,
header .header__inline-menu summary,
header .header__inline-menu a > span,
header .header__inline-menu a > span > a,
header .header__inline-menu summary > span,
header .header__inline-menu summary > span > a,
header .header__inline-menu .header__menu-item,
header .header__inline-menu .link,
header-menu summary,
header-menu summary > span,
header-menu summary > span > a {
  color: #B68A3A !important;
}
header .header__inline-menu a:hover,
header .header__inline-menu summary:hover,
header .header__inline-menu a:hover *,
header .header__inline-menu summary:hover *,
header .header__inline-menu .header__menu-item:hover,
header .header__inline-menu .link:hover {
  color: #8E6E2D !important;
}

/* Caret arrows + SVG icons in nav */
header .header__inline-menu svg,
header .header__inline-menu .icon-caret,
header .header__inline-menu .icon-caret path {
  fill: #B68A3A !important;
  color: #B68A3A !important;
}

/* HEADER ICONS — gold */
header .header__icon,
header .header__icon svg,
header .header__icon svg path,
header .header__icons a,
header .header__icons svg,
header .header__icons svg path {
  color: #B68A3A !important;
  fill: #B68A3A !important;
}
header .header__icon:hover,
header .header__icon:hover svg,
header .header__icon:hover svg path {
  color: #8E6E2D !important;
  fill: #8E6E2D !important;
}

/* Cart count bubble */
.header__icon--cart .cart-count-bubble {
  background-color: #B68A3A !important;
  color: #0F0F0F !important;
}

/* SUBMENU dropdown */
.header__submenu {
  background-color: #0F0F0F !important;
  border-top: 1px solid rgba(182, 138, 58, 0.25) !important;
  padding: 16px 0 !important;
}
.header__submenu .header__menu-item,
.header__submenu a,
.header__submenu .link {
  color: #B68A3A !important;
  font-size: 13px !important;
  letter-spacing: 1.5px !important;
}
.header__submenu .header__menu-item:hover,
.header__submenu a:hover,
.header__submenu .link:hover {
  color: #F7F3EE !important;
  background-color: transparent !important;
}

/* SLIDESHOW BUTTONS */
.slideshow__button, .banner__buttons .button, .slider-with-text .button {
  font-family: 'Jost', sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  padding: 14px 34px !important;
  border-radius: 1px !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  transition: all 0.4s ease !important;
  border: none !important;
}
.slideshow__button.button--primary, .banner__buttons .button--primary {
  background-color: #B68A3A !important;
  color: #0F0F0F !important;
  border: none !important;
}
.slideshow__button.button--primary:hover, .banner__buttons .button--primary:hover {
  background-color: #8E6E2D !important;
  transform: translateY(-1px);
}
.slideshow__button.button--secondary, .banner__buttons .button--secondary {
  background-color: transparent !important;
  color: #F7F3EE !important;
  border: 1px solid rgba(247, 243, 238, 0.55) !important;
}
.slideshow__button.button--secondary:hover, .banner__buttons .button--secondary:hover {
  background-color: rgba(247, 243, 238, 0.08) !important;
  border-color: #F7F3EE !important;
}

/* GLOBAL PRIMARY BUTTON */
.button--primary, button.button--primary {
  background-color: #B68A3A !important;
  color: #F7F3EE !important;
  border-color: #B68A3A !important;
}
.button--primary:hover, button.button--primary:hover {
  background-color: #8E6E2D !important;
  border-color: #8E6E2D !important;
}

/* CARDS */
.card__heading, .card__heading a {
  font-family: 'Cormorant Garamond', serif !important;
  font-weight: 400 !important;
  letter-spacing: 0.03em !important;
}
.price {
  color: #B68A3A !important;
  font-weight: 500 !important;
  letter-spacing: 0.05em !important;
}
.price--compare {
  color: #8A8A8A !important;
}

/* HEADER MENU ITEM base */
.header__menu-item {
  font-size: 13px !important;
  font-weight: 500 !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
}

/* FOOTER */
.footer {
  border-top: 1px solid rgba(182, 138, 58, 0.18) !important;
}
.footer__heading {
  font-family: 'Cormorant Garamond', serif !important;
  letter-spacing: 0.06em !important;
}

/* ANNOUNCEMENT BAR */
.announcement-bar {
  background-color: #0F0F0F !important;
  color: #B68A3A !important;
  font-size: 12px !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
}
.announcement-bar a { color: #B68A3A !important; }

/* SALE BADGE */
.badge--sale {
  background-color: #B68A3A !important;
  color: #0F0F0F !important;
  font-weight: 600 !important;
}

/* Mobile */
@media (max-width: 768px) {
  .slideshow__button, .banner__buttons .button {
    font-size: 13px !important;
    padding: 10px 22px !important;
  }
}

/* Sticky header — smooth shrink on scroll */
.shopify-section-header-sticky.scrolled-past-header,
.shopify-section-header-sticky.scrolled-past-header .header {
  transition: padding 0.4s ease !important;
}
.shopify-section-header-sticky.scrolled-past-header .header {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
.shopify-section-header-sticky.scrolled-past-header .header__heading-logo,
.shopify-section-header-sticky.scrolled-past-header .header__heading-logo-wrapper img {
  max-width: 80px !important;
  width: 80px !important;
  transition: max-width 0.4s ease, width 0.4s ease !important;
}

/* ============================================================
   Cart drawer — on-brand polish
   ============================================================ */
.cart-notification, .cart-drawer {
  background-color: #0F0F0F !important;
  color: #F7F3EE !important;
}
.cart-drawer__heading, .cart-notification__heading {
  font-family: 'Cormorant Garamond', serif !important;
  color: #F7F3EE !important;
}
.cart-drawer .cart-item__name,
.cart-drawer .cart-item__price-wrapper {
  color: #F7F3EE !important;
}
.cart-drawer .cart-item__name a {
  color: #F7F3EE !important;
}
.cart-drawer .totals__total-value,
.cart-drawer .totals__subtotal-value {
  color: #B68A3A !important;
}
.cart-drawer button[type="submit"],
.cart-notification button[type="submit"] {
  background-color: #B68A3A !important;
  color: #0F0F0F !important;
  border: none !important;
  font-family: 'Jost', sans-serif !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
}

/* ============================================================
   Subtle scroll-reveal grace — gentle fade-in on scroll
   ============================================================ */
.scroll-trigger.animate--slide-in {
  animation-duration: 0.8s !important;
  animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1) !important;
}

/* Newsletter section — editorial polish */
.newsletter-form__field-wrapper {
  max-width: 480px !important;
  margin: 0 auto !important;
}
.newsletter-form__field-wrapper .field__input {
  border: 1px solid #0F0F0F !important;
  border-radius: 1px !important;
  font-family: 'Jost', sans-serif !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  padding: 16px 18px !important;
  color: #0F0F0F !important;
  background-color: #FFFFFF !important;
  letter-spacing: 0.02em !important;
}
.newsletter-form__field-wrapper .field__input::placeholder {
  color: transparent !important;  /* hidden so only the floating label is visible */
}
/* Floating label — let Dawn handle the positioning, just tune the color */
.newsletter-form__field-wrapper .field__label {
  color: rgba(15, 15, 15, 0.55) !important;
  font-family: 'Jost', sans-serif !important;
}
.newsletter-form__field-wrapper .field__input:focus {
  outline: 2px solid #B68A3A !important;
  outline-offset: 2px !important;
}
.newsletter-form__button {
  background-color: #B68A3A !important;
  color: #F7F3EE !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  border: none !important;
}
