/* Product Grid Fix */
.woocommerce ul.products li.product {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 12px;
  overflow: hidden;
  box-shadow:
    0 4px 12px rgba(0, 0, 0, 0.04),
    0 12px 30px rgba(0, 0, 0, 0.06);
  padding-bottom: 16px;
}
.woocommerce ul.products li.product > *:not(figure) {
  padding-left: 16px;
  padding-right: 16px;
}
.elementor-heading-title {
  line-height: 1.3 !important;
  margin: 0;
  padding: 0;
}
.woocommerce ul.products li.product figure {
  padding: 0;
}

.woocommerce ul.products li.product img {
  width: 100%;
  height: 340px;
  object-fit: cover;
}

.woocommerce ul.products li.product .button {
  margin-top: auto;
}
.ct-woo-card-actions {
  display: none !important;
}
.woocommerce-cart button[name="update_cart"] {
  display: none !important;
}
body.processing {
  opacity: 0.7;
  pointer-events: none;
}

/* Shop page buttons */
.button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
.single_add_to_cart_button.button.alt.added,
.button.product_type_variable {
  background-color: #2e7d32;
  color: #ffffff;
  border-radius: 8px;
  padding: 8px 20px;
  width: 100%;
}

/* Hover */
.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover,
.single_add_to_cart_button.button.alt.added:hover,
.button.product_type_variable:hover {
  background-color: #1b5e20;
}

.custom-card-buttons {
  display: flex;
  gap: 12px;
}
.custom-card-buttons .added_to_cart {
  display: none !important;
}
.button.buy-now-btn {
  border: 2px solid #8d5a3b !important;
  background: transparent !important;
  color: #8d5a3b !important;
  border-radius: 8px;
  padding: 6px 18px;
  width: 90%;
}

.button.buy-now-btn:hover {
  background: #8d5a3b !important;
  color: #ffffff !important;
}
.ct-cart-actions .button.buy-now-btn {
  max-width: 280px;
  min-width: 148px;
  width: auto;
}

.n2-ss-text {
  font-family: Poppins, Sans-Serif;
}

div.filter-sticky {
  position: sticky;
  height: 100%;
  top: 60px;
}
.filter-sidebar-wrapper h3 {
  font-size: 20px;
}
.filter-sidebar-wrapper .berocket_single_filter_widget:not(:last-child) {
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 20px;
}
.filter-sidebar-wrapper .berocket_single_filter_widget input[type="checkbox"] {
  accent-color: #2f7d4a;
  cursor: pointer;
}
#header {
  position: sticky;
  top: -36px;
  z-index: 999;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

/* SHOP HERO BANNER */

.custom-shop-banner {
  background-image: url("../../../../uploads/2026/05/ChatGPT-Image-May-15-2026-06_34_06-PM-1.png");
  background-size: cover;
  background-position: center;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 80px;
}

.custom-shop-banner .e-con-inner {
  width: 100%;
  display: flex;
  align-items: center;
}

.custom-shop-banner .e-child:first-child {
  width: 50%;
  padding: 20px;
}

/* MOBILE */

@media (max-width: 767px) {
  .custom-shop-banner {
    padding: 40px 24px;
    min-height: 320px;
  }

  .custom-shop-banner .e-con-inner {
    flex-direction: column;
  }

  .custom-shop-banner .e-child:first-child {
    width: 100%;
  }

  .custom-shop-banner h2 {
    font-size: 38px;
  }
}

