/*!
Theme Name: farmerwork
Theme URI: https://them.es/starter
Author: STARS Agency
Author URI: https://starsagency.hu/
Description: Farmerwork webshop theme
Version: 3.6.2
Requires at least: 5.0
Tested up to: 6.9
Requires PHP: 7.2
License: GPL version 2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0
Tags: custom-background, custom-colors, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: farmerwork-theme
*/

/* Don't overwrite this file. Compile "/assets/main.scss" to "/build/main.css" */

/* From http://codex.wordpress.org/CSS */

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	max-width: 96%; 
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition:
		filter 0.2s ease-in,
		-webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.bypostauthor {
	font-weight: bold;
}


.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* MAIN-CSS */
body {
  font-family: "Poppins", sans-serif !important;
}

#sidebar {
  display: none;
}

:root {
	--red: #e4251d;
}

.entry-title {
    display: none;
}

@media (min-width: 1600px) {
  .container {
    width: 100% !important;
  	padding-left: 0 !important;
  	padding-right: 0 !important;
  	max-width: 88% !important;
  }
}

/* HEADER */
.topbar {
	background-color: var(--red) !important;
}

.topbar p {
    color: white !important;
}

#header {
	padding: 0 !important;
    background-color: white !important;
    padding: 5px 0 !important;
}

@media (max-width: 768px) {
    #header::after {
  content: '';
  width: 100%;
  background-color: red;
  height: 2px;
}
}


.topbar::after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #9999996e;
}

.topbar .inforow {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 30px;
	font-size: 12px;
	font-weight: 600;
	color: #999;
	padding: 14px 0;
}

@media (max-width: 992px) {
    .topbar .inforow {
        font-size: 10px;
    }
}
.topbar .inforow a {
	color: #999;
}

.topbar .inforow p {
	margin: 0;
}

.acc-btns {
  display: flex;
  gap: 15px;
}

@media (max-width: 768px) {
    .topbar .inforow {
  justify-content: space-between;
  gap: 0px;
  font-size: 9px;
    }

    .acc-btns {
  gap: 5px;
  flex-direction: column;
  text-align: right;
    }
}

@media (max-width: 576px) {
    .topbar .inforow p {
  width: 200px;
    }

    .bottombar {
  padding: 10px 0;
  font-size: 10px;
}

.bottombar svg {
  width: 10px;
  height: auto;
}

.bottombar .usp-item {
  gap: 6px;
}
}

.bottombar {
	background-color: var(--red);
	padding: 15px 0;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

.bottombar .usp-item {
    display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.navbar-toggler {
  border: 0 !important;
}

.navbar-toggler:focus {
  box-shadow: none !important;
  }

.navbar-brand {
  padding: 0 !important;
}

.navbar-brand img {
    width: 165px;
  height: auto !important;
  padding: 0 !important;
}

.woocommerce img, .woocommerce-page img {
  max-width: inherit !important;
}

.nav-link {
	font-weight: 700 !important;
	line-height: 41px;
	font-size: 12px !important;
	letter-spacing: -0.5px;
	color: #000 !important;
	padding: 12px 20px !important;
}

@media (max-width: 1200px) {
  .navbar-brand img {
  width: 120px !important;
}
}

@media (max-width: 992px) {
  .navbar-brand img {
  width: 80px !important;
}

.nav-link {
  font-size: 10px !important;
  padding: 12px 6px !important;
}

}

@media (max-width: 768px) {
  .nav-link {
  padding-top: 8px;
  line-height: 16px;
  font-size: 14px !important;
  padding-bottom: 8px;
}
}

.navbar-nav .dropdown-menu .dropdown-menu {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    min-width: 200px;
}

.navbar-nav .dropdown-menu .dropdown:hover > .dropdown-menu {
    display: block;
}

@media (max-width: 991px) {
    .navbar-nav .dropdown-menu .dropdown-menu {
        position: static;
        left: 0;
        padding-left: 20px;
    }
}

.menuicons {
  margin-left: auto;
}

.searchbar {
  width: 100%;
}

.usericon .userimg {
  width: 25px;
  height: auto;
}

.dgwt-wcas-si {
  width: 70px !important;
}

.carousel-control-next, .carousel-control-prev {
  background-image: none;
}

.dropdown-item {
    transition: color 0.3s ease;
} 

.dropdown-item:hover {
    background-color: #fff !important;
    color: var(--red) !important;
} 

.menu-cat-thumb {
    width: 35px;
    height: auto;
    object-fit: cover;
    vertical-align: middle;
    margin-right: 6px;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: white !important;
  background-image: none !important;
  color: var(--red) !important;
}

/* WC */

.sp-title-row {
    text-align: center;
    padding: 32px 0 20px;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 20px;
}
 
.sp-page-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: #111;
    line-height: 1.25;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}
 
 
/* 
   BREADCRUMB
 */
.sp-breadcrumb {
    font-size: 0.75rem;
    color: #999;
    margin-bottom: 28px;
}
 
.sp-breadcrumb .woocommerce-breadcrumb {
    color: #999;
    font-size: 0.75rem;
	text-align: center;
}
 
.sp-breadcrumb .woocommerce-breadcrumb {
    color: var(--red);
    font-weight: 600;
}

.sp-breadcrumb .woocommerce-breadcrumb a {
    color: #999;
    font-weight: 400;
}
 
.sp-breadcrumb .woocommerce-breadcrumb a:hover {
    color: #555;
}
 
 
/* 
   THREE-COLUMN GRID
 */
.sp-columns {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 100px;
    align-items: start;
    margin-bottom: 48px;
}
 
@media ( max-width: 1024px ) {
    .sp-columns {
        grid-template-columns: 240px 1fr 240px;
        gap: 24px;
    }
}
 
@media ( max-width: 768px ) {
    .sp-columns {
        grid-template-columns: 1fr;
    }
}
 
 
/* 
   COL 1: Product image + gallery thumbnails
 */
.woocommerce-page div.product div.images {
  float: left;
  width: 60%;
}
 
/* Main image */
.sp-col--image .woocommerce-product-gallery {
    position: relative;
}
 
.sp-col--image .woocommerce-product-gallery__wrapper img,
.sp-col--image .woocommerce-product-gallery__image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}
 
.sp-col--image .woocommerce-product-gallery figcaption,
.sp-col--image .woocommerce-product-gallery__image figcaption {
    text-align: center;
    font-size: 0.7rem;
    color: #888;
    margin-top: 8px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    line-height: 1.4;
}
 
.sp-col--image .flex-control-nav {
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}
 
.sp-col--image .flex-control-nav li {
    margin: 0;
}
 
.sp-col--image .flex-control-nav img {
    width: 68px;
    height: 68px;
    object-fit: cover;
    border: 2px solid #ddd;
    cursor: pointer;
    display: block;
    transition: border-color 0.15s;
}
 
.sp-col--image .flex-control-nav .flex-active {
    border-color: var(--red);
}
 
.sp-col--image .flex-control-nav img:hover {
    border-color: #888;
}

@media ( max-width: 768px ) {
    .sp-col.sp-col--image {
  display: flex;
  justify-content: center;
}
}
 
 
/* 
   COL 2: Attributes table
 */
.sp-col--attrs {
    padding-top: 4px;
}
 
.sp-attrs-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.875rem;
}
 
.sp-attrs-table tbody tr {
    border-bottom: 1px solid #ccc;
}
 
.sp-attrs-table tbody tr:first-child {
    border-top: 1px solid #ccc;
}
 
.sp-attr-label {
    padding: 12px 16px 12px 0;
    font-weight: 700;
    color: #777;
    white-space: nowrap;
    width: 50%;
}
 
.sp-attr-value {
    padding: 12px 0;
    color: #777;
    text-align: right;
}
 
 
/* 
   COL 3: Price + Add to cart
 */
.sp-col--buy {
    padding-top: 4px;
}
 
/* Price */
.sp-price-wrap .price {
    font-size: 1.75rem !important;
    font-weight: 700;
    color: #000 !important;
    display: block;
    margin-bottom: 20px;
    line-height: 1.1;
}
 
.sp-price-wrap .price del {
    font-size: 1rem !important;
    font-weight: 400;
    color: #999 !important;
}

.woocommerce div.product form.cart::before {
  content: none;
}
 
.sp-price-wrap .price ins {
    text-decoration: none;
}
 
.sp-beuzemeles-wrap {
    margin-bottom: 16px;
}

.sp-beuzemeles-label {
    display: block;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 6px;
}

.sp-beuzemeles-label .required {
    color: var(--red);
}

.sp-beuzemeles-select {
    width: 100%;
    padding: 10px 32px 10px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 0.875rem;
    color: #333;
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23888'/%3E%3C/svg%3E") no-repeat right 10px center;
    appearance: none;
    cursor: pointer;
}
 
/* Qty + button row */
.sp-cart-wrap form.cart,
.sp-cart-wrap .woocommerce-variation-add-to-cart {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
}
 
.sp-cart-wrap .quantity {
    display: flex;
    align-items: center;
    overflow: hidden;
}
 
.sp-cart-wrap .quantity .qty {
    width: 48px;
    font-weight: 600;
    color: #111;
}
 
.sp-cart-wrap .quantity .qty::-webkit-inner-spin-button,
.sp-cart-wrap .quantity .qty::-webkit-outer-spin-button {
    display: none;
}
 
