/** Shopify CDN: Minification failed

Line 4122:0 Unexpected ";"

**/
.custom-review-trust #reviewsio-carousel-widget .R-ReviewsList__item {
  background: #fff !important;
  border: 1px solid #ececec !important;
  border-radius: 4px !important;
  box-shadow: none !important;
  padding: 20px !important;
  min-height: 170px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.custom-review-trust #reviewsio-carousel-widget .R-PhotoVideoThumbnail,
.custom-review-trust #reviewsio-carousel-widget .R-flex-row {
  display: none !important;
}

.custom-review-trust #reviewsio-carousel-widget .stars__icon,
.custom-review-trust #reviewsio-carousel-widget .R-RatingStars__stars .stars__icon {
  color: #d9a441 !important;
  fill: #d9a441 !important;
  font-size: 14px !important;
}

.custom-review-trust #reviewsio-carousel-widget .item__body,
.custom-review-trust #reviewsio-carousel-widget .R-TextBody {
  font-size: 13px !important;
  line-height: 1.5 !important;
  color: #333 !important;
  text-align: left;
  margin-top: 10px;
}

.custom-review-trust #reviewsio-carousel-widget .item__footer {
  margin-top: 15px !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px;
}

.custom-review-trust #reviewsio-carousel-widget .item__footer img,
.custom-review-trust #reviewsio-carousel-widget .author__avatar img {
  width: 36px !important;
  height: 36px !important;
  border-radius: 50% !important;
  object-fit: cover !important;
}

.custom-review-trust #reviewsio-carousel-widget .author__name,
.custom-review-trust #reviewsio-carousel-widget .item__author {
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #222 !important;
}

.custom-review-trust #reviewsio-carousel-widget .review-date {
  display: none !important;
}

.customer-review-section .section-header {
  text-align: center;
}

.custom-review-trust #reviewsio-carousel-widget .author__avatar,
.custom-review-trust #reviewsio-carousel-widget .R-Author__avatar {
  display: block !important;
  flex: 0 0 40px;
}

.custom-review-trust #reviewsio-carousel-widget .author__avatar img,
.custom-review-trust #reviewsio-carousel-widget .R-Author__avatar img,
.custom-review-trust #reviewsio-carousel-widget .author__avatar picture img {
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  max-width: 40px !important;
  border-radius: 50% !important;
  object-fit: cover !important;
  display: block !important;
}

.custom-review-trust #reviewsio-carousel-widget .item__footer,
.custom-review-trust #reviewsio-carousel-widget .R-Author {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
}

.custom-review-trust #reviewsio-carousel-widget .author__name,
.custom-review-trust #reviewsio-carousel-widget .R-Author__name {
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 1.2;
}

.popover::part(content) {
  max-height: 320px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #d1d1d1 transparent;
  border-radius: 4px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15), 0 1px 5px rgba(0, 0, 0, 0.08);
}

.location_popup_inner  .popover::part(content) {
  min-width: 300px;
}

.popover__search-wrapper input {
  padding: 5px 10px;
  border: 1px solid #dedede;
  margin-bottom: 0.5rem;
  width: 100%;
}

.popover__search-wrapper input:focus-visible {
  outline-offset: none;
  outline: none;
  box-shadow: none;
}

.popover__value-option[aria-selected=true], .popover__value-option:hover {
  background: #dedede69;
}

.popover__value-option {
  padding: .5rem;
}

.popover__value-list {
  gap: 0.2rem;
}

.homepage_collection_media .link , .custom_homepage_list2 .collection-card__content .link {
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.9), 
    0px 0px 10px rgba(0, 0, 0, 0.5),
    0px 0px 20px rgba(0, 0, 0, 0.3);
  letter-spacing: 0.02em;
}

.custom_index_tabs .featured-collections-navigation button.h2 {
  border: 1px solid black !important;
}

.custom_index_tabs .featured-collections-navigation button.h2:hover {
  background: #000;
  color: #fff;
}

.header__secondary-nav {
  column-gap: 0.8rem;
}

.header__nav-icon {
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}

.header__nav-icon:hover {
  transform: scale(1.10);
  color: #000;
}

.header__nav-icon::after {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  background: rgba(0,0,0,0.8);
  opacity: 0;
  transition: all 0.3s ease;
  z-index: -1;
}

.header__nav-icon:hover::after {
  opacity: 1;
  transform: scale(1.2);
}

.media-grid__item {
  border-radius: 18px;
  overflow: hidden;
  transition: transform 0.4s ease;
}

.media-grid__item img {
  transition: transform 0.8s ease;
}

.media-grid__item:hover img {
  transform: scale(1.04);
}

.content-over-media {
  position: relative;
  overflow: hidden;
}

.content-over-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.5),
    rgba(0,0,0,0.1),
    transparent
  );
  opacity: 0;
  transition: all 0.4s ease;
}

.media-grid__item:hover .content-over-media::after {
  opacity: 1;
}

.media-grid__item:hover .prose {
  transform: translateY(0);
  opacity: 1;
}

.media-grid__item:hover .prose button::after {
  width: 100%;
}

.media-grid__item:hover {
  transform: translateY(-6px);
}

.custom_index_tabs carousel-navigation.featured-collections-navigation {
  margin: 10px auto;
}

.featured-collections-navigation button {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: black;
  padding: 10px 15px;
  position: relative;
  transition: all 0.3s ease;
  border-radius: 30px;
}

.ruk_rating_snippet {
  color: #FFB400 !important;
}

.featured-collections-navigation button::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0%;
  height: 1px;
  background: #000;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

.featured-collections-navigation button:hover {
  color: #000;
  background: rgba(0,0,0,0.05);
}

.featured-collections-navigation button:hover::after {
  width: 60%;
}

.featured-collections-navigation button[aria-current="true"] {
  color: white;
  font-weight: 600;
  background: black;
}

.featured-collections-navigation button[aria-current="true"]::after {
  width: 70%;
}

.featured-collections-navigation {
  display: flex;
  gap: 2px;
  justify-content: center;
  flex-wrap: wrap;
}

.featured-collections-carousel__item .product-list {
  overflow-y: hidden;
  padding-top: 10px;
}

.featured-collections-carousel {
  padding: 20px 0px;
  overflow: visible;
}

.product-card__media img {
  transition: transform 0.8s ease;
  border-radius: 12px;
  overflow: hidden;
}

.product-card {
  transition: all 0.4s ease;
}

.product-grid,
  .collection,
  .carousel {
  overflow: visible;
}

.product-card__figure {
  transition: box-shadow 0.3s ease;
  border-radius: 12px;
}

.product-card:hover .product-card__media img {
  transform: scale(1.02);
}

.product-card:hover {
  transform: translateY(-4px);
}

.product-card__quick-add-button {
  background: #ffffff1f;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #fff;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 30px;
  padding: 12px 18px;
}

.product-card__quick-add-button:hover {
  background: #ffffff2e;
}

.product-title {
  font-size: 14px;
  font-weight: 500;
  color: #222;
  transition: color 0.3s;
}

.product-card:hover .product-title {
  color: #000;
}

.price-list {
  font-size: 14px;
}

.compare-at-price {
  opacity: 0.5;
}

.color-swatch {
  transition: transform 0.2s ease;
}

.color-swatch:hover {
  transform: scale(1.1);
}

.custom_homepage_list2 .collection-card img ,
 .custom-index  .collection-card img ,
  .custom-collection .collection-card img,
  .custom-product .collection-card img {
  transition: transform 0.8s ease;
}

.custom_homepage_list2 .collection-card:hover img,
.custom-index .collection-card:hover img,
.custom-collection .collection-card:hover img,
.custom-product .collection-card:hover img {
  transform: scale(1.04);
}

.custom_homepage_list2 .collection-card .content-over-media,
.custom-index .collection-card .content-over-media,
.custom-collection .collection-card .content-over-media,
.custom-product .collection-card .content-over-media {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.custom_homepage_list2 .collection-card .content-over-media::after,
.custom-index .collection-card .content-over-media::after,
.custom-collection .collection-card .content-over-media::after,
.custom-product .collection-card .content-over-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.7),
    rgba(0,0,0,0.2),
    transparent
  );
  opacity: 0;
  transition: opacity 0.4s ease;
}

.custom_homepage_list2  .collection-card:hover .content-over-media::after,
.custom-index  .collection-card:hover .content-over-media::after,
.custom-collection  .collection-card:hover .content-over-media::after,
.custom-product  .collection-card:hover .content-over-media::after {
  opacity: 1;
}

.custom_homepage_list2  .collection-card__content, 
.custom-index .collection-card__content, 
.custom-collection .collection-card__content,
.custom-product .collection-card__content {
  transform: translateY(20px);
  opacity: 0.85;
  transition: all 0.4s ease;
}

.custom_homepage_list2 .collection-card__content .link,
.custom-product .collection-card__content .link,
.custom-collection .collection-card__content .link,
.custom-index .collection-card__content .link {
  background: none;
  border: none;
  color: white;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
}

.custom_homepage_list2 .collection-card__content .link::after,
.custom-product .collection-card__content .link::after,
.custom-collection .collection-card__content .link::after,
.custom-index .collection-card__content .link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  width: 0%;
  height: 1px;
  background: white;
  transition: all 0.4s ease;
  transform: translateX(-50%);
}

.custom_homepage_list2 .collection-card:hover .link::after,
 .custom-product .collection-card:hover .link::after,
 .custom-collection .collection-card:hover .link::after,
 .custom-index .collection-card:hover .link::after {
  width: 80%;
}

.custom_homepage_list2 .collection-card,
.custom-product .collection-card,
.custom-collection .collection-card,
.custom-index .collection-card {
  transition: transform 0.4s ease;
}

.custom_homepage_list2 .collection-card:hover,
.custom-product .collection-card:hover,
.custom-collection .collection-card:hover,
 .custom-index .collection-card:hover {
  transform: translateY(-4px);
}

.CarouselWidget__header .header__inner {
  padding: 10px 0px !important;
}

.customer-review-section .section-stack .section-header {
  padding-bottom: 0px !important;
}

.R-ReviewsList {
  padding-bottom: 20px !important;
}

.CarouselWidget-prefix .CarouselWidget .R-ReviewsList .R-ReviewsList__item--body {
  font-style: italic;
}

.R-ReviewsList__item {
  border-radius: 12px;
  overflow: hidden;
}

.cssVar-authorName {
  font-size: 14px !important;
}

.R-ReviewsList__item .item__inner {
  border-radius: 12px;
  background: #fff;
  padding: 22px;
  border: 1px solid rgba(0,0,0,0.05);
  transition: all 0.2s ease;
}

.R-ReviewsList__item:hover .item__inner {
  transform: scale(1.01);
}

.R-PhotoVideoThumbnail {
  transition: all 0.2s ease;
}

#reviewsio-carousel-widget .item__inner {
  padding-bottom: 10px  !important;
}

.R-ReviewsList__item:hover .R-ReviewsList__item--body {
  color: #111;
}

.R-ReviewsList__item--body {
  transition: color 0.2s ease;
}

.instagram_socialsection-spacing .section-stack .section-header {
  padding: 10px 0px;
  padding-top: 20px;
}

.instagram_socialsection-spacing .scroll-area {
  padding-top: 10px;
  overflow-x: auto;
  overflow-y: visible;
}

.instagram_socialsection-spacing .section-stack {
  row-gap: 0px !important;
}

.container .section-header .prose h3 {
  font-style: italic;
}

.shopify-section--faq .faq .faq__content .accordion span.accordion__toggle {
  padding-top: 15px;
}

.footer__inner .footer__block-list .h6 {
  font-size: 16px;
}

.footer__block--links a {
  display: inline-block;
  position: relative;
  color: #ccc;
  transition: color 0.3s ease;
}

.section-stack {
  padding: 6px 0px;
}

.breadcrumbs__link,
.breadcrumbs__item a {
  color: #444444ff;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
}

.breadcrumbs__link:hover,
.breadcrumbs__item a:hover {
  color: #000;
}

.breadcrumbs__link::after,
.breadcrumbs__item a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 0%;
  height: 1px;
  background: black;
  transition: width 0.3s ease;
}

.breadcrumbs__link:hover::after,
.breadcrumbs__item a:hover::after {
  width: 100%;
}

.breadcrumbs__item:not(:last-child)::after {
  content: "›";
  font-size: 14px;
  opacity: 0.6;
  margin: 0 4px;
}

.breadcrumbs__item:last-child a {
  color: #000;
  font-weight: 500;
  pointer-events: none;
}

.breadcrumbs__item:not(:last-child) a {
  opacity: 0.9;
}

.product-gallery__carousel {
  gap: 8px;
  scrollbar-width: none;
  padding-top: 5px;
  overflow-y: visible;
  scroll-behavior: smooth;
}

.product-gallery__carousel::-webkit-scrollbar {
  display: none;
}

.product-gallery__media {
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.4s ease;
  backdrop-filter: blur(4px);
}

.product-gallery__media img,
.product-gallery__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.product-gallery__media:hover img {
  transform: scale(1.05);
}

.product-gallery__media video {
  border-radius: 12px;
}

.product-gallery__media:hover {
  transform: translateY(-4px);
}

.product {
  --product-gap: 3rem;
}

.product-info__block-item  .product-title {
  font-family: 'Playfair Display', serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.3px;
  color: #111;
}

.thumbnail-swatch {
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  width: 44px;
  height: 44px;
}

.thumbnail-swatch img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.thumbnail-swatch:hover {
  transform: scale(1.1);
  border-color: black;
}

input:checked + .thumbnail-swatch {
  border-color: black;
}

.block-swatch {
  padding: 10px 16px;
  border: 1px solid #cdcacaff;
  background: white;
  transition: all 0.3s ease;
  font-size: 14px;
}

.block-swatch:hover {
  border-color: black;
}

input:checked + .block-swatch {
  background: black;
  color: white;
  border-color: black;
}

.shoppay {
  font-size: 13px;
  color: #666;
}

.product-delivery-estimates {
  font-size: 13px;
  color: #444;
}

.feature-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  padding: 8px 12px;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.feature-badge:hover {
  background: #f8f8f8;
}

.product-description-container {
  font-size: 14px;
  line-height: 1.7;
  color: #444;
}

.accordion__toggle {
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}

.accordion__content {
  font-size: 14px;
  color: #555;
}

#shipping-estimator button:hover {
  color: white;
}

.buy-buttons {
  padding-top: 10px;
}

.collection-banner .h1 {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  letter-spacing: 0.5px;
  font-size: 44px;
  line-height: 1;
  color: #111;
}

.collection-banner .content-over-media {
  position: relative;
}

.collection-banner .prose {
  position: relative;
  z-index: 2;
  padding: 20px 20px;
}

.collection-banner .h1::after {
  content: "";
  display: block;
  width: 62px;
  height: 1px;
  background: black;
  margin-top: 10px;
}

.custom_collection_mini_info .prose {
  align-self: start !important;
}

.dynamic-readmore-wrapper .content {
  font-size: 14px;
  color: #444;
}

