.slick-slider {
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list,.slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,.slick-slider .slick-track {
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.countdown {
    display: flex;
    justify-content: center;
    align-items: center
}

.countdown__item {
    text-align: center;
    padding: 4px
}

.countdown__number {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: #000;
    border-radius: 5px;
    color: #fff;
    text-align: center
}

.countdown__number>span {
    display: block;
    font-size: 26px;
    line-height: 1em;
    width: 100%;
    text-align: center;
    letter-spacing: .1em;
    padding-left: .1em
}

.countdown__label {
    font-size: 12px
}

.homepage-flashsale .countdown__item {
    position: relative;
    margin-right: .5rem
}

.homepage-flashsale .countdown__item:before {
    content: ":";
    position: absolute;
    left: 100%;
    top: 50%;
    font-size: 2rem;
    color: #2e59cf;
    text-transform: uppercase;
    transform: translate3d(0,-50%,0);
    margin-top: -.25rem;
    pointer-events: none
}

.homepage-flashsale .countdown__item:last-of-type:before {
    display: none
}

.homepage-flashsale .countdown__number {
    position: relative;
    overflow: hidden;
    height: 75px;
    width: 70px;
    border-radius: .5rem;
    background-color: #2f5acf
}

@media (max-width: 991px) {
    .homepage-flashsale .countdown__number {
        width:65px;
        height: 70px
    }
}

@media (min-width: 991px) {
    .on-mobile .homepage-flashsale .countdown__number {
        width:65px;
        height: 70px
    }
}

.homepage-flashsale .countdown__number:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50%;
    background-color: #4b72de
}

.homepage-flashsale .countdown__number>* {
    position: relative;
    z-index: 1;
    font-size: 2rem
}

.product-grid {
    position: relative;
    padding-bottom: 12px
}

.product-grid>* {
    transition: all .3s
}

.product-grid.care-and-share-product .product-grid__thumbnail:before {
    content: "";
    width: 100%;
    height: 40px;
    position: absolute;
    left: 0;
    bottom: 3%;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 10%;
    transition: all .3s;
    pointer-events: none
}

@media (max-width: 991px) {
    .product-grid.care-and-share-product .product-grid__thumbnail:before {
        height:25px
    }
}

@media (min-width: 991px) {
    .on-mobile .product-grid.care-and-share-product .product-grid__thumbnail:before {
        height:25px
    }
}

.product-grid.care-and-share-product .product-grid__thumbnail:hover:before {
    opacity: 0
}

.product-grid.care-and-share-product.care-and-share-100 .product-grid__thumbnail:before {
    background-image: url("https://mcdn.coolmate.me/image/March2023/Group_810_(1).png")
}

.product-grid.is-loading:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    border: 4px solid #ff3102;
    border-bottom-color: hsla(0,0%,100%,0);
    border-radius: 100px;
    z-index: 1;
    margin: -84px 0 0 -24px;
    animation: loading 2s linear infinite
}

.product-grid.is-loading>* {
    opacity: .5;
    pointer-events: none
}

.product-grid__thumbnail {
    position: relative;
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden
}

.product-grid__thumbnail:hover .product-grid__select {
    opacity: 1;
    pointer-events: visible;
    visibility: visible;
    transform: translate3d(-50%,0,0)
}

.product-grid__image {
    position: relative
}

.product-grid__image:before {
    content: "";
    display: block;
    padding-top: 133.779264214%;
    height: 0;
    width: 100%
}

.product-grid__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top
}

.product-grid__image .hover {
    opacity: 0
}

.product-grid__image:hover .hover {
    opacity: 1
}

.product-grid__tags {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: .625rem;
    right: .75rem;
    font-size: .625rem;
    height: 22px;
    padding: 0 10px;
    border-radius: 5px;
    font-weight: 500;
    color: #000;
    background-color: #f9f86c;
    text-transform: capitalize;
    z-index: 2
}

@media (max-width: 991px) {
    .product-grid__tags {
        height:14px;
        font-size: 8px;
        top: 5px;
        right: 7px;
        padding: 0 7px
    }
}

@media (min-width: 991px) {
    .on-mobile .product-grid__tags {
        height:14px;
        font-size: 8px;
        top: 5px;
        right: 7px;
        padding: 0 7px
    }
}

.product-grid__tags--sale {
    color: #fff;
    background-color: #ff2459
}

.product-grid__tags--ban-chay {
    color: #fff;
    background-color: #009739
}

.product-grid__tags--preorder {
    background-color: #d11313;
    color: #fff
}

.product-grid__tags--bestseller,.product-grid__tags--limited,.product-grid__tags--new {
    color: #fff;
    background-color: #2f5acf
}

.product-grid__tags--premium {
    color: #fff;
    background-color: #000
}

.product-grid__tags--dang-mua {
    background-color: #009739;
    color: #fff
}

.product-grid__membertag {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 12px;
    top: 40px;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 10%;
    transition: all .3s;
    pointer-events: none
}

@media (max-width: 991px) {
    .product-grid__membertag {
        width:30px;
        height: 30px;
        right: 7px;
        top: 28px
    }
}

@media (min-width: 991px) {
    .on-mobile .product-grid__membertag {
        width:30px;
        height: 30px;
        right: 7px;
        top: 28px
    }
}

.product-grid__title {
    font-size: 14px;
    line-height: 1.2em;
    font-weight: 400;
    margin-bottom: .75rem
}

.product-grid__title:hover {
    color: #231f20
}

@media (max-width: 991px) {
    .product-grid__title {
        font-size:12px
    }
}

@media (min-width: 991px) {
    .on-mobile .product-grid__title {
        font-size:12px
    }
}

.product-grid__select {
    position: absolute;
    bottom: 1.5rem;
    left: 50%;
    max-width: calc(100% - 3rem);
    width: 100%;
    padding: .75rem .7rem;
    opacity: 0;
    pointer-events: none;
    visibility: visible;
    transform: translate3d(-50%,20px,0);
    transition: all .3s;
    z-index: 2;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background: linear-gradient(0deg,rgba(0,0,0,.1),rgba(0,0,0,.1)),hsla(0,0%,100%,.4);
    border-radius: 8px
}

@media (max-width: 991px) {
    .product-grid__select {
        display:none
    }
}

@media (min-width: 991px) {
    .on-mobile .product-grid__select {
        display:none
    }
}

.product-grid__select>p {
    font-weight: 700;
    text-align: center;
    margin: 0 0 .5rem
}

.product-grid__select .option-select {
    display: flex;
    flex-wrap: wrap;
    gap: 4px
}

.product-grid__select .option-select__item .checkmark {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 35px;
    border-radius: .5rem;
    background-color: #fff;
    font-weight: 400;
    font-size: 1rem;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    transition: all .3s
}

@media screen and (max-width: 1660px) {
    .product-grid__select .option-select__item .checkmark {
        width:40px;
        font-size: .875rem
    }
}

@media (max-width: 991px) {
    .product-grid__select .option-select__item .checkmark {
        font-size:12px;
        width: 35px;
        height: 20px;
        border-radius: 8px
    }
}

@media (min-width: 991px) {
    .on-mobile .product-grid__select .option-select__item .checkmark {
        font-size:12px;
        width: 35px;
        height: 20px;
        border-radius: 8px
    }
}

.product-grid__select .option-select__item .checkmark:hover {
    background-color: #000;
    color: #fff
}

.product-grid__select .option-select__item input {
    display: none
}

.product-grid__hint {
    display: inline-flex;
    flex-flow: column
}

.product-grid__hint>* {
    display: inline-block;
    border: 1px solid #2f5acf;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 4px 14px;
    margin-top: 10px
}

@media (max-width: 991px) {
    .product-grid__hint>* {
        font-size:11px
    }
}

@media (min-width: 991px) {
    .on-mobile .product-grid__hint>* {
        font-size:11px
    }
}

.product-grid__hint>*+* {
    margin-top: 4px
}

.product-grid__reviews {
    position: absolute;
    top: .625rem;
    left: .75rem;
    z-index: 2
}

.product-grid__reviews .product-snippet-shortvideo {
    width: 21px;
    height: 21px;
    margin-right: 5px;
    margin-left: 3px
}

@media (max-width: 991px) {
    .product-grid__reviews .product-snippet-shortvideo {
        width:16px;
        height: 16px;
        margin-right: 3px
    }
}

@media (min-width: 991px) {
    .on-mobile .product-grid__reviews .product-snippet-shortvideo {
        width:16px;
        height: 16px;
        margin-right: 3px
    }
}

@media (max-width: 991px) {
    .product-grid__reviews {
        top:5px;
        left: 10px
    }
}

