<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.carousel-personalized{
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;
}
.random-purchases{
    width: 32%;
}
.recently-viewed{
    height: 300px;
    border: 1px solid rgb(0, 0, 0, 0.1);
    width: 32%;
}
.recently-search{
    border: 1px solid rgb(0, 0, 0, 0.1);
    width: 32%;
}
.b{
    font-size: 20px;
}

.star.selected {
    fill: #FF3F98;
}
#review-more-product{
    color: #1d78cb;
}
.image-content{
    margin-left: 10px;
}
.random-purchases-main{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.random-purchases-b{
    width: 100% !important;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
}
.img-random-purchases{
    width: 180px;
    height: 180px;
}
.span-random-purchases{
    text-align: center;
    margin: 0px 15px;
}
.a-random-purchases{
    position: relative;
    bottom: 7px;
    margin-right: 27px;
}
.recently-viewed-b{
    width: 1000px;
    margin-top: 10px;
}
.div-image{
    text-align: center;
    margin-top: 30px;
    display: flex;
    justify-content: space-evenly;
}
.recently-search-b{
    width: 1000px;
    margin-top: 10px;
}
.recently-search-span{
    position: relative;
    top: 22px;
    margin-right: 5%;
}
@media screen and (max-width:1710px) {
    .recently-viewed{
        display: none;
    }
    .recently-search{
        display: none;
    }
    .random-purchases{
        width: 60%;
    }
}
@media screen and (max-width:900px) {
    .random-purchases{
        width: 90% !important
    }
}
/*star*/
.svg-box-home{
    text-align: center;
}
.star-input-home {
    display: none;
}
.svg-box-home svg.empty {
    fill:  #FF3F98 ;
    z-index: 0;
    position: relative;
    cursor: pointer;
}
.svg-box-home svg.fill {
    fill:  #FF3F98 ;
    position: absolute;
    right: 0px;
    top: -83px!important;
    opacity: 0;
    transition: .4s;
    pointer-events: none;
}
.svg-box-home label {
    position: relative;
    display: inline-block;
    margin-right: 5px;
}
.star-input-home:nth-of-type(1):checked ~ .svg-box-home [for="r-1"] .fill{
    z-index: 1;
    opacity: 1;
}
.star-input-home:nth-of-type(2):checked ~ .svg-box-home [for="r-1"] .fill,
.star-input-home:nth-of-type(2):checked ~ .svg-box-home [for="r-2"] .fill {
    z-index: 1;
    opacity: 1;
}
.star-input-home:nth-of-type(3):checked ~ .svg-box-home [for="r-1"] .fill,
.star-input-home:nth-of-type(3):checked ~ .svg-box-home [for="r-2"] .fill,
.star-input-home:nth-of-type(3):checked ~ .svg-box-home [for="r-3"] .fill {
    z-index: 1;
    opacity: 1;
}
.star-input-home:nth-of-type(4):checked ~ .svg-box-home [for="r-1"] .fill,
.star-input-home:nth-of-type(4):checked ~ .svg-box-home [for="r-2"] .fill,
.star-input-home:nth-of-type(4):checked ~ .svg-box-home [for="r-3"] .fill,
.star-input-home:nth-of-type(4):checked ~ .svg-box-home [for="r-4"] .fill {
    z-index: 1;
    opacity: 1;
}
.star-input-home:nth-of-type(5):checked ~ .svg-box-home [for="r-1"] .fill,
.star-input-home:nth-of-type(5):checked ~ .svg-box-home [for="r-2"] .fill,
.star-input-home:nth-of-type(5):checked ~ .svg-box-home [for="r-3"] .fill,
.star-input-home:nth-of-type(5):checked ~ .svg-box-home [for="r-4"] .fill,
.star-input-home:nth-of-type(5):checked ~ .svg-box-home [for="r-5"] .fill {
    z-index: 1;
    opacity: 1;
}
.svg-box-home svg {
    width: 60px;
    margin-bottom: 15px;
    margin-top: 8px;
}

.review-button-design{
    z-index: 10000000000000;
    border-radius: 6.17px;
    border: 0.5px solid #a2a2a2;
    text-align: center;
    width: 80%;
    margin: auto;
    padding: 4px;
    font-size: smaller;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    cursor: pointer;
    outline: none;
}

@media screen and (max-width:1610px) {
    .svg-box-home{
        text-align: center;
    }
}
@media screen and (max-width:514px) {
    .svg-box-home svg.fill {
        position: absolute;
        top: -82px!important;
    }
    .svg-box-home svg {
        width: 60px;
    }
}
@media screen and (max-width:420px) {
    .svg-box-home svg.fill {
        position: absolute;
        top: -77.5px!important;
    }
    .svg-box-home svg {
        width: 50px;
    }
    #button {
        width: 300px;
    }
}
@media screen and (max-width:360px) {
    .svg-box-home svg.fill {
        position: absolute;
        top: -74px!important;
    }
    .svg-box-home svg {
        width: 40px;
    }
}
@media screen and (max-width:300px) {
    .svg-box-home svg.fill {
        position: absolute;
        top: -69px!important;
    }
    .svg-box-home svg {
        width: 30px;
    }
}</pre></body></html>