<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://cdn.jsdelivr.net/npm/@xz/fonts@1/serve/plus-jakarta-display.min.css");
body {
    font-family: 'Plus Jakarta Display', sans-serif;
}

.row &gt; .column {
    padding: 0 8px;
  }
  
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  .column {
    float: left;
    width: 25%;
  }

#goto-top {
    position:fixed;
    bottom: 150px;
    right: 30px;
    background-image: linear-gradient(#b22020, #652122);
    border-radius: 10px;
    color: #fff;
    z-index: 10;
}

#goto-wa {
    position:fixed;
    width: 42px;
    height: 42px;
    bottom: 90px;
    right: 30px;
    background-image: url('../img/wa-logo.webp'), linear-gradient(#075e54, #075e54);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
    color: #fff;
    z-index: 10;
}

#goto-wa-sub {
    position:fixed;
    width: 42px;
    height: 42px;
    bottom: 30px;
    right: 30px;
    background-image: url('../img/wa-logo.webp'), linear-gradient(#3dda59, #3dda59);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
    color: #fff;
    z-index: 10;
}


#grad-rtb {
    background-image: linear-gradient(to right, #b22020, #322223 40%);
}

.grad-wtg-rad::before {    
    content: "";
    background-image: radial-gradient(#cfcfcf, #b8b8b8 30%, #afafaf 55%, #7f7f7f 95%);
    border-radius: 20px;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.70;
    z-index: 1;
}

.grad-wtg-rad div {
    z-index: 1;
}

#grad-gtb {
    background-image: linear-gradient(#4f4f4f, #312d2e, #262223 15%);
}

#grad-btr {
    background-image: linear-gradient(#312d2e, #262223, #b22020);
}

#grad-gtg.scrolled {
    background-image: linear-gradient(rgba(26, 26, 26, 1),rgba(40, 40, 40, 0.95) 60%, rgba(38, 34, 35, 0) 95%) !important;
    -webkit-transition: background-image 1s ease-in-out;
    transition: background-image 1s ease-in-out;
}

#bg-b {
    background: #1a1a1a;
}

.grid-cont {
    display: grid;
    grid-template-columns: auto auto auto;
}

.menu-hover {
    padding: 0px 10px;
}

.menu-hover a {
    text-decoration: none; 
    color: #fff;
}
.menu-hover:hover {
    border-bottom: 2px solid #fff;
    transition: 0.1s;
}

#contact-button {
    padding: 0px 10px; 
    background-image: linear-gradient(#b21e1e, #652122);
    border-radius: 25px;
}

#contact-button a {
    text-decoration: none; 
    color: #fff;
}

#buynow-button {
    float: left;
    padding: 0px 30px; 
    border: 2px solid #ca2020;
    position: relative !important;
}

#buynow-button a {
    text-decoration: none; 
    color: #fff;
    position: relative !important;
}

#buynow-button {
    background-color: transparent;
    cursor: pointer;
    transform-origin: center;
    transform: scale(1.001);
    overflow: hidden;
    position: relative !important;
}

#buynow-button::after {
	content: "";
	display: block;
	position: absolute !important;
	width: 100px;
	height: 100px;
	transform: rotate(40deg);
    background: #ca2020;
    top: -51px;
    left: -100px;
    z-index: -1;
}

#buynow-button:hover:after {
    position: absolute !important;
    left: -20px;
    width: 320px;
    height: 200px;
    transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

#main-thumb {
    border-radius: 50%;
    background-image: linear-gradient(to right, #b22020, #481a1a, #322223);
}

#product-thumb {
    border-radius: 20%;
    background-image: linear-gradient(to right, #8f3334, #796365, #939393);
    overflow: hidden;
}

@media (min-width: 992px) {
    #product-card {
        flex: 0 0 33.33333%;
        max-width: 30%;
    }
}

#product-card a {
    color: #858796;
}

#product-card:hover, #product-card a h5:hover{
    background: #cccccc;
    color: #fff !important;
    transition: all .2s ease-in-out;
    transform: scale(1.02);
}

#product-card:hover .prod-brand {
    background-color: #cccccc;
    transition: all .2s ease-in-out;
}

.card-parent {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 0px; 
    border-top-right-radius: 0px; 
    height: 200px;
}

.card-parent &gt; div {
    position: absolute;
    left: -5000px;
    width: 10225px;
    text-align: center;
}