.dynamic-readmore-wrapper .readmore-btn {
  margin-top: 12px;
  font-size: 12px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: #000;
  position: relative;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.dynamic-readmore-wrapper .readmore-btn::after {
  content: " →";
  transition: transform 0.3s ease;
}

.dynamic-readmore-wrapper .readmore-btn:hover::after {
  transform: translateX(5px);
}

.dynamic-readmore-wrapper .readmore-btn:hover {
  opacity: 0.7;
}

.collection-banner .h1,
.dynamic-readmore-wrapper .content {
  opacity: 0;
  transform: translateY(20px);
  animation: luxuryFadeUp 0.8s ease forwards;
}

@keyframes luxuryFadeUp{

  to {
    opacity: 1;
    transform: translateY(0);
  }

}

.custom_cart_featured product-card.product-card {
  background-color: transparent !important;
}

.modal::part(content) {
  border-radius: 8px;
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.modal::part(content)::-webkit-scrollbar {
  display: none;
}

.shopify-section--collection-banner .section-spacing {
  padding-block-start: 4rem;
  padding-block-end: 4rem;
  margin-top: 20px;
}

.accordion__disclosure {
  
  border: none;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
body:not(.custom-product) .accordion__disclosure{
background: #fff;
}

.collection-description-layout .accordion__disclosure {
  background: #fff;
  padding: 10px 18px;
  border: none;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  margin-bottom: 12px;
}

body:not(.custom-product) .accordion__disclosure:hover {
  background: #fafafa;
}

body:not(.custom-product) .accordion__disclosure::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  width: 3px;
  background: black;
  transition: 0.3s ease;
}

body:not(.custom-product) .product-info__block-item .accordion__disclosure::before {
  content: none;
}

body:not(.custom-product) .accordion__disclosure:hover::before {
  height: 100%;
}

body:not(.custom-product) .accordion__disclosure:hover .accordion__toggle {
  color: black;
}

body:not(.custom-product) .accordion__disclosure .accordion__content {
  padding-block-end: 0px;
}

.header-sidebar__main-panel .accordion__disclosure:hover , .header-sidebar__main-panel .accordion__disclosure {
  background: transparent !important;
}

.header-sidebar__main-panel .accordion__disclosure::before,
.header-sidebar__main-panel .accordion__disclosure:hover::before {
  content: none !important;
}

.header-sidebar__main-panel .accordion__disclosure:hover .accordion__toggle {
  color: inherit;
}

.header-sidebar__main-panel .accordion__disclosure .accordion__content {
  padding-block-end: inherit;
}

.shopify-section--collection-banner .section-spacing .accordion__toggle,
 .shopify-section--collection-banner .section-spacing.accordion__content {
  padding-block: 0.5rem;
}

.collection-description-layout .collection-description h2 {
  font-size: 20px !important;
}

.collection-description-layout .collection-description h3 {
  font-size: 18px !important;
}

.collection-description-layout {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  overflow: visible;
  position: relative;
}

.collection-description-layout .collection-description {
  width: 50%;
}

.collection-description-layout  .faq-accordion-list h2 {
  font-style: italic;
  margin-bottom: 10px !important;
}

.collection-description-layout .faq-accordion-list {
  position: sticky;
  top: var(--header-height);
  align-self: flex-start;
  width: 50%;
  margin-top: 0 !important;
  padding-top: 20px;
}

.custom-track-page-header {
  padding-top: 40px;
  position: relative;
}

.custom-track-page-header .h1 {
  font-size: 36px;
  font-weight: 600;
}

.custom-track-page-header .h1::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background: #101010ff;
  margin: 5px auto 20px;
}

.custom-track-page-header p {
  line-height: 1.7;
  font-size: 14px;
}

.custom-track-important .container {
  margin-top: 40px;
  padding: 30px 25px;
  background: #f6f6f6;
  border: 1px solid #9d9690ff;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 8px 25px rgba(0,0,0,0.05);
  transition: 0.3s ease;
}

.custom-track-important .container:hover {
  transform: translateY(-4px);
}

.custom-track-important img {
  margin-bottom: 12px;
  width: 80px;
  background: #fff;
  padding: 10px;
  border-radius: 50%;
  border: 1px solid #eee;
}

.custom-track-important .h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.custom-track-important p {
  font-size: 14px;
  color: #555;
  line-height: 1.7;
  max-width: 600px;
  margin: 0 auto 10px;
}

.custom-track-need .container {
  background: #f6f6f6;
  padding: 20px;
  border-radius: 18px;
  border: 1px solid #4a4641ff;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  margin-block: 20px;
}

.custom-track-need .container .prose {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.custom-track-need .container .prose > *:nth-child(2) {
  flex: 0 0 70%;
}

.custom-track-need .container .prose > *:nth-child(3) {
  flex: 0 0 20%;
}

.custom-track-need .container .prose > *:nth-child(2) p {
  margin: 10px 0px;
}

.custom-track-faq  .accordion__disclosure:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  width: 3px;
  background: #000;
  transition: .3s ease;
}

.custom-track-faq  .accordion__disclosure:hover:before {
  height: 100%;
}

.custom-track-faq  .accordion__disclosure {
  background: #fff;
  border: none;
  transition: all .3s ease;
  position: relative;
  overflow: hidden;
}

.custom-track-faq .accordion__disclosure[open] {
  background: #fafafa;
}

.custom-track-faq  .accordion__disclosure .accordion__content {
  padding-block-end: 0px;
}

.shopify-section--faq .custom-track-faq .faq .faq__content {
  padding-bottom: 0;
}

.custom-track-info .text-with-icons {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.custom-track-info .text-with-icons__item {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 14px;
  padding: 20px 20px !important;
  text-align: center;
  box-shadow: 0 0px 5px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.custom-track-info .h6 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
}

.custom-track-info .prose p {
  font-size: 13px;
  color: #666;
  line-height: 1.6;
  margin: 0 auto;
}

shopify-section--faq .custom-track-faq .faq .faq__content {
  padding-bottom: 0;
}

.custom_contact_heading {
  position: relative;
  overflow: hidden;
  padding: 40px 20px;
  background-color: #f8f4f1;
  background-image: url('/cdn/shop/files/contact-us-banner.png?v=1779339027');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.custom_contact_heading .container {
  position: relative;
  z-index: 2;
}

.custom_contact_heading .h6 {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 18px;
  font-size: 12px;
  letter-spacing: 4px;
  font-weight: 600;
  color: #8B2D3A;
  text-transform: uppercase;
}

.custom_contact_heading .h6::before,

.custom_contact_heading .h6::after {
  content: "";
  width: 70px;
  height: 1px;
  background: #8B2D3A;
  opacity: 0.7;
}

.custom_contact_heading .prose:not(.prose--tight) :where(:not(meta,span)+*) {
  margin-block-start: 14px;
}

.custom_contact_heading .h1 {
  font-size: 42px;
  line-height: 1;
  font-weight: 600;
  color: #111;
  letter-spacing: -1px;
}

.custom_contact_heading .prose div p {
  font-size: 18px;
  line-height: 1.4;
  color: #444;
  max-width: 540px;
  margin-inline: auto;
  font-weight: 400;
}

.custom-brand-trust-img-text .image-with-text .prose .heading {
  font-size: 42px;
  line-height: 1.2;
  font-family: "Playfair";
}

.custom-brand-trust-img-text .image-with-text .prose .subheading {
  font-size: 20px;
  line-height: 1.2;
  color: #8B2D3A;
}

.brand-trust-icon-text .text-with-icons {
  padding: 40px 20px;
  --text-with-icons-row-gap: 2rem;
}

.brand-trust-icon-text .text-with-icons .prose p {
  font-size: 12px;
}

.brand-trust-icon-text .text-with-icons .gapclass {
  gap: 1rem !important;
  transition: all 0.3s ease-in-out;
}

.brand-trust-icon-text .text-with-icons .text-with-icons__item:hover .gapclass svg {
  transform: scale(1.08);
}

.brand-trust-icon-text .text-with-icons .text-with-icons__item:last-child {
  border-right: none;
}

.brand-trust-icon-text2 {
  padding: 40px 20px;
}

.brand-trust-icon-text2 .h6 {
  font-size: 22px;
}

.brand-trust-icon-text2 .gapclass {
  gap: 1rem;
}

.brand-trust-icon-text2 .content-gap {
  gap: 0;
}

.custom-review-trust {
  padding: 40px 20px !important;
}

.custom_shipping_heading {
  position: relative;
  overflow: hidden;
  padding: 40px 20px;
  background-color: #fbf7f3;
  background-image: url('/cdn/shop/files/shipping-page-banner.png?v=1779345287');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.custom_shipping_heading .container {
  position: relative;
  z-index: 2;
}

.custom_shipping_heading .prose {
  max-width: 540px;
  margin: 0 auto;
}

.custom_shipping_heading .h6 {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 16px;
  font-size: 14px;
  letter-spacing: 4px;
  font-weight: 700;
  color: #9b745f;
  text-transform: uppercase;
}

.custom_shipping_heading .h6::before,
.custom_shipping_heading .h6::after {
  content: "";
  width: 64px;
  height: 1px;
  background: #caa88f;
  opacity: .8;
}

.custom_shipping_heading .h1 {
  margin: 0 0 18px;
  font-size: 42px;
  line-height: 1.08;
  font-weight: 700;
  color: #111;
  letter-spacing: -1px;
}

.custom_shipping_heading .prose > div p {
  max-width: 820px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.4;
  color: #4f4f4f;
}

.custom_shipping_icon_text {
  padding-top: 30px !important;
  padding-bottom: 30px;
}

.custom_shipping_icon_text .text-with-icons__item {
  background: #fffaf7 !important;
  border: 1px solid #efe2d8;
  border-radius: 16px;
  padding: 26px 18px !important;
  box-shadow: 0 4px 20px rgba(0,0,0,0.03);
  transition: all .3s ease;
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom_shipping_icon_text .text-with-icons__item img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  margin-bottom: 6px;
}

.custom_shipping_icon_text .text-with-icons__item .h6 {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  color: #111;
  letter-spacing: .2px;
}

.custom_shipping_table {
  padding: 20px 0 !important;
}

.custom_shipping_table .shipping-tables {
  max-width: 1100px;
  margin: 0 auto;
}

.custom_shipping_table .title-text {
  text-align: center;
  max-width: 980px;
  margin: 0 auto 26px;
  padding: 18px 22px;
  border-radius: 12px;
  background: #faf4ef;
  border: 1px solid #eadfd6;
  color: #6c5648;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 1px;
  text-transform: uppercase;
  box-shadow: 0 0px 16px rgba(0,0,0,.03);
}

.custom_shipping_table .title-text div p {
  margin: 6px 0 0;
}

.custom_shipping_table table,
 .custom_shipping_table .shipping-sec {
  border: 1px solid #ebdfd5;
  border-radius: 16px;
  box-shadow: 0 0px 6px rgba(0,0,0,.04);
  overflow: hidden;
}

.custom_shipping_table .shipping-sec td {
  border: 1px solid #eee4da;
  padding: 28px 16px !important;
  text-align: left;
  font-size: 14px;
  color: #333;
  line-height: 1.5;
}

.custom_shipping_table .shipping-sec th {
  background: #faf5f1;
  padding: 28px 16px !important;
  text-transform: uppercase;
  font-size: 16px !important;
}

.custom_shipping_table .shipping-sec tr:hover td {
  background: #fffaf7;
}

.custom_shipping_table .shipping-sec .mobile-only {
  display: none;
}

.custom_shipping_instruction {
  padding: 20px 0 10px !important;
  background: #fff;
}

.custom_shipping_instruction .faq__content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.custom_shipping_instruction .accordion {
  border: 1px solid #eadfd6;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0px 6px rgba(0,0,0,.03);
  transition: .3s ease;
}

.custom_shipping_icon_text2 {
  padding: 10px 0 40px !important;
}

.custom_shipping_icon_text2 .text-with-icons {
  align-items: stretch;
  display: grid;
  grid-template-columns: repeat(6, 1fr) !important;
  gap: 16px;
}

.custom_shipping_icon_text2 .text-with-icons__item {
  background: #faf7f4 !important;
  border: 1px solid #ede2d8;
  border-radius: 16px;
  padding: 26px 18px !important;
  min-height: 160px;
  box-shadow: 0 0px 10px rgba(0,0,0,.03);
  transition: .3s ease;
}

.custom_shipping_icon_text2 .text-with-icons__item:hover {
  transform: translateY(-2px);
  background: #fff !important;
  cursor: pointer;
}

.custom_shipping_icon_text2 .text-with-icons__item .h6 {
  margin: 0 0 8px;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: .5px;
}

.custom_shipping_icon_text2 .text-with-icons__item .prose p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #555;
}

.custom_shipping_icon_text2 .text-with-icons__item:nth-child(1) {
  grid-column: span 2;
}

.custom_shipping_icon_text2 .text-with-icons__item:nth-child(2) {
  grid-column: span 2;
}

.custom_shipping_icon_text2 .text-with-icons__item:nth-child(3) {
  grid-column: span 2;
}

.custom_shipping_icon_text2 .text-with-icons__item:nth-child(5) {
  grid-column: 2 / span 2;
}

.custom_shipping_icon_text2 .text-with-icons__item:nth-child(6) {
  grid-column: 4 / span 2;
}

.custom_careers_header {
  position: relative;
  overflow: hidden;
  padding: 40px 20px !important;
  min-height: 300px;
  background: linear-gradient(
      180deg,
      rgba(255,255,255,0.43) 80%,
      rgba(255,255,255,0.48) 80%
    ),
    url('/cdn/shop/files/carrer_bg.png?v=1779684196');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.custom_careers_header .h6 {
  margin: 0 0 14px;
  font-size: 12px;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: #9b745f;
  font-weight: 600;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.custom_careers_header .h6::before {
  content: "";
  width: 55px;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    #c9a86a
  );
  display: block;
}

.custom_careers_header .h6::after {
  content: "";
  width: 55px;
  height: 1px;
  background: linear-gradient(
    90deg,
 
    #c9a86a,   transparent
  );
  display: block;
}

.custom_careers_header .h1 {
  margin: 0;
  font-size: 42px;
  line-height: 1.08;
  font-weight: 500;
  color: #1f1a17;
  letter-spacing: -1px;
}

.custom_careers_header .prose div p {
  max-width: 960px;
  margin: 24px auto 0;
  font-size: 16px;
  line-height: 1.6;
  color: #4b4542;
  font-weight: 400;
}

.custom_careers_header .prose::after {
  content: "";
  display: block;
  width: 240px;
  height: 2px;
  margin: 30px auto 0;
  background: linear-gradient(
    90deg,
    transparent,
    #c9a86a,
    transparent
  );
}

.custom_career_faq .section-header .h2 {
  position: relative;
  display: inline-block;
  margin: 0;
  padding-bottom: 10px;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.1;
  font-weight: 500;
  color: #1f1a17;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.04em;
}

.custom_career_faq .section-header .h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 120px;
  height: 2px;
  background: linear-gradient(90deg, transparent, #c9a86a, transparent);
}

.custom_career_faq .accordion {
  border: 1px solid rgba(191,160,102,0.22);
  border-radius: 8px;
  background: rgba(255,255,255,0.62);
  overflow: hidden;
  box-shadow: 0 0px 5px rgba(0,0,0,0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.custom_career_faq .accordion:hover {
  transform: translateY(-2px);
  box-shadow: 0 0px 8px rgba(0,0,0,0.07);
}

.custom_career_faq .accordion__disclosure summary {
  list-style: none;
  cursor: pointer;
  transition: background 0.25s ease;
}

.custom_career_faq .text-with-icon {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.custom_career_faq .text-with-icon::before {
  content: "";
  width: 34px;
  height: 2px;
  background: linear-gradient(90deg, transparent, #c9a86a);
  display: inline-block;
}

.membership-slider-banner .slideshow__slide-content {
  position: absolute;
  left: clamp(20px, 5vw, 40px);
  top: 50%;
  transform: translateY(-55%);
  z-index: 2;
  max-width: 720px;
  width: 100%;
}

.membership-slider-banner .content-over-media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
      90deg,
      rgba(251,247,241,0.96) 0%,
      rgba(251,247,241,0.88) 24%,
      rgba(251,247,241,0.42) 52%,
      rgba(251,247,241,0.05) 100%
    );
}

.membership-slider-banner .h6 {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 14px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .34em;
  text-transform: uppercase;
  color: #9b745f;
}

.membership-slider-banner .h6::after {
  content: "";
  width: 50px;
  height: 1px;
  background: linear-gradient(
      90deg,
      #9b745f,
      transparent
    );
  display: block;
}

.membership-slider-banner .h6::before {
  content: "";
  width: 50px;
  height: 1px;
  background: linear-gradient(
      90deg,
      transparent,
       #9b745f
    );
  display: block;
}

.membership-slider-banner .h1 {
  margin: 0;
  font-size: clamp(28px, 5vw, 48px);
  line-height: .92;
  font-weight: 500;
  color: #171311;
  font-family: "Cormorant Garamond",
    serif;
}

.membership-slider-banner .h2 {
  margin: 6px 0 0;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1;
  font-weight: 500;
  font-family: "Cormorant Garamond",
    serif;
  background: linear-gradient(
      90deg,
      #c98f3d,
      #d9b06c
    );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.membership-slider-banner .content p {
  font-size: 16px;
  line-height: 1.75;
}

.membership-slider-banner .button-group {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.custom_membership_content {
  position: relative;
  padding: 40px 20px;
  overflow: hidden;
}

.custom_membership_content .h1 {
  position: relative;
  display: inline-block;
  margin: 0;
  font-size: clamp(24px, 4vw, 32px);
  line-height: 1;
  font-weight: 500;
  color: #1f1a17;
  font-family: 'Playfair Display', Georgia, serif;
  letter-spacing: -1px;
}

.custom_membership_content .h1::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  transform: translateX(-50%);
  width: 130px;
  height: 1.5px;
  background: linear-gradient(90deg, transparent, #c79a55, transparent);
}

.membership-icon-with-text .text-with-icons__item {
  position: relative;
  flex-basis: 400px;
  padding: 30px 20px !important;
  border-radius: 18px;
  background: #fffaf7!important;
  border: 1px solid rgba(203,166,107,0.16);
  transition: .35s ease;
  box-shadow: 0 8px 24px rgba(0,0,0,0.03);
  cursor: pointer;
  overflow: hidden;
}

.membership-icon-with-text .text-with-icons__item:hover {
  transform: translateY(-8px);
  border-color: rgba(203,166,107,0.38);
  box-shadow: 0 9px 20px rgba(185,140,72,0.10);
}

.membership-icon-with-text .text-with-icons {
  --text-with-icons-items-per-row: 3;
  --text-with-icons-column-gap: 1.75rem;
}

.membership-icon-with-text .text-with-icons__item svg {
  width: 34px;
  height: 34px;
  color: #9b745f;
}

.membership-icon-with-text .text-with-icons__item .v-stack > div:first-child {
  width: 86px;
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: linear-gradient(
      180deg,
      #fffaf2 0%,
      #f9efe2 100%
    );
  border: 1px solid rgba(201,154,83,0.22);
  margin-bottom: 6px;
  transition: .3s ease;
}

.membership-icon-with-text .text-with-icons__item:hover .v-stack > div:first-child {
  transform: scale(1.05);
  box-shadow: 0 0px 10px rgba(201,154,83,0.12);
}

.membership-icon-with-text .h6 {
  margin: 0;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  color: #1c1815;
  font-family: "Cormorant Garamond",
    serif;
}

.membership-icon-with-text .prose p {
  font-size: 14px;
  line-height: 1.4;
  color: #5b534d;
}

.membership-icon-with-text .custom-btn a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #9b745f;
  text-decoration: none;
  transition: .3s ease;
}

.membership-icon-with-text .right-icon {
  width: 12px !important;
  transition: .3s ease;
}

.membership-icon-with-text .custom-btn a:hover {
  color: #9d6f2f;
}

.membership-icon-with-text .custom-btn a:hover .right-icon {
  transform: translateX(4px);
}

.our-value-banner .content {
  max-width: 720px;
  width: 100%;
  padding-left: 80px;
  padding-right: 30px;
}

.our-value-banner .content .button {
  margin-block-start: 16px !important;
}

.our-value-banner .prose .h4 {
  font-size: 42px;
  line-height: 1;
  font-weight: 500;
  color: #111;
  margin-bottom: 20px;
}

.our-value-banner .prose .h4::after {
  content: "";
  display: block;
  width: 70px;
  height: 3px;
  background: #8B2D3A;
  margin-top: 18px;
}

.our-value-banner .prose p:last-child {
  font-size: 18px;
  line-height: 1.7;
  color: #8B2D3A;
  max-width: 520px;
  font-weight: 400;
  margin-top: 20px;
}

.our-value-icon-text .text-with-icons {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 25px;
}

.our-value-icon-text .text-with-icons__item {
  width: 100%;
  position: relative;
  background: #FBF7F5;
  border: 1px solid #f2d7d0;
  border-radius: 18px;
  padding: 30px 22px !important;
  overflow: hidden;
  transition: .4s ease;
  box-shadow: 0 8px 20px rgba(139,45,58,.08);
}

.our-value-icon-text .section-header {
  width: 100%;
}

.our-value-icon-text {
  padding: 20px 0;
}

.our-value-icon-text .section-header .h2 {
  font-size: 32px;
}

.our-value-icon-text .section-header p::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #8B2D3A;
  margin: 8px auto 0;
  border-radius: 5px;
}

.our-value-icon-text .text-with-icons__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg,#8B2D3A,#C06B6B,#FFEADB);
  transform: scaleX(0);
  transform-origin: left;
  transition: .4s;
}

.our-value-icon-text .text-with-icons__item:hover {
  transform: translateY(-8px);
  border-color: #8B2D3A;
  background: linear-gradient(180deg,#FBF7F5 0%,#FFF2ED 100%);
  box-shadow: 0 4px 10px rgba(139,45,58,.15);
}

.our-value-icon-text .text-with-icons__item:hover::before {
  transform: scaleX(1);
}

.our-value-icon-text2 .svg_parent,
.our-value-icon-text .svg_parent {
  width: 65px;
  height: 65px;
  padding: 15px;
  background: #FFEADB;
  border-radius: 50%;
  color: #D86A7B;
  transition: .35s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.our-value-icon-text2 .text-with-icons__item:hover .svg_parent,
.our-value-icon-text .text-with-icons__item:hover .svg_parent {
  background: #8B2D3A;
  color: #fff;
  transform: scale(1.08) rotate(8deg);
}

.our-value-icon-text .h6 {
  font-size: 22px;
  font-weight: 700;
  color: #8B2D3A;
  margin-top: 15px;
  transition: .3s;
}

.our-value-icon-text .text-with-icons__item:hover .h6 {
  letter-spacing: .5px;
}

.our-value-icon-text .prose p {
  color: #555;
  line-height: 1.8;
  margin: 15px 0;
}

.our-value-icon-text .prose ul {
  list-style: none;
  padding: 0;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(139,45,58,.15);
  text-align: left;
}

.our-value-icon-text .prose ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  color: #444;
}

.our-value-icon-text .prose ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #8B2D3A;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
}

.our-value-icon-text .text-with-icons__item::after {
  content: "";
  position: absolute;
  right: -40px;
  bottom: -40px;
  width: 120px;
  height: 120px;
  background: #FFEADB;
  border-radius: 50%;
  opacity: .5;
  transition: .4s;
}

.our-value-icon-text .text-with-icons__item:hover::after {
  transform: scale(1.3);
  opacity: .8;
}

.our-value-icon-text2 {
  background: #FBF7F5;
  padding: 40px 0;
}

.our-value-icon-text2 .section-header .h2 {
  font-size: 32px;
  padding-top: 40px;
}

.our-value-icon-text2 .section-header .h2::after {
  content: "";
  width: 70px;
  height: 3px;
  background: #8b2d3a;
  display: block;
  margin: 12px auto;
}

.our-value-icon-text2 .text-with-icons {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 25px;
}

.our-value-icon-text2 .text-with-icons__item {
  background: #fff;
  border-radius: 18px;
  padding: 40px 25px !important;
  border: 1px solid #F2DDDA;
  position: relative;
  overflow: hidden;
  transition: .35s;
  box-shadow: 0 4px 10px rgba(139,45,58,.05);
}

.our-value-icon-text2 .text-with-icons__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg,#8B2D3A,#C06B6B,#FFEADB);
  transform: scaleX(0);
  transition: .35s;
  transform-origin: left;
}

.our-value-icon-text2 .text-with-icons__item::after {
  content: "";
  position: absolute;
  right: -25px;
  bottom: -25px;
  width: 110px;
  height: 110px;
  background: #FFEADB;
  border-radius: 50%;
  opacity: .35;
  transition: .4s;
}

.our-value-icon-text2 .text-with-icons__item:hover {
  transform: translateY(-6px);
  box-shadow: 0 0px 6px rgba(139,45,58,.12);
  background: linear-gradient(180deg,#fff,#FFF3EF);
}

.our-value-icon-text2 .text-with-icons__item:hover::before {
  transform: scaleX(1);
}

.our-value-icon-text2 .text-with-icons__item:hover::after {
  transform: scale(1.3);
}

.our-value-icon-text2 .h6 {
  font-size: 22px;
  font-weight: 700;
  margin-top: 18px;
  color: #8B2D3A;
}

.our-value-icon-text2 .prose p {
  font-size: 15px;
  line-height: 1.8;
  color: #555;
  max-width: 260px;
  margin: auto;
}

.our-value-icon-text2 .content-gap {
  position: relative;
}

.our-value-icon-text2 .content-gap::after {
  content: "";
  display: block;
  width: 70px;
  height: 2px;
  background: #8B2D3A;
  margin: 18px auto 0;
  opacity: .25;
}

.image-with-text-commitment {
  padding: 40px 0;
  background: #FBF7F5;
}

.image-with-text-commitment image-with-text {
  gap: 40px;
  align-items: center;
}

.image-with-text-commitment .heading {
  font-size: 32px;
  font-weight: 700;
  color: #8B2D3A;
  line-height: 1.4;
  margin-bottom: 18px;
  position: relative;
}

.image-with-text-commitment .heading::after {
  content: "";
  width: 75px;
  height: 4px;
  background: #8B2D3A;
  display: block;
  margin-top: 15px;
  border-radius: 10px;
}

.image-with-text-commitment .content p {
  font-size: 14px;
  color: #555;
  line-height: 1.4;
}

.image-with-text-commitment .icon-with-text-list {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 10px;
  align-items: stretch;
}

.image-with-text-commitment .icon-with-text-item {
  background: #fff;
  height: 100%;
  min-height: 80px;
  border: 1px solid #F1DDD8;
  border-radius: 16px;
  padding: 20px 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-block-start: 0;
  text-align: center;
}

.image-with-text-commitment .icon-with-text-item .icon-with-text-item__content {
  margin-block-start: 0;
}

.image-with-text-commitment .prose {
  padding-right: 20px;
}

.image-with-text-commitment .icon-with-text-item__icon-wrapper {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 50%;
  background: #FFEADB;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .35s;
}

.image-with-text-commitment .icon-with-text-item svg {
  color: #8B2D3A;
  transition: .35s;
}

.image-with-text-commitment .icon-with-text-item__heading {
  font-size: 14px;
  color: #8B2D3A;
  margin-bottom: 5px;
}

.image-with-text-commitment .icon-with-text-item__subheading {
  font-size: 12px;
  color: #666;
  line-height: 1.7;
  margin: 0 !important;
}

.image-with-text-commitment picture {
  overflow: hidden;
  border-radius: 18px;
}

.image-with-text-founder {
  padding-block: 0;
}

.text-with-icon-journey .svg_parent {
  width: 65px;
  height: 65px;
  padding: 15px;
  background: #FFEADB;
  border-radius: 50%;
  color: #D86A7B;
  transition: .35s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.text-with-icon-journey .text-with-icons__item:hover .svg_parent {
  background: #8B2D3A;
  color: #fff;
  transform: scale(1.04) rotate(8deg);
}

.image-with-text-founder .h4 {
  font-size: 62px;
  line-height: 1;
  font-weight: 600;
  color: #111;
  margin-bottom: 20px;
}

.image-with-text-founder .h4::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #8B2D3A;
  margin-top: 10px;
}

.image-with-text-founder .prose > div:nth-child(2) {
  font-size: 20px;
  color: #8B2D3A;
  line-height: 1.4;
  margin: 10px 0;
}

.image-with-text-founder .prose > div:last-child {
  font-size: 16px;
  color: #333;
  line-height: 1.4;
  max-width: 550px;
}

.image-with-text-ourfounder {
  background: #FBF7F5;
  padding: 40px 0;
}

.image-with-text-ourfounder picture {
  display: block;
  background: #fff;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,.08);
}

.image-with-text-ourfounder picture img {
  border-radius: 4px;
}

.image-with-text-ourfounder .subheading:first-child {
  color: #D86A7B;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
}

.image-with-text-ourfounder .heading {
  font-size: 48px;
  font-family: "playsfair",serif;
  line-height: 1;
  color: #111;
  margin: 10px 0;
}

.image-with-text-ourfounder .subheading:nth-child(3) {
  color: #D86A7B;
  font-size: 22px;
  margin-bottom: 20px;
}

.image-with-text-ourfounder .content {
  max-width: 550px;
}

.image-with-text-ourfounder .content p {
  color: #444;
  font-size: 16px;
  line-height: 1.9;
  margin-bottom: 18px;
}

.image-with-text-ourfounder .content::after {
  content: "Judith Somekh";
  display: block;
  margin-top: 20px;
  font-family: cursive;
  font-size: 42px;
  color: #111;
}

.image-with-text-ourfounder .image-with-text .prose {
  padding-inline: 50px;
}

.text-with-icons-founder {
  padding: 40px 0;
}

.text-with-icons-founder .section-header {
  margin-bottom: 20px;
}

.text-with-icons-founder .section-header .h2 {
  font-size: 42px;
  position: relative;
  padding-top: 40px;
}

.text-with-icons-founder .section-header .h2::after {
  content: "";
  width: 65px;
  height: 3px;
  background: #8B2D3A;
  display: block;
  margin: 10px auto 0;
}

.text-with-icons-founder .text-with-icons {
  gap: 25px;
}

.text-with-icons-founder .text-with-icons__item {
  background: rgba(255,255,255,.8);
  backdrop-filter: blur(10px);
  border: 1px solid #F3DDD7;
  border-radius: 20px;
  padding: 20px 20px !important;
  position: relative;
  transition: .4s;
  overflow: hidden;
}

.text-with-icons-founder .text-with-icons__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg,#8B2D3A,#D77A88,#FFEADB);
  transform: scaleX(0);
  transition: .4s;
  transform-origin: left;
}

.text-with-icons-founder .text-with-icons__item::after {
  content: "";
  position: absolute;
  right: -35px;
  bottom: -35px;
  width: 90px;
  height: 90px;
  background: #FFEADB;
  border-radius: 50%;
  opacity: .5;
  transition: .4s;
}

.text-with-icons-founder .text-with-icons__item:hover {
  transform: translateY(-6px);
  box-shadow: 0 0px 10px rgba(139,45,58,.10);
  border-color: #8B2D3A;
}

.text-with-icons-founder .text-with-icons__item:hover::before {
  transform: scaleX(1);
}

.text-with-icons-founder .text-with-icons__item:hover::after {
  transform: scale(1.3);
}

.text-with-icons-founder .svg_parent {
  width: 65px;
  height: 65px;
  padding: 15px;
  background: #FFEADB;
  border-radius: 50%;
  color: #8B2D3A;
  transition: .35s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.text-with-icons-founder .text-with-icons__item:hover .svg_parent {
  background: #8B2D3A;
  color: #fff;
  transform: rotate(8deg) scale(1.08);
}

.text-with-icons-founder .h6 {
  font-size: 20px;
}

.text-with-icons-founder .prose p {
  font-size: 14px;
  line-height: 1.8;
  color: #666;
  margin-top: 12px;
}

.text-with-icons-founder .content-gap {
  position: relative;
}

.text-with-icons-founder .content-gap::after {
  content: "";
  display: block;
  width: 45px;
  height: 2px;
  background: #D77A88;
  margin: 5px auto;
  opacity: .5;
}

.text-with-icon-journey {
  padding: 40px 0 !important;
  background: #FBF7F5;
}

.text-with-icon-journey .section-header .h2 {
  font-size: 42px;
  color: #222;
  position: relative;
}

.text-with-icon-journey .section-header .h2::after {
  content: "";
  width: 65px;
  height: 3px;
  background: #8B2D3A;
  display: block;
  margin: 5px auto 0;
}

.text-with-icon-journey .text-with-icons {
  position: relative;
}

.text-with-icon-journey .text-with-icons::before {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  top: 35px;
  height: 2px;
  background: #F3D7D0;
  z-index: 0;
}

.text-with-icon-journey .text-with-icons__item {
  background: transparent !important;
  padding: 0 20px !important;
  position: relative;
  z-index: 1;
}

.text-with-icon-journey .gapclass {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.text-with-icon-journey .h6 {
  font-size: 22px;
  font-weight: 700;
  color: #8B2D3A;
  display: block;
  margin-bottom: 4px;
}

.text-with-icon-journey .prose p {
  font-size: 14px;
  line-height: 1.5;
  color: #555;
  margin-top: 10px;
}

.rich-text-founder {
  padding: 40px 0 !important;
}

.rich-text-founder .container {
  max-width: 1200px;
}

.rich-text-founder .prose {
  position: relative;
  background: #FFF6F4;
  border: 1px solid #F3DDD7;
  border-radius: 12px;
  padding: 40px 40px;
  text-align: center;
  overflow: hidden;
  transition: .35s;
}

.rich-text-founder .prose::before {
  content: "“";
  position: absolute;
  left: 100px;
  top: 25px;
  font-size: 120px;
  line-height: 1;
  color: #8B2D3A;
  opacity: .9;
  font-family: Georgia,serif;
}

.rich-text-founder .prose > div p {
  font-size: 28px;
  line-height: 1.45;
  color: #222;
  font-family: "Cormorant Garamond",serif;
  max-width: 900px;
  margin: auto;
}

.rich-text-founder .h6 {
  margin-top: 15px;
  color: #8B2D3A;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .5px;
}

.rich-text-founder .prose:hover {
  box-shadow: 0 5px 10px rgba(139,45,58,.08);
  transform: translateY(-3px);
}

.custom_alter_info {
  position: relative;
  overflow: hidden;
}

.custom_alter_info .h1::before {
  content: "✦";
  position: absolute;
  left: 50%;
  bottom: -31px;
  transform: translateX(-50%);
  color: #8B2D3A;
  font-size: 24px;
  line-height: 1;
  z-index: 2;
}

.custom_alter_info .h1::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  width: 120px;
  height: 2px;
  background: #D08A86;
  display: block;
  margin: 20px auto 0;
}

.custom_alter_info .h1 {
  text-align: center;
  position: relative;
  font-size: 48px;
  line-height: .95;
  margin-bottom: 40px;
  color: #111;
}

.custom_alter_info .h1 strong {
  color: #8B2D3A;
  font-style: italic;
  font-weight: 600;
}

.custom_alter_info .prose > div > p:first-child {
  max-width: 850px;
  margin: 0 auto 30px;
  text-align: center;
  font-size: 20px;
  line-height: 1.8;
  color: #555;
}

.custom_alter_info ol {
  counter-reset: alter-step;
  background: #fff;
  border: 1px solid #8B2D3A;
  border-radius: 18px;
  padding: 40px;
  margin: 20px auto;
  box-shadow: 0 0px 10px rgba(0,0,0,.04);
}

.custom_alter_info ol li {
  counter-increment: alter-step;
  list-style: none;
  position: relative;
  padding: 20px 0 20px 90px;
  border-bottom: 1px solid #F3E5E2;
  font-size: 16px;
  line-height: 1.8;
  color: #444;
}

.custom_alter_info ol li:last-child {
  border-bottom: none;
}

.custom_alter_info ol li::before {
  content: counter(alter-step, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 20px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #Fbf7f5;
  border: 1px solid #E6C3BF;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #B85D66;
  font-weight: 700;
  font-size: 18px;
}

.custom_alter_info ol + p {
  background: #FFF7F6;
  border: 1px solid #F2DAD6;
  border-radius: 18px;
  padding: 30px 30px 30px 40px;
  margin-top: 40px;
  font-size: 18px;
  line-height: 1.9;
  color: #555;
  position: relative;
}

.custom_alter_info ol + p::before {
  content: "❝";
  position: absolute;
  left: 5px;
  top: 5px;
  font-size: 60px;
  color: #8B2D3A;
  opacity: 1;
}

.custom_alter_info .prose > div > p:nth-of-type(2) {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
  line-height: 1.7;
  font-weight: 500;
  color: #2d2d2d;
}

.custom_alter_info .prose > div > p:nth-of-type(2)::before {
  content: "Tips To Find The Best Alteration Service";
  display: block;
  color: #B6545F;
  font-size: 14px;
  letter-spacing: 3px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 600;
}

.footer ul.payment-methods.unstyled-list {
  justify-content: flex-start;
  gap: 10px;
}

.footer__aside {
  gap: 1rem;
}

.footer__block.footer__block--text a {
  background: none;
}

.footer .text_image-bottom {
  align-items: center;
}

.footer .footer__inner {
  row-gap: 1rem;
}

.footer {
  padding-block-start: 2.5rem;
  padding-block-end: 0.75rem;
}

.footer-copyrite.heading {
  border-top: 1px solid #dedede;
  padding: 1rem 0 0;
}

.footer .social-media--list .social-media__item svg {
  width: 28px;
  height: 28px;
}

.footer .social-media--list .social-media__item {
  transition: transform 0.4s ease,
               box-shadow 0.4s ease;
}

.footer .social-media--list .social-media__item:hover {
  transform: translateY(-4px) scale(1.05) !important;
  box-shadow: 0 0 25px rgba(255,255,255,.12) !important;
}

.shopify-section--faq .index-custom-faq .faq__content {
  padding-bottom: 0;
}

.homepage_collection_media .section-stack {
  padding: 4px 0 20px;
}

.shopify-section--featured-collections .custom_hompage_featured {
  padding-top: 24px;
}

.shopify-section--featured-collections .custom_hompage_featured featured-collections-carousel {
  padding: 10px 0px;
}

.custom-index  .collection-card img ,
  .custom-collection .collection-card img,
  .custom-product .collection-card img {
  transition: transform 0.8s ease;
}

.custom-index .collection-card:hover img,
.custom-collection .collection-card:hover img,
.custom-product .collection-card:hover img {
  transform: scale(1.04);
}

.custom-index .collection-card .content-over-media,
.custom-collection .collection-card .content-over-media,
.custom-product .collection-card .content-over-media {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.custom-index .collection-card .content-over-media::after,
.custom-collection .collection-card .content-over-media::after,
.custom-product .collection-card .content-over-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.7),
    rgba(0,0,0,0.2),
    transparent
  );
  opacity: 0;
  transition: opacity 0.4s ease;
}

.custom-index  .collection-card:hover .content-over-media::after,
.custom-collection  .collection-card:hover .content-over-media::after,
.custom-product  .collection-card:hover .content-over-media::after {
  opacity: 1;
}

.custom-index .collection-card__content, 
.custom-collection .collection-card__content,
.custom-product .collection-card__content {
  transform: translateY(20px);
  opacity: 0.85;
  transition: all 0.4s ease;
}

.custom-product .collection-card__content .link,
.custom-collection .collection-card__content .link,
.custom-index .collection-card__content .link {
  background: none;
  border: none;
  color: white;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
}

.custom-product .collection-card__content .link::after,
.custom-collection .collection-card__content .link::after,
.custom-index .collection-card__content .link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  width: 0%;
  height: 1px;
  background: white;
  transition: all 0.4s ease;
  transform: translateX(-50%);
}

.custom-product .collection-card:hover .link::after,
 .custom-collection .collection-card:hover .link::after,
 .custom-index .collection-card:hover .link::after {
  width: 80%;
}

.custom-product .collection-card,
.custom-collection .collection-card,
.custom-index .collection-card {
  transition: transform 0.4s ease;
}

.custom-product .collection-card:hover,
.custom-collection .collection-card:hover,
 .custom-index .collection-card:hover {
  transform: translateY(-4px);
}

.instagram_socialsection-spacing {
  padding-bottom: 20px;
}

.payment-methods {
  row-gap: 0px;
}

@keyframes luxuryFadeUp{

  to {
    opacity: 1;
    transform: translateY(0);
  }

}

.index-custom-faq .accordion__disclosure {
  background: #fff;
  border: none;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.index-custom-faq .accordion__disclosure:hover {
  background: #fafafa;
}

.collection-description-layout .accordion__disclosure:hover {
  background: #fafafa;
  transform: translateY(-2px);
}

.index-custom-faq .accordion__disclosure::before,
.collection-description-layout .accordion__disclosure::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  width: 3px;
  background: black;
  transition: 0.3s ease;
}

.index-custom-faq .accordion__disclosure:hover::before,
.collection-description-layout .accordion__disclosure:hover::before {
  height: 100%;
}

.index-custom-faq .accordion__disclosure:hover .accordion__toggle,
.collection-description-layout .accordion__disclosure:hover .accordion__toggle {
  color: black;
}

.index-custom-faq .accordion__disclosure .accordion__content,
.collection-description-layout .accordion__disclosure .accordion__content {
  padding-block-end: 0px;
}

.designer-banner .prose {
  position: relative;
  text-align: center;
}

.designer-banner .prose::before {
  content: "❝";
  display: block;
  font-size: 70px;
  line-height: 0.2;
  color: #8b2d3a;
}

.designer-banner .prose .h3 {
  font-family: "Cormorant Garamond", serif !important;
  font-size: 44px !important;
  font-weight: 500 !important;
  line-height: 1.15;
  color: #222 !important;
  letter-spacing: .5px;
  margin-bottom: 0 !important;
  text-transform: none !important;
}

.designer-banner .prose h1 {
  font-family: "Allura", cursive !important;
  font-size: 44px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  color: #8b2d3a !important;
  text-transform: none !important;
  margin-top: 0px !important;
}

.designer-banner .prose:not(.prose--tight) :where(:not(meta,span)+*) {
  margin-block-start: 0rem !important;
}

.designer-banner .prose h1::after {
  content: "— The Dress Outlet";
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #222;
  margin-top: 20px;
}

.designer-banner .content {
  text-shadow: 0 2px 10px rgba(255,255,255,.15);
}

.designer_page_description {
  background: linear-gradient(
    to right,
    #F9F7F5 0%,
    #FAF8F5 35%,
    #FFFFFF 50%,
    #FAF8F5 65%,
    #F9F7F5 100%
);
  border-radius: 18px;
  padding: 50px 0;
  margin: 30px 20px 30px 40px;
}

.designer_page_description .content p {
  text-align: justify !important;
}

.designer_page_description .h1 {
  font-family: "Playfair Display", serif !important;
  font-size: 36px !important;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .5px;
  color: #1f1f1f;
  margin-bottom: 24px !important;
}

.designer_page_description .prose::before {
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  background: #8b2d3a;
  margin-bottom: 20px;
  margin: 0 auto 20px;
}

.designer_page_description .dynamic-readmore-wrapper .content {
  font-size: 18px;
  line-height: 1.9;
  color: #555;
  font-weight: 400;
  text-align: left;
}

.designer_page_description .dynamic-readmore-wrapper .readmore-btn {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #8b2d3a;
  border-bottom: 1px solid #8b2d3a;
  transition: all .3s ease;
  margin: 20px auto 0 !important;
}

.designer_page_description .dynamic-readmore-wrapper .readmore-btn:hover {
  letter-spacing: 3px;
  color: #6f1f2d;
}

.designer_page_description .prose {
  max-width: 1300px;
  margin: 0 auto;
  text-align: center;
}

.designer_page_description .dynamic-readmore-wrapper {
  text-align: center;
}

.faq-page-container .section-header .prose {
  position: relative;
}

.faq-page-container .section-header .h1 {
  position: relative;
  display: inline-block;
  font-size: 48px;
  padding: 0 40px;
}

.faq-page-container .section-header .h1::before,
.faq-page-container .section-header .h1::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #8b2d3a;
  font-size: 24px;
}

.faq-page-container .section-header .h1::before {
  left: 0;
}

.faq-page-container .section-header .h1::after {
  right: 0;
}

.faq-page-container .section-header .prose::after {
  content: "";
  width: 180px;
  height: 1px;
  background: linear-gradient(
      to right,
      transparent,
      #8b2d3a,
      transparent
    );
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
}

.faq-page-container .section-header {
  margin-bottom: 30px;
}

.faq-page-container .faq__category {
  position: relative;
  background: #8b2d3a;
  border-radius: 12px 12px 0 0;
  padding: 16px;
  margin-bottom: 0;
  font-size: 18px;
  color: white;
}

.faq-page-container .faq__category::after {
  content: "";
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  color: white;
}

.faq-page-container .accordion {
  display: block;
}

.faq-page-container .accordion__disclosure {
  background: #fff;
  transition: .3s ease;
}

.faq-page-container .accordion:last-child .accordion__disclosure {
  border-radius: 0 0 12px 12px;
}

.faq-page-container .accordion:last-child {
  border-bottom: none;
}

.faq-page-container .accordion__disclosure:hover {
  background: #FFFDFC;
}

.faq-page-container .accordion summary {
  cursor: pointer;
  list-style: none;
}

.faq-page-container details[open] {
  position: relative;
}

.faq-page-container details[open]::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: #8b2d3a;
  border-radius: 0 4px 4px 0;
}

.faq-page-container .faq__category+.accordion {
  margin-block-start: 0 !important;
}

.faq-page-container .accordion summary::-webkit-details-marker {
  display: none;
}

.custom_price_match_head {
  position: relative;
  overflow: hidden;
  padding: 40px 0;
}

.custom_price_match_head h1 {
  font-size: 48px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1px;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.custom_price_match_head h1 strong {
  color: #8b2d3a;
  font-style: italic;
}

.custom_price_match_head h1::before {
  content: "";
  color: #8b2d3a;
  font-size: 22px;
  margin-right: 16px;
}

.custom_price_match_head h1::after {
  content: "";
  color: #8b2d3a;
  font-size: 22px;
  margin-left: 16px;
}

.custom_price_match_head .prose .h6 {
  font-size: 20px !important;
  font-weight: 600;
  margin-bottom: 20px;
  color: #222;
}

.custom_price_match_head p {
  max-width: 940px;
  margin-inline: auto;
  font-size: 18px;
  line-height: 1.9;
  color: #444;
}

.price_match_work {
  position: relative;
  overflow: hidden;
  background-color: #fbf7f5;
  padding: 30px 0 !important;
}

.price_match_work .v-stack.gap-8 {
  border: 1px solid rgba(139, 45, 58, 0.3);
  border-radius: 12px;
  padding: 50px 20px 40px;
  position: relative;
  margin-top: 30px;
  width: 100% !important;
}

.price_match_work .section-header {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fbf7f5;
  padding: 0 45px;
  margin: 0;
  width: auto;
  white-space: nowrap !important;
  z-index: 2;
}

.price_match_work .section-header .h2 {
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  color: #111;
}

.price_match_work .section-header .h2::after {
  display: none;
}

.price_match_work .text-with-icons__item {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 10px 20px !important;
  transition: none;
  cursor: default;
}

.price_match_work .text-with-icons__item:hover {
  transform: none;
}

.price_match_work .text-with-icons__item::before {
  display: none;
}

.price_match_work .gapclass {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 15px !important;
  text-align: left !important;
  width: 100% !important;
}

.price_match_work .content-gap {
  align-items: flex-start !important;
  text-align: left !important;
  justify-content: flex-start !important;
  gap: 8px !important;
  flex: 0 1 auto !important;
  min-width: 0 !important;
  width: auto !important;
}

.price_match_work .prose {
  max-width: none !important;
  width: 100% !important;
}

.price_match_work .prose p,
.price_match_work .prose a {
  word-break: break-word;
  overflow-wrap: break-word;
}

.price_match_work .svg_parent {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(139, 45, 58, 0.03), rgba(139, 45, 58, 0.12));
  border: 1px solid rgba(139, 45, 58, 0.15);
  box-shadow: inset 0 4px 10px rgba(139, 45, 58, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.price_match_work .svg_parent svg {
  color: #8b2d3a;
  width: 32px;
  height: 32px;
}

.price_match_work .text-with-icons__item:hover .svg_parent {
  transform: scale(1.02);
  transition: transform 0.3s ease;
}

.price_match_work .h6,
.price_match_work .h6 strong {
  font-size: 1.8rem;
  color: #8b2d3a;
  font-weight: 600;
  margin: 0;
  line-height: 1;
}

.price_match_work .text-with-icons__item:hover .h6 {
  transform: none;
  color: #8b2d3a;
}

.price_match_work .prose p {
  color: #444444;
  line-height: 1.5;
  font-size: 14px;
  margin: 0;
}

.price_match_work .prose strong {
  color: #111111;
  font-weight: 600;
}

.promotion_custom_section .section-header .h2 {
  font-size: 48px;
  line-height: 1.1;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.promotion_custom_section .section-header .h2 strong {
  color: #8b2d3a;
  font-style: italic;
}

.promotion_custom_section .section-header p {
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.promotion_custom_section .section-header {
  position: relative;
}

.promotion_custom_section .section-header::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -45px;
  transform: translateX(-50%);
  color: #8B2D3A;
  font-size: 22px;
  background: #FBF7F5;
  padding: 0 18px;
  z-index: 2;
}

.promotion_custom_section .section-header::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -30px;
  transform: translateX(-50%);
  width: 320px;
  height: 1px;
  background: #8B2D3A;
}

.promotion_custom_section .content-over-media {
  width: 220px !important;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid transparent;
  transition: .4s ease;
}

.promotion_custom_section .collection-card {
  position: relative;
  transition: .4s ease;
}

.promotion_custom_section .collection-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .6s ease;
}

.promotion_custom_section .collection-card:hover {
  transform: translateY(-10px);
}

.promotion_custom_section .collection-card:hover .content-over-media {
  border-color: #8B2D3A;
  box-shadow: 0 0px 6px rgba(139,45,58,.18);
}

.promotion_custom_section .collection-card:hover img {
  transform: scale(1.04);
}

.promotion_custom_section .collection-card .link {
  display: block;
  margin-top: 18px;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  text-transform: capitalize;
  transition: .3s;
}

.promotion_custom_section .collection-card:hover .link {
  color: #8B2D3A;
}

.promotion_custom_section .collection-card.is-selected .link {
  color: #8B2D3A;
}

.custom_promotion_list {
  padding-top: 40px;
}

.custom_promotion_list .collection-card {
  border: 1px solid #E7D8D5;
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  transition: .4s ease;
  box-shadow: 0 4px 10px rgba(0,0,0,.04);
}

.custom_promotion_list .collection-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(139,45,58,.12);
}

.custom_promotion_list .collection-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 100%;
  z-index: 2;
  background: #8B2D3A;
}

