body {
	background: #f9f7f5;
}

:root {
  --bs-primary: #f0a897;
  --primary: #f0a897;
}

.carousel .carousel-inner {
	aspect-ratio: auto;
}


#home-slider .carousel .carousel-inner {
	aspect-ratio: auto;
}

.product-miniature .product-miniature__image-container {
	aspect-ratio: 100 / 100;
	display: flex;
	align-items: center;
	justify-content: center;
}

.js-menu-desktop {
	font-family: "Alice";
	font-optical-sizing: auto;
	font-weight: 400;
	font-size: 1.3em;
	font-style: normal;
}

header.js-sticky-header {
	background: rgba(255,255,255,0.95);
}

h1.product__name {
	font-family: "Playfair Display", serif;
	font-optical-sizing: auto;
}

.container-md.header-bottom__container {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

.products .card {
	border: 1px solid #e6dfdb;
}

.products .card .product-miniature__image-container.thumbnail-container {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.products .card .product-miniature__infos.card-body p.product-miniature__title {
	font-family: "Alice", serif;
	font-weight: 400;
	font-style: normal;
	color: #2e2320; /* #F5F3EF*/
	font-weight: 600px;
	font-size: 20px;
}

.product-miniature__infos__bottom {
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.product-miniature__infos__bottom .product-miniature__price {
	color: #f0a897;
}

.product-miniature__infos__bottom .btn {
	margin: 0 !important;
	color: #000;
	border: none;
	background: none;
}

.product-miniature__infos__bottom .btn:hover {
	background: #FDF7F5;
	color: #f0a897;
}

/* --- Hero overlay with triangle --- */
.hero-overlay-wrap {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  pointer-events: none;
}

.hero-overlay-triangle {
  position: absolute;
  top: 0;
  left: 0;
  width: 45%;
  height: 100%;
  background: #f9f8f7; /* light beige-white tone */
  clip-path: polygon(0 0, 80% 0, 100% 100%, 0% 100%);
  z-index: 1;
  opacity: 0.95;
}

.hero-overlay-content {
  position: relative;
  z-index: 2;
  font-family: 'Alice', serif;
  padding-left: 6%;
  max-width: 35%;
}

.hero-overlay-title {
  font-size: 2.5rem;
  font-weight: 400;
  color: #2b1f1d;
  margin-bottom: 0.5rem;
}

.hero-overlay-desc {
  font-size: 1.2rem;
  line-height: 1.5;
  color: #3a2e2c;
}

/* --- Responsive adjustments --- */
@media (max-width: 992px) {
  .hero-overlay-triangle {
	width: 100%;
	height: 50%;
	bottom: 0;
	top: auto;
	clip-path: polygon(0 60%, 100% 0, 100% 100%, 0% 100%);
  }

  .hero-overlay-content {
	max-width: 90%;
	text-align: center;
	margin: 0 auto;
	padding: 2rem 1rem;
  }

  .hero-overlay-wrap {
  	align-items: flex-end;
  }

  .hero-overlay-title {
	font-size: 1.8rem;
  }

  .hero-overlay-desc {
	font-size: 1rem;
  }
}

/* home cats */

/* product styles */

/* --- Product page layout fix --- */
.product-detail {
  color: #2b1f1d;
  font-family: 'Inter', sans-serif;
}

.product__name {
  font-family: 'Alice', serif;
  font-weight: 600;
  color: #2b1f1d;
}

.product__description-short {
  font-size: 1.05rem;
  color: #7a6e6a;
}

.product__infos .rich-text.disclaimer p {
  font-style: italic;
}

.product-detail h1.product__name {
  font-family: 'Alice', serif;
}

.product-detail h1.product__name.mobile {
  display: none;
}

@media (max-width: 992px) {
  .product-detail h1.product__name.mobile {
    display: block;
    margin-top: 1.5rem;
  }
  
  .product-detail h1.product__name.desktop {
    display: none;
  }
  
  .product__left {
    margin-top: 1.5rem;
  }
}

/* --- Make all images square and centered --- */
.product-cover, 
.product-images-wrapper,
.product-cover img {
  aspect-ratio: 1 / 1;
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-images-wrapper {
	border: 1px solid #e6dfdb;
}

.page-product .product__images .carousel, .page-product .product__images .product-cover-square {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.product-cover img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.product-thumbnails img,
.js-qv-product-images img {
  aspect-ratio: 1 / 1;
  object-fit: contain;
  border-radius: 8px;
  background: #f7f6f4;
}

/* --- Add to cart button --- */
.product__actions .btn,
.product-add-to-cart button {
  background-color: #3a2e2c !important;
  color: #fff !important;
  border: none !important;
  padding: 0.9rem 1.5rem !important;
  font-weight: 500;
  font-size: 1rem;
  border-radius: 6px !important;
  transition: background-color .3s ease, transform .2s ease;
}
.product__actions .btn:hover,
.product-add-to-cart button:hover {
  background-color: #f0a897 !important;
  color: #2b1f1d !important;
  transform: translateY(-2px);
}

/* --- Price color --- */
.current-price,
.product-prices .price {
  color: #f0a897 !important;
  font-size: 1.6rem;
  font-weight: 600;
}

/* thumbs */

/* ===== Jewelry Product Layout Fixes ===== */

/* --- Image section --- */
.product__left {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}

/* main image square & centered */
.product-cover-square {
  aspect-ratio: 1/1;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-cover-square img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* remove carousel arrows */
.carousel-control-prev,
.carousel-control-next {
  display: none !important;
}

/* remove extra white space */
.product__images .carousel-inner {
  padding: 0;
  margin: 0;
}

/* --- Thumbnails --- */
.thumbnails__container {
  display: flex;
  justify-content: center;
  width: 100%;
}
.thumbnails__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  padding: 0;
  margin: 0;
  list-style: none;
}
.thumbnail {
  flex: 0 0 auto;
}
.thumb-square {
  aspect-ratio: 1/1;
  width: 80px;
  background: #f8f6f4;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  transition: all 0.25s ease;
}
.thumb-square img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.thumbnails__container .thumbnail:not(:last-child) {
	margin-bottom: 0;
}

.product__images .thunbmails__container {
	aspect-ratio: auto;
}

.js-thumb-container.active .thumb-square {
  border-color: #f0a897;
  transform: scale(1.05);
}

.thumbnails__container .thumbnail.active img {
	border: none;
}

.thumb-square:hover {
  border-color: #f0a897;
  transform: scale(1.05);
}

/* --- Quantity & Add to Cart --- */
.product__actions {
  margin-top: 1rem;
}
#quantity_wanted {
  text-align: center;
  border: 2px solid #3a2e2c;
  border-radius: 6px;
  width: 60px;
  height: 42px;
  color: #3a2e2c;
}
.input-group-btn-vertical .btn {
  background-color: #3a2e2c;
  color: #fff;
}
.input-group-btn-vertical .btn:hover {
  background-color: #f0a897;
  color: #3a2e2c;
}

/* Add to cart button */
.add-to-cart,
button.add-to-cart,
.product-add-to-cart button {
  background-color: #3a2e2c !important;
  color: #fff !important;
  border: none !important;
  border-radius: 8px !important;
  padding: 0.75rem 1.5rem !important;
  transition: all 0.3s ease !important;
}
.add-to-cart:hover,
.product-add-to-cart button:hover {
  background-color: #f0a897 !important;
  color: #3a2e2c !important;
}

/* --- Responsive --- */
@media (max-width: 768px) {
  .product-cover-square {
	max-width: 100%;
  }
  .thumb-square {
	width: 70px;
  }
}


/* listing card mini */

/* === Jewelry product cards === */

.product-card {
  background: #faf8f6;
  border: 1px solid #ece9e5;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all .3s ease;
  box-shadow: 0 2px 4px rgba(0,0,0,0.02);
}

.product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}

/* image */
.product-card__image {
  aspect-ratio: 1 / 1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease;
}

.product-card:hover img {
  transform: scale(1.03);
}

/* info section */
.product-card__info {
  padding: 1.25rem 1rem 1.5rem;
  text-align: left;
}

.product-card__title {
  font-family: 'Alice', serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: #2b1f1d;
  margin-bottom: .3rem;
}

.product-card__title a {
  color: inherit;
  text-decoration: none;
}

.product-card__title a:hover {
  color: #f0a897;
}

.product-card__desc {
  color: #7a6d68;
  font-size: 0.9rem;
  margin-bottom: 1rem;
  font-family: "Montserrat";
}

/* bottom area */
.product-card__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-card__price {
  color: #f0a897;
  font-weight: 700;
  font-size: 1rem;
}

.product-card__details {
  color: #2b1f1d;
  font-size: 0.9rem;
  text-decoration: none;
  font-weight: 500;
}

.product-card__details:hover {
  color: #f0a897;
}

/* responsive tweaks */
@media (max-width: 768px) {
  .product-card__info {
	padding: 1rem;
  }
  .product-card__title {
	font-size: 1rem;
  }
}

/* === Product grid layout fix (3 columns desktop / 1 mobile) === */

/* Applies to home listings and category grids */
.products,
.featured-products,
#js-product-list .products {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.8rem;
  margin-top: 2rem;
}

/* mobile view */
@media (max-width: 768px) {
  .products,
  .featured-products,
  #products,
  #js-product-list .products {
	grid-template-columns: 1fr;
	gap: 1.4rem;
  }
}

.page-content.page-home .featured-products {
  display: block !important;
}

/* === Soft fade-in animation for product cards === */
.product-card {
  opacity: 0;
  transform: translateY(10px);
  animation: fadeInUp 0.6s ease forwards;
}

@keyframes fadeInUp {
  0% {
	opacity: 0;
	transform: translateY(10px);
  }
  100% {
	opacity: 1;
	transform: translateY(0);
  }
}

/* Slight lift on hover */
.product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

/* image zoom subtle */
.product-card__image img {
  transition: transform .5s ease, opacity .3s ease;
}

.product-card:hover img {
  transform: scale(1.05);
  opacity: .95;
}

/* category */

/* === Category page fixes === */
.category-header {
  text-align: center;
}
.category-header h1 {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  color: #2b1f1a;
}
.category-description {
  font-size: 1rem;
  line-height: 1.6;
  color: #5a4d48;
}
.products-top {
  border-bottom: 1px solid #eee;
  padding-bottom: 0.75rem;
}
.products-counter {
  font-size: 0.9rem;
}
.products-sort select {
  border: 1px solid #ddd;
  padding: 0.4rem 0.6rem;
  border-radius: 4px;
}

/* === Responsive grid === */
#js-product-list .product-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#js-product-list .product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

@media (max-width: 767px) {
  .products-top {
	flex-direction: column;
	align-items: flex-start;
  }
  .products-counter {
	margin-bottom: 0.5rem;
  }
}

/* Toolbar layout */
/* Toolbar styling */
.products-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding-bottom: .75rem;
  margin-bottom: 1rem;
}

