.elementor-29216 .elementor-element.elementor-element-41ac829{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-40px;--margin-bottom:-40px;--margin-left:0px;--margin-right:0px;}/* Start custom CSS for html, class: .elementor-element-375e47b */html {
  scroll-behavior: smooth;
}

.cr-shop-page {
  background: #f7f3eb;
  color: #1f211d;
  font-family: Urbanist, Arial, sans-serif;
}

.cr-shop-hero {
  min-height: 520px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(90px, 11vw, 170px) clamp(24px, 5vw, 96px) clamp(70px, 8vw, 110px);
  border-bottom: 1px solid #ded7ca;
}

.cr-shop-kicker {
  margin: 0 0 34px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 7px;
  color: rgba(31, 33, 29, 0.46);
}

.cr-shop-hero h1 {
  margin: 0;
  font-family: "Josefin Slab", Georgia, serif;
  font-size: clamp(72px, 8vw, 150px);
  font-weight: 300;
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.cr-shop-hero h1 em {
  font-style: italic;
}

.cr-shop-subtitle {
  margin: 46px 0 0;
  font-size: clamp(17px, 1.2vw, 22px);
  color: #6f6b61;
}

.cr-shop-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  gap: clamp(30px, 5vw, 78px);
  overflow-x: auto;
  padding: 28px clamp(24px, 5vw, 96px);
  background: #efe7da;
  border-bottom: 1px solid #ded7ca;
  scrollbar-width: none;
}

.cr-shop-nav::-webkit-scrollbar {
  display: none;
}

.cr-shop-nav a {
  flex: 0 0 auto;
  color: #6f6b61 !important;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 5px;
  text-decoration: none !important;
  white-space: nowrap;
  transition: color 0.3s ease;
}

.cr-shop-nav a:hover {
  color: #e94b35 !important;
}

.cr-shop-collection {
  min-height: 820px;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: center;
  gap: clamp(60px, 7vw, 110px);
  padding: clamp(90px, 9vw, 150px) clamp(24px, 5vw, 96px);
  background: #f7f3eb;
  overflow: hidden;
}

.cr-shop-collection.cr-reverse {
  grid-template-columns: 0.85fr 1.15fr;
}

.cr-shop-collection.cr-reverse .cr-shop-image {
  order: 2;
}

.cr-shop-collection.cr-reverse .cr-shop-content {
  order: 1;
}

.cr-shop-image {
  position: relative;
  overflow: hidden;
  background: #efe7da;
  opacity: 0;
  transform: translateY(44px);
  animation: crShopReveal 1s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.cr-shop-image img {
  width: 100%;
  height: min(68vh, 690px);
  display: block;
  object-fit: cover;
  transform: scale(1.035);
  transition: transform 1.1s cubic-bezier(0.16, 1, 0.3, 1);
}

.cr-shop-collection:hover .cr-shop-image img {
  transform: scale(1.08);
}

.cr-shop-number {
  position: absolute;
  top: 0;
  left: 0;
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  font-family: "Josefin Slab", Georgia, serif;
  font-size: 32px;
  color: #1f211d;
}

.cr-light { background: #fffcf6; }
.cr-red { background: #e94b35; }
.cr-yellow { background: #f3c64f; }
.cr-blue { background: #9ed1e5; }
.cr-warm { background: #d9825f; }

.cr-shop-content {
  max-width: 680px;
  opacity: 0;
  transform: translateY(44px);
  animation: crShopReveal 1s cubic-bezier(0.16, 1, 0.3, 1) 0.18s both;
}

.cr-shop-label {
  margin: 0 0 28px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 7px;
  color: rgba(31, 33, 29, 0.42);
}

.cr-shop-content h2 {
  margin: 0 0 28px;
  font-family: "Josefin Slab", Georgia, serif;
  font-size: clamp(54px, 5vw, 86px);
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.035em;
}

.cr-shop-content h3 {
  margin: 0;
  font-family: "Josefin Slab", Georgia, serif;
  font-size: clamp(28px, 2.4vw, 42px);
  font-weight: 300;
  font-style: italic;
  line-height: 1.25;
  color: #e94b35;
}

.cr-shop-line {
  display: block;
  width: 86px;
  height: 2px;
  margin: 40px 0 36px;
  background: #e94b35;
}

.cr-shop-content p:not(.cr-shop-label) {
  margin: 0;
  max-width: 620px;
  font-size: clamp(17px, 1.15vw, 22px);
  line-height: 1.55;
  color: #6f6b61;
}

.cr-shop-content a {
  display: inline-flex;
  align-items: center;
  gap: 26px;
  margin-top: 54px;
  color: #1f211d !important;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 5px;
  text-decoration: none !important;
}

.cr-shop-content a span {
  width: 54px;
  height: 1px;
  background: #e94b35;
  transition: width 0.35s ease;
}

.cr-shop-content a:hover {
  color: #b98643 !important;
}

.cr-shop-content a:hover span {
  width: 82px;
}

@keyframes crShopReveal {
  from {
    opacity: 0;
    filter: blur(10px);
    transform: translateY(44px);
  }

  to {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
  }
}

@media (max-width: 1024px) {
  .cr-shop-hero {
    min-height: 440px;
  }

  .cr-shop-collection,
  .cr-shop-collection.cr-reverse {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 44px;
    padding: 80px 28px;
  }

  .cr-shop-collection.cr-reverse .cr-shop-image,
  .cr-shop-collection.cr-reverse .cr-shop-content {
    order: initial;
  }

  .cr-shop-image img {
    height: 560px;
  }
}

@media (max-width: 767px) {
  .cr-shop-hero {
    min-height: 360px;
    padding: 72px 20px 54px;
  }

  .cr-shop-kicker {
    margin-bottom: 24px;
    font-size: 11px;
    letter-spacing: 4px;
  }

  .cr-shop-hero h1 {
    font-size: clamp(54px, 16vw, 78px);
  }

  .cr-shop-subtitle {
    margin-top: 30px;
    font-size: 16px;
  }

  .cr-shop-nav {
    gap: 28px;
    padding: 22px 20px;
  }

  .cr-shop-nav a {
    font-size: 12px;
    letter-spacing: 4px;
  }

  .cr-shop-collection,
  .cr-shop-collection.cr-reverse {
    padding: 62px 20px;
    gap: 34px;
  }

  .cr-shop-image img {
    height: 380px;
  }

  .cr-shop-number {
    width: 58px;
    height: 58px;
    font-size: 26px;
  }

  .cr-shop-label {
    margin-bottom: 20px;
    font-size: 11px;
    letter-spacing: 4px;
  }

  .cr-shop-content h2 {
    margin-bottom: 20px;
    font-size: clamp(44px, 13vw, 62px);
  }

  .cr-shop-content h3 {
    font-size: 28px;
  }

  .cr-shop-line {
    margin: 30px 0 28px;
    width: 68px;
  }

  .cr-shop-content p:not(.cr-shop-label) {
    font-size: 16px;
  }

  .cr-shop-content a {
    margin-top: 38px;
    font-size: 12px;
    letter-spacing: 4px;
    gap: 20px;
  }
}/* End custom CSS */