.elementor-69 .elementor-element.elementor-element-0ca0620{--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;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-87dd954 *//* গ্রিড সেটিংস - মোবাইল থেকে পিসি সবখানে ২ কলাম (যদি চান) বা রেসপন্সিভ */
.naturo-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* মোবাইলে ২ কলাম নিশ্চিত করবে */
    gap: 10px;
    padding: 10px;
}

/* কার্ড ডিজাইন */
.naturo-item {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

/* ইমেজ বক্স - স্কয়ার সাইজ */
.naturo-img-box {
    aspect-ratio: 1 / 1;
    overflow: hidden;
    display: block;
}

.naturo-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 10px;
}

/* আইকন বার - দুই আইকন সমান ভাগে */
.naturo-icons {
    display: flex;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}

.n-icon {
    flex: 1;
    text-align: center;
    padding: 8px 0;
}

.border-r {
    border-right: 1px solid #f0f0f0;
}

.n-icon a {
    color: #4b5563;
    font-size: 16px;
}

/* টাইটেল এবং প্রাইস */
.naturo-details {
    padding: 10px;
    text-align: left;
}

.n-title {
    font-size: 13px; /* ছোট টাইটেল */
    font-weight: 600;
    margin: 0 0 5px 0;
    line-height: 1.3;
    height: 34px; /* ২ লাইনের জন্য ফিক্সড হাইট */
    overflow: hidden;
}

.n-title a {
    color: #1f2937;
    text-decoration: none;
}

.n-price {
    font-size: 16px;
    font-weight: 800;
    color: #6da50a; /* ন্যাচারো ব্র্যান্ড গ্রিন */
}

/* পিসি ভিউতে ৪ কলাম করার জন্য (ট্যাব বা বড় স্ক্রিন) */
@media (min-width: 768px) {
    .naturo-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
        padding: 20px;
    }
}/* End custom CSS */