@media (min-width: 991px) {
    .on-mobile .product-grid__reviews {
        top:5px;
        left: 10px
    }
}

.product-grid__button {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    opacity: 0;
    pointer-events: none;
    visibility: visible;
    transform: translate3d(0,20px,0);
    transition: all .3s;
    z-index: 1
}

.product-grid__button .btn {
    width: 100%;
    background-color: #fff;
    color: #000;
    border: 0;
    font-weight: 600;
}

.product-grid__thumbnail:hover .product-grid__button {
    opacity: 1;
    pointer-events: visible;
    visibility: visible;
    transform: translateZ(0)
}

.product-grid__preorder {
    position: absolute;
    top: 7px;
    left: 12px;
    font-size: 10px;
    color: #000;
    text-transform: capitalize
}

.product-grid__preorder .t-hide {
    display: none
}

.product-grid__note {
    display: block;
    font-size: 12px;
    line-height: 1.5em;
    color: #2f5acf;
    font-style: italic;
    letter-spacing: .03em;
    margin-top: 5px
}

.product-grid__note .t-hide {
    display: none
}

.product-grid__tag-label {
    position: absolute;
    bottom: 2%;
    right: 5%;
    color: #2f5acf;
    font-size: 18px;
    font-weight: 700
}

@media (max-width: 991px) {
    .product-grid__tag-label {
        font-size:14px
    }
}

@media (min-width: 991px) {
    .on-mobile .product-grid__tag-label {
        font-size:14px
    }
}

.product-grid__coming-soon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.4666666667);
    pointer-events: none
}

.product-grid__coming-soon:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    height: 70px;
    width: 100%;
    background-image: url(https://mcdn.coolmate.me/image/July2022/mceclip0_93.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    transform: translate3d(-50%,-50%,0)
}

.product-grid__remove {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

.product-grid__remove svg path {
    fill: currentColor
}

.product-grid__saleoff {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    background-color: rgba(0,0,0,.2666666667);
    text-align: center;
    letter-spacing: .03em
}

@media (max-width: 991px) {
    .product-grid__saleoff {
        font-size:24px
    }
}

@media (min-width: 991px) {
    .on-mobile .product-grid__saleoff {
        font-size:24px
    }
}

.product-prices {
    display: flex;
    justify-content: flex-end;
    flex-flow: row-reverse;
    font-size: 14px;
    font-weight: 400
}

@media (max-width: 991px) {
    .product-prices {
        font-size:12px
    }
}

@media (min-width: 991px) {
    .on-mobile .product-prices {
        font-size:12px
    }
}

.product-prices ins {
    text-decoration: none;
    color: #242424;
    font-weight: 700
}

.product-prices del {
    color: #c4c4c4
}

.product-prices del+ins {
    margin-right: 14px
}

.product-prices .coolclub-icon {
    width: 20px;
    height: 100%;
    margin-right: 5px
}

@media (max-width: 991px) {
    .product-prices .coolclub-icon {
        width:17px
    }
}

@media (min-width: 991px) {
    .on-mobile .product-prices .coolclub-icon {
        width:17px
    }
}

.reviews-rating {
    display: flex;
    align-items: center;
    margin-left: -3px;
    margin-right: -3px
}

.reviews-rating__star {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 3px 1px;
    background-image: url(/images/star-new.svg?08a379c24952a980d5430515abb8be4e);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain
}

.product-grid__thumbnail .reviews-rating__star {
    width: 12px;
    height: 10px
}

.reviews-rating__star.is-active,.reviews-rating__star.is-full {
    background-image: url(/images/star.svg?2a5188496861d26e5547c524320ec875)
}

.reviews-rating__star.is-half {
    background-image: url(/images/star-half.svg?8aea9e9938db110e66ea06732737184a)
}

@media (max-width: 991px) {
    .reviews-rating__star {
        width:16px;
        height: 16px;
        margin: 0 2px
    }

    .product-grid__thumbnail .reviews-rating__star {
        width: 6px;
        margin: 0 1px
    }
}

@media (min-width: 991px) {
    .on-mobile .reviews-rating__star {
        width:16px;
        height: 16px;
        margin: 0 2px
    }

    .product-grid__thumbnail .on-mobile .reviews-rating__star {
        width: 6px;
        margin: 0 1px
    }
}

.reviews-rating__number {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 1em;
    letter-spacing: .03em;
    color: #2f5acf
}

@media (max-width: 991px) {
    .reviews-rating__number {
        font-size:12px
    }

    .product-grid__thumbnail .reviews-rating__number {
        font-size: 8px
    }
}

@media (min-width: 991px) {
    .on-mobile .reviews-rating__number {
        font-size:12px
    }

    .product-grid__thumbnail .on-mobile .reviews-rating__number {
        font-size: 8px
    }
}

@media (max-width: 991px) {
    .reviews-rating__count-avg {
        font-size:10px
    }
}

@media (min-width: 991px) {
    .on-mobile .reviews-rating__count-avg {
        font-size:10px
    }
}

.options-color {
    display: flex;
    flex-wrap: wrap;
    margin-left: -2px;
    margin-right: -2px;
    margin-bottom: 10px
}

.option-color__item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3px;
    cursor: pointer
}

.option-color__item .checkmark {
    display: block;
    width: 35px;
    height: 20px;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-size: 250%;
    background-position: 50%
}

@media (max-width: 991px) {
    .option-color__item .checkmark {
        border-radius:8px
    }
}

@media (min-width: 991px) {
    .on-mobile .option-color__item .checkmark {
        border-radius:8px
    }
}

.option-color__item.is-current:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #000;
    border-radius: 16px
}

@media (max-width: 991px) {
    .option-color__item.is-current:before {
        border-radius:10px
    }
}

@media (min-width: 991px) {
    .on-mobile .option-color__item.is-current:before {
        border-radius:10px
    }
}

.product-84rising .product-grid__options .options-color {
    justify-content: center
}

.product-84rising .product-grid__title {
    text-align: center;
    font-size: 16px
}

.product-84rising .product-grid__prices .product-prices {
    justify-content: center
}

.homepage-coupon-card {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    padding-top: 2.25rem;
    padding-bottom: 50px
}

.homepage-coupon-card .slick-dots {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    list-style: none;
    gap: .5rem
}

.homepage-coupon-card .slick-dots button {
    padding: 0;
    font-size: 0;
    width: .375rem;
    height: .375rem;
    border-radius: 100vmax;
    border: 0;
    background-color: #d9d9d9
}

.homepage-coupon-card .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 1;
    border: 0;
    background-color: transparent;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

@media (max-width: 991px) {
    .homepage-coupon-card .slick-arrow {
        width:1rem;
        padding: 0
    }

    .homepage-coupon-card .slick-arrow svg {
        width: 100%
    }
}

@media (min-width: 991px) {
    .on-mobile .homepage-coupon-card .slick-arrow {
        width:1rem;
        padding: 0
    }

    .on-mobile .homepage-coupon-card .slick-arrow svg {
        width: 100%
    }
}

.homepage-coupon-card .slick-arrow.slick-next {
    left: 100%
}

.homepage-coupon-card .slick-arrow.slick-prev {
    right: 100%
}

@media (max-width: 991px) {
    .homepage-coupon-card {
        padding-top:1rem;
        padding-bottom: 0
    }
}

@media (min-width: 991px) {
    .on-mobile .homepage-coupon-card {
        padding-top:1rem;
        padding-bottom: 0
    }
}

.homepage-coupon-card .slick-arrow {
    top: 85%
}

.homepage-coupon-card .slick-arrow.slick-next {
    left: 65%
}

.homepage-coupon-card .slick-arrow.slick-prev {
    right: 65%
}

.homepage-coupon-card .slick-dots {
    margin-top: .5rem
}

@media (max-width: 991px) {
    .homepage-coupon-card {
        display:block
    }
}

@media (min-width: 991px) {
    .on-mobile .homepage-coupon-card {
        display:block
    }
}

.homepage-coupon-card .coupon-card__item {
    max-width: 33.3333333333%
}

.coupon-card {
    display: flex;
    position: relative
}