.custom_promotion_list .content-over-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .7s ease;
  object-position: top;
}

.custom_promotion_list .collection-card:hover img {
  transform: scale(1.04);
}

.custom_promotion_list .collection-card__content p:not(.h3) {
  color: #555;
  font-size: 17px;
  line-height: 1.9;
}

.custom_promotion_list .collection-card__content strong {
  color: #8B2D3A;
}

.custom_promotion_list .button {
  transition: .2s;
  border-radius: 0;
}

.custom_promotion_list .button:hover {
  background: #8B2D3A;
  transform: translateY(-2px);
}

.custom_promotion_list .collection-card:nth-child(even)::before {
  left: auto;
  right: 0;
}

.custom_affiliate_header {
  position: relative;
  overflow: hidden;
  padding: 40px 0 40px !important;
}

.custom_affiliate_header .prose {
  position: relative;
}

.custom_affiliate_header .h1 {
  font-size: 48px;
  line-height: 1.05;
  font-weight: 600;
  margin-bottom: 25px;
  letter-spacing: -.02em;
  text-transform: capitalize;
  max-width: 700px;
  margin-inline: auto;
  position: relative;
}

.custom_affiliate_header .h1 strong {
  font-style: italic;
  color: #8B2D3A;
}

.custom_affiliate_header .prose p strong {
  display: block;
  color: #8B2D3A;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.custom_affiliate_info {
  padding-top: 20px !important;
}

