/** Shopify CDN: Minification failed

Line 905:1 Expected "}" to go with "{"

**/
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
.page-width { max-width: var(--container); margin: 0 auto; padding: 0 20px; }
.section { padding: 48px 0; }
.section-header { margin-bottom: 24px; }
.section-title { font-size: clamp(28px, 4vw, 44px); line-height: 1.1; margin: 0 0 12px; }
.section-subtitle { font-size: 16px; opacity: .82; max-width: 760px; }
.button-row { display: flex; gap: 12px; flex-wrap: wrap; }
.button {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 46px; padding: 0 20px; border-radius: 999px;
  border: 1px solid transparent; font-weight: 700; transition: .2s ease;
}
.button:hover { transform: translateY(-1px); }
.button--secondary { background: transparent; }
.card-grid { display: grid; gap: 20px; }
.grid-2 { grid-template-columns: repeat(2, minmax(0,1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0,1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0,1fr)); }
.card {
  background: #fff; border: 1px solid rgba(0,0,0,.08); border-radius: var(--radius);
  overflow: hidden; height: 100%;
}
.card__content { padding: 16px; }
.card__title { margin: 0 0 8px; font-size: 20px; }
.card__text { margin: 0; opacity: .8; }
.badge {
  display: inline-block; padding: 6px 12px; border-radius: 999px;
  background: var(--color-accent-soft); color: var(--color-text); font-size: 13px; font-weight: 700;
}
.header { position: sticky; top: 0; z-index: 40; background: rgba(255,255,255,.92); backdrop-filter: blur(10px); border-bottom: 1px solid rgba(0,0,0,.06); }
.header__inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 74px; }
.header__brand { font-size: 28px; font-weight: 800; letter-spacing: .02em; }
.header__nav { display: flex; gap: 18px; flex-wrap: wrap; }
.header__icons { display: flex; gap: 14px; align-items: center; }
.announcement { padding: 10px 0; background: linear-gradient(90deg, var(--color-accent-soft), #fff); border-bottom: 1px solid rgba(0,0,0,.06); text-align: center; font-size: 14px; }
.hero {
  position: relative; min-height: 540px; display: flex; align-items: center; overflow: hidden;
  background: linear-gradient(135deg, var(--color-accent-soft), #fff 60%);
}
.hero__media { position: absolute; inset: 0; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; }
.hero__overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,.92) 0%, rgba(255,255,255,.72) 40%, rgba(255,255,255,.15) 100%); }
.hero__content { position: relative; z-index: 1; max-width: 670px; padding: 80px 0; }
.hero__eyebrow { margin-bottom: 14px; }
.hero__title { font-size: clamp(40px, 6vw, 72px); line-height: .96; margin: 0 0 16px; }
.hero__text { font-size: 18px; margin: 0 0 24px; max-width: 600px; }
.collection-card img, .product-card img { aspect-ratio: 1 / 1; object-fit: cover; background: #f7f7f7; }
.product-price { font-weight: 700; margin-top: 8px; }
.rich-text { text-align: center; }
.image-with-text { display: grid; grid-template-columns: 1.1fr 1fr; gap: 28px; align-items: center; }
.image-with-text__media img { border-radius: var(--radius); }
.icon-columns { display: grid; gap: 18px; grid-template-columns: repeat(4, minmax(0,1fr)); }
.icon-box { padding: 22px; border: 1px solid rgba(0,0,0,.08); border-radius: var(--radius); background: #fff; }
.icon-box__title { margin: 0 0 8px; font-size: 20px; }
.footer { background: #111; color: #fff; padding: 50px 0 28px; margin-top: 40px; }
.footer__grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 24px; }
.footer a { opacity: .9; }
.main-product { display: grid; grid-template-columns: 1.05fr 1fr; gap: 36px; padding: 36px 0 50px; }
.product-form__actions { margin-top: 22px; }
.product-gallery img, .product-gallery .placeholder { background: #f6f6f6; border-radius: var(--radius); aspect-ratio: 1 / 1; object-fit: cover; }
.product-description { margin-top: 22px; }
.collection-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 20px; }
.cart-items { width: 100%; border-collapse: collapse; }
.cart-items th, .cart-items td { padding: 12px 8px; border-bottom: 1px solid rgba(0,0,0,.08); text-align: left; }
.empty-state { padding: 40px 0; text-align: center; }
@media (max-width: 989px) {
  .grid-4 { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .grid-3, .grid-2, .image-with-text, .main-product, .footer__grid, .icon-columns { grid-template-columns: 1fr; }
  .header__nav { display: none; }
  .hero { min-height: 460px; }
}
@media (max-width: 640px) {
  .grid-4, .grid-3, .grid-2 { grid-template-columns: 1fr; }
  .page-width { padding: 0 16px; }
  .hero__title { font-size: 40px; }
}
.fe-header {
  position: sticky;
  top: 0;
  z-index: 9999;
  background: rgba(10, 10, 10, 0.92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(212, 175, 55, 0.16);
  box-shadow: 0 8px 26px rgba(0, 0, 0, 0.22);
}

.fe-header-line {
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, transparent, rgba(212,175,55,0.95), transparent);
}

.fe-header-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 12px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.fe-header-left {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 220px;
}

.fe-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.fe-logo img {
  height: 54px;
  width: auto;
  display: block;
  transition: transform 0.35s ease, opacity 0.35s ease, filter 0.35s ease;
}

.fe-logo:hover img {
  transform: scale(1.03);
  opacity: 0.96;
  filter: drop-shadow(0 0 10px rgba(212,175,55,0.14));
}

.fe-nav {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
}

.fe-nav a {
  position: relative;
  color: #f5f5f5;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 500;
  transition: color 0.28s ease, opacity 0.28s ease, transform 0.28s ease;
}

.fe-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 0;
  height: 1px;
  background: linear-gradient(90deg, #d4af37, transparent);
  transition: width 0.28s ease;
}

.fe-nav a:hover {
  color: #f3df9b;
}

.fe-nav a:hover::after {
  width: 100%;
}

.fe-nav-highlight {
  color: #f3df9b !important;
  animation: feGlow 2.6s ease-in-out infinite;
}

.fe-nav-highlight::after {
  width: 100%;
  opacity: 0.85;
}

@keyframes feGlow {
  0% { text-shadow: 0 0 3px rgba(212,175,55,0.18); }
  50% { text-shadow: 0 0 12px rgba(212,175,55,0.55); }
  100% { text-shadow: 0 0 3px rgba(212,175,55,0.18); }
}

.fe-header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  min-width: 270px;
}

.fe-social,
.fe-icon-btn {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.09);
  transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.fe-social:hover,
.fe-icon-btn:hover {
  transform: translateY(-2px);
  background: rgba(212,175,55,0.08);
  border-color: rgba(212,175,55,0.35);
  box-shadow: 0 10px 24px rgba(0,0,0,0.22);
}

.fe-social img {
  width: 18px;
  height: 18px;
  display: block;
  filter: invert(1);
  opacity: 0.95;
}

.fe-icon-btn svg,
.fe-cart-btn svg {
  width: 19px;
  height: 19px;
}

.fe-cart-btn {
  position: relative;
  min-width: 46px;
  height: 44px;
  padding: 0 14px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #111;
  background: linear-gradient(135deg, #f7e7bb 0%, #d4af37 58%, #b8891f 100%);
  border: 1px solid rgba(255,255,255,0.22);
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.08) inset,
    0 8px 18px rgba(212,175,55,0.24),
    0 2px 6px rgba(0,0,0,0.18);
  transition: transform 0.3s ease, box-shadow 0.3s ease, filter 0.3s ease;
}

.fe-cart-btn:hover {
  transform: translateY(-2px) scale(1.03);
  filter: brightness(1.04);
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.08) inset,
    0 12px 24px rgba(212,175,55,0.32),
    0 2px 8px rgba(0,0,0,0.22);
}

.fe-cart-count {
  position: absolute;
  top: -6px;
  right: -4px;
  min-width: 19px;
  height: 19px;
  padding: 0 5px;
  border-radius: 999px;
  background: #111;
  color: #f3df9b;
  border: 1px solid rgba(212,175,55,0.45);
  font-size: 11px;
  line-height: 19px;
  text-align: center;
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(0,0,0,0.25);
}

.fe-cart-count-empty {
  opacity: 0.85;
}

.fe-menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  padding: 0;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  transition: background 0.28s ease, border-color 0.28s ease, transform 0.28s ease;
}

