.index-wrap>.container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 70px
}

#index-main-slider .slide img {
    position: relative;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center
}

#index-main-slider .pagination {
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #ffffff80;
    border-radius: 10px;
    padding: 5px;
    gap: 10px;
    -webkit-box-shadow: 1px 1px 3px #00000020;
            box-shadow: 1px 1px 3px #00000020
}

#index-main-slider .pagination li {
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 3px #00000030;
            box-shadow: 1px 1px 3px #00000030
}

.amazing-offer {
    background: var(--light)url(../images/tito-icon.svg)no-repeat center top -50px;
    background-size: min(450px,80%);
    text-align: center;
    padding: 100px 50px 0;
    border-radius: 0 0 50px 50px;
    -webkit-transition: all .25s,width 0s,padding 0s;
    -o-transition: all .25s,width 0s,padding 0s;
    transition: all .25s,width 0s,padding 0s;
    margin-bottom: 150px
}

.amazing-offer>h3 {
    font-size: 1.475rem;
    display: block;
    font-weight: 800;
    margin-bottom: 40px
}

#index-amazing-offer-slider {
    margin: 10px 0-150px;
    gap: 17px
}

#index-amazing-offer-slider .head-actions {
    border-radius: 24px
}

#index-amazing-offer-slider .head-actions .timer {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(4,1fr);
    gap: 30px
}

#index-amazing-offer-slider .head-actions .timer>.col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: .75rem
}

#index-amazing-offer-slider .head-actions .timer-span {
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 700;
    color: var(--red)
}

.bell-news,.bestsellings {
    background-color: var(--red)
}

.bell-news {
    color: #fff;
    padding: 20px;
    border-radius: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px
}

.bell-news .icon-bell-ringing {
    font-size: 2.875rem;
    opacity: .5;
    margin-left: 10px
}

.bell-news h2 {
    font-size: 1.125rem;
    padding-left: 10px;
    border-left: 1px solid #ffffff70
}

.bell-news .desc {
    font-size: .875rem
}

.bell-news .tito-btn {
    margin-right: auto
}

.bestsellings {
    padding: 50px 0;
    margin: 70px 0
}

.bestsellings .titoslider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 30px;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch
}

.bestsellings .titoslider .actions {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px;
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    color: #fff;
    font-size: .875rem;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.bestsellings .titoslider .actions h2 {
    font-size: 1.25rem;
    font-weight: 800;
    margin-bottom: 4px
}

.bestsellings .titoslider .actions .see-all {
    border-color: #fff;
    color: #fff;
    font-size: .75rem;
    padding: 8px 14px
}

.bestsellings .titoslider .actions .tito-btn:hover {
    background-color: #fff;
    color: var(--red)
}

.bestsellings .titoslider .outer-wrap {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    overflow: hidden;
    width: 100%;
    position: relative
}

.bestsellings .titoslider .inner-shadow {
    position: absolute;
    top: 0;
    height: 100%;
    pointer-events: none;
    z-index: 2;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.bestsellings .titoslider .inner-shadow.right {
    right: 0;
    background-image: -webkit-gradient(linear,right top, left top,from(var(--red)),to(transparent));
    background-image: -o-linear-gradient(right,var(--red) 0%,transparent 100%);
    background-image: linear-gradient(to left,var(--red) 0%,transparent 100%)
}

.bestsellings .titoslider .inner-shadow.left {
    left: 0;
    background-image: -webkit-gradient(linear,left top, right top,from(var(--red)),to(transparent));
    background-image: -o-linear-gradient(left,var(--red) 0%,transparent 100%);
    background-image: linear-gradient(to right,var(--red) 0%,transparent 100%)
}

.bestsellings .titoslider .slider-control .tito-btn {
    background-color: #fff;
    border: 0!important;
    padding: 8px 10px!important;
    border-radius: 10px!important
}

.blog-posts h2 {
    font-size: 1.25rem;
    text-align: center;
    margin-bottom: 40px
}

.blog-posts h2 .focus {
    font-weight: 800
}

.index-wrap .inside-container {
    width: min(1000px,100%);
    margin-top: 70px
}

.how-buy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
    margin-bottom: 100px
}

.how-buy .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 7px;
    line-height: 1.8
}

.how-buy .text .tito {
    font-size: 1.5rem;
    font-weight: 800
}

.how-buy .video {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 550px;
            flex: 0 1 550px
}

.features {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-auto-rows: 1fr;
    text-align: center;
    gap: 20px;
}

.features .feature {
    background: url(../images/tito-dot.svg)no-repeat center;
    background-size: contain;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    aspect-ratio: 1
}

@supports not (aspect-ratio:1) {
    .features .feature {
        height: 288px
    }
}

.features .feature:hover .icon {
    color: var(--red)
}

.features .feature .icon {
    max-width: 100%;
    height: 70px;
    margin-bottom: 14px;
    color: #000
}

.features .feature .focus {
    font-weight: 700
}

.features .feature p {
    font-size: 75%
}

.grid-category>.category.fantasy::before {
    background-image: url(../images/grid-category-fantasy.png)
}

.grid-category>.category.fantasy {
    --grid-color: #7E6E6F;
    color: #fff
}

.grid-category>.category.lovely-clothes::before {
    background-image: url(../images/grid-category-lovely-clothes.png)
}

.grid-category>.category.lovely-clothes {
    --grid-color: #7F5940;
    color: #fff
}

.grid-category>.category.fantasy-watches::before {
    background-image: url(../images/grid-category-fantasy-watches.png);
    background-position-y: top
}