.custom_affiliate_info .h2 {
  text-align: center;
  font-size: 28px !important;
  margin-bottom: 10px;
  position: relative;
}

.custom_affiliate_info text-with-icons-carousel {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 24px;
}

.custom_affiliate_info .text-with-icons__item {
  background: #fff !important;
  border: 1px solid rgba(139,45,58,.15);
  border-radius: 20px;
  padding: 32px 24px !important;
  position: relative;
  overflow: hidden;
  transition: .35s ease;
  height: 100%;
}

.custom_affiliate_info .text-with-icons__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #8B2D3A;
  transform: scaleX(0);
  transform-origin: left;
  transition: .35s ease;
}

.custom_affiliate_info .text-with-icons__item:hover {
  transform: translateY(-8px);
  border-color: #8B2D3A;
  box-shadow: 0 4px 10px rgba(17,17,17,.06);
}

.custom_affiliate_info .text-with-icons__item:hover::before {
  transform: scaleX(1);
}

.custom_affiliate_info .svg_parent {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgba(139,45,58,.05);
  border: 1px solid rgba(139,45,58,.15);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .35s ease;
}

.custom_affiliate_info .svg_parent svg {
  width: 30px;
  height: 30px;
  color: #8B2D3A;
}

.custom_affiliate_info .text-with-icons__item:hover .svg_parent {
  background: #8B2D3A;
}

