:root {
    --prabhat-red: #ea2a33;
    --prabhat-blue: #003399;
    --prabhat-yellow: #ffcc00;
    --bg-light: #f8f6f6;
    --dark-blue: #001f5c;
    --body-text: #1b0e0e;
}

body {
    font-family: 'Space Grotesk', sans-serif;
    color: var(--body-text);
    background-color: var(--bg-light);
    overflow-x: hidden;
}

.bg-primary-custom {
    background-color: var(--prabhat-red);
}

.text-primary-custom {
    color: var(--prabhat-red);
}

.bg-yellow-custom {
    background-color: var(--prabhat-yellow);
}

.bg-blue-custom {
    background-color: var(--prabhat-blue);
}

.btn-primary-custom {
    background-color: var(--prabhat-red);
    color: white;
    border: none;
    padding: 12px 30px;
    font-weight: 700;
    border-radius: 10px;
    transition: transform 0.2s;
}

.btn-primary-custom:hover {
    background-color: #d1232b;
    color: white;
    transform: translateY(-2px);
}

.navbar {
    background-color: rgba(252, 248, 248, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid #f3e7e8;
    padding: 0;
}
.navbar .navbar-nav{
    margin-left: auto;
}
.menu-item a{
    font-weight: 600;
    color: var(--body-text);
    margin: 0 10px;
    text-decoration: none;
}

.menu-item a:hover {
    color: var(--prabhat-red);
}

.search-bar {
    background: #f3e7e8;
    border-radius: 12px;
    padding: 8px 15px;
    display: flex;
    align-items: center;
}

.search-bar input {
    border: none;
    background: transparent;
    outline: none;
    margin-left: 10px;
    width: 150px;
}

.announcement-bar {
    background-color: var(--prabhat-yellow);
    padding: 8px 0;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 1px;
}

.hero-section {
    padding: 80px 0;
    position: relative;
}

.hero-title {
    font-size: 5rem;
    font-weight: 900;
    line-height: 0.9;
    margin-bottom: 1.5rem;
}

.hero-image-wrapper {
    position: relative;
    z-index: 2;
}

.hero-image {
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.mood-pill {
    border-radius: 50px;
    padding: 10px 25px;
    border: 1px solid #f3e7e8;
    background: white;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: var(--body-text);
    transition: all 0.3s;
    margin-bottom: 15px;
}

.mood-pill:hover,
.mood-pill.active {
    border-color: var(--prabhat-red);
    background: var(--prabhat-red);
    color: white;
}

.product-card {
    background: white;
    border-radius: 20px;
    padding: 15px;
    transition: all 0.3s;
    border: none;
    height: 100%;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
}

.product-img-container {
    border-radius: 15px;
    overflow: hidden;
    aspect-ratio: 4/5;
    background: #f8f8f8;
    margin-bottom: 15px;
    position: relative;
}

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

.badge-new {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: #198754;
    color: white;
    padding: 4px 10px;
    border-radius: 5px;
    font-weight: 700;
    font-size: 0.7rem;
}

.horizontal-slider {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    padding-bottom: 20px;
    scrollbar-width: none;
}

.horizontal-slider::-webkit-scrollbar {
    display: none;
}

.slider-item {
    min-width: 280px;
}

.dream-box-banner {
    background-color: var(--prabhat-yellow);
    border-radius: 30px;
    padding: 60px;
    position: relative;
    overflow: hidden;
}

.testimonial-card {
    background: #f8f6f6;
    border-radius: 15px;
    padding: 25px;
    height: 100%;
}

footer {
    background-color: var(--dark-blue);
    color: white;
    padding-top: 80px;
    padding-bottom: 30px;
}

footer a {
    color: #cbd5e1;
    text-decoration: none;
    transition: color 0.2s;
}

footer a:hover {
    color: white;
}

.navbar-brand{
    width: auto;
    height: 80px;
}
.navbar-brand img{
    width: 100%;
    height: 100%;
}
.cart-icon{
    position: relative;
}
.cart-icon .badge{
    top: -5px !important;
    right: -6px !important;
}

/* Woocommerce Style */
.type-page{
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
}
.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
    width: 100% !important;
}

.woocommerce .products ul::after, .woocommerce .products ul::before, .woocommerce ul.products::after, .woocommerce ul.products::before{
    content: none !important;
}
/* Remove entry footer (Edit link) from product category pages */
body .type-page .entry-footer {
    display: none !important;
}
.single-product .woocommerce {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
/* === PRODUCT PAGE LAYOUT === */
.woocommerce-product-gallery__trigger{
    display: none;
}
.woocommerce-product-gallery .flex-viewport{
    cursor: zoom-in;
    text-align: center;
}
.woocommerce-product-gallery__wrapper{
    text-align: center;
}
.productdetails .product-type-simple, .productdetails .product-type-variable {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: 48px;
	align-items: flex-start;
}
.woocommerce-product-gallery {
	background: #fafafa;
	border-radius: 14px;
	padding: 20px;
}

.woocommerce-product-gallery img {
	border-radius: 12px;
}
.flex-control-thumbs {
	display: flex;
	gap: 12px;
	margin-top: 16px;
}

.flex-control-thumbs li {
	width: 100px !important;
	border-radius: 10px;
	overflow: hidden;
	border: 2px solid transparent;
	cursor: pointer;
}

.flex-control-thumbs li img {
	border-radius: 8px;
}

.flex-control-thumbs li .flex-active {
	border-color: #e10600; /* brand red */
}
.product_title {
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 12px;
}
.summary .price {
	font-size: 26px;
	font-weight: 700;
	color: #e10600;
	margin-bottom: 16px;
}
.woocommerce-product-details__short-description {
	font-size: 15px;
	line-height: 1.7;
	color: #555;
	margin-bottom: 24px;
}
.quantity input.qty {
	width: 90px;
	height: 44px;
	border-radius: 8px;
	border: 1px solid #ddd;
	font-size: 16px;
	text-align: center;
}
.quantity {
	display: inline-flex;
	align-items: center;
	border: 1px solid #ddd;
	border-radius: 12px;
	overflow: hidden;
	height: 52px;
	background: #fff;
	margin-bottom: 0px;
	flex-shrink: 0;
}
.quantity label.screen-reader-text{
    clip: unset;
    height: 20px;
    overflow: visible;
    position: absolute!important;
    width: 100%;
    word-wrap: normal!important;
    clip-path: unset;
    top: -30px;
    font-size: 16px;
    font-weight: 600;
    color: var(--prabhat-blue);
}
.woocommerce-variation-add-to-cart{
    display: flex;
    gap: 20px;
    /*flex-wrap: wrap;*/
    align-items: center;
}
.quantity input.qty {
	width: 60px;
	text-align: center;
	border: none;
	font-size: 16px;
	font-weight: 600;
	-moz-appearance: textfield;
}

.quantity input::-webkit-inner-spin-button,
.quantity input::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.qty-btn {
	width: 48px;
	height: 100%;
	border: none;
	background: #f5f5f5;
	font-size: 22px;
	font-weight: 600;
	cursor: pointer;
}

.qty-btn:hover {
	background: #eaeaea;
}
.summary form.cart {
    display: flex;
    gap: 20px;
    align-items: start;
    position: relative;
    margin-top: 50px;
    justify-content: space-between;
    flex-direction: column;
}
.single_add_to_cart_button {
	background: #e10600;
	color: #fff;
	font-size: 16px;
	padding: 14px 32px;
	border-radius: 10px;
	font-weight: 600;
	transition: 0.3s ease;
    width: 100%;
}

.single_add_to_cart_button:hover {
	background: #b90400;
}

/* Make tabs span full width below product */
.productdetails .woocommerce-tabs {
	grid-column: 1 / -1;
	margin-top: 0px;
}

/* Woo Tabs Container */
.woocommerce-tabs {
	margin-top: 60px;
}

/* Tab list */
.wc-tabs {
    display: flex;
    gap: 30px;
    border-bottom: 2px solid #eee;
    margin-bottom: 0;
    padding: 0;
    list-style: none;
    /*justify-content: center;*/
}
.woocommerce-product-attributes-item__value p{
    margin:0;
}
.woocommerce-product-rating .woocommerce-review-link{
    display: none;
}
/* Individual tab */
.wc-tabs li {
	margin: 0;
}

/* Tab link */
.wc-tabs li a {
	display: inline-block;
	padding: 12px 0;
	font-size: 16px;
	font-weight: 600;
	color: #666;
	text-decoration: none;
	position: relative;
}

/* Active tab */
.wc-tabs li.active a {
	color: #000;
}

/* Active underline */
.wc-tabs li.active a::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 100%;
	height: 3px;
	background: #000;
	border-radius: 2px;
}

/* Tab panels */
.woocommerce-Tabs-panel {
	display: none;
	padding-top: 20px;
	font-size: 15px;
	line-height: 1.8;
	color: #444;
}

.woocommerce-Tabs-panel--description,
.woocommerce-Tabs-panel--reviews {
	max-width: 1140px;
}

/* Review form container */
.woocommerce-Reviews {
	max-width: 800px;
	margin-top: 40px;
}

/* Rating label */
.comment-form-rating label {
	font-weight: 600;
	font-size: 15px;
	display: block;
	margin-bottom: 10px;
}

/* Stars container */
p.stars {
	margin: 0;
}

/* Hide default links text */
p.stars a {
	text-indent: -9999px;
	position: relative;
	display: inline-block;
	width: 28px;
	height: 28px;
	margin-right: 6px;
}

/* Star icon */
p.stars a::before {
	content: "\f154";
	font-family: dashicons;
	font-size: 26px;
	color: #ccc;
	position: absolute;
	left: 0;
	top: 0;
	text-indent: 0;
}

/* Hover effect */
p.stars a:hover::before,
p.stars a:hover ~ a::before {
	color: #ccc;
}

p.stars a:hover::before {
	color: #f5a623;
}

/* Selected stars */
p.stars.selected a.active::before,
p.stars.selected a.active ~ a::before {
	color: #f5a623;
}

/* Review textarea */
.comment-form-comment textarea {
	width: 100%;
	padding: 14px;
	border: 1px solid #ddd;
	border-radius: 6px;
	font-size: 14px;
	resize: vertical;
	min-height: 140px;
}

/* Submit button */
.form-submit input.submit {
	background: #000;
	color: #fff;
	padding: 14px 36px;
	border-radius: 6px;
	border: none;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	transition: background 0.3s ease;
}

.form-submit input.submit:hover {
	background: #222;
}
.comment-form-comment{
    margin-top: 20px;
}

/* Shop */
/* ================================
   SHOP GRID LAYOUT
================================ */

.content-area ul.products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 30px;
  list-style: none;
}

