@import url("input.css");
@import url("loader.css");
@import url("animate.css");
@import url("boxes.css");
@import url("prefill.css");
@import url("toast.css");
@import url("countdown.css");
@import url("personal.css");
@import url("faq.css");

html,
body {
    height: 100%;
}

/* ------------ */

body {
    display: flex;
    flex-direction: column;
}

#content-wrapper {
    flex: 1 0 auto;
}

footer {
    flex-shrink: 0;
}

/* ------------ */

.navbar-item,
.navbar-link {
    color: unset;
}

@media (max-width: 1024px) {
    .container.is-fluid {
        display: flex;
    }

    .navbar-menu {
        display: flex;
        background-color: unset;
    }

    .navbar-menu .navbar-start,
    .navbar-item__caption {
        display: none;
    }

    .navbar-menu .navbar-end {
        display: flex;
    }
}

/* ------------ */

#micro-slides .swiper-slide img {
    border: 1px solid transparent;
}

#info-blocks {
    display: none;
    position: relative;
    transition: background-color .5s ease,margin-top .5s ease
}

@keyframes ticker {
    0% {
        transform: translateZ(0)
    }

    to {
        transform: translate3d(-100%,0,0)
    }
}

#info-blocks .container-inf {
    overflow: hidden;
}

@media screen and (max-width: 576px) {
    #info-blocks .container-inf {
        padding:0
    }
}

#info-blocks .container-inf .info-block-wrap {
    box-sizing: content-box;
    height: 40px;
    overflow: hidden;
    width: 100%
}

#info-blocks .container-inf .info-block-wrap.with-link {
    cursor: pointer
}

#info-blocks .container-inf .info-block-wrap .info-block {
    box-sizing: content-box;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    white-space: nowrap;
    width: 100%
}

#info-blocks .container-inf .info-block-wrap .info-block__content {
    display: inline-block;
    padding: 0 2rem;
    transition: opacity .5s ease
}

#info-blocks .container-inf .info-block-wrap:not(.running-line) {
    transition: padding-left .3s ease
}

#info-blocks .container-inf .info-block-wrap.running-line {
    padding-left: 100%
}

#info-blocks .container-inf .info-block-wrap.running-line .info-block {
    animation-duration: var(--info-block-text-speed);
    animation-iteration-count: infinite;
    animation-name: ticker;
    animation-timing-function: linear;
    padding-right: 100%;
    text-align: left;
    width: auto
}

#info-blocks {
    display: none;
}

@media (max-width: 600px) {
    #info-blocks {
        display: block;
    }
}

html {
    scroll-behavior: smooth;
  }

  .swal2-confirm.custom-modal-confirm {
    color: var(--modal-button-font-color, #fff); /* fallback white */
  }

  .anons-text .content {
    color: #404654;
    font-size: 1em;
    line-height: 200%;
    margin-bottom: 27px;
    max-height: 107px;
    overflow: hidden;
    position: relative;
    transition: max-height .5s ease;
    font-weight: 400;
}

.anons-text .content:before {
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, #fff);
    bottom: -10px;
    content: "";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff",endColorstr="#ffffff",GradientType=0);
    height: 90px;
    left: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    transition: .2s ease-out;
    visibility: visible;
}

.link-simple {
    background-color: transparent;
    border: none;
    color: #27251f;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    letter-spacing: .17em;
    line-height: 1.3;
    padding-bottom: 6px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    text-transform: uppercase;
}

.banner .banner__content-text a:before, .extend--for-seo a:before, .link-simple--for-seo:before, .link-simple:before, .product__description .content a:before, .promotional_gifts--more-info-modal .promotional_gifts--more-info-modal_bottom-content .promotional_gifts--more-info-modal_bottom-content-body a:before, .promotional_gifts--more-info-modal .promotional_gifts--more-info-modal_top-content a:before, .seo-text a:before {
    border-bottom: 1px solid #f3f4f6;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: calc(100% - 1px);
    transition: .2s ease-in;
}

.anons-text .content.show-more {
    max-height: 100%;
    transition: max-height .5s ease;
}

@media screen and (min-width: 1200px) {
    .anons-text .content {
        max-height: 104px;
    }
}

.anons-text .content.show-more:before {
    opacity: 0;
    visibility: hidden;
}