.products-toolbar .products-sort {
	display: flex;
	align-items: center;
}

/* Count */
.products-counter {
  font-size: 0.9rem;
  color: #777;
}

/* Sorting dropdown */
.products-sort select,
.products-sort .select-title {
  border: 1px solid #ddd;
  border-radius: 6px;
  background: #fff;
  padding: .45rem .75rem;
}

/* Facets (if visible) */
.products-filters {
  text-align: center;
}

/* Responsive: stack vertically */
@media (max-width: 768px) {
  .products-toolbar {
	flex-direction: column;
	align-items: flex-start;
	gap: .5rem;
  }
  .products-sort {
	width: 100%;
  }
}

/* --- Force full width on category/product listing pages --- */
.layout-left-column #left-column,
.layout-right-column #right-column {
  display: none !important;
}

.layout-left-column #content-wrapper,
.layout-right-column #content-wrapper {
  width: 100% !important;
  max-width: 100% !important;
  flex: 1 1 100%;
}

/* --- Center toolbar elements --- */
.products-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;  /* <— Center horizontally */
  text-align: center;
  gap: 1rem;
  border-bottom: 1px solid #eee;
  padding-bottom: .75rem;
  margin-bottom: 1rem;
}

.products-counter {
  font-size: 0.9rem;
  color: #777;
  order: 1;
}