/* Responsive */
@media (max-width: 991px) {
  .content-area ul.products {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .content-area ul.products {
    grid-template-columns: 1fr;
  }
}

/* ================================
   PRODUCT CARD
================================ */
.content-area ul.products li.product{
    list-style: none;
    position: relative;
}
.content-area ul.products li.product .woocommerce-loop-product__link {
  background: #fff;
  border-radius: 12px;
  padding: 15px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.06);
  transition: all 0.3s ease;
  position: relative;
  display: block;
}

.content-area ul.products li.product:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.12);
}

/* ================================
   PRODUCT IMAGE
================================ */

.content-area ul.products li.product img {
  border-radius: 10px;
  transition: transform 0.4s ease;
}

.content-area ul.products li.product:hover img {
  transform: scale(1.05);
}

/* ================================
   PRODUCT TITLE
================================ */

.content-area ul.products li.product h2 {
  font-size: 16px;
  font-weight: 600;
  margin: 12px 0 6px;
  color: #222;
  min-height: 40px;
}

/* ================================
   PRICE
================================ */

.content-area ul.products li.product .price {
  font-size: 15px;
  font-weight: 700;
  color: #d62828;
  margin-bottom: 10px;
}

/* ================================
   ADD TO CART BUTTON
================================ */

.content-area ul.products li.product .button {
    background: #000;
    color: #fff;
    border-radius: 8px;
    padding: 10px 18px;
    font-size: 0;
    font-weight: 600;
    text-align: center;
    transition: all 0.3s ease;
    width: 40px;
    float: right;
    position: absolute;
    bottom: 10px;
    right: 10px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-area ul.products li.product .button:hover {
  background: #d62828;
  color: #fff;
}

/* ================================
   REMOVE DEFAULT STYLES
================================ */

.content-area ul.products li.product a {
  text-decoration: none;
}

.content-area ul.products li.product .star-rating {
  display: none;
}

.woocommerce-breadcrumb {
	display: none;
}
.woocommerce-products-header {
	margin-bottom: 20px;
}
.woocommerce-result-count,
.woocommerce-ordering {
	margin-bottom: 24px;
	font-size: 14px;
}

.woocommerce-result-count {
  font-size: 14px;
  color: #666;
}

.woocommerce-ordering select {
  padding: 8px 14px;
  border-radius: 30px;
  border: 1px solid #ddd;
  font-size: 14px;
}

/* ====Hero Bannner==== */
.hero-slider {
  width: 100%;
  height: 35vh; /* adjust: 80vh / 100vh */
  position: relative;
  overflow: hidden;
}

.hero-slider .swiper {
  width: 100%;
  height: 100%;
}

.hero-slider .swiper-slide {
  width: 100%;
  height: 100%;
}

.hero-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* IMPORTANT */
}

