/* 30-09-25 */
/* --- Shared Styles for Header and Sticky Bar Content --- */
:root {
	--primary-color: #c0003c;
	--text-color: #333;
	--max-width: 1275px;
}

#product-41491 .product-content-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}

#product-41491 .product-details {
  flex-grow: 1;
  /* Added margin right to prevent collision with actions on smaller screens */
  margin-right: 20px;
}

#product-41491 .product-title {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
  max-width: 1275px;
  color: var(--text-color);
}

/* Container for price and button */
#product-41491 .product-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-shrink: 0; /* Prevents action group from compressing */
}

#product-41491 .price {
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--text-color);
  margin: 0;
  white-space: nowrap;
}

#product-41491 .add-to-cart-btn {
  background-color: var(--primary-color);
  color: white;
  border: none;
  padding: 15px 30px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  border-radius: 8px;
  transition: background-color 0.2s, box-shadow 0.2s;
  white-space: nowrap;
  box-shadow: 0 4px 6px rgba(192, 0, 60, 0.3);
}

#product-41491 .add-to-cart-btn:hover {
  background-color: rgba(77, 143, 251, 0.8);
  box-shadow: 0 6px 8px rgba(192, 0, 60, 0.4);
}

/* Tabs Section */
#product-41491 .tabs-nav {
  display: flex;
  margin-bottom: 40px; /* Space for the main content to start */
/*   padding: 0 20px; */
}

#product-41491 .tab-container {
  border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#product-41491 .tab-item {
  padding: 10px 15px;
  cursor: pointer;
  color: #666;
  font-weight: 600;
  transition: color 0.2s;
  /* Added data attribute to link tab to content section */
}

#product-41491 .tab-item.active {
  color: #000;
  border-bottom: 3px solid #000;
  margin-bottom: -1px; /* Corrects for the border line */
}

/* Placeholder Content */
#product-41491 .content-section {
  padding: 20px;
  padding-bottom: 60px; /* Extra padding to ensure section content clears the sticky bar */
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  min-height: 50vh; /* Ensure each section is tall enough to scroll to */
}

#product-41491 .content-section:last-child {
  border-bottom: none;
  min-height: 100vh; /* Make the last section extra tall for better demonstration */
}

#product-41491 .content-section h2 {
  font-size: 1.8rem;
  border-left: 4px solid var(--primary-color);
  padding-left: 10px;
  margin-bottom: 20px;
  padding-top: 50px; /* Offset for the sticky element that covers the top */
  margin-top: -50px; /* Counteract padding-top to keep content position correct */
}

/* --- Sticky Product Bar (The main requirement - identical to header and tabs) --- */
#product-41491 #sticky-product-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: white;
  box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.15);
  z-index: 1000;

  /* Initial state: Hidden and moved off-screen */
  opacity: 0;
  transform: translateY(100%);
  visibility: hidden;

  /* Transition for smooth appearance */
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out,
    visibility 0.3s;

  /* Ensure it is not clickable when hidden */
  pointer-events: none;
}

#product-41491 #sticky-product-bar.visible {
  /* Final state: Visible and moved into position */
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  pointer-events: auto;
}

#product-41491 .sticky-content {
  /* Centralizes the content within the sticky bar */
/*   max-width: var(--max-width); */
  margin: 0 auto;
}

/* Specific styles for the tabs when in the sticky bar */
#product-41491 .sticky-tabs-nav {
  margin-bottom: 10px;
}

#product-41491 .product-header,
#product-41491 .tab-container .sticky-tabs-nav{
    max-width: 1275px;
    margin: 0 auto;
}

#product-41491 .sticky-product-details .product-header .sticky-product-actions{
    display: flex;
    gap: 20px;
    align-items: anchor-center;
}