.card-thumb {
    height: 200px;
    display: inline-block;
}

.wtm-table td, .wtm-table thead th {
    border: 2px solid #fff;
    color: #fff;
}

.wtm-table {
    margin-top: 30px;
    border-collapse: separate;
    border-spacing: 0;
}

.wtm-table thead tr:first-child th:first-child {
    border-radius: 20px 0 0 0;
}

.wtm-table thead tr:first-child th:last-child {
    border-radius: 0 20px 0 0;
}

.wtm-table tbody tr:last-child td:first-child {
    border-radius: 0 0 0 20px;
}
.wtm-table tbody tr:last-child td:last-child {
    border-radius: 0 0 20px 0;
}

#map-container iframe {
    border-radius: 20px;
}

#wtm-form input {
    background: none;
    margin-bottom: 10px;
    font-size: 14px;
}

#wtm-form textarea {
    background: none;
    margin-bottom: 10px;
    font-size: 14px;
}

#image-shadowed {
    filter: drop-shadow(18px 27px 9px rgba(0,0,0,0.3)); 
}


/* The Close Button */
.close {
    position: absolute;
    top: 35px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}
  
.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
  
/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .image-preview {
        width: 100%;
    }
}

.modal-content {
    background-color: transparent !important;
    top: 100px;
}

.image-preview {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}

.image-preview {
    margin: auto;
    width: 80%;
    max-width: 700px;
}

.modal {
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.3); /* Black w/ opacity */
}

.profile-parent {
    position: relative;
    overflow: hidden;
    height: 200px;
}

.profile-parent &gt; div {
    position: absolute;
    left: -5000px;
    width: 10225px;
    text-align: center;
}
  
.profile-thumb {
    height: 3%;
    width: 3%;
}

.grid-prof {
    display: grid;
    grid-template-columns: auto auto auto auto;
}

.profile-main-parent {
    position: relative;
    overflow: hidden;
    height: 500px;
}

.profile-main-parent &gt; div {
    position: absolute;
    left: -5000px;
    width: 10225px;
    text-align: center;
}

#product-list-container {
    padding: 40px 100px 0px 100px; 
    height: 105%;
    /*height: 85%;*/
}
  
#product-nav-main {
    display: inline-block;
    position: relative;
    cursor: pointer;
    z-index: 5;
    color: #fff;
}

.sub-drop {
    position: absolute;
    padding: 0;
    width: 200%;
    top: 22px;
    left: -10px;
    padding-top: 5px;
    overflow: hidden;
    margin-top: 18px;
    z-index: -9999;

    .drop-cont {
        background-color: #fff;
        border-radius: 10px;
        position: absolute;
        width: 100%;
        top: -200px;
    }

    li{
        width: 200px;
        padding: 5px 10px 5px;
        background-color: transparent;
        color: #000;
        text-align: left;
    }
}

#product-nav-main:hover .sub-drop .drop-cont {
        transform: translate(0, 130%);
        transition: all .5s cubic-bezier(0.165, 0.84, 0.44, 1);
        position: relative;
        z-index: 1;
        pointer-events: all;
        overflow: hidden;
}  

.sub-nav {
    cursor: pointer;
    transform-origin: center;
    position: relative !important;
}

.sub-nav:hover {
    background-color: #2f2f2f35;
    transition: all .2s ease-in-out;
}

.prod-brand {
    background-color: #fff;
    position: relative;
    float: left;
    border-bottom-right-radius: 10px;
    left: -25px;
    top: -1px;
    width: 50%;
    height: 45px;
    z-index: 9999;
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: center;
}

.prod-brand-sub {
    background-color: #fff;
    position: relative;
    float: left;
    width: 100%;
    height: 50px;
    z-index: 9999;
    background-repeat: no-repeat;
    background-size: 45%;
    background-position: center;
}

#brochure-tab {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: #2f2f2f80;
    overflow: hidden;
}

/*

.sub-nav::after {
	content: "";
	display: block;
	position: absolute !important;
	width: 100px;
	height: 100px;
	transform: rotate(40deg);
    background: #ca2020;
    top: -51px;
    left: -100px;
    z-index: -1;
}

.sub-nav:hover:after {
    position: absolute !important;
    left: -20px;
    width: 320px;
    height: 200px;
    transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

*/</pre></body></html>