/* Navigation arrows */
.hero-slider .swiper-button-next,
.hero-slider .swiper-button-prev {
  color: #fff;
}

/* Pagination dots */
.hero-slider .swiper-pagination-bullet {
  background: rgba(255,255,255,0.6);
  opacity: 1;
}

.hero-slider .swiper-pagination-bullet-active {
  background: #ff3c00; /* snack brand color */
}

/*================
Home Features
====================*/
.home-features {
  background: var(--prabhat-yellow);
  padding: 16px 0;
  border-bottom: 1px solid rgba(0,0,0,.06);
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.feature-icon {
  font-size: 24px;
  color: var(--prabhat-red);
  background: #fff;
  border-radius: 50%;
  padding: 6px;
  box-shadow: 0 2px 6px rgba(0,0,0,.05);
}

.feature-text h6 {
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  color: var(--dark-blue);
}

.feature-text p {
  font-size: 12px;
  margin: 0;
  color: var(--body-text);
  opacity: .75;
}

/*=================
Product cart iocn
==================*/
.product-card .add_to_cart_button {
  background: var(--prabhat-red);
  color: #fff;
  width: 42px;
  height: 42px;
  border-radius: 10%;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0; /* hide text */
  border: none;
  text-decoration: none;
  transition: all 0.25s ease;
}

/* Cart icon */
.product-card .add_to_cart_button::before, .content-area ul.products li.product .button::before {
  content: "shopping_cart";
  font-family: "Material Symbols Outlined";
  font-size: 20px;
  color: #fff;
  font-variation-settings: "FILL" 1;
}
.wc-block-cart__submit-button{
    background: var(--prabhat-red);
    color: var(--bg-light);
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid var(--prabhat-red);
    transition: all 300ms ease-in;
}
.wc-block-cart__submit-button:hover{
    background: transparent;
    color: var(--prabhat-red);
    transition: all 300ms ease-in;
}
.table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
    color: var(--prabhat-blue);
}
.wc-block-checkout__actions_row .wc-block-components-checkout-return-to-cart-button, 
.wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button{
    padding: 8px 10px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    border: none;
}
.wc-block-checkout__actions_row .wc-block-components-checkout-return-to-cart-button{
    background: transparent;
    border: 1px solid var(--prabhat-blue);
    color: var(--prabhat-blue);
}
.wc-block-checkout__actions_row .wc-block-components-checkout-return-to-cart-button svg{
    display: none;
}
.wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button{
    background: var(--prabhat-red);
    color: var(--bg-light);
}
.wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button:hover{
    background: var(--prabhat-blue);
}
/* Hover */
.product-card .add_to_cart_button:hover {
  background: #c91f28; /* darker red */
  transform: scale(1.05);
}

