:root {
  --sidebar-width: 31rem;
  --layout-gap: 4rem;
  --wp--style--block-gap: clamp(3.5rem, 2.737rem + 1.404vw, 4rem);
}

@media (min-width: 1300px) {
  :root {
    --sidebar-width: 34rem;
    --layout-gap: 6rem;
  }
}
.product-card-alt {
  display: flex;
  flex-direction: column;
}
.product-card-alt + * {
  margin-top: var(--wp--preset--spacing--normal);
}
.product-card-alt__content {
  padding: 7rem 3rem 3rem 3rem;
  background: linear-gradient(180deg, #181818 0%, #272727 100%);
  border-radius: 10px;
  clip-path: polygon(0 0, 100% 4rem, 100% 100%, 0 100%);
}
.product-card-alt__video {
  aspect-ratio: 1/0.75;
  background: #181818;
  border-radius: 10px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 4rem));
  position: relative;
  overflow: hidden;
}
.product-card-alt__video--wrap {
  text-align: center;
  background: #fff;
  border-radius: 10px;
  position: absolute;
  inset: 0;
}
.product-card-alt__video .bg {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px;
  position: absolute;
  inset: 0;
}
.product-card-alt__video iframe {
  opacity: 0;
  transition: opacity 0.2s ease;
}
.product-card-alt__video iframe.is-loaded {
  opacity: 1;
}
.product-card-alt__video iframe[src] {
  opacity: 1;
}
@media (max-width: 849px) {
  .product-card-alt__video--wrap {
    padding: var(--wp--preset--spacing--small) var(--wp--preset--spacing--small) calc(var(--wp--preset--spacing--small) + 3rem) var(--wp--preset--spacing--small);
  }
  .product-card-alt__video video {
    width: auto;
    height: 100%;
  }
}
@media (min-width: 850px) {
  .product-card-alt__video--wrap {
    display: flex;
    padding: var(--wp--preset--spacing--small) var(--wp--preset--spacing--small) var(--wp--preset--spacing--small) calc(var(--wp--preset--spacing--small) + 1rem);
  }
  .product-card-alt__video video {
    width: 100%;
    height: auto;
  }
}
.product-card-alt ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.product-card-alt ul li {
  margin: 0;
  padding: 1.8rem 0 1.8rem 5rem;
  border-bottom: 1px dashed rgba(109, 105, 105, 0.3);
  position: relative;
}
.product-card-alt ul li:last-child {
  border-bottom: none;
}
.product-card-alt ul li:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31' height='30' fill='none'%3E%3Cpath fill='%23F5007B' d='M28.919 8.513a15 15 0 1 1-3.36-4.548L29.354.17a.6.6 0 0 1 .847.847L15.825 15.393a.6.6 0 0 1-.848-.847l4.643-4.643a6.59 6.59 0 1 0 2.363 4.688.6.6 0 0 1 1.198-.07 7.787 7.787 0 1 1-2.71-5.467l4.244-4.243a13.778 13.778 0 0 0-19.048 19.9A13.778 13.778 0 0 0 27.83 9.03a.6.6 0 1 1 1.082-.516h.006Z'/%3E%3C/svg%3E");
  background-size: cover;
  position: absolute;
  top: 1.65rem;
  left: 0;
}
.product-card-alt ul li strong {
  font-family: var(--wp--preset--font-family--secondary);
  font-size: var(--wp--preset--font-size--font-20);
  color: #fff;
}
.product-card-alt h3 {
  margin-bottom: 0.85ch;
}
.product-card-alt h3 span {
  display: block;
  font-size: var(--wp--preset--font-size--font-32);
  color: #F5007B;
}
.product-card-alt h3 em {
  font-family: var(--wp--preset--font-family--insig);
  font-size: var(--wp--preset--font-size--font-50);
  font-style: normal;
  text-transform: uppercase;
}
.product-card-alt .sub {
  font-family: var(--wp--preset--font-family--secondary);
  font-size: var(--wp--preset--font-size--font-22);
  color: #ACD1C9;
}
.product-card-alt .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--wp--preset--font-family--secondary);
  font-size: var(--wp--preset--font-size--font-16);
  line-height: 1.025;
  text-align: center;
  text-decoration: none;
  padding: 1.5ch 3rem;
  color: #fff;
  border-radius: 5rem;
  cursor: pointer;
  transition: color 0.35s cubic-bezier(0.4, 0, 0.2, 1), background 0.35s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  background: #F5007B;
  border: 1px solid #F5007B;
  margin-top: var(--wp--preset--spacing--normal);
}
.product-card-alt .btn:hover, .product-card-alt .btn:active, .product-card-alt .btn:focus {
  background: transparent;
}
@media (min-width: 750px) {
  .product-card-alt {
    margin-top: var(--wp--preset--spacing--m);
  }
}
@media (min-width: 850px) {
  .product-card-alt {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .product-card-alt__content {
    flex: 0.9;
    order: -1;
    padding: 3rem 7rem 3rem 3rem;
    border-top-right-radius: 0;
    clip-path: polygon(0 0, 100% 0, calc(100% - 4rem) 100%, 0 100%);
  }
  .product-card-alt__video {
    flex: 1.1;
    aspect-ratio: auto;
    border-bottom-left-radius: 0;
    clip-path: polygon(4rem 0, 100% 0, 100% 100%, 0 100%);
  }
}
@media (min-width: 1024px) {
  .product-card-alt__content {
    padding: 5rem 7rem 5rem 5rem;
  }
}/*# sourceMappingURL=block-product-card-alt.css.map */