.custom-single-product-container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin: 40px auto;
    padding: 20px;
    max-width: 1200px;
}

.product-left {
    flex: 1;
    min-width: 50%;
}

.product-right {
    flex: 1;
    min-width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-image-wrapper {
    background-color: #012101;
    padding: 50px 20px;
    width: 100%;
    border-radius: 10px;
    text-align: center;
}

.main-image img {
    width: 80%;
    height: auto;
    /* border: 2px solid #8DC71D; */
}

.thumbnail-gallery {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 15px;
    flex-wrap: wrap;
}

.gallery-thumb {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border: 2px solid transparent;
    cursor: pointer;
    transition: 0.3s;
}

.gallery-thumb:hover {
    border-color: #8DC71D;
}

.product-title {
    font-size: 38px!important;
    font-weight: bold!important;
    font-family: "Grotesk-Regular"!important;
    margin-bottom: 15px;
}

.woocommerce-product-details__short-description {
    margin-bottom: 10px;
    font-family: "Grotesk-Regular";
    color: #BABABA;
}

.product-price-rating {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 15px 0;
}

.price-text {
    color: #8DC71D;
  font-size: 38px!important;
    font-weight: bold!important;
    font-family: "Grotesk-Regular"!important;
}

.rating-stars {
    display: flex;
    align-items: center;
    font-size: 20px!important;
}

.star-rating span:before {
    color: #FFFF00 !important;
    opacity: 1;
}

.star-rating:before {
    color: #FFFF0033 !important;
}

.cart-flex-row {
    display: flex!important;
    align-items: center;
    gap: 12px;
    /* flex-wrap: wrap; */
    margin-top: 15px;
    width: 100%;
}

.cart-flex-row .quantity {
    margin: 0 !important;
     background-color: #003B00!important;
     border-radius: 5px;
     align-items: center;
     width: 46%!important;
     
}
.cart-flex-row .quantity .qty {
    margin: 0 !important;
     background-color: #003B00!important;
     border: none;
      font-size: 22px;
        font-family: "Grotesk-Regular";
     color: #8DC71D;
}
.woocommerce-variation-add-to-cart .quantity .qty {
    margin: 0 !important;
     background-color: #003B00!important;
     border: none;
      font-size: 22px;
        font-family: "Grotesk-Regular";
     color: #8DC71D;
}

.woocommerce-variation-add-to-cart {
    width: 100%;
    display: flex!important;
    gap: 10px!important;
}
.variations_form {
    width: 100%!important;
}
/* .cart-flex-row-variant .single_add_to_cart_button {
    margin: 0 !important;
    white-space: nowrap;
    font-family: "Grotesk-Regular";
    width: 100% !important;
    font-weight: bold;
} */

/* .cart-flex-row-variant .quantity .qty {
    margin: 0 !important;
     background-color: #003B00!important;
     border: none;
      font-size: 22px;
        font-family: "Grotesk-Regular";
     color: #8DC71D;
} */





.cart-flex-row .single_add_to_cart_button {
    margin: 0 !important;
    white-space: nowrap;
    font-family: "Grotesk-Regular";
    width: 80%;
    font-weight: bold;
}
.plus, .minus {
    background-color: #003B00!important;
    color: #8DC71D;
    font-size: 22px;
    
}
.plus {
 padding: 18px 60px 18px 20px;
}
.minus {
  padding: 18px 20px 18px 60px;
}
.plus:hover,
.minus:hover {
    background-color: #003B00 !important;
    color: #8DC71D!important;
}
.custom-qty-input {
    background-color: #012101!important;
    color: white;
    border: 1px solid #8DC71D;
    padding: 6px 12px;
    font-size: 16px;
    width: 70px;
    text-align: center;
    border-radius: 4px;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.image-pagination-dots {
    display: flex;
    justify-content: center;
    margin-top: 15px;
    gap: 10px;
}

.image-dot {
    width: 12px;
    height: 12px;
    background-color: #8DC71D33;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.image-dot.active {
    background-color: #8DC71D;
}

.custom-reviews-section {
    width: 100%!important;
   
}
#comment, #author, #email {
    background-color: #011B01;
    color: #F6FFD2;
    border-radius: 5px;
    border: none;
    padding: 12px;
    font-size: 16px;
    font-family: "Grotesk-Regular", sans-serif;
}
#review_form {
  border: 1px solid #8DC71D!important;
  border-radius: 5px;
}

#wp-comment-cookies-consent,
.wp-comment-cookies-consent {
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border: 2px solid #F6FFD2;
    background-color: #011B01;
    border-radius: 3px;
      margin-top: 5px!important;
      margin-bottom: -2px!important;
    position: relative;
    cursor: pointer;
}

#wp-comment-cookies-consent:checked,
.wp-comment-cookies-consent:checked {
    background-color: #011B01;
}

#wp-comment-cookies-consent:checked::after,
.wp-comment-cookies-consent:checked::after {
    content: '✓';
    color: #F6FFD2;
    font-size: 14px;
    position: absolute;
    left: 2px;
    top: -1px;
}
.comment-form-cookies-consent label {
     font-family: "Grotesk-Regular", sans-serif!important;
     font-size: 16px!important;
   
     padding-left: 5px;
}
/* Responsive Styles */

@media screen and (max-width: 1024px) {
    .custom-single-product-container {
        flex-direction: column;
        padding: 20px;
    }

    .product-left,
    .product-right {
        min-width: 100%;
        flex: unset;
    }

    .main-image img {
        width: 90%;
    }

    .cart-flex-row {
        flex-direction: row;
        gap: 10px;
    }

    .cart-flex-row .single_add_to_cart_button {
        width: auto;
        flex: 1;
    }
}

@media screen and (max-width: 768px) {
    .product-title {
        font-size: 28px !important;
    }

    .price-text {
        font-size: 26px !important;
    }

    .rating-stars {
        font-size: 16px !important;
    }

    .product-image-wrapper {
        padding: 30px 15px;
    }

    .gallery-thumb {
        width: 50px;
        height: 50px;
    }

    .image-dot {
        width: 10px;
        height: 10px;
    }

    .cart-flex-row {
        flex-direction: column;
        align-items: stretch;
    }

    .cart-flex-row .single_add_to_cart_button,
    .cart-flex-row .quantity {
        width: 100%;
    }
}
