#stack-card {
    position: relative !important;
    overflow: hidden !important;
    background-image: none !important;
    cursor: pointer !important;
}
#stack-card::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    background-size: cover !important;
    background-position: center !important;
    z-index: 0 !important;
    transition: transform 0.5s ease-in-out !important;
}
#stack-card:hover::before {
    transform: scale(1.15) !important;
}

.event-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 64px;
}

.event-location {
    margin: 0 !important;
    min-height: 24px;
}

.event-location p {
    margin: 0 !important;
}

.event-card .elementor-text-editor {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.event-title,
.event-card .elementor-text-editor,
.event-location {
    cursor: pointer;
}

/* Why Choose Us? */
.hover-bio-card .hover-bio-text {
    position: absolute !important;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.95) 40%, rgba(0,0,0,0.75) 75%, rgba(0,0,0,0) 100%);
    color: #fff !important;
    padding: 40px 30px 25px;
    transform: translateY(30px);
    opacity: 0;
    transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
    z-index: 5;
    pointer-events: none;
}

.hover-bio-card:hover .hover-bio-text {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
}

.hover-bio-text p:first-child {
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 4px !important;
    position: relative;
    padding-left: 16px;
    border-left: 3px solid #00AEEF;
}

.hover-bio-card::before {
    position: absolute;
    bottom: 20px;
    left: 30px;
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    opacity: 0.8;
    z-index: 3;
    transition: opacity 0.3s ease-in-out;
    pointer-events: none;
}

.hover-bio-card:hover::before {
    opacity: 0;
}

.hover-bio-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.15);
    transition: background 0.4s ease-in-out;
    z-index: 1;
    pointer-events: none;
}

.hover-bio-card:hover::after {
    background: rgba(0,0,0,0.35);
}

.bio-slider-strip {
    opacity: 1;
    transition: opacity 0.4s ease-in-out;
    position: relative;
    z-index: 2;
}

.hover-bio-card:hover .bio-slider-strip {
    opacity: 0;
    pointer-events: none;
}

.why-choose-item {
    position: relative;
    padding-left: 16px !important;
    border-left: 3px solid #00AEEF;
}

.nutreko-single-product-extra .extra-info li:nth-child(2),
.nutreko-single-product-extra .extra-info li:nth-child(3) {
  display: none;
}

.buy-now-button {
	display: flex;
	justify-content: center;
	align-items: center;
	white-space: nowrap;
	text-transform: uppercase;
	padding: 17px 20px;
	font-size: 16px;
	font-weight: 900;
	z-index: 1;
	flex: 1;
	transition: all 0.3s ease;
	background: #000000;
	color: #ffffff;
	border: none;
/* 	   width: 350px !important; */
/*     display: block !important; */
/*     margin: 10px auto !important; */
/*     text-align: center !important; */
/*     box-sizing: border-box !important; */
}

.single-product div.product .single_add_to_cart_button {
	background: none;
	border: 1px solid black;
	color: black;
}

.single-product div.product .single_add_to_cart_button:hover {
	border: 1px solid #00ABFF;
}

.woocommerce div.product p.stock,
.woocommerce div.product .stock.out-of-stock {
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: clip !important;
  width: auto !important;
  max-width: 100% !important;
  word-break: normal;
  overflow-wrap: break-word;
  text-align: left;
  line-height: 1.5;
}

.woocommerce div.product .stock.out-of-stock {
  display: block;
  padding: 10px 12px;
  margin: 0 0 15px;
  font-size: 14px;
}

.woocommerce-Tabs-panel .shopify-section h2,
.woocommerce-Tabs-panel .shopify-section .heading,
.woocommerce-Tabs-panel .section h2,
.woocommerce-Tabs-panel .image-with-text h2 {
  font-size: clamp(46px, 5vw, 38px) !important;
  line-height: 1.15 !important;
  letter-spacing: -0.5px !important;
  word-break: normal;
  overflow-wrap: break-word;
  hyphens: none;
}