/* Mobile adjustments (Fully Responsive) */
@media (max-width: 768px) {
  /* Smaller title for better fit on mobile */
  #product-41491 .product-title {
    font-size: 1.5rem;
  }

  #product-41491 .product-content-bar {
    flex-direction: column;
    align-items: flex-start;
    padding: 15px 20px; /* Reduced padding for mobile density */
  }

  #product-41491 .product-details {
    margin-right: 0;
    width: 100%;
  }

  #product-41491 .product-actions {
    width: 100%; /* Make price/button group full width on mobile */
    justify-content: space-between;
    margin-top: 15px;
  }

  #product-41491 .price {
    font-size: 1.2rem;
  }

  #product-41491 .add-to-cart-btn {
    padding: 10px 20px;
    font-size: 0.9rem;
  }

  /* Ensure the sticky bar content adjusts the same way */
  #product-41491 #sticky-product-bar .product-content-bar {
    padding: 15px 20px;
  }

  #product-41491 .content-section h2 {
    padding-top: 10px;
    margin-top: -10px;
  }
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt, .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt,
#product-41491 .entry-summary .heading-with-share .addtoany_shortcode{
	width: 30px !important;
	height: 30px !important;
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:before, .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before{
	top: 45% !important;
	left: 35% !important;
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before, .woocommerce ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before, .woocommerce-page ul.products li.product a.tinvwl-button.tinvwl-icon-heart.tinvwl_add_to_wishlist_button:before, a.wishlist_products_counter.top_wishlist-heart:before, span.wishlist_products_counter.top_wishlist-heart:before, a.sidr-class-wishlist_products_counter.sidr-class-top_wishlist-heart:before{
	font-size: 30px !important;
}

#product-41491 .entry-summary .product_title{
	display: none;
}

#product-41491 .entry-summary .heading-with-share .product_title,
#product-41491 .entry-summary .share-container {
    display: inline-block !important;
}

#product-41491 .entry-summary .share-wishlist {
    display: flex;
}

#product-41491 .entry-summary .heading-with-share{
    display: flex;
    justify-content: space-between;
    align-items: self-end;
}

#product-41491 .variations_form .variable-item.image-variable-item{
    height: 40px;
    width: 40px;
		padding: unset;
}

#product-41491 .entry-summary .variations_form{
    margin-bottom: 14px;
}

#product-41491 .entry-summary .single_variation_wrap .woocommerce-variation-add-to-cart{
    display: flex;
    flex-direction: row-reverse;
    justify-content: start;
    gap: 25px;
}

#product-41491 .entry-summary .single_variation_wrap .woocommerce-variation-add-to-cart .quantity button{
    height: 54px;
    padding: 0px 11px;
    font-size: 30px;
}

#product-41491 .entry-summary .single_variation_wrap .woocommerce-variation-add-to-cart .quantity{
    display: flex;
    gap: 5px;
}

#product-41491 .entry-summary .single_variation_wrap .woocommerce-variation-add-to-cart .quantity input[type=number]::-webkit-inner-spin-button, 
#product-41491 .entry-summary .single_variation_wrap .woocommerce-variation-add-to-cart .quantity input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
    border: unset;
}

#product-41491 .entry-summary .single_variation_wrap .woocommerce-variation-add-to-cart .quantity input[type=number] {
    margin: 0;
    width: 30px;
    height: 53px;
    border: unset;
    padding: unset;
    text-align: center;
		font-size: 18px;
		font-weight: 600;
}

#product-41491 .entry-summary .single_variation_wrap .woocommerce-variation-add-to-cart .quantity .minus,
#product-41491 .entry-summary .single_variation_wrap .woocommerce-variation-add-to-cart .quantity .plus {
    background-color: #EEEEEE;
    color: #000000;
}

.variations_form .single_variation_wrap .woocommerce-variation.single_variation {
    display: none !important;
}

.woocommerce-breadcrumb .breadcrumb-current {
    color: #000000;
}

#product-41491 .entry-summary .custom-product-rating {
    display: flex;
    gap: 10px;
		align-items: center;
}

#product-41491 .entry-summary .custom-product-rating .custom-stars {
    font-size: 20px;
}

#product-41491 .entry-summary .custom-product-rating .custom-stars .full-star {
    color: #C61746;
}

#product-41491 .entry-summary .custom-product-rating .custom-stars .half-star {
    background: linear-gradient(to right, #C61746 50%, #D9D9D9 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#product-41491 .entry-summary .custom-product-rating .custom-stars .empty-star {
    color: #D9D9D9;
}

/* Cart Page Css October-10-2025 Start */

.site-header .shopping-cart-dropdown .variation {
    flex-wrap: wrap;
    width: 100%;
    padding-top: 5px;
    margin-bottom: 0;
}
.site-header .shopping-cart-dropdown .variation dd {
    margin: 0;
}
.site-header .shopping-cart-dropdown .variation dd {
    margin-bottom: 5px;
    width: 47%;
}