.grid-category>.category.fantasy-watches {
    --grid-color: #C1AC96;
    color: #000
}

.grid-category>.category.lovely-accessories::before {
    background-image: url(../images/grid-category-lovely-accessories.png)
}

.grid-category>.category.lovely-accessories {
    --grid-color: #EEBB83;
    color: #000
}

/*@media screen and (max-width:980px) {*/
/*    #index-main-slider {*/
/*        width: 100%!important;*/
/*        padding: 0*/
/*    }*/

/*    .index-wrap {*/
/*        margin-top: -34px*/
/*    }*/

/*    .amazing-offer {*/
/*        padding: 50px 20px 0*/
/*    }*/

/*    .amazing-offer>h3 {*/
/*        margin-bottom: 20px*/
/*    }*/

/*    #index-amazing-offer-slider .head-actions .timer {*/
/*        gap: 10px*/
/*    }*/

/*    #index-amazing-offer-slider .head-actions .tito-btn {*/
/*        padding: 6px 10px*/
/*    }*/

/*    #index-amazing-offer-slider .head-actions,.bell-news {*/
/*        padding: 14px*/
/*    }*/

/*    #index-amazing-offer-slider .head-actions .see-all i,.bestsellings .titoslider .inner-shadow {*/
/*        display: none*/
/*    }*/

/*    .bell-news .icon-bell-ringing {*/
/*        margin-left: 0;*/
/*        font-size: 2rem*/
/*    }*/

/*    .bestsellings .titoslider,.how-buy {*/
/*        -webkit-box-orient: vertical;*/
/*        -webkit-box-direction: normal;*/
/*            -ms-flex-direction: column;*/
/*                flex-direction: column;*/
/*        gap: 20px*/
/*    }*/

/*    .bestsellings .titoslider .actions {*/
/*        -webkit-box-flex: 0;*/
/*            -ms-flex: 0 0 100%;*/
/*                flex: 0 0 100%;*/
/*        padding: 0;*/
/*        -webkit-box-align: center;*/
/*            -ms-flex-align: center;*/
/*                align-items: center;*/
/*        -ms-grid-columns: 1fr auto 1fr;*/
/*        grid-template-columns: 1fr auto 1fr;*/
/*        text-align: center;*/
/*        display: -ms-grid;*/
/*        display: grid*/
/*    }*/

/*    .bestsellings .titoslider .actions .see-all {*/
/*        float: left*/
/*    }*/

/*    .bestsellings .titoslider .outer-wrap {*/
/*        padding: 0*/
/*    }*/

/*    .how-buy {*/
/*        text-align: center;*/
/*        gap: 30px*/
/*    }*/

/*    .how-buy .video {*/
/*        -webkit-box-flex: 1;*/
/*            -ms-flex: 1 1 auto;*/
/*                flex: 1 1 auto;*/
/*        width: 100%*/
/*    }*/

/*    .features {*/
/*        grid-template-columns: repeat(2,1fr);*/
/*        grid-auto-rows: repeat(2,1fr)*/
/*    }*/
/*}*/
@media screen and (max-width:980px) {
    #index-main-slider {
        width: 100%!important;
        padding: 0
    }

    .index-wrap {
        margin-top: -34px
    }

    .amazing-offer {
        padding: 50px 20px 0
    }

    .amazing-offer>h3 {
        margin-bottom: 20px
    }

    #index-amazing-offer-slider .head-actions .timer {
        gap: 10px
    }

    #index-amazing-offer-slider .head-actions .tito-btn {
        padding: 6px 10px
    }

    #index-amazing-offer-slider .head-actions,.bell-news {
        padding: 14px
    }

    #index-amazing-offer-slider .head-actions .see-all i,.bestsellings .titoslider .inner-shadow {
        display: none
    }

    .bell-news .icon-bell-ringing {
        margin-left: 0;
        font-size: 2rem
    }

    .bestsellings .titoslider,.how-buy {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 20px
    }

    .bestsellings .titoslider .actions {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        padding: 0;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -ms-grid-columns: 1fr auto 1fr;
        grid-template-columns: 1fr auto 1fr;
        text-align: center;
        display: -ms-grid;
        display: grid
    }

    .bestsellings .titoslider .actions .see-all {
        float: left
    }

    .bestsellings .titoslider .outer-wrap {
        padding: 0
    }

    .how-buy {
        text-align: center;
        gap: 30px
    }

    .how-buy .video {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
        width: 100%
    }

    .features {
        grid-template-columns: repeat(2,1fr);
        grid-auto-rows: repeat(2,1fr);
        width: min(520px, 100%);
    }
}
@media screen and (max-width:540px) {
    .amazing-offer {
        padding: 50px 10px 0
    }

    #index-amazing-offer-slider .head-actions,.bestsellings .titoslider .actions {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        row-gap: 20px
    }

    #index-amazing-offer-slider .head-actions .timer {
        width: 100%;
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1;
        margin-top: 10px
    }

    .bestsellings .titoslider .actions .title {
        width: 100%;
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1
    }

    .bell-news {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column
    }

    .bell-news h2 {
        padding-left: 0;
        border: 0
    }

    .bell-news .tito-btn {
        margin-right: 0
    }
    .features .feature {
        gap: 3px;
        padding: 5px;
    }
    .features .feature .icon {
        max-width: 40%;
        max-height: 50px;
        margin-bottom: 4px;
    }
    .features .feature .focus {
        font-size: 80%;
    }
}