/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./cartridges/org_marykay/cartridge/client/default/scss/experience/components/commerce_assets/mediaComponent.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************/
:root {
  --input-cross-button: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23d9d9d6' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='18' y1='6' x2='6' y2='18'/%3E%3Cline x1='6' y1='6' x2='18' y2='18'/%3E%3C/svg%3E");
  --input-right-button: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23555555' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  --input-right-btn-disabled: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23d9d9d6' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
}

.media-component {
  display: block;
  position: relative;
  inline-size: 100%;
  overflow: hidden;
  aspect-ratio: var(--ratio-mobile, 1/1);
  background: #000;
  color: inherit;
  text-decoration: none;
}
@media (min-width: 768px) {
  .media-component {
    aspect-ratio: var(--ratio-desktop, 16/9);
  }
}
.media-component:focus-within {
  outline: 2px solid #d00070;
  outline-offset: 2px;
}

.media-component__picture,
.media-component__poster,
.media-component__video-wrap {
  position: absolute;
  inset: 0;
  inline-size: 100%;
  block-size: 100%;
}

.media-component__picture,
.media-component__poster {
  display: block;
}

.media-component__image,
.media-component__poster-image,
.media-component__video-wrap video-js,
.media-component__video-wrap .vjs-tech {
  position: absolute;
  inset: 0;
  inline-size: 100%;
  block-size: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: var(--focal-x, 50%) var(--focal-y, 50%);
     object-position: var(--focal-x, 50%) var(--focal-y, 50%);
}

.media-component__video-wrap {
  pointer-events: none;
  z-index: 1;
}

.media-component--show-controls .media-component__video-wrap {
  pointer-events: auto;
}

.media-component__video-wrap--mobile {
  display: none;
}

@media (max-width: 767.98px) {
  .media-component--has-mobile-video .media-component__video-wrap--mobile {
    display: block;
  }
  .media-component--has-mobile-video .media-component__video-wrap--desktop {
    display: none;
  }
}
.media-component__video-wrap .video-js.vjs-fluid {
  padding-top: 0;
  block-size: 100%;
}

.media-component__video-wrap .vjs-control-bar {
  display: none;
}

.media-component--show-controls .media-component__video-wrap .vjs-control-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.media-component__poster {
  z-index: 0;
}

.media-component--reduced-motion .media-component__video-wrap {
  display: none;
}

.media-component.has-video-error .media-component__video-wrap {
  display: none;
}

@media (prefers-reduced-motion: reduce) {
  .media-component__video-wrap {
    display: none;
  }
}

/*# sourceMappingURL=mediaComponent.css.map*/