.fe-menu-toggle:hover {
  background: rgba(212,175,55,0.08);
  border-color: rgba(212,175,55,0.28);
}

.fe-menu-toggle span {
  width: 16px;
  height: 1.5px;
  background: #fff;
  border-radius: 2px;
  display: block;
  transition: transform 0.28s ease, opacity 0.28s ease;
}

.fe-menu-overlay {
  position: fixed;
  inset: 0;
  z-index: 9998;
  background: rgba(0,0,0,0.42);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.34s ease, visibility 0.34s ease;
}

.fe-menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

.fe-mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 84%;
  max-width: 360px;
  height: 100vh;
  background: rgba(12,12,12,0.97);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-right: 1px solid rgba(212,175,55,0.16);
  box-shadow: 12px 0 40px rgba(0,0,0,0.34);
  transform: translateX(-105%);
  transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
  display: flex;
  flex-direction: column;
}

.fe-mobile-menu.active {
  transform: translateX(0);
}

.fe-mobile-menu-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 18px 14px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.fe-mobile-brand img {
  height: 44px;
  width: auto;
  display: block;
}

.fe-menu-close {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(255,255,255,0.04);
  cursor: pointer;
  transition: background 0.28s ease, border-color 0.28s ease, transform 0.28s ease;
}

.fe-menu-close:hover {
  background: rgba(212,175,55,0.08);
  border-color: rgba(212,175,55,0.28);
  transform: rotate(90deg);
}

