/* Shop now banner */
.banner-shop-now-section {
    padding: 13px 16px 64px 16px;
}

.banner-shop-now-section .banner-shop-now_container {
    max-width: 1047px;
    margin: 0px auto;
}

.banner-shop-now-section .banner-shop-now-wrapper {
    background-color: #DCEFEE;
    border-radius: 35px;
}

.banner-shop-now-section .banner-shop-now-content {
    padding: 60px 30px 60px 46px;
}

.banner-shop-now-section .banner-shop-now-wrapper {
    display: grid;
    grid-template-columns: 1fr 358px;
}

.banner-shop-now-section .banner-shop-now-content .banner-title {
    font-family: FilsonPro, sans-serif;
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    color: #127E80;
}

.banner-shop-now-section .shop-now-button {
    margin-top: 28px;
    font-size: 18px;
    font-family: FilsonPro, sans-serif;
    line-height: 22px;
    font-weight: 700;
    color: #fff;
    padding: 14px 48px;
    background-color: #127E80;
    border-radius: 5px;
    display: inline-block;
}

.banner-shop-now-section .banner-shop-now-content {
    display: grid;
    gap: 25px;
    grid-template-columns: 110px 1fr;
}

.banner-shop-now-section .banner-shop-now-image {
    height: 100%;
}

.banner-shop-now-section .banner-shop-now-image img {
    height: 100%;
}

.banner-shop-now-section .banner-title {
    position: relative;
}

.banner-shop-now-section .banner-shop-now-content {
    position: relative;
}

.banner-shop-now-section .banner-shop-header img {
    height: 5px;
    margin-top: -6px;
    width: 82%;
}

.banner-shop-now-section .arrow-image {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 68%;
    right: 28%;
}

.banner-shop-now-section .arrow-curls-image {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 70%;
    left: 18%;
}

@media screen and (max-width: 1060px) {
    .banner-shop-now-section .banner-shop-now-content .banner-title {
        font-size: 30px;
        line-height: 45px;
    }
}

@media screen and (max-width: 1024px) {
    .banner-shop-now-section .arrow-image {
        top: 68%;
        right: 20%;
    }
}

@media screen and (max-width: 991px) {
    .banner-shop-now-section .banner-shop-now-content {
        padding: 40px 14px 40px 26px;
    }

    .banner-shop-now-section .banner-shop-now-wrapper {
        align-items: center;
    }

    .banner-shop-now-section .banner-shop-now-content {
        grid-template-columns: 82px 1fr;
    }

    .banner-shop-now-section .banner-shop-now-content .banner-title {
        font-size: 30px;
        line-height: 36px;
    }

    .banner-shop-now-section .banner-shop-now-wrapper {
        display: flex;
        flex-direction: column;
        max-width: 358px;
        width: 100%;
        margin: 0px auto;
        overflow: hidden;
    }

    .banner-shop-now-section .banner-shop-now-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 13px;
    }

    .banner-shop-now-section .banner-shop-desc-section {
        text-align: center;
    }

    .banner-shop-now-section .shop-now-button {
        margin-top: 20px;
    }

    .banner-shop-now-section .banner-shop-now-content {
        padding: 26px 50px;
    }

    .banner-shop-now-section {
        padding-bottom: 0px;
    }

    .banner-shop-now-section .buy-with-prime-image {
        max-width: 66px;
        width: 100%;
    }

    .banner-shop-now-section .banner-shop-header img {
        width: 95%;
    }

    .banner-shop-now-section .arrow-image {
        max-width: 36px;
        top: 20%;
        transform: rotate(260deg);
        right: 26%;
    }

    .banner-shop-now-section .banner-shop-header img {
        width: 92%;
        margin-right: auto;
        margin-left: auto;
    }

    .banner-shop-now-section .arrow-curls-image {
        max-width: 36px;
        top: 75%;
        left: 10%;
        transform: rotate(45deg);
    }
}

/* collection banner */
.collection-banner-section {
    padding: 0px 16px;
    background-color: #DCEFEE;
}

.collection-banner-section .collection-banner_container {
    max-width: 1200px;
    width: 100%;
    margin: 0px auto;
}

.collection-banner-section .collection-banner-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 24px;
}

