@keyframes celebrate {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(2.2);
  }
  100% {
    transform: scale(0);
  }
}

.celebration {
  font-size: 20px;
  animation: celebrate 2s ease-in-out infinite alternate;
}

/* Slider */
.slick-slider
{
position: relative;

display: block;
box-sizing: border-box;

-webkit-user-select: none;
 -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;

-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
  touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}

.slick-list
{
position: relative;

display: block;
overflow: hidden;

margin: 0;
padding: 0;
}
.slick-list:focus
{
outline: none;
}
.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
 -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
   -o-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
}

.slick-track
{
position: relative;
top: 0;
left: 0;

display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
display: table;

content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}

.slick-slide
{
display: none;
float: left;

height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide
{
float: right;
}
.slick-slide img
{
display: block;
}
.slick-slide.slick-loading img
{
display: none;
}
.slick-slide.dragging img
{
pointer-events: none;
}
.slick-initialized .slick-slide
{
display: block;
}
.slick-loading .slick-slide
{
visibility: hidden;
}
.slick-vertical .slick-slide
{
display: block;

height: auto;

border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}
/* end of slick.css */
@charset 'UTF-8';
/* Slider */
/* .slick-loading .slick-list
{
background: #fff url('./ajax-loader.gif') center center no-repeat;
}

@font-face
{
font-family: 'slick';
font-weight: normal;
font-style: normal;

src: url('./fonts/slick.eot');
src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
} */
/* Arrows */
.slick-prev,
.slick-next
{
font-size: 0;
line-height: 0;

position: absolute;
top: 50%;

display: block;

width: 20px;
height: 20px;
padding: 0;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);

cursor: pointer;

color: transparent;
border: none;
outline: none;
background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
color: transparent;
outline: none;
background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
font-family: 'slick';
font-size: 20px;
line-height: 1;

opacity: .75;
color: white;

-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
left: -25px;
}
[dir='rtl'] .slick-prev
{
right: -25px;
left: auto;
}
.slick-prev:before
{
content: 'â†';
}
[dir='rtl'] .slick-prev:before
{
content: 'â†'';
}

.slick-next
{
right: -25px;
}
[dir='rtl'] .slick-next
{
right: auto;
left: -25px;
}
.slick-next:before
{
content: 'â†'';
}
[dir='rtl'] .slick-next:before
{
content: 'â†';
}

/* Dots */
.slick-dotted.slick-slider
{
margin-bottom: 30px;
}

.slick-dots
{
position: absolute;
bottom: -25px;

display: block;

width: 100%;
padding: 0;
margin: 0;

list-style: none;

text-align: center;
}
.slick-dots li
{
position: relative;

display: inline-block;

width: 20px;
height: 20px;
margin: 0 5px;
padding: 0;

cursor: pointer;
}
.slick-dots li button
{
font-size: 0;
line-height: 0;

display: block;

width: 20px;
height: 20px;
padding: 5px;

cursor: pointer;

color: transparent;
border: 0;
outline: none;
background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
opacity: 1;
}
.slick-dots li button:before
{
font-family: 'slick';
font-size: 6px;
line-height: 20px;

position: absolute;
top: 0;
left: 0;

width: 20px;
height: 20px;

content: 'â€¢';
text-align: center;

opacity: .25;
color: black;

-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
opacity: .75;
color: black;
}
/* slick theme css end*/
/* empty cart css */
.cartcontainer {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
}

/* Style for the empty cart image */
.cart-empty-cart {
  text-align: center;
}

/* Style for the text below the empty cart image */
.cart-empty-cart-text {
  font-size: 24px;
  margin-top: 20px;
}
/* end */
.button-reset {
  background: none;        /* Remove background */
  border: none;            /* Remove border */
  padding: 0;              /* Remove padding */
  margin: 0;               /* Remove margin */
  outline: none;           /* Remove outline, though you might want to provide alternative focus styles for accessibility */
  cursor: pointer;         /* Keep the cursor as pointer to indicate it's clickable */
  font-family: inherit;    /* Use the same font family as surrounding text */
  font-size: inherit;      /* Use the same font size as surrounding text */
  color: inherit;          /* Use the same color as surrounding text */
  text-align: inherit;     /* Use the same text alignment as surrounding text */
  -webkit-appearance: none; /* Remove platform-specific styling on WebKit browsers like Safari */
  -moz-appearance: none;    /* Remove platform-specific styling on Firefox */
  appearance: none;        /* Future-proofing for standardized property */
}
.loader-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.7); /* Adjust the background color and opacity to your liking */
  z-index: 9999; /* Make sure the loader is on top of other content */
}

