<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">&lt;style &gt;
.rateyo {
    margin: 0 auto 0px;
    z-index: 0 !important;
}

.hero_home {
    height: 350px; /*500px*/
    width: 100%;
    display: table;
}

.stars {
    float: left;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 0;
    padding: 5px;
    font-weight: bold;
}

.prod_list {
    display: flex;
    flex-wrap: wrap; /* Ensures items wrap to the next row if needed */
    justify-content: center; /* Centers items horizontally */
    gap: 20px; /* Adds space between columns */
    max-width: calc(5 * 1fr + 4 * 20px); /* Restrict container to 5 columns with gaps */
    margin: 0 auto; /* Center the container */
}

.card_top_sold {
    box-shadow: 0px 10px 30px 0px rgba(0,0,0,.05) !important;
    padding: 5px !important;
    border-radius: 25px !important;
    width: 400px !important;
    height: 100px !important;
    min-width: 400px !important;
    min-height: 100px !important;
    position: relative !important;
    margin: 5px 15px !important;
    background: #fff !important;
    scroll-snap-align: center !important;
    transition: all .25s ease !important;
    border: 2px solid #fff !important;
    display: flex !important;
    flex-direction: column !important;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35) !important;
}


.card4 {

    padding: 5px !important;
    border-radius: 35px !important;
    width: 260px !important;
    height: 330px !important;
    min-width: 260px !important;
    min-height: 330px !important;
    position: relative !important;
    margin: 5px 15px !important;
    background: #fff !important;
    scroll-snap-align: center !important;
    transition: all .25s ease !important;
    display: flex !important;
    flex-direction: column !important;
    cursor: pointer !important;
}


