/** Shopify CDN: Minification failed

Line 9:3 Unexpected "="
Line 412:3 Expected "}" to go with "{"

**/
   ZINGCRATER — EDITORIAL PRODUCT VIDEO
   Scoped to section_zibV4n
   ========================================================= */

[id$="__section_zibV4n"] {
  --zc-video-primary: #A8754C;
  --zc-video-dark: #7E5635;
  --zc-video-text: #392C23;
  --zc-video-muted: #78695B;
  --zc-video-cream: #FBF6EF;
  --zc-video-surface: #FFFDF9;
  --zc-video-border: rgba(154, 107, 67, 0.2);

  position: relative;
  padding: clamp(30px, 5vw, 78px) 0;
}

/* Remove the generic flat section appearance */
[id$="__section_zibV4n"] .section-background {
  background:
    radial-gradient(
      circle at 12% 18%,
      rgba(168, 117, 76, 0.08),
      transparent 28%
    ),
    var(--zc-video-cream);
}

[id$="__section_zibV4n"] .section-content-wrapper {
  gap: clamp(18px, 2.4vw, 30px) !important;
  padding: clamp(22px, 4vw, 52px) !important;

  background: rgba(255, 253, 249, 0.82);
  border: 1px solid var(--zc-video-border);
  border-radius: 30px;
  box-shadow:
    0 24px 65px rgba(74, 50, 33, 0.08),
    0 4px 14px rgba(74, 50, 33, 0.04);
}

/* Heading treatment */
[id$="__section_zibV4n"]
  .section-content-wrapper
  > rte-formatter:first-child {
  display: flex;
  width: 100% !important;
  max-width: none !important;
  align-items: center;
  gap: 15px;
}

[id$="__section_zibV4n"]
  .section-content-wrapper
  > rte-formatter:first-child::before {
  content: "";
  width: 42px;
  height: 2px;
  flex: 0 0 42px;

  background: var(--zc-video-primary);
  border-radius: 999px;
}

[id$="__section_zibV4n"]
  .section-content-wrapper
  > rte-formatter:first-child h2 {
  margin: 0;

  color: var(--zc-video-text);
  font-family: var(--font-heading-family, Georgia, serif);
  font-size: clamp(32px, 4vw, 58px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.025em;
}

/* Video frame */
[id$="__section_zibV4n"] deferred-media {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;

  background: #EDE2D5;
  border: 1px solid var(--zc-video-border) !important;
  border-radius: 26px !important;
  box-shadow:
    0 22px 50px rgba(63, 42, 27, 0.14),
    0 4px 12px rgba(63, 42, 27, 0.07);

  isolation: isolate;
}

/* Poster button */
[id$="__section_zibV4n"] .deferred-media__poster-button {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: inherit;
}

/* Soft cinematic overlay */
[id$="__section_zibV4n"] .deferred-media__poster-button::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;

  background:
    linear-gradient(
      180deg,
      rgba(43, 30, 22, 0.02) 38%,
      rgba(43, 30, 22, 0.25) 100%
    );

  pointer-events: none;
  transition: background 350ms ease;
}

/* Poster image */
[id$="__section_zibV4n"] .deferred-media__poster-image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;

  transform: scale(1.001);
  transition:
    transform 700ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 350ms ease;
}

[id$="__section_zibV4n"]
  .deferred-media__poster-button:hover
  .deferred-media__poster-image {
  filter: saturate(1.03) contrast(1.02);
  transform: scale(1.025);
}

[id$="__section_zibV4n"]
  .deferred-media__poster-button:hover::after {
  background:
    linear-gradient(
      180deg,
      rgba(43, 30, 22, 0.01) 38%,
      rgba(43, 30, 22, 0.3) 100%
    );
}

/* Refined circular play control */
[id$="__section_zibV4n"] .deferred-media__poster-icon {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;

  display: grid;
  width: clamp(64px, 7vw, 88px);
  height: clamp(64px, 7vw, 88px);
  place-items: center;

  color: var(--zc-video-dark);
  background: rgba(251, 246, 239, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 50%;
  box-shadow:
    0 14px 35px rgba(48, 31, 21, 0.24),
    inset 0 0 0 1px rgba(154, 107, 67, 0.13);

  transform: translate(-50%, -50%);
  transition:
    color 250ms ease,
    background-color 250ms ease,
    box-shadow 250ms ease,
    transform 250ms ease;

  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

[id$="__section_zibV4n"] .deferred-media__poster-icon svg {
  width: 25px;
  height: 25px;
  margin-left: 3px;
}

[id$="__section_zibV4n"]
  .deferred-media__poster-button:hover
  .deferred-media__poster-icon {
  color: var(--zc-video-cream);
  background: var(--zc-video-primary);
  box-shadow: 0 18px 42px rgba(63, 42, 27, 0.3);
  transform: translate(-50%, -50%) scale(1.06);
}

/* Keyboard accessibility */
[id$="__section_zibV4n"]
  .deferred-media__poster-button:focus-visible {
  outline: 3px solid rgba(168, 117, 76, 0.42);
  outline-offset: 5px;
}

/* Loaded video */
[id$="__section_zibV4n"] deferred-media video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;

  background: #1F1F1F;
  border-radius: inherit;
  object-fit: cover;
}

/* Editorial caption panel */
[id$="__section_zibV4n"]
  .section-content-wrapper
  > .group-block {
  width: calc(100% - clamp(12px, 2vw, 28px)) !important;
  margin: clamp(-52px, -4vw, -34px) auto 0;
  padding: clamp(17px, 2.2vw, 24px) !important;

  background: rgba(255, 253, 249, 0.95);
  border: 1px solid var(--zc-video-border) !important;
  border-radius: 18px !important;
  box-shadow: 0 14px 35px rgba(57, 44, 35, 0.11);

  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);

  position: relative;
  z-index: 4;
}