.sp-cart-wrap .single_add_to_cart_button,
.sp-cart-wrap button[name="add-to-cart"] {
    flex: 1;
    height: 46px;
    padding: 0 20px;
    background: #000 !important;
    color: #fff !important;
    border: none;
    font-size: 0.9375rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: background 0.2s;
}
 
.sp-cart-wrap .single_add_to_cart_button:hover {
    background: #333 !important;
}
 
/* Cart icon before button text */
.sp-cart-wrap .single_add_to_cart_button::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M6 2L3 6v14a2 2 0 002 2h14a2 2 0 002-2V6l-3-4zM16 10a4 4 0 01-8 0'/%3E%3C/svg%3E") center/contain no-repeat;
    flex-shrink: 0;
}
 
/* Stock / availability */
.woocommerce .sp-cart-wrap .stock {
  display: none;
}

.sp-stock-wrap {
    font-size: 0.8125rem;
    color: #555;
    border-top: 1px solid #eee;
    padding-top: 14px;
}
 
.sp-stock-wrap .stock.in-stock {
    color: #2a7d2a !important;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 16px !important;
}
 
.sp-stock-wrap .stock.in-stock::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #2a7d2a;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2 6l3 3 5-5' stroke='%232a7d2a' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") center/10px no-repeat;
}
 
.sp-stock-wrap .stock.out-of-stock {
    color: var(--red);
    font-weight: 600;
}
 
/* Shipping estimate text */
.sp-stock-wrap .shipping-estimate {
    margin-bottom: 8px;
    color: #555;
}
 
 
/* 
   DESCRIPTION AREA  */
.sp-description-area {
    padding-top: 8px;
}

.sp-description-area .related.products {
    display: none;
}
 
.sp-description-area .woocommerce-tabs ul.tabs {
    display: none;
}
 
.sp-description-area .woocommerce-tabs .panel {
    display: none !important;
    padding: 0;
    border: none;
}
 
.sp-description-area .woocommerce-tabs #tab-description {
    display: block !important;
}
 
.sp-description-area .woocommerce-tabs #tab-description::before {
    content: "LEÍRÁS:";
    display: block;
    font-size: 1rem;
    font-weight: 700;
    color: var(--red);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 16px;
    padding-bottom: 0;
}
 
.sp-description-area .woocommerce-tabs #tab-description p,
.sp-description-area .entry-content p {
    font-size: 0.9375rem;
    line-height: 1.75;
    color: #333;
    margin-bottom: 1em;
}

.sp-description-area .woocommerce-tabs #tab-description h2 {
	display: none;
}

#banner-cta {
  margin-bottom: 50px;
}




/* 
   FOOTER
 */
 
#footer {
    background: #222529 !important;
    color: #999;
    font-size: 0.8125rem;
    line-height: 1.6;
}

#footer p {
  margin-top: 0 !important;
}
 
/* Main footer area */
.footer-main {
    padding: 48px 0 40px;
}
 
.footer-main .footer-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 48px;
    align-items: start;
}
 
@media ( max-width: 1024px ) {
    .footer-main .footer-container {
        grid-template-columns: 1fr 1fr;
        gap: 32px;
    }
}
 
@media ( max-width: 600px ) {
    .footer-main .footer-container {
        grid-template-columns: 1fr;
    }
}
 
/* Heading */
.footer-heading {
    color: var(--red);
    font-size: 0.9375rem;
    font-weight: 700;
    margin: 0 0 20px;
    text-transform: none;
    letter-spacing: 0;
}
 
/* COL 1: Brand */
 
.footer-logo {
    display: inline-block;
    margin-bottom: 20px;
}
 
.footer-logo img {
    display: block;
    width: 200px;
    height: auto;
}
 
.footer-note {
    color: #999;
    font-size: 0.75rem;
    margin: 0 0 4px;
}
 
.footer-contact-block {
    margin-top: 20px;
}
 
.footer-contact-label {
    font-size: 0.75rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.05em;
    margin: 0 0 4px;
}
 
.footer-phone {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--red);
    text-decoration: none;
    display: block;
    line-height: 1.2;
}
 
.footer-phone:hover {
    color: #ff2222;
}
 
/* COL 2: Links */
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}
 
.footer-links li {
    margin-bottom: 5px;
}
 
.footer-links a {
    color: #999;
    text-decoration: none;
    font-size: 0.875rem;
    transition: color 0.15s;
}
 
.footer-links a:hover {
    color: #fff;
}
 
/* COL 3: About */
.footer-about-text {
    color: #999;
    font-size: 0.8125rem;
    line-height: 1;
    margin: 0;
}
 
/* COL 4: Contact */
.footer-contact-title {
    color: var(--red);
    font-weight: 700;
    font-size: 0.8125rem;
    margin: 14px 0 4px;
}
 
.footer-contact-title:first-child {
    margin-top: 0;
}
 
.footer-contact-info {
    color: #999;
    font-size: 0.8125rem;
    line-height: 1;
    margin: 0;
}
 
.footer-contact-info a {
    color: #999;
    text-decoration: none;
}
 
.footer-contact-info a:hover {
    color: #fff;
}
 
/* Bottom bar */
.footer-bottom {
    border-top: 1px solid #333;
    padding: 14px 0;
    text-align: center;
}
 
.footer-bottom p, .footer-bottom p a {
    margin: 0;
    color: #999 !important;
    font-size: 0.75rem;
    transition: color 0.3s ease;
}

.footer-bottom p a:hover {
    color: var(--red) !important;
}





/* 
   FARMER — Legnépszerűbb termékek slider
 */

.fp-slider-section {
    padding: 48px 0;
    background: #fff;
}

.fp-slider-header {
    text-align: center;
    margin-bottom: 32px;
}

.fp-slider-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin: 0;
}

.fp-slider-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 auto;
}

/* Prev / Next buttons */
.fp-slider-btn {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #ddd;
    background: #fff;
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.15s, border-color 0.15s;
    padding: 0;
}

.fp-slider-btn:hover {
    background: var(--red);
    border-color: var(--red);
    color: #fff;
}

.fp-slider-track-outer {
    flex: 1;
    overflow: hidden;
}

.fp-slider-track {
    display: flex;
    gap: 24px;
    transition: transform 0.35s ease;
    will-change: transform;
}

/* Each slide */
.fp-slide {
    flex: 0 0 calc( (100% - 96px) / 5 );
    max-width: calc( (100% - 96px) / 5 );
    min-width: 0;
}

@media ( max-width: 1024px ) {
    .fp-slide {
        flex: 0 0 calc( (100% - 48px) / 3 );
        max-width: calc( (100% - 48px) / 3 );
    }
}

@media ( max-width: 768px ) {
    .fp-slide {
        flex: 0 0 calc( (100% - 24px) / 2 );
        max-width: calc( (100% - 24px) / 2 );
    }
}

@media ( max-width: 480px ) {
    .fp-slide {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.fp-card {
    border: none;
    background: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
}

.fp-card__img-wrap {
    display: block;
    width: 100%;
    background: transparent;
}

.fp-card__img {
    width: 100%;
    height: 200px;
    object-fit: contain;
    display: block;
    transition: all 0.3s ease;
}

.fp-card__img:hover {
    scale: 1.04;
}

.fp-card__img-placeholder {
    width: 100%;
    height: 200px;
    background: #f5f5f5;
}

.fp-card__body {
    padding: 12px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    width: 100%;
}

.fp-card__name {
    font-size: 0.8rem;
    font-weight: 400;
    color: #111;
    text-decoration: none;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: center;
    max-width: 300px;
}

.fp-card__name:hover {
    color: var(--red);
}

.fp-card__stock {
    font-size: 0.875rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 4px;
}

.fp-card__stock--in {
    color: #2a7d2a;
}

.fp-card__stock--in::after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #2a7d2a;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2 6l3 3 5-5' stroke='%232a7d2a' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") center/10px no-repeat;
}

.fp-card__stock--out {
    color: var(--red);
}

.fp-card__price {
    font-size: 1.1rem;
    font-weight: 700;
    color: #000;
    text-align: center;
}

.fp-card__price del {
    font-size: 0.875rem;
    font-weight: 400;
    color: #999;
}

.fp-card__price ins {
    text-decoration: none;
    color: #000;
}

/* Add to cart button */
.fp-card__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #000;
    color: #fff;
    font-size: 0.8125rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    text-decoration: none;
    padding: 10px 24px;
    border-radius: 4px;
    margin-top: 4px;
    transition: background 0.15s;
}

.fp-card__btn::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M6 2L3 6v14a2 2 0 002 2h14a2 2 0 002-2V6l-3-4zM16 10a4 4 0 01-8 0'/%3E%3C/svg%3E") center/contain no-repeat;
    flex-shrink: 0;
}

.fp-card__btn:hover {
    background: var(--red);
    color: #fff;
}

.fp-card__btn--disabled {
    background: #ccc;
    cursor: not-allowed;
    pointer-events: none;
}


.cat-bar {
    display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 12px;
}
 
.cat-bar__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 18px 16px;
    text-decoration: none;
    color: #111;
    border: 1px solid #e0e0e0;
    transition: color 0.3s;
    box-sizing: border-box;
}
 
.cat-bar__item:hover {
    color: var(--red);
}
 
.cat-bar__icon {
    width: 48px;
    height: 48px;
    object-fit: contain;
    flex-shrink: 0;
}
 
