
/* style.css - Stilet për Dyqanin e Mjeteve */

/* Reset dhe bazë */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Roboto', 'Segoe UI', Arial, sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f5f5f5;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.col-md-3, .col-md-9, .col-md-6, .col-md-4 {
    padding: 0 15px;
}

.col-md-3 { width: 25%; }
.col-md-9 { width: 75%; }
.col-md-6 { width: 50%; }
.col-md-4 { width: 33.333%; }

/* Shiriti i Lartë */
.top-bar {
    background-color: #2c3e50;
    color: #ecf0f1;
    padding: 8px 0;
    font-size: 14px;
}

.top-bar-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contact-info span {
    margin-right: 20px;
}

.contact-info i {
    margin-right: 5px;
    color: #c75300;
}

.language-switcher span {
    margin: 0 5px;
    cursor: pointer;
    opacity: 0.7;
}

.language-switcher span.active {
    opacity: 1;
    font-weight: bold;
    color: #c75300;
}

/* Header Kryesor */
.main-header {
    background-color: white;
    padding: 20px 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    display: flex;
    align-items: center;
    gap: 15px;
}

.logo h1 {
    font-size: 24px;
    color: #2c3e50;
}

.logo h1 span {
    color: #c75300;
}

.logo p {
    font-size: 14px;
    color: #7f8c8d;
}

.header-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.search-box {
    display: flex;
    border: 2px solid #c75300;
    border-radius: 4px;
    overflow: hidden;
}

.search-box input {
    padding: 10px 15px;
    border: none;
    width: 300px;
    outline: none;
    font-size: 14px;
}

.search-box button {
    background-color: #c75300;
    color: white;
    border: none;
    padding: 0 20px;
    cursor: pointer;
    font-size: 16px;
}

.search-box button:hover {
    background-color: #b34700;
}

.cart-icon, .user-icon {
    position: relative;
    font-size: 20px;
    color: #2c3e50;
    cursor: pointer;
}

