.elementor-29218 .elementor-element.elementor-element-39504ec8{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;}.elementor-29218 .elementor-element.elementor-element-4d18a27f{--display:flex;}.elementor-29218 .elementor-element.elementor-element-712dfdbf{--display:flex;}.elementor-widget-woocommerce-product-title .elementor-heading-title{color:var( --e-global-color-primary );}.woocommerce .elementor-widget-woocommerce-product-price .price{color:var( --e-global-color-primary );}.elementor-widget-text-editor{color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-29218 .elementor-element.elementor-element-6a178125 .cart button, .elementor-29218 .elementor-element.elementor-element-6a178125 .cart .button{transition:all 0.2s;}.elementor-29218 .elementor-element.elementor-element-6a178125 .quantity .qty{transition:all 0.2s;}.elementor-29218 .elementor-element.elementor-element-51bc6f3{width:100%;max-width:100%;}.elementor-29218 .elementor-element.elementor-element-51bc6f3 > .elementor-widget-container{margin:40px 0px 0px 0px;}.elementor-29218 .elementor-element.elementor-element-51bc6f3 .jet-listing-dynamic-field .jet-listing-dynamic-field__inline-wrap{width:100%;}.elementor-29218 .elementor-element.elementor-element-51bc6f3 .jet-listing-dynamic-field .jet-listing-dynamic-field__content{width:100%;}.elementor-29218 .elementor-element.elementor-element-51bc6f3 .jet-listing-dynamic-field{justify-content:flex-start;}.elementor-29218 .elementor-element.elementor-element-51bc6f3 .jet-listing-dynamic-field__content{text-align:left;}.elementor-29218 .elementor-element.elementor-element-6fb2cc34{--spacer-size:10px;}.elementor-29218 .elementor-element.elementor-element-5721b05 > .elementor-widget-container{margin:-40px 0px 0px 0px;}.elementor-29218 .elementor-element.elementor-element-053aaf2{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:10px 10px;--row-gap:10px;--column-gap:10px;--flex-wrap:wrap;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );}.elementor-29218 .elementor-element.elementor-element-9c9d258 .elementor-button{font-size:14px;padding:10px 10px 10px 10px;}.elementor-29218 .elementor-element.elementor-element-65f93c9 .elementor-button{font-size:14px;padding:10px 10px 10px 10px;}.elementor-29218 .elementor-element.elementor-element-4a0be3e .elementor-button{font-size:14px;padding:10px 10px 10px 10px;}.elementor-29218 .elementor-element.elementor-element-4de7cab{--spacer-size:50px;}.elementor-29218 .elementor-element.elementor-element-273ecbf1{--display:flex;}.elementor-29218 .elementor-element.elementor-element-eb749f7{--spacer-size:50px;}/* Start custom CSS for woocommerce-product-short-description, class: .elementor-element-1376ab88 */.wc-readmore-box {
    position: relative;
}

.wc-readmore-box__content {
    position: relative;
    max-height: 100px; /* керуєте висотою видимої частини */
    overflow: hidden;
    transition: max-height .35s ease;
}

.wc-readmore-box__content::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 42px;
    background: linear-gradient(to bottom, rgba(251,251,251,0), rgba(251,251,251,1));
    pointer-events: none;
}

.wc-readmore-box.is-open .wc-readmore-box__content {
    max-height: 1000px;
}

.wc-readmore-box.is-open .wc-readmore-box__content::after {
    display: none;
}

.wc-readmore-box__toggle {
    display: inline-block;
    margin-top: 14px;
    color: #4d4d4d;
    text-decoration: underline !important;
    font-size: 16px;
    line-height: 1.3;
    cursor: pointer;
}

.wc-readmore-box__toggle:hover {
    opacity: .8;
}/* End custom CSS */
/* Start custom CSS for woocommerce-product-add-to-cart, class: .elementor-element-6a178125 */form.cart .button {
    height: 46px;
    
}
.has-custom-variation-style  .button-variable-item {
    border: 1px solid !important;
}
.has-custom-variation-style .variable-item-span {
    opacity: 1 !important;
}
.has-custom-variation-style .variable-item-contents {
    opacity: 1 !important;
}
th.custom-variation-label {
    display: none !important;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-5721b05 */.documents-section {
    margin: 30px 0;
}

.documents-title {
    font-size: 18px !important;
    font-weight: bold;
    color: #000;
    text-align: left;
}

/* Основний flex контейнер */
.documents-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start;
}

/* Кожен документ */
.document-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    flex: 0 0 auto;
    min-width: 120px;
}

/* Анімація тільки для іконки */
.document-item a {
    transition: transform 0.3s ease;
    display: block;
}

.document-item a:hover {
    transform: scale(1.1);
}

.document-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    
    box-sizing: border-box;
}

.document-icon img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* Назви без перенесення */
.document-title {
    font-size: 14px;
    color: #000;
    text-align: center;
    margin-top: 10px;
    line-height: 1.3;
    
    max-width: 150px;
}