.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* START FROM HERE */

[data-star] {
font-size: 30px;
text-align:left;
font-style:normal;
display:inline-block;
position: relative;
unicode-bidi: bidi-override;
}
[data-star]::before {
display:block;
content: '★★★★★';
color: #eee;
}
[data-star]::after {
white-space:nowrap;
position:absolute;
top:0;
left:0;
content: '★★★★★';
width: 0;
color: #FFBE4A;
overflow:hidden;
height:100%;
}

[data-star^="0.1"]::after{width:2%}
[data-star^="0.2"]::after{width:4%}
[data-star^="0.3"]::after{width:6%}
[data-star^="0.4"]::after{width:8%}
[data-star^="0.5"]::after{width:10%}
[data-star^="0.6"]::after{width:12%}
[data-star^="0.7"]::after{width:14%}
[data-star^="0.8"]::after{width:16%}
[data-star^="0.9"]::after{width:18%}
[data-star^="1"]::after{width:20%}
[data-star^="1.1"]::after{width:22%}
[data-star^="1.2"]::after{width:24%}
[data-star^="1.3"]::after{width:26%}
[data-star^="1.4"]::after{width:28%}
[data-star^="1.5"]::after{width:30%}
[data-star^="1.6"]::after{width:32%}
[data-star^="1.7"]::after{width:34%}
[data-star^="1.8"]::after{width:36%}
[data-star^="1.9"]::after{width:38%}
[data-star^="2"]::after{width:40%}
[data-star^="2.1"]::after{width:42%}
[data-star^="2.2"]::after{width:44%}
[data-star^="2.3"]::after{width:46%}
[data-star^="2.4"]::after{width:48%}
[data-star^="2.5"]::after{width:50%}
[data-star^="2.6"]::after{width:52%}
[data-star^="2.7"]::after{width:54%}
[data-star^="2.8"]::after{width:56%}
[data-star^="2.9"]::after{width:58%}
[data-star^="3"]::after{width:60%}
[data-star^="3.1"]::after{width:62%}
[data-star^="3.2"]::after{width:64%}
[data-star^="3.3"]::after{width:66%}
[data-star^="3.4"]::after{width:68%}
[data-star^="3.5"]::after{width:70%}
[data-star^="3.6"]::after{width:72%}
[data-star^="3.7"]::after{width:74%}
[data-star^="3.8"]::after{width:76%}
[data-star^="3.9"]::after{width:78%}
[data-star^="4"]::after{width:80%}
[data-star^="4.1"]::after{width:82%}
[data-star^="4.2"]::after{width:84%}
[data-star^="4.3"]::after{width:86%}
[data-star^="4.4"]::after{width:88%}
[data-star^="4.5"]::after{width:90%}
[data-star^="4.6"]::after{width:92%}
[data-star^="4.7"]::after{width:94%}
[data-star^="4.8"]::after{width:96%}
[data-star^="4.9"]::after{width:98%}
[data-star^="5"]::after{width:100%}
/*!
* three-dots - v0.3.2
* CSS loading animations made with single element
* https://nzbin.github.io/three-dots/
*
* Copyright (c) 2018 nzbin
* Released under MIT License
*/

/**
* ==============================================
* Dot Elastic
* ==============================================
*/
.dot-elastic {
position: relative;
height: 10px;
border-radius: 5px;
background-color: #ffbe4a;
color: #9880ff;
animation: dot-elastic 1s infinite linear;
}
.dot-elastic::before, .dot-elastic::after {
content: "";
display: inline-block;
position: absolute;
top: 0;
}