[id$="__section_zibV4n"] .group-block-content {
  width: 100%;
  align-items: center !important;
  gap: 18px !important;
}

[id$="__section_zibV4n"]
  .group-block-content rte-formatter {
  width: auto !important;
  max-width: 720px !important;
}

[id$="__section_zibV4n"]
  .group-block-content rte-formatter p {
  margin: 0;

  color: var(--zc-video-muted);
  font-size: clamp(14px, 1.2vw, 17px);
  line-height: 1.55;
}

/* Discover CTA */
[id$="__section_zibV4n"]
  .group-block-content > a {
  display: inline-flex;
  min-height: 46px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 10px;

  padding: 11px 19px;

  color: var(--zc-video-cream);
  background: var(--zc-video-primary);
  border: 1px solid var(--zc-video-primary);
  border-radius: 12px;

  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.035em;
  text-decoration: none;

  transition:
    background-color 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
}

[id$="__section_zibV4n"]
  .group-block-content > a::after {
  content: "→";
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  transition: transform 220ms ease;
}

[id$="__section_zibV4n"]
  .group-block-content > a:hover {
  color: var(--zc-video-cream);
  background: var(--zc-video-dark);
  border-color: var(--zc-video-dark);
  box-shadow: 0 9px 22px rgba(126, 86, 53, 0.2);
  transform: translateY(-1px);
}

[id$="__section_zibV4n"]
  .group-block-content > a:hover::after {
  transform: translateX(3px);
}

/* Mobile */
@media screen and (max-width: 749px) {
  [id$="__section_zibV4n"] {
    padding: 26px 0 38px;
  }

  [id$="__section_zibV4n"] .section-content-wrapper {
    gap: 17px !important;
    padding: 14px !important;
    border-radius: 21px;
  }

  [id$="__section_zibV4n"]
    .section-content-wrapper
    > rte-formatter:first-child {
    gap: 10px;
  }

  [id$="__section_zibV4n"]
    .section-content-wrapper
    > rte-formatter:first-child::before {
    width: 28px;
    flex-basis: 28px;
  }

  [id$="__section_zibV4n"]
    .section-content-wrapper
    > rte-formatter:first-child h2 {
    font-size: clamp(29px, 9vw, 40px);
  }

  [id$="__section_zibV4n"] deferred-media {
    border-radius: 17px !important;
  }

  [id$="__section_zibV4n"] .deferred-media__poster-icon {
    width: 60px;
    height: 60px;
  }

  [id$="__section_zibV4n"] .deferred-media__poster-icon svg {
    width: 21px;
    height: 21px;
  }

  [id$="__section_zibV4n"]
    .section-content-wrapper
    > .group-block {
    width: calc(100% - 12px) !important;
    margin-top: -29px;
    padding: 16px !important;
    border-radius: 15px !important;
  }

  [id$="__section_zibV4n"] .group-block-content {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 14px !important;
  }

  [id$="__section_zibV4n"]
    .group-block-content > a {
    width: 100% !important;
    min-height: 47px;
  }
}

@media (prefers-reduced-motion: reduce) {
  [id$="__section_zibV4n"] *,
  [id$="__section_zibV4n"] *::before,
  [id$="__section_zibV4n"] *::after {
    transition-duration: 0.01ms !important;
  }
}

/* Keep the video caption below the playback controls */
[id$="__section_zibV4n"]
  .section-content-wrapper
  > .group-block {
  margin: 0 auto !important;
}

/* Mobile correction */
@media screen and (max-width: 749px) {
  [id$="__section_zibV4n"]
    .section-content-wrapper
    > .group-block {
    margin: 0 auto !important;
  }

.jdgm-widget{
    max-width: none !important;
    width: 100%;
    margin: 0 0;
  }