/* Added state */
.product-card .added {
  background: var(--prabhat-blue);
}

.product-card .added::before {
  content: "check";
}

.swiper-pagination-testimonial{
    text-align: center;
    margin-top: 20px;
}
.swiper-prev , .swiper-next, .trending-prev, .trending-next{
    display: flex;
    align-items: center;
    justify-content: center;
}
footer .menu-item a{
    color: var(--bg-light);
}

/*==============
Product Filter
================*/
.wc-block-product-filters__overlay-content {
    background: #fff;
    border-radius: 16px;
    padding: 20px;
    border: 1px solid rgba(0,0,0,.06);
}
.wc-block-product-filters__overlay-content > h2 {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--dark-blue);
    margin-bottom: 1rem;
    padding-bottom: .5rem;
    border-bottom: 2px solid var(--prabhat-red);
}
.wp-block-woocommerce-product-filter-taxonomy h3,
.wp-block-woocommerce-product-filter-price h3,
.wp-block-woocommerce-product-filter-status h3 {
    font-size: .9rem;
    font-weight: 700;
    color: var(--dark-blue);
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-bottom: .75rem;
}
.wc-block-product-filter-checkbox-list__item {
    margin-bottom: 8px;
}

.wc-block-product-filter-checkbox-list__label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: .9rem;
    font-weight: 500;
    color: var(--body-text);
    cursor: pointer;
}
.wc-block-product-filter-checkbox-list__input-wrapper {
    width: 18px;
    height: 18px;
    border-radius: 4px;
    border: 2px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .2s ease;
}

.wc-block-product-filter-checkbox-list__input:checked + svg {
    color: #fff;
}

.wc-block-product-filter-checkbox-list__input:checked
+ svg,
.wc-block-product-filter-checkbox-list__input:checked
~ .wc-block-product-filter-checkbox-list__text-wrapper {
    color: var(--prabhat-red);
}

.wc-block-product-filter-checkbox-list__input:checked
~ .wc-block-product-filter-checkbox-list__input-wrapper {
    background: var(--prabhat-red);
    border-color: var(--prabhat-red);
}
.wc-block-product-filter-price-slider__range .range-bar {
    background: var(--prabhat-red);
    height: 4px;
    border-radius: 10px;
}

.wc-block-product-filter-price-slider input[type="range"]::-webkit-slider-thumb {
    background: var(--prabhat-red);
    border: 2px solid #fff;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    cursor: pointer;
}

.wc-block-product-filter-price-slider__left input,
.wc-block-product-filter-price-slider__right input {
    border-radius: 8px;
    border: 1px solid #ddd;
    padding: 4px 8px;
    font-size: .85rem;
    font-weight: 600;
    color: var(--dark-blue);
    background: #fff;
}
.wc-block-product-filter-removable-chips__items li {
    background: var(--prabhat-red);
    color: #fff;
    border-radius: 20px;
    padding: 4px 10px;
    font-size: .75rem;
    font-weight: 600;
}
.wc-block-product-filter-clear-button .wp-element-button {
    border-radius: 10px;
    font-size: .85rem;
    font-weight: 600;
    background-color: var(--prabhat-yellow);
    border-color: var(--prabhat-yellow);
    color: var(--prabhat-blue);
}

.wc-block-product-filter-clear-button .wp-element-button:hover {
    background: var(--prabhat-red);
    color: #fff;
}
.woocommerce-ordering{
    float: right;
    position: absolute;
    right: 0;
    top: -10px;
}
.wc-block-product-filter-removable-chips__items .wc-block-product-filter-removable-chips__item{
    background: var(--prabhat-red) !important;
}

/* Category Page */
.shop-category-section {
  background: #fafafa;
}

.category-title {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.5px;
}

/* Sidebar */
.shop-sidebar {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.04);
}

.shop-sidebar h3 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 12px;
  text-transform: uppercase;
}