.cat-bar__label {
    font-size: 0.8125rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    white-space: nowrap;
}
 
/* @media ( max-width: 1200px ) {
    .cat-bar__item {
        flex: 1 1 33.333%;
    }
    .cat-bar__item:nth-child(3) {
        border-right: none;
    }
} */
 
@media ( max-width: 992px ) {
    .cat-bar__label {
        font-size: 0.75rem;
        white-space: normal;
        text-align: center;
    }
    .cat-bar__icon {
        width: 36px;
        height: 36px;
    }
}

@media (max-width: 768px) {
  .cat-bar {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(5, 1fr);
  }
}
 
@media ( max-width: 576px ) {
    .cat-bar__item {
        flex: 1 1 100%;
    }
}

.img-duo {
    display: grid;
    grid-template-columns: 30fr 70fr;
    gap: 8px;
    height: 460px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
    margin-top: 40px;
    margin-bottom: 40px;
}

.img-duo__item {
    overflow: hidden;
}

.img-duo__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

@media ( max-width: 768px ) {
    .img-duo {
        grid-template-columns: 1fr;
        height: auto;
    }

    .img-duo__item {
        height: 300px;
    }
}






/* 
   INSTAGRAM SÁV
 */
.ig-bar {
    display: flex;
    align-items: stretch;
    background: #000;
    overflow: hidden;
    min-height: 200px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
}
 
.ig-bar__left {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 32px 40px;
    background: #1a1a1a;
    color: #fff;
    flex-shrink: 0;
    min-width: 280px;
}
 
.ig-bar__icon {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    color: #fff;
}
 
.ig-bar__title {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 4px;
    white-space: nowrap;
}
 
.ig-bar__handle {
    font-size: 0.875rem;
    color: #aaa;
    margin: 0;
}
 
.ig-bar__images {
    display: flex;
    flex: 1;
}
 
.ig-bar__img-wrap {
    flex: 1;
    overflow: hidden;
    display: block;
    position: relative;
}
 
.ig-bar__img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: brightness(0.3);
    transition: filter 0.2s;
}
 
.ig-bar__img-wrap:hover img {
    filter: brightness(1);
}
 
/* 
   NEWSLETTER SÁV
 */
.nl-bar {
    background: var(--red);
    padding: 20px 0;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
}
 
.nl-bar__container {
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    gap: 32px;
    flex-wrap: wrap;
}
 
.nl-bar__left {
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 1;
    min-width: 280px;
}
 
.nl-bar__icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    color: #fff;
}
 
.nl-bar__title {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 2px;
}
 
.nl-bar__sub {
    font-size: 0.8125rem;
    color: rgba(255,255,255,0.8);
    margin: 0;
}
 
.nl-bar__form {
    display: flex;
    align-items: center;
    flex: 1;
    min-width: 280px;
    max-width: 500px;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
}
 
.nl-bar__input {
    flex: 1;
    border: none;
    outline: none;
    padding: 12px 16px;
    font-size: 0.875rem;
    color: #333;
    background: transparent;
}
 
.nl-bar__input::placeholder {
    color: #aaa;
}
 
.nl-bar__btn {
    background: transparent;
    border: none;
    border-left: 1px solid #e0e0e0;
    padding: 12px 20px;
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--red);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.15s;
}
 
.nl-bar__btn:hover {
    background: #f5f5f5;
}
 
.nl-bar__social {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
}
 
.nl-bar__social-link {
    color: #fff;
    display: flex;
    align-items: center;
    opacity: 0.85;
    transition: opacity 0.15s;
}
 
.nl-bar__social-link:hover {
    opacity: 1;
}
 
/* Responsive */
@media ( max-width: 768px ) {
    .ig-bar__images {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
}
 
@media ( max-width: 768px ) {
    .ig-bar {
        flex-direction: column;
    }
    .ig-bar__left {
        min-width: unset;
        padding: 24px;
    }
    .ig-bar__img-wrap {
        height: auto;
    }
    .nl-bar__container {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
    .nl-bar__form {
        width: 100%;
        max-width: 100%;
    }
}




/* 
   CATEGORY / ARCHIVE PAGE
 */

.cat-page {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 40px;
    margin: 32px auto;
    align-items: start;
}

@media ( max-width: 992px ) {
    .cat-page {
        grid-template-columns: 210px 1fr;
    }
}

@media ( max-width: 768px ) {
    .cat-page {
        grid-template-columns: 1fr;
    }
}


/*SZŰRŐ SIDEBAR — ACCORDION*/

.cat-sidebar {
    background: #fff;
}

/* Szekció cím */
.cat-sidebar .widget-title {
    font-size: 0.8125rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #111;
    margin: 0;
    padding: 16px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    user-select: none;
    border-bottom: 1px solid #e8e8e8;
}

.cat-sidebar .widget-title::after {
    content: '−';
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1;
    color: #111;
}

.cat-sidebar .widget-title.collapsed::after {
    content: '+';
}

.filter-body .chosen a {
    color: var(--red) !important;
    transition: color 0.3s ease;
}

.filter-body .chosen a:hover {
    color: black !important;
}

/*
   ÁR SZŰRŐ
 */

/* Elrejtett inputok megjelenítése */
.cat-sidebar #min_price,
.cat-sidebar #max_price {
    display: block !important;
}

.cat-sidebar .price_slider_amount {
    padding: 12px 0 16px;
}

/* Input mezők */
.cat-sidebar .price_slider_amount .screen-reader-text {
    display: none !important;
}

.cat-sidebar .price_slider_amount input[type="text"] {
    display: block !important;
    width: 100% !important;
    padding: 8px 12px !important;
    border: 1px solid #e8e8e8 !important;
    border-radius: 4px !important;
    font-size: 0.9375rem !important;
    color: #111 !important;
    background: #fff !important;
    box-sizing: border-box !important;
    margin-bottom: 10px !important;
    transition: border-color 0.15s !important;
}

.cat-sidebar .price_slider_amount input[type="text"]:focus {
    border-color: #111 !important;
    outline: none !important;
}

/* Ár felirat */
.cat-sidebar .price_label {
    font-size: 0.8125rem;
    color: #999;
    margin-bottom: 10px;
}

.cat-sidebar .price_label .from,
.cat-sidebar .price_label .to {
    font-weight: 600;
    color: #111;
}

/* Szűrés gomb */
.cat-sidebar .price_slider_amount .button {
    display: block !important;
    width: 100% !important;
    padding: 9px 16px !important;
    background: #111 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 4px !important;
    font-size: 0.8125rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.04em !important;
    cursor: pointer !important;
    transition: background 0.15s !important;
    text-align: center !important;
    margin-bottom: 10px !important;
}

.cat-sidebar .price_slider_amount .button:hover {
    background: #cc1111 !important;
}

/* Csúszka elrejtése — csak inputok kellenek */
.cat-sidebar .price_slider {
    display: none !important;
}


/* Lista wrapper — animált */
.cat-sidebar .filter-body {
    max-height: 500px;
    overflow: hidden;
    transition: max-height 0.25s ease;
}

.cat-sidebar .filter-body.collapsed {
    max-height: 0;
}

/* Listák */
.cat-sidebar .woocommerce-widget-layered-nav-list,
.cat-sidebar .stock-filter,
.cat-sidebar ul.product-categories {
    list-style: none;
    padding: 8px 0 12px;
    margin: 0;
}

/* Sorok */
.cat-sidebar .woocommerce-widget-layered-nav-list__item a,
.cat-sidebar .stock-filter li a,
.cat-sidebar ul.product-categories li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px 0;
    font-size: 0.9375rem;
    color: #333;
    text-decoration: none;
    gap: 8px;
    transition: color 0.15s;
}


.cat-sidebar .woocommerce-widget-layered-nav-list__item a:hover,
.cat-sidebar .stock-filter li a:hover,
.cat-sidebar ul.product-categories li a:hover {
    color: var(--red);
}

.woocommerce-widget-layered-nav-list__item.wc-layered-nav-term {
  display: flex;
}

/* Darabszám */
.cat-sidebar .count {
    font-size: 0.875rem;
    color: #999;
    font-weight: 400;
    margin-left: 5px;
}

/* Aktív */
.cat-sidebar .woocommerce-widget-layered-nav-list__item--chosen a {
    font-weight: 700;
    color: #111;
}

/* Alkategória behúzás */
.cat-sidebar ul.product-categories .children {
    padding-left: 14px;
}

/* Szekciók között elválasztó */
.cat-sidebar .filter-section {
    border-bottom: 1px solid #e8e8e8;
}







/* 
   TOOLBAR
 */
.cat-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    gap: 16px;
    flex-wrap: wrap;
}

.cat-toolbar__left {
    display: flex;
    align-items: center;
    gap: 8px;
}

