/* ===== Responsive Styles ===== */

/* Tablet (max-width: 1024px) */
@media (max-width: 1024px) {

    /* Navbar */
    nav {
        padding: 18px 0;
    }

    nav .nav-custom {
        gap: 50px;
    }

    nav .nav-custom ul.navbar-nav {
        gap: 30px;
    }

    nav .nav-custom ul.navbar-nav li a {
        font-size: 15px;
    }

    /* Buttons */
    .btn {
        min-width: 180px;
        font-size: 17px;
        padding: 10px 20px;
    }

    /* Hero Section */
    section.hero-section .slide-single .slide-content .slide-title {
        font-size: 60px;
    }

    /* Product Categories */
    section.product-categories-home .section-title {
        font-size: 28px;
        margin-bottom: 40px;
    }

    section.product-categories-home .category .category-title {
        font-size: 26px;
    }

    /* About Home */
    section.about-home .content .texts .title {
        font-size: 40px;
    }

    section.about-home .content .texts .text {
        font-size: 22px;
    }

    /* Catalog */
    section.catalog .content .title {
        font-size: 28px;
    }

    /* About Content */
    section.about-content .content .texts .title {
        font-size: 40px;
    }

    section.about-content .content .texts .text {
        font-size: 20px;
    }

    /* Categories */
    section.categories .category-title .title {
        font-size: 28px;
    }

    section.categories .product-card span {}

    /* Product Detail */
    section.product-detail .product-details .title-box .title {
        font-size: 36px;
        line-height: 48px;
    }

    section.product-detail .product-details .excerpt {
        font-size: 14px;
    }

    /* Other Products */
    section.other-products h3 {
        font-size: 36px;
        line-height: 48px;
    }

    section.other-products .single .product-card span {
        font-size: 18px;
        line-height: 36px;
    }

    /* Footer */
    footer {
        padding: 40px 0 20px 0;
    }

    footer .subfooter {
        padding-top: 20px;
        margin-top: 24px;
    }

    footer .footer-contact .title {
        font-size: 16px;
    }

    footer .footer-contact span {
        font-size: 14px;
    }

}

/* Mobile (max-width: 768px) */
@media (max-width: 768px) {

    /* Navbar */
    nav {
        padding: 14px 0;
    }

    nav .nav-custom {
        gap: 20px;
        display: flex;
        justify-content: space-between;
    }

    nav .nav-custom ul.navbar-nav {
        flex-direction: column;
        gap: 12px;
        align-items: center;
    }

    nav .nav-custom ul.navbar-nav li a {
        font-size: 14px;
    }

    /* Buttons */
    .btn {
        min-width: 160px;
        font-size: 16px;
        padding: 10px 16px;
    }

    .btn-outline-green.w-arrow::after {
        width: 8px;
        height: 8px;
    }

    section.page-header h1 {
        font-size: 36px;
    }

    section.page-header {
        padding: 36px 0;
    }

    section.addresses .address-info {
        margin-bottom: 36px;
    }

    section.addresses .address-info {
        margin-bottom: 36px;
    }

    .form-check.d-flex.justify-content-center {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 24px;
        flex-wrap: wrap;
        align-content: center;
    }

    .form-check.d-flex.justify-content-center label.form-check-label {
        width: 80%;
    }

    .form-check.d-flex.justify-content-center input#terms {
        margin: 0;
    }

    section.contact-form {
        padding: 36px 0;
    }

    /* Hero Section */
    section.hero-section .slide-single {
        min-height: 60vh;
    }

    section.hero-section .slide-single .slide-content .slide-title {
        font-size: 36px;
    }

    /* Product Categories */
    section.product-categories-home .section-title {
        font-size: 24px;
        margin-bottom: 30px;
        text-align: center;
    }

    section.product-categories-home .category .category-image {
        flex-shrink: 1;
        max-width: 178px;
    }

    section.product-categories-home .category .category-title {
        font-size: 22px;
    }

    section.product-categories-home .category a {
        padding: 0 16px;
    }

    /* About Home */
    section.about-home {
        padding-top: 60px;
        height: 600px;
    }

    section.about-home .content {
        flex-direction: column;
        align-items: center;
    }

    section.about-home .content .texts {
        max-width: 100%;
        text-align: center;
    }

    section.about-home .content .texts .title {
        font-size: 28px;
    }

    section.about-home .content .texts .text {
        font-size: 18px;
        line-height: 28px;
    }

    /* Catalog */
    section.catalog .content .title {
        font-size: 24px;
    }

    /* About Content */
    section.about-content {
        padding-bottom: 300px;
    }

    section.about-content .content {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    section.about-content .content .texts .title {
        font-size: 28px;
    }

    section.about-content .content .texts .text {
        font-size: 16px;
        line-height: 24px;
    }

    /* Categories */
    section.categories {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    section.categories .category-title .title {
        font-size: 24px;
    }

    section.categories .product-card span {}

    /* Product Detail */
    section.product-detail {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    section.product-detail .custom-bread {
        padding: 24px 16px;
        margin-bottom: 60px;
    }

    section.product-detail .product-details .title-box {
        flex-direction: column;
        gap: 16px;
    }

    section.product-detail .product-details .title-box .title {
        font-size: 28px;
        line-height: 36px;
        text-align: center;
    }

    section.product-detail .product-details .excerpt {
        font-size: 14px;
        text-align: center;
    }

    /* Other Products */
    section.other-products h3 {
        font-size: 28px;
        line-height: 36px;
    }

    section.other-products .single .product-card span {
        font-size: 16px;
        line-height: 32px;
    }

    section.other-products .custom-controls {
        bottom: 16px;
        gap: 8px;
    }

    .custom-controls .prev,
    .custom-controls .next {
        width: 32px;
        height: 32px;
    }

    section.other-products .custom-controls .prev,
    section.other-products .custom-controls .next {
        display: none
    }

    .custom-controls .dots button {
        width: 10px;
        height: 10px;
    }

    /* Footer */
    footer {
        padding: 32px 0 16px 0;
    }

    footer .footer-contact {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
        align-content: center;
        justify-content: center;
        margin-bottom: 36px;
    }

    footer .subfooter {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }

    .subfooter p {
        text-align: center;
    }

    .subfooter a.cop-link {
        text-align: center;
        margin-top: 14px;
        max-width: 300px;
    }

    footer .subfooter .corpprate {
        justify-content: center;
        flex-wrap: wrap;
    }

    footer .footer-contact .title {
        font-size: 14px;
        text-align: center;
    }

    footer .footer-contact span {
        font-size: 12px;
        text-align: center;
    }

    footer .footer-contact.has-menu span a {
        font-size: 12px;
    }
}





.hamburger {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 40px;
    height: 32px;
    cursor: pointer;
    z-index: 11;
}

.hamburger span {
    display: block;
    height: 4px;
    width: 100%;
    background: #266142;
    border-radius: 2px;
    transition: all 0.3s ease;
}

/* Hamburger Menü */
.burger-menu {
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100%;
    background-color: #266142;
    box-shadow: -4px 0 12px rgba(0, 0, 0, 0.2);
    transition: right 0.3s ease;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.burger-menu.active {
    right: 0;
}

.burger-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.burger-menu .brand {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}

.close-btn {
    font-size: 28px;
    cursor: pointer;
    color: #fff;
}

.burger-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.burger-links li a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    transition: color 0.3s ease;
}

.burger-links li a:hover {
    color: #DDF0DE;
}

/* Responsive */
@media (max-width: 768px) {
    .hamburger {
        display: flex;
    }
}