.fe-menu-close span {
  position: absolute;
  top: 19px;
  left: 11px;
  width: 18px;
  height: 1.5px;
  background: #fff;
  border-radius: 2px;
}

.fe-menu-close span:first-child {
  transform: rotate(45deg);
}

.fe-menu-close span:last-child {
  transform: rotate(-45deg);
}

.fe-mobile-menu-body {
  padding: 18px 20px 34px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  overflow-y: auto;
}

.fe-mobile-menu-body a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0.04em;
  padding: 8px 0 12px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  transform: translateX(-8px);
  opacity: 0;
  transition: color 0.25s ease, transform 0.42s ease, opacity 0.42s ease;
}

.fe-mobile-menu.active .fe-mobile-menu-body a {
  transform: translateX(0);
  opacity: 1;
}

.fe-mobile-menu.active .fe-mobile-menu-body a:nth-child(1) { transition-delay: 0.06s; }
.fe-mobile-menu.active .fe-mobile-menu-body a:nth-child(2) { transition-delay: 0.1s; }
.fe-mobile-menu.active .fe-mobile-menu-body a:nth-child(3) { transition-delay: 0.14s; }
.fe-mobile-menu.active .fe-mobile-menu-body a:nth-child(5) { transition-delay: 0.18s; }
.fe-mobile-menu.active .fe-mobile-menu-body a:nth-child(6) { transition-delay: 0.22s; }
.fe-mobile-menu.active .fe-mobile-menu-body a:nth-child(8) { transition-delay: 0.26s; }
.fe-mobile-menu.active .fe-mobile-menu-body a:nth-child(9) { transition-delay: 0.3s; }
.fe-mobile-menu.active .fe-mobile-menu-body a:nth-child(10) { transition-delay: 0.34s; }

.fe-mobile-menu-body a:hover {
  color: #f3df9b;
}

.fe-mobile-highlight {
  color: #f3df9b !important;
  text-shadow: 0 0 10px rgba(212,175,55,0.28);
}

.fe-mobile-divider {
  height: 1px;
  background: linear-gradient(90deg, rgba(212,175,55,0.25), rgba(255,255,255,0.05));
  margin: 6px 0 2px;
}

body.fe-menu-open {
  overflow: hidden;
}

@media screen and (max-width: 990px) {
  .fe-menu-toggle {
    display: inline-flex;
  }

  .fe-nav {
    display: none;
  }

  .fe-header-left,
  .fe-header-right {
    min-width: auto;
  }

  .fe-logo img {
    height: 48px;
  }

  .fe-header-right {
    gap: 8px;
  }

  .fe-social {
    width: 36px;
    height: 36px;
  }

  .fe-icon-btn {
    width: 36px;
    height: 36px;
  }

  .fe-cart-btn {
    width: 40px;
    height: 40px;
    min-width: 40px;
    padding: 0;
  }

  .fe-cart-count {
    top: -5px;
    right: -4px;
  }
}

