body:not(.home) .header_menu{
  background: #F5EDE6;
}
.product-categories-grid img {
  border-radius: 100%;
}
.product-categories-grid {
  display: flex;
  justify-content: space-between;
}
.product-category-item {
  text-align: center;
}
.product-category-item a {
  color: #000;
}
.product-category-item h3 {
  font-size: 26px;
}
/* Filter button container */
.product-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 30px;
  justify-content: center;
}

/* Filter buttons */
.filter-btn {
  flex: 1 1 120px; /* all buttons at least 120px wide */
  text-align: center;
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 10px 0;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 500;
  color: #000;
  cursor: pointer;
  transition: all 0.3s ease;
  max-width: 160px; /* prevent stretching too much */
}

/* Hover effect */
.filter-btn:hover {
  border-color: #c6a34f; /* gold border */
  color: #c6a34f; /* gold text */
}

/* Active filter button */
.filter-btn.active {
  background: #fff;
  border-color: #c6a34f; /* gold border */
  color: #c6a34f; /* gold text */
}

.slick-prev:before,
.slick-next:before {
  content: unset !important;
}
.slick-initialized .slick-slide.product-slide {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.slick-prev,
.slick-next {
  border-width: 0 !important;
  width: 4% !important;
  height: 4% !important;
  top: 36% !important;
}
.slick-prev {
  left: -50px !important;
  z-index: 9;
}
.slick-next {
  right: -50px !important;
}
.product-slide a,
.product-slide img {
  width: 100%;
}
.product-slider .slick-track,
.product-slider .slick-track,
.home_testimonial .slick-track,
.home_testimonial .slick-track{
  display: flex;
  gap: 20px;
}
.slick-track {
    display: flex !important;
}
.slick-slide {
    height: inherit !important;
    display: flex !important;
    align-items: stretch;
}
.custom-mini-cart-drawer {
    position: fixed;
    top: 0;
    right: -400px;
    width: 350px;
    height: 100%;
    background: #fff;
    box-shadow: -2px 0 8px rgba(0,0,0,0.2);
    transition: right 0.3s ease;
    z-index: 9999;
    overflow-y: auto;
    padding: 20px;
}

.custom-mini-cart-drawer.open {
    right: 0;
}

/* Close button */
.custom-cart-close {
    position: absolute;
    top: 10px;
    left: 10px;
    background: transparent;
    border: none;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
}
.shop-layout {
  display: flex;
  gap: 30px; /* space between sidebar and products */
  align-items: flex-start;
}

.shop-layout .shop-sidebar {
  flex: 0 0 250px;
}

.shop-layout .shop-products {
  flex: 1; /* take remaining space */
}
/* Wrap */
.product-image-wrap {
    position: relative;
}

/* Main image visible by default */
.product-main-image {
    display: block;
    transition: opacity 0.3s ease-in-out;
}

/* Gallery hidden initially */
.product-image-wrap .product-gallery-slider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    bottom: 0;
    width: 100%;
}