.cat-toolbar__right {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cat-toolbar__label {
    font-size: 0.875rem;
    color: #555;
}

.cat-toolbar select {
    padding: 7px 32px 7px 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 0.875rem;
    color: #333;
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23888'/%3E%3C/svg%3E") no-repeat right 10px center;
    appearance: none;
    cursor: pointer;
}

.cat-toolbar__view {
    display: flex;
    gap: 4px;
}

.cat-view-btn {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
    color: #aaa;
    cursor: pointer;
    transition: background 0.15s, color 0.15s;
    padding: 0;
}

.cat-view-btn.active,
.cat-view-btn:hover {
    background: var(--red);
    border-color: var(--red);
    color: #fff;
}

/* 
   PRODUCT GRID
 */
.woocommerce ul.products::before {
  display: none !important;
}

ul.products.cat-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 24px !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

@media ( max-width: 1200px ) {
    ul.products.cat-grid {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}

@media ( max-width: 992px ) {
    ul.products.cat-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media ( max-width: 768px ) {
    ul.products.cat-grid {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}

@media ( max-width: 576px ) {
    ul.products.cat-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media ( max-width: 480px ) {
    ul.products.cat-grid {
        grid-template-columns: 1fr !important;
    }
}

/* List view */
ul.products.cat-grid.cat-grid--list {
    grid-template-columns: 1fr !important;
}

ul.products.cat-grid.cat-grid--list li.cat-product {
    display: grid !important;
    grid-template-columns: 200px 1fr !important;
    gap: 24px;
    align-items: center;
}

ul.products.cat-grid.cat-grid--list li.cat-product .cat-product__img-wrap {
    aspect-ratio: 1;
}

ul.products.cat-grid.cat-grid--list li.cat-product .cat-product__body {
    text-align: left !important;
    align-items: flex-start !important;
}

/* 
   PRODUCT CARD
 */
ul.products.cat-grid li.cat-product {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    float: none !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

ul.products.cat-grid li.cat-product .cat-product__img-wrap {
    display: block !important;
    width: 100% !important;
    aspect-ratio: 1;
    overflow: hidden;
    background: #fff;
}

ul.products.cat-grid li.cat-product img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    display: block !important;
    transition: transform 0.3s ease;
}

ul.products.cat-grid li.cat-product .cat-product__img-wrap:hover img {
    transform: scale(1.04);
}

.cat-product__img-placeholder {
    width: 100%;
    height: 100%;
    background: #f5f5f5;
}

ul.products.cat-grid li.cat-product .cat-product__body {
    padding: 12px 0 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 6px;
    width: 100%;
}

.cat-product__name {
    font-size: 0.8rem;
    font-weight: 400;
    color: #111;
    text-decoration: none;
    line-height: 1.4;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.cat-product__name:hover {
    color: var(--red);
}

.cat-product__stock {
    font-size: 0.875rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 4px;
}

.cat-product__stock--in {
    color: #2a7d2a;
}

.cat-product__stock--out {
    color: var(--red);
}

.cat-product__price {
    font-size: 1.1rem;
    font-weight: 700;
    color: #111;
    white-space: nowrap;
}

.cat-product__price del {
    font-size: 0.875rem;
    font-weight: 400;
    color: #999;
}

.cat-product__price ins {
    text-decoration: none;
    color: #111;
}

.cat-product__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #111;
    color: #fff;
    font-size: 0.8125rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    text-decoration: none;
    padding: 10px 24px;
    border-radius: 4px;
    margin-top: 4px;
    transition: background 0.15s;
    white-space: nowrap;
}

.cat-product__btn:hover {
    background: var(--red);
    color: #fff;
}

.cat-product__btn--disabled {
    background: #ccc;
    cursor: not-allowed;
    pointer-events: none;
}

/* 
   PAGINATION
 */
.cat-pagination {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.cat-pagination .woocommerce-pagination ul {
    display: flex;
    gap: 4px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.cat-pagination .woocommerce-pagination ul li a,
.cat-pagination .woocommerce-pagination ul li span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 0.875rem;
    color: #333;
    text-decoration: none;
    transition: background 0.15s;
}

.cat-pagination .woocommerce-pagination ul li a:hover {
    background: #f5f5f5;
}

.cat-pagination .woocommerce-pagination ul li span.current {
    background: var(--red);
    border-color: var(--red);
    color: #fff;
    font-weight: 700;
}



.menu-cart-item {
    display: flex;
    align-items: center;
}

.cart-icon-link {
    position: relative;
    display: flex;
    align-items: center;
    color: inherit;
    text-decoration: none;
    padding: 4px;
}

.cart-count {
    position: absolute;
    top: -6px;
    right: -6px;
    background: var(--red);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    min-width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

/* 
   WOOCOMMERCE LOGIN / REGISTER
 */

#customer_login {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start;
    margin-top: 24px;
}

@media ( max-width: 768px ) {
    #customer_login {
        grid-template-columns: 1fr;
    }
}

.woocommerce-account .woocommerce::before, .woocommerce-page .col2-set::before {
    display: none !important;
}

.u-column1,
.u-column2 {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    padding: 32px;
    width: 100% !important;
}

#customer_login h2 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #111;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin: 0 0 24px;
    padding-bottom: 16px;
    border-bottom: 2px solid var(--red);
}

.woocommerce-form-row {
    margin-bottom: 16px;
}

#customer_login label {
    display: block;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 6px;
}

/* Inputs */
#customer_login .woocommerce-Input--text {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 0.9375rem;
    color: #111;
    background: #fff;
    outline: none;
    transition: border-color 0.15s;
    box-sizing: border-box;
}

#customer_login .woocommerce-Input--text:focus {
    border-color: var(--red);
}

.woocommerce-form-login__rememberme {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.8125rem;
    color: #555;
    cursor: pointer;
    margin-bottom: 12px;
}

.woocommerce-form-login__submit,
.woocommerce-form-register__submit {
    width: 100%;
    padding: 12px 24px;
    background: #111;
    color: #fff !important;
    border: none;
    border-radius: 4px;
    font-size: 0.9375rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    cursor: pointer;
    transition: background 0.15s;
    display: block;
}

.woocommerce-form-login__submit:hover,
.woocommerce-form-register__submit:hover {
    background: var(--red);
    color: #fff !important;
}

.woocommerce-LostPassword {
    margin-top: 12px;
    text-align: center;
}

.woocommerce-LostPassword a {
    font-size: 0.8125rem;
    color: var(--red);
    text-decoration: none;
}

.woocommerce-LostPassword a:hover {
    text-decoration: underline;
}

.woocommerce-privacy-policy-text {
    font-size: 0.75rem;
    color: #999;
    margin-bottom: 16px;
    line-height: 1.6;
}

.woocommerce-privacy-policy-text a {
    color: var(--red);
}

.woocommerce-form-register p:not(.woocommerce-form-row):not(.woocommerce-privacy-policy-text) {
    font-size: 0.8125rem;
    color: #777;
    line-height: 1.6;
    margin-bottom: 16px;
}








/* 
   WOOCOMMERCE MY ACCOUNT
 */

.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content {
}

.woocommerce-MyAccount-navigation-link--downloads {
  display: none;
}

.dgwt-wcas-search-wrapp.dgwt-wcas-has-submit.woocommerce.dgwt-wcas-style-pirx.js-dgwt-wcas-layout-classic.dgwt-wcas-layout-classic.js-dgwt-wcas-mobile-overlay-enabled.dgwt-wcas-suggestions-wrapp-initialized {
  margin: 0;
}

.woocommerce-account .woocommerce {
    display: grid;
    grid-template-columns: 240px 1fr;
    gap: 40px;
    align-items: start;
    margin-top: 32px;
}

@media ( max-width: 768px ) {
    .woocommerce-account .woocommerce {
        grid-template-columns: 1fr;
    }
}

.woocommerce-MyAccount-navigation {
    background: #fff;
    border: 1px solid #e8e8e8;
    overflow: hidden;
    position: sticky;
    top: 24px;
    width: 100% !important;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.woocommerce-MyAccount-navigation ul li {
    border-bottom: 1px solid #e8e8e8;
}

.woocommerce-MyAccount-navigation ul li:last-child {
    border-bottom: none;
}

.woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 13px 18px;
    font-size: 0.875rem;
    font-weight: 600;
    color: #333;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    transition: background 0.15s, color 0.15s;
}

.woocommerce-MyAccount-navigation ul li a:hover {
    background: #f5f5f5;
    color: var(--red);
}

.woocommerce-MyAccount-navigation ul li.is-active a {
    background: var(--red);
    color: #fff;
}

.woocommerce-MyAccount-navigation-link--customer-logout a {
    color: var(--red) !important;
}

.woocommerce-MyAccount-navigation-link--customer-logout a:hover {
    background: var(--red) !important;
    color: #fff !important;
}

.woocommerce-MyAccount-content {
    background: #fff;
    border: 1px solid #e8e8e8;
    padding: 32px;
    font-size: 0.9375rem;
    line-height: 1.7;
    color: #444;
    width: 100% !important;
}

.woocommerce-MyAccount-content p {
    margin-bottom: 12px;
}

.woocommerce-MyAccount-content a {
    color: var(--red);
    text-decoration: none;
}

.woocommerce-MyAccount-content a:hover {
    text-decoration: underline;
}

.woocommerce-MyAccount-content strong {
    color: #111;
}





/* 
   WOOCOMMERCE KOSÁR
 */

.woocommerce-cart .edit-link {
    display: none;
}

/* Notices */
.woocommerce-notices-wrapper .woocommerce-message {
    background: #f0faf0;
    border-left: 4px solid #2a7d2a;
    color: #333;
    padding: 12px 16px 12px 50px;
    font-size: 0.875rem;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border-top: 0;
    outline: none !important;
}

.woocommerce-notices-wrapper .woocommerce-message .button {
    background: #000;
    color: #fff;
    padding: 6px 14px;
    font-size: 0.75rem;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    white-space: nowrap;
    transition: background 0.15s;
}

.woocommerce-notices-wrapper .woocommerce-message .button:hover {
    background: var(--red);
}

/* 
   KOSÁR TÁBLÁZAT
 */
.woocommerce-cart-form {
    margin-bottom: 48px;
}

table.shop_table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9375rem;
}