.products-sort {
  order: 3;
}

.products-filters {
  order: 2;
  flex: 1 1 100%;
}

/* Center sort dropdown */
.products-sort select,
.products-sort .select-title {
  border: 1px solid #ddd;
  border-radius: 6px;
  background: #fff;
  padding: .45rem .75rem;
  margin: 0 auto;
}

/* Responsive stacking */
@media (max-width: 768px) {
  .products-toolbar {
	flex-direction: column;
	gap: .5rem;
  }
  .products-sort,
  .products-counter,
  .products-filters {
	width: 100%;
	text-align: center;
  }
}

/* rows */

/* --- Force 4 columns per row --- */
#js-product-list .products.row {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin: 0 !important;
}

/* remove Bootstrap column spacing */
#js-product-list .products.row > [class*="col-"] {
  padding: 0 !important;
  width: 100% !important;
}

/* make cards fill their cell */
#js-product-list .product-miniature,
#js-product-list .product-miniature .card {
  width: 100%;
  height: 100%;
  padding: 0;
}

/* responsive breakpoints */
@media (max-width: 991px) {
  #js-product-list .products.row {
	grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  #js-product-list .products.row {
	grid-template-columns: 1fr;
  }
}
/* === FIX PRODUCT CARD HEIGHT & SPACING === */