.collection-banner-section .collection-banner-content {
    display: grid;
    grid-template-columns: 90px 366px;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.collection-banner-section .collection-banner-title {
    position: relative;
}

.collection-banner-section .collection-banner-title .arrow-image {
    position: absolute;
    right: -38px;
    transform: rotate(272deg);
    top: 30%;
    width: 45px;
}

.collection-banner-section .collection-banner-content {
    padding: 46px 0px;
}

.collection-banner-section .collection-banner-title span {
    position: absolute;
    top: 40px;
    width: 95%;
}

.collection-banner-section .banner-title {
    font-family: FilsonPro, sans-serif;
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    color: #127E80;
}

.collection-banner-section .collection-banner-image {
    position: relative;
}

.collection-banner-section .collection-banner-image .left-image {
    position: absolute;
    top: -17px;
    transform: rotate(64deg);
    left: -14px;
}

.collection-banner-section .collection-banner-image .right-image {
    position: absolute;
    right: -68px;
    bottom: 35px;
}

.collection-banner-section .collection-mobile-image {
    display: none;
}



@media screen and (max-width: 1328px) {
    .collection-banner-section .collection-banner-wrapper {
        gap: 85px;
        justify-content: unset;
    }
}

@media screen and (max-width: 1160px) {
    .collection-banner-section .collection-banner-wrapper {
        gap: 76px;
        justify-content: start;
    }

    .collection-banner-section .collection-banner-image {
        max-width: 368px;
        width: 100%;
    }

    .collection-banner-section .collection-banner-content {
        padding: 18px 0px;
    }

    .collection-banner-section .banner-title {
        font-size: 32px;
    }
}

@media screen and (max-width: 991px) {
    .collection-banner-section .banner-title {
        font-size: 30px;
        line-height: 36px;
    }

    .collection-banner-section .collection-banner-wrapper {
        gap: 5px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .collection-banner-section .buy-with-prime-image {
        max-width: 66px;
        width: 100%;
    }

    .collection-banner-section .collection-banner-content {
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .collection-banner-section .collection-banner-title .arrow-image {
        right: -19px;
        transform: rotate(272deg);
        top: 22%;
        width: 25px;
    }

    .collection-banner-section .collection-banner-title span {
        top: 20px;
    }

    .collection-banner-section .banner-title {
        max-width: 276px;
    }

    .collection-banner-section .collection-banner-title span {
        top: 30px;
    }

    .collection-banner-section .collection-mobile-image {
        display: block;
    }

    .collection-banner-section .collection-desktop-image {
        display: none;
    }

    .collection-banner-section .collection-mobile-image {
        margin: 0px auto;
    }

    .collection-banner-section .collection-banner-image {
        width: 262px;
    }

    .collection-banner-section .collection-banner-image .right-image {
        width: 34px;
        right: -24px;
        bottom: unset;
        top: 8px;
        transform: rotate(-46deg);
    }

    .collection-banner-section .collection-banner-image .left-image {
        width: 34px;
        top: 58px;
        transform: rotate(-14deg);
        left: -27px;
    }
}

@media screen and (max-width: 576px) {
    .collection-banner-section .banner-title {
        max-width: 186px;
    }

    .collection-banner-section .banner-title {
        font-size: 20px;
        line-height: 22px;
    }

    .collection-banner-section .collection-banner-title span {
        top: 20px;
    }

    .collection-banner-section .collection-banner-content {
        padding: 18px 0px 0px 0px;
    }
}

/* bwp collection message */

.buy-with-prime-collection-message img {
    max-width: 365px;
    margin: 0px auto;
    margin-top: 20px;
}

@media screen and (max-width: 767px) {
    .buy-with-prime-collection-message img {
        margin-top: 0px;
    }
}

@media screen and (max-width: 768px) {
    .single-product .buy-with-prime-widget {
        max-width: 300px;
        margin: 0px auto;
    }
}


body {
    width: 100% !important;
}

.amazon-product-reviews {
    max-width: 1200px;
    width: 100%;
    margin: 0px auto;
    padding-bottom: 30px;
}


/* product page review tab */

.product-review-tab-container {
    margin: 0px auto;
    text-align: center;
    padding: 42px 16px 20px 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
}

.product-review-tab-container .product-review-button {
    border: 1px solid #BCBCBC;
    border-radius: 50px;
    background: unset;
    padding: 10px 16px;
    font-family: FilsonPro, sans-serif;
    font-size: 42px;
    font-weight: 500;
    line-height: 50px;
}

.product-review-tab-container  .product-review-button:hover, .product-review-tab-container .product-review-button.active{
    border: 1px solid #E02339;
    color: #fff;
    background-color: #E02339;
}


@media screen and (max-width: 991px){
    .product-review-tab-container .product-review-button{
        font-size: 24px;
        line-height: 28px;
    }
    .product-review-tab-container{
        justify-content: start;
        flex-wrap: wrap;
        padding: 14px 12px;
        gap: 16px;
    }
}