/* Only hide main and show gallery if slider exists */
.product-gallery-slider {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

/* Only hide main image and show gallery on hover if gallery exists */
.product:hover .product-gallery-slider {
    opacity: 1;
}

.product:hover .product-main-image {
    opacity: 0;
}
.product:hover .product-main-image:not(.product_main_withslider_image) {
    opacity: 1;
}
.product-gallery-slider img{ width: 100%; }

/* Swiper bullets styled as dashes */
.product-image-wrap .product-gallery-slider .swiper-pagination {
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 6px;
    justify-content: center;
    width: 100%;
    padding: 0 6px; /* small padding inside image edges */
    box-sizing: border-box;
}

.product-gallery-slider .swiper-pagination-bullet {
    width: 16px;
    flex: 1;                 /* each bullet takes equal width */
    height: 3px;             /* thickness */
    background: #333;
    opacity: 0.3;
    border-radius: 0;
    margin: 0 !important;    /* remove default Swiper spacing */
    transition: opacity 0.3s, background 0.3s;
}

.product-gallery-slider .swiper-pagination-bullet-active {
    opacity: 1;
    background: #000;
}
.woocommerce-loop-product__title{ line-height: 1 !important; }
ul.products li.product .button {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
}

/* Show on hover */
ul.products li.product:hover .button {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
/* Position Add to Cart button inside product item */
ul.products li.product .button {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%) translateY(30px); /* slide in */
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    z-index: 20;
    background: #ffffff;
    color: #000;
    border-radius: 0;
    padding: 8px 16px;
    font-size: 14px;
	width: 90%;
	height: 45px;
    color: #000;
    font-weight: 600;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

/* Show button on hover */
ul.products li.product:hover .button {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

/* Make sure product item has positioning */
ul.products li.product {
    position: relative;
}
.bapf-sfa-grey-rounded .berocket_aapf_widget_selected_area li a:before{
	width: 6px;
    height: 6px;
    right: 20px;
    top: 6px;
    font-size: 22px;
    font-weight: 100;
}
ul.products li .price ~ .add_to_cart_button{ display: none !important; }
.custom-quantity {
    display: inline-flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: hidden;
}

.custom-quantity .qty-minus,
.custom-quantity .qty-plus {
    background: #fff;
    border: none;
    padding: 6px 12px;
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
    color: #333;
}

.custom-quantity .qty {
    width: 50px;
    text-align: center;
    border: none;
    box-shadow: none;
    font-size: 16px;
    outline: none;
}
.woocommerce div.product form.cart div.quantity > * {
    border: none;
	line-height: 1;
	padding: 8px;
}
.woocommerce div.product form.cart div.quantity{ 
	border: 1px solid #14141470 !important;
}
.woocommerce div.product form.cart div.quantity .qty{ width: 45px;vertical-align: baseline; }
.woocommerce div.product form.cart div.quantity button {
    color: #14141470;
}
.woocommerce div.product form.cart div.quantity .qty:focus-visible{ border: unset;outline: none; }
.woocommerce div.product form.cart div.quantity button:hover, .woocommerce div.product form.cart div.quantity button:focus {
    background-color: transparent;
}
/* Hide increment/decrement arrows in Chrome, Safari, Edge */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Hide increment/decrement arrows in Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
.shop-banner{ 
	background-image: url(/wp-content/uploads/2025/10/Group-1000008866-1.jpg);
    background-size: cover;
    background-position: center;
    padding: 4rem 0;
    color: #fff;
	display: flex;
}
.woocommerce .woocommerce-breadcrumb, .woocommerce .woocommerce-products-header__title{ display: none; }
.woocommerce-sidebar .widget-title{
	font-size: 18px;
    line-height: 21px;
    margin: 0;
	border: 1px solid #D0D0D0;
    padding: 18px 20px;
}
.woocommerce-sidebar .wp-widget-group__inner-blocks{
	border: 1px solid #D0D0D0;
    padding: 18px 20px;
    border-top: 0;
}
@media (max-width: 1440px) {
  .slick-prev,
  .slick-next {
    opacity: 0;
  }
  .product-slider:hover .slick-prev,
  .product-slider:hover .slick-next, .home_testimonial:hover .slick-prev,
  .home_testimonial:hover .slick-next {
    opacity: 1;
  }
  .slick-prev {
    left: 0% !important;
  }
  .slick-next {
    right: 0% !important;
  }
	.product-category-item h3{ font-size: 24px; }
}
/* @media (min-width: 1200px) {
    body.woocommerce .site-main {
        max-width: 1440px;
    }
} */
@media (max-width: 1200px) {
  .slick-prev {
    left: -40px;
  }
  .slick-next {
    right: -40px;
  }
}
@media (max-width: 768px) {
  .slick-prev,
  .slick-next {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
  .slick-prev {
    left: -20px;
  }
  .slick-next {
    right: -20px;
  }
}
/* ========================================
   CUSTOM SINGLE PRODUCT PAGE STYLES
   ======================================== */

/* Product Details Section */
.product-details-section {
  background: #fff;
  padding: 60px 0;
}

.product-details-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}
.woocommerce div.product div.images{ width: 100%; }
/* Product Images */
.product-images {
  position: relative;
}

.main-image-container {
  margin-bottom: 20px;
}

.main-image-container .woocommerce-product-gallery__image {
  border-radius: 8px;
  overflow: hidden;
}

.main-image-container img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.product-thumbnails {
  display: flex;
  gap: 15px;
  justify-content: center;
}

.thumbnail-item {
  width: 80px;
  height: 80px;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}

.thumbnail-item.active,
.thumbnail-item:hover {
  border-color: #c6a34f;
}

.thumbnail-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Product Information */
.product-info {
  padding-left: 20px;
}

.product-info-content {
  max-width: 100%;
}

.product-info h1.product_title {
  font-size: 32px;
  font-weight: 700;
  color: #000;
  margin-bottom: 15px;
  line-height: 1.2;
}

.product-info .price {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  margin-bottom: 15px;
}

.product-details-custom {
  margin-top: 20px;
}

.product-sku {
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
}

.product-rating {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 25px;
}

.stars {
  display: flex;
  gap: 2px;
}

.star {
  color: #ddd;
  font-size: 18px;
  transition: color 0.3s ease;
}

.star.filled {
  color: #c6a34f;
}

.rating-text {
  font-size: 14px;
  color: #666;
}

.product-actions {
  margin: 25px 0 30px 0;
}

.quantity-cart-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.woocommerce div.product form.cart {
  display: flex;
  align-items: center;
  gap: 15px;
}

.woocommerce div.product form.cart .quantity {
  border: 1px solid #ddd;
  border-radius: 4px;
  display: flex;
  align-items: center;
}

.woocommerce div.product form.cart .quantity .qty {
  width: 60px;
  text-align: center;
  border: none;
  padding: 10px;
  font-size: 16px;
}

.woocommerce div.product form.cart .quantity button {
  background: #fff;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 18px;
  color: #666;
}

.woocommerce div.product form.cart .quantity button:hover {
  color: #c6a34f;
}

.single_add_to_cart_button {
  background: #c6a34f !important;
  color: #fff !important;
  border: none !important;
  padding: 15px 30px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  border-radius: 4px !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
}

.single_add_to_cart_button:hover {
  background: #b8943f !important;
  transform: translateY(-2px);
}

.size-selector {
  margin-bottom: 20px;
}

.size-btn {
  background: #8b5cf6;
  color: #fff;
  border: none;
  padding: 12px 24px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.size-btn:hover,
.size-btn.active {
  background: #7c3aed;
}

.shipping-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 30px 0;
}

.shipping-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #666;
}

.shipping-icon {
  font-size: 18px;
  color: #c6a34f;
}


/* Product Toggle/Accordion Styles */
.product-toggles {
  margin-bottom: 30px;
}

.toggle-item {
  border-bottom: 1px solid #eee;
  margin-bottom: 0;
}

.toggle-item:last-child {
  border-bottom: none;
}

.toggle-header {
  width: 100%;
  background: none;
  border: none;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: left;
}

.toggle-header:hover {
  background: #f9f9f9;
}

.toggle-header h3 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin: 0;
  flex: 1;
}

.toggle-icon {
  font-size: 20px;
  font-weight: bold;
  color: #c6a34f;
  transition: transform 0.3s ease;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.toggle-header.active .toggle-icon {
  transform: rotate(45deg);
}

.toggle-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 0 0 0;
}

.toggle-content.active {
  max-height: 500px;
  padding: 0 0 20px 0;
}

.toggle-content p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

/* Customer Reviews Section */
.customer-reviews-section {
  background: #f8f6f0;
  padding: 80px 0;
}

.section-title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  color: #000;
  margin-bottom: 50px;
  letter-spacing: 1px;
}