.coupon-card:before {
    display: block;
    padding-top: 36.0849056604%;
    height: 0;
    width: 100%;
    content: "";
    position: relative;
    background-image: url(https://mcdn.coolmate.me/image/March2023/mceclip0_15.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 0;
    pointer-events: none
}

.coupon-card__wrapper {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 1.5rem;
    z-index: 1
}

.coupon-card__description {
    width: 50%;
    display: flex;
    align-items: center;
    font-size: .875rem;
    line-height: 1.25;
    padding-right: 1.5rem;
    color: hsla(0,0%,96.1%,.7)
}

.coupon-card__description span {
    display: block;
    font-size: 1.5rem;
    color: #fff
}

.coupon-card__code {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    padding-left: 1.5rem;
    white-space: nowrap
}

.coupon-card__code .btn {
    border: 0;
    height: 2rem;
    border-radius: 100vmax;
    background-color: #fff;
    color: #000
}

.coupon-card__code .btn:hover {
    border: 0;
    background-color: #000;
    color: #fff
}

.coupon-card__item {
    width: 100%
}

.coupon-card__limit {
    font-weight: 300;
    font-size: .875rem;
    text-align: center;
    line-height: 1.25rem;
    color: #f9f86c
}

.coupon-card__coupon {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.25rem;
    padding: .75rem 0 1.25rem;
    color: #fff
}

@media (max-width: 1660px) {
    .coupon-card__coupon {
        padding:.5rem 0
    }
}

@media (max-width: 991px) {
    .site-homepage .container {
        padding-left:1rem;
        padding-right: 1rem
    }
}

@media (min-width: 991px) {
    .on-mobile .site-homepage .container {
        padding-left:1rem;
        padding-right: 1rem
    }
}

.banner-slide,.homepage-banner {
    position: relative
}

.banner-slide .slick-arrow {
    position: absolute;
    right: 15px;
    z-index: 1;
    border: 0;
    background-color: transparent;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #fff
}

.banner-slide .slick-arrow.slick-next {
    bottom: 50%
}

.banner-slide .slick-arrow.slick-prev {
    top: 50%
}

.banner-slide__item img {
    width: 100%
}

.banner-slide__content {
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    top: 70%;
    width: 100%;
    height: 100%;
    z-index: 9;
    transform: translate3d(0,-50%,0);
    overflow: hidden
}

@media (max-width: 991px) {
    .banner-slide__content {
        top:45%;
        align-items: flex-end
    }
}

@media (min-width: 991px) {
    .on-mobile .banner-slide__content {
        top:45%;
        align-items: flex-end
    }
}

.banner-slide__wrapper {
    max-width: 676px
}

.banner-slide__heading {
    font-size: 4rem;
    font-weight: 400;
    color: #fff;
    line-height: 1.25
}

@media (max-width: 991px) {
    .banner-slide__heading {
        font-size:2.7rem
    }
}

@media (min-width: 991px) {
    .on-mobile .banner-slide__heading {
        font-size:2.7rem
    }
}

.banner-slide__descriptions {
    font-size: 1.5rem;
    font-weight: 400;
    color: rgba(243,245,246,.8);
    margin-top: 0;
    margin-bottom: 40px
}

.banner-slide__descriptions b {
    color: #fff
}

.banner-slide__button .btn {
    background-color: #2f5acf;
    color: #fff;
    border-radius: 100vmax;
    min-height: 48px;
    padding-left: 2rem;
    padding-right: 2rem;
    border: 0;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase
}

.banner-slide__button .btn:hover {
    background-color: #fff;
    color: #000;
    border: 0
}

.banner-slide__button .btn.btn--white {
    background-color: #fff;
    color: #000
}

.banner-slide__button .btn.btn--blacks,.banner-slide__button .btn.btn--white:hover {
    background-color: #000;
    color: #fff
}

.banner-slide__button .btn.btn--blacks:hover {
    background-color: #fff;
    color: #000
}

.banner-slide__button .btn.btn--primary {
    background-color: #2f5acf;
    color: #fff
}

.banner-slide__button .btn.btn--primary:hover {
    background-color: #000;
    color: #fff
}

.homepage-search {
    padding-top: 90px;
    padding-bottom: 50px
}

@media (max-width: 991px) {
    .homepage-search {
        padding-top:50px;
        padding-bottom: 26px
    }
}

@media (min-width: 991px) {
    .on-mobile .homepage-search {
        padding-top:50px;
        padding-bottom: 26px
    }
}

.homepage-search__wrapper {
    display: flex;
    justify-content: center;
    flex-flow: column;
    margin: 0 auto;
    max-width: 700px
}

.homepage-search__heading {
    display: inline-flex;
    position: relative;
    text-align: center;
    font-weight: 700;
    color: #000;
    font-size: 2.25rem;
    margin-bottom: 1.25rem
}

@media (max-width: 991px) {
    .homepage-search__heading {
        font-size:1.5rem;
        margin-bottom: .75rem
    }
}

@media (min-width: 991px) {
    .on-mobile .homepage-search__heading {
        font-size:1.5rem;
        margin-bottom: .75rem
    }
}

.homepage-search__heading img {
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    left: 100%;
    bottom: 50%;
    -o-object-fit: contain;
    object-fit: contain
}

.homepage-search__description {
    text-align: center;
    margin-bottom: .25rem;
    margin-top: .25rem
}

@media (max-width: 991px) {
    .homepage-search__description {
        margin-bottom:.5rem
    }
}

@media (min-width: 991px) {
    .on-mobile .homepage-search__description {
        margin-bottom:.5rem
    }
}

.homepage-search__submit {
    position: absolute;
    top: 0;
    right: 0;
    width: 4.125rem;
    height: 4.125rem;
    background-color: transparent;
    border: 0
}

@media (max-width: 991px) {
    .homepage-search__submit {
        width:45px;
        height: 45px
    }
}

@media (min-width: 991px) {
    .on-mobile .homepage-search__submit {
        width:45px;
        height: 45px
    }
}

.homepage-search__inner {
    position: relative
}

.homepage-search__control {
    background-color: hsla(0,0%,83.1%,.4);
    border: 0;
    width: 100%;
    height: 4.125rem;
    border-radius: 100vmax;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1rem
}

@media (max-width: 991px) {
    .homepage-search__control {
        font-size:14px;
        height: 45px
    }
}

@media (min-width: 991px) {
    .on-mobile .homepage-search__control {
        font-size:14px;
        height: 45px
    }
}

.homepage-search__control:focus {
    outline-color: #2f5acf
}

.homepage-search__control::-moz-placeholder {
    color: rgba(0,0,0,.3333333333)
}

.homepage-search__control::placeholder {
    color: rgba(0,0,0,.3333333333)
}

.homepage-search__spotlight {
    position: absolute;
    background-color: #fff;
    box-shadow: 0 0 10px 0 #aebbc1;
    padding: 1rem;
    border-radius: .5rem;
    width: 100%;
    max-width: 500px;
    left: 50%;
    top: 100%;
    transform: translate3d(-50%,0,0);
    z-index: 9;
    margin-top: 10px;
    transition: all .3s;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    display: none
}

.homepage-search__spotlight .loading {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 auto
}

.homepage-search__spotlight.is-active {
    opacity: 1;
    pointer-events: visible;
    visibility: visible;
    display: block
}

.homepage-search__spotlight .product-search__thumbnail {
    width: 50px
}

.homepage-search__spotlight-content.is-active {
    opacity: 1;
    pointer-events: visible;
    visibility: visible
}

.homepage-search__spotlight-content.is-active~.homepage-search__more {
    display: block
}

.homepage-search__more {
    text-align: center;
    text-decoration: underline;
    color: #2f5acf;
    cursor: pointer;
    margin-top: 10px;
    display: none
}

.homepage-search__content {
    flex-flow: column;
    margin-top: 15px
}

.homepage-search__buttons,.homepage-search__content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap
}

.homepage-search__buttons {
    gap: 6px
}

@media (max-width: 991px) {
    .homepage-search__buttons {
        display:-webkit-box;
        gap: .75rem;
        flex-wrap: nowrap;
        overflow: auto hidden;
        width: 100%
    }
}

@media (min-width: 991px) {
    .on-mobile .homepage-search__buttons {
        display:-webkit-box;
        gap: .75rem;
        flex-wrap: nowrap;
        overflow: auto hidden;
        width: 100%
    }
}

.homepage-search__button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .475rem .75rem;
    border-radius: 1rem;
    border: 1px solid #aebbc1;
    white-space: nowrap;
    line-height: 1rem;
    font-size: .75rem
}

.homepage-products__item {
    margin: 0 1rem
}

@media (max-width: 991px) {
    .homepage-products__item {
        margin:0 .5rem
    }
}

@media (min-width: 991px) {
    .on-mobile .homepage-products__item {
        margin:0 .5rem
    }
}

.homepage-products__heading span {
    text-transform: capitalize;
    font-size: 1rem;
    text-decoration: underline;
    cursor: pointer;
    float: right;
    margin-top: 12px;
    font-weight: 400
}

@media (max-width: 991px) {
    .homepage-products__heading span {
        display:none
    }
}

