/* BEGIN: bw-template-product_look */
.bw-template-product_look{
    position: relative;
}

.bw-template-product_look .bw-helper{
    position: absolute;
    width: 100%;
    top: 0;
    height: 130px;
}

.bw-template-product_look .bw-wrapper{
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: "content";
    position: relative;
}

.bw-template-product_look  .bw-wrapper .bw-wrapper-helper{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: -60px;
    left: 0;
}

.bw-template-product_look .bw-content{
    grid-area: content;
    height: 100%;
    z-index: 1;
}

.bw-template-product_look .bw-content-wrapper{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 40px 24px;
    height: 100%;
    gap: 10px;
}

.bw-template-product_look .bw-content-title{
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.bw-template-product_look .bw-content-title .content-title {
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 30px;
}

.bw-template-product_look .bw-info {
    position: absolute;
    right: 10px;
    top: 10px;
    width: auto;
}

.bw-template-product_look .bw-info .info-more{
    display: flex;
    gap: 5px;
}

.bw-template-product_look .bw-products{
    overflow: hidden;
    padding: 0 24px;
}


@media (max-width: 767px) {
    .bw-template-product_look .bw-content{
        padding: 0;
    }

    .bw-template-product_look .bw-content-wrapper{
        padding: 30px 15px 15px;
    }

    .bw-template-product_look .bw-content-title .content-title{
        font-size: 18px;
    }

    .bw-template-product_look{
        margin-left: -15px;
        margin-right: -15px;
    }

    .bw-template-product_look .bw-content-wrapper{
        padding: 20px 15px;
    }

    .bw-template-product_look .bw-products{
        padding: 0;
        padding-left: 15px;
    }
}
/* END: bw-template-product_look */
