<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: 'Open Sans', sans-serif;
    color: #333;
    background-color: rgb(242, 242, 242);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    line-height: 1.6;
}


h1 {
    font-size: 2.2rem;
    font-weight: 700;
}
h2 {
    font-size: 1.3rem;
    font-weight: 600;
}
h3 {
    font-size: 1.1rem;
    font-weight: 600;
}
h4 {
    font-size: 1rem;
    font-weight: 600;
}
h5 {
    font-size: 0.95rem;
    font-weight: 500;
}
h6 {
    font-size: 0.9rem;
    font-weight: 500;
}


p, a {
    font-size: 1rem;
    color: #333;
}


a {
    color: #777;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}
a:hover, a:focus {
    color: #111;
    text-decoration: underline;
}
a.navbar-brand:hover, a.navbar-brand:focus{
    text-decoration: none;
}
footer p{
    color:white;
}
nav{
    border-bottom:2px solid #d7d7d7;
    font-family: 'Nunito';
    background-color:white;
}
nav a.navbar-brand{
    background:url('/images/googleA/logo-bg.gif') repeat-x;
    padding: 3px 10px;
    font-size:20px;
    height:37px;
}

.product-card {
    border: none;
    text-align: center;
}
.background-pattern {
    background: url('/images/googleA/logo-bg.gif') repeat-x;
    height: 37px;
    display: flex;
    align-items: center;
    padding: 0 10px;
}
.product-row .row:nth-child(even) {
    flex-direction: row-reverse;
}
.product-row .row {
    display: flex;
    align-items: center;
    text-align: center;
}
.product-row .col-md-6 {
    padding: 0;
    width: 50%;
}
.product-row img {
    width: 100%;
    height: auto;
    display: block;
}
.product-row h4, .product-row h5, .product-row p {
    text-align: center;
}
@media (max-width: 768px) {
    .product-row .row {
        flex-direction: column !important;
    }
    .product-row .col-md-6 {
        width: 100%;
    }
}
.tagline{
    font-size: 0.9em;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* Stare normalÄƒ: transparent cu border gri */
.btn-outline-primary {
    background-color: transparent !important;
    border-color: #6c757d !important;
    color: #6c757d !important; 
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    padding: 12px 25px;
    border-radius: 5px;
    display: inline-block;
    transition: all 0.2s ease-in-out;
}

/* La hover È™i click: fundal gri È™i text alb */
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active {
    background-color: #6c757d !important; 
    border-color: #6c757d !important;
    color: white !important;
    box-shadow: none !important;
    outline: none !important;
}

/* Mic efect la click */
.btn-outline-primary:active {
    transform: scale(0.98);
}

.btn-primary {
    --bs-btn-color:#000;
    --bs-btn-bg:#fff;
    --bs-btn-border-color:#000;
    --bs-btn-hover-color:#000;
    --bs-btn-hover-bg:#fff;
    --bs-btn-hover-border-color:#000;
    --bs-btn-focus-shadow-rgb:49,132,253;
    --bs-btn-active-color:#000;
    --bs-btn-active-bg:#fff;
    --bs-btn-active-border-color:#000;
    --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color:#fff;
    --bs-btn-disabled-bg:#0d6efd;
    --bs-btn-disabled-border-color:#0d6efd
  }


.dropdown-menu {
    --bs-dropdown-link-active-color: #000;
    --bs-dropdown-link-active-bg: transparent;
}

.navbar .nav-link:focus,
.navbar .nav-link:hover,
.navbar .nav-link.active {
  background-color: transparent !important;
}

.banner-wrapper img{
    width: 100%;
    height: auto;
    object-fit: cover;
}</pre></body></html>