@media screen and (max-width: 640px) {
  .fe-header-inner {
    padding: 10px 12px;
    gap: 10px;
  }

  .fe-logo img {
    height: 42px;
  }

  .fe-social {
    width: 32px;
    height: 32px;
  }

  .fe-social img {
    width: 15px;
    height: 15px;
  }

  .fe-icon-btn,
  .fe-cart-btn,
  .fe-menu-toggle {
    width: 34px;
    height: 34px;
    min-width: 34px;
  }

  .fe-icon-btn svg,
  .fe-cart-btn svg {
    width: 17px;
    height: 17px;
  }

  .fe-cart-count {
    min-width: 17px;
    height: 17px;
    line-height: 17px;
    font-size: 10px;
    top: -4px;
    right: -5px;
  }
}
/* ===== FOOTER LUXE PREMIUM ===== */
.fe-footer-luxe {
  background: #070707;
  color: #fff;
  border-top: 1px solid rgba(212,175,55,0.14);
  position: relative;
  overflow: hidden;
}

.fe-footer-topline {
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, transparent, rgba(212,175,55,0.95), transparent);
}

.fe-footer-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 48px 22px 32px;
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr;
  gap: 56px;
  align-items: start;
}

.fe-footer-block {
  min-width: 0;
}

.fe-footer-brand {
  padding-right: 20px;
}

.fe-footer-logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  margin-bottom: 18px;
}

.fe-footer-logo img {
  height: 70px;
  width: auto;
  display: block;
  border-radius: 14px;
  padding: 4px;
  background: rgba(255,255,255,0.02);
  box-shadow:
    0 6px 18px rgba(0,0,0,0.35),
    0 0 0 1px rgba(212,175,55,0.14);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.fe-footer-logo:hover img {
  transform: scale(1.03);
  box-shadow:
    0 8px 22px rgba(0,0,0,0.45),
    0 0 14px rgba(212,175,55,0.16),
    0 0 0 1px rgba(212,175,55,0.2);
}

.fe-footer-text {
  color: rgba(255,255,255,0.72);
  font-size: 15px;
  line-height: 1.8;
  max-width: 360px;
  margin: 0;
}

.fe-footer-heading {
  margin: 8px 0 18px;
  color: #f3df9b;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.fe-footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.fe-footer-links li {
  margin-bottom: 14px;
}

.fe-footer-links a {
  color: rgba(255,255,255,0.78);
  text-decoration: none;
  transition: color 0.28s ease, transform 0.28s ease, text-shadow 0.28s ease;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.fe-footer-links a:hover {
  color: #f3df9b;
  transform: translateX(3px);
  text-shadow: 0 0 10px rgba(212,175,55,0.18);
}

.fe-footer-social-link img {
  width: 15px;
  height: 15px;
  display: block;
  filter: invert(1);
  opacity: 0.92;
}

.fe-footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.06);
  padding: 18px 22px 24px;
  text-align: center;
}

.fe-footer-bottom p {
  margin: 0;
  color: rgba(255,255,255,0.46);
  font-size: 12px;
  letter-spacing: 0.05em;
}