@media (min-width: 991px) {
    .on-mobile .homepage-products__heading span {
        display:none
    }
}

.homepage-products__seemore {
    display: none;
    margin-top: 1rem;
    margin-bottom: 2rem
}

.homepage-products__seemore .btn {
    padding: .9375rem 2.5rem;
    height: 50px;
    border-radius: 1.5rem;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 500;
    border: 2px solid #000
}

@media (max-width: 991px) {
    .homepage-products__seemore {
        display:flex;
        align-items: center;
        justify-content: center
    }
}

@media (min-width: 991px) {
    .on-mobile .homepage-products__seemore {
        display:flex;
        align-items: center;
        justify-content: center
    }
}

.homepage-products__slides {
    margin-left: -1rem;
    margin-right: -1rem
}

.homepage-products__slides .slick-dots {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    list-style: none;
    gap: .5rem
}

.homepage-products__slides .slick-dots button {
    padding: 0;
    font-size: 0;
    width: .375rem;
    height: .375rem;
    border-radius: 100vmax;
    border: 0;
    background-color: #aebbc1
}

.homepage-products__slides .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 1;
    border: 0;
    background-color: transparent;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

@media (max-width: 991px) {
    .homepage-products__slides .slick-arrow {
        width:1rem;
        padding: 0
    }

    .homepage-products__slides .slick-arrow svg {
        width: 100%
    }
}

@media (min-width: 991px) {
    .on-mobile .homepage-products__slides .slick-arrow {
        width:1rem;
        padding: 0
    }

    .on-mobile .homepage-products__slides .slick-arrow svg {
        width: 100%
    }
}

.homepage-products__slides .slick-arrow.slick-next {
    left: 100%
}

.homepage-products__slides .slick-arrow.slick-prev {
    right: 100%
}

@media (max-width: 991px) {
    .homepage-products__slides {
        margin-left:-.5rem;
        margin-right: -.5rem
    }
}

@media (min-width: 991px) {
    .on-mobile .homepage-products__slides {
        margin-left:-.5rem;
        margin-right: -.5rem
    }
}

.homepage-products__slides .slick-arrow {
    filter: invert(1);
    background-color: #fff;
    border-radius: 1.5rem
}

@media (max-width: 991px) {
    .homepage-products__slides .slick-arrow {
        width:40px;
        top: 30%
    }
}

@media (min-width: 991px) {
    .on-mobile .homepage-products__slides .slick-arrow {
        width:40px;
        top: 30%
    }
}

@media (max-width: 991px) {
    .homepage-products__slides .slick-arrow.slick-next {
        left:calc(100% - 2.275rem)
    }
}

@media (min-width: 991px) {
    .on-mobile .homepage-products__slides .slick-arrow.slick-next {
        left:calc(100% - 2.275rem)
    }
}

@media (max-width: 991px) {
    .homepage-products__slides .slick-arrow.slick-prev {
        right:calc(100% - 2.275rem)
    }
}

@media (min-width: 991px) {
    .on-mobile .homepage-products__slides .slick-arrow.slick-prev {
        right:calc(100% - 2.275rem)
    }
}

.homepage-products__tab {
    margin-top: 5rem;
    display: flex
}

@media (max-width: 1660px) {
    .homepage-products__tab {
        margin-top:4rem
    }
}

@media (max-width: 991px) {
    .homepage-products__tab {
        margin-top:2rem;
        margin-bottom: 1rem
    }
}

@media (min-width: 991px) {
    .on-mobile .homepage-products__tab {
        margin-top:2rem;
        margin-bottom: 1rem
    }
}

.homepage-products__tab-item {
    font-size: 1.75rem;
    font-weight: 500;
    opacity: .2;
    transition: all .3s
}

@media (max-width: 991px) {
    .homepage-products__tab-item {
        font-size:1.125rem
    }
}

@media (min-width: 991px) {
    .on-mobile .homepage-products__tab-item {
        font-size:1.125rem
    }
}

.homepage-products__tab-item.active {
    color: #000;
    opacity: 1
}

.homepage-products__tab-item:after {
    content: "|";
    margin: 0 20px;
    opacity: .2;
    font-weight: 400
}

.homepage-products__tab-item:last-of-type:after {
    display: none
}

.homepage-products__tab-item:hover {
    opacity: 1
}

.homepage-basic {
    margin-top: 50px;
    margin-bottom: 50px
}

.homepage-basic__wrapper {
    display: flex;
    background-color: #000;
    min-height: unset;
    justify-content: space-between
}

@media (max-width: 1660px) {
    .homepage-basic__wrapper {
        min-height:600px
    }
}

@media (max-width: 991px) {
    .homepage-basic__wrapper {
        flex-flow:column;
        min-height: -moz-fit-content;
        min-height: fit-content;
        background-color: #e1e1e1
    }
}

@media (min-width: 991px) {
    .on-mobile .homepage-basic__wrapper {
        flex-flow:column;
        min-height: -moz-fit-content;
        min-height: fit-content;
        background-color: #e1e1e1
    }
}

.homepage-basic__content {
    width: 791px;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-flow: column;
    padding: 4rem 2.5rem 4rem 4rem
}

@media (max-width: 1660px) {
    .homepage-basic__content {
        max-width:100%;
        width: 672px!important;
        max-width: 500px
    }
}

@media (max-width: 991px) {
    .homepage-basic__content {
        max-width:380px;
        padding: 2rem 1rem
    }
}

@media (min-width: 991px) {
    .on-mobile .homepage-basic__content {
        max-width:380px;
        padding: 2rem 1rem
    }
}

.homepage-basic__content h2 {
    font-size: 6.625rem;
    color: #000;
    line-height: 1;
    font-weight: 400;
    margin: 0 0 1rem 2.25rem
}

@media (min-width: 1280px) {
    .homepage-basic__content h2 {
        font-size:3.37rem
    }
}

@media (max-width: 1660px) {
    .homepage-basic__content h2 {
        font-size:5.25rem
    }
}

@media (max-width: 991px) {
    .homepage-basic__content h2 {
        font-size:2.5rem;
        color: #111213;
        margin-bottom: .5rem
    }
}

@media (min-width: 991px) {
    .on-mobile .homepage-basic__content h2 {
        font-size:2.5rem;
        color: #111213;
        margin-bottom: .5rem
    }
}

.homepage-basic__content p {
    color: #000;
    font-size: 1.25rem;
    line-height: 1.5;
    margin: 0 0 2rem 3.5rem
}

@media (max-width: 1660px) {
    .homepage-basic__content p {
        font-size:1rem
    }
}

@media (max-width: 991px) {
    .homepage-basic__content p {
        color:#111213;
        font-size: .875rem;
        margin-bottom: 1.5rem
    }
}

@media (min-width: 991px) {
    .on-mobile .homepage-basic__content p {
        color:#111213;
        font-size: .875rem;
        margin-bottom: 1.5rem
    }
}

.homepage-basic__content .btn {
    border-radius: 24px;
    padding: 24px 48px
}

@media (max-width: 991px) {
    .homepage-basic__content .btn {
        height:3rem;
        background: #2f5acf;
        border-radius: 100vmax;
        font-size: 1rem;
        font-weight: 700;
        color: #fff;
        padding: 0 1.5rem
    }
}

@media (min-width: 991px) {
    .on-mobile .homepage-basic__content .btn {
        height:3rem;
        background: #2f5acf;
        border-radius: 100vmax;
        font-size: 1rem;
        font-weight: 700;
        color: #fff;
        padding: 0 1.5rem
    }
}

.homepage-basic__image {
    flex: 1;
    position: relative;
    max-width: 1129px
}

@media (max-width: 991px) {
    .homepage-basic__image:before {
        content:"";
        display: block
    }
}

@media (min-width: 991px) {
    .on-mobile .homepage-basic__image:before {
        content:"";
        display: block
    }
}

.homepage-basic__products {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 3rem 1rem
}

.homepage-basic__products .slick-dots {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    list-style: none;
    gap: .5rem
}

.homepage-basic__products .slick-dots button {
    padding: 0;
    font-size: 0;
    width: .375rem;
    height: .375rem;
    border-radius: 100vmax;
    border: 0;
    background-color: #aebbc1
}

.homepage-basic__products .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 1;
    border: 0;
    background-color: transparent;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

@media (max-width: 991px) {
    .homepage-basic__products .slick-arrow {
        width:1rem;
        padding: 0
    }

    .homepage-basic__products .slick-arrow svg {
        width: 100%
    }
}

@media (min-width: 991px) {
    .on-mobile .homepage-basic__products .slick-arrow {
        width:1rem;
        padding: 0
    }

    .on-mobile .homepage-basic__products .slick-arrow svg {
        width: 100%
    }
}

.homepage-basic__products .slick-arrow.slick-next {
    left: 100%
}

.homepage-basic__products .slick-arrow.slick-prev {
    right: 100%
}

.homepage-basic__item {
    padding: 0 .5rem
}

.homepage-basic__slider {
    width: 100%
}

.homepage-brands {
    margin-bottom: 50px;
    margin-top: 50px
}

@media (max-width: 991px) {
    .homepage-brands {
        margin-bottom:2rem
    }
}

@media (min-width: 991px) {
    .on-mobile .homepage-brands {
        margin-bottom:2rem
    }
}

.homepage-brands__wrapper {
    display: flex;
    gap: 2rem
}

@media (max-width: 991px) {
    .homepage-brands__wrapper {
        flex-flow:column;
        gap: 1.5rem
    }
}

@media (min-width: 991px) {
    .on-mobile .homepage-brands__wrapper {
        flex-flow:column;
        gap: 1.5rem
    }
}

.homepage-brands__item {
    position: relative
}

.homepage-brands__image {
    border-radius: 2px;
    overflow: hidden
}

.homepage-brands__content {
    position: absolute;
    top: -10%;
    left: 3rem;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: flex-end
}

@media (max-width: 1660px) {
    .homepage-brands__content {
        left:2.5rem
    }
}

@media (max-width: 991px) {
    .homepage-brands__content {
        left:1.25rem
    }
}

@media (min-width: 991px) {
    .on-mobile .homepage-brands__content {
        left:1.25rem
    }
}

.homepage-brands__content h2 {
    font-size: 4rem;
    line-height: 1.2;
    font-weight: 400;
    margin-bottom: 40px;
    color: #fff
}

@media (max-width: 1660px) {
    .homepage-brands__content h2 {
        font-size:3.75rem
    }
}

@media (max-width: 991px) {
    .homepage-brands__content h2 {
        font-size:2.25rem;
        margin-bottom: 20px
    }
}

@media (min-width: 991px) {
    .on-mobile .homepage-brands__content h2 {
        font-size:2.25rem;
        margin-bottom: 20px
    }
}

.homepage-brands__content p {
    font-size: 1.25rem;
    margin-bottom: 0;
    text-transform: uppercase;
    color: hsla(0,0%,100%,.7098039216);
    letter-spacing: .1em
}

@media (max-width: 1660px) {
    .homepage-brands__content p {
        font-size:1rem
    }
}

@media (max-width: 991px) {
    .homepage-brands__content p {
        font-size:.875rem
    }
}

@media (min-width: 991px) {
    .on-mobile .homepage-brands__content p {
        font-size:.875rem
    }
}

.homepage-brands__content .btn {
    border-radius: 100vmax;
    border: 0;
    text-transform: uppercase;
    padding: .875rem 2.5rem;
    font-weight: 700;
    width: -moz-max-content;
    width: max-content
}

.homepage-brands__content .btn:hover {
    border: 0
}

@media (max-width: 991px) {
    .homepage-brands__content .btn {
        padding:1.2rem 1.5rem
    }
}

@media (min-width: 991px) {
    .on-mobile .homepage-brands__content .btn {
        padding:1.2rem 1.5rem
    }
}

.homepage-brands__content .btn svg {
    display: none
}

@media (max-width: 991px) {
    .homepage-brands__content .btn svg {
        display:block
    }
}

@media (min-width: 991px) {
    .on-mobile .homepage-brands__content .btn svg {
        display:block
    }
}

.banner-block {
    margin: 40px 0
}

.banner-block__wrapper {
    position: relative
}

.banner-block__content {
    position: absolute;
    top: -10%;
    left: 0;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    max-width: 600px;
    padding: 0 0 0 3rem
}

@media (max-width: 1660px) {
    .banner-block__content {
        padding:0 0 0 2rem
    }
}

@media (max-width: 991px) {
    .banner-block__content {
        padding:0 20px
    }
}

@media (min-width: 991px) {
    .on-mobile .banner-block__content {
        padding:0 20px
    }
}

.banner-block__content h2 {
    font-size: 4rem;
    line-height: 1.2;
    font-weight: 400;
    color: #fff
}

@media (max-width: 1660px) {
    .banner-block__content h2 {
        font-size:3.75rem
    }
}

@media (max-width: 991px) {
    .banner-block__content h2 {
        font-size:2.25rem;
        margin-bottom: 20px
    }
}

@media (min-width: 991px) {
    .on-mobile .banner-block__content h2 {
        font-size:2.25rem;
        margin-bottom: 20px
    }
}

.banner-block__content p {
    font-size: 1.25rem;
    margin-top: 0;
    margin-bottom: 36px;
    color: #fff
}

@media (max-width: 1660px) {
    .banner-block__content p {
        font-size:1rem
    }
}

@media (max-width: 991px) {
    .banner-block__content p {
        font-size:1rem
    }
}

@media (min-width: 991px) {
    .on-mobile .banner-block__content p {
        font-size:1rem
    }
}

.banner-block__content .btn {
    border-radius: 100vmax;
    border: 0;
    text-transform: uppercase;
    padding: .875rem 2.5rem;
    font-weight: 700;
    width: -moz-max-content;
    width: max-content
}

.banner-block__content .btn:hover {
    border: 0
}

@media (max-width: 991px) {
    .banner-block__content .btn {
        padding:1.2rem 1.5rem;
        height: 50px;
        font-size: 1rem
    }
}

@media (min-width: 991px) {
    .on-mobile .banner-block__content .btn {
        padding:1.2rem 1.5rem;
        height: 50px;
        font-size: 1rem
    }
}

.banner-block__content .btn svg {
    display: none
}

@media (max-width: 991px) {
    .banner-block__content .btn svg {
        display:block
    }
}

@media (min-width: 991px) {
    .on-mobile .banner-block__content .btn svg {
        display:block
    }
}

.banner-block__content.black h2,.banner-block__content.black p {
    color: #000
}

.homepage-collections {
    margin-bottom: 50px
}

.homepage-collections__wrapper {
    display: flex;
    gap: 2rem
}

@media (max-width: 991px) {
    .homepage-collections__wrapper {
        flex-wrap:wrap;
        gap: 0;
        margin-left: -.5rem;
        margin-right: -.5rem
    }
}

@media (min-width: 991px) {
    .on-mobile .homepage-collections__wrapper {
        flex-wrap:wrap;
        gap: 0;
        margin-left: -.5rem;
        margin-right: -.5rem
    }
}

.homepage-collections__item {
    position: relative
}

@media (max-width: 991px) {
    .homepage-collections__item {
        width:50%;
        padding: .5rem
    }
}

@media (min-width: 991px) {
    .on-mobile .homepage-collections__item {
        width:50%;
        padding: .5rem
    }
}

.collection-grid__thumbnail {
    overflow: hidden;
    border-radius: 2px
}

.collection-grid__image {
    position: relative;
    overflow: hidden;
    border-radius: .5rem
}

.collection-grid__image:before {
    content: "";
    display: block;
    padding-top: 61.7495711835%;
    height: 0;
    width: 100%
}

.collection-grid__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.collection-grid__buttons,.infomation-card__buttons {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 2rem 2.5rem
}

@media (max-width: 1660px) {
    .collection-grid__buttons,.infomation-card__buttons {
        padding:1.5rem
    }
}

@media (max-width: 991px) {
    .collection-grid__buttons,.infomation-card__buttons {
        padding:1.5rem 1rem
    }
}

@media (min-width: 991px) {
    .on-mobile .collection-grid__buttons,.on-mobile .infomation-card__buttons {
        padding:1.5rem 1rem
    }
}

.collection-grid__title,.infomation-card__title {
    font-size: 2.25rem;
    font-weight: 600;
    line-height: 1.25;
    color: #fff
}

@media (max-width: 1660px) {
    .collection-grid__title,.infomation-card__title {
        font-size:1.5rem
    }
}

@media (max-width: 991px) {
    .collection-grid__title,.infomation-card__title {
        font-size:1.125rem
    }
}

@media (min-width: 991px) {
    .on-mobile .collection-grid__title,.on-mobile .infomation-card__title {
        font-size:1.125rem
    }
}

.collection-grid__button,.infomation-card__button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 57px;
    flex: 0 0 57px;
    height: 57px;
    border-radius: 100px;
    background-color: #fff
}

@media (max-width: 1660px) {
    .collection-grid__button,.infomation-card__button {
        width:45px;
        flex: 0 0 45px;
        height: 45px
    }

    .collection-grid__button svg,.infomation-card__button svg {
        width: 20px;
        height: 20px
    }
}

