.elementor-270 .elementor-element.elementor-element-44425b9{--display:flex;}.elementor-270 .elementor-element.elementor-element-44425b9.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-270 .elementor-element.elementor-element-44425b9{--width:110%;}}/* Start custom CSS for html, class: .elementor-element-a0ea861 *//* ALAP STÍLUSOK */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Helvetica Neue', Arial, sans-serif;
}
body {
    background-color: #f8f8f8;
    color: #333;
    line-height: 1.6;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
a {
    text-decoration: none;
    color: inherit;
}
ul {
    list-style: none;
}
button {
    cursor: pointer;
    border: none;
}
/* FEJLÉC */
.header-top {
    background: #000;
    color: white;
    padding: 8px 0;
    font-size: 12px;
    border-bottom: 1px solid #333;
}
.header-top .container {
    display: flex;
    justify-content: space-between;
}
.header-top-links a {
    color: white;
    margin-left: 15px;
}
.header-top-links a:hover {
    text-decoration: underline;
}
.header-main {
    background: white;
    padding: 15px 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.header-main .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo {
    font-size: 28px;
    font-weight: bold;
    color: #000;
}
.logo span {
    color: #e00;
}
/* NAVIGÁCIÓ */
.main-nav ul {
    display: flex;
}
.main-nav li {
    margin: 0 15px;
    position: relative;
}
.main-nav a {
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    padding: 5px 0;
    position: relative;
}
.main-nav a:hover {
    color: #e00;
}
.main-nav a:hover::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #e00;
}
/* KERESÉS */
.search-box {
    position: relative;
    margin: 0 20px;
}
.search-box input {
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 20px;
    width: 300px;
    font-size: 14px;
    background: #f5f5f5;
}
.search-box button {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    color: #666;
}
/* FEJLÉC IKONOK */
.header-icons {
    display: flex;
    align-items: center;
}
.header-icons a {
    margin-left: 20px;
    font-size: 18px;
    position: relative;
}
.cart-count {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #e00;
    color: white;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sale-badge {
    background: #e00;
    color: white;
    padding: 5px 10px;
    border-radius: 3px;
    font-weight: bold;
    margin-left: 15px;
}
/* HERO SZEKCIÓ */
.hero {
    height: 500px;
    background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url('https://images.unsplash.com/photo-1441986300917-64674bd600d8?ixlib=rb-4.0.3&auto=format&fit=crop&w=1950&q=80');
    background-size: cover;
    background-position: center;
    color: white;
    display: flex;
    align-items: center;
    text-align: center;
}
.hero-content {
    max-width: 800px;
    margin: 0 auto;
}
.hero h1 {
    font-size: 48px;
    margin-bottom: 20px;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
}
.hero p {
    font-size: 20px;
    margin-bottom: 30px;
}
.cta-button {
    display: inline-block;
    background: #e00;
    color: white;
    padding: 12px 30px;
    border-radius: 30px;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    transition: all 0.3s;
}
.cta-button:hover {
    background: #c00;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}
/* KATEGÓRIÁK */
.categories {
    padding: 60px 0;
    background: white;
}
.section-title {
    text-align: center;
    font-size: 32px;
    margin-bottom: 40px;
    text-transform: uppercase;
}
.category-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.category-card {
    position: relative;
    height: 300px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: all 0.3s;
}
.category-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}
.category-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.category-name {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,0.7);
    color: white;
    padding: 15px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}
/* AKCIÓS TERMÉKEK */
.featured-products {
    padding: 60px 0;
    background: #f8f8f8;
}
.product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}
.product-card {
    background: white;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: all 0.3s;
}
.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}
.product-image {
    height: 250px;
    overflow: hidden;
}
.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}
.product-card:hover .product-image img {
    transform: scale(1.05);
}
.product-info {
    padding: 15px;
}
.product-brand {
    font-size: 14px;
    color: #666;
    margin-bottom: 5px;
}
.product-name {
    font-size: 16px;
    margin-bottom: 10px;
    height: 40px;
    overflow: hidden;
}
.product-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.current-price {
    font-weight: bold;
    font-size: 18px;
}
.original-price {
    text-decoration: line-through;
    color: #999;
    font-size: 14px;
}
.discount-badge {
    background: #e00;
    color: white;
    padding: 3px 8px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: bold;
}
/* MÁRKÁK */
.brands {
    padding: 60px 0;
    background: white;
}
.brand-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}
.brand-logo {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border-radius: 5px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.08);
    padding: 15px;
    transition: all 0.3s;
}
.brand-logo:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.brand-logo img {
    max-width: 100%;
    max-height: 100%;
    filter: grayscale(100%);
    transition: all 0.3s;
}
.brand-logo:hover img {
    filter: grayscale(0%);
}
/* LÁBLÉC */
footer {
    background: #111;
    color: #aaa;
    padding: 60px 0 20px;
}
.footer-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}
.footer-column h3 {
    color: white;
    font-size: 18px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.footer-column ul li {
    margin-bottom: 10px;
}
.footer-column a:hover {
    color: white;
}
.newsletter p {
    margin-bottom: 15px;
}
.newsletter-form {
    display: flex;
}
.newsletter-form input {
    flex-grow: 1;
    padding: 10px 15px;
    border: none;
    border-radius: 3px 0 0 3px;
}
.newsletter-form button {
    background: #e00;
    color: white;
    padding: 0 15px;
    border-radius: 0 3px 3px 0;
}
.social-icons {
    display: flex;
    margin-top: 20px;
}
.social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: #333;
    border-radius: 50%;
    margin-right: 10px;
    transition: all 0.3s;
}
.social-icons a:hover {
    background: #e00;
    transform: translateY(-3px);
}
.footer-bottom {
    border-top: 1px solid #333;
    padding-top: 20px;
    text-align: center;
    font-size: 14px;
}
.payment-methods {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}
.payment-methods i {
    font-size: 24px;
    margin: 0 5px;
    color: #666;
}
/* RESZPONZÍV DESIGN */
@media (max-width: 992px) {
    .category-grid,
    .product-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .brand-grid {
        grid-template-columns: repeat(4, 1fr);
    }
    .footer-content {
        grid-template-columns: repeat(2, 1fr);
    }
    .search-box input {
        width: 200px;
    }
}
@media (max-width: 768px) {
    .header-main .container {
        flex-wrap: wrap;
    }
    .logo {
        margin-bottom: 10px;
    }
    .main-nav {
        order: 3;
        width: 100%;
        margin-top: 15px;
    }
    .main-nav ul {
        justify-content: center;
    }
    .category-grid,
    .product-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .brand-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .hero h1 {
        font-size: 36px;
    }
    .hero p {
        font-size: 18px;
    }
    .search-box {
        margin: 10px 0;
        width: 100%;
    }
    .search-box input {
        width: 100%;
    }
}
@media (max-width: 576px) {
    .category-grid,
    .product-grid {
        grid-template-columns: 1fr;
    }
    .brand-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .footer-content {
        grid-template-columns: 1fr;
    }
    .hero {
        height: 400px;
    }
    .hero h1 {
        font-size: 28px;
    }
    .hero p {
        font-size: 16px;
    }
}/* End custom CSS */