.elementor-kit-13{--e-global-color-primary:#6E8D3B;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#00AC47;--e-global-typography-primary-font-family:"Noto Serif Bengali";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Anek Bangla";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Hind Siliguri";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Tiro Bangla";--e-global-typography-accent-font-weight:500;background-color:#FFFFFF;}.elementor-kit-13 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:0rem;--container-default-padding-right:0rem;--container-default-padding-bottom:0rem;--container-default-padding-left:0rem;}.elementor-widget:not(:last-child){--kit-widget-spacing:0rem;}.elementor-element{--widgets-spacing:0rem 0rem;--widgets-spacing-row:0rem;--widgets-spacing-column:0rem;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Hide Woo default controls */
.custom-product-slider .flex-control-thumbs,
.custom-product-slider .woocommerce-product-gallery__trigger {
    display: none !important;
}

/* Main container */
.custom-product-slider .woocommerce-product-gallery {
    width: 100%;
    overflow: hidden;
    position: relative;
}

/* Wrapper */
.custom-product-slider .woocommerce-product-gallery__wrapper {
    display: flex !important;
    flex-wrap: nowrap !important;
}

/* Slide */
.custom-product-slider .woocommerce-product-gallery__image {
    flex: 0 0 100% !important;
    width: 100% !important;

    display: flex;
    justify-content: center;
    align-items: center;
}

/* Square image (no radius) */
.custom-product-slider .woocommerce-product-gallery__image a {
    width: 100%;
    max-width: 330px;
    aspect-ratio: 1 / 1;
    display: block;
    overflow: hidden;
}

/* Image */
.custom-product-slider .woocommerce-product-gallery__image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    display: block;
}

.custom-product-slider .slider-dots {
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 6px;
    z-index: 10;
}

/* inactive dots */
.custom-product-slider .slider-dots span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.35);
    transition: all 0.3s ease;
}

/* active dot */
.custom-product-slider .slider-dots span.active {
    width: 18px;
    height: 6px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 0 6px rgba(255, 255, 255, 0.25);
}

.custom-product-slider .woocommerce-product-gallery__image img {
    border-radius: 12px !important; 
    border: 0.3px solid #cecece !important;
    box-sizing: border-box; 
}































/* =========================
   Clean Minimal Specs UI
========================= */

.woocommerce table.shop_attributes {
    width: 100%;
    border: none !important;
    border-collapse: collapse;
    background: transparent !important;
    margin: 0;
    font-family: Arial, sans-serif !important;
}

/* Remove all default styles */
.woocommerce table.shop_attributes tr,
.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td {
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    font-family: Arial, sans-serif !important;
}

/* Each Row */
.woocommerce table.shop_attributes tr {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 3px 0;
    margin: 0;
    text-align: left !important;
}

/* Label */
.woocommerce table.shop_attributes th {
    width: 140px;
    min-width: 140px;
    padding: 0;
    margin: 0;
    color: #111;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    text-align: left !important;
    vertical-align: middle;
}

/* Colon */
.woocommerce table.shop_attributes th::after {
    content: ":";
    margin-right: 8px;
}

/* Value */
.woocommerce table.shop_attributes td {
    padding: 0;
    margin: 0;
    color: #666;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    text-align: left !important;
    vertical-align: middle;
}

/* Remove extra spacing */
.woocommerce table.shop_attributes td p {
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
}

/* Hide Additional Information heading */
.woocommerce-tabs h2,
.woocommerce-Tabs-panel--additional_information h2 {
    display: none !important;
}

/* Mobile */
@media (max-width: 767px) {

    .woocommerce table.shop_attributes tr {
        padding: 2px 0;
    }

    .woocommerce table.shop_attributes th {
        width: 110px;
        min-width: 110px;
        font-size: 14px;
    }

    .woocommerce table.shop_attributes td {
        font-size: 14px;
    }
}/* End custom CSS */