/* Custom Swiper Styles */
.custom-height{ min-height:260px; }
.current-menu-parent>a , .current-menu-item a { font-weight:bold !important; }
.cart-count-bubble {
    font-size: 10px;
    min-width: 18px;
    height: 18px;
    line-height: 18px;
    padding: 0 5px;
}

/* Hide count when cart is empty */
.cart-contents .cart-count-bubble:empty {
    display: none;
}
/* Shop page grid layout */
.woocommerce ul.products {
 
    gap: 20px;
}

/* Product card styling */
.woocommerce ul.products li.product {
    background: #fff;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.woocommerce ul.products li.product:hover {
    transform: translateY(-5px);
}

/* Product title & price */
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 16px;
    margin: 10px 0 5px;
}

.woocommerce ul.products li.product .price {
  
    font-weight: bold;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .woocommerce ul.products {
        grid-template-columns: repeat(2, 1fr); /* 2 columns on mobile */
    }
}
.custom_swiper .product-swiper {
    padding: 0 40px;
}

.custom_swiper .swiper-button-next,
.custom_swiper .swiper-button-prev {
    width: 40px;
    height: 40px;
    background-color: white;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    color: #333;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
}

.custom_swiper .swiper-button-next::after,
.custom_swiper .swiper-button-prev::after {
    font-size: 1.2rem;
}

.custom_swiper .swiper-button-next {
    right: 0;
}

.custom_swiper .swiper-button-prev {
    left: 0;
}

.custom_swiper .product-card {
    transition: transform 0.3s ease;
}
 

@media (max-width: 768px) {
    .custom_swiper .product-swiper {
        padding: 0 30px;
    }
    
    .custom_swiper .swiper-button-next,
    .custom_swiper .swiper-button-prev {
        width: 30px;
        height: 30px;
    }
    
    .custom_swiper .swiper-button-next::after,
    .custom_swiper .swiper-button-prev::after {
        font-size: 1rem;
    }
}


.carousel-indicators [data-bs-target]{
	width: 15px !important;
    height: 15px !important;
	
}
.carousel-indicators{
	bottom: -60px !important;
	
}
    #productCarousel {
       
        padding: 50px 0;
    }
    
    .carousel-item {
        padding: 20px 0;
    }
    
    .carousel-control-prev, .carousel-control-next {
        width: 5%;
    }
    
    .carousel-indicators button {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        margin: 0 5px;
    }
	 #stockist-search{
		 
		 width: 50%;
    padding: 10px;
    border: 3px solid #f4f8f1;
	 }
	 .form-floating.custom_search {
    text-align: center;
 
    margin: auto;
    margin-bottom: 35px;
	 }
 .custom_search {
    position: relative;
}
.logo-stockists-container{ height: 140px; }
 .logo-stockists {width:150px; }

.search-icon {
    position: absolute;
    right: 27%;   
    top: 50%;
    transform: translateY(-50%);
    color: #aaa;  
}
.mr-30 { margin-right:30px;}
 
 @media (max-width: 750px) {
   .search-icon {
    
    right: 5%;   
       
	}
	 #stockist-search{
		 
		 width: 100%;
   
	 }
}

body.single-post h2 {
    font-size: 30px;
    padding-top: 18px;
    padding-bottom: 18px;
}

body.single-post h3 {
    font-size: 26px;
    padding-top: 18px;
    padding-bottom: 18px;
}

.woocommerce div.product div.images img {
    width: 100% !important;
    height: auto !important;
}

<style> .vitacines-faq { max-width: 700px; } .vitacines-faq details { background: #eeeeee; border-radius: 12px; padding: 18px 20px; margin-bottom: 14px; } .vitacines-faq summary { list-style: none; cursor: pointer; font-weight: 600; display: flex; justify-content: space-between; align-items: center; } .vitacines-faq summary::-webkit-details-marker { display: none; } .vitacines-faq .icon { font-size: 20px; transition: transform 0.25s ease; } .vitacines-faq details[open] .icon { transform: rotate(45deg); } .vitacines-faq p { margin-top: 12px; } </style>
/* --- UNIVERSAL FIX FOR CUSREV GRID --- */

/* ===== Review Card Clean Layout ===== */
.cr-all-reviews-shortcode ol li .comment_container {
    display: flex;
    gap: 20px;
    padding: 20px;
    margin-bottom: 25px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    border: 1px solid #f2f2f2;
}

/* ===== Let Width Be Automatic ===== */
.cr-all-reviews-shortcode {
    width: 100%;
}

/* ===== Product Image 200px ===== */
.iv-comment-product-img {
    width: 40px !important;
    height: auto;
    border-radius: 8px;
}

/* ===== Small Avatar ===== */
.comment-author img {
    width: 45px !important;
    height: 45px !important;
    border-radius: 50%;
}

/* ===== Small Country Flag ===== */
.ivole-review-country img {
    width: 18px;
    margin-left: 5px;
}

/* ===== Content Take Remaining Space ===== */
.comment-text {
    flex: 1;
}

/* ===== Auto Date Alignment ===== */
.comment-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.comment-meta .comment-metadata {
    margin-left: auto;
    font-size: 14px;
    color: #777;
}
.custom-review-section {
    margin-bottom: 40px;
}
/* Center Review Section Like Product Content */
.custom-review-section {
    max-width: 1000px;   /* same as your theme container */
    margin: 0 auto;
    padding: 20px 15px;
}

/* Center review heading */
.custom-review-title-view {
    text-align: center;
    margin-bottom: 25px;
}

/* Fix review wrapper alignment */
.custom-review-section-view #reviews {
    max-width: 100%;
    margin: 0 auto;
}
/* Make reviews full width and centered */
.single-product .product #reviews {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.single-product .product #reviews {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.custom-review-section {
    max-width: 1140px;
    margin: 0 auto 60px;
    padding: 0 15px;
}

.custom-review-title {
    text-align: center;
    font-size: 28px;
    margin-bottom: 25px;
}
/* Center entire reviews section */
.custom-review-section,
#reviews {
    max-width: 1100px;   /* control width */
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

/* Center the heading */
.custom-review-title,
#reviews h2 {
    text-align: center;
}

/* Optional: center rating block */
#reviews .woocommerce-Reviews-summary {
    text-align: center;
}
/* =========================
REVIEW SECTION BOX LAYOUT
========================= */