/* ===== MOBILE ===== */
@media (max-width: 990px) {
  .fe-footer-wrap {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 36px 18px 26px;
  }

  .fe-footer-brand {
    padding-right: 0;
  }

  .fe-footer-logo img {
    height: 60px;
  }

  .fe-footer-text {
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  .fe-footer-wrap {
    padding: 30px 16px 22px;
    gap: 22px;
  }

  .fe-footer-logo img {
    height: 52px;
    border-radius: 12px;
  }

  .fe-footer-heading {
    margin-bottom: 14px;
  }

  .fe-footer-links li {
    margin-bottom: 12px;
  }

  .fe-footer-text {
    font-size: 14px;
    line-height: 1.7;
  }
/* =========================================================
   FUSION EPOXCYN - COLLECTION PAGES LUXE
   Blanc chaud + champagne + gold doux
========================================================= */

.collection-hero,
.banner,
.collection-hero__inner,
.collection-hero .banner__box {
  background:
    radial-gradient(circle at top left, rgba(255, 241, 226, 0.75), transparent 22%),
    radial-gradient(circle at bottom right, rgba(255, 247, 236, 0.85), transparent 28%),
    linear-gradient(180deg, #fffefd 0%, #fffaf7 54%, #fffdfb 100%) !important;
  color: #2b2119 !important;
}

.collection-hero,
.banner {
  border-radius: 30px !important;
  overflow: hidden;
  border: 1px solid rgba(215, 186, 129, 0.20) !important;
  box-shadow:
    0 20px 46px rgba(48, 34, 22, 0.06),
    0 8px 18px rgba(216,188,130,0.05) !important;
}

.collection-hero__title,
.banner__heading,
.title--primary,
.collection .title {
  color: #2b2119 !important;
  font-weight: 700 !important;
  letter-spacing: -0.03em;
}

.collection-hero__description,
.banner__text,
.collection-hero .rte {
  color: #5a4b40 !important;
  line-height: 1.75 !important;
}

/* Toolbar / tri / filtres */
.facets-container,
.facets,
.facets-vertical,
.product-count,
.facet-filters,
.facets__form {
  color: #2b2119 !important;
}

select,
.facet-filters__sort,
.facets__summary,
details.facets__disclosure-vertical > summary {
  border-radius: 16px !important;
  border: 1px solid rgba(215, 186, 129, 0.20) !important;
  background: linear-gradient(180deg, #ffffff 0%, #fffbf8 100%) !important;
  color: #2b2119 !important;
}

/* Cartes produits collection */
.card-wrapper .card,
.product-card-wrapper .card,
.card--standard {
  border-radius: 24px !important;
  overflow: hidden;
}

.card-wrapper .card__inner,
.product-card-wrapper .card__inner,
.card--standard > .card__inner {
  border-radius: 24px !important;
  background: linear-gradient(180deg, #ffffff 0%, #fffaf7 100%) !important;
  border: 1px solid rgba(215, 186, 129, 0.16) !important;
  box-shadow:
    0 14px 30px rgba(48, 34, 22, 0.05),
    0 5px 14px rgba(216,188,130,0.05) !important;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.card-wrapper .card:hover .card__inner,
.product-card-wrapper .card:hover .card__inner,
.card--standard:hover > .card__inner {
  transform: translateY(-3px);
  border-color: rgba(202,161,93,0.34) !important;
  box-shadow:
    0 18px 34px rgba(48, 34, 22, 0.08),
    0 8px 18px rgba(216,188,130,0.08) !important;
}

.card__media img,
.media img {
  object-fit: contain !important;
  background: #fff;
}

.card__content {
  padding-top: 10px;
}

.card__heading,
.card__heading a,
.full-unstyled-link {
  color: #2b2119 !important;
}

.price {
  color: #7c5a2d !important;
  font-weight: 700 !important;
}

/* Badges / sold out / sale */
.badge,
.card__badge .badge {
  border-radius: 999px !important;
  padding: 6px 10px !important;
  background: linear-gradient(135deg, #fffaf2 0%, #fff3e8 100%) !important;
  border: 1px solid rgba(215, 186, 129, 0.22) !important;
  color: #9f7633 !important;
  font-weight: 700 !important;
}

/* Boutons */
.button,
.button--primary,
.collection .button {
  border-radius: 18px !important;
}

.button--primary,
button.button--primary {
  background: linear-gradient(135deg, #2a2018 0%, #7c5a2d 58%, #d8bc82 145%) !important;
  color: #fff !important;
  border: none !important;
  box-shadow:
    0 16px 34px rgba(48, 34, 22, 0.14),
    0 6px 16px rgba(216,188,130,0.14) !important;
}

.button--primary:hover,
button.button--primary:hover {
  transform: translateY(-1px);
}

/* Pagination */
.pagination__item,
.pagination__item--current {
  border-radius: 14px !important;
}

.pagination__item {
  color: #2b2119 !important;
}

.pagination__item--current {
  background: linear-gradient(135deg, #fffaf2 0%, #fff3e8 100%) !important;
  border: 1px solid rgba(215, 186, 129, 0.22) !important;
  color: #9f7633 !important;
}

/* Mobile */
@media screen and (max-width: 749px) {
  .collection-hero,
  .banner {
    border-radius: 22px !important;
  }

  .collection-hero__title,
  .banner__heading,
  .title--primary {
    font-size: 28px !important;
    line-height: 1.08 !important;
  }

  .card-wrapper .card,
  .product-card-wrapper .card,
  .card--standard,
  .card-wrapper .card__inner,
  .product-card-wrapper .card__inner,
  .card--standard > .card__inner {
    border-radius: 18px !important;
  }
}