.elementor-kit-7{--e-global-color-primary:#DB0602;--e-global-color-secondary:#323232;--e-global-color-text:#FFFFFF;--e-global-color-accent:#FFC107;--e-global-color-aa9e8ee:#AC0300;--e-global-color-b28aaa0:#A1A1A1;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#FFFFFF;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{color:#FFC107;}.elementor-kit-7 a:hover{color:#E2AA00;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* ============================================
   EKONKURENT.SK - KOMPLETNÉ CSS
   Verzia: 2.3 - FIXED
   ============================================ */

/* Desktop */
.woocommerce-product-gallery__image img,
.wp-post-image {
    width: 100% !important;
    height: 600px !important;
    object-fit: cover !important;
}

/* Tablet */
@media (max-width: 1024px) {
    .woocommerce-product-gallery__image img,
    .wp-post-image {
        height: 500px !important;
    }
}

/* Mobil */
@media (max-width: 768px) {
    .woocommerce-product-gallery__image img,
    .wp-post-image {
        height: 400px !important;
    }
}

/* Hardcode CSS pre vynútenie štvorcového pomeru strán 1:1 na obrázky produktov */
.woocommerce ul.products li.product a img,
.elementor-widget-woocommerce-products .woocommerce ul.products li.product a img,
.woof_products ul.products li.product a img {
    aspect-ratio: 1 / 1 !important;
    object-fit: cover !important;
    width: 100% !important;
    height: auto !important;
}

.woof_sid_flat_white {
    background: #db0602;
    border: solid 0px #eee;
    padding: 5px;
}

.woof-front-builder-container .woof_container h4 {
    display: none;
    margin-bottom: 11px;
    font-size: 1.12em;
    line-height: 1.12em;
    background: #f7f7f7;
    padding: 8px 7px;
    color: #333;
    text-align: center;
}

/* zakazuje sposob radenia */
.woocommerce .woocommerce-ordering {
    display: none;
}

.woof_container_product_cat .woof-sd-ie-childs {
    background: rgba(255, 255, 255, 0.05) !important;
    padding: 8px 0px !important;
    margin-left: 0px !important;
    border-left: 1px solid rgba(255, 255, 255, 0.15) !important;
    box-sizing: border-box !important;
}

input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    border: 1px solid #666;
    border-radius: 15px;
    padding: .5rem 1rem;
    transition: all .3s;
    width: 100%;
}

/* WOOF filter položky - cross-browser */
.woof_container_product_cat .woof-sd-ie-childs {
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0.05) !important;
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 5px !important;
    margin-left: 5px !important;
    border-left: 1px solid rgba(255, 255, 255, 0.15) !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

/* Margin a padding pre opener - cross-browser */
.woof_container_product_cat .woof-sd-list-opener {
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    margin-left: 0 !important;
}

.woof_childs_list_opener {
    vertical-align: middle;
    margin-left: 0 !important;
    margin-top: 0 !important;
    display: inline-block !important;
    line-height: 0 !important;
}

/* Produktové obrázky - zaoblené rohy cross-browser */
.attachment-woocommerce_thumbnail,
.woocommerce-loop-product__link img {
    -webkit-border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    border-radius: 20px !important;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

/* ============================================
   TLAČIDLO KOŠÍKA - VŠETKY VARIANTY
   ============================================ */
.button.add_to_cart_button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.single_add_to_cart_button {
    background-color: #db0602 !important;
    color: #ffffff !important;
    text-align: center !important;
    padding: 12px 20px !important;
    -webkit-border-radius: 15px !important;
    -moz-border-radius: 15px !important;
    border-radius: 15px !important;
    border: none !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    cursor: pointer !important;
    -webkit-transition: all 0.3s ease !important;
    -moz-transition: all 0.3s ease !important;
    -o-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
}

/* Hover stav - tmavší odtieň červenej */
.button.add_to_cart_button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.single_add_to_cart_button:hover {
    background-color: #b80502 !important;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-box-shadow: 0 4px 8px rgba(219, 6, 2, 0.4);
    -moz-box-shadow: 0 4px 8px rgba(219, 6, 2, 0.4);
    box-shadow: 0 4px 8px rgba(219, 6, 2, 0.4);
}

/* ============================================
   QUANTITY SELECTOR S + A - TLAČIDLAMI
   ============================================ */

/* Kontajner pre quantity + button - jeden riadok */
.woocommerce div.product form.cart,
.woocommerce-variation-add-to-cart {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: 15px !important;
}

/* Quantity wrapper */
.woocommerce .quantity,
.quantity {
    display: inline-flex !important;
    align-items: center !important;
    border: 0px solid #ddd !important;
    border-radius: 15px !important;
    overflow: hidden !important;
    background: #fff !important;
    height: 46px !important;
}

/* Skryť default šípky na input[number] */
.woocommerce .quantity input[type="number"]::-webkit-inner-spin-button,
.woocommerce .quantity input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}