.ct-container #sidebar .ct-sidebar {
  border: 1px solid #d4d4d4;
  border-radius: 20px;
  height: 76vh;
  overflow-y: scroll;
  top: calc(
    var(--sidebar-offset, 50px) + var(--admin-bar, 0px) +
      var(--theme-frame-size, 0px) + var(--header-sticky-height, 0px) *
      var(--sticky-shrink, 60) / 100
  );

  .berocket_single_filter_widget {
    margin: 0px 16px;
  }
  .berocket_single_filter_widget h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .ct-sidebar .ct-widget:not(:last-child) {
    margin-bottom: var(--sidebar-widgets-spacing, 22px);
  }
  .berocket_single_filter_widget:not(:last-child) {
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 20px;
  }
  .wp-block-heading {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #d4d4d4;
    padding: 8px 18px;
    font-size: 22px;
  }
  .wp-block-heading::after {
    content: "";
    width: 18px;
    height: 18px;
    margin-left: auto;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%232f7d4a' viewBox='0 0 24 24'%3E%3Cpath d='M3 5h18v2H3V5zm4 6h10v2H7v-2zm3 6h4v2h-4v-2z'/%3E%3C/svg%3E");
  }
}
@media (min-width: 1000px) {
  [data-sidebar="left"] {
    --sidebar-order: -1;
    --grid-template-columns: var(--sidebar-width, 21%) minmax(100px, 1fr);
  }
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  display: -webkit-box;
  -webkit-line-clamp: 3; /* Number of lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
  min-height: 48px;
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper {
  flex-direction: row !important;
  color: #212121;

  .radio-variable-item input + span {
    margin-inline: 6px;
  }
  .radio-variable-item input[type="radio"] {
    accent-color: #2e7d32;
    cursor: pointer;
  }
}

.woo-variation-swatches
  .variable-items-wrapper.radio-variable-items-wrapper
  .radio-variable-item {
  padding: 0 0 !important;
  padding-right: 12px !important;
}

.woo-variation-swatches
  .variable-items-wrapper.radio-variable-items-wrapper
  .radio-variable-item
  input {
  height: 18px;
  width: 18px;
}
.woo-variation-swatches
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item) {
  margin: 0;
  margin-right: 18px;
  padding: 2px 12px;
}
.woo-variation-swatches
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item).selected,
.woo-variation-swatches
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item).selected:hover {
  box-shadow: var(--wvs-selected-item-box-shadow, 0 0 0 2px #2e7d32);
}

.color-variable-items-wrapper li.variable-item.color-variable-item {
  padding: 2px !important;
  border-radius: 50% !important;
  .variable-item-contents {
    border-radius: 50% !important;
    .variable-item-span-color {
      border-radius: 50% !important;
    }
  }
}
.variations a.reset_variations {
  display: none !important;
}

.ct-trending-block {
  margin-top: 80px;
}
.ab-why-us-sec .elementor-icon {
  background: #ffffff;
  border-radius: 100%;
  padding: 18px;
}
#footer {
  [data-column="widget-area-5"] {
    img {
      width: 62%;
    }
  }
  [data-column="widget-area-4"] h2 {
    color: #212121 !important;
    font-weight: 500;
    font-size: 15px !important;
  }
}

.policies-content-wrapper {
  p {
    font-size: 14px;
    margin-bottom: 12px;
  }
  h2 {
    font-size: 24px;
    margin-top: 26px;
    margin-bottom: 12px;
  }
  h3 {
    font-size: 20px;
    margin-top: 26px;
    margin-bottom: 10px;
  }
  ul,
  ol {
    padding-left: 22px;
    margin-bottom: 16px;
  }
  li {
    font-size: 14px;
  }
}

.product-entry-wrapper {
  .custom-share-buttons {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 25px;
  }

  .share-btn {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: 0.3s;
    font-size: 18px;
  }

  .share-btn.whatsapp {
    background: #25d366;
    color: #fff;
  }

  .share-btn.instagram {
    background: #e1306c;
    color: #fff;
  }

  .share-btn.copy-link-btn {
    background: #f3f3f3;
    color: #333;
  }

  .share-btn:hover {
    transform: translateY(-2px);
  }
}
[data-sticky*="yes"],
[data-sticky*="fixed"] {
  top: calc(
    var(--admin-bar, 0px) + var(--theme-frame-size, 36px) +
      var(--header-sticky-offset, 0px)
  );
}
#search-modal {
  height: 86px;
  top: 126px;
  .ct-panel-actions {
    display: none;
  }
  input.modal-field {
    font-size: 16px;
    height: auto;
    margin: 20px 0;
    background: #fff;
    padding: 8px 20px;
    border: 1px solid #d2d2d2;
    border-radius: 20px;
  }
  .ct-search-results {
    background: #2e7d32;
    color: #ffffff !important;
    padding: 26px;
    border-radius: 20px !important;
    margin-top: 20px;
    padding-top: 26px !important;
  }
}
.sticky-gallery .woocommerce-product-gallery {
  top: 118px;
}
@media (min-width: 1280px) {
  #header [data-column="start"] {
    min-width: 250px;
  }
}
@media (max-width: 990px) {
  .woocommerce ul.products li.product img {
    width: 100%;
    height: 300px;
    object-fit: cover;
  }
}
@media (max-width: 720px) {
  .sticky-gallery .woocommerce-product-gallery {
    top: 0;
  }
  .woocommerce ul.products li.product img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
  .custom-card-buttons {
    flex-direction: column;
  }
  .button.buy-now-btn {
    width: 100%;
  }
  .home-hero-section {
    .n2-ss-slide-backgrounds,
    .n2-ss-slider .n2-ss-layer[data-sstype="slide"] {
      height: 320px;
    }
    div#n2-ss-2 .n2-font-201cfeb3b3b7be624649b14668ffd275-hover {
      font-size: 30px;
    }
    div#n2-ss-2 .n2-font-3be7298ea1bb3e6eb24092761f685851-paragraph {
      font-size: 18px;
    }
    .n2-ss-slider .n2-ss-section-main-content {
      min-height: auto;
      height: 320px;
    }
    div#n2-ss-2 .n2-font-b05d35de9dfa1972ab9bec16ca49cd75-paragraph {
      display: none;
    }
  }
  .elementor-element [data-products] .product > figure {
    margin-bottom: 8px !important;
  }
  .woocommerce ul.products li.product > *:not(figure) {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.product-carousel-wrapper h2 {
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
  min-height: 48px;
}
.product-carousel-wrapper .premium-woo-products-details-wrap {
  text-align: left !important;
}
.product-carousel-wrapper ul.slick-dots {
  margin-top: 12px !important;
}
.home-hero-slides .premium-carousel-dots-below ul.slick-dots {
  bottom: 20px;
  position: absolute;
  display: flex;
  justify-content: center;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 20px;
  padding: 1px;
}
.coming-soon-products {
  text-align: center;
  width: 60%;
  margin: 60px auto;

  h2 {
    color: #0f3d2e;
  }
  a {
    background: #2e7d32;
    color: #fff;
    padding: 15px 24px;
    border-radius: 10px;
  }
  p {
    margin-bottom: 40px;
  }
}
.product-entry-wrapper h1 {
  text-transform: none;
}
.pp-sticky-cart {
  position: fixed;
  bottom: -120px;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 -3px 15px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  transition: 0.3s;
  padding: 12px 20px;
}

.pp-sticky-cart.show {
  bottom: 0;
}

.pp-sticky-cart {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pp-sticky-left {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 50%;
}

.pp-sticky-left img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 8px;
}

.pp-product-info h4 {
  margin: 0;
  font-size: 16px;
  line-height: 1.3;
}

.pp-product-info span {
  font-size: 18px;
  font-weight: 600;
  color: #3c8c46;
}

.pp-sticky-right {
  display: flex;
  gap: 12px;
}

.pp-add-cart,
.pp-buy-now {
  min-width: 180px;
  height: 48px;
  border: none;
  cursor: pointer;
}

.pp-add-cart {
  background: #2e7d32;
  color: #fff;
  border-radius: 10px;
}

.pp-buy-now {
  background: #fff;
  border: 2px solid #8d5a3b;
  color: #8d5a3b;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .pp-product-info h4 {
    font-size: 13px;
  }

  .pp-product-info span {
    font-size: 15px;
  }

  .pp-add-cart,
  .pp-buy-now {
    min-width: 120px;
    height: 42px;
  }

  .pp-sticky-left img {
    width: 45px;
    height: 45px;
  }
}
.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn,
.xoo-wsc-container .xoo-wsc-btn {
  font-size: 14px;
  border-radius: 10px;
}
.xoo-wsc-ft-buttons-cont {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
a.xoo-wsc-ft-btn-checkout .amount {
  font-style: normal;
  font-size: 14px;
}
.xoo-wsc-products:not(.xoo-wsc-pattern-card) a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pp-sticky-inner-wrapper {
  display: flex;
  max-width: 1320px;
  margin: auto;
  align-items: center;
  justify-content: space-between;
}
.pp-product-info h4 {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pp-product-info {
  width: 100%;
}

.price.range-grey {
  color: #7e7e7e !important;
  font-weight: 500;
  font-size: 18px;
}
.product-note {
  margin-bottom: 24px !important;
  padding: 12px 15px;
  background: #e0e0e0;
  border-left: 4px solid #2e7d32;
  border-radius: 6px;
  font-size: 13px;
  line-height: 1.6;
  color: #555;
}
@media (max-width: 647px) {
  .ct-cart-actions .button.buy-now-btn {
    max-width: 100%;
    min-width: 100%;
    width: auto;
  }
  .ct-cart-actions :is(.single_add_to_cart_button, .added_to_cart) {
    max-width: var(--theme-button-max-width);
    min-width: 66%;
  }
  .ct-cart-actions .quantity {
    --item-order: 1;
    --quantity-height: var(--theme-button-min-height);
    width: 30%;
  }
  .pp-sticky-inner-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .pp-product-info {
    width: 50%;
  }
  .pp-sticky-lef {
    width: 100%;
  }
  .ct-footer [data-column="widget-area-1"],
  .ct-footer [data-column="widget-area-2"] {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    .ct-widget:not(:first-child) {
      margin-top: 0;
    }
  }
}
.woocommerce-checkout .ct-container-full {
	margin-bottom:60px;
}
.checkout-product-info {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.checkout-product-thumb img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid #e5e5e5;
}

.checkout-product-content {
    display: flex;
    flex-direction: column;
	width: 76%;
}

.checkout-product-title {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 4px;
	color: #212121;
}

.checkout-product-qty {
    font-size: 13px;
    color: #454545;
    font-weight: 500;
}

.woocommerce-checkout-review-order-table .product-quantity {
    display: none !important;
}
button#place_order {
    background: #2e7d32;
}
button#place_order:hover {
    background: #84c987;
}
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
    display: none !important;
}
p.checkout-inline-error-message {
    font-size: 14px;
    margin-top: 4px;
    color: #fc2020;
}
.woocommerce-order-pay .woocommerce p{
    font-size: 18px;
    color: #212121;
    text-align: center;
    border-radius: 10px;
    font-weight: 500;
}
button#btn-razorpay {
    background: #2e7d32;
    color: #ffffff;
    padding: 8px 20px;
    border-radius: 10px;
}
button#btn-razorpay-cancel {
    background: transparent;
    border: 1px solid red;
    border-radius: 10px;
    padding: 7px 20px;
    color: red;
    margin-left: 10px;
}
.contact-form-wrapper {
	input.wpcf7-form-control.wpcf7-submit {
    background: #2e7d32 !important;
    border-radius: 10px !important;
    width: fit-content !important;
    padding: 8px 30px !important;
    font-weight: 500 !important;
		border:0px !important;
}
}