.elementor-kit-8{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-903f403:#DDC899;--e-global-color-cd068b3:#5E1400;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-weight:500;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:768px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Product Title 2 Lines Force Wrap */
body .product-grid-item .wd-entities-title, 
body .product-grid-item .wd-entities-title a {
    white-space: normal !important; /* ফোর্স করে র‍্যাপ করবে */
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important; /* ২ লাইন লিমিট */
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    line-height: 1.0 !important;
}

/* সব টাইটেলের উচ্চতা সমান রাখার জন্য (যাতে গ্রিড না ভাঙে) */
body .product-grid-item .wd-entities-title {
    min-height: 40px; /* ফন্ট সাইজ অনুযায়ী এটি কমবেশি হতে পারে */
}

/* Swatch container (WoodMart safe) */
.single-product .wd-attr-swatches {
    display: flex !important;
    flex-wrap: wrap;
    gap: 10px;
    margin: 10px 0 15px;
}

/* Individual swatch button */
.single-product .wd-attr-swatches .wd-swatch {
    min-width: 80px;
    padding: 10px 16px;
    border-radius: 999px;
    border: 1px solid #d1d5db;
    background: #fff;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    transition: all .18s ease;
}

/* Hover */
.single-product .wd-attr-swatches .wd-swatch:hover {
    border-color: #4b1d0d;
}

/* Active / Selected */
.single-product .wd-attr-swatches .wd-swatch.wd-active,
.single-product .wd-attr-swatches .wd-swatch.wd-selected {
    background: #4b1d0d;
    color: #fff;
    border-color: #4b1d0d;
}

/* Disabled / Out of stock */
.single-product .wd-attr-swatches .wd-swatch.wd-disabled {
    opacity: .4;
    pointer-events: none;
    background: #f3f4f6;
    border-color: #e5e7eb;
}/* End custom CSS */