.custom_affiliate_info .text-with-icons__item:hover .svg_parent svg {
  color: #fff;
}

.custom_affiliate_info .content-gap {
  gap: 10px;
}

.custom_affiliate_info .h6 {
  color: #8B2D3A;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 8px;
}

.custom_affiliate_info .prose p,
.custom_affiliate_info .prose li {
  color: #111111;
  opacity: .75;
  font-size: 15px;
  line-height: 1.8;
  margin: 0;
}

.custom_affiliate_info .text-with-icons__item:last-child {
  background: linear-gradient(
        135deg,
        #ffffff 0%,
        #fbf7f5 100%
    ) !important;
}

.custom_affiliate_info .text-with-icons__item:last-child .h6,
.custom_affiliate_info .text-with-icons__item:last-child .prose {
  color: #8B2D3A;
}

.custom_affiliate_info .v-stack {
  height: 100%;
}

.custom_affiliate_work {
  padding: 40px 0 !important;
}

.custom_affiliate_work .text-with-icons {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 24px;
  overflow: visible;
  padding: 20px 0px;
}

.custom_affiliate_work .h2 {
  font-size: 28px;
  text-align: center;
  position: relative;
}

.custom_affiliate_work .text-with-icons__item {
  position: relative;
  background: #fff !important;
  border: 1px solid rgba(139,45,58,.18);
  border-radius: 12px;
  padding: 28px !important;
  transition: .35s;
  overflow: visible;
}

.custom_affiliate_work .text-with-icons__item:hover {
  transform: translateY(-6px);
  border-color: #8b2d3a;
  box-shadow: 0 2px 10px rgba(139,45,58,.08);
}

.custom_affiliate_work .text-with-icons__item:nth-child(1)::before,
.custom_affiliate_work .text-with-icons__item:nth-child(2)::before,
.custom_affiliate_work .text-with-icons__item:nth-child(3)::before {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #8b2d3a;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
}

.custom_affiliate_work .text-with-icons__item:nth-child(1)::before {
  content: "1";
}

.custom_affiliate_work .text-with-icons__item:nth-child(2)::before {
  content: "2";
}

.custom_affiliate_work .text-with-icons__item:nth-child(3)::before {
  content: "3";
}

.custom_affiliate_work .gapclass {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}

.custom_affiliate_work .svg_parent {
  width: 80px;
  height: 80px;
  min-width: 80px;
  border: 2px solid #8b2d3a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8b2d3a;
}

.custom_affiliate_work .svg_parent svg {
  width: 36px;
  height: 36px;
}

.custom_affiliate_work .content-gap {
  text-align: left !important;
}

.custom_affiliate_work .content-gap .h6 {
  margin: 0 0 8px;
  color: #000;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1.1;
}

.custom_affiliate_work .content-gap p {
  color: #444;
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
}

.custom_affiliate_earning {
  padding-top: 20px;
}

.custom_affiliate_earning .prose {
  position: relative;
  text-align: center !important;
  background: #fff;
  border: 1px solid rgba(139,45,58,.18);
  border-radius: 20px;
  padding: 40px 20px;
  overflow: hidden;
}

.custom_affiliate_earning .prose::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 140px;
  height: 4px;
  background: #8B2D3A;
  border-radius: 10px;
}

.custom_affiliate_earning .h2 {
  font-size: 28px;
  line-height: 1;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.custom_affiliate_earning .h2 + div p {
  max-width: 760px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 1.8;
  color: #444;
}

.custom_affiliate_earning .button-group {
  justify-content: center !important;
}

.custom_affiliate_earning .button-group + div {
  border-top: 1px solid rgba(139,45,58,.15);
  padding-top: 25px;
}

.custom_affiliate_earning .button-group + div p {
  font-size: 18px;
  line-height: 1.8;
}

.custom_about_heading {
  position: relative;
  overflow: hidden;
}

.custom_about_heading .h1 {
  position: relative;
  margin-bottom: 20px;
  font-size: 48px;
  line-height: 1;
  font-weight: 600;
  color: #8B2D3A;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.custom_about_heading .h6 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: .5px;
}

.about_imgtext picture {
  position: relative;
  display: block;
  padding: 15px;
}

.about_imgtext picture::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(139,45,58,.18);
  border-radius: 30px;
  pointer-events: none;
}

.about_imgtext picture img {
  display: block;
  width: 100%;
  border-radius: 24px;
  position: relative;
  z-index: 2;
}

.about_imgtext .h1 {
  position: relative;
  margin-bottom: 50px;
  color: #111;
  margin-top: 10px;
  font-size: 48px;
  line-height: 1;
  font-weight: 600;
}

.about_imgtext .h6 {
  display: block;
  font-size: 14px;
  letter-spacing: 4px;
  color: #8B2D3A;
  font-family: inherit;
}

.about_imgtext .h1::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100px;
  height: 2px;
  background: #8B2D3A;
}

.about_imgtext .prose >div p {
  font-size: 14px;
  line-height: 1.9;
  margin-bottom: 25px;
}

.about_imgtext .prose {
  max-width: 100%;
}

.about_imgtext image-with-text {
  max-width: 1560px;
  margin: auto;
  position: relative;
}

.custom_about_img_txt_2 {
  padding: 40px 0 60px;
  position: relative;
}

.custom_about_img_txt_2 image-with-text {
  max-width: 1560px;
  margin: auto;
}

.custom_about_img_txt_2 picture {
  position: relative;
  display: block;
  padding: 0px 40px 40px 0;
}

.custom_about_img_txt_2 picture img {
  width: 100%;
  height: 720px;
  object-fit: cover;
  border-radius: 24px;
  position: relative;
  z-index: 2;
  border: 1px solid rgba(139,45,58,.15);
  box-shadow: 20px 20px 0 rgba(139,45,58,.08),
    0 20px 50px rgba(0,0,0,.08);
}

.custom_about_img_txt_2 .prose {
  position: relative;
}

.custom_about_img_txt_2 .prose::before {
  content: "❝";
  position: absolute;
  top: -70px;
  left: 20px;
  font-size: 120px;
  line-height: 1;
  color: rgba(139, 45, 58, 0.33);
  font-family: serif;
}

.custom_about_img_txt_2 .prose .h6 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 35px;
  padding: 14px 24px;
  border: 1px solid rgba(139,45,58,.2);
  border-radius: 50px;
  color: #8B2D3A;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 600;
}

.custom_ambassdor_info {
  padding: 20px 0 60px  !important;
  position: relative;
  overflow: hidden;
}

.custom_ambassdor_info .prose {
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

.custom_ambassdor_info .h1 {
  font-size: 48px;
  line-height: 1.2;
  font-weight: 600;
  color: #111;
  margin-bottom: 20px;
}

.custom_ambassdor_info .h1 strong {
  display: block;
  color: #8B2D3A;
  font-style: italic;
}

.custom_ambassdor_info .h1::after {
  content: "";
  display: block;
  width: 110px;
  height: 2px;
  background: #8B2D3A;
  margin: 20px auto 0;
}

.custom_ambassdor_info p {
  color: #555;
  font-size: 16px;
  line-height: 1.6;
  max-width: 980px;
  margin: 0 auto 30px;
}

.custom_ambassdor_info ul {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 28px;
}

.custom_ambassdor_info li {
  background: #fff;
  border: 1px solid #ECE5E0;
  border-radius: 18px;
  padding: 40px 30px;
  transition: .35s;
  list-style: none !important;
  box-shadow: 0 0px 10px rgba(0,0,0,.03);
}

.custom_ambassdor_info ul li:before {
  display: none;
}

.custom_ambassdor_info li:hover {
  transform: translateY(-6px);
  box-shadow: 0 2px 10px rgba(0,0,0,.08);
}

.custom_ambassdor_info li strong {
  display: block;
  color: #8B2D3A;
  font-size: 24px;
}

.custom_ambassdor_info .button-group .button {
  margin: 0 auto !important;
}

.custom_ambassdor_info .h2 {
  font-size: 48px;
  margin: 20px auto;
  color: #111;
  text-align: center;
}

.custom_ambassdor_info .h2::after {
  content: "";
  display: block;
  width: 90px;
  height: 2px;
  background: #8B2D3A;
  margin: 10px auto 0;
}

.custom_appointment_info {
  position: relative;
  overflow: hidden;
  padding: 40px 0 !important;
}

.custom_appointment_info .h1 {
  position: relative;
  font-size: clamp(24px,5vw,48px);
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 30px;
}

.custom_appointment_info .h1 strong {
  font-style: italic;
  color: #8b2d3a;
}

;



.custom_appointment_info .h1::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -18px;
  width: 120px;
  height: 2px;
  background: #8B2D3A;
}

.custom_appointment_info p {
  max-width: 1240px;
  margin: auto;
  font-size: 18px;
  line-height: 1.9;
  font-weight: 400;
}

.custom_appointment_info strong {
  color: #8B2D3A;
  font-weight: 600;
}

.custom_appointment_info p:last-child {
  margin-bottom: 0;
}

.store_location_section {
  padding: 20px!important;
  position: relative;
}

.store_location_section .prose {
  background: #fff;
  border: 1px solid #ECE5E0;
  border-radius: 18px;
  padding: 20px;
  margin: 0 20px 0 0;
  box-shadow: 0 0px 2px rgba(0,0,0,.04);
}

.store_location_section .h2 {
  font-size: 48px;
  margin-bottom: 10px;
}

.store_location_section .h6 {
  text-transform: uppercase;
  letter-spacing: .15em;
  font-size: 14px;
  margin-bottom: 18px;
}

.store_location_section .prose>div:first-of-type p {
  line-height: 1.8;
  margin-bottom: 30px;
}

.storeinfo_icon svg {
  width: 22px;
  height: 22px;
  color: #8B2D3A;
}

.storeinfo_icon>div:first-child {
  width: 52px;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #FCF5F2;
  flex-shrink: 0;
}

.storeinfo_icon .prose {
  background: none;
  padding: 0;
  border: 0;
  box-shadow: none;
}

.storeinfo_icon a {
  text-decoration: none;
  transition: .3s;
}

.storeinfo_icon a:hover {
  color: #8B2D3A;
}

.store_location_section iframe {
  width: 100%;
  height: 100%;
  min-height: 760px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #ECE5E0;
  box-shadow: 0 0px 10px rgba(0,0,0,.06);
}

.storeinfo_icon {
  transition: .35s;
}

.storeinfo_icon:hover {
  transform: translateX(8px);
}

.storeinfo_icon:hover>div:first-child {
  background: #8B2D3A;
}

.storeinfo_icon:hover svg {
  color: #fff;
}