table.shop_table thead tr {
    border-bottom: 2px solid #e8e8e8;
}

table.shop_table thead th {
    padding: 10px 12px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #999;
    text-align: left;
}

table.shop_table thead .product-subtotal {
    text-align: right;
}

.woocommerce-cart-form__cart-item {
    border-bottom: 1px solid #e8e8e8;
}

.woocommerce-cart-form__cart-item td {
    padding: 20px 12px !important;
    vertical-align: middle;
}

.product-remove a.remove {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #f5f5f5;
    color: #999;
    font-size: 1.25rem;
    text-decoration: none;
    transition: background 0.15s, color 0.15s;
    line-height: 1;
}

.product-remove a.remove:hover {
    background: var(--red);
    color: #fff;
}

.product-thumbnail img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    border-radius: 4px;
    border: 1px solid #e8e8e8;
    display: block;
}

.product-name a {
    color: #111;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9375rem;
}

.product-name a:hover {
    color: var(--red);
}

.product-price .woocommerce-Price-amount,
.product-subtotal .woocommerce-Price-amount {
    font-weight: 600;
    color: #111;
}

.product-subtotal {
    text-align: right;
}

.product-subtotal .woocommerce-Price-amount {
    font-weight: 700;
    font-size: 1rem;
}

/* Mennyiség */
.product-quantity .qib-button-wrapper {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
    width: fit-content;
}

.product-quantity .qib-button {
    width: 36px;
    height: 40px;
    background: #f5f5f5;
    border: none;
    font-size: 1.1rem;
    color: #333;
    cursor: pointer;
    transition: background 0.15s;
    flex-shrink: 0;
}

.product-quantity .qib-button:hover {
    background: #e0e0e0;
}

.product-quantity .wqpmb_input_text {
    width: 48px;
    height: 40px;
    text-align: center;
    border: none;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    font-size: 0.9375rem;
    font-weight: 600;
    color: #111;
    -moz-appearance: textfield;
}

.product-quantity .wqpmb_input_text::-webkit-inner-spin-button,
.product-quantity .wqpmb_input_text::-webkit-outer-spin-button {
    display: none;
}

/* Actions sor */
.actions {
    padding: 16px 12px !important;
    border-bottom: none !important;
}

.coupon {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    float: left;
}

.coupon .input-text {
    padding: 9px 14px !important;
    border: 1px solid #ddd !important;
    border-radius: 4px;
    font-size: 0.875rem;
    color: #333;
    outline: none;
    transition: border-color 0.15s;
    width: 200px !important;
}

.coupon .input-text:focus {
    border-color: var(--red);
}

.coupon .button,
.actions .button[name="update_cart"] {
    padding: 10px 20px !important;
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
    background: #fff;
    color: #333 !important;
    font-size: 0.875rem !important;
    font-weight: 600 !important;
    transition: background 0.15s, border-color 0.15s;
    text-decoration: none !important;
}

.coupon .button:hover {
    background: #f5f5f5;
    border-color: #bbb;
}

.actions .button[name="update_cart"] {
    float: right;
}

.actions .button[name="update_cart"]:not(:disabled):hover {
    background: var(--red);
    color: #fff !important;
    border-color: var(--red);
}

.actions .button[name="update_cart"]:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

/* 
   KOSÁR ÖSSZESEN 
 */
.cart-collaterals {
    display: flex;
    justify-content: flex-end;
}

.cart_totals {
    width: 420px !important;
    max-width: 100%;
}

.cart_totals h2 {
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #111;
    margin: 0 0 16px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--red);
}

.cart_totals .shop_table {
    border: 1px solid #e8e8e8 !important;
    border-radius: 8px !important;
    overflow: hidden;
    margin-bottom: 20px;
}

.cart_totals .shop_table tr th,
.cart_totals .shop_table tr td {
    padding: 14px 16px;
    font-size: 0.9375rem;
    border-bottom: 1px solid #e8e8e8;
}

.cart_totals .shop_table tr:last-child th,
.cart_totals .shop_table tr:last-child td {
    border-bottom: none;
}

.cart_totals .shop_table tr th {
    font-weight: 600;
    color: #555;
    width: 40%;
}

.cart_totals .shop_table tr td {
    text-align: right;
    color: #111;
}

.cart_totals .order-total th,
.cart_totals .order-total td {
    font-weight: 700;
    font-size: 1.1rem;
    color: #111;
    background: #f9f9f9;
}

.cart_totals .woocommerce-shipping-methods {
    list-style: none;
    padding: 0;
    margin: 0 0 8px;
}

.cart_totals .woocommerce-shipping-methods li label {
    font-size: 0.875rem;
    color: #333;
}

.cart_totals .woocommerce-shipping-destination {
    font-size: 0.75rem;
    color: #999;
    margin: 4px 0 0;
}

.shipping-calculator-button {
    font-size: 0.8125rem;
    color: var(--red);
    text-decoration: none;
    display: inline-block;
    margin-top: 6px;
}

.shipping-calculator-button:hover {
    text-decoration: underline;
}

.shipping-calculator-form {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #e8e8e8;
}

.shipping-calculator-form .form-row {
    margin-bottom: 10px;
}

.shipping-calculator-form label {
    display: block;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 4px;
}

.shipping-calculator-form .input-text,
.shipping-calculator-form select {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #ddd !important;
    border-radius: 4px;
    font-size: 0.875rem;
    color: #333;
    box-sizing: border-box;
}

.shipping-calculator-form .button {
    padding: 10px 20px !important;
    background: #111;
    color: #fff !important;
    border: none !important;
    border-radius: 4px !important;
    font-size: 0.875rem !important;
    font-weight: 700 !important;
    cursor: pointer;
    transition: background 0.15s;
}

.shipping-calculator-form .button:hover {
    background: var(--red);
}

.wc-proceed-to-checkout .checkout-button {
    display: block;
    width: 100%;
    padding: 14px 24px;
    background-color: var(--red) !important;
    color: #fff !important;
    text-align: center;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    text-decoration: none;
    border-radius: 4px;
    transition: background 0.15s;
    box-sizing: border-box;
}

.wc-proceed-to-checkout .checkout-button:hover {
    background: #aa0000 !important;
}

#checkout_field a {
    color: var(--red);
    transition: color 0.3s ease;
}

#checkout_field a:hover {
    color: var(--red);
}

.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
  background-color: white !important;
}

.woocommerce-checkout #payment div.payment_box::before {
    display: none !important;
}

/* ================================================
   RESZPONZÍV — MOBIL
================================================ */
@media (max-width: 992px) {
    .woocommerce-cart table.cart img {
  width: 50px;
}

.qib-button-wrapper .quantity input.input-text.qty.text {
    font-size: 12px !important;
}
}