.site-header .shopping-cart-dropdown .variation dt {
    width: 53%;
}

.site-header .shopping-cart-dropdown .widget li {
    padding-left: 20px;
}

.site-header .shopping-cart-dropdown .widget {
    margin: 15px;
	  overflow-x: hidden;
}
.site-header .shopping-cart-dropdown .widget li:not(:first-child) {
    padding-top: 23px;
}
.woocommerce-cart.sidebar .polestar-container {
    display: flex;
    flex-wrap: wrap;
}
.woocommerce-cart.sidebar .content-area ,
.woocommerce-cart.sidebar .widget-area {
    float: none;
}

.woocommerce-cart table.cart .cart_item dl.variation {
    flex-wrap: wrap;
}

.woocommerce-cart table.cart .cart_item .variation dt {
    width: 35%;
	  white-space: nowrap;
	  text-align: left;
}

.woocommerce-cart table.cart .cart_item dl.variation dd {
    width: 50%;
    margin-bottom: 5px;
}

.woocommerce-cart table.cart .cart_item dl.variation dd p {
    margin-bottom: 0;
}

.woocommerce-cart table.cart .cart_item a {
    margin-bottom: 10px;
}

.woocommerce-cart table.cart .cart_item .variation dt span {
    margin-right: 2px;
}

.woocommerce-cart .cart_totals .checkout-button {
    margin-bottom: 13px;
}

.google-business-reviews-rating-widget .google-business-reviews-rating {
    text-align: left;
}
@media (max-width: 1440px) {
	.site-header .site-branding img {
		max-width: 250px;
	}
}
@media (max-width: 768px) {

    .woocommerce-cart table.cart .cart_item dl.variation {
        width: 100%;
        justify-content: space-between;
    }
    .woocommerce-cart .has-medium-font-size {
        font-size: 16px !important;
    }
    .woocommerce-store-notice {
        flex-wrap: wrap;
    }
	.entry-header {
        margin-bottom: 10px;
    }
		.woocommerce-cart table.cart .cart_item .product-remove {
			position: absolute;
			top: 0;
			left: 0;
			right: auto;
	}

	.woocommerce-cart table.cart .cart_item {
			position: relative;
	}
	.woocommerce-cart table.cart .cart_item td:before {
        top: -5px;
        position: relative;
    }
}
@media (min-width: 1440px) {
    .woocommerce-cart table.cart .cart_item .product-thumbnail img {
        min-width: 70px;
    }
}
/* Cart Page Css October-10-2025 End */

@media (max-width: 768px) {
	#product-41491 .woocommerce-product-gallery{
		max-height: 600px !important;
	}
	
    .woocommerce .product .images.woocommerce-product-gallery .flex-control-nav {
        display: flex;                    /* Align thumbnails horizontally */
			flex-wrap: nowrap;               /* Prevent wrapping to the next line */
        overflow-x: auto;                 /* Enable horizontal scrolling */
        -webkit-overflow-scrolling: touch; /* Smooth scrolling on mobile */
        padding-bottom: 10px;             /* Optional: Add some space at the bottom */
    }

    .postid-41491.woocommerce .product .images .flex-control-nav li {
        flex: 0 0 auto;                   /* Don't let the thumbnails shrink or grow */
        margin-right: 10px;               /* Space between the thumbnails */
    }
}

.variation {
    display: flex;
}

dl.variation {
    flex-wrap: wrap;
}

.variation dt {
    width: 35%;
    white-space: nowrap;
    text-align: left;
    height: 30px;
}

dl.variation dd {
    width: 50%;
    margin-bottom: 5px;
    height: 30px;
}

/* Safari/iOS-specific fix for gallery rendering */
/* @media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .woocommerce-product-gallery {
        position: relative !important;
        z-index: 1;
    }

    .variations_form {
        position: relative;
        z-index: 10 !important;
    }

    .woocommerce-product-gallery__image {
        z-index: 5 !important;
    }

    .woocommerce-product-gallery__wrapper {
        position: relative;
        overflow: hidden;
    }
} */


.woocommerce-product-gallery .flex-viewport a img {
  object-fit: contain;
}

@media (max-width: 426px) {
    .variation {
        display: unset;
    }
}

.input-text.qty{
  -moz-appearance: textfield;
}