/* let grid auto-size rows */
#js-product-list .products.row {
  align-items: start !important;
}

/* make every card equal height */
#js-product-list .product-miniature {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* square image area */
#js-product-list .product-miniature__image-container,
#js-product-list .thumbnail-container,
#js-product-list .product-miniature img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  width: 100%;
  height: auto;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

/* card body auto adjusts to content */
#js-product-list .product-miniature .card-body,
#js-product-list .product-miniature__infos {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem;
}

/* price and text alignment */
#js-product-list .product-miniature__infos p,
#js-product-list .product-miniature__price {
  margin-bottom: 0.25rem;
}

/* overall card styling */
#js-product-list .card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  border: none;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}
#js-product-list .card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 16px rgba(0,0,0,0.1);
}

/* fix blank space on smaller screens */
@media (max-width: 991px) {
  #js-product-list .products.row {
	grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  #js-product-list .products.row {
	grid-template-columns: 1fr;
  }
}

.home-subcategories {
	max-width: 1295px;	
	padding: 0 0.7em;
}

.home-subcategories img {
	border-radius: 8px;
}

.home-subcategories {
	background: transparent;
}

.page-title-section {
	font-family: "Alice";
}

/* MENU */

/* === Dropdown Animation === */
.menu-container {
  opacity: 0;
  transform: translateY(10px);
  visibility: hidden;
  transition: all 0.3s ease;
}
.js-menu-item-lvl-0:hover > .menu-container {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

/* === Desktop category grid === */
.category-dropdown {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 20px;
  padding: 20px;
  list-style: none;
}
.subcategory-item {
  text-align: center;
}
.category-thumb img {
  width: 100%;
  border-radius: 8px;
  transition: transform 0.3s ease;
}
.subcategory-item:hover img {
  transform: scale(1.05);
}
.category-info h4 {
  font-weight: 500;
  margin-top: 8px;
  font-size: 1em;
  font-family: "Montserrat";
}
.category-desc {
  color: #666;
  font-size: 0.9em;
  margin-top: 4px;
}

/* === Mobile compact layout === */
@media (max-width: 768px) {
  .category-dropdown {
	display: block;
	padding: 0;
  }
  .subcategory-item {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 6px 0;
  }
  .category-thumb img {
	width: 40px;
	height: 40px;
	object-fit: cover;
  }
  .category-desc {
	display: none;
  }
  .category-thumb-mobile img {
	width: 28px;
	height: 28px;
	margin-right: 8px;
	border-radius: 4px;
	object-fit: cover;
  }
}

/* ============================================
   Premium dropdown animation – open + close
   ============================================ */

/* --- base hidden state --- */
.js-sub-menu {
  display: block !important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  pointer-events: none;
  transition:
	opacity 0.35s ease,
	transform 0.35s ease,
	visibility 0s linear 0.35s; /* hide after fade */
  z-index: 100;
}

/* --- show container --- */
.js-menu-item-lvl-0:hover > .js-sub-menu {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  pointer-events: auto;
  transition:
	opacity 0.45s ease,
	transform 0.45s ease,
	visibility 0s;
}

/* --- subcategory items base --- */
.js-sub-menu .subcategory-item {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  transition-delay: 0s;
}

/* --- staggered entry --- */
.js-menu-item-lvl-0:hover .subcategory-item:nth-child(1) { transition-delay: 0.05s; }
.js-menu-item-lvl-0:hover .subcategory-item:nth-child(2) { transition-delay: 0.1s; }
.js-menu-item-lvl-0:hover .subcategory-item:nth-child(3) { transition-delay: 0.15s; }
.js-menu-item-lvl-0:hover .subcategory-item:nth-child(4) { transition-delay: 0.2s; }
.js-menu-item-lvl-0:hover .subcategory-item:nth-child(5) { transition-delay: 0.25s; }
.js-menu-item-lvl-0:hover .subcategory-item:nth-child(6) { transition-delay: 0.3s; }
.js-menu-item-lvl-0:hover .subcategory-item:nth-child(7) { transition-delay: 0.35s; }
.js-menu-item-lvl-0:hover .subcategory-item:nth-child(8) { transition-delay: 0.4s; }

/* --- visible state --- */
.js-menu-item-lvl-0:hover .subcategory-item {
  opacity: 1;
  transform: none;
}

/* --- smooth uniform exit (cancel delays instantly) --- */
.js-menu-item-lvl-0:not(:hover) .subcategory-item {
  transition-delay: 0s !important;
}

/* --- optional hover flourish --- */
.subcategory-item:hover img {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}
.subcategory-item:hover h4 {
  color: #b38c5b;
  transition: color 0.3s ease;
}


/* second image on hover */
/* Disable zoom and stack images for hover swap */
.product-card__image {
  position: relative;
  overflow: hidden;
}

.product-card__image img {
  width: 100%;
  height: auto;
  display: block;
  transition: opacity 0.4s ease-in-out;
  transform: none !important; /* disables zoom transform */
}

/* Second image stacked on top but invisible initially */
.product-card__image .second-image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}

