<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a {
    color: #333e48 !important;
}

.announcement_bar {
    background-color: #fed700;
    text-align: center;
}

.shop-control-bar {
    display: flex;
    justify-content: end;
}

.dropdown-menu-mini-cart p.buttons {
    text-align: end;
}

.wp-post-image {
    object-fit: contain;
}

.marquee {
    overflow: hidden;
    position: relative;
}

.marquee p {
    padding: 5px;
    font-weight: 600;
    width: 100%;
    height: 100%;
    margin: 0;
    text-align: center;
    white-space: nowrap;
    animation: scroll-left 20s linear infinite;
}

.announcement {
    margin: 0 50px;
}

.custom-pagination {
    text-align: end;
}

.blog_thumbnail {
    aspect-ratio: 1;
    object-fit: cover;
}

.li-ellipsis {
    margin-right: 0.286em;
    padding: 1.286em 0 0;
}

.checkout_coupon_field_wrapper {
    position: relative;
}

.checkout_coupon_button {
    position: absolute;
    right: 0;
    height: 100%;
}

.text-dark {
    color: black !important;
}

.empty-full-cart {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.indicator-progress {
    display: none;
}

.d-none {
    display: none;
}

.d-block {
    display: block;
}

.option-box:not(:last-child) {
    border-bottom: 1px solid #ced4da;
}

.option-box {
    display: block;
    width: 100%;
    padding: 1rem 1.5rem;
    margin: 0;
    cursor: pointer;
}

.card-toggle {
    background: linear-gradient(0deg, #f8f8f8, #fafafa 35%, #fff);
}

.media {
    display: flex;
    align-items: center;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #ced4da;
    border-radius: 0.35rem;
}

.option-box &gt; .media input[type="radio"] {
    margin-right: 18px;
    flex-shrink: 0;
}

.media-body {
    flex: 1;
}

.option-box .option-label {
    display: flex;
    align-items: center;
}

.delivery_method_label {
    font-size: 0.8rem;
}

.option-box .option-label .svg-icon {
    fill: currentColor;
    stroke: currentColor;
    stroke-width: 0.3px;
    width: 24px;
    height: 24px;
    margin-right: 5px;
}

.bg-yellow {
    background-color: #fed700;
    border-color: #fed700;
}

.home-site-header {
    padding: 0;
}

.order-card .card-body {
    padding: 1rem;
}

.order-card .card-header {
    display: flex;
    justify-content: space-between;
}

.order-card .card-header .order-information {
    display: flex;
    align-items: flex-end;
    gap: 5px;
}

.order-card .card-header .order-code {
    font-weight: bold;
    font-size: 24px;
}

.order-card .card-body .order-items {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.order-card .card-body .order-items .order-item .order-item-information {
    display: flex;
    gap: 5px;
}

.order-card .card-body .order-items .order-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.order-card .card-body .order-items .order-item .order-item-information img {
    width: 75px;
    height: 75px;
    aspect-ratio: 1;
    object-fit: cover;
}

.order-card
    .card-body
    .order-items
    .order-item
    .order-item-information
    .product-information {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.order-card
    .card-body
    .order-items
    .order-item
    .order-item-information
    .product-information
    .product-name {
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 600;
    font-size: 1rem;
}

.order-card
    .card-body
    .order-items
    .order-item
    .order-item-information
    .product-information
    .product-name
    span {
    font-weight: 500;
    font-size: 0.8rem;
}

.order-card .card-body .order-total {
    display: flex;
    justify-content: flex-end;
}

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

.badge-success {
    color: #fff;
    background-color: #28a745;
}

.badge-warning {
    color: #212529;
    background-color: #ffc107;
}

.badge-primary {
    color: #fff;
    background-color: #007bff;
}

.badge-info {
    color: #fff;
    background-color: #17a2b8;
}

.order_pricing_details {
    font-family: "Zapf Humanist";
    color: black;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 1rem;
}

.order_pricing_details .pricing-form {
    background-color: #fafafa;
    border-top: 1px solid rgba(0, 0, 0, 0.09);
}

.order_pricing_details .pricing-form-item {
    align-items: center;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.09);
    display: flex;
    justify-content: flex-end;
    padding: 0 24px;
    text-align: right;
}

.order_pricing_details .item-label {
    color: rgba(0, 0, 0, 0.54);
    font-size: 12px;
    padding: 13px 10px;
}

.order_pricing_details .price {
    border-left: 1px dotted rgba(0, 0, 0, 0.09);
    justify-content: flex-end;
    padding: 13px 0 13px 10px;
    width: 240px;
    word-wrap: break-word;
    color: rgba(0, 0, 0, 0.8);
}

.order_pricing_details .pricing-form-item:last-child {
    border: 0;
}

.order_pricing_details .total-price {
    font-size: 24px;
}

.order-card .order-information {
    display: flex;
    align-items: flex-end;
    gap: 5px;
}

.order-card .order-code {
    font-weight: bold;
    font-size: 24px;
}

.order_delivery_details {
    padding-bottom: 1rem;
}

.order_delivery_details .order_delivery_details_title {
    font-family: "Zapf Humanist";
    color: black;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 1rem;
}

.order_delivery_details .order_delivery_name {
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 22px;
}

.order_delivery_details .order_delivery_address,
.order_delivery_details .order_delivery_phone {
    color: rgba(0, 0, 0, 0.54);
    font-size: 18px;
}

.order_delivery_dflex {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.empty_order_list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.add-images_button_wrapper {
    border-radius: 1.571em;
    padding: 30px;
    background: #f6f6f6;
}

.preview-images_wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.preview-images_wrapper img {
    aspect-ratio: 1;
    object-fit: cover;
    width: 200px;
}

.image-container {
    margin: 0.5rem;
    position: relative;
}

.close-button {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0.3rem;
    background-color: red;
    border: none;
    color: white;
    font-size: 0.875rem;
    /* equivalent to btn-sm */
    padding: 0.25rem 0.5rem;
    cursor: pointer;
}

.close-button:hover {
    background-color: darkred;
}

.close-button:focus {
    outline: none;
}

.close-button::before {
    content: "Ã—";
    /* Cross symbol, similar to the close icon */
}

.cursor-pointer {
    cursor: pointer;
}

.bundle_prooduct {
    display: flex;
    align-items: center;
    font-weight: 700;
    gap: 10px;
}

.bundle_prooduct img {
    width: 100px;
    aspect-ratio: 1;
    object-fit: cover;
}

.cart_bundle_products {
    display: flex;
    flex-direction: column;
}

.product-loop-categories .product-category img {
    aspect-ratio: 1;
    object-fit: cover;
}

.pt-20 {
    padding-top: 5rem;
}

.handheld-navigation ul li a {
    color: white !important;
}

.hero-1,
.hero-subtitle {
    color: white;
}

.handheld-header {
    margin-top: 1.429em;
}

.handheld-navigation-wrapper,
.header-v1 .header-logo {
    display: flex;
}

.mobile-login-icon {
    padding: 0.5rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: 0 0;
    border-radius: 0.25rem;
}

.site-header .handheld-header .header-logo {
    width: 70%;
}

.sidebar_whatsapp {
    position: fixed;
    background: transparent;
    right: 10px;
    bottom: 0;
    transform: translateY(-50%);
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 1px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 98;
}

.call-us-number {
    display: flex !important;
    align-items: center;
    gap: 10px;
}

.footer_whatsapp img {
    width: 25px;
    height: 25px;
}

.menu-search {
    padding: 5px 10px;
}
.menu-search .input-group {
    width: 100%;
}
.menu-search .input-group .search-field {
    border-radius: 10px;
}

.products-carousel-tabs .nav-inline {
    display: flex;
    justify-content: space-around;
}

.single-product.full-width .entry-summary &gt; div[itemprop="description"] {
    display: none;
}

.product-outer {
    height: 100% !important;
}

.ul.products li.product::after {
    display: none;
}

.product-details-nav-tabs {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.thumbnails-all {
    display: none !important;
}

ul.products &gt; li.product.first {
    clear: unset !important;
}

.category-nav-tabs {
    line-height: 100% !important;
    display: flex;
    gap: 20px;
    overflow-x: scroll;
}

/* ul.products.columns-3 &gt; li {
    width: 50%;
    padding: 10px;
} */

.footer-bottom-widgets {
    background-color: #333e48;
}

.footer-call-us,
.footer-address,
.footer-bottom-widgets ul &gt; li &gt; a,
.footer-bottom-widgets ul &gt; li &gt; a:hover,
.footer-social-icons .social-icons a,
.footer-social-icons .social-icons a:hover {
    color: white !important;
}

.footer-address-title,
.footer-bottom-widgets .widget-title {
    color: #fed700 !important;
}

ul.products &gt; li.product .product-inner {
    padding: 1em 1.3em 1em 1.3em !important;
}

li.product .price del .amount {
    position: absolute;
    top: -10px;
    left: 0;
}

li.product .button {
    width: 30px;
    height: 30px;
    display: none;
}

li.product .price-add-to-cart &gt; .price {
    font-size: 1.2em !important;
}

ul.products.columns-3 &gt; li {
    width: 50%;
}

ul.products &gt; li.have_divider::after {
    content: "" !important;
    border-right: 1px solid #eaeaea;
    display: block !important;
    position: absolute;
    top: 50%;
    right: 0;
    height: 70%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

ul.products &gt; li.product .product-inner {
    border: none;
    border-bottom: 1px solid #eaeaea;
}

ul.products &gt; li.no-bottom-border .product-inner {
    border-bottom: none !important;
}

@media (min-width: 768px) {
    .custom-pagination {
        display: flex;
        justify-content: space-between;
        align-items: center;
        text-align: unset;
    }
    .products-carousel-tabs .nav-inline {
        display: block;
    }
    .single-product.full-width .entry-summary &gt; div[itemprop="description"] {
        display: block;
    }

    .product-tabs ul.products.columns-3 &gt; li {
        width: 33.333333% !important;
    }
    .thumbnails-all {
        display: block !important;
    }

    ul.products &gt; li.product .product-inner {
        padding: 1.429em 1.714em 1.357em 1.714em !important;
    }
    li.product .button {
        width: 35px;
        height: 35px;
        display: inline-block;
    }
    li.product .price-add-to-cart &gt; .price {
        font-size: 1.4em;
    }
    .li.product .price del {
        position: relative;
    }

    ul.products &gt; li.product .product-inner {
        border: none;
    }
    ul.products &gt; li.have_divider::after {
        content: "" !important;
        display: none !important;
    }
}

@media (min-width: 1024px) {
    .home-site-header {
        padding: 2.893em 0 0;
    }
    .product-tabs ul.products.columns-3 &gt; li {
        width: 20% !important;
    }
    .product-outer {
        height: inherit !important;
    }

    ul.products &gt; li.product.first {
        clear: both !important;
    }
    ul.products &gt; li.have_divider.last::after {
        content: "" !important;
        display: none !important;
    }
    ul.products &gt; li.have_divider::after {
        content: "" !important;
        display: unset !important;
    }
}

@media (min-width: 1440px) {
    .product-tabs ul.products.columns-3 &gt; li {
        width: 20% !important;
    }
}

@keyframes scroll-left {
    0% {
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}
</pre></body></html>