.store_location_section_2 {
  padding: 20px 20px;
  position: relative;
  overflow: hidden;
}

.store_location_section_2 .image-with-text {
  gap: 20px;
}

.store_location_section_2 picture {
  display: block;
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 2px 10px rgba(0,0,0,.08);
}

.store_location_section_2 picture img {
  width: 100%;
  display: block;
  transition: .6s;
}

.store_location_section_2 picture:hover img {
  transform: scale(1.06);
}

.store_location_section_2 .prose {
  background: #fff;
  border: 1px solid #ECE5E0;
  border-radius: 24px;
  padding: 55px;
  box-shadow: 0 0px 10px rgba(0,0,0,.05);
}

.store_location_section_2 .h2 {
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 20px;
  position: relative;
}

.store_location_section_2 p {
  font-size: 16px;
  line-height: 1.4;
}

.store_location_section_2 strong {
  color: #8B2D3A;
  font-weight: 600;
}

.store_location_section_2 ul {
  margin-top: 30px;
  padding: 0;
  list-style: none;
}

.store_location_section_2 li {
  position: relative;
  padding-left: 34px;
  margin-bottom: 18px;
  line-height: 1.8;
  color: #444;
}

.store_location_section_2 li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 3px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #FCF4F2;
  color: #8B2D3A;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
}

.store_location_section_3 {
  padding: 40px 20px;
  position: relative;
}

.store_location_section_3 picture {
  display: block;
  overflow: hidden;
  border-radius: 28px;
  box-shadow: 0 0px 10px rgba(0,0,0,.08);
  transition: .4s;
}

.store_location_section_3 picture img {
  width: 100%;
  display: block;
  transition: .6s ease;
}

.store_location_section_3 picture:hover img {
  transform: scale(1.05);
}

.store_location_section_3 .h2 {
  font-size: 24px;
  line-height: 1.08;
  margin-bottom: 28px;
  position: relative;
}

.store_location_section_3 .h2::after {
  content: "";
  display: block;
  width: 90px;
  height: 2px;
  background: #8B2D3A;
  margin-top: 20px;
}

.store_location_section_3 p {
  font-size: 14px;
  line-height: 1.9;
  margin-bottom: 22px;
}

.store_location_section_3 .prose {
  border-left: 3px solid #8B2D3A;
  padding-left: 35px;
  padding: 40px;
  background: white;
  border-radius: 18px;
  margin: 0 20px 0 0 !important;
}

.store_location_section_3 picture:hover {
  transform: translateY(-8px);
}

.custom_appointment_info_2 {
  padding: 40px 0;
  position: relative;
  overflow: hidden;
}

.custom_appointment_info_2 .prose {
  max-width: 980px;
  margin: auto;
  background: #fff;
  border: 1px solid #ECE5E0;
  border-radius: 30px;
  padding: 70px;
  box-shadow: 0 0px 20px rgba(0,0,0,.05);
  position: relative;
  z-index: 2;
}

.custom_appointment_info_2 .h2 {
  font-size: 24px;
  line-height: 1.1;
  margin-bottom: 30px;
  position: relative;
}

.custom_appointment_info_2 .h2::after {
  content: "";
  display: block;
  width: 90px;
  height: 2px;
  background: #8B2D3A;
  margin: 20px auto 0;
}

.custom_appointment_info_2 p {
  max-width: 850px;
  margin: auto;
  font-size: 18px;
  line-height: 1.9;
}

.custom_appointment_info_2 strong {
  color: #8B2D3A;
  font-weight: 600;
}

.store_location_section_faq .accordion__disclosure {
  position: relative;
  border-left: 3px solid transparent;
  transition: .35s ease;
}

.store_location_section_faq .accordion__disclosure:hover,
.store_location_section_faq .accordion__disclosure[open] {
  border-left: 3px solid #8B2D3A;
}

.store_location_section_faq .h6 {
  color: #8B2D3A;
  text-transform: uppercase;
  letter-spacing: .25em;
  font-size: 12px;
}

.store_location_section_faq .h2 {
  font-size: 48px !important;
  margin-bottom: 18px;
  position: relative;
  margin-top: 0;
}

.store_location_section_faq .h2::after {
  content: "";
  display: block;
  width: 90px;
  height: 2px;
  background: #8B2D3A;
  margin: 18px auto 0;
}

.shopify-section--faq .faq .faq__content {
  padding-bottom: 20px !important;
}

.price-match-terms-condition {
  position: relative;
  overflow: hidden;
  padding: 30px 0 !important;
}

.price-match-terms-condition .v-stack.gap-8 {
  border: 1px solid rgba(201, 98, 98, 0.4);
  border-radius: 12px;
  padding: 40px 20px 40px;
  position: relative;
  width: 100% !important;
}

.price-match-terms-condition .section-header {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fbf7f5;
  padding: 0 40px;
  margin: 0;
  width: auto;
  white-space: nowrap !important;
  z-index: 2;
}

.price-match-terms-condition .section-header .h2 {
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  color: #111;
}

.price-match-terms-condition .section-header .h2::after {
  display: none;
}

.price-match-terms-condition .text-with-icons__item {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 20px 30px !important;
  transition: none;
}

.price-match-terms-condition .gapclass {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 20px !important;
  text-align: center !important;
}

.price-match-terms-condition .content-gap {
  align-items: center !important;
  text-align: center !important;
}

.price-match-terms-condition .prose {
  max-width: 250px !important;
  margin: 0 auto;
}

.price-match-terms-condition .prose p {
  color: #333;
  line-height: 1.6;
  font-size: 14px;
  margin: 0;
}

.price-match-terms-condition .svg_parent {
  width: 90px;
  height: 90px;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: #fcebeb;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.price-match-terms-condition .svg_parent svg {
  color: #8b2d3a;
  width: 40px;
  height: 40px;
}

.price-match-rich-text {
  padding: 40px 0 !important;
  position: relative;
  overflow: hidden;
}

.price-match-rich-text .container::after {
  content: "\2661";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 300px;
  color: rgba(139, 45, 58, 0.03);
  z-index: 0;
  pointer-events: none;
  font-family: sans-serif;
  font-weight: 100;
  line-height: 1;
}

.price-match-rich-text .container {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  margin-inline: auto !important;
  background-color: #ffffff;
  padding: 80px 20px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.03);
  overflow: hidden;
}

.price-match-rich-text .prose {
  text-align: center;
  position: relative;
  z-index: 2;
}

.price-match-rich-text .h1 {
  font-size: 3rem;
  color: #8b2d3a;
  font-weight: 400;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
  line-height: 1.2;
}

.price-match-rich-text .prose p:not(.h1) {
  font-size: 1.1rem;
  color: #111;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin: 0;
}

.body-type-heading {
  padding: 20px 0px 0;
}

.body-type-heading .h1 {
  text-align: center;
  text-transform: uppercase;
  color: #111;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-size: 20px;
}

.body-type-heading .h1::before,
.body-type-heading .h1::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%238b2d3a'%3E%3Cpath d='M12 0 C12 8 8 12 0 12 C8 12 12 16 12 24 C12 16 16 12 24 12 C16 12 12 8 12 0 Z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 6px;
  vertical-align: middle;
  transform: translateY(-4px);
}

.body-type-heading .h1 strong {
  color: #8b2d3a !important;
  font-style: italic !important;
  font-weight: 500 !important;
}

.body-type-heading .prose p:not(.h1) {
  font-size: 12px;
  color: #333;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-align: center;
}

.body-type-rich-text {
  padding: 40px 0;
}

.body-type-rich-text .container {
  max-width: 1150px;
  background: #fbf7f5;
  margin: 0 auto;
  padding: 40px 20px;
  box-sizing: border-box;
  border-radius: 18px;
  box-shadow: 0 4px 15px rgba(139, 45, 58, 0.02);
}

.body-type-rich-text .prose {
  color: #333;
  line-height: 1.8;
  font-size: 16px;
}

.body-type-rich-text h2.h2,
.body-type-rich-text .prose h2 {
  font-size: 26px;
  font-weight: 700;
  color: #111;
  line-height: 1.3;
  margin-top: 40px;
  margin-bottom: 25px;
  letter-spacing: 0.5px;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(139, 45, 58, 0.15);
}

.body-type-rich-text .prose h3 {
  font-size: 22px;
  font-weight: 700;
  color: #8b2d3a;
  margin-top: 20px;
  margin-bottom: 10px;
  letter-spacing: 0.3px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.body-type-rich-text .prose h3::before {
  content: "";
  color: #d28886;
  font-size: 16px;
}

.body-type-rich-text .prose p {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: inherit;
  font-size: 16px;
}

.body-type-rich-text .prose strong {
  color: #111;
  font-weight: 700;
}

.body-type-rich-text .prose ul {
  list-style: none;
  padding-left: 0;
  margin: 20px 0 30px 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 12px 20px;
}

.body-type-rich-text .prose li {
  position: relative;
  padding-left: 22px;
  font-size: 15px;
  color: #444;
  line-height: 1.5;
  font-family: system-ui, -apple-system, sans-serif;
  font-weight: 500;
}

.body-type-rich-text .prose li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  color: #8b2d3a;
  font-size: 11px;
}

.body-type-rich-text .prose p > strong:only-child {
  font-size: 18px;
  color: #8b2d3a;
  display: block;
  margin-top: 35px;
  margin-bottom: 10px;
}

.body-type-rich-text .prose h3 + p + ul,
.body-type-rich-text .prose h3 + ul {
  background-color: rgba(255, 255, 255, 0.65);
  padding: 20px;
  border-radius: 12px;
  border: 1px solid rgba(139, 45, 58, 0.05);
  box-shadow: 0 4px 15px rgba(139, 45, 58, 0.02);
}

@media (min-width:1024px) {
  .footer__block--links li {
    transition: transform 0.25s ease;
  }
  
  .brand-trust-icon-text .text-with-icons {
    --text-with-icons-items-per-row: 6;
  }
  
  .brand-trust-icon-text .text-with-icons .text-with-icons__item {
    border-right: 2px solid #d4647c9a;
    border-radius: 8px;
    padding: 16px 16px 16px 4px !important;
    background: white;
  }
  
  .footer__block--links li:hover {
    transform: translateX(3px);
  }
  
  .footer__block--links a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -3px;
    width: 0%;
    height: 1px;
    background: #fff;
    transform: translateX(-50%);
    transition: width 0.4s ease;
  }
  
  .footer__block--links a:hover {
    color: #fff;
  }
  
  .footer__block--links a:hover::after {
    width: 100%;
  }
  
  .custom_careers_header {
    padding: 40px 20px !important;
  }
  
  .custom_career_faq {
    position: relative;
    padding: 40px 20px !important;
  }
}

@media (max-width: 1024px) {
  .media-grid__item:hover img {
    transform: none;
  }
  
  .custom-index .content-over-media  .collection-card__content {
    transform: none;
  }
  
  .media-grid__item:hover {
    transform: none;
  }
  
  .content-over-media::after {
    opacity: 0;
  }
  
  .media-grid__item .prose {
    transform: none;
    opacity: 1;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    padding: 0px;
    text-align: center;
  }
  
  .featured-collections-navigation {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 10px;
    padding: 5px 0px;
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    scrollbar-width: none;
  }
  
  .featured-collections-navigation::-webkit-scrollbar {
    display: none;
  }
  
  .featured-collections-navigation button {
    flex: 0 0 auto;
    padding: 8px 12px;
  }
  
  .custom_index_tabs carousel-navigation .featured-collections-navigation {
    margin: 10px 0;
  }
  
  .featured-collections-carousel {
    padding: 0px;
  }
  
  .custom_homepage_list2  .collection-card .content-over-media::after,
     .custom-product .collection-card .content-over-media::after,
     .custom-collection .collection-card .content-over-media::after,
     .custom-index .collection-card .content-over-media::after {
    opacity: 1 !important;
    background: linear-gradient(
        to top,
        rgba(0,0,0,0.55),
        rgba(0,0,0,0.2),
        transparent
      );
  }
  
  .collection-card:hover img {
    transform: none;
  }
  
  .collection-card:hover {
    transform: none;
  }
  
  .custom_homepage_list2  .collection-card__content, 
   .custom-index .collection-card__content, 
  .custom-collection .collection-card__content,
  .custom-product .collection-card__content {
    width: 100%;
    transform: none;
    opacity: 1;
    padding: 10px;
    position: absolute;
    bottom: 6px;
    text-align: center;
  }
  
  .custom_homepage_list2 .collection-card__content .link , .custom-index .collection-card__content .link , .custom-collection .collection-card__content .link , .custom-product .collection-card__content .link {
    letter-spacing: 0px;
    line-height: 16px;
  }
  
  .CarouselWidget__header .header__inner {
    padding: 6px 0px !important;
  }
  
  .R-ReviewsList {
    padding-bottom: 10px !important;
  }
  
  .container .section-header .prose h3 {
    font-style: italic;
  }
  
  .ElementsWidget-prefix .ElementsWidget .R-ContentList .R-ContentList__item {
    margin-bottom: 20px !important;
    padding-bottom: 10px !important;
  }
  
  .product_page_reviews {
    padding-top: 10px !important;
  }
  
  .product-gallery__media:hover img {
    transform: none;
  }
  
  .product-gallery__media {
    border-radius: 2px;
    overflow: hidden;
    transition: all 0.4s ease;
  }
  
  .product-gallery__carousel {
    scrollbar-width: none;
    padding-top: 0px;
  }
  
  .product-info__block-item  .product-title {
    line-height: 1;
    letter-spacing: 0.3px;
    color: #111;
  }
  
  .scrolling-content__item .scrolling-content__image>img {
    max-width: 2.5em;
  }
  
  .product-card:hover .product-card__media img {
    transform: none;
  }
  
  .product-card:hover {
    transform: none;
  }
}