@keyframes dot-elastic-before {
0% {
transform: scale(1, 1);
}
25% {
transform: scale(1, 1.5);
}
50% {
transform: scale(1, 0.67);
}
75% {
transform: scale(1, 1);
}
100% {
transform: scale(1, 1);
}
}
@keyframes dot-elastic {
0% {
transform: scale(1, 1);
}
25% {
transform: scale(1, 1);
}
50% {
transform: scale(1, 1.5);
}
75% {
transform: scale(1, 1);
}
100% {
transform: scale(1, 1);
}
}
@keyframes dot-elastic-after {
0% {
transform: scale(1, 1);
}
25% {
transform: scale(1, 1);
}
50% {
transform: scale(1, 0.67);
}
75% {
transform: scale(1, 1.5);
}
100% {
transform: scale(1, 1);
}
}

.location-link {
text-decoration: none;
color: #000;
font-size: 1.8rem;
line-height: 3rem;
padding: 20px 20px !important;
border-radius: 15px;
max-width: 50%;
min-width: 160px;
}

.location-modal-footer {
background-color: unset !important;
}

/* Floating actions: WhatsApp on all pages (center-right); Shark Tank home only below WhatsApp */
.floating-side-actions {
  position: fixed;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.floating-side-actions__chat {
  position: relative;
}

.floating-side-actions #wa-chat-popup-div {
  position: static;
  bottom: auto;
  left: auto;
  right: auto;
}

.floating-side-actions .whatsApp-popup {
  position: absolute;
  bottom: calc(100% + 12px);
  right: 0;
  left: auto;
  top: auto;
}

.floating-side-actions .shark-tank-icon {
  position: static;
  top: auto;
  right: auto;
  transform: none;
  transition: .4s ease-in-out;
  cursor: pointer;
}

.floating-side-actions .shark-tank-icon:hover {
  transform: scale(1.1);
}

.shark-tank-icon {
transition: .4s ease-in-out;
cursor: pointer;
}

.shark-tank-icon:hover img {
box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4), 0 3px 10px rgba(0, 0, 0, 0.3);
}

.shark-tank-icon img {
max-width: 100px;
height: auto;
border-radius: 50%;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3), 0 2px 8px rgba(0, 0, 0, 0.2);
transition: box-shadow 0.4s ease-in-out;
}

@media screen and (max-width: 992px) {
.floating-side-actions {
  right: 15px;
}
.shark-tank-icon img {
max-width: 80px;
}
}


#wa-chat-popup-div {
    z-index: 998;
    text-decoration: none;
}

.whatsApp-icon {
    background: linear-gradient(rgb(30, 190, 165), rgb(1, 230, 119));
    border-radius: 100px;
    width: 60px;
    height: 60px;
    padding: 12px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    transition: .4s ease-in-out;
}

.whatsApp-icon:hover {
    transform: translateY(-6px);
}

.whatsApp-popup {
    z-index: 998;
    width: 320px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    border-radius: 12px;
    transition: .4s ease-in-out;
    background-color : white;
}

.whatsApp-popup .WA-upper {
    background: linear-gradient(rgb(30, 190, 165), rgb(1, 230, 119));
    padding: 20px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.whatsApp-popup .inner-WA-icon {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 100px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
}

.whatsApp-popup .inner-WA-icon img {
    width: 38px;
    height: 38px;
}

.inner-WA-icon .online-dot {
    position: absolute;
    right: 5px;
    bottom: 2px;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    border: 2px solid white;
    background-color: #26c281;
}

.WA-upper p {
    margin-bottom: 0;
    color: white;
}

.WA-upper .p1 {
    font-size: 14px;
    font-weight: 500;
}

.WA-upper .p2 {
    font-size: 12px;
}

.WA-lower {
    background-color: white;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.WA-lower a {
    background: linear-gradient(rgb(30, 190, 165), rgb(1, 230, 119));
    border-radius: 8px;
    margin: 15px;
    padding: 8px 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    text-decoration: none;
}


.main-content-storefront{
  padding-top: 88px;
  @media screen and (max-width: 992px){
    padding-top: 72px;
  }
  @media screen and (max-width: 575px){
    padding-top: 68px;
  }
}