@media ( max-width: 768px ) {

    /* Fejléc elrejtése */
    table.shop_table thead {
        display: none !important;
    }

    /* Táblázat elemek block-ként */
    /* table.shop_table,
    table.shop_table tbody,
    table.shop_table tr,
    table.shop_table td {
        display: block !important;
        width: 100% !important;
        box-sizing: border-box;
    } */

    /* Kártya layout soronként */
    .woocommerce-cart-form__cart-item {
        display: grid !important;
        grid-template-columns: 90px 1fr auto !important;
        grid-template-rows: auto auto auto !important;
        gap: 8px 12px !important;
        border: 0px !important;
        border-radius: 0px !important;
        margin-bottom: 12px !important;
        padding: 12px !important;
        border-bottom: 1px solid #e8e8e8 !important;
        width: 100% !important;
    }

    .woocommerce-page table.cart .product-thumbnail {
  display: block !important;
}

    /* Törlés — jobb felső sarok */
    .woocommerce-cart-form__cart-item .product-remove {
        grid-column: 3 !important;
        grid-row: 1 !important;
        padding: 0 !important;
        border: none !important;
        text-align: right !important;
        width: auto !important;
    }

    /* Kép — bal oldal, több sor */
    .woocommerce-cart-form__cart-item .product-thumbnail {
        grid-column: 1 !important;
        grid-row: 1 / 4 !important;
        padding: 0 !important;
        border: none !important;
        width: 90px !important;
    }

    .woocommerce-cart-form__cart-item .product-thumbnail img {
        width: 80px !important;
        height: 80px !important;
    }

    /* Termék név */
    .woocommerce-cart-form__cart-item .product-name {
        grid-column: 2 !important;
        grid-row: 1 !important;
        padding: 0 !important;
        border: none !important;
        width: auto !important;
    }

    .woocommerce-cart-form__cart-item .product-name::before {
        display: none !important;
    }

    /* Ár + mennyiség egymás mellett */
    .woocommerce-cart-form__cart-item .product-price {
        grid-column: 2 !important;
        grid-row: 2 !important;
        padding: 0 !important;
        border: none !important;
        width: auto !important;
        font-size: 0.875rem !important;
        color: #555 !important;
    }

    .woocommerce-cart-form__cart-item .product-quantity {
        grid-column: 3 !important;
        grid-row: 2 !important;
        padding: 0 !important;
        border: none !important;
        width: auto !important;
    }

    /* Részösszeg alul */
    .woocommerce-cart-form__cart-item .product-subtotal {
        grid-column: 2 / 4 !important;
        grid-row: 3 !important;
        padding: 8px 0 0 !important;
        border: none !important;
        border-top: 1px solid #e8e8e8 !important;
        text-align: right !important;
        width: auto !important;
        font-weight: 700 !important;
    }

    /* data-title labelek elrejtése mobilon */
    .woocommerce-cart-form__cart-item td::before {
        display: none !important;
    }

    /* Actions */
    .actions {
        display: flex !important;
        flex-direction: column !important;
        gap: 10px !important;
        padding: 12px 0 !important;
    }

    .coupon {
        float: none !important;
        flex-wrap: wrap !important;
        width: 100% !important;
        margin-bottom: 0 !important;
    }

    .coupon .input-text {
        flex: 1 !important;
        width: auto !important;
    }

    .actions .button[name="update_cart"] {
        float: none !important;
        width: 100% !important;
        text-align: center !important;
        display: block !important;
    }

    /* Összesen jobb igazítás */
    .cart-collaterals {
        justify-content: stretch !important;
    }

    .cart_totals {
        width: 100% !important;
    }

    .woocommerce table.shop_table_responsive tr td.product-name,
.woocommerce-page table.shop_table_responsive tr td.product-name,
woocommerce table.shop_table_responsive tr td.product-price,
.woocommerce-page table.shop_table_responsive tr td.product-price {
  text-align: left !important;
}

.woocommerce-cart-form__cart-item .product-remove {
    display: flex !important;
    justify-content: flex-end !important;
}

.product-quantity .qib-button {
  width: 30px !important;
  min-width: 30px !important;
}

.qib-button-wrapper button.qib-button {
  padding: 0px !important;
  font-size: 15px !important;
;
}

.qib-button-wrapper button.qib-button, .qib-button-wrapper div.quantity.wqpmb_quantity {
  height: 30px !important;
}

.qib-button-wrapper .quantity input.input-text.qty.text {
  height: 30px !important;
}

 .qib-button-wrapper .quantity input.input-text.qty.text {
    font-size: 10px !important;
  }

  .woocommerce-cart-form .coupon .button, .actions .button[name="update_cart"], .coupon .input-text {
    width: 100% !important;
  }

  .woocommerce table.shop_table_responsive .actions {
    padding: 20px 10px !important;
  }

}





/* 
   WOOCOMMERCE PÉNZTÁR
 */

.woocommerce-checkout .edit-link {
    display: none;
}

/* 
   KUPON INFO SÁV
 */
.woocommerce-info {
    background: #f9f9f9 !important;
    border-left: 4px solid var(--red) !important;
    border-top: none !important;
    color: #333 !important;
    padding: 12px 16px !important;
    font-size: 0.875rem !important;
    margin-bottom: 20px !important;
    border-radius: 0 4px 4px 0 !important;
    list-style: none !important;
}



.woocommerce-info::before, .woocommerce-form-coupon-toggle .woocommerce-info::before {
    display: none !important;
}

.woocommerce-MyAccount-content .woocommerce-info::before {
    content: none;
}

.woocommerce-form-coupon-toggle .showcoupon {
    color: var(--red) !important;
    text-decoration: none !important;
    font-weight: 600 !important;
}

.woocommerce-form-coupon-toggle .showcoupon:hover {
    text-decoration: underline !important;
}

.checkout_coupon {
    background: #f9f9f9 !important;
    border: 1px solid #e8e8e8 !important;
    border-radius: 4px !important;
    padding: 20px !important;
    margin-bottom: 24px !important;
    display: flex;
    gap: 12px !important;
    flex-wrap: wrap !important;
}

.checkout_coupon .form-row {
    margin: 0 !important;
    flex: 1 !important;
}

.checkout_coupon .input-text {
    width: 100% !important;
    padding: 10px 14px !important;
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
    font-size: 0.875rem !important;
    box-sizing: border-box !important;
}

.checkout_coupon .button {
    padding: 10px 20px !important;
    background: #111 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 4px !important;
    font-size: 0.875rem !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    white-space: nowrap !important;
    transition: background 0.15s !important;
}

.woocommerce-cart-form .coupon .button, .button.wc-backward {
    background-color: var(--red) !important;
    color: white !important;
    border: 0 !important;
  padding: 14px 20px !important;
}

.woocommerce-cart-form .coupon .button:hover {
    background-color: var(--red);
}

.checkout_coupon .button:hover {
    background: var(--red) !important;
}


.woocommerce-checkout form.checkout {
    display: flex !important;
    column-gap: 40px !important;
    row-gap: 0 !important;
    align-items: start !important;
}

.woocommerce-checkout #order_review_heading {
    margin-top: 0 !important;
}

.woocommerce-checkout #order_review {
    position: sticky !important;
    top: 24px !important;
}

.woocommerce-checkout .col2-set {
    display: block !important;
    width: 100% !important;
}

.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2 {
    float: none !important;
    width: auto !important;
}

.woocommerce-checkout h3 {
    font-size: 1rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.04em !important;
    color: #111 !important;
    margin: 0 0 20px !important;
    padding-bottom: 12px !important;
    border-bottom: 2px solid var(--red) !important;
}

/* 
   FORM MEZŐK
 */
.woocommerce-checkout .form-row {
    margin-bottom: 14px !important;
    padding: 0 !important;
}

.woocommerce-checkout .form-row-first,
.woocommerce-checkout .form-row-last {
    float: none !important;
    width: auto !important;
    margin: 0 !important;
}

.woocommerce-billing-fields__field-wrapper,
.woocommerce-shipping-fields__field-wrapper {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 0 16px !important;
}

.woocommerce-billing-fields__field-wrapper .form-row-wide,
.woocommerce-shipping-fields__field-wrapper .form-row-wide {
    grid-column: 1 / -1 !important;
}

.woocommerce-checkout label {
    display: block !important;
    font-size: 0.8125rem !important;
    font-weight: 600 !important;
    color: #333 !important;
    margin-bottom: 5px !important;
}

.woocommerce-checkout label .required {
    color: var(--red) !important;
}

/* Inputok */
.woocommerce-checkout .input-text,
.woocommerce-checkout input[type="text"],
.woocommerce-checkout input[type="email"],
.woocommerce-checkout input[type="tel"],
.woocommerce-checkout input[type="password"],
.woocommerce-checkout textarea {
    width: 100% !important;
    padding: 10px 14px !important;
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
    font-size: 0.9rem !important;
    color: #111 !important;
    background: #fff !important;
    outline: none !important;
    transition: border-color 0.15s !important;
    box-sizing: border-box !important;
    font-family: inherit !important;
}

.woocommerce-checkout .input-text:focus,
.woocommerce-checkout input:focus,
.woocommerce-checkout textarea:focus {
    border-color: var(--red) !important;
    box-shadow: none !important;
}

.woocommerce-checkout .select2-container .select2-selection--single {
    height: 42px !important;
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
    padding: 0 !important;
}

.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 14px !important;
    color: #111 !important;
}

.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__arrow {
    height: 42px !important;
}

.woocommerce-checkout .select2-container--default.select2-container--focus .select2-selection--single {
    border-color: var(--red) !important;
}

.woocommerce-checkout textarea.input-text {
    resize: vertical !important;
    min-height: 80px !important;
}

#ship-to-different-address {
    border-bottom: none !important;
    padding-bottom: 0 !important;
}

#ship-to-different-address label {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    cursor: pointer !important;
    font-size: 0.9375rem !important;
    font-weight: 700 !important;
}

#ship-to-different-address input[type="checkbox"] {
    width: 18px !important;
    height: 18px !important;
    accent-color: var(--red) !important;
}

/* 
   RENDELÉS ÖSSZEGZÉS 
 */
#order_review {
    overflow: hidden !important;
}

.woocommerce-checkout-review-order-table {
    background: #f9f9f9 !important;
    border: 1px solid #e8e8e8 !important;
    border-radius: 8px !important;
    width: 100% !important;
    border-collapse: collapse !important;
    font-size: 0.9rem !important;
}

.woocommerce-checkout-review-order-table thead tr {
    border-bottom: 1px solid #e8e8e8 !important;
    background: #fff !important;
}

.woocommerce-checkout-review-order-table thead th {
    padding: 12px 16px !important;
    font-size: 0.75rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    color: #999 !important;
    text-align: left !important;
}

.woocommerce-checkout-review-order-table .product-total {
    text-align: right !important;
}

.woocommerce-checkout-review-order-table tbody .cart_item {
    border-bottom: 1px solid #e8e8e8 !important;
}

.woocommerce-checkout-review-order-table tbody td {
    padding: 12px 16px !important;
    color: #111 !important;
    vertical-align: top !important;
}

.woocommerce-checkout-review-order-table .product-quantity {
    color: #999 !important;
    font-weight: 400 !important;
}

.woocommerce-checkout-review-order-table tfoot tr th,
.woocommerce-checkout-review-order-table tfoot tr td {
    padding: 10px 16px !important;
    font-size: 0.875rem !important;
    border-top: 1px solid #e8e8e8 !important;
    color: #555 !important;
}

.woocommerce-checkout-review-order-table tfoot tr td {
    text-align: right !important;
}

