 .grid-mobile-2  .column .product-column-wrapper {
/* 	height : 100%; */
	display: flex;
	flex-direction : column;
	justify-content: space-column;
}

.product-thumb-wrapper { 
	width : 160px;  
	height : 168px;
	object-fit : cover
}
.product-thumb-wrapper img{
	width : 160px !important;
	height : 168px !important;
}
.product-content{
/* border : solid red 1px; */
padding : 10px 0px !important ;
}

.product-thumb-wrapper img{
	height : 300px;
	max-width : 400px; 
	object-fit : cover;
}
/*  
forminator-select-dropdown forminator-custom-form-11964 forminator-dropdown--default forminator-select-dropdown--below */

.selection , .forminator-select-dropdown{
	background : white !important;
}

/* .forminator-response-message{
display : none !important;}  */

/* ------------- */

 /* ==================================================
   1. FƏNN ADLARI (KATEQORİYA)
   ================================================== */
.product-content ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 4px 0 8px 0 !important;
}

.product-content ul li a,
.product-column-wrapper a[href*="product-category"] {
    background: none !important;
    border: none !important;
    padding: 0 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #64748b !important;
    display: inline-block !important;
    text-decoration: none !important;
}

.product-content ul li:not(:first-child) {
    display: none !important;
}

/* ==================================================
   2. "ƏTRAFLI" DÜYMƏSİ VƏ HOVER ALƏTLƏRİ
   ================================================== */
/* ==================================================
   İKONLARI TAMAMİLƏ SİLMƏK VƏ HOVERİ ŞƏFFAF ETMƏK
   ================================================== */

/* 1. Bütün düymələrdən və hover alətlərindən İKONLARIN Tamamilə Silinməsi */
.product-column-wrapper .button i,
.product-column-wrapper .button svg,
.product-column-wrapper .button::before,
.product-column-wrapper .button::after,
.product-thumb-wrapper i,
.product-thumb-wrapper svg,
.product-thumb-wrapper ::before,
.product-thumb-wrapper ::after {
    display: none !important;
    content: "" !important;
    opacity: 0 !important;
}

/* 2. Düymələrin Eyni Hizada və Mərkəzdə Yan-Yana Durması */
.product-column-wrapper .product-thumb-wrapper .button-group,
.product-column-wrapper .product-thumb-wrapper .product-hover-tools {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
	
}

.product-column-wrapper .add-to-cart-btn,
.product-column-wrapper .button,
.product-column-wrapper a[href*="modal-center"],
.product-column-wrapper .quick-view-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 40px !important;
    line-height: 1 !important;
    margin: 0 !important;
    padding: 0 16px !important;
    border-radius: 8px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    box-sizing: border-box !important;
	
}

/* 3. Hover zamanı Ağ Fonun Ləğvi (Şəffaf / Transparent Olunması) */
.product-column-wrapper .button:hover,
.product-column-wrapper .add-to-cart-btn:hover,
.product-column-wrapper a[href*="modal-center"]:hover,
.product-column-wrapper .quick-view-btn:hover,
.product-thumb-wrapper:hover .button {
    background-color: red !important;
    background: blue !important;
    border: 1px solid rgba(255, 255, 255, 0.7) !important; /* Şəkil üstündə seçilməsi üçün təmiz incə xətt */
    color: #ffffff !important;
    box-shadow: none !important;
}
/* ==================================================
   3. KARTIN VƏ ŞƏKİLLƏRİN DİZAYNI (KƏSİLMƏSİZ HƏLL)
   ================================================== */
.product-column-wrapper {
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    height: 100% !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 16px !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06) !important;
    padding: 16px !important;
    background: #ffffff !important;
    box-sizing: border-box !important;
    min-width: 0 !important;
}

.product-column-wrapper .overlay{
	background : transparent !important;
}

/* Şəkil Konteyneri */
.product-thumb,
.product-thumb-wrapper,
.product-column-wrapper .product-thumb-wrapper {
    position: relative !important;
    width: 100% !important;
    height: 340px !important;
    max-height: 340px !important;
    overflow: hidden !important;
    border-radius: 12px !important;
    background-color: #f8fafc !important;
    margin-bottom: 12px !important;
}

/* Şəklin Özü - Bütün ekranlarda baş hissəni saxlayaraq tam doldurma */
.product-thumb img,
.product-thumb-wrapper img,
.product-column-wrapper .product-thumb-wrapper img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: top center !important; /* Baş hissəni tam saxlayır */
    border-radius: 12px !important;
    display: block !important;
}

.product-content {
    display: flex !important;
    flex-direction: column !important;
    flex-grow: 1 !important;
    justify-content: space-between !important;
    text-align: center !important;
}

/* ==================================================
   4. BAŞLIQLARIN DİZAYNI
   ================================================== */
.elementor-heading-title,
.section-title span,
h5.elementor-heading-title {
    font-size: 13px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 1.2px !important;
    color: #0070f3 !important;
    background-color: rgba(0, 112, 243, 0.08) !important;
    padding: 6px 16px !important;
    border-radius: 20px !important;
    display: inline-block !important;
    margin-bottom: 12px !important;
}

h2.elementor-heading-title,
.section-title h2 {
    font-size: 32px !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    line-height: 1.3 !important;
    letter-spacing: -0.5px !important;
    margin-top: 0 !important;
    margin-bottom: 24px !important;
    background: none !important;
    padding: 0 !important;
}

/* ==================================================
   5. RESPONSIVE GRID (EKRAN AÇILDIQCA QORUYAN LAYOUT)
   ================================================== */
.site-main,
.elementor-section.elementor-section-boxed .elementor-container,
.theme-container,
.woocommerce-page .content-area {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    box-sizing: border-box !important;
}

/* Mobil (767px-dən kiçik): Sətirdə 1 geniş kart */
@media (max-width: 767px) {
    .woocommerce ul.products,
    ul.products,
    .grid-mobile-2 {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 20px !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .woocommerce ul.products li.product,
    .grid-mobile-2 .column {
        width: 100% !important;
        max-width: 100% !important;
    }

    .product-thumb-wrapper {
        height: 360px !important;
        max-height: 360px !important;
    }

    h2.elementor-heading-title,
    .section-title h2 {
        font-size: 24px !important;
    }
}

/* Planşet (768px - 1199px): Sətirdə 3 kart */
@media (min-width: 768px) and (max-width: 1199px) {
    .woocommerce ul.products,
    ul.products,
    .grid-mobile-2 {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 20px !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .woocommerce ul.products li.product,
    .grid-mobile-2 .column {
        width: 100% !important;
        max-width: 100% !important;
    }
}
 
 
.add_to_cart_inline .product_type_simple .wk-icon {
	display : none !important; 
}


/* Müəllim/Məhsul səhifəsində konteynerin bütün ekranlarda bərabər genişlənməsi */
.single-product .container,
.single-product .site-main,
.single-product .product,
.single-product .elementor-container {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 10px !important;  /* Ekranın tam kənarına yapışmaması üçün simmetrik 10px ara */
    padding-right: 10px !important;
}
 

/* Desktop (1200px və yuxarı): Sətirdə 5 kart */
@media (min-width: 1200px) {
    .woocommerce ul.products,
    ul.products,
    .grid-mobile-2 {
        display: grid !important;
        grid-template-columns: repeat(5, 1fr) !important;
        gap: 20px !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .woocommerce ul.products li.product,
    .grid-mobile-2 .column {
        width: 100% !important;
        max-width: 100% !important;
	}

ul.products::before,
ul.products::after {
    display: none !important;
}