.elementor-103318 .elementor-element.elementor-element-1a29c2c{--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;}.elementor-103318 .elementor-element.elementor-element-8dbada3{--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;} .elementor-103318 .elementor-element.elementor-element-931038a .prelements-heading.style2:after, .elementor-103318 .elementor-element.elementor-element-931038a .prelements-heading.style1 .description:after, .elementor-103318 .elementor-element.elementor-element-931038a .prelements-heading.style6 .title-inner .sub-text:after, .elementor-103318 .elementor-element.elementor-element-931038a .prelements-heading.style4 .title-inner h2:before, .elementor-103318 .elementor-element.elementor-element-931038a .prelements-heading.style2 .title-inner .title:before, .elementor-103318 .elementor-element.elementor-element-931038a .prelements-heading.style7 .title-inner .sub-text:after, .elementor-103318 .elementor-element.elementor-element-931038a .prelements-heading.style8 .title-inner:after, .elementor-103318 .elementor-element.elementor-element-931038a .prelements-heading.style8 .description:after{background-color:#6635D0;}.elementor-103318 .elementor-element.elementor-element-931038a.elementor-element{--align-self:center;}.elementor-103318 .elementor-element.elementor-element-931038a .prelements-heading{text-align:center;}.elementor-103318 .elementor-element.elementor-element-931038a .prelements-heading .title-inner .title{color:#1A1B5D;}.elementor-103318 .elementor-element.elementor-element-931038a .prelements-heading .title-inner .sub-text{font-weight:700;}.elementor-103318 .elementor-element.elementor-element-931038a .prelements-heading.style2:after{width:80px !important;height:4px !important;border-radius:10px 10px 10px 10px;}.elementor-103318 .elementor-element.elementor-element-931038a .prelements-heading.style1 .description:after{width:80px !important;height:4px !important;border-radius:10px 10px 10px 10px;}.elementor-103318 .elementor-element.elementor-element-931038a .prelements-heading.style6 .title-inner .sub-text:after{width:80px !important;height:4px !important;border-radius:10px 10px 10px 10px;}.elementor-103318 .elementor-element.elementor-element-931038a .prelements-heading.style2 .title-inner .title:before{width:80px !important;height:4px !important;border-radius:10px 10px 10px 10px;}.elementor-103318 .elementor-element.elementor-element-931038a .prelements-heading.style7 .title-inner .sub-text:after{width:80px !important;height:4px !important;border-radius:10px 10px 10px 10px;}.elementor-103318 .elementor-element.elementor-element-931038a .prelements-heading.style8 .title-inner:after{width:80px !important;height:4px !important;border-radius:10px 10px 10px 10px;}.elementor-103318 .elementor-element.elementor-element-931038a .prelements-heading.style8 .description:after{width:80px !important;height:4px !important;border-radius:10px 10px 10px 10px;}.elementor-103318 .elementor-element.elementor-element-6f39248{--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;}.elementor-103318 .elementor-element.elementor-element-81b44bd{--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;}/* Start custom CSS for html, class: .elementor-element-da66e7e *//* =========================================
   SYKAFY PRODUCT GRID
   ========================================= */

.syka-products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

/* =========================================
   PRODUCT CARD
   ========================================= */

.syka-product-card {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    padding: 20px; /* Restored padding so the image has white space around it */
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.syka-product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.syka-product-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

/* =========================================
   PRODUCT IMAGE
   ========================================= */

.syka-product-image {
    display: block;
    width: 100%;
    border-radius: 15px; /* Inner rounding for your uploaded images */
    overflow: hidden;
    margin-bottom: 20px;
}

.syka-product-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* =========================================
   PRODUCT TITLE
   ========================================= */

.syka-product-title {
    margin: 0 0 10px;
    padding: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
}

.syka-product-title a {
    text-decoration: none;
    color: #1a1b5d;
}

.syka-product-title a:hover {
    color: #4a54c6;
}

/* =========================================
   PRODUCT DESCRIPTION
   Maximum 2 Lines
   ========================================= */

.syka-product-description {
    font-size: 14px;
    line-height: 1.5;
    color: #6b7280;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/* =========================================
   PRODUCT PRICE
   ========================================= */

.syka-product-price {
    font-size: 18px;
    font-weight: 700;
    color: #1a1b5d;
    margin-bottom: 20px;
    margin-top: auto; /* Pushes price and button to the bottom evenly */
}

/* =========================================
   ADD TO CART BUTTON
   ========================================= */

.syka-product-cart {
    width: 100%;
}

.syka-add-to-cart {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 12px 20px;
    background-color: #1a1b5d;
    color: #ffffff !important;
    border: 2px solid #1a1b5d;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none !important;
    cursor: pointer;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

/* =========================================
   ADD TO CART HOVER
   ========================================= */

.syka-add-to-cart:hover {
    background-color: #ffffff;
    color: #1a1b5d !important;
}

/* =========================================
   TABLET
   ========================================= */

@media (max-width: 1024px) {
    .syka-products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

/* =========================================
   MOBILE
   ========================================= */

@media (max-width: 767px) {
    .syka-products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    .syka-product-title {
        font-size: 16px;
    }
    .syka-product-description {
        font-size: 13px;
    }
    .syka-product-price {
        font-size: 16px;
    }
    .syka-add-to-cart {
        padding: 10px 15px;
        font-size: 14px;
    }
}

/* =========================================
   SMALL MOBILE
   ========================================= */

@media (max-width: 480px) {
    .syka-products-grid {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */