.elementor-739 .elementor-element.elementor-element-8d4360a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:20px;--padding-bottom:100px;--padding-left:20px;--padding-right:20px;}.elementor-739 .elementor-element.elementor-element-f6c07b0 .woocommerce-breadcrumb{font-family:var( --e-global-typography-text-font-family ), Helvetica, Arial,Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}.elementor-739 .elementor-element.elementor-element-50f256a.elementor-wc-products ul.products li.product{--button-align-display:flex;--button-align-direction:column;--button-align-justify:space-between;padding:10px 10px 10px 10px;}.elementor-739 .elementor-element.elementor-element-50f256a.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}.elementor-739 .elementor-element.elementor-element-50f256a.elementor-wc-products ul.products li.product .woocommerce-loop-product__title, .elementor-739 .elementor-element.elementor-element-50f256a.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{font-family:var( --e-global-typography-9344ef2-font-family ), Helvetica, Arial,Sans-serif;font-size:var( --e-global-typography-9344ef2-font-size );font-weight:var( --e-global-typography-9344ef2-font-weight );line-height:var( --e-global-typography-9344ef2-line-height );letter-spacing:var( --e-global-typography-9344ef2-letter-spacing );}.elementor-739 .elementor-element.elementor-element-50f256a.elementor-wc-products ul.products li.product .button{color:var( --e-global-color-fa70c43 );background-color:var( --e-global-color-text );font-family:var( --e-global-typography-3afd3e8-font-family ), Helvetica, Arial,Sans-serif;font-size:var( --e-global-typography-3afd3e8-font-size );font-weight:var( --e-global-typography-3afd3e8-font-weight );text-transform:var( --e-global-typography-3afd3e8-text-transform );line-height:var( --e-global-typography-3afd3e8-line-height );letter-spacing:var( --e-global-typography-3afd3e8-letter-spacing );border-style:solid;border-radius:22px 22px 22px 22px;}.elementor-739 .elementor-element.elementor-element-50f256a.elementor-wc-products ul.products li.product span.onsale{display:block;}@media(max-width:1024px){.elementor-739 .elementor-element.elementor-element-f6c07b0 .woocommerce-breadcrumb{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-739 .elementor-element.elementor-element-50f256a.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}.elementor-739 .elementor-element.elementor-element-50f256a.elementor-wc-products ul.products li.product .woocommerce-loop-product__title, .elementor-739 .elementor-element.elementor-element-50f256a.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{font-size:var( --e-global-typography-9344ef2-font-size );line-height:var( --e-global-typography-9344ef2-line-height );letter-spacing:var( --e-global-typography-9344ef2-letter-spacing );}.elementor-739 .elementor-element.elementor-element-50f256a.elementor-wc-products ul.products li.product .button{font-size:var( --e-global-typography-3afd3e8-font-size );line-height:var( --e-global-typography-3afd3e8-line-height );letter-spacing:var( --e-global-typography-3afd3e8-letter-spacing );}}@media(max-width:767px){.elementor-739 .elementor-element.elementor-element-f6c07b0 .woocommerce-breadcrumb{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-739 .elementor-element.elementor-element-50f256a.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}.elementor-739 .elementor-element.elementor-element-50f256a.elementor-wc-products ul.products li.product .woocommerce-loop-product__title, .elementor-739 .elementor-element.elementor-element-50f256a.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{font-size:var( --e-global-typography-9344ef2-font-size );line-height:var( --e-global-typography-9344ef2-line-height );letter-spacing:var( --e-global-typography-9344ef2-letter-spacing );}.elementor-739 .elementor-element.elementor-element-50f256a.elementor-wc-products ul.products li.product .button{font-size:var( --e-global-typography-3afd3e8-font-size );line-height:var( --e-global-typography-3afd3e8-line-height );letter-spacing:var( --e-global-typography-3afd3e8-letter-spacing );}}/* Start custom CSS for wc-archive-products, class: .elementor-element-50f256a *//* 0) Контейнер: всички карти с еднаква височина според най-високата */
ul.products {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
    gap: 20px !important;
    grid-auto-rows: 1fr !important;
}

/* Скриване на броя в <mark class="count"> */
.woocommerce-loop-category__title mark.count {
    display: none !important;
}

/* Карта на категорията */
ul.products li.product-category,
ul.products li.product {
    background: #fff !important;
    border: 1px solid #eee !important;
    border-radius: 8px !important;
    padding: 15px !important;
    transition: box-shadow 0.3s ease, transform 0.3s ease !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
}

/* Hover ефект */
ul.products li.product-category:hover,
ul.products li.product:hover {
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12) !important;
    transform: translateY(-4px) !important;
}

/* Изображението да не се crop-ва */
ul.products li.product-category img,
ul.products li.product img {
    object-fit: contain !important;
    max-height: 220px !important;
    width: auto !important;
    max-width: 100% !important;
    margin: 0 auto 15px auto !important;
    display: block !important;
}

/* Заглавие на категорията и продукта */
ul.products li.product-category h2.woocommerce-loop-category__title,
ul.products li.product h2.woocommerce-loop-product__title {
    font-size: 1.2rem !important;
    font-weight: 600 !important;
    text-align: center !important;
    color: #333 !important;
    margin: 0 !important;
    transition: color 0.3s ease !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    text-wrap: wrap !important;
    max-width: 100% !important;
}

/* Hover ефект върху заглавията */
ul.products li.product-category a:hover h2,
ul.products li.product a:hover h2 {
    color: #EF3A41 !important;
}

/* Стил на линка */
ul.products li.product-category a,
ul.products li.product a.woocommerce-LoopProduct-link {
    color: inherit !important;
    text-decoration: none !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    height: 100% !important;
}

/* Скриване на бутони */
ul.products li.product .woocommerce-loop-product__buttons {
    display: none !important;
}/* End custom CSS */