@media (max-height: 850px) and (max-width: 575px) {
  body {
    display: flex;
    flex-direction: column;
    min-height: 100vh; }
    body > main {
      flex: 1; } }

.et-cart-empty {
  flex: 1; }
  .et-cart-empty__bg {
    display: flex;
    flex-direction: column;
    height: 100vh;
    background-image: url("/images/cart-empty/empty.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }

@media (min-width: 769px) and (max-width: 992px) {
  .et-cart-empty__bg {
    height: 750px; } }

@media (min-width: 577px) and (max-width: 768px) {
  .et-cart-empty__bg {
    height: 555px; } }
    @media (max-width: 576px) {
      .et-cart-empty__bg {
        height: 100%;
        min-height: 450px; } }
  .et-cart-empty .et-cart-empty-wrap {
    margin-top: auto;
    padding: 0 30px;
    text-align: center;
    color: var(--white); }

@media (min-width: 993px) and (min-height: 1100px) {
  .et-cart-empty .et-cart-empty-wrap {
    margin-bottom: 200px; } }

@media (max-height: 1099px) and (min-width: 993px) {
  .et-cart-empty .et-cart-empty-wrap {
    margin-bottom: 100px; } }

@media (max-height: 799px) and (min-width: 993px) {
  .et-cart-empty .et-cart-empty-wrap {
    margin-bottom: 70px; } }

@media (max-width: 992px) and (min-width: 769px) {
  .et-cart-empty .et-cart-empty-wrap {
    margin-bottom: 75px; } }

@media (min-width: 577px) and (max-width: 768px) {
  .et-cart-empty .et-cart-empty-wrap {
    margin-bottom: 50px; } }
    @media (max-width: 576px) {
      .et-cart-empty .et-cart-empty-wrap {
        margin-bottom: 25px; } }
  .et-cart-empty--h3 {
    position: relative;
    text-transform: uppercase; }
    @media (min-width: 577px) {
      .et-cart-empty--h3::after {
        content: attr(data-reflection);
        position: absolute;
        width: 100%;
        height: 100%;
        top: -.5em;
        left: 0;
        transform-origin: 50% 100%;
        transform: rotateX(180deg);
        background: linear-gradient(to top, #FFFFFF 0%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        pointer-events: none; } }
    @media (min-width: 993px) {
      .et-cart-empty--h3 {
        font-size: 60px; } }

@media (min-width: 768px) and (max-width: 992px) {
  .et-cart-empty--h3 {
    font-size: 46px; } }

@media (min-width: 577px) and (max-width: 767px) {
  .et-cart-empty--h3 {
    font-size: 32px; } }
    @media (max-width: 576px) {
      .et-cart-empty--h3 {
        font-size: 17px; } }
  .et-cart-empty--h4 {
    max-width: 650px; }
    @media (min-width: 993px) {
      .et-cart-empty--h4 {
        margin: 50px auto 30px;
        font-size: 22px; } }

@media (min-width: 768px) and (max-width: 992px) {
  .et-cart-empty--h4 {
    margin: 40px auto 25px;
    font-size: 18px; } }

@media (min-width: 577px) and (max-width: 767px) {
  .et-cart-empty--h4 {
    margin: 30px auto 25px;
    font-size: 18px;
    line-height: 1.25em; } }
    @media (max-width: 576px) {
      .et-cart-empty--h4 {
        margin: 15px auto 20px;
        font-size: 14px;
        line-height: 1.25em; } }

/*# sourceMappingURL=cart-empty.css.map */