/* Toolbar */
.shop-toolbar {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

/* Products Grid */
.shop-category-section ul.products {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 24px;
  list-style: none;
}

/* Product Card */
.shop-category-section ul.products li.product {
  background: #fff;
  padding: 16px;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  transition: transform .25s ease, box-shadow .25s ease;
  list-style: none;
  position: relative;
}

.shop-category-section ul.products li.product:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

.shop-category-section ul.products li.product img {
  border-radius: 10px;
}
.shop-category-section ul.products li.product a{
    display: block;
    text-decoration: none;
}
/* Product Title */
.shop-category-section ul.products li.product h2 {
    font-size: 16px;
    font-weight: 600;
    margin: 12px 0 6px;
    color: #222;
    min-height: 40px;
}

/* Price */
.shop-category-section ul.products li.product .price {
    font-size: 15px;
    font-weight: 700;
    color: #d62828;
    margin-bottom: 10px;
}

/* Button */
.shop-category-section ul.products li.product .button {
    background: #000;
    color: #fff;
    border-radius: 8px;
    padding: 10px 18px;
    font-size: 0;
    font-weight: 600;
    text-align: center;
    transition: all 0.3s ease;
    width: 40px;
    float: right;
    position: absolute;
    bottom: 10px;
    right: 10px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.shop-category-section ul.products li.product .button::before{
    content: "shopping_cart";
    font-family: "Material Symbols Outlined";
    font-size: 20px;
    color: #fff;
    font-variation-settings: "FILL" 1;
}
.shop-category-section ul.products li.product .button:hover{
    color: var(--prabhat-red);
}



/* ===== MY ACCOUNT WRAPPER ===== */
.hentry{
    margin: 50px 0;
}
.woocommerce {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 32px;
    max-width: 1140px;
    margin: 0 auto;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
}

/* ===== SIDEBAR ===== */
.woocommerce-MyAccount-navigation {
  background: #fff;
  border-radius: 18px;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,.05);
  height: fit-content;
  position: sticky;
  top: 120px;
}

.woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.woocommerce-MyAccount-navigation-link {
  margin-bottom: 6px;
}

.woocommerce-MyAccount-navigation-link a {
  display: flex;
  align-items: center;
  padding: 12px 14px;
  border-radius: 12px;
  font-weight: 500;
  color: #444;
  text-decoration: none;
  transition: all .2s ease;
}

/* Hover */
.woocommerce-MyAccount-navigation-link a:hover {
  background: #f5f5f5;
}

/* Active */
.woocommerce-MyAccount-navigation-link.is-active a {
  background: #000;
  color: #fff;
}

/* Logout special */
.woocommerce-MyAccount-navigation-link--customer-logout a {
  color: #d63638;
}

.woocommerce-MyAccount-navigation-link--customer-logout a:hover {
  background: rgba(214,54,56,.1);
}

/* ===== CONTENT AREA ===== */
.woocommerce-MyAccount-content {
  background: #fff;
  border-radius: 18px;
  padding: 32px;
  box-shadow: 0 10px 30px rgba(0,0,0,.05);
}

/* Welcome text */
.woocommerce-MyAccount-content p {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.6;
}

/* Links inside content */
.woocommerce-MyAccount-content a {
  color: #000;
  font-weight: 600;
  text-decoration: underline;
}

/* Notices */
.woocommerce-notices-wrapper {
  margin-bottom: 16px;
}

/* ===== HEADINGS ===== */
.entry-title {
  text-align: center;
  margin-bottom: 40px;
  font-weight: 800;
}


/* ===== OUR STORY ===== */
.our-story-section {
  padding: 80px 20px;
  background: #fafafa;
}

.our-story-section .container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Header */
.our-story-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 60px;
}

.story-tag {
  display: inline-block;
  font-size: 0.85rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #777;
  margin-bottom: 12px;
}

.our-story-header h1 {
  font-size: 2.8rem;
  font-weight: 800;
  margin-bottom: 16px;
}

.our-story-header p {
  color: #666;
  line-height: 1.7;
}

/* Grid */
.our-story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

/* Image */
.our-story-image img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0,0,0,.08);
}

/* Content */
.our-story-content h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.our-story-content p {
  color: #555;
  line-height: 1.8;
  margin-bottom: 16px;
}

/* Stats */
.our-story-stats {
  display: flex;
  gap: 30px;
  margin-top: 30px;
}

.our-story-stats div {
  background: #fff;
  padding: 18px 22px;
  border-radius: 14px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0,0,0,.05);
}

.our-story-stats strong {
  display: block;
  font-size: 1.6rem;
  font-weight: 800;
}

.our-story-stats span {
  font-size: 0.85rem;
  color: #777;
}


.wpcf7-form input,
.wpcf7-form textarea {
  width: 100%;
  padding: 12px;
  border-radius: 10px;
  border: 1px solid #ddd;
  margin-bottom: 10px;
}

.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
  border-color: #dc3545;
  outline: none;
}

.wpcf7-submit {
  background: #dc3545;
  color: #fff;
  border: none;
  padding: 12px 30px;
  border-radius: 30px;
  font-weight: 600;
}

.wpcf7-submit:hover {
  background: #b02a37;
}