.woocommerce .quantity input[type="number"] {
    -moz-appearance: textfield !important;
}

/* Quantity input */
.woocommerce .quantity .qty,
.quantity .qty {
    width: 50px !important;
    height: 42px !important;
    text-align: center !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    border: none !important;
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    color: #000 !important;
    -moz-appearance: textfield !important;
}

/* Plus a Mínus tlačidlá */
.woocommerce .quantity .minus,
.woocommerce .quantity .plus,
.quantity .minus,
.quantity .plus {
    width: 40px !important;
    height: 42px !important;
    background: #db0602 !important;
    border: none !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #fff !important;
    cursor: pointer !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.2s ease !important;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 1 !important;
}

.woocommerce .quantity .minus:hover,
.woocommerce .quantity .plus:hover,
.quantity .minus:hover,
.quantity .plus:hover {
    background: #890200 !important;
}

/* Pridať do košíka button na produkte - inline */
.woocommerce div.product form.cart .single_add_to_cart_button {
    flex-shrink: 0 !important;
}

/* ============================================
   TABUĽKA ĎALŠIE INFORMÁCIE - ŠTÝLOVANIE
   ============================================ */

/* Skryť rozmery a váhu (shipping attributes) */
.woocommerce-product-attributes-item--weight,
.woocommerce-product-attributes-item--dimensions,
.shop_attributes tr.weight,
.shop_attributes tr.dimensions,
tr.woocommerce-product-attributes-item--weight,
tr.woocommerce-product-attributes-item--dimensions {
    display: none !important;
}

/* Tabuľka - základné štýly */
.woocommerce-product-attributes,
.shop_attributes {
    border-collapse: collapse !important;
    width: 100% !important;
    border: none !important;
}

/* Bunky tabuľky - odstránenie vertikálnych čiar */
.woocommerce-product-attributes th,
.woocommerce-product-attributes td,
.shop_attributes th,
.shop_attributes td {
    border-left: none !important;
    border-right: none !important;
    border-top: 1px solid #e0e0e0 !important;
    border-bottom: 1px solid #e0e0e0 !important;
    padding: 12px 0 !important;
    vertical-align: middle !important;
}

/* Prvý riadok - bez horného borderu */
.woocommerce-product-attributes tr:first-child th,
.woocommerce-product-attributes tr:first-child td,
.shop_attributes tr:first-child th,
.shop_attributes tr:first-child td {
    border-top: none !important;
}

/* Názvy vlastností - zarovnanie doľava */
.woocommerce-product-attributes th,
.woocommerce-product-attributes-item__label,
.shop_attributes th {
    text-align: left !important;
    font-weight: 600 !important;
    color: #000 !important;
    background: transparent !important;
    width: 40% !important;
    padding-right: 20px !important;
}

/* Hodnoty vlastností - odsadenie 15px, čierna farba */
.woocommerce-product-attributes td,
.woocommerce-product-attributes-item__value,
.shop_attributes td {
    text-align: left !important;
    padding-left: 15px !important;
    color: #000 !important;
    background: transparent !important;
}

/* Všetky linky v tabuľke - čierne */
.woocommerce-product-attributes td a,
.woocommerce-product-attributes td p,
.woocommerce-product-attributes td span,
.woocommerce-product-attributes-item__value a,
.woocommerce-product-attributes-item__value p,
.shop_attributes td a,
.shop_attributes td p,
.shop_attributes td span {
    color: #000 !important;
    text-decoration: none !important;
}

/* Hover na linky v tabuľke */
.woocommerce-product-attributes td a:hover,
.woocommerce-product-attributes-item__value a:hover,
.shop_attributes td a:hover {
    color: #db0602 !important;
}

/* Tab "Ďalšie informácie" nadpis */
.woocommerce-Tabs-panel--additional_information h2,
#tab-additional_information h2 {
    font-size: 24px !important;
    font-weight: 600 !important;
    color: #000 !important;
    margin-bottom: 20px !important;
}

