.elementor-kit-6{--e-global-color-primary:#F4C484;--e-global-color-secondary:#FCECD4;--e-global-color-text:#FCECD4;--e-global-color-accent:#043434;--e-global-color-187d834:#021D1D;--e-global-typography-primary-font-family:"Spinnaker";--e-global-typography-primary-font-size:30px;--e-global-typography-primary-font-weight:900;--e-global-typography-primary-letter-spacing:2px;--e-global-typography-primary-word-spacing:4px;--e-global-typography-secondary-font-family:"Spinnaker";--e-global-typography-secondary-font-weight:600;--e-global-typography-secondary-letter-spacing:0.5px;--e-global-typography-text-font-family:"Spinnaker";--e-global-typography-text-font-weight:400;--e-global-typography-text-letter-spacing:0.5px;--e-global-typography-accent-font-family:"Spinnaker";--e-global-typography-accent-font-weight:900;--e-global-typography-accent-letter-spacing:0.5px;background-color:var( --e-global-color-accent );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end: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 *//* ===================== MINI KOSÁR – TIPÓ + TÁVOLSÁG ===================== */

/* Terméknév */
.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__product-name {
    font-size: 12px !important;
    line-height: 1.3em !important;
    margin:   10px 0 !important;   /* kicsi távolság a név és az alatta lévő sor között */
    padding: 10 !important;
}

/* Mennyiség + ár (1 × 9 900 Ft) – közelebb a névhez */
.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__product-price,
.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__product-quantity {
    font-size: 11px !important;
    line-height: 1em !important;
    margin: 0 !important;
    padding: 10 !important;
}

/* Kép és szöveg közötti távolság */
.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__product-image {
    margin-right: 10px !important;   /* ha sok, vedd le 10-re */
}

/* Sorok közti minimális elválasztás */
.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__product {
    margin: 0 0 20px 0 !important;
    padding: 4px 0 !important;
}

/* Alsó összeg – közelebb a tételekhez */
.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__subtotal {
    font-size: 12px !important;
    font-weight: 600 !important;
    margin: 20px 0 !important;
    padding: 20px 0 !important;
}

/* ===================== FEJLÉCBEN A KOSÁR MELLETTI ÖSSZEG ===================== */

.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__toggle .elementor-button-text {
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #d4af37 !important;  /* arany */
}

/* ===================== MINI KOSÁR GOMBOK – ZÖLD, KISEBB ===================== */

.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__footer-buttons a {
    font-size: 12px !important;
    padding: 12px 14px !important;
    border-radius: 16px !important;
    letter-spacing: 0.3px !important;
    background: #0f5c50 !important;  /* zöld */
    color: #ffffff !important;
    border: none !important;
}

/* Hover – sötétebb zöld */
.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__footer-buttons a:hover {
    background: #0b463d !important;
}



/* Woo üzenetsáv – legyen a menü alatt, majd tűnjön el 4 mp múlva */
.woocommerce-message {
    margin-top: 40px !important;      /* lejjebb a menü alá */
    position: relative;
    z-index: 0;
    animation: gt-notice-fadeout 0.5s ease 4s forwards;
}

/* Animáció: 4 mp után 0,5 mp alatt elhalványul + eltűnik */
@keyframes gt-notice-fadeout {
    to {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }
}/* End custom CSS */