.con-btn {
    min-width: 245px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.bottom-div {
    margin-top: auto;
    position: absolute;
    bottom: 5px;
    margin-right: 15px;
}

.add-active {
    /* transform: translate(0, -10px); */
    box-shadow: 0px 10px 30px 0px rgba(254, 160, 26, .2);
    border: 2px solid #fea01a;
}

    .add-active .add {
        display: none;
    }

    .add-active .con-image img:not(.bg) {
        transform: scale(1.15);
    }

    .add-active .con-input-btns {
        display: flex;
    }

.con-star {
    position: absolute;
    right: 0px;
    top: 0px;
    margin: 30px;
    font-size: 1.2rem;
}

.con-image {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 250px;
    border-radius: 15px;
    background: #f5f5f5;
}

    .con-image img {
        width: 100%;
        height: 100%;
        z-index: 0;
        border-radius: 15px;
    }

    .con-image .bg {
        position: absolute;
        z-index: 10;
        filter: blur(20px);
        opacity: .4;
    }

.con-text {
    width: 100%;
    padding: 0px 5px;
    opacity: .9;
    font-size: .8rem;
    min-height: 10px;
    min-width: 220px;
}

.con-text-sub {
    width: 100%;
    padding: 0px 5px;
    opacity: .5;
    font-size: .8rem;
    min-height: 10px;
    min-width: 220px;
}

.con-text h3 {
    padding: 10px 0px;
}

.con-price {
    width: 100%;
    text-align: center;
    font-weight: bold;
    padding: 15px;
    font-size: 1.1rem;
    padding-top: 10px;
    min-height: 50px;
    min-width: 220px;
}

.add {
    width: 100%;
    padding: 15px;
    background: linear-gradient(130deg, #fdc527 0%, #fea01a 100%);
    border: 0px;
    border-radius: 20px;
    color: #fff;
    font-weight: bold;
    font-size: 1rem;
    min-width: 220px;
}



.card__overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: none;
    transition: .5s ease;
    background-color: #393839dd;
    border-radius: 15px;
}


.card4:hover .card__overlay {
    opacity: 1;
}

.overlay__text {
    color: white;
    font-size: 14px;
    position: absolute;
    top: 55%;
    left: 50%;
    width: 90%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: left;
}

.overlay__text__tags {
    color: white;
    display: inline-block;
    height: 25px;
    background-color: blue;
    margin: 2px;
    border-radius: 2px;
    z-index: 9000;
}


.button {
    background-color: #f05328;
    padding: 1.5rem;
    margin-top: 2rem;
    display: inline-block;
    color: white;
    text-decoration: none;
    z-index: 20;
}


:root {
    --color1: #393839cc;
    --color2: #673839cc;
}

/*
        .card:before,
        .card:after {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            top: 0;
            background-repeat: no-repeat;
            opacity: .9;
            mix-blend-mode: color-dodge;
            transition: all .33s ease;
            border-radius: 35px !important;
        }
        */


.card4:after {
    opacity: 1;
    background-image: linear-gradient(125deg, #ff008450 15%, #fca40040 30%, #ffff0030 40%, #00ff8a20 60%, #00cfff40 70%, #cc4cfa50 85%);
    background-position: 50% 50%;
    background-size: 160%;
    background-blend-mode: overlay;
    z-index: 2;
    filter: brightness(1) contrast(1);
    transition: all .33s ease;
    mix-blend-mode: color-dodge;
    opacity: .95;
    border-radius: 35px !important;
}

.card4.active:after,
.card4:hover:after {
    filter: brightness(1) contrast(1);
    ;
    opacity: 1;
}

.card4.active,
.card4:hover {
    animation: none;
    transition: box-shadow 0.1s ease-out;
}

    .card4.active:before,
    .card4:hover:before {
        animation: none;
        background-image: linear-gradient( 110deg, transparent 15%, var(--color1) 48%, var(--color2) 52%, transparent 75% );
        background-position: 50% 50%;
        background-size: 250% 250%;
        opacity: .88;
        filter: brightness(.66) contrast(1.33);
        transition: none;
    }



.card4.animated {
    transition: none;
    animation: holoCard 12s ease 0s 1;
    &amp;:before

{
    transition: none;
    animation: holoGradient 12s ease 0s 1;
}

}





&lt;/style &gt;
&lt;style &gt;


.framek {
    margin: 10px;
    width: 250px !important;
    height: 250px !important;
    border-radius: 10px;
    box-shadow: 4px 8px 16px 0 rgba(0,0,0,0.1);
    overflow: hidden;
    background: var(--img) 50% 50% /cover, black;
    color: #fff;
    font-family: 'Quicksand', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-width: 250px !important;
    min-height: 250px !important;
    &amp;::before

{
    content: var(--title);
    display: block;
    background: black;
    padding: 10px;
    font-size: 12px;
    box-sizing: border-box;
    height: 50px;
    opacity: .7;
    transition: font-size .6s cubic-bezier(0.76, 0, 0.24, 1);
}

&amp;::after {
    content: var(--text);
    display: block;
    padding: 10px;
    background: black;
    box-sizing: border-box;
    height: 20px;
    margin-bottom: -20px;
    transition: height .6s cubic-bezier(0.76, 0, 0.24, 1);
    color: white;
    font-size: 12px;
    cursor: pointer !important;
}

&amp;:hover::after {
    height: 200px;
    font-size: 12px;
}

&amp;:hover::before {
    font-size: 12px;
}

}

.slick-initialized .slick-slide {
    display: flex !important;
}

.store_content-upper {
    margin-bottom: 15px;
}



.store_avatar {
    border-radius: 50%;
    height: 100px;
    border: 5px solid white;
    box-shadow: 0 2px 5px rgba(0,0,0,0.4);
    position: relative;
    z-index: 10;
}

.store_avatar-wrap {
    text-align: center;
    background: linear-gradient(141deg, #0fb8ad 0%, #1fc8db 51%, #2cb5e8 75%);
    padding-top: 25px;
    border-radius: 5px 5px 0 0;
    width: 250px;
}

.store_about-text {
    color: #777;
    line-height: 150%;
}

.store_content {
    text-align: left;
    padding: 60px 10px;
}



.store_content-wrap {
    width: 250px;
    top: -50px;
    position: relative;
    box-shadow: 0 2px 5px rgba(0,0,0,0.4);
    border-radius: 0 0 5px 5px;
    background-color: white;
    display: flex !important;
    flex-direction: column !important;
    min-height: 270px !important;
}


.store-wrap {
    margin: 0 auto;
    padding: 10px;
    box-shadow: 0px 10px 30px 0px rgba(0,0,0,.05) !important;
    padding: 5px !important;
    border-radius: 35px !important;
    width: 260px !important;
    height: 400px !important;
    min-width: 260px !important;
    min-height: 400px !important;
    scroll-snap-align: center !important;
    transition: all .25s ease !important;
    border: 2px solid #fff !important;
    display: flex !important;
    flex-direction: column !important;
}

.store_title {
    margin: 5px 0;
    color: rgb(0, 145, 179);
    font-weight: 60;
}






&lt;/style &gt;
</pre></body></html>