/*Home Page Product slider*/
.product-slider-section {
    max-width: 1400px;
    margin: 0 auto;
    padding: 80px 20px;
}

/* Header Styles */
.slider-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.header-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.eyebrow {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #4ba349;
}

.slider-header h2 {
    font-size: 42px;
    margin: 0;
    color: #1d1d1d;
    font-weight: 700;
}

/* Navigation Buttons */
.slider-nav {
    display: flex;
    gap: 12px;
}

.custom-prev,
.custom-next {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    width: 50px !important;
    height: 50px !important;
    margin: 0 !important;
    border-radius: 50%;
    background: #4ba349;
    color: #fff !important;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.custom-prev:hover,
.custom-next:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(75, 163, 73, 0.25);
    background: #3a8a38;
}

.custom-prev:after,
.custom-next:after {
    font-size: 18px !important;
    font-weight: 700;
}

/* Swiper Container */
.swiper {
    padding: 10px 5px 20px;
    overflow: hidden;
}

/* Product Card */
.product-card {
    background: #ffffff;
    border-radius: 24px;
    overflow: hidden;
    height: 100%;
    transition: all 0.35s ease;
    border: 1px solid #edf0ed;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04);
}

.product-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

/* Product Image */
.product-img {
    position: relative;
    background: linear-gradient(
        135deg,
        #edf8ed,
        #f7fbf7
    );
    padding: 30px;
    overflow: hidden;
}

.product-img::before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: rgba(75, 163, 73, 0.08);
    top: -20px;
    right: -20px;
    z-index: 1;
}

.product-img img {
    width: 100%;
    height: 240px;
    object-fit: contain;
    position: relative;
    z-index: 2;
    transition: all 0.4s ease;
}

.product-card:hover .product-img img {
    transform: scale(1.08);
}

/* Product Badge */
.product-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    background: #4ba349;
    color: #ffffff;
    padding: 7px 14px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
    z-index: 3;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Product Info */
.product-info {
    padding: 24px;
}

.product-title-link {
    text-decoration: none;
    color: #1d1d1d;
    display: block;
}

.product-info h3 {
    font-size: 20px;
    margin: 0 0 8px;
    color: #1d1d1d;
    line-height: 1.4;
    transition: color 0.3s ease;
}

.product-title-link:hover h3 {
    color: #4ba349;
}

.product-composition {
    margin: 0 0 16px;
    color: #6b7280;
    font-size: 14px;
    line-height: 1.5;
}