@media (max-width: 768px) {
  .custom_alter_info .h1 {
    font-size: 24px;
  }
  
  .custom_alter_info .h1::after {
    width: 180px;
  }
  
  .custom_alter_info .prose > div > p:first-child {
    font-size: 14px;
    margin: 0 auto 20px;
  }
  
  .custom_alter_info ol {
    padding: 10px;
    border-radius: 18px;
  }
  
  .custom_alter_info ol li {
    padding: 10px 0 10px 50px;
    font-size: 12px;
  }
  
  .custom_alter_info ol li::before {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
  
  .custom_alter_info ol + p {
    padding: 10px 10px 10px 20px;
    font-size: 12px;
  }
  
  .custom_alter_info ol+p:before {
    content: "\275d";
    position: absolute;
    left: -2px;
    top: -10px;
    font-size: 50px;
    color: #8b2d3a;
    opacity: 0.3;
  }
  
  .custom_alter_info .h1::before {
    font-size: 18px;
    bottom: -28px;
  }
  
  .image-with-text-founder .h4:after {
    margin: 10px auto;
  }
  
  .text-with-icon-journey .v-stack {
    gap: 10px;
  }
  
  .rich-text-founder {
    padding: 30px 15px;
  }
  
  .rich-text-founder .prose {
    padding: 35px 25px;
  }
  
  .rich-text-founder .prose::before {
    left: 15px;
    top: 10px;
    font-size: 70px;
  }
  
  .rich-text-founder .prose > div p {
    font-size: 20px;
    line-height: 1.4;
  }
  
  .rich-text-founder .h6 {
    font-size: 14px;
  }
  
  .text-with-icon-journey .section-header .h2 {
    font-size: 24px;
  }
  
  .text-with-icons-founder .v-stack {
    gap: 0;
  }
  
  .text-with-icon-journey .text-with-icons {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px;
  }
  
  .text-with-icon-journey .text-with-icons__item {
    width: 100% !important;
    padding: 20px 10px !important;
  }
  
  .text-with-icon-journey .gapclass {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
  }
  
  .text-with-icon-journey .content-gap {
    flex: 1;
    width: 100%;
    text-align: left !important;
  }
  
  .text-with-icon-journey .h6,
  .text-with-icon-journey .prose p {
    white-space: normal;
    word-break: normal;
    overflow-wrap: break-word;
  }
  
  .text-with-icon-journey .h6::before {
    display: block;
  }
  
  .text-with-icon-journey .svg_parent {
    width: 65px;
    height: 65px;
    flex-shrink: 0;
  }
  
  .text-with-icon-journey .h6 {
    font-size: 16px;
  }
  
  .text-with-icon-journey .text-with-icons::before {
    display: none;
  }
  
  .text-with-icons-founder .text-with-icons {
    display: block !important;
    width: 100% !important;
  }
  
  .text-with-icons-founder .text-with-icons__item {
    margin: 0 0 18px;
    box-sizing: border-box;
  }
  
  .text-with-icons-founder .section-header .h2 {
    font-size: 24px;
    padding-top: 20px;
  }
  
  .image-with-text-ourfounder {
    padding: 20px 0;
  }
  
  .image-with-text-ourfounder .prose {
    margin-block: 0;
    margin-top: 10px;
  }
  
  .image-with-text-founder .h4 {
    font-size: 24px;
  }
  
  .image-with-text-founder .prose > div:nth-child(2) h3 {
    font-size: 16px;
  }
  
  .image-with-text-founder .prose > div:last-child {
    max-width: 100%;
    font-size: 14px;
  }
  
  .image-with-text-ourfounder .image-with-text .prose {
    padding-inline: 20px;
  }
  
  .image-with-text-ourfounder .content p {
    font-size: 14px;
    line-height: 1.9;
    margin-bottom: 0px;
  }
  
  .image-with-text-ourfounder .heading {
    font-size: 32px;
  }
  
  .image-with-text-ourfounder .subheading:nth-child(3) {
    font-size: 16px;
    margin-bottom: 10px;
  }
  
  .image-with-text-ourfounder picture {
    box-shadow: none;
    margin: 0 20px;
  }
  
  .image-with-text-ourfounder .content:after {
    margin-top: 10px;
    font-family: cursive;
    font-size: 28px;
  }
  
  .image-with-text-commitment .heading::after {
    margin: 15px auto;
  }
  
  .image-with-text-commitment .heading {
    font-size: 24px;
  }
  
  .image-with-text-commitment picture {
    border-radius: 0px;
  }
  
  .image-with-text-commitment image-with-text {
    gap: 20px;
    align-items: center;
  }
  
  .our-value-icon-text2 {
    padding: 50px 0;
  }
  
  .our-value-icon-text2 .text-with-icons {
    grid-template-columns: 1fr;
  }
  
  .our-value-icon-text2 .section-header .h2 {
    font-size: 24px;
  }
  
  .our-value-banner .content {
    max-width: 100%;
    padding: 20px 0px;
  }
  
  .our-value-icon-text .text-with-icons {
    grid-template-columns: 1fr;
    --text-with-icons-items-per-row: 1;
  }
  
  .our-value-icon-text .section-header .h2 {
    font-size: 24px;
  }
  
  .our-value-banner .prose .h4 {
    font-size: 24px;
    margin-bottom: 12px;
  }
  
  .our-value-banner .prose .h4::after {
    width: 55px;
    margin: 12px auto 0;
  }
  
  .our-value-banner .prose p:last-child {
    font-size: 14px;
    line-height: 1.6;
    max-width: 100%;
  }
  
  .brand-trust-icon-text .text-with-icons .text-with-icons__item {
    border-radius: 8px;
    padding: 20px 12px !important;
    background: #FCF0F1 !important;
    --text-with-icons-row-gap: 1rem;
  }
  
  .membership-slider-banner .slideshow__slide-content {
    padding: 30px 0;
    position: relative;
    left: 0;
    max-width: 720px;
    width: 100%;
  }
  
  .membership-icon-with-text .text-with-icons {
    --text-with-icons-items-per-row: 1;
    --text-with-icons-column-gap: 1.25rem;
  }
  
  .membership-icon-with-text .text-with-icons__item {
    padding: 20px 20px!important;
  }
  
  .custom-brand-trust-img-text .image-with-text .prose .heading {
    font-size: 28px;
  }
  
  .custom-brand-trust-img-text .image-with-text .prose .subheading {
    font-size: 14px;
    line-height: 1.2;
    color: #8B2D3A;
  }
  
  .custom_shipping_heading {
    padding: 30px 20px;
    background-position: center;
  }
  
  .custom_shipping_heading .container {
    margin-inline: 0px;
  }
  
  .custom_shipping_heading .h6 {
    gap: 10px;
    letter-spacing: 2px;
    font-size: 11px;
  }
  
  .custom_shipping_heading .h6::before,
    .custom_shipping_heading .h6::after {
    width: 40px;
  }
  
  .custom_shipping_heading .h1 {
    font-size: 28px;
  }
  
  .custom_shipping_heading .prose > div p {
    font-size: 14px;
    line-height: 1.2;
    max-width: 320px;
  }
  
  .custom_shipping_icon_text .text-with-icons {
    --text-with-icons-column-gap: 1rem;
    --text-with-icons-row-gap: 1rem;
  }
  
  .custom_shipping_icon_text .text-with-icons__item {
    min-height: 130px;
    padding: 20px 12px !important;
    border-radius: 16px;
  }
  
  .custom_shipping_icon_text .text-with-icons__item img {
    width: 36px;
    height: 36px;
  }
  
  .custom_shipping_table .shipping-sec td {
    padding: 16px 6px !important;
    font-size: 12px;
  }
  
  .custom_shipping_icon_text2 .text-with-icons {
    grid-template-columns: 1fr !important;
  }
  
  .custom_shipping_icon_text2 .text-with-icons__item {
    grid-column: auto !important;
    min-height: 120px;
    padding: 20px 16px !important;
    border-radius: 16px;
  }
  
  .custom_shipping_icon_text2 .text-with-icons__item img {
    width: 32px;
    height: 32px;
  }
  
  .custom_shipping_icon_text2 .text-with-icons__item .h6 {
    font-size: 14px;
  }
  
  .custom_shipping_icon_text2 .text-with-icons__item .prose p {
    font-size: 12px;
  }
  
  .custom_shipping_instruction {
    padding: 0px 0 10px !important;
    background: #fff;
  }
  
  .custom_shipping_table {
    padding: 20px 0 0 !important;
  }
  
  .custom_contact_heading {
    padding: 20px 20px;
    background-position: center;
    background-size: cover;
  }
  
  .custom_contact_heading .h1 {
    font-size: 28px;
  }
  
  .custom_contact_heading .prose div p {
    font-size: 14px;
    line-height: 1.4;
  }
  
  .custom_contact_heading .h6 {
    font-size: 12px;
    letter-spacing: 3px;
    gap: 10px;
  }
  
  .custom_contact_heading .h6::before,
    .custom_contact_heading .h6::after {
    width: 40px;
  }
  
  .section-stack .section-header .prose h2 {
    line-height: 24px;
    font-size: 18px;
  }
  
  .product-list .product-card {
    gap: 0.5rem;
  }
  
  .collection-description-layout {
    flex-direction: column;
    position: relative;
  }
  
  .collection .collection__main {
    padding: 10px 0px;
  }
  
  .collection-description-layout .collection-description {
    width: 100%;
  }
  
  .CarouselWidget-prefix .R-TextBody--xxs {
    font-size: 12px !important;
  }
  
  .h1, :where(.prose h1) {
    line-height: 26px !important;
  }
  
  .shopify-section--faq .faq .faq__content .accordion span.text-with-icon {
    font-size: 12px !important;
  }
  
  .shopify-section--faq .faq .faq__content .accordion span.accordion__toggle {
    padding: 10px;
    font-size: 14px !important;
  }
  
  .shopify-section--faq .faq .faq__content .accordion .prose p {
    font-size: 12px;
  }
  
  .shopify-section--faq .faq .faq__content .accordion .prose {
    padding: 10px;
  }
  
  .shopify-section--faq .faq .faq__content {
    padding-bottom: 16px;
  }
  
  .shopify-section--collection-banner .section-spacing {
    padding-block-start: 2rem;
    padding-block-end: 2rem;
    margin-top: 0px;
  }
  
  .accordion__disclosure {
    padding: 6px 10px;
  }
  
  .header-sidebar__main-panel .accordion__disclosure {
    padding: 0;
  }
  
  .collection-description-layout .faq-accordion-list {
    width: 100%;
    padding-top: 0px;
  }
  
  .accordion__content {
    margin-block-start: -.25rem;
    padding-inline-end: 1.25rem;
  }
  
  .accordion__disclosure .accordion__content {
    font-size: 12px;
  }
  
  .CarouselWidget-prefix .CarouselWidget .R-ReviewsList-container .R-ReviewsList__controlButton .controlButton__icon {
    width: 30px !important;
    height: 30px !important;
  }
  
  .CarouselWidget-prefix .CarouselWidget .R-ReviewsList-container .R-ReviewsList__controlButton {
    font-size: 16px !important;
  }
  
  .product-description-container {
    font-size: 12px;
    line-height: 1;
    color: #444;
    margin-top: 20px;
  }
  
  .accordion__content p,
   .vendor-collection-description {
    font-size: 12px;
  }
  
  .product-description-container  .product-description-visible h2 span {
    font-size: 14px !important;
  }
  
  #shipping-estimator {
    padding: 1rem !important;
  }
  
  .collection-banner .prose {
    padding: 25px 15px;
    text-align: center;
    max-width: 100%;
  }
  
  .collection-banner .h1 {
    font-size: 28px;
    text-align: center;
  }
  
  .dynamic-readmore-wrapper .content {
    font-size: 14px;
    text-align: center;
  }
  
  .collection-banner .h1::after {
    margin-left: auto;
    margin-right: auto;
  }
  
  .collection-banner {
    background: #fff;
  }
  
  .product-info__block-item  .product-title {
    font-size: 18px;
  }
  
  .collection-banner img {
    filter: brightness(0.96) contrast(1.05);
  }
  
  .custom-track-page-header {
    padding-top: 20px;
  }
  
  .custom-track-page-header .h1 {
    font-size: 24px;
  }
  
  .custom-track-page-header p {
    font-size: 12px;
  }
  
  .custom-track-page-header .h1::after {
    width: 40px;
  }
  
  .custom-track-info .text-with-icons {
    grid-template-columns: repeat(1, 1fr);
  }
  
  .custom-track-important .container {
    margin-block: 20px;
    padding: 20px 10px;
  }
  
  .custom-track-important p {
    font-size: 12px;
  }
  
  .custom-track-need .container .prose {
    flex-direction: column;
    gap: 10px;
  }
  
  .custom-track-need .container {
    padding: 20px 15px;
  }
  
  .custom_careers_header {
    padding: 0px !important;
    min-height: auto;
  }
  
  .custom_careers_header .prose {
    padding: 30px 0px;
  }
  
  .custom_careers_header .h1 {
    font-size: 28px;
    font-weight: 500;
  }
  
  .custom_careers_header .prose div p {
    font-size: 14px;
    line-height: 1.45;
  }
  
  .custom_career_faq {
    padding: 20px 0px !important;
  }
  
  .custom_career_faq .section-stack {
    gap: 20px;
  }
}

@media (min-width:1024px) {
  .footer .text_image-bottom {
    width: 450px;
  }
  
  .footer ul.payment-methods.unstyled-list li svg {
    width: 50px;
    height: 50px;
  }
  
  .footer__block--links li {
    transition: transform 0.25s ease;
  }
  
  .footer__block--links li:hover {
    transform: translateX(3px);
  }
  
  .footer__block--links a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -3px;
    width: 0%;
    height: 1px;
    background: #000000;
    transform: translateX(-50%);
    transition: width 0.4s ease;
  }
  
  .footer__block--links a:hover::after {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .media-grid__item:hover img {
    transform: none;
  }
  
  .media-grid__item {
    border-radius: 12px;
  }
  
  .custom-index .content-over-media  .collection-card__content {
    transform: none;
  }
  
  .media-grid__item:hover {
    transform: none;
  }
  
  .content-over-media::after {
    opacity: 0;
  }
  
  .media-grid__item .prose {
    transform: none;
    opacity: 1;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    padding: 0px;
    text-align: center;
  }
  
  .featured-collections-navigation {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 10px;
    padding: 5px 0px;
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    scrollbar-width: none;
  }
  
  .featured-collections-navigation::-webkit-scrollbar {
    display: none;
  }
  
  .featured-collections-navigation button {
    flex: 0 0 auto;
    padding: 8px 12px;
  }
  
  .custom_index_tabs carousel-navigation .featured-collections-navigation {
    margin: 10px 0;
  }
  
  .featured-collections-carousel {
    padding: 0px;
  }
  
  .custom-product .collection-card .content-over-media::after,
     .custom-collection .collection-card .content-over-media::after,
     .custom-index .collection-card .content-over-media::after {
    opacity: 1 !important;
    background: linear-gradient(
        to top,
        rgba(0,0,0,0.35),
        rgba(0,0,0,0.2),
        transparent
      );
  }
  
  .collection-card:hover img {
    transform: none;
  }
  
  .collection-card:hover {
    transform: none;
  }
  
  .custom-index .collection-card__content, 
  .custom-collection .collection-card__content,
  .custom-product .collection-card__content {
    width: 100%;
    transform: none;
    opacity: 1;
    padding: 10px;
    position: absolute;
    bottom: 6px;
    text-align: center;
  }
  
  .custom-index .collection-card__content .link , .custom-collection .collection-card__content .link , .custom-product .collection-card__content .link {
    letter-spacing: 0px;
    line-height: 16px;
  }
  
  .CarouselWidget__header .header__inner {
    padding: 6px 0px !important;
  }
  
  .R-ReviewsList {
    padding-bottom: 10px !important;
  }
  
  .container .section-header .prose h3 {
    font-style: italic;
  }
  
  .ElementsWidget-prefix .ElementsWidget .R-ContentList .R-ContentList__item {
    margin-bottom: 20px !important;
    padding-bottom: 10px !important;
  }
  
  .product_page_reviews {
    padding-top: 10px !important;
  }
  
  .product-gallery__media:hover img {
    transform: none;
  }
  
  .product-gallery__media {
    border-radius: 2px;
    overflow: hidden;
    transition: all 0.4s ease;
  }
  
  .product-gallery__carousel {
    scrollbar-width: none;
    padding-top: 0px;
  }
  
  .product-info__block-item  .product-title {
    line-height: 1;
    letter-spacing: 0.3px;
    color: #111;
  }
  
  .scrolling-content__item .scrolling-content__image>img {
    max-width: 2.5em;
  }
  
  .custom_index_tabs carousel-navigation.featured-collections-navigation {
    margin: 4px 0;
  }
  
  .product-card:hover .product-card__media img {
    transform: none;
  }
  
  .product-card:hover {
    transform: none;
  }
}

