.homecatimg img {
    width: 100%;
}

.current-offer {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    min-height: 480px;
    padding-top: 100px;
}

.current-offer .btncont {
    display: flex;
    justify-content: center;
    align-items: center;
}

.current-offer a {
    color: #fff;
    background-color: transparent;
    margin: 10px 0 0 0;
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 8px 30px;
    user-select: none;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.current-offer a:hover {
    color: #000;
}

.current-offer a::before,
.current-offer a::after {
    transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
}

.current-offer a::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    width: 100%;
    height: 100%;
    transform: translateX(-100%);
    z-index: -1;
}

.current-offer a::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000;
    width: 100%;
    height: 100%;
    transform: translateX(0%);
    z-index: -1;
}

.current-offer a:hover::before {
    transform: translateX(0%);
}

.current-offer a:hover::after {
    transform: translateX(100%);
}

.current-offer h2 {
    text-transform: uppercase;
    letter-spacing: 8px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    font-size: 50px;
    margin: 0 0 30px 0;
}

.lookbook {
    margin-top: -150px;
    position: relative;
    z-index: 1;
    clear: both;
}

.lookbook .inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr auto auto;
}

.lookbook .inner .imgcont {
    grid-column: 1/2;
    grid-row: 1/4;
    align-self: center;
    margin: 30px;
    box-shadow: 0px 1px 15px 1px #000;
}

.lookbook .inner .titlecont {
    grid-column: 2/3;
    grid-row: 1/2;
    background-color: #222222;
    color: #e9e4d9;
    padding: 20px 20px 0 0;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.lookbook .inner .titlecont h2 {
    color: #e9e4d9;
    text-transform: uppercase;
    letter-spacing: 10px;
    font-size: 60px;
    word-spacing: 100vw;
    line-height: 2;
    margin: 0;
}

.lookbook .inner .textlink {
    grid-column: 2/3;
    grid-row: 2/3;
    background-color: #e9e4d9;
    padding: 30px 30px 30px 0;
    text-transform: uppercase;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    letter-spacing: 3px;
    font-size: 34px;
}

.lookbook .inner .textlink a {
    color: #222222;
}

.lookbook .inner .titlecont::after,
.lookbook .inner .textlink::after,
.lookbook .inner .iconlink::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: -100%;
    top: 0;
    z-index: -1;
}

.lookbook .inner .titlecont::after {
    background-color: #222222;
}

.lookbook .inner .textlink::after,
.lookbook .inner .iconlink::after {
    background-color: #e9e4d9;
}

.lookbook .inner .iconlink {
    grid-column: 2/3;
    grid-row: 3/4;
    background-color: #e9e4d9;
    color: #5d5b58;
    padding: 0 30px 30px 0;
    position: relative;
    text-align: right;
}

.lookbook .inner .iconlink a {}

.lookbook .inner .iconlink a .fa {
    font-size: 70px;
    line-height: 30px;
}

.tranding-cat .products {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.homecatimg .cover-link {
    position: relative;
}

@media (max-width: 1600px) {
    #new_main_page .feature-cat figure img {
        opacity: 1;
    }
}

@media (max-width: 767px) {
    .tranding-cat .products {
        flex-direction: column;
        align-items: center;
        margin: 20px auto 0 auto;
    }
    .tranding-cat .products .product {
        margin: 0 auto 10px auto;
    }
    .tranding-cat .products .product .detl {
        min-height: initial;
    }
    .tranding-cat .products .product img {
        margin: 0 auto;
        display: block;
    }
    .tranding-cat .products .product {
        margin: 0 0 10px 0 !important;
    }
}