.reviews-wrapper {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 60px;
  align-items: start;
}

.rating-breakdown {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.rating-chart {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.rating-bar {
  display: flex;
  align-items: center;
  gap: 15px;
}

.rating-bar .stars {
  font-size: 14px;
  color: #c6a34f;
  min-width: 60px;
}

.rating-bar .bar {
  flex: 1;
  height: 8px;
  background: #f0f0f0;
  border-radius: 4px;
  overflow: hidden;
}

.rating-bar .fill {
  height: 100%;
  background: #c6a34f;
  transition: width 0.3s ease;
}

.rating-bar .percentage {
  font-size: 12px;
  color: #666;
  min-width: 30px;
  text-align: right;
}

.reviews-content {
  position: relative;
}

.reviews-carousel {
  display: flex;
  gap: 30px;
  overflow: hidden;
}

.review-item {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  position: relative;
  min-width: 300px;
  flex-shrink: 0;
}

.review-stars {
  color: #c6a34f;
  font-size: 18px;
  margin-bottom: 15px;
}

.review-text {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 20px;
  position: relative;
}

.quote-left,
.quote-right {
  font-size: 48px;
  color: #c6a34f;
  font-weight: bold;
  position: absolute;
  line-height: 1;
}

.quote-left {
  top: -10px;
  left: -10px;
}

.quote-right {
  bottom: -20px;
  right: -10px;
}

.review-author {
  display: flex;
  align-items: center;
  gap: 10px;
}

.google-icon {
  width: 24px;
  height: 24px;
  background: #4285f4;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
}

.author-name {
  font-size: 14px;
  font-weight: 600;
  color: #000;
}

.review-navigation {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

.nav-btn {
  width: 40px;
  height: 40px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 20px;
  color: #666;
  transition: all 0.3s ease;
  pointer-events: all;
}

.nav-btn:hover {
  background: #c6a34f;
  color: #fff;
  border-color: #c6a34f;
}

.write-review-btn {
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  color: #c6a34f;
  border: 1px solid #c6a34f;
  padding: 10px 20px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.write-review-btn:hover {
  background: #c6a34f;
  color: #fff;
}

/* Related Products Section */
.related-products-section {
  background: #fff;
  padding: 80px 0;
}

.related-products-carousel {
  position: relative;
}

.related-products-wrapper {
  display: flex;
  gap: 30px;
  overflow: hidden;
}

.related-products-wrapper .product {
  min-width: 250px;
  flex-shrink: 0;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.related-products-wrapper .product:hover {
  transform: translateY(-5px);
}

.related-products-wrapper .product img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.related-products-wrapper .product .woocommerce-loop-product__title {
  padding: 15px;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin: 0;
}

.related-products-wrapper .product .price {
  padding: 0 15px 15px;
  font-size: 18px;
  font-weight: 600;
  color: #c6a34f;
}

.related-products-wrapper .product .star-rating {
  padding: 0 15px 15px;
  color: #c6a34f;
}

.related-products-wrapper .product .star-rating .star {
  color: #ddd;
  font-size: 14px;
}

.related-products-wrapper .product .star-rating .star.star-filled {
  color: #c6a34f;
}

.upsell-products-wrapper {
  display: flex;
  gap: 30px;
  overflow: hidden;
}

.upsell-products-wrapper .product {
  min-width: 250px;
  flex-shrink: 0;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.upsell-products-wrapper .product:hover {
  transform: translateY(-5px);
}

.upsell-products-wrapper .product img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.upsell-products-wrapper .product .woocommerce-loop-product__title {
  padding: 15px;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin: 0;
}

.upsell-products-wrapper .product .price {
  padding: 0 15px 15px;
  font-size: 18px;
  font-weight: 600;
  color: #c6a34f;
}

.upsell-products-wrapper .product .star-rating {
  padding: 0 15px 15px;
  color: #c6a34f;
}

.upsell-products-wrapper .product .star-rating .star {
  color: #ddd;
  font-size: 14px;
}

.upsell-products-wrapper .product .star-rating .star.star-filled {
  color: #c6a34f;
}

.carousel-navigation {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

.carousel-navigation .nav-btn {
  pointer-events: all;
}

.cart_icon button{ border: unset; }
.bapf_head h3{ 
	font-size: 18px;
    line-height: 21px;
    margin: 0;
    padding: 0 0 12px;
    text-transform: uppercase;
}
.woocommerce-sidebar .wp-block-group .berocket_single_filter_widget:not(:last-child) .bapf_sfilter {
    padding-bottom: 20px;
    border-bottom: 1px solid #D0D0D0;
}
.bapf_sfilter.bapf_ckbox label{ color: #14141466;}
.bapf_slidr_main.ui-widget-content .ui-slider-range, .berocket_filter_price_slider.ui-widget-content .ui-slider-range, .bapf_slidr_main.ui-widget-content .ui-slider-handle, .bapf_slidr_main.ui-widget-content .ui-slider-handle:focus-visible {
    background: #C9A236;
	outline: #C9A236;
}
ul.products li.product .product-main-image {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
}
.woocommerce ul.products li.product .product-feature-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
   
}
.post_btn {
    gap: 5px;
}
/* Responsive Design */
@media (max-width: 1200px) {
  .product-details-wrapper {
    gap: 40px;
  }
  
  .reviews-wrapper {
    gap: 40px;
  }
}

@media (max-width: 768px) {
  .product-details-wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .product-info {
    padding-left: 0;
  }
  
  .reviews-wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .rating-breakdown {
    order: 2;
  }
  
  .reviews-content {
    order: 1;
  }
  
  .shipping-info {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  
  .quantity-cart-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  
  .review-item {
    min-width: 250px;
  }
  
  .related-products-wrapper .product {
    min-width: 200px;
  }
}

@media (max-width: 480px) {
  .product-info h1.product_title {
    font-size: 24px;
  }
  
  .section-title {
    font-size: 22px;
  }
  
  .review-item {
    min-width: 200px;
    padding: 20px;
  }
  
  .related-products-wrapper .product {
    min-width: 150px;
  }
}
