<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css2?family=Fira+Sans+Extra+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@100;200;300;400;500;600;700;800;900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap");

/* Scrollbar styling */
::-webkit-scrollbar {
    width: 15px;
}

::-webkit-scrollbar-track {
    background: #e9e9e9;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(145deg, #faa249 23%, #ff962b 64%, #fd9124 13%);
    border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(45deg, #fb9d3e 10%, #ff962b 38%, #ff8000 52%);
}

:root {
    --button_color_1: #ff962b;
    --button_hover_color_1: #ef8214;
}

body {
    font-family: "Mooli", sans-serif;
    font-family: "Titillium Web", sans-serif;
    /* background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%); */
}

h2 {
    font-weight: 900;
}

.container-fluid {
    max-width: 1200px;
}

.card {
    background: #fff;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.08), 0 0 6px rgba(0, 0, 0, 0.05);
    transition: 0.3s transform cubic-bezier(0.155, 1.105, 0.295, 1.12),
        0.3s box-shadow,
        0.3s -webkit-transform cubic-bezier(0.155, 1.105, 0.295, 1.12);
    border: 0;
    border-radius: 1rem;
}

.card-img,
.card-img-top {
    border-top-left-radius: calc(1rem - 1px);
    border-top-right-radius: calc(1rem - 1px);
}

.card h5 {
    overflow: hidden;
    height: 56px;
    font-weight: 900;
    font-size: 1rem;
}

.card-img-top {
    width: 100%;
    max-height: 180px;
    object-fit: contain;
    padding: 30px;
}

.card h2 {
    font-size: 1rem;
}

.card:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12), 0 4px 8px rgba(0, 0, 0, 0.06);
}

.label-top {
    position: absolute;
    background-color: #8bc34a;
    color: #fff;
    top: 8px;
    right: 8px;
    padding: 5px 10px 5px 10px;
    font-size: 0.7rem;
    font-weight: 600;
    border-radius: 3px;
}

.top-right {
    position: absolute;
    top: 24px;
    left: 24px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    font-size: 1rem;
    font-weight: 900;
    background: #ff5722;
    line-height: 90px;
    text-align: center;
    color: white;
}

.top-right span {
    display: inline-block;
    vertical-align: middle;
}

@media (max-width: 768px) {
    .card-img-top {
        max-height: 250px;
    }
}

.over-bg {
    background: rgba(53, 53, 53, 0.85);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
    border-radius: 10px;
}

.btn {
    font-size: 1rem;
    font-weight: 500;

    padding: 5px 50px 5px 50px;
}

.box .btn {
    font-size: 1.5rem;
}

@media (max-width: 1025px) {
    .btn {
        padding: 5px 40px 5px 40px;
    }
}

@media (max-width: 250px) {
    .btn {
        padding: 5px 30px 5px 30px;
    }
}

.btn-warning {
    background: none #f7810a;
    color: #ffffff;
    fill: #ffffff;
    border: none;
    text-decoration: none;
    outline: 0;
    box-shadow: -1px 6px 19px rgba(247, 129, 10, 0.25);
    border-radius: 100px;
}

.btn-warning:hover {
    background: none #ff962b;
    color: #ffffff;
    box-shadow: -1px 6px 13px rgba(255, 150, 43, 0.35);
}

.bg-success {
    font-size: 1rem;
    background-color: #f7810a !important;
}

.bg-danger {
    font-size: 1rem;
}

.price-hp {
    font-size: 1rem;
    font-weight: 600;
    color: darkgray;
}

.amz-hp {
    font-size: 0.7rem;
    font-weight: 600;
    color: darkgray;
}

.fa-question-circle:before {
    color: darkgray;
}

.fa-plus:before {
    color: darkgray;
}

.box {
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 6px 10px rgb(0 0 0 / 8%), 0 0 6px rgb(0 0 0 / 5%);
    transition: 0.3s transform cubic-bezier(0.155, 1.105, 0.295, 1.12),
        0.3s box-shadow,
        0.3s -webkit-transform cubic-bezier(0.155, 1.105, 0.295, 1.12);
}

.box-img {
    max-width: 300px;
}

.thumb-sec {
    max-width: 300px;
}

@media (max-width: 576px) {
    .box-img {
        max-width: 200px;
    }

    .thumb-sec {
        max-width: 200px;
    }
}

.inner-gallery {
    width: 60px;
    height: 60px;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin: 1px;
    display: inline-block;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 370px) {
    .box .btn {
        padding: 5px 40px 5px 40px;
        font-size: 1rem;
    }
}

.disclaimer {
    font-size: 0.9rem;
    color: darkgray;
}

.related h3 {
    font-weight: 900;
}

.post_title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.7rem;
    max-height: calc(1.5rem * 3);
}

.post_img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 40px;
}

.post_card {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.check_offer_btns {
    background-color: var(--button_color_1);
    color: white;
}
.check_offer_btns:hover {
    background-color: white;
    color: rgb(0, 0, 0);
}

.position-relative {
    position: relative;
}

.position-relative {
    position: relative;
}

#search-input {
    padding-right: 40px;
    /* Reserve space for the clear button */
}

#clear-button {
    position: absolute;
    top: 40%;
    /* Center vertically */
    right: 20px;
    /* Align with the right edge of the input */
    transform: translateY(-50%);
    /* Vertical centering */
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1.5em;
    color: #000;
    display: none;
    /* Initially hidden */
    padding: 0;
}

#clear-button:hover {
    color: #555;
    /* Slight color change on hover */
}

.search_btn {
    background-color: #f77a23;
    color: white;
    padding: 0.4rem;
    border-radius: 0 6px 6px 0;
    border: none;
}
.search_btn:hover {
    background-color: #df6f20;
}

.no_data_pic {
    text-align: center;
}

.no_data_pic img {
    width: 15rem;
    height: 15rem;
}

.go_bck_link {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    color: #ff962b;
}

.go_bck_link a {
    text-decoration: none;
    color: #ff962b;
    font-weight: bold;
    display: inline-block;
    position: relative;
}

.go_bck_link a::after {
    content: ""; /* Pseudo-element content */
    position: absolute; /* Position relative to the parent */
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px; /* Underline height */
    background-color: #e58729; /* Underline color */
    transition: width 0.3s ease-out; /* Transition effect */
}

.go_bck_link a:hover::after {
    width: 100%; /* Full width on hover */
}

@media (max-width: 600px) {
    #clear-button {
        font-size: 1.5em;
        right: 25px;
    }
}
</pre></body></html>