.woocommerce-checkout-review-order-table tfoot .order-total th,
.woocommerce-checkout-review-order-table tfoot .order-total td {
    font-size: 1rem !important;
    font-weight: 700 !important;
    color: #111 !important;
    background: #fff !important;
    border-top: 2px solid #e8e8e8 !important;
}

.woocommerce-checkout-review-order-table .woocommerce-shipping-methods {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.woocommerce-checkout-review-order-table .woocommerce-shipping-methods label {
    font-size: 0.875rem !important;
    color: #333 !important;
    font-weight: 400 !important;
}

/* 
   FIZETÉSI MÓD
 */
#payment {
    background: #fff !important;
    border-top: 1px solid #e8e8e8 !important;
    padding: 16px !important;
}

#payment .wc_payment_methods {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 0 16px !important;
}

.wc_payment_methods.payment_methods.methods li {
    display: flex !important;
}

#payment .wc_payment_method label {
    font-size: 0.9rem !important;
    font-weight: 600 !important;
    color: #111 !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}

#payment .payment_box {
    background: #f9f9f9 !important;
    border-radius: 4px !important;
    padding: 10px 12px !important;
    margin-top: 8px !important;
    font-size: 0.8125rem !important;
    color: #666 !important;
}

#payment .payment_box p {
    margin: 0 !important;
}

.woocommerce-privacy-policy-text {
    font-size: 0.75rem !important;
    color: #999 !important;
    line-height: 1.6 !important;
    margin-bottom: 14px !important;
}

.woocommerce-privacy-policy-text a {
    color: var(--red) !important;
}

#place_order {
    display: block !important;
    width: 100% !important;
    padding: 14px 24px !important;
    background: var(--red) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 4px !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.04em !important;
    cursor: pointer !important;
    transition: background 0.15s !important;
    box-sizing: border-box !important;
}

#place_order:hover {
    background: #aa0000 !important;
}

/* 
   RESPONSIVE
 */
@media ( max-width: 992px ) {
    .woocommerce-checkout form.checkout {
  display: block !important;
}

    .woocommerce-checkout #customer_details,
    .woocommerce-checkout .woocommerce-additional-fields,
    .woocommerce-checkout #order_review_heading,
    .woocommerce-checkout #order_review {
        grid-column: 1 !important;
        grid-row: auto !important;
    }

    #order_review {
        position: static !important;
    }
}

@media ( max-width: 768px ) {
    .woocommerce-checkout .col2-set {
        grid-template-columns: 1fr !important;
    }

    .woocommerce-billing-fields__field-wrapper,
    .woocommerce-shipping-fields__field-wrapper {
        grid-template-columns: 1fr !important;
    }
}




/* 
   RÓLUNK OLDAL
 */

.about-page {
    margin: 0 auto;
}

/* 
   HERO
 */
.about-hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    padding: 48px 0 56px;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 48px;
}

@media ( max-width: 768px ) {
    .about-hero {
        grid-template-columns: 1fr;
        gap: 32px;
        padding: 32px 0 40px;
    }
}

.about-hero__tag {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--red);
    margin-bottom: 16px;
}

.about-hero__title {
    font-size: 2rem;
    font-weight: 700;
    color: #111;
    line-height: 1.2;
    margin: 0 0 20px;
}

@media ( max-width: 768px ) {
    .about-hero__title {
        font-size: 1.5rem;
    }
}

.about-hero__lead {
    font-size: 1.0625rem;
    color: #555;
    line-height: 1.7;
    margin: 0;
}

.about-hero__img {
    border-radius: 8px;
    overflow: hidden;
    aspect-ratio: 4/3;
    background: #f0f0f0;
}

.about-hero__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* 
   STATS
 */
.about-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: #e8e8e8;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 64px;
}

@media ( max-width: 768px ) {
    .about-stats {
        grid-template-columns: repeat(2, 1fr);
    }
}

.about-stat {
    background: #fff;
    padding: 28px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 6px;
}

.about-stat__num {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--red);
    line-height: 1;
}

.about-stat__label {
    font-size: 0.8125rem;
    color: #777;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* 
   TARTALOM
 */
.about-content {
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 60px;
    align-items: start;
    margin-bottom: 64px;
}

@media ( max-width: 900px ) {
    .about-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

.about-content__title {
    font-size: 1.375rem;
    font-weight: 700;
    color: #111;
    margin: 0 0 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--red);
    display: inline-block;
}

.about-content__main p {
    font-size: 0.9375rem;
    line-height: 1.75;
    color: #444;
    margin-bottom: 16px;
}

.about-content__main p:last-child {
    margin-bottom: 0;
}

/* Highlights */
.about-content__aside {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.about-highlight {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    padding: 20px;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    background: #fff;
}

.about-highlight__icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    background: #fff5f5;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-highlight h4 {
    font-size: 0.9375rem;
    font-weight: 700;
    color: #111;
    margin: 0 0 6px;
}

.about-highlight p {
    font-size: 0.8125rem;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* 
   MÁRKÁK
 */
.about-brands {
    background: #f9f9f9;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    padding: 40px;
    margin-bottom: 64px;
}

.about-brands__title {
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #111;
    margin: 0 0 24px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--red);
}

.about-brands__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.about-brand {
    padding: 8px 20px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
    font-size: 0.875rem;
    font-weight: 700;
    color: #333;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

/* 
   KÍNÁLAT
 */
.about-offer__title {
    font-size: 1.375rem;
    font-weight: 700;
    color: #111;
    margin: 0 0 32px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--red);
    display: inline-block;
}

.about-offer__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

@media ( max-width: 1024px ) {
    .about-offer__grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media ( max-width: 768px ) {
    .about-offer__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media ( max-width: 576px ) {
    .about-offer__grid {
        grid-template-columns: 1fr;
    }
}

.about-offer__item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    background: #fff;
    font-size: 0.875rem;
    font-weight: 600;
    color: #333;
    transition: border-color 0.15s, color 0.15s;
}

.about-offer__item svg {
    flex-shrink: 0;
    color: var(--red);
}

.about-offer__item:hover {
    border-color: var(--red);
    color: var(--red);
}






/* 
   FRANCHISE OLDAL
 */

.franchise-page {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px 64px;
}

/* 
   HERO
 */
.franchise-hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    padding: 48px 0 56px;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 48px;
}

@media ( max-width: 768px ) {
    .franchise-hero {
        grid-template-columns: 1fr;
        gap: 32px;
        padding: 32px 0 40px;
    }
}

.franchise-hero__tag {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--red);
    margin-bottom: 16px;
}

.franchise-hero__title {
    font-size: 2rem;
    font-weight: 700;
    color: #111;
    line-height: 1.2;
    margin: 0 0 20px;
}

@media ( max-width: 768px ) {
    .franchise-hero__title { font-size: 1.5rem; }
}

.franchise-hero__lead {
    font-size: 1rem;
    color: #555;
    line-height: 1.75;
    margin: 0;
}

.franchise-hero__img {
    border-radius: 8px;
    overflow: hidden;
    aspect-ratio: 4/3;
    background: #f0f0f0;
}

.franchise-hero__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* 
   BEVEZETŐ SZÖVEG
 */
.franchise-intro {
    max-width: 800px;
    margin: 0 auto 56px;
    text-align: center;
}

.franchise-intro p {
    font-size: 0.9375rem;
    line-height: 1.75;
    color: #444;
    margin-bottom: 14px;
}

.franchise-intro p:last-child {
    margin-bottom: 0;
}

/* 
   SECTION TITLE
 */
.franchise-section-title {
    font-size: 1.25rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #111;
    margin: 0 0 32px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--red);
}

/* 
   AJÁNLAT GRID
 */
.franchise-offer {
    margin-bottom: 64px;
}

.franchise-offer__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

@media ( max-width: 1024px ) {
    .franchise-offer__grid { grid-template-columns: repeat(3, 1fr); }
}

@media ( max-width: 600px ) {
    .franchise-offer__grid { grid-template-columns: repeat(2, 1fr); }
}

.franchise-offer__item {
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    padding: 28px 20px;
    text-align: center;
    background: #fff;
    transition: border-color 0.15s, box-shadow 0.15s;
}

.franchise-offer__item:hover {
    border-color: var(--red);
    box-shadow: 0 2px 12px rgba(204,17,17,0.08);
}

.franchise-offer__icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.franchise-offer__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.franchise-offer__name {
    font-size: 0.9375rem;
    font-weight: 700;
    color: #111;
    margin: 0 0 8px;
    line-height: 1.3;
}

.franchise-offer__detail {
    font-size: 0.875rem;
    color: var(--red);
    font-weight: 600;
    margin: 0;
}

/* 
   CONTACT
 */
.franchise-contact {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 60px;
    align-items: start;
    background: #f9f9f9;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    padding: 40px;
}

@media ( max-width: 900px ) {
    .franchise-contact {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 28px;
    }
}

/* 
   CF7 FORM STÍLUS
 */
.franchise-contact .cf7-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 24px;
}

@media ( max-width: 600px ) {
    .franchise-contact .cf7-row {
        grid-template-columns: 1fr;
    }
}

.franchise-contact label,
.franchise-contact .wpcf7 label {
    display: block;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
    margin-top: 16px;
}

.franchise-contact label:first-child,
.franchise-contact .cf7-col label:first-child {
    margin-top: 0;
}

.franchise-contact .required {
    color: var(--red);
}