.cart-count {
    position: absolute;
    top: -8px;
    right: -8px;
    background-color: #c75300;
    color: white;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

/* Navigimi */
.main-navigation {
    background-color: #2c3e50;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.nav-menu {
    display: flex;
    list-style: none;
}

.nav-menu li {
    position: relative;
}

.nav-menu li a {
    color: white;
    text-decoration: none;
    padding: 15px 20px;
    display: block;
    transition: background-color 0.3s;
    font-weight: 500;
    font-size: 15px;
}

.nav-menu li a:hover,
.nav-menu li a.active {
    background-color: #c75300;
}

.nav-menu li a i {
    margin-right: 8px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: white;
    min-width: 200px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    display: none;
    z-index: 1000;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu a {
    color: #333 !important;
    padding: 12px 20px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}

.dropdown-menu a:hover {
    background-color: #f8f9fa;
    color: #c75300 !important;
}

.mobile-menu-btn {
    display: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
    padding: 10px;
}

/* Seksioni Hero */
.hero-section {
    background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('assets/images/hero-bg.jpg');
    background-size: cover;
    background-position: center;
    color: white;
    padding: 80px 0;
    text-align: center;
    margin-bottom: 40px;
}

.hero-content h2 {
    font-size: 36px;
    margin-bottom: 20px;
    font-weight: 700;
}

.hero-content p {
    font-size: 18px;
    margin-bottom: 30px;
    opacity: 0.9;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.btn-primary {
    display: inline-block;
    background-color: #c75300;
    color: white;
    padding: 12px 30px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s;
    border: none;
    cursor: pointer;
    font-size: 16px;
}

.btn-primary:hover {
    background-color: #b34700;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

/* Kategoritë */
.categories-section {
    padding: 60px 0;
    background-color: white;
}

.section-title {
    text-align: center;
    margin-bottom: 40px;
    font-size: 28px;
    color: #ffffff;
    position: relative;
    padding-bottom: 15px;
}

.section-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background-color: #c75300;
}

.categories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.category-card {
    background-color: #f8f9fa;
    padding: 30px 20px;
    text-align: center;
    border-radius: 8px;
    text-decoration: none;
    color: #333;
    transition: all 0.3s;
    border: 1px solid #e9ecef;
    display: block;
}

.category-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    border-color: #c75300;
}

.category-icon {
    font-size: 40px;
    color: #2c3e50;
    margin-bottom: 20px;
}

.category-card h3 {
    margin-bottom: 10px;
    color: #2c3e50;
    font-size: 20px;
}

.category-card p {
    color: #7f8c8d;
    font-size: 14px;
}

/* Produktet */
.products-section {
    padding: 60px 0;
    background-color: #f8f9fa;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
}

.product-card {
    background-color: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0,0,0,0.08);
    transition: all 0.3s;
    position: relative;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.product-image {
    position: relative;
    height: 200px;
    overflow: hidden;
    background-color: #f8f9fa;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.5s;
    padding: 10px;
}

.product-card:hover .product-image img {
    transform: scale(1.05);
}

.product-category {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #2c3e50;
    color: white;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
}

.product-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #c75300;
    color: white;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
}

.product-info {
    padding: 20px;
}

.product-info h3 {
    font-size: 16px;
    margin-bottom: 10px;
    color: #2c3e50;
    height: 40px;
    overflow: hidden;
    line-height: 1.4;
}

.product-rating {
    margin-bottom: 10px;
    color: #c75300;
    font-size: 14px;
}

.rating-count {
    color: #7f8c8d;
    margin-left: 5px;
}

.product-price {
    font-size: 20px;
    font-weight: bold;
    color: #c75300;
    margin-bottom: 10px;
}

.product-stock {
    color: #27ae60;
    font-size: 14px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.product-actions {
    display: flex;
    gap: 10px;
}

.btn-add-to-cart {
    flex: 1;
    background-color: #c75300;
    color: white;
    border: none;
    padding: 10px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.btn-add-to-cart:hover {
    background-color: #b34700;
}

.btn-details {
    display: inline-block;
    padding: 10px 15px;
    background-color: #f8f9fa;
    color: #c75300;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
    transition: background-color 0.3s;
    text-align: center;
}

.btn-details:hover {
    background-color: #e9ecef;
    color: #b34700;
}

.btn-secondary {
    display: inline-block;
    background-color: #2c3e50;
    color: white;
    padding: 12px 30px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s;
}

.btn-secondary:hover {
    background-color: #1a252f;
    transform: translateY(-2px);
}

.text-center {
    text-align: center;
}

/* Shërbimet */
.services-section {
    padding: 60px 0;
    background-color: white;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin: 40px 0;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.service-item {
    text-align: center;
    padding: 30px 20px;
    transition: transform 0.3s;
}

.service-item:hover {
    transform: translateY(-5px);
}

.service-item i {
    font-size: 40px;
    color: #c75300;
    margin-bottom: 20px;
}

.service-item h3 {
    margin-bottom: 10px;
    color: #2c3e50;
    font-size: 20px;
}

.service-item p {
    color: #7f8c8d;
    font-size: 14px;
}

/* Markat */
.brands-section {
    padding: 60px 0;
    background-color: #f8f9fa;
}

.brands-slider {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

.brand-logo {
    flex: 1;
    min-width: 150px;
    text-align: center;
    padding: 20px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.05);
    transition: all 0.3s;
}

.brand-logo:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.brand-logo img {
    max-width: 120px;
    height: 40px;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: filter 0.3s, opacity 0.3s;
}

.brand-logo:hover img {
    filter: grayscale(0%);
    opacity: 1;
}

/* Footer */
.main-footer {
    background-color: #2c3e50;
    color: #ecf0f1;
    padding: 60px 0 20px;
    margin-top: 60px;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-bottom: 40px;
}

.footer-column h3 {
    font-size: 18px;
    margin-bottom: 20px;
    color: #ecf0f1;
    padding-bottom: 10px;
    border-bottom: 2px solid #c75300;
}

.footer-column p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.8;
    color: #bdc3c7;
}

.social-links {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.social-links a {
    display: inline-block;
    width: 36px;
    height: 36px;
    background-color: #34495e;
    color: white;
    border-radius: 50%;
    text-align: center;
    line-height: 36px;
    transition: background-color 0.3s;
    text-decoration: none;
}

.social-links a:hover {
    background-color: #c75300;
    transform: translateY(-3px);
}

.contact-list {
    list-style: none;
}

.contact-list li {
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
    color: #bdc3c7;
    font-size: 14px;
}

.contact-list i {
    margin-right: 10px;
    color: #c75300;
    margin-top: 4px;
    min-width: 20px;
}

.footer-links {
    list-style: none;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #bdc3c7;
    text-decoration: none;
    transition: all 0.3s;
    font-size: 14px;
    display: block;
    padding: 3px 0;
}

.footer-links a:hover {
    color: #c75300;
    padding-left: 5px;
}

.footer-bottom {
    border-top: 1px solid #34495e;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    font-size: 14px;
}

.footer-bottom p {
    color: #95a5a6;
}

.payment-methods i {
    font-size: 24px;
    margin-left: 15px;
    color: #c75300;
}

/* Faqja e Produkteve */
.page-header {
    padding: 30px 0;
    background-color: #f8f9fa;
    margin-bottom: 30px;
    border-radius: 8px;
}

.page-header h1 {
    color: #2c3e50;
    margin-bottom: 10px;
}

.breadcrumb {
    display: flex;
    align-items: center;
    color: #7f8c8d;
    font-size: 14px;
}

.breadcrumb-item {
    color: #c75300;
    text-decoration: none;
}

.breadcrumb-item:hover {
    text-decoration: underline;
}

.breadcrumb-separator {
    margin: 0 10px;
}

.breadcrumb-item.active {
    color: #7f8c8d;
}

.filter-sidebar {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.08);
    margin-bottom: 30px;
}

.filter-sidebar h3 {
    color: #2c3e50;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #c75300;
}

.filter-group {
    margin-bottom: 25px;
}

.filter-group h4 {
    color: #2c3e50;
    margin-bottom: 10px;
    font-size: 16px;
}

.filter-list {
    list-style: none;
}

.filter-list li {
    margin-bottom: 8px;
}

.filter-list a {
    color: #7f8c8d;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
    display: block;
    padding: 5px 0;
}

.filter-list a:hover {
    color: #c75300;
    padding-left: 5px;
}

.price-slider {
    width: 100%;
    margin: 10px 0;
}

.price-range {
    display: flex;
    justify-content: space-between;
    color: #7f8c8d;
    font-size: 14px;
}

.filter-options {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.filter-checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #7f8c8d;
    cursor: pointer;
}

.filter-checkbox input {
    width: 16px;
    height: 16px;
}

.btn-apply-filters, .btn-clear-filters {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s;
}

.btn-apply-filters {
    background-color: #c75300;
    color: white;
}

.btn-apply-filters:hover {
    background-color: #b34700;
}

.btn-clear-filters {
    background-color: #f8f9fa;
    color: #7f8c8d;
    border: 1px solid #ddd;
}

.btn-clear-filters:hover {
    background-color: #e9ecef;
}

.products-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    background-color: white;
    padding: 15px 20px;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.08);
}

.form-select {
    padding: 8px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: white;
    font-size: 14px;
    color: #333;
    cursor: pointer;
}

.products-count {
    color: #7f8c8d;
    font-size: 14px;
}

/* Pagination */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 40px;
}

