﻿.product-page-section .col-lg-4 img {
    height: 410px;
    border-radius: 4px;
    @media (max-width: 768px) {
        height: 350px;
    }
}

.product-page-section .col-lg-4 p {
    margin-top: 15px;
    margin-bottom: 0;
}

.product-page-section h3 {
    width: max-content;
    scroll-margin-top: 180px;
    @media (max-width: 768px) {
        scroll-margin-top: 100px;
    }
}

.dropdown-menu.category-menu {
    background-color: #ffffff;
    color: #212529;
    min-width: max-content;
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 300px;
    scrollbar-width: thin;
    scrollbar-color: #977758 #fff;
}

.dropdown-menu.category-menu .dropdown-item {
    color: #212529;
    transition: background-color 0.2s ease;
    border-radius: 6px;
    margin: 2px 2px 2px 4px;
}

.dropdown-menu.category-menu .dropdown-item:hover {
    background: #f3f3f3;
}

.btn.dropdown-toggle.category-toggle {
    background: #fff;
    border: none;
}

.category-toggle.dropdown-toggle::after {
    border: none;
    content: none;
}

.product-line {
    width: auto;
    height: 1px;
    margin: 0 0 20px 0;
}

#categoryMenu {
    margin-left: 2.5rem !important;
}

section.wrapper.product-page-section {
    margin-top: -1%;
}