/* ============================================
   CENA - VŽDY ČIERNA (nie žltá)
   ============================================ */
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce div.product .price,
.woocommerce div.product .price .amount,
.woocommerce div.product .price ins,
.woocommerce div.product .price del,
.single-product .price,
.single-product .price .amount,
.single-product .price ins .amount,
.single-product .woocommerce-Price-amount {
    color: #000 !important;
}

/* ============================================
   KOŠÍK IKONA - PRAVÝ DOLNÝ ROH NA MOBILE
   ============================================ */
@media screen and (max-width: 1024px) {
    .vi-wcaio-sidebar-cart-icon-wrap {
        position: fixed !important;
        top: auto !important;
        bottom: 80px !important;
        right: 15px !important;
        left: auto !important;
        z-index: 9999 !important;
    }
}

/* ============================================
   ZAKÁZANIE HORIZONTÁLNEHO SCROLLU - VŠADE
   ============================================ */
html, body {
    overflow-x: hidden !important;
    max-width: 100% !important;
    width: 100% !important;
}

*, *::before, *::after {
    max-width: 100vw;
}

/* ============================================
   SPODNÝ PANEL - ČERVENÝ NA MOBILE
   BURGER MENU - ŽLTÉ + BORDER RADIUS
   ============================================ */
@media screen and (max-width: 768px) {
    .elementor-menu-toggle,
    .e-n-menu-toggle {
        background-color: #ffc107 !important;
        background: #ffc107 !important;
        border-radius: 35px !important;
        -webkit-border-radius: 35px !important;
        -moz-border-radius: 35px !important;
    }
    
    nav.elementor-nav-menu--mobile,
    .elementor-location-footer,
    .mobile-bottom-bar,
    .mobile-menu-bar,
    .bottom-nav,
    .mobile-nav,
    #mobile-menu,
    .site-footer-mobile {
        background-color: #db0602 !important;
        background: #db0602 !important;
    }
    
    .elementor-widget-container .bottom-bar,
    .mobile-footer,
    .sticky-footer {
        background-color: #db0602 !important;
    }
}

/* ============================================
   MOBILNÉ ÚPRAVY - PRODUKT
   ============================================ */
@media screen and (max-width: 768px) {
    .woocommerce div.product .product_title,
    .single-product .product_title,
    .single-product h1.product_title,
    h1.product_title {
        font-size: 18px !important;
        line-height: 1.3 !important;
    }
    
    .woocommerce div.product form.cart,
    .woocommerce-variation-add-to-cart {
        flex-wrap: wrap !important;
    }
    
    .woocommerce .quantity,
    .quantity {
        width: 100% !important;
        justify-content: center !important;
        margin-bottom: 10px !important;
    }
    
    .woocommerce div.product form.cart .single_add_to_cart_button {
        width: 100% !important;
    }
    
    .woocommerce div.product .woocommerce-product-details__short-description,
    .single-product .woocommerce-product-details__short-description {
        font-size: 14px !important;
    }
    
    .woof_container_product_cat .woof-sd-ie-childs {
        padding-left: 3px !important;
        margin-left: 3px !important;
    }
    
    .button.add_to_cart_button,
    .woocommerce a.button,
    .woocommerce button.button {
        padding: 10px 15px !important;
        font-size: 14px !important;
    }
    
    .woocommerce-product-attributes th,
    .shop_attributes th {
        width: 50% !important;
        font-size: 14px !important;
    }
    
    .woocommerce-product-attributes td,
    .shop_attributes td {
        font-size: 14px !important;
    }
}

@media screen and (max-width: 480px) {
    .woocommerce div.product .product_title,
    .single-product .product_title,
    .single-product h1.product_title,
    h1.product_title {
        font-size: 19px !important;
    }
    
    .woof_container_product_cat .woof-sd-ie-childs {
        padding-left: 2px !important;
        margin-left: 2px !important;
    }
}

.woocommerce-result-count {
    color: #000000 !important;
}

/* Názvy produktov v liste - čierna */
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce-loop-product__title,
h2.woocommerce-loop-product__title {
    color: #000 !important;
}

/* Cena produktov v liste - čierna */
.woocommerce ul.products li.product .price,
.woocommerce .price,
.woocommerce .price ins,
.woocommerce .price del,
.woocommerce .price .amount {
    color: #000 !important;
}