.franchise-contact .wpcf7 input[type="text"],
.franchise-contact .wpcf7 input[type="email"],
.franchise-contact .wpcf7 input[type="tel"],
.franchise-contact .wpcf7 select {
    width: 100% !important;
    padding: 10px 14px !important;
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
    font-size: 0.9rem !important;
    color: #111 !important;
    background: #fff !important;
    outline: none !important;
    box-sizing: border-box !important;
    transition: border-color 0.15s !important;
    font-family: inherit !important;
    appearance: none !important;
}

.franchise-contact .wpcf7 input:focus,
.franchise-contact .wpcf7 select:focus {
    border-color: var(--red) !important;
    box-shadow: none !important;
}

.franchise-contact .wpcf7 input[type="submit"],
.franchise-contact .wpcf7 .wpcf7-submit {
    margin-top: 24px !important;
    padding: 12px 32px !important;
    background: var(--red) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 4px !important;
    font-size: 0.9375rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.04em !important;
    cursor: pointer !important;
    transition: background 0.15s !important;
}

.franchise-contact .wpcf7 input[type="submit"]:hover,
.franchise-contact .wpcf7 .wpcf7-submit:hover {
    background: #aa0000 !important;
}

/* CF7 validation errors */
.franchise-contact .wpcf7-not-valid-tip {
    font-size: 0.75rem !important;
    color: var(--red) !important;
    margin-top: 4px !important;
}

.franchise-contact .wpcf7-response-output {
    margin-top: 16px !important;
    padding: 10px 14px !important;
    border-radius: 4px !important;
    font-size: 0.875rem !important;
}

/* 
   KAPCSOLAT INFO
 */
.franchise-contact__info {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.franchise-contact__block h3 {
    font-size: 1rem;
    font-weight: 700;
    color: #111;
    margin: 0 0 10px;
    padding-bottom: 8px;
    border-bottom: 2px solid var(--red);
}

.franchise-contact__block p {
    font-size: 0.875rem;
    color: #555;
    line-height: 1.6;
    margin: 0 0 6px;
}

.franchise-contact__block p:last-child {
    margin-bottom: 0;
}

.franchise-contact__block a {
    color: var(--red);
    text-decoration: none;
}

.franchise-contact__block a:hover {
    text-decoration: underline;
}


/* 
   KAPCSOLAT OLDAL
 */

.contact-page {
    max-width: 100%;
}

.contact-map {
    width: 100%;
    margin-bottom: 0;
    line-height: 0;
}

.contact-inner {
    margin: 0 auto;
    padding: 48px 0px 20px;
}

/* 
   SECTION TITLE
 */
.contact-section-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #111;
    margin: 0 0 24px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--red);
}

.contact-section-title strong {
    color: var(--red) !important;
    font-weight: 700 !important;
}

/* 
   TOP
 */
.contact-top {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 60px;
    align-items: start;
    border-bottom: 1px solid #e8e8e8;
}

@media ( max-width: 900px ) {
    .contact-top {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

/* 
   CF7 FORM
 */
.contact-form-wrap .cf7-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 24px;
}

@media ( max-width: 600px ) {
    .contact-form-wrap .cf7-row {
        grid-template-columns: 1fr;
    }
}

.contact-form-wrap label,
.contact-form-wrap .wpcf7 label {
    display: block;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
    margin-top: 16px;
}

.contact-form-wrap .cf7-col label:first-child {
    margin-top: 0;
}

.contact-form-wrap .required {
    color: var(--red);
}

.contact-form-wrap .wpcf7 input[type="text"],
.contact-form-wrap .wpcf7 input[type="email"],
.contact-form-wrap .wpcf7 input[type="tel"],
.contact-form-wrap .wpcf7 textarea {
    width: 100% !important;
    padding: 10px 14px !important;
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
    font-size: 0.9rem !important;
    color: #111 !important;
    background: #fff !important;
    outline: none !important;
    box-sizing: border-box !important;
    transition: border-color 0.15s !important;
    font-family: inherit !important;
}

.contact-form-wrap .wpcf7 textarea {
    min-height: 160px !important;
    resize: vertical !important;
}

.contact-form-wrap .wpcf7 input:focus,
.contact-form-wrap .wpcf7 textarea:focus {
    border-color: var(--red) !important;
    box-shadow: none !important;
}

.contact-form-wrap .wpcf7 input[type="submit"],
.contact-form-wrap .wpcf7 .wpcf7-submit {
    margin-top: 20px !important;
    padding: 12px 32px !important;
    background: #111 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 4px !important;
    font-size: 0.9375rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.04em !important;
    cursor: pointer !important;
    transition: background 0.15s !important;
}

.contact-form-wrap .wpcf7 input[type="submit"]:hover,
.contact-form-wrap .wpcf7 .wpcf7-submit:hover {
    background: var(--red) !important;
}

.contact-form-wrap .wpcf7-not-valid-tip {
    font-size: 0.75rem !important;
    color: var(--red) !important;
    margin-top: 4px !important;
}

.contact-form-wrap .wpcf7-response-output {
    margin-top: 16px !important;
    padding: 10px 14px !important;
    border-radius: 4px !important;
    font-size: 0.875rem !important;
}

/* 
   INFO TÁBLÁZAT 
 */
.contact-info-table {
    display: flex;
    flex-direction: column;
    gap: 0;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    overflow: hidden;
}

.contact-info-row {
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 0;
    border-bottom: 1px solid #e8e8e8;
    font-size: 0.875rem;
}

.contact-info-row:last-child {
    border-bottom: none;
}

.contact-info-label {
    padding: 10px 14px;
    font-weight: 600;
    color: #555;
    background: #f9f9f9;
    border-right: 1px solid #e8e8e8;
}

.contact-info-value {
    padding: 10px 14px;
    color: #111;
}

.contact-info-value a {
    color: var(--red);
    text-decoration: none;
}

.contact-info-value a:hover {
    text-decoration: underline;
}

/* 
   ÁRUHÁZAK
 */
.contact-stores__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}

@media ( max-width: 768px ) {
    .contact-stores__grid {
        grid-template-columns: 1fr;
    }
}

.contact-store {
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    overflow: hidden;
}

.contact-store__name {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    background: var(--red);
    margin: 0;
    padding: 14px 18px;
}

.contact-store .contact-info-table {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #e8e8e8;
}

.contact-store .contact-info-row {
    border-bottom: 1px solid #e8e8e8;
}

.contact-store .contact-info-row:last-child {
    border-bottom: none;
}

/* Nyitvatartás */
.contact-store__hours {
    padding: 16px 18px;
    background: #f9f9f9;
}

.contact-store__hours-title {
    font-size: 0.8125rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #999;
    margin: 0 0 12px;
}

.contact-hours-grid {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 6px 16px;
    font-size: 0.875rem;
    color: #333;
}

.contact-hours-grid .closed {
    color: var(--red);
    font-weight: 600;
}



.shop_table.cart.wishlist_table.wishlist_view .product-price,
.shop_table.cart.wishlist_table.wishlist_view .product-stock-status {
    text-align: center !important;
}

.yith-wcwl-add-to-wishlist-button__label {
  color: black;
  transition: all 0.3s ease;
}

.yith-wcwl-add-to-wishlist-button__label:hover {
  color: var(--red);
}

.yith-wcwl-share {
    display: none;
}

.wishlisticon path {
    color: black;
}

.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.add_to_cart.alt.icon-added i {
  display: none;
}




/* PRODUCT META (SKU, kategória, márka)*/
.product_meta {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 0.875rem;
    color: var(--red);
}

.product_meta span {
    display: flex;
    align-items: baseline;
    gap: 6px;
    padding: 10px 0;
    border-bottom: 1px solid #e8e8e8;
}

.product_meta span:last-child {
    border-bottom: none;
}

.product_meta .sku_wrapper,
.product_meta .posted_in {
    font-weight: 600;
    color: #333;
}

.sku_wrapper span {
    padding: 0 !important;
}

.product_meta .sku {
    font-weight: 400;
    color: #555;
}

.product_meta a {
    color: #333;
    text-decoration: none;
    font-weight: 400;
}

.product_meta a:hover {
    color: var(--red);
}
.mailerlite-form-title,
.mailerlite-form-description{
    display: none !important;
}
.mailerlite-form-inputs,
#mailerlite-form_1{
    width: 100%;
}
body .mailerlite-form .mailerlite-form-field {
  margin-bottom: 0;
}
.mailerlite-subscribe-submit {
    background: transparent;
    border: none;
    border-left: 1px solid #e0e0e0;
    padding: 12px 20px;
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--red);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.15s;
}
 
.mailerlite-subscribe-submit:hover {
    background: #f5f5f5;
}
#mailerlite-1-field-email {
    flex: 1;
    border: none;
    outline: none;
    padding: 12px 16px;
    font-size: 0.875rem;
    color: #333;
    background: transparent;
    width: calc( 100% - 155px );
  float: left;
}
 
#mailerlite-1-field-email::placeholder {
    color: #aaa;
}
@media (max-width: 991.98px) {
    .cat-sidebar {
        display: none;
    }
}
#mobile-filter-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	background: #111;
	color: #fff;
	font-size: 0.8125rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	text-decoration: none;
	padding: 10px 24px;
	border-radius: 4px;
	margin-top: 4px;
	transition: background 0.15s;
	white-space: nowrap;
        border: 0;
}