.product-footer {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Product Button */
.product-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 24px;
    background: #4ba349;
    color: #ffffff;
    text-decoration: none;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.product-btn:hover {
    background: #3a8a38;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(75, 163, 73, 0.3);
}

/* Product Price (Optional - Uncomment if needed) */
/*
.product-price {
    font-size: 20px;
    font-weight: 700;
    color: #4ba349;
}
*/

/* Responsive Styles */
@media (max-width: 1024px) {
    .slider-header h2 {
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    .product-slider-section {
        padding: 50px 15px;
    }

    .slider-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .slider-header h2 {
        font-size: 28px;
    }

    .custom-prev,
    .custom-next {
        width: 40px !important;
        height: 40px !important;
    }

    .custom-prev:after,
    .custom-next:after {
        font-size: 14px !important;
    }

    .product-img img {
        height: 180px;
    }

    .product-info h3 {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .product-slider-section {
        padding: 30px 10px;
    }

    .slider-header h2 {
        font-size: 24px;
    }

    .product-img {
        padding: 20px;
    }

    .product-img img {
        height: 150px;
    }

    .product-info {
        padding: 16px;
    }

    .product-btn {
        padding: 8px 16px;
        font-size: 13px;
    }
}


/*=====================*/
     .field2 select {
           background: transparent;
           color: #fff;
            }

.field2 select option {
    color: #000; /* Black text in dropdown options */
    background: #fff;
}

.field2 select:focus {
    color: #000; /* Black text when clicked/focused */
    background: #fff;
    outline: none;
}


/* =========================
   WOOCOMMERCE PRODUCTS
========================= */

/*.woocommerce ul.products {*/
/*    display: grid !important;*/
/*    grid-template-columns: repeat(2, minmax(0, 1fr));*/
/*    gap: 25px;*/
/*    width: 100%;*/
/*    margin: 0;*/
/*    padding: 0;*/
/*}*/

/*.woocommerce ul.products::before,*/
/*.woocommerce ul.products::after {*/
/*    display: none;*/
/*}*/

/*.woocommerce ul.products li.product {*/
/*    width: 100% !important;*/
/*    margin: 0 !important;*/
/*    padding: 0;*/
/*    float: none !important;*/
/*    list-style: none;*/
/*}*/

/* CARD */

/*.custom-product-card {*/
/*    height: 100%;*/
/*    padding: 20px;*/
/*    background: #f5f5f5;*/
/*    border-radius: 12px;*/
/*    box-sizing: border-box;*/
/*}*/

/* TITLE */

/*.custom-product-title {*/
/*    margin: 0 0 12px;*/
/*    font-size: 24px;*/
/*    font-weight: 700;*/
/*    line-height: 1.2;*/
/*    color: #222;*/
/*}*/

/* BADGE */

/*.custom-product-badge {*/
/*    display: inline-block;*/
/*    margin-bottom: 15px;*/
/*    padding: 6px 14px;*/
/*    border-radius: 20px;*/
/*    background: #dce7d5;*/
/*    font-size: 12px;*/
/*    font-weight: 600;*/
/*}*/

/* CONTENT */

/*.custom-product-content {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    gap: 20px;*/
/*}*/

/* IMAGE */

/*.custom-product-image {*/
/*    width: 140px;*/
/*    min-width: 140px;*/
/*    padding: 10px;*/
/*    background: #fff;*/
/*    border-radius: 10px;*/
/*}*/

/*.custom-product-image img {*/
/*    width: 100%;*/
/*    max-height: 180px;*/
/*    object-fit: contain;*/
/*}*/

/* INFO */

/*.custom-product-info {*/
/*    flex: 1;*/
/*}*/

/*.product-meta {*/
/*    margin-bottom: 10px;*/
/*    font-size: 13px;*/
/*    line-height: 1.5;*/
/*}*/

/*.product-meta strong {*/
/*    display: block;*/
/*    margin-bottom: 3px;*/
/*    font-size: 13px;*/
/*}*/

/* BUTTON */

/*.custom-btn {*/
/*    display: inline-block;*/
/*    padding: 10px 20px;*/
/*    background: #d69d2c;*/
/*    color: #fff !important;*/
/*    border-radius: 4px;*/
/*    text-decoration: none;*/
/*    font-size: 13px;*/
/*    font-weight: 600;*/
/*}*/

/* MOBILE */

/*@media (max-width: 768px) {*/

/*    .woocommerce ul.products {*/
/*        grid-template-columns: 1fr;*/
/*    }*/

/*    .custom-product-content {*/
/*        flex-direction: column;*/
/*        align-items: flex-start;*/
/*    }*/

/*    .custom-product-image {*/
/*        width: 100%;*/
/*        min-width: 100%;*/
/*    }*/
/*}*/

/*.product-grid {*/
/*    display: grid;*/
/*    grid-template-columns: 1fr 1fr;*/
/*    gap: 60px;*/
/*    align-items: start;*/
/*}*/

/*.product-media {*/
/*    position: sticky;*/
/*    top: 30px;*/
/*}*/

/*.product-details {*/
/*    font-family: inherit;*/
/*}*/

/*.woocommerce div.product .product_title {*/
/*    font-size: 28px;*/
/*    font-weight: 600;*/
/*    margin-bottom: 10px;*/
/*}*/

/*.woocommerce div.product p.price {*/
/*    font-size: 20px;*/
/*    margin: 15px 0;*/
/*}*/

/*==========================================================================================================================================*/
/* ============================================
   PRODUCT GRID - MAIN CONTAINER
   ============================================ */
.woocommerce ul.products {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
    width: 100%;
    margin: 0;
    padding: 0;
}

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

.woocommerce ul.products li.product {
    width: 100% !important;
    margin: 0 !important;
    padding: 0;
    float: none !important;
    list-style: none;
}

/* ============================================
   PRODUCT CARD - ELEVATED DESIGN
   ============================================ */
.custom-product-card {
    height: 100%;
    padding: 0;
    background: #ffffff;
    border-radius: 20px;
    box-sizing: border-box;
    transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border: 1px solid #edf0ed;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
    overflow: hidden;
    position: relative;
}

.custom-product-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.10);
    border-color: #4ba349;
}

/* Card inner padding */
.custom-product-card .card-inner {
    padding: 24px;
}

/* ============================================
   PRODUCT BADGE
   ============================================ */
.custom-product-badge {
    display: inline-block;
    margin-bottom: 16px;
    padding: 6px 16px;
    border-radius: 30px;
    background: linear-gradient(135deg, #4ba349, #3a8a38);
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.custom-product-card:hover .custom-product-badge {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(75, 163, 73, 0.3);
}

/* ============================================
   PRODUCT TITLE
   ============================================ */
.custom-product-title {
    margin: 0 0 8px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    color: #1d1d1d;
    transition: color 0.3s ease;
}

.custom-product-title a {
    color: #1d1d1d;
    text-decoration: none;
    transition: color 0.3s ease;
}

.custom-product-title a:hover {
    color: #4ba349;
}

/* ============================================
   PRODUCT CONTENT LAYOUT
   ============================================ */
.custom-product-content {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 12px;
}

/* ============================================
   PRODUCT IMAGE
   ============================================ */
.custom-product-image {
    width: 160px;
    min-width: 160px;
    padding: 15px;
    background: linear-gradient(135deg, #f7fbf7, #edf8ed);
    border-radius: 16px;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.custom-product-image::before {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(75, 163, 73, 0.06);
    top: -20px;
    right: -20px;
    pointer-events: none;
}

.custom-product-image img {
    width: 100%;
    max-height: 180px;
    object-fit: contain;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    z-index: 1;
}

/* Placeholder image specific style */
.custom-product-image img[src*="placeholder"] {
    opacity: 0.6;
    padding: 20px;
}

.custom-product-card:hover .custom-product-image img {
    transform: scale(1.08);
}

.custom-product-card:hover .custom-product-image {
    background: linear-gradient(135deg, #edf8ed, #dcefd6);
}

/* ============================================
   PRODUCT INFO
   ============================================ */
.custom-product-info {
    flex: 1;
    min-width: 0;
}

/* Product Meta - Composition/Details */
.product-meta {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.6;
    color: #6b7280;
}

.product-meta strong {
    display: block;
    margin-bottom: 2px;
    font-size: 13px;
    color: #4a5568;
    font-weight: 600;
}

/* ============================================
   PRODUCT PRICE
   ============================================ */
.custom-product-price {
    font-size: 22px;
    font-weight: 700;
    color: #4ba349;
    margin: 8px 0 12px;
}

.custom-product-price ins {
    text-decoration: none;
    color: #4ba349;
}

.custom-product-price del {
    font-size: 16px;
    color: #a0aec0;
    margin-right: 8px;
    font-weight: 400;
}

/* ============================================
   PRODUCT BUTTON
   ============================================ */
.custom-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 24px;
    background: #4ba349;
    color: #ffffff !important;
    border-radius: 10px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.custom-btn::after {
    content: "→";
    transition: transform 0.3s ease;
    display: inline-block;
}

.custom-btn:hover {
    background: #3a8a38;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(75, 163, 73, 0.3);
}

.custom-btn:hover::after {
    transform: translateX(4px);
}

/* ============================================
   PRODUCT CARD FOOTER
   ============================================ */
.custom-product-footer {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #edf0ed;
}

/* ============================================
   SALE BADGE (Optional)
   ============================================ */
.custom-sale-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    background: #e53e3e;
    color: #ffffff;
    padding: 4px 14px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    z-index: 2;
    animation: pulse-badge 2s ease-in-out infinite;
}

@keyframes pulse-badge {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

/* ============================================
   RESPONSIVE DESIGN
   ============================================ */
@media (max-width: 1024px) {
    .woocommerce ul.products {
        gap: 20px;
    }
    
    .custom-product-image {
        width: 140px;
        min-width: 140px;
    }
}

@media (max-width: 768px) {
    .woocommerce ul.products {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .custom-product-card .card-inner {
        padding: 18px;
    }

    .custom-product-content {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .custom-product-image {
        width: 100%;
        min-width: 100%;
        padding: 20px;
    }

    .custom-product-image img {
        max-height: 200px;
    }

    .custom-product-title {
        font-size: 20px;
    }

    .custom-product-price {
        font-size: 20px;
    }

    .custom-product-footer {
        flex-direction: column;
        gap: 12px;
        align-items: flex-start;
    }

    .custom-btn {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .woocommerce ul.products {
        gap: 16px;
    }

    .custom-product-card .card-inner {
        padding: 14px;
    }

    .custom-product-title {
        font-size: 18px;
    }

    .custom-product-image img {
        max-height: 160px;
    }

    .custom-product-price {
        font-size: 18px;
    }
}

/* ============================================
   ANIMATIONS
   ============================================ */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.custom-product-card {
    animation: fadeInUp 0.6s ease forwards;
}

/* Stagger animation delay */
.woocommerce ul.products li:nth-child(1) .custom-product-card { animation-delay: 0.05s; }
.woocommerce ul.products li:nth-child(2) .custom-product-card { animation-delay: 0.1s; }
.woocommerce ul.products li:nth-child(3) .custom-product-card { animation-delay: 0.15s; }
.woocommerce ul.products li:nth-child(4) .custom-product-card { animation-delay: 0.2s; }
.woocommerce ul.products li:nth-child(5) .custom-product-card { animation-delay: 0.25s; }
.woocommerce ul.products li:nth-child(6) .custom-product-card { animation-delay: 0.3s; }

/*Product Pagination*/
.woocommerce-pagination{
    margin-top: 15px;
}