@media (max-width: 991px) {
    .collection-grid__button,.infomation-card__button {
        display:none
    }
}

@media (min-width: 991px) {
    .on-mobile .collection-grid__button,.on-mobile .infomation-card__button {
        display:none
    }
}

.homepage-care-and-share {
    margin-bottom: 100px
}

@media (max-width: 991px) {
    .homepage-care-and-share {
        margin-bottom:50px
    }
}

@media (min-width: 991px) {
    .on-mobile .homepage-care-and-share {
        margin-bottom:50px
    }
}

.homepage-care-and-share__inner {
    position: relative
}

.homepage-care-and-share__content {
    position: absolute;
    left: 3rem;
    top: 3rem;
    width: 100%;
    height: 100%;
    max-width: 726px
}

@media (max-width: 1660px) {
    .homepage-care-and-share__content {
        max-width:668px
    }
}

@media (max-width: 991px) {
    .homepage-care-and-share__content {
        display:flex;
        flex-flow: column;
        justify-content: flex-end;
        padding: 2.5rem 1.5rem;
        top: 0;
        left: 0
    }
}

@media (min-width: 991px) {
    .on-mobile .homepage-care-and-share__content {
        display:flex;
        flex-flow: column;
        justify-content: flex-end;
        padding: 2.5rem 1.5rem;
        top: 0;
        left: 0
    }
}

.homepage-care-and-share__content h2 {
    font-size: 3.5rem;
    line-height: 1.25;
    color: #f5f5f5;
    margin: 0 0 1.5rem;
    font-weight: 400
}

@media (max-width: 1660px) {
    .homepage-care-and-share__content h2 {
        font-size:2.5rem
    }
}

@media (max-width: 991px) {
    .homepage-care-and-share__content h2 {
        font-size:1.5rem
    }
}

@media (min-width: 991px) {
    .on-mobile .homepage-care-and-share__content h2 {
        font-size:1.5rem
    }
}

.homepage-care-and-share__content .btn {
    border-radius: 100vmax
}

@media (max-width: 991px) {
    .homepage-care-and-share__content .btn {
        height:3rem;
        font-size: 1rem;
        font-weight: 700
    }
}

@media (min-width: 991px) {
    .on-mobile .homepage-care-and-share__content .btn {
        height:3rem;
        font-size: 1rem;
        font-weight: 700
    }
}

@media (max-width: 1660px) {
    .homepage-care-and-share__content img {
        max-height:100px;
        margin-bottom: 1rem
    }
}

@media (max-width: 991px) {
    .homepage-care-and-share__content img {
        max-width:180px;
        margin-bottom: 1rem
    }
}

@media (min-width: 991px) {
    .on-mobile .homepage-care-and-share__content img {
        max-width:180px;
        margin-bottom: 1rem
    }
}

.homepage-hashtag {
    background-color: #111213;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    color: #f5f5f5
}

@media (max-width: 991px) {
    .homepage-hashtag {
        padding:.5rem 0
    }
}

@media (min-width: 991px) {
    .on-mobile .homepage-hashtag {
        padding:.5rem 0
    }
}

