/* Vonios guru 
*/

/* * {
    outline: solid 1px red;
} */

body {
    /* font-family: 'Montserrat', sans-serif; */
    font-family: "Nunito Sans", sans-serif;
    color: #020202;
}

:root {
    --bs-box-shadow: 0 10px 20px rgba(0, 0, 0, 1);
}

:root {
    --main-blue: #234d9c;
    --accent-blue: #4da0d8;
    --main-dark: #020202;
    --main-old: #6c757d;
}

.cursor-pointer {
    cursor: pointer !important;
}

.main-color {
    color: var(--main-blue) !important;
}

.main-white {
    color: #ffffff !important;
}

.main-bg {
    background-color: var(--main-blue) !important;
}

.fa-solid,
.fa-regular,
.far,
.fas {
    font-weight: 900;
    font-size: 14px;
    color: #ccc;
}

.active .fa-solid,
.active .fa-regular {
    color: #fff;
}

header .fa-solid,
header .fa-regular,
header .fas,
header .far {
    font-weight: 900;
    font-size: 18px;
    color: #234d9c;
}

header #cart .btn.btn-none {
    padding-left: 0;
    border-color: transparent;
}

#alert {
    max-width: 90%;
    margin: auto;
    left: 0;
    right: 0;
}

.alert-success {
    background-color: var(--accent-blue);
    color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
    border: var(--main-blue);
}

h1,
h2,
.navbar-nav,
.btn {
    /* font-family: 'Montserrat', sans-serif; */
    font-family: "Nunito Sans", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0px;
}

a {
    color: #234d9c;
}

#top {
    /* background-color: var(--bs-tertiary-bg);
    position: relative;
    border-bottom: 1px solid var(--bs-border-color); */
    margin-bottom: 8px;
    padding-bottom: 0px;
}

#menu {
    background-color: #fff;
    background-image: linear-gradient(to bottom, #fff, #fff);
    background-repeat: none;
    border: 0px solid #ccc;
    min-height: 0px;
    border-radius: 0px;
    margin-bottom: 0;
    color: #020202;
}

#menu ul,
header ul {
    margin: 0 auto;
}

#menu .navbar-nav>li>a {
    /* color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: transparent; */
    padding: 6px 9px;
    font-size: 12px;
    color: #020202;
}

#menu .navbar-nav>li>a:hover {
    background-color: #234d9c;
    color: #fff;
}

#menu .nav-item:nth-child(n+9) .dropdown-menu {
    right: 0;
    left: auto !important;
}

.menu-icon-placeholder {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-style: normal;
    font-size: 24px;
    color: #234d9c;
    margin-right: 5px;
    display: inline-block;
    transition: all 0.2s ease;
}

.navbar-toggler.collapsed .menu-icon-placeholder::before {
    content: "\f0c9";
}

.navbar-toggler:not(.collapsed) .menu-icon-placeholder::before {
    content: "\f00d";
    color: var(--accent-blue);
}

.navbar-toggler:not(.collapsed) i {
    transform: rotate(90deg);
    transition: transform 0.2s ease-in-out;
}

.dropdown-menu {
    --bs-dropdown-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 5px 10px #020202;
    border: solid 3px #234d9c;
    border-top: solid 1px #234d9c;
    border-radius: 20px;
    transition: 550ms;
}

.dropdown-menu .dropdown-item {
    white-space: break-spaces;
    margin: 1em auto;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #eee;
    background-color: #234d9c;
}