.sub-from .input-group{
  position: relative;
}
.sub-from .input-group button {
    position: absolute;
    right: 9px;
    top: 6px;
}

/* ===============================
   WooCommerce Login Page
================================ */

.woocommerce-form-login {
  max-width: 420px;
  margin: 60px auto;
  padding: 32px;
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

/* Labels */
.woocommerce-form-login label {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 6px;
  display: block;
  color: #222;
}

/* Inputs */
.woocommerce-form-login .woocommerce-Input {
  height: 48px;
  padding: 10px 14px;
  border-radius: 10px;
  border: 1px solid #e4e4e4;
  font-size: 14px;
  transition: all 0.25s ease;
}

.woocommerce-form-login .woocommerce-Input:focus {
  border-color: #111;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.08);
  outline: none;
}

/* Password wrapper */
.password-input {
  position: relative;
}

.show-password-input {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.6;
}

/* Remember me */
.woocommerce-form-login__rememberme {
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 6px;
}

/* Button */
.woocommerce-form-login__submit {
  width: 100%;
  margin-top: 18px;
  padding: 14px;
  border-radius: 12px;
  background: #111;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  transition: all 0.3s ease;
}

.woocommerce-form-login__submit:hover {
  background: #000;
  transform: translateY(-1px);
}

/* Lost password */
.woocommerce-LostPassword {
  text-align: center;
  margin-top: 18px;
}

.woocommerce-LostPassword a {
  font-size: 13px;
  color: #666;
  text-decoration: none;
}

.woocommerce-LostPassword a:hover {
  color: #000;
  text-decoration: underline;
}

/* ===============================
   WooCommerce Register Form
================================ */

.woocommerce-form-register {
  max-width: 420px;
  margin: 60px auto;
  padding: 32px;
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

/* Labels */
.woocommerce-form-register label {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 6px;
  display: block;
  color: #222;
}

/* Input */
.woocommerce-form-register .woocommerce-Input {
  height: 48px;
  padding: 10px 14px;
  border-radius: 10px;
  border: 1px solid #e4e4e4;
  font-size: 14px;
  transition: all 0.25s ease;
}

.woocommerce-form-register .woocommerce-Input:focus {
  border-color: #111;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.08);
  outline: none;
}

/* Info text */
.woocommerce-form-register p:not(.form-row) {
  font-size: 13px;
  color: #666;
  margin: 14px 0 20px;
}

/* Privacy policy */
.woocommerce-privacy-policy-text {
  font-size: 12px;
  color: #666;
  margin-bottom: 18px;
}

.woocommerce-privacy-policy-text a {
  color: #111;
  font-weight: 500;
  text-decoration: none;
}

.woocommerce-privacy-policy-text a:hover {
  text-decoration: underline;
}

/* Button */
.woocommerce-form-register__submit {
  width: 100%;
  padding: 14px;
  border-radius: 12px;
  background: #111;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  transition: all 0.3s ease;
}

.woocommerce-form-register__submit:hover {
  background: #000;
  transform: translateY(-1px);
}

/* ===============================
   WooCommerce Reset Password
================================ */

.woocommerce-ResetPassword {
  max-width: 420px;
  margin: 60px auto;
  padding: 32px;
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

/* Description text */
.woocommerce-ResetPassword > p:first-child {
  font-size: 14px;
  color: #666;
  margin-bottom: 24px;
  line-height: 1.6;
}

/* Labels */
.woocommerce-ResetPassword label {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 6px;
  display: block;
  color: #222;
}

/* Input field */
.woocommerce-ResetPassword .woocommerce-Input {
  height: 48px;
  padding: 10px 14px;
  border-radius: 10px;
  border: 1px solid #e4e4e4;
  font-size: 14px;
  transition: all 0.25s ease;
}

.woocommerce-ResetPassword .woocommerce-Input:focus {
  border-color: #111;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.08);
  outline: none;
}

/* Button */
.woocommerce-ResetPassword .woocommerce-Button {
  width: 100%;
  padding: 14px;
  border-radius: 12px;
  background: #111;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  transition: all 0.3s ease;
}

.woocommerce-ResetPassword .woocommerce-Button:hover {
  background: #000;
  transform: translateY(-1px);
}

/* Clearfix fix */
.woocommerce-ResetPassword .clear {
  display: none;
}


.floatlogo {
    background: #fff url('../images/no-plam.png') center no-repeat;
    background-size: cover;
    width: 100px;
    height: 100px;
    position: fixed;
    top: 50%;
    right: 15px;
    z-index: 99;
    animation: pulseBadge 2.8s ease-in-out infinite;
    border-radius: 50%;
}

footer{
    background-color: #f4f4f4;
    color: #333;
}
footer a{
    color: #333;
}
footer a:hover{
    color: var(--prabhat-red);
}
footer .menu-item a{
    color: #333;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}
.sub-from .wpcf7-form input{
    border: 1px solid #ddd !important;
}
@keyframes pulseBadge {
  0%   { transform: scale(1); opacity: 1; }
  50%  { transform: scale(1.05); opacity: 0.85; }
  100% { transform: scale(1); opacity: 1; }
}

/* Wrapper */
.flex-control-nav.flex-control-thumbs {
  display: flex;
  flex-wrap: nowrap;           /* force single row */
  gap: 8px;
  max-width: 440px;            /* 4 thumbs × 100px + gaps */
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 6px;
  margin: 0 auto;
  scrollbar-width: thin;       /* Firefox */
}

/* Hide ugly scrollbar (Chrome / Edge / Safari) */
.flex-control-thumbs::-webkit-scrollbar {
  height: 4px;
}
.flex-control-thumbs::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}

/* Each thumbnail */
.flex-control-thumbs li {
  flex: 0 0 auto;              /* important */
  width: 100px;
}

/* Image inside thumb */
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  cursor: pointer;
  border-radius: 6px;
}
.flex-control-thumbs {
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}
.product_title.entry-title{
    text-align: left;
    margin-bottom: 10px;
}

/* ===== Reviews Wrapper ===== */
.woocommerce-Reviews {
    max-width: 900px;
    margin: 20px auto;
    padding: 0 15px;
}

/* Title */
.woocommerce-Reviews-title {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
}

/* ===== Review List ===== */
.commentlist {
  list-style: none;
  padding: 0;
  margin: 0;
}

.commentlist li {
  background: #fff;
  border-radius: 14px;
  padding: 20px 24px;
  margin-bottom: 20px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.06);
}

/* Review Container */
.comment_container {
  display: flex;
  gap: 16px;
}

/* Avatar */
.comment_container .avatar {
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

/* Review Content */
.comment-text {
  flex: 1;
}

/* Rating */
.comment-text .star-rating {
  font-size: 14px;
  margin-bottom: 6px;
}

/* Author + Date */
.comment-text .meta {
  font-size: 14px;
  color: #777;
  margin-bottom: 10px;
}

.woocommerce-review__author {
  color: #111;
  font-weight: 600;
}

/* Review Text */
.comment-text .description p {
  font-size: 15px;
  line-height: 1.6;
  color: #444;
}

/* ===== Review Form ===== */
#review_form_wrapper {
  margin-top: 50px;
}

#reply-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  display: block;
  text-align: center;
}