/* On hover — swap opacity */
.product-card__image:hover .second-image {
  opacity: 1;
}

.product-card__image:hover .first-image {
  opacity: 0;
}

/* Prevent default zoom from theme */
.product-miniature img,
.thumbnail-container img,
.product-card__image img {
  transform: none !important;
  transition: opacity 0.4s ease-in-out !important;
}

/* Disable hover fade if there is no second image */
.product-card__image.no-second-image:hover .first-image {
  opacity: 1 !important;
}

.product-card__image.no-second-image:hover .second-image {
  opacity: 0 !important;
}


/* grid product height fix */

/* Ensure product listing grid items stretch to same height */
.products-grid,
.products {
  display: grid;
  margin-bottom: 2em;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  align-items: stretch; /* 🔥 make all grid items equal height */
}

/* Make the card fill the grid cell */
.product-card,
.product-miniature {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Allow image to take only its natural space, and info area to fill rest */
.product-card__image {
  flex-shrink: 0;
}

.product-card__info {
  flex: 1; /* fill remaining height */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Optional: make bottom section always stick to bottom */
.product-card__bottom {
  margin-top: auto;
}

.page-link {
  color: #3d2e2b;
}

.btn.btn-primary {
  background-color: #f0a897;
  color: #fff;
  border: none;
}

.btn.btn-outline-primary {
  color: #f0a897;
  border: 1px solid #f0a897;
}

.btn.btn-outline-primary:hover {
  background: #f0a897;
  color: #fff;
}

a {
  color: #f0a897;
}

.breadcrumb__wrapper {
  background: #E9E6E2;
  color: #3B302C;
}

/* flags */
.flag-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  transition: transform 0.2s ease;
}
.flag-icon:hover {
  transform: scale(1.1);
}

.flag-icon-lg {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  transition: 0.2s;
}
.flag-icon-lg:hover {
  transform: scale(1.15);
}

.currency-link {
  display: inline-block;
  padding: 6px 12px;
  border: 1px solid #ddd;
  border-radius: 10px;
  color: inherit;
  text-decoration: none;
  transition: 0.2s;
}
.currency-link:hover {
  background: #f8f8f8;
}

.modal-backdrop {
  z-index: 20000 !important;
}

.modal {
  z-index: 20001 !important;
}

.modal-dialog {
  z-index: 20002 !important;
}

.language-currency-switcher img {
  cursor: pointer;
  border-radius: 3px;
}

.wishlist-button-product {
  display: none;
}

.email-subscription .email-subscription__content {
    max-width: 74.625rem;
}

.cart-grid-body.tab-content {
  background: #fff;
  border-radius: 8px;
  padding-top: 1em;
}

.delivery-options__list .delivery-options__item .row {
  padding: 0.5em 0;
}