.btn-primary {
    color: #ffffff;
    text-shadow: none;
    background-image: linear-gradient(to bottom, #234d9c, #234d9c);
    background-repeat: repeat-x;
    border-color: #234d9c;
}

.btn-dark {
    --bs-btn-color: #fff;
    --bs-btn-bg: #234d9c;
    --bs-btn-border-color: #234d9c;

    /* Hover: šiek tiek tamsesnė mėlyna */
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #1b3a75;
    --bs-btn-hover-border-color: #183368;

    --bs-btn-focus-shadow-rgb: 67, 103, 169;
    /* RGB atitikmuo tavo spalvai */

    /* Active: dar tamsesnė mėlyna paspaudimo momentu */
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #183368;
    --bs-btn-active-border-color: #142b58;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);

    /* Disabled: ta pati pagrindinė spalva */
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #234d9c;
    --bs-btn-disabled-border-color: #234d9c;
}

.btn-check:checked+.btn,
:not(.btn-check)+.btn:active,
.btn:first-child:active,
.btn.active,
.btn.show {
    color: var(--bs-btn-active-color);
    background-color: var(--main-blue);
    border-color: var(--main-blue);
}

/* --- MAX PLOTIS: Headeriui / Pilnam išdėstymui --- */
.container-fluid-max {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #ccc;
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(34, 154, 200, 0.25);
}


/* SLIDER HOME */
.carousel {
    border: 0px solid #fff;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 50px;
}

.carousel button {
    display: none;
    right: 0;
    left: 0;
}

.carousel.main img {
    min-height: 30vh;
}

/* FOOTER */
footer {
    background: #020202;
    color: #ccc;
}

/* PRODUCT */
.product-thumb .button button.col-6 {
    width: 50%;
}

.product-thumb .description {
    height: 128px !important;
}

.card-title {
    display: -webkit-box;
    line-clamp: 4;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.price-new {
    color: var(--main-blue);
}

.price-old {
    font-size: 14px;
    color: var(--old-price-color);
    transition: all 0.2s ease-in-out;
    display: block;
    min-height: 1.2em;
}

.product-thumb .price-old {
    opacity: 0;
    transform: translateY(5px);
}

.price:hover .price-old,
.product-thumb:hover .price-old {
    opacity: 1;
    transform: translateY(0);
}

/* Pagrindinis kortelės stilius */
.product-thumb {
    transition: box-shadow 0.3s ease-in-out, background-color 0.3s ease-in-out;
    border: 1px solid #eee;
    /* Lengvas rėmelis, jei jo nėra */
}

/* HOVER EFEKTAS */
.product-thumb:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

/* nuotrauka šiek tiek padidėtų */
.product-thumb:hover img {
    transform: scale(1.02);
    transition: transform 0.3s ease-in-out;
}

.product-thumb .button button:hover {
    color: #fff;
    background-color: var(--main-blue);

}

.product-thumb .button button:hover .fa-solid {
    color: #fff;

}

/* PAGINATION */

.pagination {
    --bs-pagination-bg: transparent;
    --bs-pagination-border-color: #234d9c;
    --bs-pagination-color: #0202020;
    --bs-pagination-hover-color: #fff;
    --bs-pagination-active-color: #ccc;
    --bs-pagination-hover-bg: #08317e;
    --bs-pagination-active-bg: #234d9c;
    --bs-pagination-active-border-color: #234d9c;
}



.pagination .page-item.active .page-link {
    background-color: #234d9c;
    border-color: #234d9c;
}

.page-item {
    flex: 1;
    text-align: center;
}

.pagination {
    flex-wrap: wrap;
}



/* ============================================================
   BOOTSTAP VONIOS GURU
   ============================================================ */
.fs-7 {
    font-size: 0.6125rem !important;
}

@media (min-width: 768px) {
    .position-md-relative {
        position: relative !important;
    }
}

/* ============================================================
   OC4 RESPONSIVE BREAKPOINTS (Mobile First)
   ============================================================ */



/* 2. Standard Mobile (nuo 375px) */
@media (min-width: 375px) {
    .container {
        max-width: 100%;
    }
}

/* 3. Large Mobile (nuo 425px) */
@media (min-width: 425px) {}

/* 4. Extra Large Mobile / Phablet (nuo 480px) */
@media (min-width: 480px) {
    .container {
        max-width: 460px;
    }
}

/* 5. Bootstrap Standard Mobile Landscape (nuo 576px) */
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

/* 6. Tablet Portrait (nuo 768px) */
@media (min-width: 768px) {
    .container {
        max-width: 720px;
        margin: 0 auto;
    }

    #menu {
        min-height: 40px;
    }
}

/* 7. Tablet Landscape / Low-res Laptop (nuo 1024px) */
@media (min-width: 1024px) {
    .container {
        max-width: 960px;
    }
}

/* 8. Full HD Vertical / Small Desktop (nuo 1080px) */
@media (min-width: 1080px) {
    .container {
        max-width: 1040px;
    }
}

/* 9. Standard Laptop (nuo 1280px) - CONTENT MAX 1200px čia */
@media (min-width: 1280px) {
    .container {
        max-width: 1200px;
        margin: 0 auto;
    }
}

/* 10. HD+ Laptop / MacBook Air (nuo 1440px) */
@media (min-width: 1440px) {}

/* 11. Large Desktop (nuo 1600px) - HEADER MAX 1600px čia */
@media (min-width: 1600px) {
    .header-container {
        max-width: 1600px;
        margin: 0 auto;
    }

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

/* 12. Full HD Desktop (nuo 1920px) */
@media (min-width: 1920px) {}