.elementor-2411 .elementor-element.elementor-element-6eafcec{--display:flex;}.elementor-2411 .elementor-element.elementor-element-5d5b38c{--display:flex;}.elementor-2411 .elementor-element.elementor-element-2374c17{--display:flex;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-2411 .elementor-element.elementor-element-6eafcec{--content-width:100%;}.elementor-2411 .elementor-element.elementor-element-5d5b38c{--content-width:100%;}.elementor-2411 .elementor-element.elementor-element-2374c17{--content-width:100%;}}/* Start custom CSS for html, class: .elementor-element-6b7be05 */.ccc-shop-hero {
  width: 100%;
  background: #F7F5F0;
  color: #111110;
  padding: 48px 32px 56px;
}

.ccc-shop-hero__inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.ccc-shop-hero__media {
  overflow: hidden;
  border-radius: 12px;
  background: #E4E0D8;
  aspect-ratio: 16 / 6.5;
}

.ccc-shop-hero__media picture,
.ccc-shop-hero__media img {
  width: 100%;
  height: 100%;
  display: block;
}

.ccc-shop-hero__media img {
  object-fit: cover;
  object-position: center center;
}

.ccc-shop-hero__intro {
  max-width: 780px;
  margin: 56px auto 0;
  text-align: center;
}

.ccc-shop-hero__eyebrow {
  margin: 0 0 18px;
  font-family: "Space Mono", monospace;
  font-size: 0.66rem;
  line-height: 1.2;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #2C2B28;
}

.ccc-shop-hero__title {
  margin: 0;
  font-family: "DM Serif Display", serif;
  font-size: clamp(3rem, 6vw, 5.4rem);
  font-weight: 400;
  line-height: 0.94;
  letter-spacing: -0.04em;
  color: #111110;
}

.ccc-shop-hero__text {
  margin: 26px auto 0;
  max-width: 620px;
  font-family: "DM Sans", sans-serif;
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  line-height: 1.55;
  color: #2C2B28;
}

.ccc-shop-hero__meta {
  margin: 20px auto 0;
  font-family: "Space Mono", monospace;
  font-size: 0.68rem;
  line-height: 1.4;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #A8A49C;
}

@media (max-width: 900px) {
  .ccc-shop-hero {
    padding: 40px 32px 48px;
  }

  .ccc-shop-hero__media {
    aspect-ratio: 16 / 8;
  }

  .ccc-shop-hero__intro {
    margin-top: 44px;
  }
}

