body.page-id-239305 #page-title-bar{
    display: none!important;
}

.so-instagram-banner{
    margin-top:30px;
}

.so-instagram-banner span {
    display:block;
    background:#FFE600;
    color:#111;
    text-decoration:none;
    text-align:center;

    padding:18px 22px;

    border-radius:12px;

    font-size:17px;
    font-weight:400;
    line-height:1.5;

    box-shadow:0 8px 20px rgba(0,0,0,.08);

    transition:all .25s ease;
}


.so-instagram-banner a {
    font-weight: 900;
    color: #000000;
}
.so-instagram-banner a:hover {
    text-decoration: underline;
}

/*page style*/

.yellow-wrap-text {
    padding: 0 12px;
    background-color: #FFE600;
}
.yellow-wrap-heading {
    font-size: 64px;
    font-weight: 900;
    text-transform: uppercase;
}
.yellow-wrap-heading-block {
    font-size: 42px;
    line-height: 48px;
    font-weight: 900;
    text-transform: uppercase;
}




/*product cart*/
.random-product-card{
    width:490px;
    max-width:100%;
    background:#fff;
    border:1px solid #e8e8e8;
    border-radius:8px;
    position:relative;
    overflow:hidden;
    padding:28px 24px 28px;
    text-align:center;
    transition:.25s;
    box-sizing:border-box;
}

.random-product-card:hover{
    box-shadow:0 10px 35px rgba(0,0,0,.08);
}


.rpc-sale-badge{
    position: absolute;
    top: 20px;
    right: 28px;
    background: #FF0000;
    padding: 5px 11px;
    color: #fff;
    border-radius: 11px;
    line-height: 16px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    direction: ltr;
}

.rpc-image-link{
    display:flex;
    align-items:flex-end;
    justify-content:center;
    height:360px;
    margin-top:15px;
}
.rpc-image-link img{
    display: block;
    aspect-ratio: 1 / 1;
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit:contain;
}

.rpc-rating{
    margin-top:10px;
}

.star-rating{

    color:#ffc400;

    font-size:20px;

    line-height:1;

    letter-spacing:1px;

}

/*.rpc-rating .star-rating{
    float:none;
    display:inline-block;
    margin:0 auto;
    font-size:18px;
}
.rpc-rating .star-rating::before{
    color:#d8d8d8;
}

.rpc-rating .star-rating span::before{
    color:#f5b301;
}*/

.rpc-review-count{
    color:#777;
    font-size:18px;
    margin-top:5px;
}

.rpc-title{
    margin:38px 0 28px;
    padding:0 15px;
    font-size:20px;
    line-height:1.55;
    font-weight:400;
}

.rpc-title a{
    color:#1e1e1e;
    text-decoration:none;
}

.rpc-coins{
    width:360px;
    max-width:100%;
    margin:0 auto 35px;
    background:#fff8db;
    border-radius:6px;
    box-shadow:0 10px 30px rgba(0,0,0,.15);
    padding:15px 20px;
    color:#666;
    font-size:16px;
    line-height:1.3;
    direction: ltr;
}

.rpc-coins strong{
    color:#555;
    font-weight:700;
}

.rpc-price{
    text-align:left;
    direction:ltr;
    font-size:40px;
    font-weight:500;
    color:#222;
    margin-bottom:28px;
}

.rpc-button{
    display:flex;
    justify-content:center;
    align-items:center;
    width:100%;
    height:62px;
    background:#000;
    color:#fff;
    text-decoration:none;
    border-radius:999px;
    font-size:28px;
    font-weight:700;
    transition:.25s;
}
.rpc-button:hover{
    background:#202020;
}
.rpc-button:active{
    transform:translateY(1px);
}

@media(max-width:600px){
    .random-product-card{
        padding:20px;
    }
    .rpc-image-link{
        height:260px;
    }
    .rpc-title{
        font-size:18px;
    }
    .rpc-button{
        height:56px;
        font-size:22px;
    }
}






/*FORM*/
.cf7-review-form{
    max-width: 400px;
    margin:auto;
    padding: 40px 30px 30px;
    border:2px solid #FFE600;
    border-radius:10px;
    background:#fff;
    direction:rtl;
}

.cf7-review-form h2{
    text-align:center;
    font-size: 26px;
    font-weight:400;
    margin-bottom:20px;
}

.cf7-row{
    display:flex;
    gap:20px;
    margin-bottom:15px;
}

.cf7-col{
    flex:1;
}

.cf7-review-form label{
    display:block;
    margin-bottom:6px;
    font-size:14px;
    font-weight:600;
    color:#222;
}

.cf7-review-form input[type=text],
.cf7-review-form input[type=email],
.cf7-review-form textarea{
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 14px;
    min-height: auto;
    line-height: 16px;
}

.cf7-review-form textarea{
    resize:vertical;
    min-height:180px;
}

.cf7-rating{
    margin: 15px 0;
    display: flex;
    align-items: center;
}

.cf7-rating p {
    margin-bottom: 0;
}
.rating-stars{
    display:flex;
    flex-direction:row-reverse;
    justify-content:flex-end;
    gap:6px;
    margin-top:0;
    margin-bottom: 0;
    margin-right: 10px;
}

.rating-stars span{
    font-size:25px;
    color:#ddd;
    cursor:pointer;
    transition:.2s;
    user-select:none;
}

.rating-stars span.active{
    color:#000;
}

.cf7-submit {
    direction: ltr;
}

.cf7-review-form input[type=submit]{
    background:#000;
    color:#fff;
    border:none;
    border-radius:35px;
    padding: 0px 42px;
    height: auto;
    font-size:16px;
    cursor:pointer;
    margin-top:15px;
    transition:.25s;
}

.cf7-review-form input[type=submit]:hover{
    opacity:.85;
}

@media(max-width:768px){

    .cf7-row{
        display:block;
    }

    .cf7-col{
        margin-bottom:20px;
    }

}