/* Form Box */
#commentform {
  background: #fff;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.08);
  max-width: 700px;
  margin: 0 auto;
}

/* Labels */
#commentform label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 6px;
  display: block;
}

/* Textarea */
#commentform textarea {
  width: 100%;
  border-radius: 12px;
  border: 1px solid #ddd;
  padding: 14px;
  font-size: 15px;
  resize: none;
}

#commentform textarea:focus {
  outline: none;
  border-color: #111;
}

/* Star Input */
.comment-form-rating {
  margin-bottom: 20px;
}

.comment-form-rating .stars a {
  font-size: 18px;
}

/* Submit Button */
#submit {
  background: #111;
  color: #fff;
  padding: 14px 30px;
  border-radius: 40px;
  border: none;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

#submit:hover {
  background: #000;
  transform: translateY(-2px);
}

/* ===== Mobile Optimization ===== */
@media (max-width: 768px) {
  .comment_container {
    flex-direction: column;
  }

  .comment_container .avatar {
    width: 50px;
    height: 50px;
  }

  #commentform {
    padding: 20px;
  }
}

.variations select {
    width: 160px;
    margin-inline: 10px;
    height: 40px;
}
/* Stock Badge */
.stock-badge {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  margin: 8px 0 14px;
  letter-spacing: 0.3px;
}

/* In Stock */
.stock-badge.in-stock {
  background: #e8f8ef;
  color: #1e8e3e;
  border: 1px solid #b7e4c7;
}

/* Out of Stock */
.stock-badge.out-of-stock {
  background: #fdecea;
  color: #c62828;
  border: 1px solid #f5c2c7;
}
/* product bundle */
.byob-layout {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 30px;
}

.byob-products {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 70px;
}

.byob-card {
    border: 1px solid #eee;
    padding: 15px;
    text-align: center;
}

.byob-card.selected {
    border: 2px solid #000;
}

.add-btn {
    background: #ddd;
}

.remove-btn {
    background: #000;
    color: #fff;
}

.byob-slots {
    position: sticky;
    top: 120px;
}

.slot {
    width: 60px;
    height: 60px;
    border: 2px dashed #ccc;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slot img {
    max-width: 100%;
}

.byob-footer {
    position: sticky;
    bottom: 0;
    background: #fff;
    padding: 15px 25px;
    display: flex;
    justify-content: space-between;
    box-shadow: 0 -6px 20px rgba(0, 0, 0, .15);
}

