/*--------------------------------------------------------------------------
|  Header
--------------------------------------------------------------------------*/
.bg-main {
    background: var(--color-main);
}

/*--------------------------------------------------------------------------
|  Main
--------------------------------------------------------------------------*/
.box-highlight {
    padding: 3rem;
    box-shadow: 0 0 15px rgba(0,0,0,.08);
    position: relative;
    z-index: 2;
    background: white;
}

.box-highlight i {
    font-size: 4rem;
    color: var(--color-highlight);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.item-highlight:hover i {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.highlight--tile {
    font-size: 1.7rem;
    font-weight: bold;
}

.highlight--description {
    color: grey;
}

.title-cate {
    text-transform: capitalize;
    font-weight: bold;
    border-bottom: 1px solid;
    display: inline-block;
    padding-bottom: .5rem;
    font-size: 3rem;
    line-height: 1.5;
}

.desc-cate {
    font-size: 1.6rem;
}

.product-item--cate {
    border: 1px solid lightgrey;
    border-radius: 1rem;
    overflow: hidden;
    padding: 1rem;
}

.show-now {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,.4) none repeat scroll 0 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.show-now > span {
    background-color: #fff;
    padding: 8px 25px;
    color: #333;
    font-size: 16px;
    font-weight: 600;
    display: inline;
    text-transform: uppercase;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    white-space: nowrap;
    user-select: none;
    border-radius: 3px;
    box-shadow: 0 0 12px 0 rgb(0 0 0 / 10%);
}

.product-item--cate:hover .show-now {
    opacity: 1;
}

.prd-cate-title {
    font-size: 1.7rem;
    font-weight: 600;
}

.item-countdown .image-1 {
    -webkit-transform: scaleX(-1);
    transform: rotate(15deg) scaleX(-1);
}

.title-countdown {
    font-size: calc(3.5rem + 1.3vw);
}

.desc-countdown {
    font-size: calc(1.6rem + 1vw);
}

.item-countdown .countdown ul {
    padding: 0;
    list-style: none;
    margin: 0;
    text-align: center;
}

.item-countdown .countdown li {
    display: inline-flex;
    list-style-type: none;
    padding: .5rem;
    background: url(/templates/fashion03/assets/img/counter-img.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 1.5rem;
    font-size: 1.5rem;
    color: black;
    text-transform: uppercase;
    width: 20.33333%;
    overflow: hidden;
    aspect-ratio: 1/1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.item-countdown .countdown li span {
    display: block;
    font-size: calc(3rem + 1vw);
    font-weight: bold;
}

.btn-reg-countdown {
    font-size: 1.8rem;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: .5rem;
}

.swiper-baner--wrap {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2rem;
}

.swiper-baner--tile {
    font-size: calc(3rem + 1.2vw);
    text-transform: capitalize;
    font-weight: bold;
    color: #333333;
    margin-bottom: 2rem;
}

.swiper-baner--description {
    font-size: 1.6rem;
    font-weight: bold;
    color: gray;
}

.icon-highlight img {
    width: 8rem;
    height: 8rem;
    aspect-ratio: 1/1;
    object-fit: contain;
}

.swiper-highlight--tile {
    font-size: 2rem;
    text-transform: uppercase;
    margin-top: 1rem;
}

.item-highlight2 {
    filter: grayscale(1);
}

.item-highlight2:hover {
    filter: none;
}
.product-image-detail .inner-image {
    padding-top: 75%;
}
/*--------------------------------------------------------------------------
|  Footer
--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------
|  Responsive
--------------------------------------------------------------------------*/
.is-mobile .swiper-slide--tile {
    font-size: 2.3rem;
}

.is-mobile .btn-mini-cart {
    color: black;
}

@media (max-width: 500px) {
    .is-mobile .item-countdown .countdown li {
        width: 33.33333%;
    }
}

@media (min-width: 992px) {
    .box-highlight {
        margin-top: -6rem;
    }

    .box-contact-form {
        background: white;
        margin-top: -10rem;
        padding: 3rem;
        border-radius: 1rem;
        box-shadow: 0px 1px 10px 1px #bfbfbf;
    }

    .div-center .row > div:nth-child(2) {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
}