.page-link {
    display: inline-block;
    padding: 8px 15px;
    background-color: white;
    color: #c75300;
    text-decoration: none;
    border-radius: 4px;
    border: 1px solid #ddd;
    font-size: 14px;
    transition: all 0.3s;
}

.page-link:hover {
    background-color: #f8f9fa;
    color: #b34700;
}

/* Footer me ngjyra portokalli */
.orange-footer {
    background: linear-gradient(135deg, #000000 0%, #1a1a1a 100%);
    color: #ffffff;
    padding: 50px 0 20px;
    margin-top: 80px;
    border-top: 3px solid #c75300;
    font-family: 'Arial', sans-serif;
}

.footer-main {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #333;
}

.footer-section {
    padding: 0 15px;
}

/* Brand Section */
.footer-brand .brand-name {
    font-size: 2.2rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.footer-brand .highlight {
    color: #c75300;
}

.brand-tagline {
    font-size: 1.1rem;
    color: #c75300;
    font-weight: 600;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}

.brand-description {
    color: #cccccc;
    line-height: 1.6;
    font-size: 0.95rem;
}

/* Section Titles */
.section-title {
    font-size: 1.3rem;
    color: #c75300;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #c75300;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Contact Info */
.contact-info {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    color: #cccccc;
}

.contact-item i {
    color: #c75300;
    margin-right: 12px;
    font-size: 1.1rem;
    margin-top: 3px;
    width: 20px;
}

/* Quick Links */
.quick-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.quick-links li {
    margin-bottom: 12px;
}

.quick-links a {
    color: #cccccc;
    text-decoration: none;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.95rem;
}

.quick-links a:hover {
    color: #c75300;
    padding-left: 5px;
}

.quick-links i {
    color: #c75300;
    font-size: 0.9rem;
}

/* Social Media */
.social-media {
    display: flex;
    gap: 12px;
    margin-bottom: 25px;
}

.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #333333;
    color: #ffffff;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 1rem;
}

.social-icon:hover {
    transform: translateY(-5px);
    background: #c75300;
    box-shadow: 0 5px 15px rgba(199, 83, 0, 0.3);
}

/* Newsletter */
.newsletter p {
    color: #cccccc;
    margin-bottom: 15px;
    font-size: 0.95rem;
}

.newsletter-form {
    display: flex;
    gap: 5px;
}

.newsletter-form input {
    flex: 1;
    padding: 12px 15px;
    border: 1px solid #333;
    background: #222;
    color: #ffffff;
    border-radius: 5px;
    font-size: 0.9rem;
}

.newsletter-form input:focus {
    outline: none;
    border-color: #c75300;
}

.newsletter-form button {
    background: #c75300;
    color: #ffffff;
    border: none;
    padding: 0 18px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

.newsletter-form button:hover {
    background: #b34700;
}

/* Footer Bottom */
.footer-bottom {
    padding-top: 20px;
}

.payment-methods {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #333;
    flex-wrap: wrap;
}

.payment-text {
    color: #cccccc;
    font-size: 0.95rem;
}

.payment-icons {
    display: flex;
    gap: 15px;
}

.payment-icons i {
    font-size: 1.8rem;
    color: #c75300;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.payment-icons i:hover {
    opacity: 1;
}

.copyright {
    text-align: center;
    color: #999999;
    font-size: 0.9rem;
}

.copyright p {
    margin-bottom: 15px;
}

.copyright .highlight {
    color: #c75300;
    font-weight: 600;
}

.footer-links {
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
}

.footer-links a {
    color: #cccccc;
    text-decoration: none;
    font-size: 0.85rem;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #c75300;
}

.page-link.active {
    background-color: #c75300;
    color: white;
    border-color: #c75300;
}

.page-link.disabled {
    color: #bdc3c7;
    cursor: not-allowed;
    background-color: #f8f9fa;
}

.page-link.prev, .page-link.next {
    display: flex;
    align-items: center;
    gap: 5px;
}

/* Language Switcher Improvements */
.language-switcher a {
    color: #cccccc;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 10px;
    border-radius: 4px;
    transition: all 0.3s ease;
    font-size: 14px;
    font-weight: 500;
}

.language-switcher a:hover {
    color: #c75300;
    background-color: rgba(199, 83, 0, 0.1);
}

.language-switcher a.active {
    color: #c75300;
    background-color: rgba(199, 83, 0, 0.2);
    font-weight: bold;
}

.language-switcher .separator {
    color: #666;
    margin: 0 5px;
}

/* Responsive */
@media (max-width: 768px) {
    .orange-footer {
        padding: 40px 0 20px;
        margin-top: 60px;
    }
    
    .footer-main {
        grid-template-columns: 1fr;
        gap: 30px;
        text-align: center;
    }
    
    .contact-item {
        justify-content: center;
    }
    
    .quick-links a {
        justify-content: center;
    }
    
    .social-media {
        justify-content: center;
    }
    
    .payment-methods {
        flex-direction: column;
        gap: 15px;
    }
    
    .footer-links {
        gap: 15px;
    }
    
    .brand-name {
        font-size: 2rem;
    }
    
    .language-switcher {
        margin-top: 10px;
    }
    
    .top-bar-content {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
}

@media (max-width: 480px) {
    .orange-footer {
        padding: 30px 0 15px;
    }
    
    .section-title {
        font-size: 1.2rem;
    }
    
    .payment-icons i {
        font-size: 1.5rem;
    }
    
    .social-icon {
        width: 35px;
        height: 35px;
    }
    
    .footer-links {
        flex-direction: column;
        gap: 10px;
    }
}

/* Responsive */
@media (max-width: 992px) {
    .col-md-3, .col-md-9, .col-md-6, .col-md-4 {
        width: 100%;
    }
    
    .search-box input {
        width: 200px;
    }
    
    .nav-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #2c3e50;
        flex-direction: column;
        z-index: 1000;
    }
    
    .nav-menu.active {
        display: flex;
    }
    
    .nav-menu li a {
        padding: 15px;
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }
    
    .mobile-menu-btn {
        display: block;
    }
    
    .dropdown-menu {
        position: static;
        box-shadow: none;
        background-color: rgba(0,0,0,0.1);
    }
    
    .hero-content h2 {
        font-size: 28px;
    }
    
    .brands-slider {
        justify-content: center;
    }
    
    .brand-logo {
        min-width: 120px;
    }
}

@media (max-width: 768px) {
    .header-content {
        flex-direction: column;
        gap: 20px;
    }
    
    .top-bar-content {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
    
    .contact-info span {
        display: block;
        margin-right: 0;
        margin-bottom: 5px;
    }
    
    .search-box input {
        width: 100%;
    }
    
    .footer-bottom {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .products-header {
        flex-direction: column;
        gap: 15px;
        align-items: flex-start;
    }
}

@media (max-width: 576px) {
    .categories-grid,
    .products-grid {
        grid-template-columns: 1fr;
    }
    
    .product-actions {
        flex-direction: column;
    }
    
    .hero-content h2 {
        font-size: 24px;
    }
    
    .hero-content p {
        font-size: 16px;
    }
    
    .section-title {
        font-size: 24px;
    }
    
    .services-grid {
        grid-template-columns: 1fr;
    }
}

/* style.css - Dizajni i ri me ngjyrat e reja */
:root {
    --portokall: #c75300;
    --portokall-e-errur: #b34700;
    --e-zeze: #000000;
    --e-bardhe: #FFFFFF;
    --gri-e-lehte: #F5F5F5;
    --gri: #666666;
    --gri-e-hapur: #EEEEEE;
    --gri-kufi: #DDDDDD;
    --e-kuqe: #FF0000;
}

/* Ndryshimet në ngjyra */

/* Top Bar */
.top-bar {
    background-color: var(--e-zeze);
    color: var(--e-bardhe);
}

.contact-info i {
    color: var(--portokall);
}

.language-switcher span.active {
    color: var(--portokall);
}

/* Header */
.logo h1 span {
    color: var(--portokall);
}

.search-box {
    border: 2px solid var(--portokall);
}

.search-box button {
    background-color: var(--portokall);
    color: var(--e-bardhe);
}

.search-box button:hover {
    background-color: var(--portokall-e-errur);
}

.cart-count {
    background-color: var(--portokall);
}

/* Navigation */
.main-navigation {
    background-color: var(--e-zeze);
}

.nav-menu li a:hover,
.nav-menu li a.active {
    background-color: var(--portokall);
}

/* Butonat */
.btn-primary {
    background-color: var(--portokall);
    color: var(--e-bardhe);
}

.btn-primary:hover {
    background-color: var(--portokall-e-errur);
}

.btn-secondary {
    background-color: var(--e-zeze);
    color: var(--e-bardhe);
}

.btn-secondary:hover {
    background-color: #333333;
}

.btn-add-to-cart {
    background-color: var(--portokall);
    color: var(--e-bardhe);
}

.btn-add-to-cart:hover {
    background-color: var(--portokall-e-errur);
}

/* Produktet */
.product-category {
    background-color: var(--e-zeze);
}

.product-badge {
    background-color: var(--portokall);
}

.product-price {
    color: var(--portokall);
}

/* Seksionet */
.section-title:after {
    background-color: var(--portokall);
}

/* Footer */
.footer-column h3 {
    border-bottom: 2px solid var(--portokall);
}

.contact-list i {
    color: var(--portokall);
}

.footer-links a:hover {
    color: var(--portokall);
}

.social-links a:hover {
    background-color: var(--portokall);
}

.search-box form {
    display: flex;
}

.search-box input[type="text"] {
    padding: 10px 15px;
    border: 2px solid #ddd;
    border-right: none;
    border-radius: 4px 0 0 4px;
    width: 200px;
    font-size: 14px;
    transition: border-color 0.3s;
}

.search-box input[type="text"]:focus {
    outline: none;
    border-color: #c75300;
}

.search-box button {
    background: #c75300;
    color: white;
    border: none;
    border-radius: 0 4px 4px 0;
    padding: 0 15px;
    cursor: pointer;
    transition: background 0.3s;
}

.search-box button:hover {
    background: #a54300;
}