.homepage-hashtag__inner {
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media (max-width: 991px) {
    .homepage-hashtag__inner {
        justify-content:center
    }
}

@media (min-width: 991px) {
    .on-mobile .homepage-hashtag__inner {
        justify-content:center
    }
}

.homepage-hashtag__left {
    font-size: 1.5rem;
    font-weight: 300;
    text-align: right;
    line-height: 1.25;
    margin: 0;
    text-transform: uppercase
}

@media (max-width: 1660px) {
    .homepage-hashtag__left {
        font-size:1rem
    }
}

@media (max-width: 991px) {
    .homepage-hashtag__left {
        display:none
    }
}

@media (min-width: 991px) {
    .on-mobile .homepage-hashtag__left {
        display:none
    }
}

.homepage-hashtag__title {
    font-size: 4.75rem;
    font-weight: 300;
    line-height: 1;
    margin: 0;
    padding: 0 1rem
}

@media (max-width: 1660px) {
    .homepage-hashtag__title {
        font-size:3.75rem
    }
}

@media (max-width: 991px) {
    .homepage-hashtag__title {
        padding:0;
        font-size: 3.25rem;
        text-align: center
    }
}

@media (min-width: 991px) {
    .on-mobile .homepage-hashtag__title {
        padding:0;
        font-size: 3.25rem;
        text-align: center
    }
}

.homepage-hashtag__right {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.25;
    margin: 0;
    text-transform: uppercase
}

@media (max-width: 1660px) {
    .homepage-hashtag__right {
        font-size:1rem
    }
}

@media (max-width: 991px) {
    .homepage-hashtag__right {
        display:none
    }
}

@media (min-width: 991px) {
    .on-mobile .homepage-hashtag__right {
        display:none
    }
}

.homepage-service {
    margin-top: 100px;
    margin-bottom: 100px
}

@media (max-width: 991px) {
    .homepage-service {
        margin-top:50px;
        margin-bottom: 50px
    }
}

@media (min-width: 991px) {
    .on-mobile .homepage-service {
        margin-top:50px;
        margin-bottom: 50px
    }
}

.homepage-service__grid {
    display: flex;
    gap: 2rem;
    margin-bottom: 2rem
}

@media (max-width: 991px) {
    .homepage-service__grid {
        flex-flow:column;
        gap: 1rem
    }
}

@media (min-width: 991px) {
    .on-mobile .homepage-service__grid {
        flex-flow:column;
        gap: 1rem
    }
}

.homepage-service__item {
    position: relative
}

.homepage-service__list {
    display: flex;
    gap: 2rem
}

@media (max-width: 991px) {
    .homepage-service__list {
        display:grid;
        gap: 1rem;
        grid-template-columns: repeat(2,minmax(0,1fr))
    }
}

@media (min-width: 991px) {
    .on-mobile .homepage-service__list {
        display:grid;
        gap: 1rem;
        grid-template-columns: repeat(2,minmax(0,1fr))
    }
}

.homepage-service__card {
    width: 25%;
    background-color: #d9d9d9;
    display: flex;
    align-items: center;
    padding: .5rem 2.5rem;
    border-radius: .375rem;
    gap: 1rem
}

@media (max-width: 1660px) {
    .homepage-service__card {
        padding:.5rem 1.5rem
    }
}

@media (max-width: 991px) {
    .homepage-service__card {
        width:100%;
        flex-flow: column;
        align-items: flex-start;
        padding: .875rem
    }
}

@media (min-width: 991px) {
    .on-mobile .homepage-service__card {
        width:100%;
        flex-flow: column;
        align-items: flex-start;
        padding: .875rem
    }
}

.homepage-service__icon {
    flex: 0 0 65px;
    width: 100%;
    height: 65px
}

@media (max-width: 1660px) {
    .homepage-service__icon {
        flex:0 0 45px;
        height: 45px
    }

    .homepage-service__icon svg {
        width: 100%;
        height: 100%
    }
}

@media (max-width: 991px) {
    .homepage-service__icon {
        flex:0 0 50px;
        height: 50px;
        width: 50px
    }

    .homepage-service__icon svg {
        width: 100%;
        height: 100%
    }
}

@media (min-width: 991px) {
    .on-mobile .homepage-service__icon {
        flex:0 0 50px;
        height: 50px;
        width: 50px
    }

    .on-mobile .homepage-service__icon svg {
        width: 100%;
        height: 100%
    }
}

.homepage-service__text {
    font-weight: 500;
    font-size: 1rem;
    color: #000;
    text-transform: uppercase
}

@media (max-width: 1660px) {
    .homepage-service__text {
        font-size:.75rem
    }
}

@media (max-width: 991px) {
    .homepage-service__text {
        font-size:.875rem;
        font-weight: 400;
        margin: .625rem 0
    }

    .homepage-service__text br {
        display: none
    }
}

@media (min-width: 991px) {
    .on-mobile .homepage-service__text {
        font-size:.875rem;
        font-weight: 400;
        margin: .625rem 0
    }

    .on-mobile .homepage-service__text br {
        display: none
    }
}

.infomation-card {
    position: relative
}

.infomation-card__thumbnail {
    border-radius: .5rem;
    overflow: hidden
}

@media (max-width: 991px) {
    .infomation-card__button {
        display:flex;
        background-color: hsla(0,0%,100%,0);
        width: 18px;
        flex: 0 0 18px;
        height: 18px;
        color: #fff
    }

    .infomation-card__button svg {
        width: 100%;
        height: 100%
    }
}

@media (min-width: 991px) {
    .on-mobile .infomation-card__button {
        display:flex;
        background-color: hsla(0,0%,100%,0);
        width: 18px;
        flex: 0 0 18px;
        height: 18px;
        color: #fff
    }

    .on-mobile .infomation-card__button svg {
        width: 100%;
        height: 100%
    }
}

.homepage-irl {
    margin-bottom: 100px
}

@media (max-width: 991px) {
    .homepage-irl {
        margin-bottom:50px
    }
}

@media (min-width: 991px) {
    .on-mobile .homepage-irl {
        margin-bottom:50px
    }
}

.homepage-irl__title {
    text-align: center;
    font-size: 2.25rem;
    font-weight: 700;
    margin: 0;
    color: #000
}

@media (max-width: 991px) {
    .homepage-irl__title {
        font-size:1.5rem
    }
}

@media (min-width: 991px) {
    .on-mobile .homepage-irl__title {
        font-size:1.5rem
    }
}

.homepage-irl__description {
    font-weight: 300;
    text-align: center
}

@media (max-width: 991px) {
    .homepage-irl__description {
        font-size:1rem
    }
}

@media (min-width: 991px) {
    .on-mobile .homepage-irl__description {
        font-size:1rem
    }
}

.homepage-irl__description a {
    font-weight: 700;
    text-decoration: underline
}

.homepage-irl__description svg {
    margin-bottom: -.25rem
}

@media (max-width: 991px) {
    .homepage-irl__description span {
        display:block
    }
}

@media (min-width: 991px) {
    .on-mobile .homepage-irl__description span {
        display:block
    }
}

.homepage-irl__item {
    margin: 0 1rem
}

@media (max-width: 991px) {
    .homepage-irl__item {
        margin:0 .5rem;
        max-width: 240px
    }
}

@media (min-width: 991px) {
    .on-mobile .homepage-irl__item {
        margin:0 .5rem;
        max-width: 240px
    }
}

.homepage-irl__slide {
    margin-left: -1rem;
    margin-right: -1rem
}

.homepage-irl__slide .slick-dots {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    list-style: none;
    gap: .5rem
}

.homepage-irl__slide .slick-dots button {
    padding: 0;
    font-size: 0;
    width: .375rem;
    height: .375rem;
    border-radius: 100vmax;
    border: 0;
    background-color: #aebbc1
}

.homepage-irl__slide .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 1;
    border: 0;
    background-color: transparent;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

@media (max-width: 991px) {
    .homepage-irl__slide .slick-arrow {
        width:1rem;
        padding: 0
    }

    .homepage-irl__slide .slick-arrow svg {
        width: 100%
    }
}

@media (min-width: 991px) {
    .on-mobile .homepage-irl__slide .slick-arrow {
        width:1rem;
        padding: 0
    }

    .on-mobile .homepage-irl__slide .slick-arrow svg {
        width: 100%
    }
}

.homepage-irl__slide .slick-arrow.slick-next {
    left: 100%
}

.homepage-irl__slide .slick-arrow.slick-prev {
    right: 100%
}

@media (max-width: 991px) {
    .homepage-irl__slide {
        margin-left:0;
        margin-right: -1rem
    }

    .homepage-irl__slide .slick-arrow {
        display: none!important
    }
}

@media (min-width: 991px) {
    .on-mobile .homepage-irl__slide {
        margin-left:0;
        margin-right: -1rem
    }

    .on-mobile .homepage-irl__slide .slick-arrow {
        display: none!important
    }
}

.homepage-marquee {
    background-color: #06072e;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 100px;
    margin-top: 50px
}

@media (max-width: 991px) {
    .homepage-marquee {
        margin-bottom:50px
    }
}

@media (min-width: 991px) {
    .on-mobile .homepage-marquee {
        margin-bottom:50px
    }
}

.homepage-marquee__logo img {
    max-height: 64px
}

@media (max-width: 991px) {
    .homepage-marquee__logo img {
        max-height:44px
    }
}

@media (min-width: 991px) {
    .on-mobile .homepage-marquee__logo img {
        max-height:44px
    }
}

@media (max-width: 991px) {
    .homepage-marquee marquee {
        display:none
    }
}

@media (min-width: 991px) {
    .on-mobile .homepage-marquee marquee {
        display:none
    }
}

.homepage-marquee__inner {
    position: relative;
    display: flex;
    align-items: center
}

@media (max-width: 991px) {
    .homepage-marquee__inner {
        justify-content:space-between
    }
}

@media (min-width: 991px) {
    .on-mobile .homepage-marquee__inner {
        justify-content:space-between
    }
}

.homepage-marquee .btn {
    white-space: nowrap
}

.homepage-marquee .btn br {
    display: none
}

@media (max-width: 991px) {
    .homepage-marquee .btn {
        font-weight:700;
        height: auto;
        text-align: center;
        padding-top: .25rem;
        padding-bottom: .25rem
    }

    .homepage-marquee .btn br {
        display: block
    }
}

@media (min-width: 991px) {
    .on-mobile .homepage-marquee .btn {
        font-weight:700;
        height: auto;
        text-align: center;
        padding-top: .25rem;
        padding-bottom: .25rem
    }

    .on-mobile .homepage-marquee .btn br {
        display: block
    }
}

.homepage-marquee__content {
    display: flex;
    color: #fff;
    font-size: 1.5rem;
    text-transform: uppercase;
    gap: 4rem
}

@media (max-width: 991px) {
    .homepage-marquee__content {
        display:none
    }
}

@media (min-width: 991px) {
    .on-mobile .homepage-marquee__content {
        display:none
    }
}

.popup-style {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.6);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: all .3s;
    z-index: 9
}

@media (max-width: 991px) {
    .popup-style {
        z-index:10
    }
}

@media (min-width: 991px) {
    .on-mobile .popup-style {
        z-index:10
    }
}

.popup-style.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: visible
}

.popup-style__wrapper {
    display: flex;
    flex-flow: column;
    background-color: #fff;
    width: 100%;
    max-width: 826px;
    margin: 0 auto;
    height: 600px;
    max-height: 100vh;
    border-radius: 1rem;
    overflow: hidden
}

@media (max-width: 991px) {
    .popup-style__wrapper {
        height:100%;
        margin: 0;
        border-radius: 0
    }
}

@media (min-width: 991px) {
    .on-mobile .popup-style__wrapper {
        height:100%;
        margin: 0;
        border-radius: 0
    }
}

.popup-style__head {
    font-weight: 500;
    font-size: 24px;
    color: #fff;
    padding: 12px 16px;
    position: relative
}

.popup-style__inner {
    display: flex;
    max-height: 540px;
    overflow: hidden
}

@media (max-width: 991px) {
    .popup-style__inner {
        flex-flow:column;
        max-height: calc(100vh - 60px);
        overflow-y: auto;
        overflow-x: hidden;
        touch-action: pan-y;
        -webkit-overflow-scrolling: touch
    }
}

@media (min-width: 991px) {
    .on-mobile .popup-style__inner {
        flex-flow:column;
        max-height: calc(100vh - 60px);
        overflow-y: auto;
        overflow-x: hidden;
        touch-action: pan-y;
        -webkit-overflow-scrolling: touch
    }
}

.popup-style__sidebar {
    width: 30%;
    border-right: 1px solid #aebbc1
}

@media (max-width: 991px) {
    .popup-style__sidebar {
        display:none
    }
}

@media (min-width: 991px) {
    .on-mobile .popup-style__sidebar {
        display:none
    }
}

.popup-style__content {
    width: 70%;
    padding: 8px 16px;
    display: flex;
    flex-flow: column
}

@media (max-width: 991px) {
    .popup-style__content {
        padding:0;
        width: 100%
    }
}

@media (min-width: 991px) {
    .on-mobile .popup-style__content {
        padding:0;
        width: 100%
    }
}

.popup-style__close {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s;
    transform: translate3d(0,-50%,0)
}

.popup-style__description {
    padding: 8px 16px;
    max-height: 540px;
    overflow-y: auto;
    overflow-x: hidden
}

@media (max-width: 991px) {
    .popup-style__description {
        max-height:-moz-fit-content;
        max-height: fit-content
    }
}

@media (min-width: 991px) {
    .on-mobile .popup-style__description {
        max-height:-moz-fit-content;
        max-height: fit-content
    }
}