.woocommerce-Tabs-panel .shopify-section h3,
.woocommerce-Tabs-panel .section h3 {
  font-size: clamp(20px, 4vw, 28px) !important;
  line-height: 1.2 !important;
}

.woocommerce-Tabs-panel .shopify-section h1,
.woocommerce-Tabs-panel .section h1 {
  font-size: clamp(46px, 6vw, 44px) !important;
  line-height: 1.1 !important;
}

@media (max-width: 767px) {
  .single-product div.product .product_title {
    font-size: 26px !important;
    line-height: 1.15 !important;
    margin-bottom: 12px !important;
  }

  #respond #reply-title {
    font-size: 20px !important;
    line-height: 1.2 !important;
  }
}

@media (max-width: 767px) {

  .single-product form.cart {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
  }

  .single-product form.cart .quantity_wrap {
    flex: 0 0 110px;
    margin: 0 !important;
  }

  .single-product form.cart .single_add_to_cart_button {
    flex: 1 1 auto;
    min-width: 0;
    margin: 0 !important;
    padding: 14px 12px !important;
    font-size: 14px !important;
    white-space: nowrap;
  }

  .single-product form.cart .woosw-btn,
  .single-product form.cart .woosc-btn {
    flex: 0 0 44px;
    height: 44px;
    margin: 0 !important;
  }

  .single-product .buy-now-button {
    width: 100%;
    padding: 15px 20px !important;
    font-size: 15px !important;
    margin-top: 10px;
  }

  .single-product form.cart .quantity input.qty {
    width: 44px;
  }
}

@media (max-width: 767px) {
  .related > h2:first-child,
  .upsells > h2:first-child {
    padding-top: 30px !important;
    margin-bottom: 20px !important;
    font-size: 26px !important;
    line-height: 1.15 !important;
  }
}





@media (min-width: 768px) {
  .single-product form.cart {
    display: flex !important;
    align-items: center;
    justify-content: flex-start !important;
    gap: 10px;
    flex-wrap: wrap;
  }

  .single-product form.cart .quantity_wrap {
    flex: 0 0 auto;
    margin: 0 !important;
  }

  .single-product form.cart .quantity_wrap .quantity {
    height: 48px;
  }

  .single-product form.cart .single_add_to_cart_button {
    flex: 0 0 auto;
    min-width: 190px;
    height: 48px;
    margin: 0 !important;
    padding: 0 28px !important;
    font-size: 14px !important;
    letter-spacing: 0.5px;
  }

  .single-product form.cart .woosw-btn,
  .single-product form.cart .woosc-btn {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    margin: 0 !important;
  }

  .single-product .buy-now-button {
    max-width: 320px;
    width: 100%;
    height: 52px;
    margin-left: 0;
    padding: 0 24px !important;
    font-size: 15px !important;
  }
}


/* Mobile view search input visibility */
body > .site-search-popup.active .site-search-popup-wrap form.woocommerce-product-search input[type=search],
body > .site-search-popup.is-open .site-search-popup-wrap form.woocommerce-product-search input[type=search] {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
	border: 1px solid #ddd !important;
	color: #000;
    font-size: 14px;
    padding-left: 25px !important;
}

#sb_instagram img { 
	border-radius: 20px; 
}

.woocommerce .woocommerce-error { 
	background-color: transparent !important; color: #ff0000; 
}
.woocommerce .woocommerce-error strong { 
	color: #ff0000;
}

@font-face {
  font-family: 'Source Serif 4';
  font-style: normal;
  src: url('/wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.ttf.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'Source Serif 4';
  font-style: italic;
  src: url('/wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.ttf.woff2') format('woff2');
  font-display: swap;
}
/* added Aug 29 surinder*/
ul.products li.product .product-block { box-shadow: 2px 2px 5px 1px var(--border) inset }