/* Адаптивність для планшетів */
@media (max-width: 768px) {
    .documents-grid {
        justify-content: flex-start;
        gap: 30px;
    }
    
    .documents-title {
        font-size: 18px;
        text-align: left;
    }
    
    .document-item {
        width: 100px;
    }
    
    .document-icon {
        width: 70px;
        height: 70px;
        padding: 15px;
    }
    
    .document-title {
        font-size: 13px;
        width: 100px;
    }
}

/* Адаптивність для мобільних */
@media (max-width: 480px) {
    .documents-section {
        margin: 20px 0;
    }
    
    .documents-grid {
        gap: 20px;
        justify-content: flex-start;
    }
    
    .documents-title {
        font-size: 18px;
        margin-bottom: 15px;
        text-align: left;
    }
    
    .document-item {
        width: 80px;
    }
    
    .document-icon {
        width: 60px;
        height: 60px;
        padding: 12px;
    }
    
    .document-title {
        font-size: 12px;
        margin-top: 8px;
        width: 80px;
    }
    
    .document-item a:hover {
        transform: scale(1.05);
    }
}

/* Для дуже маленьких екранів */
@media (max-width: 320px) {
    .documents-grid {
        gap: 15px;
        justify-content: flex-start;
        flex-wrap: nowrap;
    }
    
    .documents-title {
        text-align: left;
    }
    
    .document-item {
        width: 70px;
    }
    
    .document-icon {
        width: 50px;
        height: 50px;
        padding: 10px;
    }
    
    .document-title {
        font-size: 11px;
        width: 70px;
    }
}/* End custom CSS */
/* Start custom CSS for wdt-shop-related-products, class: .elementor-element-1429a90c *//* Приховати кнопку "Додати в кошик" та "Попередній перегляд" */
.related.products .wcct_btn_wrapper, 
.related.products .wcqv_btn_wrapper {
    display: none !important;
}

/* Налаштування назви товару: розмір 18px */
.related.products .product-details .product-title h5,
.related.products .product-details .product-title h5 a {
    font-size: 18px !important;
    line-height: 1.2;
    font-weight: 600;
    transition: color 0.3s ease;
    text-align: center;
}

/* Колір назви при наведенні (замініть #ff0000 на потрібний вам колір) */
.related.products .product-details .product-title h5 a:hover {
    color: #0c6b76 !important; /* Наприклад, червоний */
}
.related.products .product-price {
    font-weight: 900;
    font-size:18px !important;
    text-align: center;
}/* End custom CSS */
/* Start custom CSS */.my-quote-btn {
    /*margin-top:-15px !important;*/
    bottom:25px !important;
}
@media (max-width: 479px) {
    .my-quote-btn {
        font-size: 16px !important;
    }
}


/* === Базовий стиль (десктоп, широкий екран) === */
.variable-items-wrapper[data-attribute_name="attribute_pa_ydre-karmmaal"] {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
}

/* === Планшет широкий (< 1200px) === */
@media (max-width: 1199px) {
    .variable-items-wrapper[data-attribute_name="attribute_pa_ydre-karmmaal"] {
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
    }
   
}

/* === Планшет (< 768px) === */
@media (max-width: 767px) {
    .variable-items-wrapper[data-attribute_name="attribute_pa_ydre-karmmaal"] {
        grid-template-columns: repeat(3, 1fr);
        gap: 6px;
    }
    .woo-variation-swatches .variable-items-wrapper .variable-item .variable-item-contents {
        font-size: 13px;
    }
}

/* === Мобільний (< 480px) === */
@media (max-width: 479px) {
    .variable-items-wrapper[data-attribute_name="attribute_pa_ydre-karmmaal"] {
        grid-template-columns: repeat(3, 1fr);
        gap: 4px;
    }
    .woo-variation-swatches .variable-items-wrapper .variable-item .variable-item-contents {
        font-size: 12px;
    }
}

/* === Кнопки — завжди на всю ширину комірки === */
.variable-items-wrapper[data-attribute_name="attribute_pa_ydre-karmmaal"]
.button-variable-item {
    width: 100% !important;
    margin: 0 !important;
}

/*hide price*/

.hide-variation-price .woocommerce-variation-price,
.hide-variation-price .price {
    display: none !important;
}


/* Один компактний блок для всіх обраних товарів */
body.variation-grid-2col ul.variable-items-wrapper {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 8px !important;
}

body.variation-grid-2col ul.variable-items-wrapper li.variable-item {
  /*width: 100% !important;
  margin: 0 !important;
  min-height: 44px;
  height: auto !important;
  padding: 8px 6px !important;
  white-space: normal !important;
  text-align: center;
  line-height: 1.3;*/
}

body.variation-grid-2col ul.variable-items-wrapper li.variable-item .variable-item-contents {
  white-space: normal !important;
  word-break: break-word;
}/* End custom CSS */