.homepage-flashsale {
    background: linear-gradient(30.67deg,#2f5acf -5.1%,#119fd3 24.78%,#ffdcb6 116.97%);
    padding-top: 65px;
    padding-bottom: 65px
}

@media (max-width: 991px) {
    .homepage-flashsale {
        padding-top:45px;
        padding-bottom: 35px
    }
}

@media (min-width: 991px) {
    .on-mobile .homepage-flashsale {
        padding-top:45px;
        padding-bottom: 35px
    }
}

.homepage-flashsale .slick-track {
    display: flex;
    height: 100%
}

@media (max-width: 991px) {
    .homepage-flashsale .container {
        padding-left:0;
        padding-right: 0
    }
}

@media (min-width: 991px) {
    .on-mobile .homepage-flashsale .container {
        padding-left:0;
        padding-right: 0
    }
}

.homepage-flashsale .countdown__item.countdown__item--days {
    display: none
}

.homepage-flashsale .product-grid {
    padding: 0;
    display: flex;
    flex-flow: column;
    height: 100%
}

.homepage-flashsale .product-grid__title {
    font-size: 20px;
    font-weight: 700
}

@media (max-width: 1660px) {
    .homepage-flashsale .product-grid__title {
        font-size:1rem
    }
}

@media (max-width: 991px) {
    .homepage-flashsale .product-grid__title {
        color:#fff;
        text-align: center
    }
}

@media (min-width: 991px) {
    .on-mobile .homepage-flashsale .product-grid__title {
        color:#fff;
        text-align: center
    }
}

.homepage-flashsale .product-grid .product-flashsale-line {
    width: 100%;
    height: 20px;
    display: block;
    position: relative;
    border-radius: 100vmax;
    font-size: .75rem;
    color: #000;
    font-weight: 700;
    background-color: hsla(0,0%,100%,.6);
    text-transform: uppercase;
    white-space: nowrap;
    margin-bottom: 1rem
}

@media (max-width: 991px) {
    .homepage-flashsale .product-grid .product-flashsale-line {
        background-color:#fff
    }
}

@media (min-width: 991px) {
    .on-mobile .homepage-flashsale .product-grid .product-flashsale-line {
        background-color:#fff
    }
}

.homepage-flashsale .product-grid .product-flashsale-line__line {
    position: absolute;
    left: 0;
    width: 0;
    height: 100%;
    border-radius: 100vmax;
    background: linear-gradient(267.01deg,#2f5acf 2.02%,#119fd3 19.89%,#ffdcb6 75.03%)
}

@media (max-width: 991px) {
    .homepage-flashsale .product-grid .product-flashsale-line__line {
        background:linear-gradient(90deg,#ffd010,#ffa53c 145.24%)
    }
}

@media (min-width: 991px) {
    .on-mobile .homepage-flashsale .product-grid .product-flashsale-line__line {
        background:linear-gradient(90deg,#ffd010,#ffa53c 145.24%)
    }
}

.homepage-flashsale .product-grid .product-flashsale-line__label {
    position: absolute;
    left: 100%;
    padding: 0 .5rem;
    height: 100%;
    display: flex;
    align-items: center
}

.homepage-flashsale .product-grid .product-flashsale-line__count {
    position: absolute;
    right: 0;
    padding: 0 .5rem;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.homepage-flashsale .product-grid__title {
    flex: 1
}

.homepage-flashsale .product-grid__content {
    flex: 1;
    display: flex;
    flex-flow: column
}

.homepage-flashsale .product-grid__prices .product-prices {
    display: flex;
    flex-flow: column
}

@media (max-width: 991px) {
    .homepage-flashsale .product-grid__prices .product-prices {
        align-items:center
    }
}

@media (min-width: 991px) {
    .on-mobile .homepage-flashsale .product-grid__prices .product-prices {
        align-items:center
    }
}

.homepage-flashsale .product-grid__prices .product-prices span {
    display: none!important
}

.homepage-flashsale .product-grid__prices .product-prices del {
    color: #000;
    font-size: 1rem;
    opacity: .4
}

@media (max-width: 1660px) {
    .homepage-flashsale .product-grid__prices .product-prices del {
        font-size:.75rem
    }
}

@media (max-width: 991px) {
    .homepage-flashsale .product-grid__prices .product-prices del {
        color:#fff;
        font-size: .875rem
    }
}

@media (min-width: 991px) {
    .on-mobile .homepage-flashsale .product-grid__prices .product-prices del {
        color:#fff;
        font-size: .875rem
    }
}

.homepage-flashsale .product-grid__prices .product-prices ins {
    font-size: 2rem;
    color: #fff;
    font-weight: 700
}

@media (max-width: 1660px) {
    .homepage-flashsale .product-grid__prices .product-prices ins {
        font-size:1.5rem
    }
}

@media (max-width: 991px) {
    .homepage-flashsale .product-grid__prices .product-prices ins {
        background:-webkit-linear-gradient(45deg,#ffd010,#ffa53c);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 2rem
    }
}

@media (min-width: 991px) {
    .on-mobile .homepage-flashsale .product-grid__prices .product-prices ins {
        background:-webkit-linear-gradient(45deg,#ffd010,#ffa53c);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 2rem
    }
}

.homepage-flashsale .product-grid__buy {
    margin-top: .5rem
}

@media (max-width: 991px) {
    .homepage-flashsale .product-grid__buy {
        display:none
    }
}

@media (min-width: 991px) {
    .on-mobile .homepage-flashsale .product-grid__buy {
        display:none
    }
}

.homepage-flashsale .product-grid__buy .btn {
    background-color: #fff;
    border: 1px solid #fff;
    color: #000;
    border-radius: 100vmax;
    padding-left: 1rem;
    padding-right: 1rem
}

@media (max-width: 1660px) {
    .homepage-flashsale .product-grid__buy .btn {
        height:34px
    }
}

.homepage-flashsale .product-grid__buy .btn:hover {
    background-color: #000;
    color: #fff;
    border: 1px solid #000
}

.homepage-flashsale__slider {
    display: flex;
    gap: 1rem
}

.homepage-flashsale__slider .slick-dots {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    list-style: none;
    gap: .5rem
}

.homepage-flashsale__slider .slick-dots button {
    padding: 0;
    font-size: 0;
    width: .375rem;
    height: .375rem;
    border-radius: 100vmax;
    border: 0;
    background-color: #aebbc1
}

.homepage-flashsale__slider .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 1;
    border: 0;
    background-color: transparent;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

@media (max-width: 991px) {
    .homepage-flashsale__slider .slick-arrow {
        width:1rem;
        padding: 0
    }

    .homepage-flashsale__slider .slick-arrow svg {
        width: 100%
    }
}

@media (min-width: 991px) {
    .on-mobile .homepage-flashsale__slider .slick-arrow {
        width:1rem;
        padding: 0
    }

    .on-mobile .homepage-flashsale__slider .slick-arrow svg {
        width: 100%
    }
}

.homepage-flashsale__slider .slick-arrow.slick-next {
    left: 100%
}

.homepage-flashsale__slider .slick-arrow.slick-prev {
    right: 100%
}

.homepage-flashsale__slide {
    width: 20%;
    padding: 1rem;
    height: 100%;
    transition: all .3s
}

@media (max-width: 991px) {
    .homepage-flashsale__slide {
        padding:0;
        max-width: 250px
    }

    .homepage-flashsale__slide:not(.slick-center) {
        transform: scale(.8);
        opacity: .7
    }
}

@media (min-width: 991px) {
    .on-mobile .homepage-flashsale__slide {
        padding:0;
        max-width: 250px
    }

    .on-mobile .homepage-flashsale__slide:not(.slick-center) {
        transform: scale(.8);
        opacity: .7
    }
}

.homepage-flashsale__head {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    padding: 0 1rem
}

@media (max-width: 991px) {
    .homepage-flashsale__head {
        flex-flow:column;
        justify-content: center
    }
}

@media (min-width: 991px) {
    .on-mobile .homepage-flashsale__head {
        flex-flow:column;
        justify-content: center
    }
}

.homepage-flashsale__head .countdown__number {
    background-color: #2e59cf
}

.homepage-flashsale__head .countdown__label {
    display: none
}

.homepage-flashsale__heading {
    margin-right: 1rem;
    text-align: center
}

@media (max-width: 991px) {
    .homepage-flashsale__heading {
        margin-bottom:.5rem
    }
}

@media (min-width: 991px) {
    .on-mobile .homepage-flashsale__heading {
        margin-bottom:.5rem
    }
}

.homepage-flashsale__heading span {
    display: none
}

@media (max-width: 991px) {
    .homepage-flashsale__heading span {
        display:block;
        color: #fff;
        margin-top: .5rem
    }
}

@media (min-width: 991px) {
    .on-mobile .homepage-flashsale__heading span {
        display:block;
        color: #fff;
        margin-top: .5rem
    }
}

.homepage-flashsale__heading img {
    max-height: 58px;
    width: auto
}