@media (max-width: 640px) {
  .ccc-shop-hero {
    padding: 24px 20px 42px;
  }

  .ccc-shop-hero__media {
    border-radius: 10px;
    aspect-ratio: 4 / 5;
  }

  .ccc-shop-hero__intro {
    margin-top: 36px;
    text-align: left;
  }

  .ccc-shop-hero__eyebrow {
    margin-bottom: 14px;
    font-size: 0.6rem;
  }

  .ccc-shop-hero__title {
    font-size: clamp(2.7rem, 13vw, 3.8rem);
  }

  .ccc-shop-hero__text {
    margin-top: 22px;
    font-size: 0.96rem;
  }

  .ccc-shop-hero__meta {
    margin-top: 18px;
    font-size: 0.62rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-aeaf89c */.ccc-shop-collection {
  width: 100%;
  background: #F7F5F0;
  color: #111110;
  padding: 0 32px 112px;
}

.ccc-shop-collection__inner {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

.ccc-shop-collection__header {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.ccc-shop-collection__eyebrow {
  margin: 0 0 16px;
  font-family: "Space Mono", monospace;
  font-size: 0.64rem;
  line-height: 1.2;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #A8A49C;
}

.ccc-shop-collection__title {
  margin: 0;
  font-family: "DM Serif Display", serif;
  font-size: clamp(2.6rem, 5vw, 4.4rem);
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: -0.035em;
  color: #111110;
}

.ccc-shop-collection__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  margin-top: 56px;
}

.ccc-shop-product-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #FFFFFF;
  border: 1px solid rgba(17, 17, 16, 0.08);
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease;
}

@media (hover: hover) and (pointer: fine) {
  .ccc-shop-product-card:hover {
    transform: translateY(-3px);
    border-color: rgba(17, 17, 16, 0.12);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  }
}

.ccc-shop-product-card__media {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #FFFFFF;
  text-decoration: none;
}

.ccc-shop-product-card__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transition:
    opacity 260ms ease,
    transform 420ms ease;
}

.ccc-shop-product-card__image--mockup {
  object-fit: contain;
  padding: 28px;
  opacity: 1;
  transform: scale(1);
}

.ccc-shop-product-card__image--lifestyle {
  object-fit: cover;
  object-position: center center;
  opacity: 0;
  transform: scale(1.02);
}

@media (hover: hover) and (pointer: fine) {
  .ccc-shop-product-card:hover .ccc-shop-product-card__image--mockup {
    opacity: 0;
    transform: scale(0.985);
  }

  .ccc-shop-product-card:hover .ccc-shop-product-card__image--lifestyle {
    opacity: 1;
    transform: scale(1);
  }
}

.ccc-shop-product-card__body {
  display: block;
  padding: 26px 24px 24px;
}

.ccc-shop-product-card__title {
  margin: 0;
  font-family: "DM Sans", sans-serif;
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: #111110;
}

.ccc-shop-product-card__description {
  margin: 14px 0 0;
  font-family: "DM Sans", sans-serif;
  font-size: 0.94rem;
  font-weight: 400;
  line-height: 1.58;
  color: #2C2B28;
  text-align: left;
}

.ccc-shop-product-card__price-row {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.ccc-shop-product-card__price {
  margin: 0;
  font-family: "DM Serif Display", serif;
  font-size: 1.45rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #111110;
}

.ccc-shop-product-card__shipping {
  margin: 0;
  font-family: "DM Sans", sans-serif;
  font-size: 0.72rem;
  font-weight: 400;
  line-height: 1.35;
  color: #A8A49C;
}

.ccc-shop-product-card__shipping a {
  color: #2C2B28;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: opacity 180ms ease;
}

.ccc-shop-product-card__shipping a:hover {
  opacity: 0.7;
}

.ccc-shop-product-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  width: 100%;
  margin-top: 10px;
  padding: 0 22px;
  background: #F7F5F0;
  color: #111110;
  border: 1px solid rgba(17, 17, 16, 0.1);
  border-radius: 6px;
  font-family: "Space Mono", monospace;
  font-size: 0.7rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: none;
  transition:
    background 180ms ease,
    color 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

.ccc-shop-product-card__button:hover {
  background: #111110;
  color: #F7F5F0;
  border-color: #111110;
  transform: translateY(-1px);
}

.ccc-shop-product-card__button:focus-visible,
.ccc-shop-product-card__media:focus-visible {
  outline: 2px solid #111110;
  outline-offset: 4px;
}

@media (max-width: 900px) {
  .ccc-shop-collection {
    padding: 0 32px 92px;
  }

  .ccc-shop-collection__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
  }

  .ccc-shop-product-card__body {
    padding: 24px 22px 22px;
  }
}

@media (max-width: 640px) {
  .ccc-shop-collection {
    padding: 0 20px 72px;
  }

  .ccc-shop-collection__header {
    max-width: none;
    margin: 0;
    text-align: left;
  }

  .ccc-shop-collection__eyebrow {
    margin-bottom: 14px;
    font-size: 0.6rem;
  }

  .ccc-shop-collection__title {
    font-size: clamp(2.45rem, 13vw, 3.4rem);
    line-height: 0.95;
  }

  .ccc-shop-collection__grid {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 40px;
  }

  .ccc-shop-product-card {
    border-radius: 14px;
  }

  .ccc-shop-product-card__image--mockup {
    position: relative;
    padding: 24px;
  }

  .ccc-shop-product-card__image--lifestyle {
    display: none;
  }

  .ccc-shop-product-card__body {
    padding: 24px 20px 20px;
  }

  .ccc-shop-product-card__title {
    font-size: 1.08rem;
  }

  .ccc-shop-product-card__description {
    font-size: 0.93rem;
    line-height: 1.56;
  }

  .ccc-shop-product-card__price-row {
    margin-top: 16px;
    gap: 7px;
  }

  .ccc-shop-product-card__price {
    font-size: 1.38rem;
  }

  .ccc-shop-product-card__shipping {
    font-size: 0.7rem;
  }

  .ccc-shop-product-card__button {
    min-height: 46px;
    margin-top: 10px;
    font-size: 0.68rem;
    letter-spacing: 0.14em;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b1ba3f3 */.ccc-shop-service-band {
  width: 100%;
  background: #F7F5F0;
  color: #111110;
  padding: 40px 32px 72px;
}

.ccc-shop-service-band__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 22px 0;
  border-top: 1px solid rgba(17, 17, 16, 0.1);
  border-bottom: 1px solid rgba(17, 17, 16, 0.1);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 22px;
  font-family: "Space Mono", monospace;
  font-size: 0.66rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: center;
  color: #8F8A82;
}

.ccc-shop-service-band__inner span,
.ccc-shop-service-band__inner a {
  position: relative;
  white-space: nowrap;
}

.ccc-shop-service-band__inner span:not(:last-child)::after,
.ccc-shop-service-band__inner a:not(:last-child)::after {
  content: "·";
  position: absolute;
  right: -14px;
  color: rgba(17, 17, 16, 0.28);
}

.ccc-shop-service-band__inner a {
  color: #2C2B28;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: opacity 180ms ease;
}

.ccc-shop-service-band__inner a:hover {
  opacity: 0.7;
}

@media (max-width: 900px) {
  .ccc-shop-service-band {
    padding: 32px 32px 64px;
  }

  .ccc-shop-service-band__inner {
    gap: 8px 20px;
  }
}

@media (max-width: 640px) {
  .ccc-shop-service-band {
    padding: 28px 20px 56px;
  }

  .ccc-shop-service-band__inner {
    justify-content: flex-start;
    text-align: left;
    padding: 20px 0;
    gap: 8px 18px;
    font-size: 0.58rem;
    letter-spacing: 0.1em;
  }

  .ccc-shop-service-band__inner span,
  .ccc-shop-service-band__inner a {
    white-space: normal;
  }

  .ccc-shop-service-band__inner span:not(:last-child)::after,
  .ccc-shop-service-band__inner a:not(:last-child)::after {
    right: -12px;
  }
}/* End custom CSS */