@media (max-width: 768px) {
  .shopify-section--faq .faq .faq__content {
    padding-bottom: 16px;
  }
  
  .custom-product .collection-card:hover, .custom-collection .collection-card:hover, .custom-index .collection-card:hover {
    transform: none;
  }
  
  .custom_promotion_list .collection-card {
    padding: 0;
  }
  
  .store_location_section_faq {
    padding: 20px 0 !important;
  }
  
  .store_location_section_faq .h2 {
    font-size: 24px !important;
    margin-bottom: 18px;
    position: relative;
  }
  
  .store_location_section_faq .h2::after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background: #8B2D3A;
    margin: 10px auto 0;
  }
  
  .store_location_section_3 .prose {
    border-left: 3px solid #8B2D3A;
    padding-left: 15px;
    padding: 20px;
    margin: 0 0 20px 0 !important;
    background: white;
    border-radius: 18px;
  }
  
  .store_location_section_3 {
    padding: 0px 20px;
    position: relative;
  }
  
  .store_location_section_3 .h2 {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 20px;
    position: relative;
  }
  
  .store_location_section_3 .h2::after {
    margin: 20px auto;
  }
  
  .store_location_section_3 p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 22px;
  }
  
  .custom_appointment_info_2 .prose {
    border-radius: 18px;
    padding: 20px;
  }
  
  .custom_appointment_info_2 .h2 {
    font-size: 16px;
    line-height: 1.1;
    margin-bottom: 16px;
    position: relative;
  }
  
  .custom_appointment_info_2 p {
    max-width: 850px;
    margin: auto;
    font-size: 14px;
    line-height: 1.9;
  }
  
  .store_location_section_2 .prose {
    border-radius: 18px;
    padding: 20px;
  }
  
  .store_location_section_2 .h2 {
    font-size: 16px;
  }
  
  .store_location_section_2 p {
    font-size: 14px;
    line-height: 1.4;
  }
  
  .store_location_section_2 li {
    margin-bottom: 0px !important;
  }
  
  .store_location_section iframe {
    min-height: 420px;
  }
  
  .store_location_section .prose {
    margin: 0 0 20px 0px;
  }
  
  .storeinfo_icon {
    align-items: center;
  }
  
  .storeinfo_icon .h6 {
    width: 120px;
    min-width: 120px;
    margin: 0;
    white-space: nowrap;
    font-size: 12px;
    letter-spacing: .08em;
  }
  
  .storeinfo_icon>div:first-child {
    display: none;
  }
  
  .storeinfo_icon .prose {
    min-width: 0;
  }
  
  .storeinfo_icon .prose p {
    margin: 0;
    line-height: 1.6;
    word-break: break-word;
  }
  
  .store_location_section > .prose {
    padding: 10px 20px;
    margin: 0 10px;
  }
  
  .store_location_section .h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  
  .custom_appointment_info p {
    max-width: 1240px;
    margin: auto;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 400;
  }
  
  .custom_appointment_info {
    padding: 40px 0 20px !important;
  }
  
  .custom_ambassdor_info .h1 {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
    color: #111;
    margin-bottom: 20px;
  }
  
  .custom_ambassdor_info .h2 {
    font-size: 36px;
  }
  
  .custom_ambassdor_info ul {
    grid-template-columns: 1fr;
  }
  
  .custom_ambassdor_info p {
    font-size: 14px;
  }
  
  .custom_ambassdor_info ul li {
    font-size: 14px !important;
  }
  
  .custom_ambassdor_info li strong {
    font-size: 16px;
  }
  
  .custom_about_img_txt_2 {
    padding: 40px 0;
  }
  
  .custom_about_img_txt_2 .prose {
    position: relative;
    order: 2;
  }
  
  .custom_about_img_txt_2 .prose::before {
    display: none;
  }
  
  .custom_about_img_txt_2 picture {
    padding: 0px 40px 40px 20px;
    order: 1 !important;
  }
  
  .custom_about_img_txt_2 picture img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 18px;
  }
  
  .custom_about_heading .h1 {
    margin-bottom: 10px;
    font-size: 24px;
  }
  
  .custom_about_heading .h6 {
    font-size: 14px;
    line-height: 1.4;
  }
  
  .about_imgtext .h1 {
    position: relative;
    margin-bottom: 30px;
    font-size: 24px;
  }
  
  .about_imgtext .h1:after {
    left: 50%;
    transform: translateX(-50%);
  }
  
  .custom_affiliate_earning .h2 {
    font-size: 20px;
  }
  
  .custom_affiliate_work {
    padding: 20px 0 !important;
  }
  
  .custom_affiliate_earning .h2+div p {
    font-size: 14px;
    line-height: 1.4;
  }
  
  .custom_affiliate_earning .button-group+div p {
    font-size: 14px;
    line-height: 1.5;
  }
  
  .custom_affiliate_work .h2 {
    font-size: 20px;
  }
  
  .custom_affiliate_work .content-gap .h6 {
    font-size: 18px;
  }
  
  .custom_affiliate_work .text-with-icons__item {
    padding: 20px!important;
  }
  
  .custom_affiliate_work .content-gap p {
    font-size: 12px;
  }
  
  .custom_affiliate_work .gapclass {
    gap: 14px;
  }
  
  .custom_affiliate_work .text-with-icons {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .custom_affiliate_info .prose p,
  .custom_affiliate_info .prose li {
    font-size: 14px;
  }
  
  .custom_affiliate_info .v-stack {
    gap: 1rem;
  }
  
  .custom_affiliate_info .h6 {
    font-size: 18px;
  }
  
  .custom_affiliate_info .h2 {
    text-align: center;
    font-size: 20px !important;
    margin-bottom: 10px;
    position: relative;
  }
  
  .custom_affiliate_info .text-with-icons__item {
    border-radius: 18px;
    padding: 20px;
  }
  
  .custom_affiliate_info .bleed,
    .custom_affiliate_info .full-bleed {
    margin-inline-start: 0px !important;
    margin-inline-end: 0px;
  }
  
  .custom_affiliate_header {
    padding: 20px 0 30px !important;
  }
  
  .custom_affiliate_header .h1 {
    font-size: 24px;
    line-height: 1.4 !important;
    margin-bottom: 10px;
  }
  
  .custom_affiliate_header .prose p {
    font-size: 14px;
    line-height: 1.5;
  }
  
  .custom_affiliate_header .prose .h1:before {
    bottom: 14px;
  }
  
  .custom_affiliate_header .prose p strong {
    font-size: 16px;
    letter-spacing: .05em;
    line-height: 1.3;
  }
  
  .custom_affiliate_header .prose::before {
    width: 140px;
  }
  
  .custom_affiliate_header .prose::after {
    font-size: 18px;
    margin-top: 20px;
  }
  
  .promotion_custom_section .section-header {
    margin-bottom: 20px;
  }
  
  .promotion_custom_section .section-header::after {
    bottom: -41px;
    font-size: 24px;
    padding: 0 10px;
  }
  
  .promotion_custom_section .section-header::before {
    width: 140px;
    bottom: -22px;
  }
  
  .promotion_custom_section .section-header .h2 {
    font-size: 24px;
  }
  
  .promotion_custom_section .section-header p {
    font-size: 14px;
  }
  
  .promotion_custom_section .collection-list {
    justify-content: center;
    row-gap: 1rem;
  }
  
  .promotion_custom_section .collection-card .link {
    font-size: 14px;
    margin-top: 10px;
  }
  
  .promotion_custom_section .content-over-media {
    width: 200px !important;
  }
  
  .faq-page-container .faq__category::after {
    right: 6px;
    top: 50%;
  }
  
  .faq-page-container .section-header .h1 {
    font-size: 24px;
  }
  
  .faq-page-container .section-header .h1::before {
    left: -0px;
    font-size: 16px;
  }
  
  .faq-page-container .section-stack {
    grid-gap: 10px;
  }
  
  .faq-page-container .faq__category {
    position: relative;
    background: #8b2d3a;
    border-radius: 18px 18px 0 0;
    padding: 14px;
    margin-bottom: 0;
    font-size: 16px;
    color: #fff;
  }
  
  .faq-page-container .section-header .h1::after {
    right: -0px;
    font-size: 16px;
  }
  
  .faq-page-container .section-header .prose::after {
    width: 80px;
  }
  
  .price_match_work .gapclass {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
  }
  
  .price_match_work .content-gap {
    align-items: center !important;
    text-align: center !important;
  }
  
  .price_match_work .v-stack.gap-8 {
    padding: 40px 10px 20px;
  }
  
  .price_match_work .section-header {
    padding: 0 15px !important;
  }
  
  .price_match_work .section-header .h2 {
    font-size: 1.1rem !important;
  }
  
  .custom_price_match_head h1 {
    font-size: 24px;
  }
  
  .custom_price_match_head .h6 {
    font-size: 18px;
  }
  
  .custom_price_match_head p {
    font-size: 14px;
    line-height: 1.7;
  }
  
  .custom_price_match_head h1::before,
  .custom_price_match_head h1::after {
    font-size: 14px;
    margin: 0 8px;
  }
  
  .section-stack .section-header .prose h2 {
    line-height: 24px;
  }
  
  .footer ul.payment-methods.unstyled-list {
    justify-content: center;
  }
  
  .footer__inner .footer__aside .text_image-bottom {
    gap: 1rem;
  }
  
  .bottom_text p {
    font-size: 10px;
    text-align: left;
  }
  
  .product-list .product-card {
    gap: 0.5rem;
  }
  
  .shopify-section--featured-collections .custom_hompage_featured featured-collections-carousel {
    padding: 0px;
  }
  
  .collection-description-layout {
    flex-direction: column;
    position: relative;
  }
  
  .collection .collection__main {
    padding: 10px 0px;
  }
  
  .collection-description-layout .collection-description {
    width: 100%;
  }
  
  .CarouselWidget-prefix .R-TextBody--xxs {
    font-size: 12px !important;
  }
  
  .h1, :where(.prose h1) {
    line-height: 26px !important;
  }
  
  .shopify-section--faq .faq .faq__content .accordion span.text-with-icon {
    font-size: 12px !important;
  }
  
  .shopify-section--faq .faq .faq__content .accordion span.accordion__toggle {
    padding: 10px;
    font-size: 14px !important;
  }
  
  .shopify-section--faq .faq .faq__content .accordion .prose p {
    font-size: 12px;
  }
  
  .shopify-section--faq .faq .faq__content .accordion .prose {
    padding: 10px;
  }
  
  .shopify-section--collection-banner .section-spacing {
    padding-block-start: 2rem;
    padding-block-end: 2rem;
    margin-top: 0px;
  }
  
  .index-custom-faq .accordion__disclosure {
    padding: 0;
  }
  
  .collection-description-layout .accordion__disclosure {
    padding: 6px 10px;
  }
  
  .collection-description-layout .faq-accordion-list {
    width: 100%;
    padding-top: 0px;
  }
  
  .accordion__content {
    margin-block-start: -.25rem;
    padding-inline-end: 1.25rem;
  }
  
  .index-custom-faq .accordion__disclosure .accordion__content,
  .collection-description-layout .accordion__disclosure .accordion__content {
    font-size: 12px;
  }
  
  .CarouselWidget-prefix .CarouselWidget .R-ReviewsList-container .R-ReviewsList__controlButton .controlButton__icon {
    width: 30px !important;
    height: 30px !important;
  }
  
  .CarouselWidget-prefix .CarouselWidget .R-ReviewsList-container .R-ReviewsList__controlButton {
    font-size: 16px !important;
  }
  
  .product-description-container {
    font-size: 12px;
    line-height: 1;
    color: #444;
    margin-top: 20px;
  }
  
  .accordion__content p,
   .vendor-collection-description {
    font-size: 12px;
  }
  
  .product-description-container  .product-description-visible h2 span {
    font-size: 14px !important;
  }
  
  #shipping-estimator {
    padding: 1rem !important;
  }
  
  .collection-banner .prose {
    padding: 25px 15px;
    text-align: center;
    max-width: 100%;
  }
  
  .collection-banner .h1 {
    font-size: 28px;
    text-align: center;
  }
  
  .dynamic-readmore-wrapper .content {
    font-size: 14px;
    text-align: center;
  }
  
  .collection-banner .h1::after {
    margin-left: auto;
    margin-right: auto;
  }
  
  .collection-banner {
    background: #fff;
  }
  
  .product-info__block-item  .product-title {
    font-size: 18px;
  }
  
  .collection-banner img {
    filter: brightness(0.96) contrast(1.05);
  }
  
  .custom-track-page-header {
    padding-top: 20px;
  }
  
  .custom-track-page-header .h1 {
    font-size: 24px;
  }
  
  .custom-track-page-header p {
    font-size: 12px;
  }
  
  .custom-track-page-header .h1::after {
    width: 40px;
  }
  
  .custom-track-info .text-with-icons {
    grid-template-columns: repeat(1, 1fr);
  }
  
  .custom-track-important .container {
    margin-block: 20px;
    padding: 20px 10px;
  }
  
  .custom-track-important p {
    font-size: 12px;
  }
  
  .custom-track-need .container .prose {
    flex-direction: column;
    gap: 10px;
  }
  
  .custom-track-need .container {
    padding: 20px 15px;
  }
  
  .designer-banner .prose::before {
    font-size: 58px;
    line-height: 1;
  }
  
  .designer-banner .prose .h3 {
    font-size: 28px !important;
  }
  
  .designer-banner .prose h1 {
    font-size: 26px !important;
    margin-top: 5px !important;
  }
  
  .designer-banner .prose h1::after {
    font-size: 16px;
    margin-top: 20px;
  }
  
  .designer_page_description {
    padding: 30px 0;
    border-radius: 16px;
    margin: 30px 10px;
  }
  
  .designer_page_description .h1 {
    font-size: 20px !important;
    margin-bottom: 15px !important;
  }
  
  .designer_page_description .dynamic-readmore-wrapper .content {
    font-size: 12px;
    line-height: 1.7;
  }
  
  .designer_page_description .content p {
    text-align: justify!important;
    font-size: 12px;
  }
  
  .designer_page_description .dynamic-readmore-wrapper .readmore-btn {
    font-size: 11px;
  }
}

@media screen and (min-width: 769px) {
  .body-type-heading .prose p:not(.h1) {
    font-size: 1.15rem;
  }
  
  .body-type-heading {
    padding: 40px 0px 0;
  }
  
  .body-type-heading .h1 {
    text-align: center;
    text-transform: uppercase;
    color: #111;
    letter-spacing: 2px;
    font-size: 42px;
  }
  
  .body-type-heading .h1::before,
  .body-type-heading .h1::after {
    content: "";
    display: none;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%238b2d3a'%3E%3Cpath d='M12 0 C12 8 8 12 0 12 C8 12 12 16 12 24 C12 16 16 12 24 12 C16 12 12 8 12 0 Z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 18px;
    vertical-align: middle;
    transform: translateY(-4px);
  }
  
  .price_match_work text-with-icons-carousel,
    .price_match_work .text-with-icons {
    --text-with-icons-items-per-row: 3 !important;
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 0 !important;
  }
  
  .price_match_work .text-with-icons__item {
    position: relative;
  }
  
  .price_match_work .text-with-icons__item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    height: 65%;
    width: 1px;
    background-color: rgba(139, 45, 58, 0.2);
  }
  
  .price-match-terms-condition text-with-icons-carousel {
    --text-with-icons-items-per-row: 3 !important;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    width: 100% !important;
    gap: 0 !important;
  }
  
  .price-match-terms-condition .text-with-icons__item {
    position: relative;
  }
  
  .price-match-terms-condition .text-with-icons__item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 70%;
    width: 1px;
    background-color: rgba(201, 98, 98, 0.4);
  }
}

@media screen and (max-width: 768px) {
  .custom_promotion_list .collection-card::before {
    display: none;
  }
  
  .body-type-rich-text {
    padding: 40px 20px;
  }
  
  .body-type-rich-text h2.h2,
      .body-type-rich-text .prose h2 {
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 20px;
  }
  
  .body-type-rich-text .prose h3 {
    font-size: 18px;
    margin-top: 20px;
  }
  
  .body-type-rich-text .prose p {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 14px;
  }
  
  .body-type-rich-text .prose ul {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  
  .body-type-rich-text .prose li {
    font-size: 14px;
  }
  
  .price-match-terms-condition .v-stack.gap-8 {
    padding: 40px 10px 20px;
  }
  
  .price-match-terms-condition .section-header {
    padding: 0 15px !important;
  }
  
  .price-match-terms-condition .section-header .h2 {
    font-size: 1.1rem !important;
  }
  
  .price-match-rich-text .h1 {
    font-size: 2rem;
    flex-wrap: wrap;
    gap: 15px;
  }
  
  .price-match-rich-text .prose p:not(.h1) {
    font-size: 14px;
  }
  
  .price_match_work .text-with-icons,
    .price-match-terms-condition .text-with-icons {
    --text-with-icons-items-per-row: 1;
    --text-with-icons-column-gap: 1.5rem;
    --text-with-icons-row-gap: 1.5rem;
  }
  
  .price-match-rich-text .container {
    padding: 40px 20px;
  }
}