/* Hover na produkt - názov aj cena */
.product:hover .woocommerce-loop-product__title,
.product:hover .price,
.product:hover .price span,
.product:hover .price ins,
.product:hover .price del,
.product:hover .woocommerce-Price-amount {
    color: #890200 !important;
}

.wc-block-grid__product:hover .wc-block-grid__product-title,
.wc-block-grid__product:hover .wc-block-grid__product-price,
.wc-block-grid__product:hover .woocommerce-Price-amount {
    color: #ffc107 !important;
}

.woocommerce-loop-product__title,
.price,
.price span {
    transition: color 0.3s ease;
}

.product:hover h2,
.product:hover h3,
.product:hover .product-title,
.product:hover .woocommerce-loop-product__title,
.product:hover a.woocommerce-LoopProduct-link h2,
.product:hover .woocommerce-loop-product__link h2,
.product:hover > a h2,
.product:hover > a h3,
li.product:hover h2.woocommerce-loop-product__title {
    color: #ffc107 !important;
}

.product:hover .price,
.product:hover .price span,
.product:hover .woocommerce-Price-amount {
    color: #db0602 !important;
}

/* ============================================
   HUSKY TEXT SEARCH - WARNING ŠTÝL
   ============================================ */
.woof_husky_txt-input,
input.woof_husky_txt-input {
    background: linear-gradient(#ffc107, #ffc107) padding-box,
                repeating-linear-gradient(
                    -45deg,
                    #000 0px,
                    #000 8px,
                    #ffc107 8px,
                    #ffc107 16px
                ) border-box !important;
    border: 6px solid transparent !important;
    color: #000 !important;
    font-weight: bold !important;
    font-size: 12.3px !important;
    padding: 10px 80px 10px 5px !important;
    border-radius: 15px !important;
}

/* Placeholder text */
.woof_husky_txt-input::placeholder {
    color: #333 !important;
    font-weight: 600 !important;
    font-size: 11px !important;
}

/* Focus stav */
.woof_husky_txt-input:focus,
input.woof_husky_txt-input:focus {
    background: linear-gradient(#ffca2c, #ffca2c) padding-box,
                repeating-linear-gradient(
                    -45deg,
                    #000 0px,
                    #000 8px,
                    #ffca2c 8px,
                    #ffca2c 16px
                ) border-box !important;
    box-shadow: 0 0 15px rgba(255, 193, 7, 0.8) !important;
    outline: none !important;
}

/* ===========================================
   WooCommerce Produktový Názov - 2 Riadky
   =========================================== */
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce-loop-product__title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4em;
    min-height: 2.8em;
    max-height: 2.8em;
    height: 2.8em;
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    margin: 0 0 10px 0;
    padding: 0;
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.product-title-2-lines {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4em;
    min-height: 2.8em;
    max-height: 2.8em;
    height: 2.8em;
}

@media screen and (max-width: 768px) {
    .woocommerce ul.products li.product .woocommerce-loop-product__title,
    .woocommerce-loop-product__title {
        font-size: 14px;
        line-height: 1.3em;
        min-height: 2.6em;
        max-height: 2.6em;
        height: 2.6em;
    }
}

/* ================================================
   WOOF/Husky Filter - Prepísanie Elementor farieb
   ================================================ */
.elementor-kit-7 .woof_husky_txt-option-title > a,
.elementor-kit-7 .woof_husky_txt-option-title a,
body.elementor-kit-7 .woof_husky_txt-option-title > a,
html body .elementor-kit-7 .woof_husky_txt-option-title > a {
    color: #000 !important;
    transition: color 0.3s ease !important;
}

.elementor-kit-7 .woof_husky_txt-option-title > a:hover,
.elementor-kit-7 .woof_husky_txt-option-title a:hover,
body.elementor-kit-7 .woof_husky_txt-option-title > a:hover,
html body .elementor-kit-7 .woof_husky_txt-option-title > a:hover {
    color: #ffc107 !important;
}

.elementor-kit-7 .woof_husky_txt-option-text,
.woof_husky_txt-option-breadcrumb,
body.elementor-kit-7 .woof_husky_txt-option-text,
html body .elementor-kit-7 .woof_husky_txt-option-text {
    color: #000 !important;
    transition: color 0.3s ease !important;
}

.woof_husky_txt-option-title,
.woof_husky_txt-option-breadcrumb,
.woof_husky_txt-option-title > a,
.woof_husky_txt-option-text,
.woof_husky_txt-option-text:hover,
div[class*="woof_husky"] a {
    --e-global-color-accent: #000 !important;
    color: #000 !important;
    transition: color 0.3s ease !important;
}

.woof_husky_txt-option-title:hover,
.woof_husky_txt-option-title > a:hover,
div[class*="woof_husky"] a:hover {
    --e-global-color-accent: #ffc107 !important;
    color: #ffc107 !important;
}

/* zakazuje spravy woo */
.woocommerce-message {
    display: none;
}

.elementor-kit-7,
body.elementor-kit-7 {
    color: #000000 !important;
}

/* ============================================
   PRODUKTOVÁ FOTKA - ZMENŠENIE
   ============================================ */
.woocommerce div.product div.images,
.woocommerce-product-gallery,
.single-product .woocommerce-product-gallery {
    transform: scale(0.85) !important;
    transform-origin: top left !important;
    margin-bottom: -15% !important;
}

@media screen and (max-width: 1024px) {
    .woocommerce div.product div.images,
    .woocommerce-product-gallery,
    .single-product .woocommerce-product-gallery {
        transform: scale(0.70) !important;
        transform-origin: top center !important;
        margin-bottom: -30% !important;
    }
}

@media screen and (max-width: 768px) {
    .woocommerce div.product div.images,
    .woocommerce-product-gallery,
    .single-product .woocommerce-product-gallery {
        transform: scale(0.70) !important;
        transform-origin: top center !important;
        margin-bottom: -30% !important;
    }
}

.woocommerce span.onsale {
    min-height: 3em;
    min-width: 3.236em;
    padding: .402em;
    font-size: .8em;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 3.2;
    top: -.5em;
    left: -.5em;
    margin: 0;
    border-radius: 100%;
    background-color: #ffc107;
    color: #000000;
    z-index: 9;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    display: none;
}

.woocommerce div.product .woocommerce-tabs .panel {
    padding-top: 30px;
}

.product_meta {
    display: none;
}

.vi-wcaio-sidebar-cart-wrap .vi-wcaio-sidebar-cart-pd-quantity .plus:not(.vi_wcaio_change_qty) {
    display: none !important;
}

.vi-wcaio-sidebar-cart-wrap .vi-wcaio-sidebar-cart-pd-quantity .minus:not(.vi_wcaio_change_qty),
.vi-wcaio-sidebar-cart-wrap .vi-wcaio-sidebar-cart-pd-quantity .plus:not(.vi_wcaio_change_qty) {
    display: none !important;
}

/* ========================================
   MODERN WOOCOMMERCE MY ACCOUNT DESIGN
   ======================================== */
.woocommerce-account .woocommerce {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
}

.woocommerce-MyAccount-navigation {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    overflow: hidden;
    margin-bottom: 30px;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.woocommerce-MyAccount-navigation li {
    border-bottom: 1px solid #f0f0f0;
}

.woocommerce-MyAccount-navigation li:last-child {
    border-bottom: none;
}

.woocommerce-MyAccount-navigation a {
    display: flex;
    align-items: center;
    padding: 18px 24px;
    color: #333;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.3s ease;
    position: relative;
}

.woocommerce-MyAccount-navigation a:hover {
    background: #f8f8f8;
    color: #e60000;
    padding-left: 30px;
}

.woocommerce-MyAccount-navigation li.is-active a {
    background: linear-gradient(135deg, #e60000 0%, #ff3333 100%);
    color: #fff;
    font-weight: 600;
}

.woocommerce-MyAccount-navigation li.is-active a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #ffd700;
}

.woocommerce-MyAccount-navigation-link--dashboard a::before { content: '📊'; margin-right: 12px; font-size: 18px; }
.woocommerce-MyAccount-navigation-link--orders a::before { content: '📦'; margin-right: 12px; font-size: 18px; }
.woocommerce-MyAccount-navigation-link--downloads a::before { content: '⬇️'; margin-right: 12px; font-size: 18px; }
.woocommerce-MyAccount-navigation-link--edit-address a::before { content: '📍'; margin-right: 12px; font-size: 18px; }
.woocommerce-MyAccount-navigation-link--edit-account a::before { content: '👤'; margin-right: 12px; font-size: 18px; }
.woocommerce-MyAccount-navigation-link--customer-logout a::before { content: '🚪'; margin-right: 12px; font-size: 18px; }

.woocommerce-MyAccount-content {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}

.woocommerce-MyAccount-content h2,
.woocommerce-MyAccount-content h3 {
    color: #e60000;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 0px solid #ffd700;
    font-weight: 600;
    font-size: 20px;
}

.woocommerce-Address {
    background: #f8f8f8;
    border-radius: 8px;
    padding: 24px;
    margin-bottom: 20px;
    border: 1px solid #e0e0e0;
}

.woocommerce-Address-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.woocommerce-Address-title h3 {
    margin: 0;
    padding: 0;
    border: none;
    font-size: 16px;
    border-bottom: none !important;
}

.woocommerce-Address-title .edit {
    background: #e60000;
    color: #fff;
    padding: 8px 16px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
}

.woocommerce-Address-title .edit:hover {
    background: #cc0000;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(230,0,0,0.3);
}

.woocommerce-Button,
.button {
    background: linear-gradient(135deg, #e60000 0%, #ff3333 100%) !important;
    color: #fff !important;
    border: none !important;
    padding: 12px 28px !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    cursor: pointer;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
    display: inline-block;
    font-size: 14px !important;
}

.woocommerce-Button:hover,
.button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(230,0,0,0.4) !important;
    background: linear-gradient(135deg, #cc0000 0%, #e60000 100%) !important;
}

.woocommerce-MyAccount-content input[type="text"],
.woocommerce-MyAccount-content input[type="email"],
.woocommerce-MyAccount-content input[type="password"],
.woocommerce-MyAccount-content input[type="tel"],
.woocommerce-MyAccount-content select,
.woocommerce-MyAccount-content textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.woocommerce-MyAccount-content input:focus,
.woocommerce-MyAccount-content select:focus,
.woocommerce-MyAccount-content textarea:focus {
    border-color: #e60000;
    outline: none;
    box-shadow: 0 0 0 3px rgba(230,0,0,0.1);
}

.woocommerce-orders-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin-top: 20px;
    overflow: hidden;
    border-radius: 8px;
}

.woocommerce-orders-table thead {
    background: linear-gradient(135deg, #e60000 0%, #ff3333 100%);
    color: #fff;
}

.woocommerce-orders-table th { padding: 14px; text-align: left; font-weight: 600; font-size: 14px; }
.woocommerce-orders-table td { padding: 14px; border-bottom: 1px solid #f0f0f0; font-size: 14px; }

.woocommerce-orders-table tbody tr {
    background: #fff;
    transition: all 0.3s ease;
}

.woocommerce-orders-table tbody tr:hover {
    background: #f8f8f8;
    transform: translateX(4px);
}

.woocommerce-MyAccount-content > p:first-child {
    background: linear-gradient(135deg, #fff5e6 0%, #ffe6cc 100%);
    border-left: 4px solid #ffd700;
    padding: 16px 20px;
    border-radius: 8px;
    font-size: 14px;
    color: #333;
}

@media (max-width: 768px) {
    .woocommerce-MyAccount-navigation { margin-bottom: 20px; }
    .woocommerce-MyAccount-content { padding: 20px; }
    .woocommerce-Address { padding: 16px; }
}

.woocommerce-form-login,
.woocommerce-form-register {
    background: #fff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    max-width: 450px;
    margin: 40px auto;
}

.woocommerce-form-login h2,
.woocommerce-form-register h2 {
    color: #e60000;
    margin-bottom: 24px;
    text-align: center;
    font-size: 20px;
}

.woocommerce-form__label-for-checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

.woocommerce-message,
.woocommerce-info {
    background: #d4edda;
    border-left: 4px solid #28a745;
    padding: 16px 20px 16px 60px;
    border-radius: 6px;
    margin-bottom: 20px;
    position: relative;
}

.woocommerce-message::before,
.woocommerce-info::before {
    content: "✓";
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    color: #28a745;
    font-weight: bold;
}

.woocommerce-error {
    background: #f8d7da;
    border-left: 4px solid #dc3545;
    padding: 16px 20px 16px 60px;
    border-radius: 6px;
    margin-bottom: 20px;
    position: relative;
}

.woocommerce-error::before {
    content: "✕";
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    color: #dc3545;
    font-weight: bold;
}

.elementor-widget-login .elementor-field-group .elementor-field {
    color: #000000 !important;
}

.woocommerce #payment .payment_methods.methods label[for="payment_method_wc_gopay_gateway"] img {
    height: auto;
    width: auto;
    margin-left: 20px !important;
    float: right;
    max-width: 100px !important;
}

/* ============================================
   HUSKY FILTER - 50% MENŠIE NA MOBILE
   ============================================ */
@media screen and (max-width: 768px) {
    .woof_list,
    .woof_list_sd,
    .woof_list_radio_sd,
    [class*="woof_list_radio_sd_"] {
        --woof-sd-ie-rad_font_size: 11px !important;
        --woof-sd-ie-rad_line_height: 18px !important;
    }
    
    .woof-sd-ie,
    .woof-sd-ie-radio,
    [class*="woof-sd-ie-radio_"] {
        font-size: 11px !important;
        line-height: 18px !important;
        min-height: 18px !important;
        padding: 3px 5px !important;
        margin: 0 !important;
    }
    
    .woof-sd-ie b,
    .woof-sd-ie-radio b,
    .woof-sd-ie .woof-sd-ie-title,
    .woof-sd-ie-radio .woof-sd-ie-title {
        font-size: 11px !important;
        line-height: 1.2 !important;
    }
    
    [class*="woof-sd-ie-radio_"]::before {
        width: 18px !important;
        height: 18px !important;
        margin-right: 4px !important;
    }
    
    .woof-sd-ie-childs {
        padding: 2px 0 !important;
        margin-left: 2px !important;
        padding-left: 2px !important;
    }
    
    .woof_childs_list_opener {
        width: 18px !important;
        height: 18px !important;
        margin-left: 3px !important;
    }
    
    .woof_childs_list_opener span,
    .woof_is_closed,
    .woof_is_opened {
        border-left-width: 4px !important;
        border-right-width: 4px !important;
        border-top-width: 6px !important;
    }
}

@media screen and (max-width: 480px) {
    .woof_list,
    .woof_list_sd,
    .woof_list_radio_sd,
    [class*="woof_list_radio_sd_"] {
        --woof-sd-ie-rad_font_size: 10px !important;
        --woof-sd-ie-rad_line_height: 16px !important;
    }
    
    .woof-sd-ie,
    .woof-sd-ie-radio,
    [class*="woof-sd-ie-radio_"] {
        font-size: 10px !important;
        line-height: 16px !important;
        min-height: 16px !important;
        padding: 2px 4px !important;
    }
    
    [class*="woof-sd-ie-radio_"]::before {
        width: 14px !important;
        height: 14px !important;
        margin-right: 3px !important;
    }
}

/* ============================================
   WOOF TOP PANEL - HIDE BUTTONS ONLY
   FIX: staré pravidlo skrývalo VŠETKY buttony
   ============================================ */
.woof_products_top_panel button,
.woof_products_top_panel [type=button],
.woof_products_top_panel2 button,
.woof_products_top_panel2 [type=button] {
    display: none !important;
}

.woof_products_top_panel li span,
.woof_products_top_panel2 li span {
    display: none !important;
}

/* Hide native browser X in HUSKY text search */
.woof_husky_txt-input::-webkit-search-cancel-button,
.woof_husky_txt-input::-webkit-search-decoration {
    -webkit-appearance: none !important;
    display: none !important;
}
.woof_husky_txt-input::-ms-clear {
    display: none !important;
}

/* ============================================
   HUSKY TEXT SEARCH - SEARCH ICON
   ============================================ */
.woof_text_search_container {
    position: relative !important;
}

.woof_text_search_container .woof_text_search_go {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 28px !important;
    height: 28px !important;
    position: absolute !important;
    right: 12px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 98 !important;
    border: none !important;
    text-decoration: none !important;
    background-color: transparent !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000000' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cline x1='16.5' y1='16.5' x2='22' y2='22'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: 22px 22px !important;
    border-radius: 0 !important;
    cursor: pointer !important;
    margin: 0 !important;
    padding: 0 !important;
    transition: all 0.3s ease !important;
    box-shadow: none !important;
}

.woof_text_search_container .woof_text_search_go:hover {
    opacity: 0.75 !important;
}

/* Hide original HUSKY X */
span.woof_husky_txt-cross,
.woof_husky_txt-cross,
.woof_husky_txt-cross[style],
.woof_text_search_container .woof_husky_txt-cross {
    display: none !important;
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
}/* End custom CSS */