/* Tablet */
@media (max-width: 1024px) {
    .woocommerce ul.products {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Mobile */
@media (max-width: 640px) {
    .woocommerce ul.products {
        grid-template-columns: repeat(2, 1fr);
    }
}


@media (min-width: 1024px) {
    /* .woocommerce-product-gallery {
		position: sticky;
		top: 100px;
	} */
}



@media (max-width: 768px) {
    .single-product .product {
        grid-template-columns: 1fr;
    }
}


@media (max-width: 768px) {
    .single-product .woocommerce {
        grid-template-columns: 1fr;
    }

    .single_add_to_cart_button {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        border-radius: 0;
        z-index: 999;
    }
}

@media (min-width: 1400px) {
    .type-page {
        max-width: 1320px;
    }
}

@media (max-width: 992px) {
    .type-page {
        max-width: 960px;
    }

    .woocommerce ul.products {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .type-page {
        max-width: 540px;
    }

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

img.woocommerce-placeholder.wp-post-image{
	height: 10% !important;
}

/* ===============================
   RELATED PRODUCTS – PREMIUM UI
================================ */

section.related.products {
  margin-top: 60px;
  grid-column: 1 / -1;
}

section.related.products h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
  text-align: center;
}

/* Grid */
section.related.products ul.products {
  display: grid;
  grid-template-columns: repeat(4, minmax(220px, 1fr));
  gap: 24px;
  margin: 0;
  padding: 0;
}
section.related.products ul.products a{
    text-decoration: none;
}
/* Product Card */
section.related.products ul.products li.product {
  background: #fff;
  border-radius: 16px;
  padding: 14px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 6px 20px rgba(0,0,0,0.06);
  position: relative;
  grid-template-columns: 1fr;
  gap: 0;
}

section.related.products ul.products li.product:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

/* Product Image */
section.related.products li.product img {
  border-radius: 12px;
  transition: transform 0.4s ease;
}

section.related.products li.product:hover img {
  transform: scale(1.08);
}

/* Title */
section.related.products .woocommerce-loop-product__title {
  font-size: 16px;
  font-weight: 600;
  margin: 12px 0 6px;
  color: #222;
}

/* Price */
section.related.products .price {
  font-size: 15px;
  font-weight: 700;
  color: #1e8e3e;
  margin-bottom: 10px;
  display: block;
}

/* Add to Cart Button */
section.related.products a.button {
  background: #000;
  color: #fff;
  border-radius: 999px;
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease;
  display: inline-block;
  margin-top: 8px;
}

section.related.products a.button:hover {
  background: #1e8e3e;
  color: #fff;
}

/* Remove default list styling */
section.related.products ul.products li {
  list-style: none;
}

/* Mobile Optimisation */
@media (max-width: 576px) {
  section.related.products h2 {
    font-size: 20px;
  }
  section.related.products {
    margin-top: 0;
  }

  section.related.products ul.products {
    gap: 16px;
  }
  
  section.related.products ul.products{
      grid-template-columns: repeat(1, minmax(220px, 1fr));
      padding: 0 50px 20px;
  }
}

/* ====================xxxxxx4@499xxxxxx=================== */
.byob-wrapper{
    padding: 40px 0;
}
.byob-card {
  background: #fff;
  border-radius: 14px;
  padding: 14px;
  text-align: center;
  box-shadow: 0 6px 20px rgba(0,0,0,.08);
}

.byob-card img {
  border-radius: 12px;
}

.byob-card h6 {
  margin: 10px 0 4px;
}

.byob-card .price {
  font-weight: 700;
  color: #1e8e3e;
}

.byob-card .add-to-box {
  background: #000;
  color: #fff;
  border-radius: 999px;
  padding: 6px 16px;
}

.box-summary {
  position: sticky;
  top: 100px;
  background: #fff;
  padding: 20px;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0,0,0,.12);
}

.box-summary ul {
  list-style: none;
  padding: 0;
  margin-bottom: 12px;
}

.box-summary li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6px;
}

/* Pagination container */
.woocommerce-pagination {
    display: flex;
    justify-content: center;
    margin: 40px 0;
}

/* Pagination list */
.woocommerce-pagination ul.page-numbers {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Page numbers */
.woocommerce-pagination ul.page-numbers li {
}

/* Links */
.woocommerce-pagination ul.page-numbers a.page-numbers,
.woocommerce-pagination ul.page-numbers span.page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    border-radius: 8px;
    background-color: #f5f5f5;
    color: #333;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

/* Current page */
.woocommerce-pagination ul.page-numbers .current {
    background-color: #ff6a00;
    color: #fff;
    font-weight: 600;
    border-color: #ff6a00;
}

/* Hover effect */
.woocommerce-pagination ul.page-numbers a.page-numbers:hover {
    background-color: #ff6a00;
    color: #fff;
    border-color: #ff6a00;
}

/* Next/Prev arrows */
.woocommerce-pagination ul.page-numbers a.next,
.woocommerce-pagination ul.page-numbers a.prev {
    font-size: 18px;
    font-weight: bold;
}

/* Responsive adjustments */
@media (max-width: 576px) {
    .woocommerce-pagination ul.page-numbers {
        gap: 5px;
    }

    .woocommerce-pagination ul.page-numbers a.page-numbers,
    .woocommerce-pagination ul.page-numbers span.page-numbers {
        min-width: 32px;
        height: 32px;
        font-size: 14px;
    }

    .woocommerce-pagination ul.page-numbers a.next,
    .woocommerce-pagination ul.page-numbers a.prev {
        font-size: 16px;
    }
}
