﻿.Highlight {
    color: #fff; /*rgba(200,34,143,1);*/
    font-weight: 800;
    background-color: rgba(200,34,143,1);
    padding: 5px;
    line-height: 34px;
}

.Item-Borders {
    border: 1px solid rgba(200,34,143,1);
    border-radius: 16px;
}

    .Item-Borders:hover {
        border: 1px outset darkGreen;
        background-color: #eafaf1;
    }

    .Item-Borders i {
        color: rgba(200,34,143,1);
        border-radius: 16px;
    }


/* General Styles */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-image: repeating-linear-gradient(24deg, #ddd2d2, #fff 1px, transparent 1px, transparent 40px), repeating-linear-gradient(-90deg, #fff, #fff 1px, transparent 1px, transparent 40px);
    
}


.nav-links {
    list-style: none;
    display: flex;
}

    .nav-links li {
        margin-left: 20px;
    }

    .nav-links a {
        color: rgba(200,34,143,1);
        text-decoration: none;
    }

.header_animation {
    width: 100%;
    height: 92vh;
    margin-top: 22px;
}

@media screen and (max-width: 768px) {
    .header_animation {
            width: 100%;
            height: 40vh;
            margin-top: 22px;
        }

}




/*///////////////////////////////////             Slide_Show*/


.slideshow_section {
  width: 100%;
  height: 100vh;
}

.swiper-container_slideshow {
    margin-top:20px;
  width: 100%;
  height: 100%;
}

.slide {
     /*position: absolute;*/
  display: flex;
  flex-direction: column; /* Align items vertically */
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  font-size: 14px;
  background: #fff;
  overflow: hidden;
}

.swiper-slide {
    position: relative;
    display: flex;
    justify-content: center;  /* Horizontally center the title and subtitle */
    align-items: center;      /* Vertically center the title and subtitle */
    height: 100%;
    text-align: center;       /* Ensure text is centered */
    /*background-color:darkgray;*/
}

.slide-image {
  position: absolute;
  top: -200px;
  left: -200px;
  width: calc(100% + 400px);
  height: calc(100% + 400px);
  background-position: 50% 50%;
  background-size: cover;
}
.slide-title {
  font-size: 2rem;
  line-height: 1;
  max-width: 100%;
  white-space: normal;
  word-break: break-word;
  color: #FFF;
  z-index: 100;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  position:absolute;
  top:40%;
  left:10%;
  max-width: none;
  /*background-color:#8694a442;
  border-radius:05px;*/
}

.slide-sub-title {
    /*position: relative;*/
    font-size: 1.2rem; /* Adjust as needed */
    font-weight: normal;
    text-transform: none;
    color: #fff;
    text-align: center;
    z-index: 9; /* Ensure it's behind the title */
      position:absolute;
  top:55%;
  left:10%;
  /*background-color:#8694a442;
  border-radius:05px;*/

    
}


@media screen and (max-width: 480px) {
   .slide-title
    {
         left:2px;
        right:2px;
    }
    .slide-sub-title
    {
        left:2px;
        right:2px;
    }
}



@media (min-width: 45em) {
  .slide-title {
    font-size: 4vw;
    max-width: none;
    
  }
}



.slide-title span {
  white-space: pre;
  display: inline-block;
  opacity: 0;
}

.slideshow {
  position: relative;
}
.slideshow-pagination {
  position: absolute;
  bottom: 5rem;
  left: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  transition: .3s opacity;
  z-index: 10;
}
.slideshow-pagination-item {
  display: flex;
  align-items: center;
}
.slideshow-pagination-item .pagination-number {
  opacity: 0.5;
}
.slideshow-pagination-item:hover, .slideshow-pagination-item:focus {
  cursor: pointer;
}
.slideshow-pagination-item:last-of-type .pagination-separator {
  width: 0;
}
.slideshow-pagination-item.active .pagination-number {
  opacity: 1;
}
.slideshow-pagination-item.active .pagination-separator {
  width: 10vw;
}
.slideshow-navigation-button {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 5rem;
  z-index: 1000;
  transition: all .3s ease;
  color: #FFF;
}
.slideshow-navigation-button:hover, .slideshow-navigation-button:focus {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
}
.slideshow-navigation-button.prev {
  left: 0;
}
.slideshow-navigation-button.next {
  right: 0;
}

.pagination-number {
  font-size: 1.8rem;
  color: #FFF;
  font-family: 'Oswald', sans-serif;
  padding: 0 0.5rem;
}

.pagination-separator {
  display: none;
  position: relative;
  width: 40px;
  height: 2px;
  background: rgba(255, 255, 255, 0.25);
  transition: all .3s ease;
}
@media (min-width: 45em) {
  .pagination-separator {
    display: block;
  }
}
.pagination-separator-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  transform-origin: 0 0;
}


/*//////////////////////////////////*/

 .hero_v_player {
        position: relative;
        height: 100vh;
        overflow: hidden;
        margin-top: 60px; /* Adds space to avoid overlap */
    }

    .hero-video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover; /* Ensures the video fills the screen */
        object-position: top center; /* Keeps the video aligned from the top */
    }

    .hero-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        color: white;
        font-size: 2em;
        background-color: rgba(0, 0, 0, 0.5); /* Optional: adds a background to the text */
        padding: 20px;
        border-radius: 10px;
    }

    .hero_v_player h1 {
        margin: 0;
        font-size: 3em;
    }

    .hero_v_player p {
        margin: 10px 0 0;
        font-size: 1.2em;
    }

    /*/////////////////////////*/

    /* Mobile responsiveness */
    @media screen and (max-width: 768px) {
        .hero_v_player {
            height: 60vh; /* Adjust height for smaller screens */
            margin-top: 0; /* Remove the top margin */
        }

        .hero-video {
            object-position: center center; /* Center the video on mobile */
        }

        .hero-content {
            font-size: 1.5em; /* Reduce font size */
            padding: 15px; /* Adjust padding for smaller screens */
        }

        .hero_v_player h1 {
            font-size: 2em; /* Smaller title for mobile */
        }

        .hero_v_player p {
            font-size: 1em; /* Smaller paragraph text */
        }
    }

    /* For very small screens like mobile portrait */
    @media screen and (max-width: 480px) {
        .hero_v_player {
            height: 50vh; /* Further reduce height for tiny screens */
            margin-top:60px;
        }

        .hero-content {
            font-size: 1.2em; /* Even smaller font for very small screens */
            padding: 10px; /* Reduce padding further */
        }

        .hero_v_player h1 {
            font-size: 1.5em; /* Smaller font size for headings */
        }

        .hero_v_player p {
            font-size: 0.9em; /* Smaller paragraph text */
        }
    }



    /*/////////////////////////*/

.hero {
    margin-top:20px !important;
    position: relative;
    height: 95vh;
    overflow: hidden;
    font-family: Bahnschrift, 'Bell MT', Calibri, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color:transparent;
}

.slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

/*.slide {
    min-width: 100%;
    position: relative;
    display: none;
    background-color:red;
}*/

@media (max-width: 768px) {

     .hero{
   
    height: 44vh !important;
}
  .slide img {
     height: 40vh !important;
}
}

    .slide.active {
        display: block;
    }

    .slide img {
        width: 100%;
        object-fit: fill;
        height:89vh;
    }

.slide-text {
    position: absolute;
    /*bottom: 20px;*/
    left: 60px;
    color: white;
    top: 20%;
    font-size: 2.5rem;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
}

.slide-Detail {
    position: absolute;
    left: 60px;
    color: white;
    top: 40%;
    width: 400px;
    max-width: 95%;
    font-size: 1.2rem;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
}

.slide-Action {
    position: absolute;
    left: 60px;
    top: 80%;
    font-size: 1.2rem;
    padding: 10px;
}

.prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgb(0 0 0 / 0.1);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}

.section {
    margin-top: 0px;
    padding: 100px 20px;
    text-align: center;
    min-height: 100vh;
}

.section_bg {
    background-color: transparent;
}

.features-grid {
    display: grid;
    /*grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));*/
    gap: 20px;
    margin-top: 20px;
}

.feature-item {
    background-color: #f4f4f4;
    padding: 20px;
    border-radius: 10px;
    background-color: rgb(169 169 169 / 17%);
    color: black;
}

.feature-item i {
        font-size: 40px;
        margin-bottom: 10px;
}



.Section-Title {
	color: dimgray;
	/*font-size: 1.2em;*/
	font-size: clamp(2.5rem, 2.5vw, 3rem);
	font-weight: 900;
	text-align: center;
	padding: 10px;
}
.Feature-Columns {
	display: flex;
	flex-wrap: wrap;
	min-height: 35vh;
	/*border-top: solid 5px rgba(200,34,143,1);
		border-bottom: solid 5px rgba(200,34,143,1);
		border-left: solid 5px rgba(200,34,143,1);
		border-radius: 24px;*/
}

.Feature-Columns-Alt {
	display: flex;
	flex-wrap: wrap;
	min-height: 35vh;
	/*border-top: solid 1px rgba(76,46,141,1);
		border-bottom: solid 1px rgba(76,46,141,1);
		border-right: solid 1px rgba(76,46,141,1);
		border-radius: 24px;*/
}

/* columns */
.Feature-Columns > * {
	width: 100%;
	padding: 1rem;
}

/* tablet breakpoint */
@media (min-width:768px) {
	.Feature-Columns > * {
		width: 50%;
	}
}

/*.Feature-Column {
	width: 50%;
	float:left;
	height:50vh;
}*/

.Feature-Head {
	background-color: rgba(200,34,143,1);
	color: #fff;
	align-content: center;
	border-radius: 24px;
	transition: ease-in-out 5s;
}

.Feature-Head-Alt {
	background-color: rgba(76,46,141,1);
	color: #fff;
	align-content: center;
	border-radius: 24px;
	transition: 5s;
}

.Feature-Detail {
	/*background-color: #fff;*/
	/*border: 1px solid rgba(200,34,143,1);*/
	/*border: 1px solid lighgray;*/
	color: dimgray;
	justify-content: center;
    text-align:justify;
	padding: 2rem;
	transition: 5s;
}

Detail-Content {
	vertical-align: middle;
	justify-content: center;
}

.Feature-Title {
	color: white;
	/*font-size: 1.2em;*/
	font-size: clamp(2rem, 2.5vw, 2.5rem);
	font-weight: 900;
	text-align: center;
	padding: 10px;
}

.Feature-SubTitle {
	color: white;
	/*font-size: 0.6em;*/
	font-size: clamp(0.6rem, 2.5vw, 1.2rem);
	font-weight: 600;
	text-align: center;
	padding: 5px;
}


/*////////////////////////////*/





/*/////////////////////////////////////*/
/* Google Font CDN Link */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

:root {
	--bgcolor: #db1414;
	--forecolor:#db1414;

}

.container{
  max-width: 90%;
  width: 100%;
  overflow: hidden;
  padding: 0px 0;
}
.container .main-card{
  display: flex;
  justify-content: space-evenly;
  width: 200%;
  transition: 1s;
}
#two:checked ~ .main-card{
  margin-left: -100%;
}
.container .main-card .cards{
  width: calc(100% / 2 - 10px);
  display: flex;
  flex-wrap: wrap;
  margin: 0 20px;
  justify-content: space-between;
}
.main-card .cards .TMcard{
  width: calc(100% / 2 - 10px);
  background: #fff;
  border-radius: 12px;
	/*border: 1px solid #db1414 ;*/
  padding: 30px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  transition: all 0.4s ease;
}
.main-card .cards .TMcard:hover{
  transform: translateY(-15px);
}
.cards .TMcard .content{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.cards .TMcard .content .img{
  height: 130px;
  width: 130px;
  border-radius: 50%;
  padding: 2px;
  /*background: #FF676D;*/
	background:#db1414;
  margin-bottom: 14px;
}
.TMcard .content .img img{
  height: 100%;
  width: 100%;
  /*border: 2px solid #ffff;*/
  border-radius: 50%;
  object-fit: fit;
	object-fit:fill;
}
.TMcard .content .feedback{
  font-size: 17px;
  font-weight: 500;
	font-style:italic;
	color:#000;
	margin-bottom:15px;
	text-justify:distribute-all-lines;

}
.TMcard .content .feedback .p{
  font-size: 17px;
  /*font-weight: 500;*/
	font-style:italic;
	/*color:darkgrey;*/
	color:#db1414;
	margin-bottom:15px;
}

.TMcard .content .FeedbackComingSoon{
  font-size: 50px;
  font-weight: 800;
	font-style:italic;
	/*color:#FF676D;*/
	color:#db1414;
}

.TextGradient{
	/*background: -webkit-linear-gradient(to right, #db1414, #eee);*/
	 /*background: linear-gradient(to right, #f32170, 
                    #ff6b08, #cf23cf, #eedd44);*/ 
	 background: linear-gradient(to right, #f32170, 
                    #ff6b08, #cf23cf, #db1414); 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.TMcard .content .PersonName{
  font-size: 24px;
  font-weight: 800;
}
.TMcard .content .JobTitle{
  font-size: 18px;
}
.TMcard .content .name{
  font-size: 20px;
  font-weight: 800;
}
.TMcard .content .job{
  font-size: 20px;
  color: #db1414;
}
.TMcard .content .media-icons{
  margin-top: 10px;
  display: flex;
  justify-content:center;

}
.media-icons a{
  text-align: center;
  line-height: 45px;
  height: 48px;
  width: 48px;
  margin: 0 4px;
  font-size: 20px;
  color: #FFF;
  border-radius: 50%;
  border: 2px solid transparent;
  /*background: #FF676D;*/
	background:#db1414;
  transition: all 0.3s ease;
}
.media-icons a:hover{
  color: #db1414;
  background-color: #fff;
  border: 2px solid #FF676D;
	border-radius: 50%;
	
}
 .container .button{
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 20px;
}
.button label{
  height: 15px;
  width: 15px;
  border-radius: 20px;
  /*background: #fff;*/
	/*background:	#FF676D;*/
	background:#db1414;
  margin: 0 4px;
  cursor: pointer;
  transition: all 0.5s ease;
}
.button label.active{
  width: 35px;
}
#one:checked ~ .button .one{
  width: 35px;
}
#one:checked ~ .button .two{
  width: 15px;
}
#two:checked ~ .button .one{
  width: 15px;
}
#two:checked ~ .button .two{
  width: 35px;
}
input[type="radio"]{
  display: none;
}
@media (max-width: 768px) {
  .main-card .cards .TMcard{
    margin: 20px 0 10px 0;
    width: calc(100% / 2 - 10px);
  }
}
@media (max-width: 600px) {
  .main-card .cards .TMcard{
    /* margin: 20px 0 10px 0; */
    width: 100%;
  }
}


/*//////////////////////////////////////*/
.IntegrationModel
{
	background-color: #fff;
}

.IntegrationModel_Alt
{
	background-color: #000;
	color: #fff;
}

.IntegrationModelHead {
	text-align: center;
	vertical-align: middle;
}

	.IntegrationModelHead_img {
		left: 50% !important;
		top: 50% !important;
		width: 400px !important;
		height: 400px !important;
        display: block; margin-left: auto; margin-right: auto;
	}
.IntegrationModel_Content {
    text-justify: distribute-all-lines;
    text-align:justify;
}

.IntegrationModel_Content_bullets {
    text-justify: distribute-all-lines;
    text-align:justify;
    margin:10px;
    
}
/*/////////////////////////////////////////////////*/





/*//////////////////////////////////////*/
.ManagementDashboard
{
	background-color: #fff;
}

.ManagementDashboard_Alt
{
	background-color: #000;
	color: #fff;
}

.ManagementDashboardHead {
	text-align: center;
	vertical-align: middle;
}

	.ManagementDashboardHead_img {
		/*left: 80% !important;
		top: 20% !important;*/
		width: 95% !important;
		height: 400px !important;
        display: block; margin-left: auto; margin-right: auto;
	}
.ManagementDashboard_Content {
    text-justify: distribute-all-lines;
    text-align:justify;
}

.ManagementDashboard_Content_bullets {
    text-justify: distribute-all-lines;
    text-align:justify;
    margin:10px;
    
}








/*/////////////////////////////////////////////////////////*/

.footer {
    background-color: #333;
    color: white;
    text-align: center;
    padding: 20px;
    margin-top: 0px;
}

/** Footer CSS**/

/** Shopify CDN: Minification failed

Line 11:56114 Unexpected "{"
Line 11:56507 Unexpected "{"

**/
.cart-outer form[action^="/cart"] [type=submit] {
    display: block;
}

.related-product-link:hover + .related-product-image-wrap > img {
    --tw-rotate: 6deg;
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    -webkit-transform: var(--tw-transform);
    transform: var(--tw-transform);
}

/*
! tailwindcss v3.0.6 | MIT License | https://tailwindcss.com
*/
*, :after, :before {
    border: 0 solid;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

:after, :before {
    --tw-content: "";
}

html {
    -webkit-text-size-adjust: 100%;
    font-family: sofia-pro,sans-serif;
    line-height: 1.5;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
}

body {
    line-height: inherit;
    margin: 0;
}

hr {
    border-top-width: 1px;
    color: inherit;
    height: 0;
}

hr.line-info {
    background-color: #1d8cf8;
}

abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
}

a {
    color: inherit;
    text-decoration: inherit;
}

b, strong {
    font-weight: bolder;
}

code, kbd, pre, samp {
    font-family: ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

table {
    border-collapse: collapse;
    border-color: inherit;
    text-indent: 0;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font-family: inherit;
    font-size: 100%;
    line-height: inherit;
    margin: 0;
    padding: 0;
}

button, select {
    text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none;
}

:-moz-focusring {
    outline: auto;
}

:-moz-ui-invalid {
    box-shadow: none;
}

progress {
    vertical-align: baseline;
}

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

summary {
    display: list-item;
}

blockquote, dd, dl, figure, h1, h2, h3, h4, h5, h6, hr, p, pre {
    margin: 0;
}

fieldset {
    margin: 0;
}

fieldset, legend {
    padding: 0;
}

menu, ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

    input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
        color: #9ca3af;
        opacity: 1;
    }

    input::-moz-placeholder, textarea::-moz-placeholder {
        color: #9ca3af;
        opacity: 1;
    }

    input::-ms-input-placeholder, textarea::-ms-input-placeholder {
        color: #9ca3af;
        opacity: 1;
    }

    input::placeholder, textarea::placeholder {
        color: #9ca3af;
        opacity: 1;
    }

[role=button], button {
    cursor: pointer;
}

:disabled {
    cursor: default;
}

audio, canvas, embed, iframe, img, object, svg, video {
    display: block;
    vertical-align: middle;
}

img, video {
    height: auto;
    max-width: 100%;
}

[hidden] {
    display: none;
}

*, :after, :before {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-ring-inset: var(--tw-empty, /*!*/ /*!*/ );
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59,130,246,.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: var(--tw-empty, /*!*/ /*!*/ );
    --tw-brightness: var(--tw-empty, /*!*/ /*!*/ );
    --tw-contrast: var(--tw-empty, /*!*/ /*!*/ );
    --tw-grayscale: var(--tw-empty, /*!*/ /*!*/ );
    --tw-hue-rotate: var(--tw-empty, /*!*/ /*!*/ );
    --tw-invert: var(--tw-empty, /*!*/ /*!*/ );
    --tw-saturate: var(--tw-empty, /*!*/ /*!*/ );
    --tw-sepia: var(--tw-empty, /*!*/ /*!*/ );
    --tw-drop-shadow: var(--tw-empty, /*!*/ /*!*/ );
    --tw-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
    border-color: currentColor;
}

.glide {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 100%;
}

    .glide * {
        -webkit-box-sizing: inherit;
        box-sizing: inherit;
    }

.glide__slides, .glide__track {
    overflow: hidden;
}

.glide__slides {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: pan-Y;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    white-space: nowrap;
    width: 100%;
    will-change: transform;
}

.glide__slide, .glide__slides--dragging {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.glide__slide {
    -ms-flex-negative: 0;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    flex-shrink: 0;
    height: 100%;
    white-space: normal;
    width: 100%;
}

    .glide__slide a {
        -webkit-user-drag: none;
        -webkit-user-select: none;
        user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
    }

.glide__arrows, .glide__bullets {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.glide--rtl {
    direction: rtl;
}

.glide__arrow {
    background-color: transparent;
    border: 2px solid hsla(0,0%,100%,.5);
    border-radius: 4px;
    -webkit-box-shadow: 0 .25em .5em 0 rgba(0,0,0,.1);
    box-shadow: 0 .25em .5em 0 rgba(0,0,0,.1);
    color: #fff;
    cursor: pointer;
    display: block;
    line-height: 1;
    opacity: 1;
    padding: 9px 12px;
    position: absolute;
    text-shadow: 0 .25em .5em rgba(0,0,0,.1);
    text-transform: uppercase;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: opacity .15s ease,border .3s ease-in-out;
    -o-transition: opacity .15s ease,border .3s ease-in-out;
    transition: opacity .15s ease,border .3s ease-in-out;
    z-index: 2;
}

    .glide__arrow:focus {
        outline: none;
    }

    .glide__arrow:hover {
        border-color: #fff;
    }

.glide__arrow--left {
    left: 2em;
}

.glide__arrow--right {
    right: 2em;
}

.glide__arrow--disabled {
    opacity: .33;
}

.glide__bullets {
    bottom: 2em;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    list-style: none;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
}

.glide__bullet {
    background-color: hsla(0,0%,100%,.5);
    border: 2px solid transparent;
    border-radius: 50%;
    -webkit-box-shadow: 0 .25em .5em 0 rgba(0,0,0,.1);
    box-shadow: 0 .25em .5em 0 rgba(0,0,0,.1);
    cursor: pointer;
    height: 9px;
    line-height: 0;
    margin: 0 .25em;
    padding: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 9px;
}

    .glide__bullet:focus {
        outline: none;
    }

    .glide__bullet:focus, .glide__bullet:hover {
        background-color: hsla(0,0%,100%,.5);
        border: 2px solid #fff;
    }

.glide__bullet--active {
    background-color: #fff;
}

.glide--swipeable {
    cursor: -webkit-grab;
}

.glide--dragging {
    cursor: -webkit-grabbing;
}

body, html {
    font-size: 16px;
}

main {
    padding-bottom: 4.5vw;
}

.page main {
    padding-bottom: 0;
}

.index main, body.article main, body.blog main {
    --tw-gradient-from: #f97126;
    --tw-gradient-stops: var(--tw-gradient-from),#fd85c0,var(--tw-gradient-to,rgba(253,133,192,0));
    --tw-gradient-to: #ffb04e;
    background-image: -webkit-gradient(linear,left top,left bottom,from(var(--tw-gradient-stops)));
    background-image: -o-linear-gradient(top,var(--tw-gradient-stops));
    background-image: linear-gradient(to bottom,var(--tw-gradient-stops));
}

.index .section-header {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.shopify-section {
    display: block;
}

main .shopify-challenge__container, main .shopify-policy__container, main .shopify-section:first-child:not(.hero-section) {
    padding-top: 140px;
}

main .shopify-section.hero-section:first-child .hero-splash-wrapper {
    padding-top: 120px;
}

@media (min-width: 1024px) {
    main .shopify-section.hero-section:first-child .hero-splash-wrapper {
        padding-top: 200px;
    }
}

main .shopify-section:last-child:not(.remove-bottom-padding) {
    padding-bottom: 5rem;
}

    main .shopify-section:last-child:not(.remove-bottom-padding) > .container {
        padding-bottom: 0;
    }

:root {
    --purple-dark: #2a0f3f;
}

body {
    --tw-text-opacity: 1;
    color: rgb(42 15 63/var(--tw-text-opacity));
}

.svg-wrap > svg {
    fill: currentColor;
    display: block;
}

.svg-wrap--full-size > svg {
    height: 100%;
    width: 100%;
}

details summary::-webkit-details-marker, details summary::marker {
    display: none;
}

.loading-overlay:not(details summary::-webkit-details-marker) + .cart-item__price-wrapper, .loading-overlay:not(details summary::-webkit-details-marker) ~ cart-remove-button, .loading-overlay:not(details summary::marker) + .cart-item__price-wrapper, .loading-overlay:not(details summary::marker) ~ cart-remove-button {
    opacity: 50%;
}

.loading-overlay:not(details summary::-webkit-details-marker) ~ cart-remove-button, .loading-overlay:not(details summary::marker) ~ cart-remove-button {
    cursor: default;
    pointer-events: none;
}

details summary {
    list-style-type: none;
}

summary {
    -webkit-appearance: none !important;
}

.fruit-left {
    left: 0;
}

.fruit-left, .fruit-right {
    position: absolute;
    top: 5rem;
}

.fruit-right {
    right: 2rem;
}

.fruit-right-bottom {
    --tw-translate-x: 50%;
    --tw-rotate: 90deg;
    --tw-scale-x: .75;
    --tw-scale-y: .75;
    bottom: 0;
    right: 0;
    -webkit-transform: var(--tw-transform);
    transform: var(--tw-transform);
}

@media (min-width: 1024px) {
    .fruit-right-bottom {
        --tw-scale-x:1;
        --tw-scale-y: 1;
        -webkit-transform: var(--tw-transform);
        transform: var(--tw-transform);
    }
}

.fruit-right-bottom {
    position: absolute;
}

table {
    table-layout: fixed;
    width: 100%;
}

    table th {
        font-size: .75rem;
        font-weight: 700;
        line-height: 1;
        padding-left: .5rem;
        padding-right: .5rem;
    }

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -1rem;
    margin-right: -1rem;
}

.recharge-page .row {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

.col {
    padding-left: 1rem;
    padding-right: 1rem;
}

.hero-image {
    bottom: -8rem;
    right: -1rem;
}

img.hero-image {
    height: 320px;
    width: auto;
}

@media screen and (min-width: 640px) {
    @media (min-width:1024px) {
        table th {
            font-size: 1.25rem;
            line-height: 1.15;
        }
    }
}

@media screen and (min-width: 768px) {
    img.hero-image {
        height: 480px;
    }
}

@media screen and (min-width: 1024px) {
    .hero-image {
        right: 2rem;
        top: 2rem;
    }

    img.hero-image {
        height: auto;
        width: 40vw;
    }
}

.stars svg {
    height: 1.5rem;
    margin-right: 2px;
    width: 1.5rem;
}

.upper-curve {
    height: 8vw;
}

.lower-curve {
    height: 4.5vw;
}

.lower-curve-hero {
    height: 13vw;
}

.footer-top {
    left: 0;
}

.footer-stamp, .footer-top {
    right: 0;
    top: -2.25vw;
}

.visually-hidden {
    clip: rect(0 0 0 0);
    word-wrap: normal !important;
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
}

.visually-hidden--inline {
    height: 1em;
    margin: 0;
}

.rte--children-inherit-size > ol, .rte--children-inherit-size > p, .rte--children-inherit-size > ul {
    font-size: inherit;
}

.rte ol, .rte ul {
    padding-bottom: .75rem;
    padding-left: 1.25em;
    padding-top: .75rem;
}

    .rte ol li, .rte ul li {
        margin-bottom: .25rem;
        margin-top: .25rem;
    }

.rte ol {
    list-style-type: decimal;
}

.rte ul {
    list-style-type: disc;
}

.rte ol, .rte p, .rte ul {
    margin-bottom: .75rem;
    margin-top: 1.5rem;
}

.customers-login, .page-faqs {
    --tw-gradient-from: #ff9574;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to,rgba(255,149,116,0));
    --tw-gradient-to: #fea017;
    background-image: -webkit-gradient(linear,left top,left bottom,from(var(--tw-gradient-stops)));
    background-image: -o-linear-gradient(top,var(--tw-gradient-stops));
    background-image: linear-gradient(to bottom,var(--tw-gradient-stops));
}

html.no-js .no-js-hidden {
    display: none !important;
}

@-webkit-keyframes full-width-animation--first-child {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@keyframes full-width-animation--first-child {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@-webkit-keyframes full-width-animation--last-child {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes full-width-animation--last-child {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.full-width-animation {
    position: relative;
}

    .full-width-animation img {
        bottom: 0;
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
    }

        .full-width-animation img:first-child {
            -webkit-animation: full-width-animation--first-child 12s linear infinite;
            animation: full-width-animation--first-child 12s linear infinite;
        }

        .full-width-animation img:last-child {
            -webkit-animation: full-width-animation--last-child 12s linear infinite;
            animation: full-width-animation--last-child 12s linear infinite;
        }

@media (min-width: 640px) {
    .full-width-animation img:first-child, .full-width-animation img:last-child {
        -webkit-animation-duration: 25s;
        animation-duration: 25s;
    }
}

.btn {
    background-image: none;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    font-family: sofia-pro,sans-serif;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: .025em;
    line-height: 1.25;
    padding: .75rem 1.25rem 1rem;
    text-transform: uppercase;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: cubic-bezier(.4,0,.2,1);
    -o-transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-timing-function: cubic-bezier(.4,0,.2,1);
}

@media (min-width: 768px) {
    .btn-hero {
        padding-bottom: 1.5rem;
        padding-left: 4.5rem;
        padding-right: 4.5rem;
        padding-top: 1.25rem;
    }
}

.btn-sm {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.75rem;
    padding: .5rem 1rem;
}

.btn:disabled, .btn[disabled] {
    background-image: none !important;
    cursor: not-allowed;
}

.btn-primary, .shopify-challenge__button {
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    background-color: rgb(42 15 63/var(--tw-bg-opacity));
    color: rgb(255 255 255/var(--tw-text-opacity));
}

    .btn-primary.btn-border, .shopify-challenge__button.btn-border {
        --tw-border-opacity: 1;
        border-color: rgb(42 15 63/var(--tw-border-opacity));
        border-width: 2px;
    }

    .btn-primary:focus, .btn-primary:hover, .shopify-challenge__button:focus, .shopify-challenge__button:hover {
        --tw-gradient-from: #ff9574;
        --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to,rgba(255,149,116,0));
        --tw-gradient-to: #fea017;
        --tw-text-opacity: 1;
        background-image: -webkit-gradient(linear,left top,right top,from(var(--tw-gradient-stops)));
        background-image: -o-linear-gradient(left,var(--tw-gradient-stops));
        background-image: linear-gradient(to right,var(--tw-gradient-stops));
        color: rgb(42 15 63/var(--tw-text-opacity));
    }

    .btn-primary:disabled, .btn-primary[disabled], .shopify-challenge__button:disabled {
        --tw-bg-opacity: 0.3;
        --tw-text-opacity: 1;
        background-color: rgb(42 15 63/var(--tw-bg-opacity));
        color: rgb(255 255 255/var(--tw-text-opacity));
    }

.btn-primary-dark {
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    background-color: rgb(255 216 79/var(--tw-bg-opacity));
    color: rgb(42 15 63/var(--tw-text-opacity));
}

    .btn-primary-dark:focus, .btn-primary-dark:hover {
        --tw-gradient-from: #ff9574;
        --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to,rgba(255,149,116,0));
        --tw-gradient-to: #fea017;
        --tw-text-opacity: 1;
        background-image: -webkit-gradient(linear,left top,right top,from(var(--tw-gradient-stops)));
        background-image: -o-linear-gradient(left,var(--tw-gradient-stops));
        background-image: linear-gradient(to right,var(--tw-gradient-stops));
        color: rgb(42 15 63/var(--tw-text-opacity));
    }

    .btn-primary-dark:disabled, .btn-primary-dark[disabled] {
        --tw-bg-opacity: 0.3;
        --tw-text-opacity: 1;
        background-color: rgb(255 255 255/var(--tw-bg-opacity));
        background-image: none;
        color: rgb(255 255 255/var(--tw-text-opacity));
    }

.btn-secondary {
    --tw-border-opacity: 1;
    --tw-text-opacity: 1;
    background-color: transparent;
    border-color: rgb(42 15 63/var(--tw-border-opacity));
    border-width: 1px;
    color: rgb(42 15 63/var(--tw-text-opacity));
}

    .btn-secondary:focus, .btn-secondary:hover {
        --tw-bg-opacity: 1;
        --tw-text-opacity: 1;
        background-color: rgb(42 15 63/var(--tw-bg-opacity));
        color: rgb(255 255 255/var(--tw-text-opacity));
    }

    .btn-secondary:disabled, .btn-secondary[disabled] {
        --tw-border-opacity: 0.3;
        --tw-text-opacity: 0.3;
        background-color: transparent;
        border-color: rgb(42 15 63/var(--tw-border-opacity));
        border-width: 1px;
        color: rgb(42 15 63/var(--tw-text-opacity));
    }

.btn-secondary-dark {
    --tw-border-opacity: 1;
    --tw-text-opacity: 1;
    border-color: rgb(255 216 79/var(--tw-border-opacity));
    border-width: 1px;
    color: rgb(255 216 79/var(--tw-text-opacity));
}

    .btn-secondary-dark:hover {
        --tw-bg-opacity: 1;
        --tw-text-opacity: 1;
        background-color: rgb(255 216 79/var(--tw-bg-opacity));
        color: rgb(42 15 63/var(--tw-text-opacity));
    }

    .btn-secondary-dark:disabled, .btn-secondary-dark[disabled] {
        --tw-border-opacity: 0.3;
        --tw-text-opacity: 0.3;
        background-color: transparent;
        border-color: rgb(255 216 79/var(--tw-border-opacity));
        border-width: 1px;
        color: rgb(255 216 79/var(--tw-text-opacity));
    }

.btn-text, .btn-text-sm, .btn-text-small {
    letter-spacing: .025em;
    line-height: 1;
    position: relative;
    text-transform: uppercase;
}

    .btn-text-sm:after, .btn-text-small:after, .btn-text:after {
        --tw-translate-x: 0px;
        --tw-content: "";
        background: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%232a0f3f' height='9' width='11' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.472 8.687 11 4.594 7.472.5l-.832.825 2.45 2.693H0v1.151h9.09L6.64 7.862z'/%3E%3C/svg%3E") no-repeat 50%;
        background-size: contain;
        content: var(--tw-content);
        display: inline-block;
        height: .75rem;
        margin-left: .5rem;
        position: relative;
        top: -2px;
        -webkit-transform: var(--tw-transform);
        transform: var(--tw-transform);
        -webkit-transition-duration: .15s;
        -o-transition-duration: .15s;
        transition-duration: .15s;
        -webkit-transition-property: all;
        -o-transition-property: all;
        transition-property: all;
        -webkit-transition-timing-function: cubic-bezier(.4,0,.2,1);
        -o-transition-timing-function: cubic-bezier(.4,0,.2,1);
        transition-timing-function: cubic-bezier(.4,0,.2,1);
        vertical-align: middle;
        width: 1rem;
        will-change: auto;
    }

    .btn-text-sm:focus-visible:after, .btn-text-sm:hover:after, .btn-text-small:focus-visible:after, .btn-text-small:hover:after, .btn-text:focus-visible:after, .btn-text:hover:after {
        --tw-translate-x: 0.5rem;
        -webkit-transform: var(--tw-transform);
        transform: var(--tw-transform);
    }

.btn-text {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.btn-text-sm, .btn-text-small {
    font-size: 1rem;
    line-height: 1.5rem;
}

.c-accordion__toggle-icon:after, .c-accordion__toggle-icon:before {
    background-color: #2a0f3f;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
}

.c-accordion__toggle-icon:before {
    height: 4px;
    margin-left: -6px;
    margin-top: -2px;
    width: 12px;
}

.c-accordion__toggle-icon:after {
    height: 12px;
    margin-left: -2px;
    margin-top: -6px;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-timing-function: cubic-bezier(.4,0,.2,1);
    -o-transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    width: 4px;
}

[open] .c-accordion__toggle-icon:after {
    --tw-rotate: 90deg;
    -webkit-transform: var(--tw-transform);
    transform: var(--tw-transform);
}

.footer .c-accordion__toggle-icon:after, .footer .c-accordion__toggle-icon:before {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
    content: "";
}

:root {
    --close-bar-y: 2px;
    --close-bar-x: 18px;
}

.close-btn__icon-bar {
    background: currentColor;
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

    .close-btn__icon-bar:first-child {
        height: var(--close-bar-y);
        margin-left: calc(var(--close-bar-x)/-2);
        margin-top: calc(var(--close-bar-y)/-2);
        width: var(--close-bar-x);
    }

    .close-btn__icon-bar:last-child {
        height: var(--close-bar-x);
        margin-left: calc(var(--close-bar-y)/-2);
        margin-top: calc(var(--close-bar-x)/-2);
        width: var(--close-bar-y);
    }

.contact-form {
    width: 100%;
}

.search-form label {
    font-weight: 400;
    margin-bottom: 1rem;
}

.search-form__input {
    height: 44px;
}

.search-form .search-field {
    --tw-border-opacity: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
    border-color: rgb(42 15 63/var(--tw-border-opacity));
    border-radius: 9999px;
    display: block;
    margin-bottom: .25rem;
    padding: .25rem .5rem;
    width: 100%;
}

.search-form .search-field, .search-form .search-submit {
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    border-width: 1px;
    color: rgb(42 15 63/var(--tw-text-opacity));
    font-size: 1rem;
    line-height: 1.5;
}

.search-form .search-submit {
    background-color: rgb(42 15 63/var(--tw-bg-opacity));
    border-radius: .25rem;
    display: inline-block;
    font-weight: 400;
    padding: .5rem 1rem;
    text-align: center;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
}

    .search-form .search-submit:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(42 15 63/var(--tw-bg-opacity));
    }

.search-form__submit svg {
    fill: currentColor;
    display: block;
    height: 100%;
    width: 100%;
}

.form-label {
    --tw-text-opacity: 1;
    color: rgb(42 15 63/var(--tw-text-opacity));
    display: inline-block;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5rem;
}

.form-control {
    --tw-border-opacity: 1;
    --tw-bg-opacity: 1;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
    border-color: rgb(42 15 63/var(--tw-border-opacity));
    border-radius: .25rem;
    border-width: 1px;
    -webkit-box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
    display: block;
    padding: .75rem 3rem .75rem .75rem;
    position: relative;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-property: color,background-color,border-color,fill,stroke,opacity,-webkit-text-decoration-color,-webkit-box-shadow,-webkit-transform,-webkit-filter,-webkit-backdrop-filter;
    transition-property: color,background-color,border-color,fill,stroke,opacity,-webkit-text-decoration-color,-webkit-box-shadow,-webkit-transform,-webkit-filter,-webkit-backdrop-filter;
    -o-transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-text-decoration-color,-webkit-box-shadow,-webkit-transform,-webkit-filter,-webkit-backdrop-filter;
    -webkit-transition-timing-function: cubic-bezier(.4,0,.2,1);
    -o-transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    width: 100%;
    z-index: 0;
}

    .form-control:focus, .form-control:focus-within {
        --tw-border-opacity: 1;
        --tw-text-opacity: 1;
        --tw-shadow: 0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);
        --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color);
        border-color: rgb(42 15 63/var(--tw-border-opacity));
        -webkit-box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
        box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
        color: rgb(42 15 63/var(--tw-text-opacity));
    }

.form-checkbox {
    --tw-shadow: 0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
    display: inline-block;
    height: 26px;
    width: 26px;
}

    .form-checkbox:checked {
        --tw-border-opacity: 1;
        --tw-bg-opacity: 1;
        background-color: rgb(42 15 63/var(--tw-bg-opacity));
        border-color: rgb(42 15 63/var(--tw-border-opacity));
    }

.form-checkbox {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    border-radius: 7px;
}

    .form-checkbox:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        --tw-ring-opacity: 1;
        --tw-ring-color: rgb(42 15 63/var(--tw-ring-opacity));
        -webkit-box-shadow: var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);
        box-shadow: var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);
    }

    .form-checkbox:checked {
        background-image: svg-load("checkmark.svg",fill=#2a0f3f) !important;
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: 12px 12px;
        -webkit-box-shadow: inset 0 0 0 1px #000 !important;
        box-shadow: inset 0 0 0 1px #000 !important;
    }

select.form-control::-ms-expand {
    display: none;
}

select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: svg-load("cheveron-down.svg",fill=#2a0f3f);
    background-position: right 18px center;
    background-repeat: no-repeat;
    background-size: 14px 14px;
}

input:-webkit-autofill, input:-webkit-autofill:focus textarea:-webkit-autofill, input:-webkit-autofill:hover, select:-webkit-autofill, select:-webkit-autofill:focus, select:-webkit-autofill:hover, textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus {
    webkit-text-fill-color: #495057;
    background-color: #fff !important;
    -webkit-box-shadow: inset 0 0 0 1000px #fff;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
}

@-webkit-keyframes submit-processing {
    0% {
        opacity: .5;
        -webkit-transform: scale(.9);
        transform: scale(.9);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: .5;
        -webkit-transform: scale(.9);
        transform: scale(.9);
    }
}

@keyframes submit-processing {
    0% {
        opacity: .5;
        -webkit-transform: scale(.9);
        transform: scale(.9);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: .5;
        -webkit-transform: scale(.9);
        transform: scale(.9);
    }
}

.footer-mailing-list_wrapper, .shopify-section .footer-mailing-list_wrapper {
    text-align: left;
}

.remove-number-spinner {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .remove-number-spinner::-ms-expand {
        display: none;
    }

    .remove-number-spinner::-webkit-inner-spin-button, .remove-number-spinner::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

.shopify-challenge__message {
    margin-top: 1rem;
}

.pxFormGenerator iframe {
    height: 455px;
}

@media (min-width: 525px) {
    .pxFormGenerator iframe {
        height: 455px;
    }
}

.form-status > .icon {
    display: inline-block;
    height: 1.5rem;
    margin-right: .5rem;
    vertical-align: middle;
    width: 1.5rem;
}

.glide__bullet, .glide__bullet--active {
    --tw-bg-opacity: 1;
    background-color: rgb(42 15 63/var(--tw-bg-opacity));
    border-radius: 9999px;
}

.glide__bullet {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: cubic-bezier(.4,0,.2,1);
    -o-transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-timing-function: cubic-bezier(.4,0,.2,1);
}

.glide__bullet--active {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
    -webkit-box-shadow: 0 0 0 3px #ffd84f;
    box-shadow: 0 0 0 3px #ffd84f;
}

.glide__bullets {
    --tw-translate-x: -50%;
    bottom: 0;
    left: 50%;
    top: 100%;
    -webkit-transform: var(--tw-transform);
    transform: var(--tw-transform);
}

/*.testimonial-carousel .glide__bullet, .testimonial-carousel .glide__bullet--active {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
}

.testimonial-carousel .glide__bullet--active {
    -webkit-box-shadow: none;
    box-shadow: none;
}*/

.container > [data-section-type=carousel] {
    margin-left: -1rem;
    margin-right: -1rem;
}

.glide__bullet {
    opacity: .5;
}

    .glide__bullet:not(.glide__bullet--active):focus, .glide__bullet:not(.glide__bullet--active):hover {
        opacity: .75;
    }

    .glide__bullet.glide__bullet--active {
        opacity: 1;
    }

.glide--flex .glide__slide {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    justify-content: center;
}

    .glide--flex .glide__slide > .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0;
    }

        .glide--flex .glide__slide > .container > .row {
            -webkit-box-flex: 1;
            -ms-flex: 1 1 0%;
            flex: 1 1 0%;
        }

@media (min-width: 640px) {
    .product-carousel .glide__slide {
        height: 242px;
    }
}

@media (min-width: 768px) {
    .product-carousel .glide__slide {
        height: 354px;
    }
}

@media (min-width: 1024px) {
    .product-carousel .glide__slide {
        height: 389px;
    }
}

@media (min-width: 1240px) {
    .product-carousel .glide__slide {
        height: 470px;
    }
}

@media (min-width: 640px) {
    .no-glide {
        cursor: default;
    }
}

.loading-overlay {
    position: absolute;
    width: 1.8rem;
    z-index: 1;
}

@media screen and (max-width: 749px) {
    .loading-overlay {
        right: 0;
        top: 0;
    }
}

@media screen and (min-width: 750px) {
    .loading-overlay {
        left: 0;
    }
}

.loading-overlay__spinner {
    display: inline-block;
    width: 1.8rem;
}

.spinner {
    -webkit-animation: rotator 1.3s linear infinite;
    animation: rotator 1.3s linear infinite;
}

    .spinner g {
        fill: none;
    }

@-webkit-keyframes rotator {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@keyframes rotator {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

.path {
    stroke-dasharray: 280;
    stroke-dashoffset: 0;
    stroke: rgb(var(--color-foreground));
    -webkit-animation: dash 1.4s ease-in-out infinite;
    animation: dash 1.4s ease-in-out infinite;
    -webkit-transform-origin: center;
    transform-origin: center;
}

@media screen and (forced-colors:active) {
    .path {
        stroke: CanvasText;
    }
}

@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 280;
    }

    50% {
        stroke-dashoffset: 75;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    to {
        stroke-dashoffset: 280;
        -webkit-transform: rotate(450deg);
        transform: rotate(450deg);
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 280;
    }

    50% {
        stroke-dashoffset: 75;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    to {
        stroke-dashoffset: 280;
        -webkit-transform: rotate(450deg);
        transform: rotate(450deg);
    }
}

.loading-overlay:not(.hidden) + .cart-item__price-wrapper, .loading-overlay:not(.hidden) ~ cart-remove-button {
    opacity: 50%;
}

.loading-overlay:not(.hidden) ~ cart-remove-button {
    cursor: default;
    pointer-events: none;
}

.cart-notification-wrapper {
    position: relative;
}

    .cart-notification-wrapper .cart-notification {
        display: block;
    }

.cart-notification {
    background-color: rgb(var(--color-background));
    border-color: rgba(var(--color-foreground),.2);
    border-style: solid;
    padding: 2.5rem 3.5rem;
    position: absolute;
    right: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: hidden;
    width: 100%;
    z-index: -1;
}

    .cart-notification.animate {
        -webkit-transition: visibility 0s var(--duration-short) ease,-webkit-transform var(--duration-short) ease;
        transition: visibility 0s var(--duration-short) ease,-webkit-transform var(--duration-short) ease;
        -o-transition: transform var(--duration-short) ease,visibility 0s var(--duration-short) ease;
        transition: transform var(--duration-short) ease,visibility 0s var(--duration-short) ease;
        transition: transform var(--duration-short) ease,visibility 0s var(--duration-short) ease,-webkit-transform var(--duration-short) ease;
    }

    .cart-notification.active {
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
        -webkit-transition: visibility 0s,-webkit-transform var(--duration-default) ease;
        transition: visibility 0s,-webkit-transform var(--duration-default) ease;
        -o-transition: transform var(--duration-default) ease,visibility 0s;
        transition: transform var(--duration-default) ease,visibility 0s;
        transition: transform var(--duration-default) ease,visibility 0s,-webkit-transform var(--duration-default) ease;
        visibility: visible;
    }

.cart-notification__header {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.cart-notification__heading {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-grow: 1;
    margin-bottom: 0;
    margin-top: 0;
}

    .cart-notification__heading .icon-checkmark {
        color: rgb(var(--color-foreground));
        margin-right: 1rem;
        width: 1.3rem;
    }

.cart-notification-product {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: .75rem;
    padding-top: .75rem;
}

    .cart-notification-product dl {
        margin-bottom: 0;
        margin-top: 0;
    }

.cart-notification-product__image {
    border: .1rem solid rgba(var(--color-foreground),.03);
    margin-right: 1.5rem;
    margin-top: .5rem;
}

.cart-notification-product__name {
    margin-bottom: .5rem;
    margin-top: 0;
}

.lds-ring {
    display: inline-block;
    height: 80px;
    position: absolute;
    width: 80px;
}

    .lds-ring div {
        -webkit-animation: lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;
        animation: lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;
        border: 8px solid transparent;
        border-radius: 50%;
        border-top-color: #2a0f3f;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        height: 64px;
        margin: 8px;
        position: absolute;
        width: 64px;
    }

        .lds-ring div:first-child {
            -webkit-animation-delay: -.45s;
            animation-delay: -.45s;
        }

        .lds-ring div:nth-child(2) {
            -webkit-animation-delay: -.3s;
            animation-delay: -.3s;
        }

        .lds-ring div:nth-child(3) {
            -webkit-animation-delay: -.15s;
            animation-delay: -.15s;
        }

@-webkit-keyframes lds-ring {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@keyframes lds-ring {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

sticky-header {
    left: 0;
    position: sticky;
    right: 0;
    top: 0;
}

.section-header {
    left: 0;
    padding-top: 39px;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: cubic-bezier(.4,0,.2,1);
    -o-transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    z-index: 40;
}

.menu-drawer__menu {
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.list-menu__item {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.25;
}

    .list-menu__item:not(:last-child) {
        --tw-border-opacity: 1;
        border-bottom-width: 2px;
        border-color: rgb(254 160 23/var(--tw-border-opacity));
    }

.list-menu__item-link {
    display: block;
    line-height: 1.25;
    padding-bottom: 1rem;
    padding-top: 1rem;
    text-transform: uppercase;
}

summary.list-menu__item {
    display: block;
    width: 100%;
}

@media (min-width: 1024px) {
    header-drawer {
        display: none;
    }

    .loading-overlay:not(header-drawer) + .cart-item__price-wrapper {
        opacity: 50%;
    }

    .loading-overlay:not(header-drawer) ~ cart-remove-button {
        cursor: default;
        pointer-events: none;
    }
}

.header__icon--menu {
    position: relative;
}

    .header__icon--menu .icon {
        height: 28px;
        left: 50%;
        margin-left: -14px;
        margin-top: -14px;
        position: absolute;
        top: 50%;
        width: 28px;
    }

details:not([open]) > .header__icon--menu .icon-close, details[open] > .header__icon--menu .icon-hamburger {
    opacity: 0;
    -webkit-transform: scale(.8);
    transform: scale(.8);
    visibility: hidden;
}

.menu-drawer {
    height: calc(100vh - 104px);
    overflow: auto;
}

.menu-drawer__menu-item-icon svg {
    display: block;
    height: 1.25rem;
    width: 1.25rem;
}

.menu-drawer__menu-item-icon--minus {
    display: none;
}

.loading-overlay:not(.menu-drawer__menu-item-icon--minus) + .cart-item__price-wrapper, .loading-overlay:not(.menu-drawer__menu-item-icon--minus) ~ cart-remove-button {
    opacity: 50%;
}

.loading-overlay:not(.menu-drawer__menu-item-icon--minus) ~ cart-remove-button {
    cursor: default;
    pointer-events: none;
}

.menu-drawer__menu-item-icon--plus, details[open] > summary > .menu-drawer__menu-item-icon-wrapper > .menu-drawer__menu-item-icon--minus {
    display: block;
}

details[open] > summary > .menu-drawer__menu-item-icon-wrapper > .menu-drawer__menu-item-icon--plus {
    display: none;
}

.loading-overlay:not(details[open]>summary>.menu-drawer__menu-item-icon-wrapper>.menu-drawer__menu-item-icon--plus) + .cart-item__price-wrapper, .loading-overlay:not(details[open]>summary>.menu-drawer__menu-item-icon-wrapper>.menu-drawer__menu-item-icon--plus) ~ cart-remove-button {
    opacity: 50%;
}

.loading-overlay:not(details[open]>summary>.menu-drawer__menu-item-icon-wrapper>.menu-drawer__menu-item-icon--plus) ~ cart-remove-button {
    cursor: default;
    pointer-events: none;
}

.menu-drawer__close-button {
    clip: rect(0,0,0,0);
    border-width: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.sub-menu {
    padding-bottom: 1rem;
}

.sub-menu__link {
    display: block;
    font-size: 26px;
    line-height: 1.25;
    padding-bottom: .5rem;
    padding-top: .5rem;
    width: 100%;
}

.header-menu__item {
    min-width: 225px;
}

.header__sub-menu summary {
    border-color: transparent;
    border-width: 1px;
    display: block;
    width: 100%;
}

.header__sub-menu[open] summary {
    --tw-border-opacity: 1;
    --tw-bg-opacity: 1;
    background-color: rgb(255 244 241/var(--tw-bg-opacity));
    border-color: rgb(42 15 63/var(--tw-border-opacity));
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-width: 1px;
}

.header-drawer-open {
    width: 100%;
}

    .header-drawer-open .section-header {
        --tw-bg-opacity: 1;
        background-color: rgb(255 244 241/var(--tw-bg-opacity));
    }

.text-footer-policy .link-list-basic {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
}

.recharge-page .text-footer-policy .link-list-basic {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

@media (min-width: 768px) {
    .text-footer-policy .link-list-basic {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.text-footer-policy .link-list-basic li, .text-footer-policy .link-list-basic li:not(:first-child) > a {
    display: inline-block;
}

@media (min-width: 768px) {
    .text-footer-policy .link-list-basic li:not(:first-child) > a {
        margin-left: 2rem;
        padding-left: 1rem;
    }
}

.footer-nav_wrapper .link-list-basic li {
    padding-bottom: .25rem;
    padding-top: .25rem;
}

footer a {
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: cubic-bezier(.4,0,.2,1);
    -o-transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-timing-function: cubic-bezier(.4,0,.2,1);
}

    footer a:focus, footer a:hover {
        opacity: .75;
        -webkit-text-decoration-line: underline;
        text-decoration-line: underline;
    }

.footer > .container + .container {
    padding-top: 0;
}

.section-comparison-table .container {
    position: relative;
    z-index: 10;
}

.section-comparison-table .fruit-left {
    position: absolute;
    z-index: 0;
}

    .section-comparison-table .fruit-left img {
        height: auto;
        max-width: 366px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 47.2vw;
    }

.section-comparison-table .fruit-right {
    --tw-rotate: 12deg;
    right: -3rem;
    top: .5rem;
    -webkit-transform: var(--tw-transform);
    transform: var(--tw-transform);
    z-index: 0;
}

@media (min-width: 1024px) {
    .section-comparison-table .fruit-right {
        right: 2rem;
        top: 2rem;
    }
}

.section-comparison-table .fruit-right img {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    -webkit-transform: var(--tw-transform);
    transform: var(--tw-transform);
}

@media (min-width: 1024px) {
    .section-comparison-table .fruit-right img {
        --tw-scale-x:1;
        --tw-scale-y: 1;
        -webkit-transform: var(--tw-transform);
        transform: var(--tw-transform);
    }
}

.section-comparison-table .fruit-right img {
    height: 136px;
    width: 160px;
}

.comparison-table__cell {
    text-align: left;
}

@media (min-width: 640px) {
    .comparison-table__cell {
        text-align: center;
    }
}

.comparison-table__cell:before {
    display: inline-block;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.75rem;
    margin-right: .75rem;
}

@media (min-width: 640px) {
    .comparison-table__cell:before {
        display: none;
    }

    .loading-overlay:not(.comparison-table__cell:before) + .cart-item__price-wrapper {
        opacity: 50%;
    }

    .loading-overlay:not(.comparison-table__cell:before) ~ cart-remove-button {
        cursor: default;
        pointer-events: none;
    }
}

.comparison-table__cell:before {
    content: attr(data-label);
}

.product {
    margin: 0;
}

.product--no-media {
    margin: 0 auto;
    max-width: 57rem;
}

.product__media-wrapper {
    padding-left: 0;
}

.product__info-wrapper {
    min-height: 1px;
    padding-bottom: 0;
    padding-left: 0;
}

@media screen and (max-width: 749px) {
    .product-section {
        margin-top: 0;
    }
}

.shopify-payment-button__button {
    border-radius: 0;
    font-family: inherit;
    min-height: 4.6rem;
}

    .no-js .shopify-payment-button__button [role=button]:focus, .shopify-payment-button__button [role=button].focused {
        -webkit-box-shadow: 0 0 0 .1rem rgba(var(--color-button),var(--alpha-button-border)),0 0 0 .3rem rgb(var(--color-background)),0 0 .5rem .4rem rgba(var(--color-foreground),.3) !important;
        box-shadow: 0 0 0 .1rem rgba(var(--color-button),var(--alpha-button-border)),0 0 0 .3rem rgb(var(--color-background)),0 0 .5rem .4rem rgba(var(--color-foreground),.3) !important;
        outline: .2rem solid rgba(var(--color-foreground),.5) !important;
        outline-offset: .3rem;
    }

    .shopify-payment-button__button [role=button]:focus:not(:focus-visible) {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        outline: 0;
    }

    .shopify-payment-button__button [role=button]:focus-visible {
        -webkit-box-shadow: 0 0 0 .1rem rgba(var(--color-button),var(--alpha-button-border)),0 0 0 .3rem rgb(var(--color-background)),0 0 .5rem .4rem rgba(var(--color-foreground),.3) !important;
        box-shadow: 0 0 0 .1rem rgba(var(--color-button),var(--alpha-button-border)),0 0 0 .3rem rgb(var(--color-background)),0 0 .5rem .4rem rgba(var(--color-foreground),.3) !important;
        outline: .2rem solid rgba(var(--color-foreground),.5) !important;
    }

.shopify-payment-button__button--unbranded {
    background-color: rgba(var(--color-button),var(--alpha-button-background));
    -webkit-box-shadow: 0 0 0 .1rem rgba(var(--color-button),var(--alpha-button-border));
    box-shadow: 0 0 0 .1rem rgba(var(--color-button),var(--alpha-button-border));
    color: rgb(var(--color-button-text));
    font-size: 1.4rem;
    letter-spacing: .07rem;
    line-height: calc(1 + .2/var(--font-body-scale));
}

    .shopify-payment-button__button--unbranded::-moz-selection {
        background-color: rgba(var(--color-button-text),.3);
    }

    .shopify-payment-button__button--unbranded::selection {
        background-color: rgba(var(--color-button-text),.3);
    }

    .shopify-payment-button__button--unbranded:hover, .shopify-payment-button__button--unbranded:hover:not([disabled]) {
        background-color: rgba(var(--color-button),var(--alpha-button-background));
        -webkit-box-shadow: 0 0 0 .2rem rgba(var(--color-button),var(--alpha-button-border));
        box-shadow: 0 0 0 .2rem rgba(var(--color-button),var(--alpha-button-border));
    }

.shopify-payment-button__more-options {
    font-size: 1.2rem;
    letter-spacing: .05rem;
    line-height: calc(1 + .5/var(--font-body-scale));
    margin: 1.6rem 0 1rem;
    text-decoration: underline;
    text-underline-offset: .3rem;
}

.shopify-payment-button__button--hidden {
    display: none;
}

.product-form__input {
    --tw-border-opacity: 1;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
    border-color: rgb(42 15 63/var(--tw-border-opacity));
    border-radius: 10px;
    border-width: 2px;
    line-height: 1;
    padding: .5rem .75rem;
}

.select__select {
    height: 44px;
    line-height: normal;
}

html:not(.no-js) .quantity__input {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: textfield;
}

.quantity__input::-webkit-inner-spin-button, .quantity__input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.page-wrapper {
    position: relative;
}

.product--blood-orange-yuzu .page-wrapper, .product--fruit-punch .page-wrapper, .product--fruity-variety-pack .page-wrapper, .product--tropical-citrus .page-wrapper, .product-trial--fruity-trial-pack .page-wrapper {
    background-image: -webkit-gradient(linear,left top,left bottom,from(var(--tw-gradient-stops)));
    background-image: -o-linear-gradient(top,var(--tw-gradient-stops));
    background-image: linear-gradient(to bottom,var(--tw-gradient-stops));
}

.product--tropical-citrus .page-wrapper {
    --tw-bg-opacity: 1;
    --tw-gradient-from: #ffd84f;
    --tw-gradient-stops: var(--tw-gradient-from),#fd85c0,var(--tw-gradient-to,rgba(253,133,192,0));
    --tw-gradient-to: #ffb04e;
}

.product--fruit-punch .page-wrapper {
    --tw-gradient-from: #fd85c0;
    --tw-gradient-stops: var(--tw-gradient-from),#f97126,var(--tw-gradient-to,rgba(249,113,38,0));
    --tw-gradient-to: #ffb04e;
}

.product--blood-orange-yuzu .page-wrapper {
    --tw-gradient-from: #ffd84f;
    --tw-gradient-stops: var(--tw-gradient-from),#f97126,var(--tw-gradient-to,rgba(249,113,38,0));
    --tw-gradient-to: #ffb04e;
}

.product--fruity-variety-pack .page-wrapper {
    --tw-gradient-from: #fd85c0;
    --tw-gradient-stops: var(--tw-gradient-from),#f97126,var(--tw-gradient-to,rgba(249,113,38,0));
    --tw-gradient-to: #ffb04e;
}

.product-trial--fruity-trial-pack .page-wrapper {
    --tw-gradient-from: #fea017;
    --tw-gradient-stops: var(--tw-gradient-from),#fd85c0,var(--tw-gradient-to,rgba(253,133,192,0));
    --tw-gradient-to: #ffb04e;
}

.product .content-for-layout .shopify-section:not(.fixed):not([class*=absolute]) {
    position: relative;
    z-index: 10;
}

.product .content-for-layout .product-section.shopify-section {
    z-index: 20 !important;
}

.product .content-for-layout .product-graphics {
    left: 0;
    pointer-events: none;
    position: absolute !important;
    right: 0;
    top: 15%;
}

.rc-template__button-group.rc-template__button-group {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-end;
    position: relative;
    z-index: 10;
}

    .rc-template__button-group.rc-template__button-group .rc-radio-group__options {
        display: grid;
        gap: 2rem;
        grid-template-columns: repeat(2,minmax(0,1fr));
        width: 100%;
    }

    .rc-template__button-group.rc-template__button-group .rc-radio {
        padding-left: 3rem;
        position: relative;
    }

        .rc-template__button-group.rc-template__button-group .rc-radio:focus-within {
            --tw-shadow: 0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);
            --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color);
            -webkit-box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
            box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
        }

        .rc-template__button-group.rc-template__button-group .rc-radio:before {
            background-color: transparent;
            border: 3px solid transparent;
            border-radius: 9999px;
            -webkit-box-shadow: 0 0 0 2px #2a0f3f;
            box-shadow: 0 0 0 2px #2a0f3f;
            content: "";
            display: block;
            height: 1.25rem;
            left: 1rem;
            position: absolute;
            top: 1rem;
            -webkit-transition: all .15s ease-in-out;
            -o-transition: all .15s ease-in-out;
            transition: all .15s ease-in-out;
            width: 1.25rem;
        }

        .rc-template__button-group.rc-template__button-group .rc-radio.rc-option--active:before {
            --tw-border-opacity: 1;
            --tw-bg-opacity: 1;
            background-color: rgb(42 15 63/var(--tw-bg-opacity));
            border-color: rgb(255 255 255/var(--tw-border-opacity));
        }

    .rc-template__button-group.rc-template__button-group .rc-radio__input {
        clip: rect(0,0,0,0);
        border-width: 0;
        display: block !important;
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        white-space: nowrap;
        width: 1px;
    }

    .rc-template__button-group.rc-template__button-group .rc-radio-group__options .rc-option {
        --tw-border-opacity: 1;
        --tw-bg-opacity: 0.5;
        background-color: rgb(255 255 255/var(--tw-bg-opacity));
        border-color: rgb(42 15 63/var(--tw-border-opacity));
        border-radius: 10px !important;
        border-width: 2px;
        max-width: none;
        text-align: left;
        width: 100%;
    }

    .rc-template__button-group.rc-template__button-group .rc-radio-group__options .rc-option--active {
        --tw-bg-opacity: 1;
    }

    .rc-template__button-group.rc-template__button-group .rc-selling-plans__label {
        clip: rect(0,0,0,0);
        border-width: 0;
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        white-space: nowrap;
        width: 1px;
    }

    .rc-template__button-group.rc-template__button-group .rc-selling-plans {
        --tw-border-opacity: 1;
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255/var(--tw-bg-opacity));
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        border-bottom-width: 2px;
        border-color: rgb(42 15 63/var(--tw-border-opacity));
        border-left-width: 2px;
        border-right-width: 2px;
        margin-top: -12px !important;
        padding: 1rem;
        width: calc(50% - 1rem);
        z-index: 50;
    }

    .rc-template__button-group.rc-template__button-group .rc-selling-plans__dropdown {
        --tw-border-opacity: 1;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 27.5 14.5' xmlns='http://www.w3.org/2000/svg' fill='%232a0f3f'%3E%3Cpath d='M13.8 14.5c-.3 0-.6-.1-.9-.3L.4 2.2C-.1 1.7-.1.9.4.4s1.3-.5 1.8 0l11.6 11.2L25.4.3c.5-.5 1.3-.5 1.8 0s.5 1.3 0 1.8l-12.5 12c-.3.3-.6.4-.9.4z'/%3E%3C/svg%3E");
        background-position: right .5rem center;
        background-repeat: no-repeat;
        background-size: 14px 6px;
        border-color: rgb(42 15 63/var(--tw-border-opacity));
        border-radius: .25rem;
        border-width: 1px;
        display: block;
        height: 2.25rem;
        padding-left: .25rem;
        padding-right: 1.5rem;
        width: 100%;
    }

.product-trial .rc-template__button-group.rc-template__button-group .rc-selling-plans {
    background-color: #fff;
    border: 2px solid #2a0f3f;
    border-radius: 10px;
    -webkit-box-shadow: 10px 10px 0 0 #2a0f3f;
    box-shadow: 10px 10px 0 0 #2a0f3f;
    left: 0;
    padding-top: 2rem;
    position: absolute;
    width: calc(50% - 1rem);
}

    .product-trial .rc-template__button-group.rc-template__button-group .rc-selling-plans:before {
        content: "Ships every";
        left: 1rem;
        position: absolute;
        top: .25rem;
    }

.rc-container {
    position: relative;
}

.rc_popup {
    position: absolute;
    right: 0;
    text-align: right;
    top: 100%;
    width: 50%;
    z-index: 20;
}

    .rc_popup, .rc_popup .rc_popup__block__footer {
        display: none !important;
    }

.loading-overlay:not(.rc_popup .rc_popup__block__footer) + .cart-item__price-wrapper, .loading-overlay:not(.rc_popup .rc_popup__block__footer) ~ cart-remove-button {
    opacity: 50% !important;
}

.loading-overlay:not(.rc_popup .rc_popup__block__footer) ~ cart-remove-button {
    cursor: default !important;
    pointer-events: none !important;
}

.rc_popup__block {
    pointer-events: none;
}

a.rc_popup__hover, div.rc_popup__hover {
    padding-bottom: 0 !important;
}

.selling-plan--subsave .rc_popup {
    display: block !important;
}

[name=flavor-select], select.option-select {
    background-position: right .75rem center;
    background-size: 25px 12px;
}

.price__sale {
    display: none;
}

.loading-overlay:not(.price__sale) + .cart-item__price-wrapper, .loading-overlay:not(.price__sale) ~ cart-remove-button {
    opacity: 50%;
}

.loading-overlay:not(.price__sale) ~ cart-remove-button {
    cursor: default;
    pointer-events: none;
}

.price--on-sale .price__regular {
    display: none;
}

.loading-overlay:not(.price--on-sale .price__regular) + .cart-item__price-wrapper, .loading-overlay:not(.price--on-sale .price__regular) ~ cart-remove-button {
    opacity: 50%;
}

.loading-overlay:not(.price--on-sale .price__regular) ~ cart-remove-button {
    cursor: default;
    pointer-events: none;
}

.price--on-sale .price__sale {
    display: block;
}

.product-trial .price {
    padding-top: 1rem;
}

.rc-option__price:after {
    content: attr(data-price-per-can);
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    margin-left: .5rem;
}

.product-form__installments-form + .product-form__quantity {
    margin-top: 3rem;
}

.okeReviews-widget-holder {
    --tw-border-opacity: 1;
    --tw-bg-opacity: 1;
    --tw-shadow-colored: 10px 10px 0 0 var(--tw-shadow-color);
    --tw-shadow-color: #2a0f3f;
    --tw-shadow: var(--tw-shadow-colored);
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
    border-color: rgb(42 15 63/var(--tw-border-opacity));
    border-radius: 10px;
    border-width: 2px;
    -webkit-box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
    margin-top: 3rem;
    padding: 1rem;
}

@media (min-width: 1240px) {
    .okeReviews-widget-holder {
        margin-top: 5rem;
        padding: 3rem;
    }
}

@media (min-width: 375px) {
    .app-block-first {
        margin-top: -.25rem;
        position: absolute;
        right: 0;
        top: 0;
    }
}

.glide__scaler {
    position: relative;
    width: 100%;
}

    .glide__scaler > .glide__track {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

    .glide__scaler:before {
        content: "";
        display: block;
        padding-bottom: 75%;
    }

.product-form__input {
    margin-bottom: .75rem;
    margin-top: .75rem;
}

.cart {
    display: block;
    position: relative;
}

.cart__empty-text, .is-empty .cart__contents, .is-empty .cart__footer, cart-items.is-empty .title-wrapper-with-link {
    display: none;
}

.is-empty .cart__empty-text, .is-empty .cart__warnings {
    display: block;
}

.cart__warnings {
    display: none;
    padding: 3rem 0 1rem;
    text-align: center;
}

cart-items {
    display: block;
}

body.collection {
    --tw-gradient-from: #ff958d;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to,hsla(4,100%,78%,0));
    --tw-gradient-to: #ffb04e;
    background-image: -webkit-gradient(linear,left top,left bottom,from(var(--tw-gradient-stops)));
    background-image: -o-linear-gradient(top,var(--tw-gradient-stops));
    background-image: linear-gradient(to bottom,var(--tw-gradient-stops));
}

.card-link:focus-visible ~ .card--product, .card-link:focus-visible ~ .card-information, .card-link:hover ~ .card--product, .card-link:hover ~ .card-information {
    opacity: .5;
}

#recover {
    display: none;
}

.loading-overlay:not(#recover) + .cart-item__price-wrapper, .loading-overlay:not(#recover) ~ cart-remove-button {
    opacity: 50%;
}

.loading-overlay:not(#recover) ~ cart-remove-button {
    cursor: default;
    pointer-events: none;
}

#recover:target {
    display: block;
}

    #recover:target ~ [data-login-form] {
        display: none;
    }

.loading-overlay:not(#recover:target~[data-login-form]) + .cart-item__price-wrapper, .loading-overlay:not(#recover:target~[data-login-form]) ~ cart-remove-button {
    opacity: 50%;
}

.loading-overlay:not(#recover:target~[data-login-form]) ~ cart-remove-button {
    cursor: default;
    pointer-events: none;
}

.page.login main {
    --tw-gradient-from: #ff9574;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to,rgba(255,149,116,0));
    --tw-gradient-to: #fea017;
}

.page.login main, .page.store-locator {
    background-image: -webkit-gradient(linear,left top,left bottom,from(var(--tw-gradient-stops)));
    background-image: -o-linear-gradient(top,var(--tw-gradient-stops));
    background-image: linear-gradient(to bottom,var(--tw-gradient-stops));
}

.page.store-locator {
    --tw-gradient-from: #ff958d;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to,hsla(4,100%,78%,0));
    --tw-gradient-to: #ffb04e;
}

    .page.store-locator main {
        background-image: none;
    }

    .page.store-locator .stockist-widget {
        --tw-border-opacity: 1;
        --tw-bg-opacity: 1;
        --tw-shadow-colored: 10px 10px 0 0 var(--tw-shadow-color);
        --tw-shadow-color: #2a0f3f;
        --tw-shadow: var(--tw-shadow-colored);
        background-color: rgb(255 255 255/var(--tw-bg-opacity));
        border-color: rgb(42 15 63/var(--tw-border-opacity));
        border-radius: 10px;
        border-width: 2px;
        -webkit-box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
        box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
    }

        .page.store-locator .stockist-widget .stockist-horizontal .stockist-side-panel {
            padding: 1rem !important;
        }

@media (min-width: 769px) {
    .page.store-locator .stockist-widget .stockist-horizontal .stockist-side-panel {
        width: 320px !important;
    }
}

.page.store-locator .stockist-widget .stockist-search-field {
    border: 2px solid #2a0f3f !important;
    border-radius: 10px;
    font-size: 1rem !important;
}

.page-hero .page-hero-img {
    min-height: 275px;
}

@media (min-width: 768px) {
    .page-hero .page-hero-img {
        min-height: 430px;
    }
}

.page-hero .page-hero-image {
    bottom: -8rem;
    height: 275px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: bottom;
    object-position: bottom;
    right: -1rem;
    width: auto;
}

@media (min-width: 768px) {
    .page-hero .page-hero-image {
        height: 375px;
    }
}

@media (min-width: 1024px) {
    .page-hero .page-hero-image {
        height: 475px;
    }
}

.page main {
    --tw-gradient-from: #f97126;
    --tw-gradient-stops: var(--tw-gradient-from),#fd85c0,var(--tw-gradient-to,rgba(253,133,192,0));
    --tw-gradient-to: #ffb04e;
    background-image: -webkit-gradient(linear,left top,left bottom,from(var(--tw-gradient-stops)));
    background-image: -o-linear-gradient(top,var(--tw-gradient-stops));
    background-image: linear-gradient(to bottom,var(--tw-gradient-stops));
}

    .page main .upper-curve {
        left: 0;
        right: 0;
        top: -8vw;
    }

    .page main .lower-curve {
        bottom: -4.35vw;
        left: 0;
        right: 0;
    }

.page.store-locator .shopify-section:last-child {
    padding-bottom: 5rem;
}

.page .rte h3 {
    margin-bottom: 1rem;
}

.account-table thead {
    --tw-border-opacity: 1;
    border-bottom-width: 2px;
    border-color: rgb(42 15 63/var(--tw-border-opacity));
}

    .account-table thead th {
        padding-left: 0;
        text-align: left;
    }

.account-table tbody tr:first-of-type td, .account-table tfoot tr:first-of-type td {
    padding-top: .5rem;
}

.account-table [data-label]:before {
    display: block;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .025em;
    line-height: 1;
    margin-bottom: .25rem;
    text-transform: uppercase;
}

@media (min-width: 640px) {
    .account-table [data-label]:before {
        display: none;
    }

    .loading-overlay:not(.account-table [data-label]:before) + .cart-item__price-wrapper {
        opacity: 50%;
    }

    .loading-overlay:not(.account-table [data-label]:before) ~ cart-remove-button {
        cursor: default;
        pointer-events: none;
    }
}

.account-table [data-label]:before {
    content: attr(data-label);
}

[aria-expanded=true] ~ [data-address-form] {
    display: block;
}

:root {
    --theme-prima-font-family: sofia-pro,sans-serif !important;
}

.recharge-page .recharge-te {
    background-color: #fff;
}

.recharge-page .container {
    padding: 0 1rem;
}

    .recharge-page .container.footer__mailing-wrap {
        padding-bottom: 1.5rem;
        padding-top: 1.5rem;
    }

@media (min-width: 768px) {
    .recharge-page .container.footer__mailing-wrap {
        padding-bottom: 5rem;
        padding-top: 5rem;
    }
}

.recharge-page .rct_choices {
    --tw-border-opacity: 1;
    border-color: rgb(42 15 63/var(--tw-border-opacity));
    border-width: 1px;
}

.recharge-page .flex {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

.recharge-page .recharge-te, .recharge-page .user-customer {
    margin: 8rem auto;
    padding: 1rem;
}

    .recharge-page .recharge-te h2, .recharge-page .user-customer h2 {
        font-weight: 700;
        margin-bottom: 1.5rem;
    }

@media (min-width: 1024px) {

{
    font-size: 1rem;
    font-size: 1.125rem;
    font-size: 3.75rem;
    font-size: 4.375rem;
    font-size: 8.25rem;
    font-size: 3.4375rem;
    line-height: 1.5;
    line-height: 1.4444444444444444;
    line-height: 1.2692307692307692;
    line-height: 1.133333333333333;
    line-height: 1.042857142857143;
    line-height: 1.1454545454545455;
}

.recharge-page .recharge-te h2, .recharge-page .user-customer h2 {
    font-size: 2.125rem;
    line-height: 1.2647058823529411;
}

{
    font-size: 1.625rem;
    font-size: 1.25rem;
    line-height: 1.4615384615384615;
    line-height: 1.15;
}

}

.recharge-page .recharge-te .row, .recharge-page .user-customer .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.recharge-page .recharge-te .btn-primary, .recharge-page .recharge-te .shopify-challenge__button, .recharge-page .user-customer .btn-primary, .recharge-page .user-customer .shopify-challenge__button {
    margin-top: 1.5rem;
}

.tooltip {
    --tw-border-opacity: 1;
    border-bottom: 1px;
    border-color: rgb(42 15 63/var(--tw-border-opacity));
    border-style: dotted;
    display: inline-block;
    position: relative;
}

.tooltiptext {
    --tw-bg-opacity: 1;
    background-color: rgb(42 15 63/var(--tw-bg-opacity));
    border-radius: 10px;
    color: #fff;
    display: none;
    padding: .25rem;
    position: absolute;
    text-align: left;
    top: 100%;
    width: 240px;
    z-index: 1;
}

    .tooltiptext.tooltip-left, .tooltiptext.tooltip-right {
        left: 0;
    }

@media (min-width: 414px) {
    .tooltiptext.tooltip-right {
        left: unset;
        right: 0;
    }
}

.tooltiptext a {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
}

    .tooltiptext a:focus, .tooltiptext a:hover {
        opacity: .75;
    }

.tooltip:focus + .tooltiptext, .tooltip:hover + .tooltiptext {
    display: block;
}

.popover-toggle {
    display: inline-block;
}

.popover {
    max-width: 380px;
    min-width: 200px;
    opacity: 0;
    -webkit-transition: visibility 0s .3s,opacity .3s;
    -o-transition: visibility 0s .3s,opacity .3s;
    transition: visibility 0s .3s,opacity .3s;
    visibility: hidden;
}

    .popover.active {
        opacity: 1;
        -webkit-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s;
        visibility: visible;
    }

.popover-inner {
    -webkit-box-shadow: 0 0 25px rgba(0,0,0,.4);
    box-shadow: 0 0 25px rgba(0,0,0,.4);
}

.shopify-policy__container {
    padding-bottom: 8rem;
    padding-top: 8rem;
}

.shopify-policy__title {
    margin-bottom: 3rem;
}

    .shopify-policy__title h1 {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }

@media (min-width: 1024px) {
    .shopify-policy__title h1 {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
}

.shopify-policy__body h1 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 2rem;
    text-align: left;
}

@media (min-width: 1024px) {
    .shopify-policy__body h1 {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
}

.shopify-policy__body table {
    margin: 3rem -1rem;
}

    .shopify-policy__body table p {
        font-size: inherit;
    }

    .shopify-policy__body table tr td:first-child {
        font-weight: 700;
    }

    .shopify-policy__body table td, .shopify-policy__body table th {
        padding: .5rem 1rem;
        vertical-align: top;
    }

@media (max-width: 639px) {
    .shopify-policy__body table td, .shopify-policy__body table th {
        width: 50%;
    }
}

.page-us-vs-them div + br, .page-us-vs-them h3 > img + br, .perfy-vs-big-soda div + br, .perfy-vs-big-soda h3 > img + br {
    display: none;
}

.loading-overlay:not(.page-us-vs-them div+br) + .cart-item__price-wrapper, .loading-overlay:not(.page-us-vs-them div+br) ~ cart-remove-button, .loading-overlay:not(.page-us-vs-them h3>img+br) + .cart-item__price-wrapper, .loading-overlay:not(.page-us-vs-them h3>img+br) ~ cart-remove-button, .loading-overlay:not(.perfy-vs-big-soda div+br) + .cart-item__price-wrapper, .loading-overlay:not(.perfy-vs-big-soda div+br) ~ cart-remove-button, .loading-overlay:not(.perfy-vs-big-soda h3>img+br) + .cart-item__price-wrapper, .loading-overlay:not(.perfy-vs-big-soda h3>img+br) ~ cart-remove-button {
    opacity: 50%;
}

.loading-overlay:not(.page-us-vs-them div+br) ~ cart-remove-button, .loading-overlay:not(.page-us-vs-them h3>img+br) ~ cart-remove-button, .loading-overlay:not(.perfy-vs-big-soda div+br) ~ cart-remove-button, .loading-overlay:not(.perfy-vs-big-soda h3>img+br) ~ cart-remove-button {
    cursor: default;
    pointer-events: none;
}

.page-us-vs-them p + div, .page-us-vs-them p + h3, .perfy-vs-big-soda p + div, .perfy-vs-big-soda p + h3 {
    margin-top: 3rem;
}

.page-us-vs-them h3 > img, .perfy-vs-big-soda h3 > img {
    margin-bottom: .5rem;
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
}

@media (min-width: 640px) {
    .container {
        max-width: 640px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 768px;
    }
}

@media (min-width: 1024px) {
    .container {
        max-width: 1024px;
    }
}

@media (min-width: 1240px) {
    .container {
        max-width: 1240px;
    }
}

.aspect-h-1 {
    --tw-aspect-h: 1;
}

.aspect-w-1 {
    --tw-aspect-w: 1;
    padding-bottom: calc(var(--tw-aspect-h)/var(--tw-aspect-w)*100%);
    position: relative;
}

    .aspect-w-1 > * {
        bottom: 0;
        height: 100%;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
    }

.aspect-h-8 {
    --tw-aspect-h: 8;
}

.aspect-w-7 {
    --tw-aspect-w: 7;
    padding-bottom: calc(var(--tw-aspect-h)/var(--tw-aspect-w)*100%);
    position: relative;
}

    .aspect-w-7 > * {
        bottom: 0;
        height: 100%;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
    }

.aspect-w-9 {
    --tw-aspect-w: 9;
    padding-bottom: calc(var(--tw-aspect-h)/var(--tw-aspect-w)*100%);
    position: relative;
}

    .aspect-w-9 > * {
        bottom: 0;
        height: 100%;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
    }

.aspect-h-16 {
    --tw-aspect-h: 16;
}

.aspect-h-3 {
    --tw-aspect-h: 3;
}

.aspect-w-4 {
    --tw-aspect-w: 4;
    padding-bottom: calc(var(--tw-aspect-h)/var(--tw-aspect-w)*100%);
    position: relative;
}

    .aspect-w-4 > * {
        bottom: 0;
        height: 100%;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
    }

.drop-shadow-box {
    --tw-border-opacity: 1;
    --tw-bg-opacity: 1;
    --tw-shadow-colored: 10px 10px 0 0 var(--tw-shadow-color);
    --tw-shadow-color: #2a0f3f;
    --tw-shadow: var(--tw-shadow-colored);
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
    border-color: rgb(42 15 63/var(--tw-border-opacity));
    border-radius: 10px;
    border-width: 2px;
    -webkit-box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
    padding: 1rem;
}

.sr-only {
    clip: rect(0,0,0,0);
    border-width: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.pointer-events-none {
    pointer-events: none;
}

.visible {
    visibility: visible;
}

.fixed {
    position: fixed;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.inset-0 {
    left: 0;
    right: 0;
}

.inset-0, .inset-y-0 {
    bottom: 0;
    top: 0;
}

.inset-x-0 {
    left: 0;
    right: 0;
}

.left-0 {
    left: 0;
}

.right-0 {
    right: 0;
}

.top-1\/2 {
    top: 50%;
}

.top-0 {
    top: 0;
}

.right-4 {
    right: 1rem;
}

.top-2 {
    top: .5rem;
}

.bottom-0 {
    bottom: 0;
}

.top-4 {
    top: 1rem;
}

.bottom-4 {
    bottom: 1rem;
}

.-left-6 {
    left: -1.5rem;
}

.left-3 {
    left: .75rem;
}

.top-full {
    top: 100%;
}

.top-\[0\.6rem\] {
    top: .6rem;
}

.right-3 {
    right: .75rem;
}

.top-5 {
    top: 1.25rem;
}

.top-8 {
    top: 2rem;
}

.top-1 {
    top: .25rem;
}

.bottom-full {
    bottom: 100%;
}

.right-2 {
    right: .5rem;
}

.left-1\/2 {
    left: 50%;
}

.left-\[3px\] {
    left: 3px;
}

.top-\[6px\] {
    top: 6px;
}

.-top-1 {
    top: -.25rem;
}

.-right-1 {
    right: -.25rem;
}

.left-8 {
    left: 2rem;
}

.z-50 {
    z-index: 50;
}

.z-\[999999\] {
    z-index: 999999;
}

.z-10 {
    z-index: 10;
}

.z-20 {
    z-index: 20;
}

.z-0 {
    z-index: 0;
}

.z-30 {
    z-index: 30;
}

.m-0 {
    margin: 0;
}

.m-1 {
    margin: .25rem;
}

.m-2 {
    margin: .5rem;
}

.mx-0 {
    margin-left: 0;
    margin-right: 0;
}

.my-2 {
    margin-bottom: .5rem;
    margin-top: .5rem;
}

.-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.my-1 {
    margin-bottom: .25rem;
    margin-top: .25rem;
}

.my-4 {
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.my-8 {
    margin-bottom: 2rem;
    margin-top: 2rem;
}

.my-6 {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
}

.mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
}

.-mx-2 {
    margin-left: -.5rem;
    margin-right: -.5rem;
}

.my-3 {
    margin-bottom: .75rem;
    margin-top: .75rem;
}

.mb-1 {
    margin-bottom: .25rem;
}

.mb-2 {
    margin-bottom: .5rem;
}

.mt-2 {
    margin-top: .5rem;
}

.mb-4 {
    margin-bottom: 1rem;
}

.-mt-4 {
    margin-top: -1rem;
}

.mb-6 {
    margin-bottom: 1.5rem;
}

.-mt-1 {
    margin-top: -.25rem;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-3 {
    margin-bottom: .75rem;
}

.mt-1 {
    margin-top: .25rem;
}

.mt-4 {
    margin-top: 1rem;
}

.mt-3 {
    margin-top: .75rem;
}

.ml-2 {
    margin-left: .5rem;
}

.mr-3 {
    margin-right: .75rem;
}

.mr-1 {
    margin-right: .25rem;
}

.mt-12 {
    margin-top: 3rem;
}

.mt-6 {
    margin-top: 1.5rem;
}

.mb-8 {
    margin-bottom: 2rem;
}

.mb-10 {
    margin-bottom: 2.5rem;
}

.mb-12 {
    margin-bottom: 3rem;
}

.mt-5 {
    margin-top: 1.25rem;
}

.mt-8 {
    margin-top: 2rem;
}

.-mb-24 {
    margin-bottom: -6rem;
}

.-mb-1 {
    margin-bottom: -.25rem;
}

.ml-1 {
    margin-left: .25rem;
}

.-mt-3 {
    margin-top: -.75rem;
}

.mt-px {
    margin-top: 1px;
}

.ml-7 {
    margin-left: 1.75rem;
}

.mr-2 {
    margin-right: .5rem;
}

.mr-6 {
    margin-right: 1.5rem;
}

.mt-24 {
    margin-top: 6rem;
}

.mb-5 {
    margin-bottom: 1.25rem;
}

.box-content {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.table {
    display: table;
}

.grid {
    display: grid;
}

.contents {
    display: contents;
}

.hidden {
    display: none;
}

.h-3 {
    height: .75rem;
}

.h-10 {
    height: 2.5rem;
}

.h-16 {
    height: 4rem;
}

.h-12 {
    height: 3rem;
}

.h-full {
    height: 100%;
}

.h-\[5\.5rem\] {
    height: 5.5rem;
}

.h-7 {
    height: 1.75rem;
}

.h-5 {
    height: 1.25rem;
}

.h-20 {
    height: 5rem;
}

.h-auto {
    height: auto;
}

.h-36 {
    height: 9rem;
}

.h-24 {
    height: 6rem;
}

.h-11 {
    height: 2.75rem;
}

.h-\[79px\] {
    height: 79px;
}

.h-6 {
    height: 1.5rem;
}

.h-4 {
    height: 1rem;
}

.min-h-screen {
    min-height: 100vh;
}

.min-h-\[59px\] {
    min-height: 59px;
}

.min-h-\[36px\] {
    min-height: 36px;
}

.min-h-\[62px\] {
    min-height: 62px;
}

.min-h-\[64px\] {
    min-height: 64px;
}

.w-1\/2 {
    width: 50%;
}

.w-full {
    width: 100%;
}

.w-3 {
    width: .75rem;
}

.w-10 {
    width: 2.5rem;
}

.w-16 {
    width: 4rem;
}

.w-12 {
    width: 3rem;
}

.w-1\/3 {
    width: 33.333333%;
}

.w-\[5\.5rem\] {
    width: 5.5rem;
}

.w-2\/3 {
    width: 66.666667%;
}

.w-\[95\%\] {
    width: 95%;
}

.w-24 {
    width: 6rem;
}

.w-5 {
    width: 1.25rem;
}

.w-36 {
    width: 9rem;
}

.w-screen {
    width: 100vw;
}

.w-4 {
    width: 1rem;
}

.w-11 {
    width: 2.75rem;
}

.w-auto {
    width: auto;
}

.w-\[25px\] {
    width: 25px;
}

.w-96 {
    width: 24rem;
}

.w-20 {
    width: 5rem;
}

.w-6 {
    width: 1.5rem;
}

.w-14 {
    width: 3.5rem;
}

.max-w-full {
    max-width: 100%;
}

.max-w-xs {
    max-width: 20rem;
}

.max-w-\[420px\] {
    max-width: 420px;
}

.max-w-\[900px\] {
    max-width: 900px;
}

.max-w-\[260px\] {
    max-width: 260px;
}

.max-w-\[122px\] {
    max-width: 122px;
}

.max-w-\[160px\] {
    max-width: 160px;
}

.max-w-3xl {
    max-width: 48rem;
}

.max-w-\[120px\] {
    max-width: 120px;
}

.max-w-md {
    max-width: 28rem;
}

.max-w-sm {
    max-width: 24rem;
}

.max-w-screen-xs {
    max-width: 414px;
}

.max-w-\[200px\] {
    max-width: 200px;
}

.flex-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
}

.flex-shrink {
    -ms-flex-negative: 1;
    flex-shrink: 1;
}

.table-auto {
    table-layout: auto;
}

.-translate-y-1\/2 {
    --tw-translate-y: -50%;
}

.-translate-y-1\/2, .translate-x-0 {
    -webkit-transform: var(--tw-transform);
    transform: var(--tw-transform);
}

.translate-x-0 {
    --tw-translate-x: 0px;
}

.rotate-6 {
    --tw-rotate: 6deg;
}

.rotate-6, .rotate-180 {
    -webkit-transform: var(--tw-transform);
    transform: var(--tw-transform);
}

.rotate-180 {
    --tw-rotate: 180deg;
}

.scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
}

.scale-95, .scale-100 {
    -webkit-transform: var(--tw-transform);
    transform: var(--tw-transform);
}

.scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
}

.scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
}

.scale-105, .transform {
    -webkit-transform: var(--tw-transform);
    transform: var(--tw-transform);
}

.cursor-pointer {
    cursor: pointer;
}

.resize {
    resize: both;
}

.list-none {
    list-style-type: none;
}

.list-disc {
    list-style-type: disc;
}

.appearance-none {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.grid-cols-1 {
    grid-template-columns: repeat(1,minmax(0,1fr));
}

.flex-row {
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.flex-col, .flex-row {
    -webkit-box-direction: normal;
}

.flex-col {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.justify-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.justify-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.justify-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.gap-8 {
    gap: 2rem;
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-bottom: calc(.5rem*var(--tw-space-y-reverse));
    margin-top: calc(.5rem*(1 - var(--tw-space-y-reverse)));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-bottom: calc(1.5rem*var(--tw-space-y-reverse));
    margin-top: calc(1.5rem*(1 - var(--tw-space-y-reverse)));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-bottom: calc(1rem*var(--tw-space-y-reverse));
    margin-top: calc(1rem*(1 - var(--tw-space-y-reverse)));
}

.space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-bottom: calc(1.75rem*var(--tw-space-y-reverse));
    margin-top: calc(1.75rem*(1 - var(--tw-space-y-reverse)));
}

.space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(1.5rem*(1 - var(--tw-space-x-reverse)));
    margin-right: calc(1.5rem*var(--tw-space-x-reverse));
}

.space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-bottom: calc(2rem*var(--tw-space-y-reverse));
    margin-top: calc(2rem*(1 - var(--tw-space-y-reverse)));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-bottom: calc(.75rem*var(--tw-space-y-reverse));
    margin-top: calc(.75rem*(1 - var(--tw-space-y-reverse)));
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(.5rem*(1 - var(--tw-space-x-reverse)));
    margin-right: calc(.5rem*var(--tw-space-x-reverse));
}

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(1rem*(1 - var(--tw-space-x-reverse)));
    margin-right: calc(1rem*var(--tw-space-x-reverse));
}

.space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(.75rem*(1 - var(--tw-space-x-reverse)));
    margin-right: calc(.75rem*var(--tw-space-x-reverse));
}

.overflow-auto {
    overflow: auto;
}

.overflow-hidden {
    overflow: hidden;
}

.overflow-visible {
    overflow: visible;
}

.overflow-y-scroll {
    overflow-y: scroll;
}

.truncate {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rounded-\[6px\] {
    border-radius: 6px;
}

.rounded-full {
    border-radius: 9999px;
}

.rounded-lg {
    border-radius: 10px;
}

.rounded {
    border-radius: .25rem;
}

.rounded-l-lg {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}

.rounded-r-lg {
    border-top-right-radius: 10px;
}

.rounded-b-lg, .rounded-r-lg {
    border-bottom-right-radius: 10px;
}

.rounded-b-lg {
    border-bottom-left-radius: 10px;
}

.border-2 {
    border-width: 2px;
}

.border {
    border-width: 1px;
}

.border-0 {
    border-width: 0;
}

.border-x {
    border-left-width: 1px;
    border-right-width: 1px;
}

.border-x-8 {
    border-left-width: 8px;
    border-right-width: 8px;
}

.border-t {
    border-top-width: 1px;
}

.border-b {
    border-bottom-width: 1px;
}

.border-r-2 {
    border-right-width: 2px;
}

.border-l-2 {
    border-left-width: 2px;
}

.border-b-2 {
    border-bottom-width: 2px;
}

.border-t-2 {
    border-top-width: 2px;
}

.border-b-8 {
    border-bottom-width: 8px;
}

.border-purple-dark {
    --tw-border-opacity: 1;
    border-color: rgb(42 15 63/var(--tw-border-opacity));
}

.border-transparent {
    border-color: transparent;
}

.border-red {
    --tw-border-opacity: 1;
    border-color: rgb(235 73 51/var(--tw-border-opacity));
}

.border-x-transparent {
    border-left-color: transparent;
    border-right-color: transparent;
}

.border-r-purple-dark {
    --tw-border-opacity: 1;
    border-right-color: rgb(42 15 63/var(--tw-border-opacity));
}

.border-b-purple-dark {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(42 15 63/var(--tw-border-opacity));
}

.bg-yellow {
    --tw-bg-opacity: 1;
    background-color: rgb(255 216 79/var(--tw-bg-opacity));
}

.bg-coral-light {
    --tw-bg-opacity: 1;
    background-color: rgb(255 244 241/var(--tw-bg-opacity));
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
}

.bg-purple-dark {
    --tw-bg-opacity: 1;
    background-color: rgb(42 15 63/var(--tw-bg-opacity));
}

.bg-ClinkTheme {
    background: rgb(200,34,143);
    background: linear-gradient(-71deg, rgba(200,34,143,1) 0%, rgba(76,46,141,1) 100%);
}

.Footer-Clink-Logo {
    width: 240px;
    height: 240px;
    object-fit: contain;
}

.bg-\[\#FBFAFA\] {
    --tw-bg-opacity: 1;
    background-color: rgb(251 250 250/var(--tw-bg-opacity));
}

.bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0/var(--tw-bg-opacity));
}

.bg-\[\#FFEA8D\] {
    --tw-bg-opacity: 1;
    background-color: rgb(255 234 141/var(--tw-bg-opacity));
}

.bg-transparent {
    background-color: transparent;
}

.bg-coral-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 244 241/var(--tw-bg-opacity));
}

.bg-orange-light {
    --tw-bg-opacity: 1;
    background-color: rgb(254 160 23/var(--tw-bg-opacity));
}

.bg-opacity-25 {
    --tw-bg-opacity: 0.25;
}

.bg-gradient-to-r {
    background-image: -webkit-gradient(linear,left top,right top,from(var(--tw-gradient-stops)));
    background-image: -o-linear-gradient(left,var(--tw-gradient-stops));
    background-image: linear-gradient(to right,var(--tw-gradient-stops));
}

.bg-gradient-to-b {
    background-image: -webkit-gradient(linear,left top,left bottom,from(var(--tw-gradient-stops)));
    background-image: -o-linear-gradient(top,var(--tw-gradient-stops));
    background-image: linear-gradient(to bottom,var(--tw-gradient-stops));
}

.bg-gradient-to-br {
    background-image: -webkit-gradient(linear,left top,right bottom,from(var(--tw-gradient-stops)));
    background-image: -o-linear-gradient(top left,var(--tw-gradient-stops));
    background-image: linear-gradient(to bottom right,var(--tw-gradient-stops));
}

.from-coral {
    --tw-gradient-from: #ff9574;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to,rgba(255,149,116,0));
}

.from-yellow {
    --tw-gradient-from: #ffd84f;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to,rgba(255,216,79,0));
}

.from-\[\#FF958D\] {
    --tw-gradient-from: #ff958d;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to,hsla(4,100%,78%,0));
}

.from-orange-deep {
    --tw-gradient-from: #f97126;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to,rgba(249,113,38,0));
}

.from-coral-top {
    --tw-gradient-from: #ff928a;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to,hsla(4,100%,77%,0));
}

.to-orange-light {
    --tw-gradient-to: #fea017;
}

.to-orange-deep {
    --tw-gradient-to: #f97126;
}

.to-\[\#FFB04E\] {
    --tw-gradient-to: #ffb04e;
}

.to-yellow {
    --tw-gradient-to: #ffd84f;
}

.to-coral-bottom {
    --tw-gradient-to: #ffb04e;
}

.bg-\[length\:16px_16px\] {
    background-size: 16px 16px;
}

.bg-center {
    background-position: 50%;
}

.fill-current {
    fill: currentColor;
}

.object-contain {
    -o-object-fit: contain;
    object-fit: contain;
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover;
}

.object-center {
    -o-object-position: center;
    object-position: center;
}

.object-top {
    -o-object-position: top;
    object-position: top;
}

.p-2 {
    padding: .5rem;
}

.p-4 {
    padding: 1rem;
}

.p-1 {
    padding: .25rem;
}

.p-3 {
    padding: .75rem;
}

.p-9 {
    padding: 2.25rem;
}

.p-0 {
    padding: 0;
}

.p-5 {
    padding: 1.25rem;
}

.p-6 {
    padding: 1.5rem;
}

.py-4 {
    padding-bottom: 1rem;
    padding-top: 1rem;
}

.py-2 {
    padding-bottom: .5rem;
    padding-top: .5rem;
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.py-3 {
    padding-bottom: .75rem;
    padding-top: .75rem;
}

.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.py-8 {
    padding-bottom: 2rem;
    padding-top: 2rem;
}

.py-6 {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
}

.px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.px-2 {
    padding-left: .5rem;
    padding-right: .5rem;
}

.px-3 {
    padding-left: .75rem;
    padding-right: .75rem;
}

.py-1 {
    padding-bottom: .25rem;
    padding-top: .25rem;
}

.px-1 {
    padding-left: .25rem;
    padding-right: .25rem;
}

.py-12 {
    padding-bottom: 3rem;
    padding-top: 3rem;
}

.px-0 {
    padding-left: 0;
    padding-right: 0;
}

.px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
}

.py-0 {
    padding-bottom: 0;
    padding-top: 0;
}

.py-16 {
    padding-bottom: 4rem;
    padding-top: 4rem;
}

.pb-4 {
    padding-bottom: 1rem;
}

.pt-6 {
    padding-top: 1.5rem;
}

.pb-3 {
    padding-bottom: .75rem;
}

.pl-2 {
    padding-left: .5rem;
}

.pr-4 {
    padding-right: 1rem;
}

.pt-\[2px\] {
    padding-top: 2px;
}

.pb-1 {
    padding-bottom: .25rem;
}

.pb-5 {
    padding-bottom: 1.25rem;
}

.pl-0 {
    padding-left: 0;
}

.pr-10 {
    padding-right: 2.5rem;
}

.pb-6 {
    padding-bottom: 1.5rem;
}

.pr-8 {
    padding-right: 2rem;
}

.pb-20 {
    padding-bottom: 5rem;
}

.pt-28 {
    padding-top: 7rem;
}

.pl-4 {
    padding-left: 1rem;
}

.pt-16 {
    padding-top: 4rem;
}

.pb-16 {
    padding-bottom: 4rem;
}

.pt-8 {
    padding-top: 2rem;
}

.pb-\[36\.25\%\] {
    padding-bottom: 36.25%;
}

.pb-12 {
    padding-bottom: 3rem;
}

.pb-10 {
    padding-bottom: 2.5rem;
}

.pb-8 {
    padding-bottom: 2rem;
}

.pt-4 {
    padding-top: 1rem;
}

.pt-1 {
    padding-top: .25rem;
}

.pr-14 {
    padding-right: 3.5rem;
}

.pr-12 {
    padding-right: 3rem;
}

.pt-12 {
    padding-top: 3rem;
}

.pt-24 {
    padding-top: 6rem;
}

.pb-24 {
    padding-bottom: 6rem;
}

.pb-7 {
    padding-bottom: 1.75rem;
}

.pb-2 {
    padding-bottom: .5rem;
}

.pr-0 {
    padding-right: 0;
}

.pt-2 {
    padding-top: .5rem;
}

.pt-3 {
    padding-top: .75rem;
}

.pl-11 {
    padding-left: 2.75rem;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.align-middle {
    vertical-align: middle;
}

.font-heading {
    font-family: all-round-gothic,sans-serif;
}

.font-sans {
    font-family: sofia-pro,sans-serif;
}

.text-xs {
    font-size: .75rem;
    line-height: 1rem;
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}

.text-lg {
    font-size: 1.125rem;
}

.text-lg, .text-xl {
    line-height: 1.75rem;
}

.text-xl {
    font-size: 1.25rem;
}

.text-sm {
    font-size: .875rem;
    line-height: 1.25rem;
}

.text-base {
    font-size: 1rem;
    line-height: 1.5rem;
}

.text-\[1\.875rem\] {
    font-size: 1.875rem;
}

.text-\[26px\] {
    font-size: 26px;
}

.text-\[34px\] {
    font-size: 34px;
}

.text-\[27px\] {
    font-size: 27px;
}

.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
}

.text-\[22px\] {
    font-size: 22px;
}

.text-\[43px\] {
    font-size: 43px;
}

.text-\[8px\] {
    font-size: 8px;
}

.font-light {
    font-weight: 300;
}

.font-bold {
    font-weight: 700;
}

.font-semibold {
    font-weight: 600;
}

.font-medium {
    font-weight: 500;
}

.font-normal {
    font-weight: 400;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

.normal-case {
    text-transform: none;
}

.italic {
    font-style: italic;
}

.leading-none {
    line-height: 1;
}

.leading-tight {
    line-height: 1.25;
}

.leading-normal {
    line-height: 1.5;
}

.leading-\[0\.85\] {
    line-height: .85;
}

.leading-loose {
    line-height: 2;
}

.leading-4 {
    line-height: 1rem;
}

.leading-relaxed {
    line-height: 1.625;
}

.tracking-wide {
    letter-spacing: .025em;
}

.tracking-wider {
    letter-spacing: .05em;
}

.text-purple, .text-purple-dark {
    --tw-text-opacity: 1;
    color: rgb(42 15 63/var(--tw-text-opacity));
}

.text-coral-light {
    --tw-text-opacity: 1;
    color: rgb(255 244 241/var(--tw-text-opacity));
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity));
}

.text-red {
    --tw-text-opacity: 1;
    color: rgb(235 73 51/var(--tw-text-opacity));
}

.text-coral-100 {
    --tw-text-opacity: 1;
    color: rgb(255 244 241/var(--tw-text-opacity));
}

.text-yellow {
    --tw-text-opacity: 1;
    color: rgb(255 216 79/var(--tw-text-opacity));
}

.text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0/var(--tw-text-opacity));
}

.underline {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
}

.no-underline {
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
}

.opacity-50 {
    opacity: .5;
}

.opacity-0 {
    opacity: 0;
}

.opacity-100 {
    opacity: 1;
}

.opacity-25 {
    opacity: .25;
}

.opacity-75 {
    opacity: .75;
}

.shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color);
}

.shadow, .shadow-purple {
    -webkit-box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
}

.shadow-purple {
    --tw-shadow: 10px 10px 0 0 #2a0f3f;
    --tw-shadow-colored: 10px 10px 0 0 var(--tw-shadow-color);
}

.shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);
}

.shadow-lg, .shadow-yellow {
    -webkit-box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
}

.shadow-yellow {
    --tw-shadow: 10px 10px 0 0 #ffd84f;
    --tw-shadow-colored: 10px 10px 0 0 var(--tw-shadow-color);
}

.shadow-purple {
    --tw-shadow-color: #2a0f3f;
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow {
    --tw-shadow-color: #ffd84f;
    --tw-shadow: var(--tw-shadow-colored);
}

.outline {
    outline-style: solid;
}

.filter {
    -webkit-filter: var(--tw-filter);
    filter: var(--tw-filter);
}

.transition {
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-property: color,background-color,border-color,fill,stroke,opacity,-webkit-text-decoration-color,-webkit-box-shadow,-webkit-transform,-webkit-filter,-webkit-backdrop-filter;
    transition-property: color,background-color,border-color,fill,stroke,opacity,-webkit-text-decoration-color,-webkit-box-shadow,-webkit-transform,-webkit-filter,-webkit-backdrop-filter;
    -o-transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-text-decoration-color,-webkit-box-shadow,-webkit-transform,-webkit-filter,-webkit-backdrop-filter;
    -webkit-transition-timing-function: cubic-bezier(.4,0,.2,1);
    -o-transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-timing-function: cubic-bezier(.4,0,.2,1);
}

.transition-all {
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: cubic-bezier(.4,0,.2,1);
    -o-transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-timing-function: cubic-bezier(.4,0,.2,1);
}

.transition-opacity {
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: cubic-bezier(.4,0,.2,1);
    -o-transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-timing-function: cubic-bezier(.4,0,.2,1);
}

.transition-colors {
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-property: color,background-color,border-color,fill,stroke,-webkit-text-decoration-color;
    transition-property: color,background-color,border-color,fill,stroke,-webkit-text-decoration-color;
    -o-transition-property: color,background-color,border-color,text-decoration-color,fill,stroke;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,-webkit-text-decoration-color;
    -webkit-transition-timing-function: cubic-bezier(.4,0,.2,1);
    -o-transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-timing-function: cubic-bezier(.4,0,.2,1);
}

.transition-transform {
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-timing-function: cubic-bezier(.4,0,.2,1);
    -o-transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-timing-function: cubic-bezier(.4,0,.2,1);
}

.duration-200 {
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
}

.duration-1000 {
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
}

.duration-500 {
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
}

.ease-in-out {
    -webkit-transition-timing-function: cubic-bezier(.4,0,.2,1);
    -o-transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-timing-function: cubic-bezier(.4,0,.2,1);
}

.will-change-\[height\] {
    will-change: height;
}

.has-cheveron-down-purple {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 27.5 14.5' xmlns='http://www.w3.org/2000/svg' fill='%232a0f3f'%3E%3Cpath d='M13.8 14.5c-.3 0-.6-.1-.9-.3L.4 2.2C-.1 1.7-.1.9.4.4s1.3-.5 1.8 0l11.6 11.2L25.4.3c.5-.5 1.3-.5 1.8 0s.5 1.3 0 1.8l-12.5 12c-.3.3-.6.4-.9.4z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
}

.has-x-icon-purple {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' viewBox='0 0 15 15' xmlns='http://www.w3.org/2000/svg' fill='%232a0f3f'%3E%3Cpath d='M13.5 14.3c-.2 0-.4-.1-.5-.2L.5 1.5C.2 1.2.2.7.5.4s.8-.3 1.1 0L14 13c.3.3.3.8 0 1.1-.1.1-.3.2-.5.2z'/%3E%3Cpath d='M1 14.3c-.2 0-.4-.1-.5-.2-.3-.3-.3-.8 0-1.1L13 .5c.3-.3.8-.3 1.1 0s.3.8 0 1.1L1.5 14c-.1.2-.3.3-.5.3z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
}

.p-md, p {
    font-size: 1.25rem;
    line-height: 1.3;
}

.p-lg {
    font-size: 1.375rem;
    line-height: 1.3636363636363635;
}

.display-1, .text-d1 {
    font-size: 5rem;
    line-height: .85;
}

.h1, .text-h1, h1 {
    font-size: 2.375rem;
    line-height: 1.105263157894737;
}

.h2, .text-h2, h2 {
    font-size: 2.125rem;
    line-height: 1.2352941176470589;
}

.h3, .text-h3, h3 {
    font-size: 1.625rem;
    line-height: 1.2307692307692308;
}

.h4, .text-h4, h4 {
    font-size: 1.625rem;
    font-weight: 700;
    line-height: 1.4615384615384615;
}

.h5, .text-h5, h5 {
    font-size: .9375rem;
    line-height: 1.3333333333333333;
}

@media (min-width: 1024px) {
    .text-footer-policy {
        font-size: 1rem;
        line-height: 1.5;
    }

    .p-sm, .rte.p-sm > * {
        font-size: 1.125rem;
        line-height: 1.5;
    }

    .p-md, .rte.p-md > *, p {
        font-size: 1.125rem;
        line-height: 1.4444444444444444;
    }

    .p-lg, .rte.p-lg > * {
        font-size: 1.625rem;
        line-height: 1.2692307692307692;
    }

    .text-d1 {
        font-size: 3.75rem;
        line-height: 1.133333333333333;
    }

    .h1, .text-h1, h1 {
        font-size: 4.375rem;
    }

    .display-1, .h1, .text-h1, h1 {
        line-height: 1.042857142857143;
    }

    .display-1 {
        font-size: 5.25rem;
    }

    .h2, .text-h2, h2 {
        font-size: 3.4375rem;
        line-height: 1.1454545454545455;
    }

    .h3, .text-h3, h3 {
        font-size: 2.125rem;
        line-height: 1.2647058823529411;
    }

    .h4, .text-h4, h4 {
        font-size: 1.625rem;
        line-height: 1.4615384615384615;
    }

    .h5, .text-h5, h5 {
        font-size: 1.25rem;
        line-height: 1.15;
    }
}

.first-of-type\:ml-2:first-of-type {
    margin-left: .5rem;
}

.first-of-type\:mt-0:first-of-type {
    margin-top: 0;
}

.last-of-type\:border-b-0:last-of-type {
    border-bottom-width: 0;
}

.empty\:hidden:empty {
    display: none;
}

.loading-overlay:not(.empty\:hidden:empty) + .cart-item__price-wrapper, .loading-overlay:not(.hidden) ~ cart-remove-button {
    opacity: 50%;
}

.loading-overlay:not(.empty\:hidden:empty) ~ cart-remove-button {
    cursor: default;
    pointer-events: none;
}

.hover\:border-purple-dark:hover {
    --tw-border-opacity: 1;
    border-color: rgb(42 15 63/var(--tw-border-opacity));
}

.hover\:bg-orange-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(254 160 23/var(--tw-bg-opacity));
}

.hover\:bg-purple-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(42 15 63/var(--tw-bg-opacity));
}

.hover\:bg-yellow:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 216 79/var(--tw-bg-opacity));
}

.hover\:bg-gradient-to-b:hover {
    background-image: -webkit-gradient(linear,left top,left bottom,from(var(--tw-gradient-stops)));
    background-image: -o-linear-gradient(top,var(--tw-gradient-stops));
    background-image: linear-gradient(to bottom,var(--tw-gradient-stops));
}

.hover\:from-orange-light:hover {
    --tw-gradient-from: #fea017;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to,rgba(254,160,23,0));
}

.hover\:to-coral-top:hover {
    --tw-gradient-to: #ff928a;
}

.hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity));
}

.hover\:text-orange-deep:hover {
    --tw-text-opacity: 1;
    color: rgb(249 113 38/var(--tw-text-opacity));
}

.hover\:text-purple-dark:hover {
    --tw-text-opacity: 1;
    color: rgb(42 15 63/var(--tw-text-opacity));
}

.hover\:text-black:hover {
    --tw-text-opacity: 1;
    color: rgb(0 0 0/var(--tw-text-opacity));
}

.hover\:underline:hover {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
}

.hover\:no-underline:hover {
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
}

.hover\:opacity-75:hover {
    opacity: .75;
}

.hover\:btn-with-inset-border:hover {
    -webkit-box-shadow: 0 0 0 2px #2a0f3f;
    box-shadow: 0 0 0 2px #2a0f3f;
}

.focus\:border-purple-dark:focus {
    --tw-border-opacity: 1;
    border-color: rgb(42 15 63/var(--tw-border-opacity));
}

.focus\:bg-orange-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(254 160 23/var(--tw-bg-opacity));
}

.focus\:bg-gradient-to-b:focus {
    background-image: -webkit-gradient(linear,left top,left bottom,from(var(--tw-gradient-stops)));
    background-image: -o-linear-gradient(top,var(--tw-gradient-stops));
    background-image: linear-gradient(to bottom,var(--tw-gradient-stops));
}

.focus\:from-orange-light:focus {
    --tw-gradient-from: #fea017;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to,rgba(254,160,23,0));
}

.focus\:to-coral-top:focus {
    --tw-gradient-to: #ff928a;
}

.focus\:text-black:focus {
    --tw-text-opacity: 1;
    color: rgb(0 0 0/var(--tw-text-opacity));
}

.focus\:underline:focus {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
}

.focus\:no-underline:focus {
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
}

.focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.focus\:btn-with-inset-border:focus {
    -webkit-box-shadow: 0 0 0 2px #2a0f3f;
    box-shadow: 0 0 0 2px #2a0f3f;
}

.focus-visible\:bg-purple-dark:focus-visible {
    --tw-bg-opacity: 1;
    background-color: rgb(42 15 63/var(--tw-bg-opacity));
}

.focus-visible\:bg-yellow:focus-visible {
    --tw-bg-opacity: 1;
    background-color: rgb(255 216 79/var(--tw-bg-opacity));
}

.focus-visible\:text-white:focus-visible {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity));
}

.focus-visible\:text-purple-dark:focus-visible {
    --tw-text-opacity: 1;
    color: rgb(42 15 63/var(--tw-text-opacity));
}

.focus-visible\:no-underline:focus-visible {
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
}

.focus-visible\:opacity-75:focus-visible {
    opacity: .75;
}

.group:hover .group-hover\:-translate-x-1 {
    --tw-translate-x: -0.25rem;
    -webkit-transform: var(--tw-transform);
    transform: var(--tw-transform);
}

.group:hover .group-hover\:rotate-6 {
    --tw-rotate: 6deg;
    -webkit-transform: var(--tw-transform);
    transform: var(--tw-transform);
}

.group:hover .group-hover\:scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    -webkit-transform: var(--tw-transform);
    transform: var(--tw-transform);
}

.group:hover .group-hover\:opacity-75 {
    opacity: .75;
}

.group:focus .group-focus\:-translate-x-1 {
    --tw-translate-x: -0.25rem;
    -webkit-transform: var(--tw-transform);
    transform: var(--tw-transform);
}

.group:focus .group-focus\:scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    -webkit-transform: var(--tw-transform);
    transform: var(--tw-transform);
}

.group:focus-visible .group-focus-visible\:opacity-75 {
    opacity: .75;
}

html.no-js .no-js\:px-0 {
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 414px) {
    .xs\:left-auto {
        left: auto;
    }

    .xs\:right-0 {
        right: 0;
    }

    .xs\:left-1\/2 {
        left: 50%;
    }

    .xs\:my-4 {
        margin-bottom: 1rem;
        margin-top: 1rem;
    }

    .xs\:-ml-1 {
        margin-left: -.25rem;
    }

    .xs\:block {
        display: block;
    }

    .xs\:hidden {
        display: none;
    }

    .xs\:w-1\/3 {
        width: 33.333333%;
    }

    .xs\:flex-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .xs\:justify-between {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .xs\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-left: calc(1rem*(1 - var(--tw-space-x-reverse)));
        margin-right: calc(1rem*var(--tw-space-x-reverse));
    }

    .xs\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .loading-overlay:not(.hidden) ~ cart-remove-button, .loading-overlay:not(.xs\:hidden) + .cart-item__price-wrapper {
        opacity: 50%;
    }

    .loading-overlay:not(.xs\:hidden) ~ cart-remove-button {
        cursor: default;
        pointer-events: none;
    }
}

@media (min-width: 640px) {
    .sm\:my-0 {
        margin-bottom: 0;
    }

    .sm\:mt-0, .sm\:my-0 {
        margin-top: 0;
    }

    .sm\:mr-6 {
        margin-right: 1.5rem;
    }

    .sm\:block {
        display: block;
    }

    .sm\:flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .sm\:table {
        display: table;
    }

    .sm\:table-cell {
        display: table-cell;
    }

    .sm\:table-header-group {
        display: table-header-group;
    }

    .sm\:table-row-group {
        display: table-row-group;
    }

    .sm\:table-row {
        display: table-row;
    }

    .sm\:hidden {
        display: none;
    }

    .sm\:h-24 {
        height: 6rem;
    }

    .sm\:h-20 {
        height: 5rem;
    }

    .sm\:w-24 {
        width: 6rem;
    }

    .sm\:w-20 {
        width: 5rem;
    }

    .sm\:w-1\/2 {
        width: 50%;
    }

    .sm\:w-auto {
        width: auto;
    }

    .sm\:w-3\/4 {
        width: 75%;
    }

    .sm\:max-w-md {
        max-width: 28rem;
    }

    .sm\:max-w-none {
        max-width: none;
    }

    .sm\:flex-1 {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
        flex: 1 1 0%;
    }

    .sm\:grid-cols-2 {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }

    .sm\:flex-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .sm\:flex-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .sm\:items-end {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .sm\:items-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .sm\:justify-between {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .sm\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-left: calc(2rem*(1 - var(--tw-space-x-reverse)));
        margin-right: calc(2rem*var(--tw-space-x-reverse));
    }

    .sm\:border {
        border-width: 1px;
    }

    .sm\:border-b {
        border-bottom-width: 1px;
    }

    .sm\:border-purple-dark {
        --tw-border-opacity: 1;
        border-color: rgb(42 15 63/var(--tw-border-opacity));
    }

    .sm\:pt-24 {
        padding-top: 6rem;
    }

    .sm\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .sm\:text-\[26px\] {
        font-size: 26px;
    }

    .sm\:text-\[22px\] {
        font-size: 22px;
    }

    .loading-overlay:not(.hidden) ~ cart-remove-button, .loading-overlay:not(.sm\:hidden) + .cart-item__price-wrapper {
        opacity: 50%;
    }

    .loading-overlay:not(.sm\:hidden) ~ cart-remove-button {
        cursor: default;
        pointer-events: none;
    }

    .recharge-page .sm\:flex {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }
}

@media (min-width: 768px) {

   


    .md\:sr-only {
        clip: rect(0,0,0,0);
        border-width: 0;
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        white-space: nowrap;
        width: 1px;
    }

    .md\:absolute, .md\:sr-only {
        position: absolute;
    }

    .md\:left-\[unset\] {
        left: unset;
    }

    .md\:right-4 {
        right: 1rem;
    }

    .md\:top-0 {
        top: 0;
    }

    .md\:left-0 {
        left: 0;
    }

    .md\:right-0 {
        right: 0;
    }

    .md\:top-full {
        top: 100%;
    }

    .md\:mx-auto {
        margin-left: auto;
        margin-right: auto;
    }

    .md\:my-0 {
        margin-top: 0;
    }

    .md\:mb-0, .md\:my-0 {
        margin-bottom: 0;
    }

    .md\:ml-12 {
        margin-left: 3rem;
    }

    .md\:mb-12 {
        margin-bottom: 3rem;
    }

    .md\:mt-0 {
        margin-top: 0;
    }

    .md\:mt-16 {
        margin-top: 4rem;
    }

    .md\:mb-6 {
        margin-bottom: 1.5rem;
    }

    .md\:mb-5 {
        margin-bottom: 1.25rem;
    }

    .md\:block {
        display: block;
    }

    .md\:inline {
        display: inline;
    }

    .md\:flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .md\:table-cell {
        display: table-cell;
    }

    .md\:table-header-group {
        display: table-header-group;
    }

    .md\:table-row-group {
        display: table-row-group;
    }

    .md\:table-row {
        display: table-row;
    }

    .md\:hidden {
        display: none;
    }

    .md\:h-auto {
        height: auto;
    }

    .md\:w-16 {
        width: 4rem;
    }

    .md\:w-1\/2 {
        width: 50%;
    }

    .md\:w-36 {
        width: 9rem;
    }

    .md\:w-auto {
        width: auto;
    }

    .md\:w-1\/3 {
        width: 33.333333%;
    }

    .md\:w-2\/3 {
        width: 66.666667%;
    }

    .md\:w-3\/5 {
        width: 60%;
    }

    .md\:w-28 {
        width: 7rem;
    }

    .md\:w-full {
        width: 100%;
    }

    .md\:max-w-full {
        max-width: 100%;
    }

    .md\:max-w-5xl {
        max-width: 64rem;
    }

    .md\:translate-x-1\/2 {
        --tw-translate-x: 50%;
        -webkit-transform: var(--tw-transform);
        transform: var(--tw-transform);
    }

    .md\:transform-none {
        -webkit-transform: none;
        transform: none;
    }

    .md\:grid-cols-2 {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }

    .md\:flex-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .md\:flex-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .md\:flex-col {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .md\:flex-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .md\:items-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .md\:justify-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .md\:justify-between {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .md\:gap-4 {
        gap: 1rem;
    }

    .md\:border-b-0 {
        border-bottom-width: 0;
    }

    .md\:p-2 {
        padding: .5rem;
    }

    .md\:p-8 {
        padding: 2rem;
    }

    .md\:py-16 {
        padding-bottom: 4rem;
        padding-top: 4rem;
    }

    .md\:py-20 {
        padding-bottom: 5rem;
        padding-top: 5rem;
    }

    .md\:py-8 {
        padding-bottom: 2rem;
        padding-top: 2rem;
    }

    .md\:py-32 {
        padding-bottom: 8rem;
        padding-top: 8rem;
    }

    .md\:pb-6 {
        padding-bottom: 1.5rem;
    }

    .md\:pt-20 {
        padding-top: 5rem;
    }

    .md\:pt-32 {
        padding-top: 8rem;
    }

    .md\:pb-36 {
        padding-bottom: 9rem;
    }

    .md\:pr-4 {
        padding-right: 1rem;
    }

    .md\:pl-4 {
        padding-left: 1rem;
    }

    .md\:pb-16 {
        padding-bottom: 4rem;
    }

    .md\:pt-8 {
        padding-top: 2rem;
    }

    .md\:pt-0 {
        padding-top: 0;
    }

    .md\:pt-40 {
        padding-top: 10rem;
    }

    .md\:pb-12 {
        padding-bottom: 3rem;
    }

    .md\:pl-6 {
        padding-left: 1.5rem;
    }

    .md\:text-left {
        text-align: left;
    }

    .md\:text-center {
        text-align: center;
    }

    .md\:text-right {
        text-align: right;
    }

    .md\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }

    .md\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .md\:text-\[34px\] {
        font-size: 34px;
    }

    .md\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }

    .md\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .md\:font-bold {
        font-weight: 700;
    }

    .md\:font-normal {
        font-weight: 400;
    }

    .loading-overlay:not(.hidden) ~ cart-remove-button, .loading-overlay:not(.md\:hidden) + .cart-item__price-wrapper {
        opacity: 50%;
    }

    .loading-overlay:not(.md\:hidden) ~ cart-remove-button {
        cursor: default;
        pointer-events: none;
    }

    .recharge-page .md\:flex {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }
}

@media (min-width: 1024px) {
    .lg\:left-auto {
        left: auto;
    }

    .lg\:right-full {
        right: 100%;
    }

    .lg\:mb-12 {
        margin-bottom: 3rem;
    }

    .lg\:ml-4 {
        margin-left: 1rem;
    }

    .lg\:mb-4 {
        margin-bottom: 1rem;
    }

    .lg\:mt-0 {
        margin-top: 0;
    }

    .lg\:block {
        display: block;
    }

    .lg\:flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .lg\:hidden {
        display: none;
    }

    .lg\:h-48 {
        height: 12rem;
    }

    .lg\:h-12 {
        height: 3rem;
    }

    .lg\:w-1\/4 {
        width: 25%;
    }

    .lg\:w-48 {
        width: 12rem;
    }

    .lg\:w-7\/12 {
        width: 58.333333%;
    }

    .lg\:w-full {
        width: 100%;
    }

    .lg\:w-1\/6 {
        width: 16.666667%;
    }

    .lg\:w-12 {
        width: 3rem;
    }

    .lg\:w-3\/4 {
        width: 75%;
    }

    .lg\:max-w-none {
        max-width: none;
    }

    .lg\:max-w-\[160px\] {
        max-width: 160px;
    }

    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3,minmax(0,1fr));
    }

    .lg\:flex-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .lg\:items-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .lg\:justify-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .lg\:justify-between {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .lg\:gap-8 {
        gap: 2rem;
    }

    .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-bottom: calc(0px*var(--tw-space-y-reverse));
        margin-top: calc(0px*(1 - var(--tw-space-y-reverse)));
    }

    .lg\:px-0 {
        padding-left: 0;
        padding-right: 0;
    }

    .lg\:py-16 {
        padding-bottom: 4rem;
        padding-top: 4rem;
    }

    .lg\:pt-12 {
        padding-top: 3rem;
    }

    .display-1, .lg\:text-d1 {
        font-size: 5rem;
        line-height: .85;
    }

    @media (min-width: 1024px) {
        .text-footer-policy {
            font-size: 1rem;
            line-height: 1.5;
        }

        .p-sm, .rte.p-sm > * {
            font-size: 1.125rem;
            line-height: 1.5;
        }

        .p-md, .rte.p-md > *, p {
            font-size: 1.125rem;
            line-height: 1.4444444444444444;
        }

        .p-lg, .rte.p-lg > * {
            font-size: 1.625rem;
            line-height: 1.2692307692307692;
        }

        .lg\:text-d1 {
            font-size: 3.75rem;
            line-height: 1.133333333333333;
        }

        .h1, .text-h1, h1 {
            font-size: 4.375rem;
        }

        .display-1, .h1, .text-h1, h1 {
            line-height: 1.042857142857143;
        }

        .display-1 {
            font-size: 5.25rem;
        }

        .h2, .text-h2, h2 {
            font-size: 3.4375rem;
            line-height: 1.1454545454545455;
        }

        .h3, .text-h3, h3 {
            font-size: 2.125rem;
            line-height: 1.2647058823529411;
        }

        .h4, .text-h4, h4 {
            font-size: 1.625rem;
            line-height: 1.4615384615384615;
        }

        .h5, .text-h5, h5 {
            font-size: 1.25rem;
            line-height: 1.15;
        }
    }

    .loading-overlay:not(.hidden) ~ cart-remove-button, .loading-overlay:not(.lg\:hidden) + .cart-item__price-wrapper {
        opacity: 50%;
    }

    .loading-overlay:not(.lg\:hidden) ~ cart-remove-button {
        cursor: default;
        pointer-events: none;
    }

    .recharge-page .lg\:flex {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }
}

@media (min-width: 1240px) {
    .xl\:my-3 {
        margin-bottom: .75rem;
        margin-top: .75rem;
    }

    .xl\:block {
        display: block;
    }

    .xl\:inline-block {
        display: inline-block;
    }

    .xl\:inline {
        display: inline;
    }

    .xl\:flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .xl\:h-full {
        height: 100%;
    }

    .xl\:w-full {
        width: 100%;
    }

    .xl\:w-48 {
        width: 12rem;
    }

    .xl\:w-1\/2 {
        width: 50%;
    }

    .xl\:w-3\/4 {
        width: 75%;
    }

    .xl\:w-1\/4 {
        width: 25%;
    }

    .xl\:w-2\/3 {
        width: 66.666667%;
    }

    .xl\:w-1\/3 {
        width: 33.333333%;
    }

    .xl\:max-w-screen-2xl {
        max-width: 1440px;
    }

    .xl\:flex-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .xl\:justify-between {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .xl\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-left: calc(.75rem*(1 - var(--tw-space-x-reverse)));
        margin-right: calc(.75rem*var(--tw-space-x-reverse));
    }

    .xl\:p-6 {
        padding: 1.5rem;
    }

    .xl\:p-8 {
        padding: 2rem;
    }

    .xl\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .xl\:pr-3 {
        padding-right: .75rem;
    }

    .xl\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }

    .recharge-page .xl\:flex {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }

    .xl\:first-of-type\:ml-0:first-of-type {
        margin-left: 0;
    }
}

body.blog .header-menu__item .header__menu-item-link, body.blog .logo {
    color: #fff;
}

body.blog .header-menu__item details[open] .header__menu-item-link {
    color: #2a0f3f;
}

body.blog main, body.article main {
    /* background: rgb(250,122,136);
  background: linear-gradient(0deg, rgba(250,122,136,1) 0%, rgba(252,131,181,1) 50%, rgba(248,114,45,1) 100%); */
}

    body.blog main .blog_banner + .main-blog {
        background: rgb(250, 122, 136);
        background: linear-gradient(0deg, rgb(255 172 88) 0%, rgba(252, 131, 181, 1) 50%, rgb(250 122 136) 100%);
        padding-top: 0;
    }

    body.article main .main-article {
        background: rgb(250, 122, 136);
        background: linear-gradient(0deg, rgb(254 158 126 / 0%) 0%, rgba(252, 131, 181, 1) 50%, rgb(250 122 136) 100%);
    }

        body.article main .main-article header {
            margin-top: 0;
        }

.blog_banner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}

    .blog_banner + .blog_banner {
        display: none !important;
    }

    .blog_banner:before {
        content: "";
        background-color: #000;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        opacity: 0.5;
        z-index: 1;
    }

    .blog_banner > img {
        width: 100%;
        max-width: 100%;
        display: block;
        /* max-height: 100vh; */
        object-fit: cover;
        object-position: center;
    }

        .blog_banner > img.bb_img_mobile {
            display: none;
        }

    .blog_banner .bb_content {
        position: absolute;
        z-index: 3;
        width: 100%;
        padding: 0 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 0;
        bottom: 0;
        margin: auto;
        margin-top: -90px;
    }

        .blog_banner .bb_content .title--primary {
            color: #fff;
            text-transform: capitalize;
        }

        .blog_banner .bb_content .hero__subtitle {
            color: #fff;
            max-width: 780px;
            width: 100%;
        }

        .blog_banner .bb_content a.hero__subtitle {
            margin-top: 25px;
            display: inline-block;
            text-decoration: underline;
            text-underline-offset: 8px;
            line-height: 1.8;
            font-size: 1.3rem;
        }

        .blog_banner .bb_content .hero__subtitle p {
            line-height: 1.8;
            font-size: 1.3rem;
        }

    .blog_banner .bb_svg, .article-template__hero-container .bb_svg {
        position: absolute;
        bottom: 0;
        z-index: 3;
    }

.main_blog_header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

    .main_blog_header .blog_cat {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 50px;
    }

        .main_blog_header .blog_cat a {
            font-weight: 700;
        }

            .main_blog_header .blog_cat a.active {
                border-bottom: 3px solid;
            }

.article-card__image-wrapper .article-card__image--adapt {
    border-radius: 8px;
    box-shadow: 6px 6px 0px #2a103f;
    padding-bottom: 100% !important;
}

.media, .article-template__hero-container {
    position: relative;
}

    .media > img {
        aspect-ratio: 1;
        display: block;
        max-width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: center;
    }

body.blog main .pagination-wrapper {
    margin-bottom: 0;
}

.read_more_btn {
    background-color: #2a0f3f;
    color: #fff;
    border-radius: 8px;
    padding: 5px 12px;
    display: inline-block;
    margin-top: 30px;
    font-size: 14px;
}

    .read_more_btn span {
        position: relative;
        top: -1px;
    }

.article-template__content blockquote {
    max-width: 65%;
    width: 100%;
    margin: 6rem auto 6rem auto;
    font-size: 1.6rem;
    font-weight: 600;
}

.article-template__content p {
    line-height: 1.8;
    font-size: 1.3rem;
}

    .article-template__content p:first-child {
        text-align: center;
        /* max-width: 680px; */
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

.article .main-article h2 {
    font-family: all-round-gothic, sans-serif;
    font-weight: 700;
}

.article-template__content img {
    border-radius: 8px;
    box-shadow: 6px 6px 0px #2a103f;
    width: 100%;
    display: block;
    max-width: 92%;
    margin: 5rem auto;
}

.social_buttons {
    display: flex;
    gap: 30px;
    margin-top: 20px;
}

    .social_buttons .share-btn {
    }

        .social_buttons .share-btn svg {
            height: 30px;
            display: block;
            width: auto;
        }

.blog .header-menu__item [open] .svg-wrap > svg, .article .header-menu__item [open] .svg-wrap > svg {
    fill: #2a0f3f;
}

@media screen and (max-width: 749px) {
}

/*  */
.featured-blog-posts .blog-posts {
    display: grid;
    grid-gap: 3rem;
    grid-row-gap: 6rem;
    grid-template-columns: 1fr 1fr 1fr;
}

    .featured-blog-posts .blog-posts .blog-post {
        flex: 0 30%;
    }

.featured-blog-posts .blog-post-image img {
    border-radius: 8px;
    box-shadow: 6px 6px 0px #2a103f;
    width: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 1;
}

.featured-blog-posts .blog-post-content h3 {
    margin: 0 0 .6rem;
    font-size: 26px;
    font-weight: 700;
}

    .featured-blog-posts .blog-post-content h3 + span {
        display: inline-block;
        margin-top: .4rem;
    }

.featured-blog-posts .blog-post-content p.article-card__excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    max-height: 5em;
    margin-top: 10px;
    width: 100%;
    line-height: 1.8;
    font-size: 18px;
}

.featured-blog-posts .blog-post-content a.read-more {
    text-transform: uppercase;
    font-weight: 600;
    background-color: #2a0f3f;
    color: #fff;
    border-radius: 8px;
    padding: 5px 12px;
    display: inline-block;
    margin-top: 30px;
    letter-spacing: .1rem;
    font-size: 14px;
}

    .featured-blog-posts .blog-post-content a.read-more span {
        position: relative;
        top: -1px;
    }

.featured-blog-posts .section-header {
    position: inherit;
    text-align: center;
    padding-bottom: 40px;
    padding-top: 80px;
}

.article .article-template__link {
    display: none;
}

.article-card__excerpt {
    width: 100%;
    line-height: 1.8;
    font-size: 1.3rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    max-height: 5em;
    margin-top: 10px;
}

footer {
    margin-top: -1px;
}

.blog .header__primary-navigation a.header__menu-item-link, .article .header__primary-navigation a.header__menu-item-link {
    color: #fff;
}

.blog .header-menu__item .svg-wrap > svg, .article .header-menu__item .svg-wrap > svg {
    fill: white;
}

.blog .header__sub-menu summary, .article .header__sub-menu summary {
    color: #fff;
}

.blog .header__icons svg.icon, .article .header__icons svg.icon {
    filter: invert(1);
}

.blog .header__icon svg.icon, .article .header__icon svg.icon {
    filter: invert(1);
}

.blog .header__heading .brandmark .svg-wrap svg, .article .header__heading .brandmark .svg-wrap svg {
    fill: white;
}

.blog_banner .bb_svg {
    bottom: -2px;
}

.shopify-section.spaced-section.hero-section {
    padding-top: 2rem;
}

.main-blog {
    padding-top: 100px;
}

@media (min-width: 1922px) {
    /* .blog_banner .bb_content {
    top: 25%;
  } */
}

@media (min-width: 1441px) {
    .article-template__hero-container .bb_svg {
        bottom: -3px;
    }

    /* .blog_banner .bb_content {
    top: 20%;
  } */
}

@media (min-width: 1200px) {
    /* .blog_banner .bb_content {
    top: 50px;
  } */
}

@media (min-width: 1024px) {
    /* .blog_banner .bb_content {
    top: 15px;
  } */
}

@media (max-width: 1440px) {
    .article-template__hero-container .bb_svg {
        bottom: -1px;
    }

    /* .blog_banner .bb_content {
    top: 90px;
} */
}

@media (max-width: 1200px) {
    .blog_banner .display-1 {
        font-size: 3.25rem;
    }
}

@media (max-width: 991px) {
    .article-template__content blockquote {
        max-width: 85%;
    }

    /* .blog_banner .bb_content {
      top: 0px;
  } */
}

@media (max-width: 768px) {
     .features-grid {
        /*grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));*/
    }
    
    .section {
        padding: 100px 10px;
    }


    .blog_banner > img {
        height: 70vh;
    }

    body.article .article-template__hero-adapt.media {
        padding: 70% 0 !important;
    }

    body.article .article-template__hero-container .bb_svg {
        display: block;
        bottom: -1px;
    }

    .featured-blog-posts .blog-posts {
        grid-row-gap: 1rem;
        grid-template-columns: 1fr 1fr;
    }

    .main-blog .blog-articles {
        grid-template-columns: 1fr 1fr;
    }

    .featured-blog-posts .blog-post-content a.read-more {
        font-size: 16px;
    }

    .article-card__footer .read_more_btn {
        font-size: 16px;
    }

    .main_blog_header {
        flex-wrap: wrap;
    }

        .main_blog_header .blog_cat {
            justify-content: center;
            width: 100%;
            margin-top: 20px;
            gap: 15px;
        }

        .main_blog_header h2 {
            width: 100%;
            text-align: center;
        }

    .slide-text {
        font-size: 14px;
        left: 20px;
        top: 20%;
        max-width: 95%;
        text-align: left;
    }

    .slide-Detail {
        font-size: 14px;
        left: 20px;
        top: 50%;
        max-width: 95%;
        text-align: left;
    }

   

    .flip-card {
        width: 69% !important;
    }
}

@media (min-width: 768px) and (max-width:850px) {
    .blog_banner .bb_content .hero__subtitle p {
        font-size: 18px;
    }

        .blog_banner .bb_content .hero__subtitle p br {
            display: none;
        }

    .blog_banner .bb_content a.hero__subtitle {
        margin-top: 10px;
    }
}

@media (max-width: 468px) {
    .blog_banner .bb_content {
        margin-top: -25px;
    }

    .blog_banner .display-1 {
        font-size: 2rem;
        line-height: 2rem;
    }

    .blog_banner .p-lg {
        font-size: 1.175rem;
        line-height: 1.1636363636363635;
    }

    .blog_banner .bb_content a.hero__subtitle {
        font-size: 1.2rem;
    }

    .blog_banner .bb_content p.hero__subtitle.p-md {
        font-size: 1.15rem;
        line-height: 2rem;
    }

    .article-template__content blockquote {
        margin: 4rem auto 4rem auto;
        font-size: 22px;
    }

    .article-template__content p {
        font-size: 18px;
    }

    .featured-blog-posts .blog-post-content h3 {
        font-size: 26px;
    }

    .featured-blog-posts .blog-post-content p.article-card__excerpt {
        font-size: 16px;
    }

    .featured-blog-posts .blog-post-content a.read-more {
        font-size: 12px;
    }

    .blog-articles {
        grid-row-gap: 3rem;
        grid-template-columns: 1fr 1fr;
    }

    .article-card__info .article-card__header h2 {
        font-size: 26px;
    }

    .article-card__info .article-card__excerpt {
        font-size: 16px;
        margin-top: 0;
    }

    .article-card__footer .read_more_btn {
        font-size: 12px;
    }

    .read_more_btn span, .featured-blog-posts .blog-post-content a.read-more span {
        top: -1px;
    }

    .main-blog .blog-articles {
        grid-row-gap: 3rem;
    }

    .main_blog_header {
        padding-top: 30px;
    }

    .blog_banner .bb_content {
        padding: 0 0px;
    }

        .blog_banner .bb_content .hero__subtitle {
            width: 100%;
            margin-top: 10px;
        }

        .blog_banner .bb_content .title--primary {
            margin-top: 10px;
        }

    .main-blog .blog-articles, .featured-blog-posts .blog-posts {
        grid-template-columns: 1fr;
    }

    .article-template__content {
        margin-top: 0 !important;
    }

    body.article main .main-article header {
        margin-bottom: 0 !important;
    }

    .blog_banner .bb_content a.hero__subtitle {
        margin-top: 10px;
    }
}

@media (max-width: 400px) {
    /* .blog_banner .bb_content {
        top: 30px;
    }
    .blog_banner .bb_content {
        top: 80px;
    } */
}

@media (max-width: 375px) {
    .article-template__content blockquote {
        font-size: 18px;
        margin: 3rem auto 3rem auto;
    }

    .article-template__content p {
        font-size: 16px;
    }

    .article-template__content img {
        max-width: 95%;
        margin: 3rem auto;
    }

    /* .blog_banner .bb_content {
        top: 30px;
    } */
}

.variety_tab_box {
    overflow: hidden;
}

.variety_content {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: none;
}

.variety_tabs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

    .variety_tabs .tablinks {
        width: 100%;
        max-width: 50%;
        text-align: center;
        font-family: 'sofia-pro';
        font-weight: bold;
        font-size: 30px;
        line-height: normal;
        background-color: #79cdff;
        padding: 5px 0 12px 0;
        cursor: pointer;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

        .variety_tabs .tablinks.active {
            background-color: #fff;
            cursor: auto;
            color: #2a0f3f;
            /* border-bottom-color:#fff; */
            border: 0;
            border-left: 2px solid #000;
            border-top: 2px solid #000;
            border-right: 2px solid #000;
            padding-bottom: 14px;
        }

.variety_content_box {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
}

    .variety_content_box a {
        display: block;
        text-align: center;
        width: 100%;
        max-width: calc(33.33% - 15px);
    }

    .variety_content_box.packs_box a {
        max-width: calc(50% - 15px);
    }

    .variety_content_box a img {
        display: block;
        margin-bottom: 10px;
        aspect-ratio: 1;
        object-fit: cover;
        object-position: center;
        padding: 0;
    }

    .variety_content_box.packs_box a img {
        aspect-ratio: auto;
        object-fit: inherit;
    }

    .variety_content_box a span {
        font-weight: 600;
        display: block;
        padding: 0 5px;
    }

.product-form__quantity .form__label, .product-form__quantity quantity-input {
    /* display:none; */
}

.sr-product .rounded-lg {
    border-radius: 14px;
}

/* .single.tablinks.active {
    border-right: 0;
} */
.variety.tablinks.active {
    border-left: 0;
}

@media (max-width: 768px) {
    .variety_tabs .tablinks {
        font-size: 18px;
    }

    .variety_content_box a span {
        font-size: 12px;
    }
}

.variety_tab_box .single.tablinks {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 54%;
}

.variety_tab_box .variety.tablinks {
    max-width: 50%;
    position: absolute;
    right: 0;
    z-index: 1;
    top: 0;
}

.variety_tab_box {
    border-radius: 10px;
    position: relative;
}

    .variety_tab_box .variety_content {
        padding-top: 100px;
    }

.variety.tablinks.active {
    border-left: 2px solid #000;
    z-index: 2;
}

@media (max-width: 991px) {
    .variety_tab_box .variety_content {
        padding-top: 75px;
    }
}

.product--fruit-punch .variety_tabs .tablinks {
    background-color: #fc83af;
}

.product--blood-orange-yuzu .variety_tabs .tablinks {
    background-color: #ffca49;
}

.product-dr-perfy-12-cans .variety_tabs .tablinks {
    background-color: #66b2e4;
    color: #2a0f3f;
}

.product--tropical-citrus .variety_tabs .tablinks {
    background-color: #ffcc63;
}

.product--fruity-variety-pack .variety_tabs .tablinks {
    background-color: #fc82af;
}

.product-variety-pack .variety_tabs .tablinks {
    background-color: #79cdff;
}

.variety_tabs .tablinks.active {
    background-color: #fff !important;
}


/**/


/* Flip Card*/


.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
    gap: 20px;
    margin-top: 20px;
    font-family: Bahnschrift, 'Bell MT', Calibri, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.features-grid_col_2 {
     grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
   
}
.features-grid_col_3 {
     grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
   
}

.flip-card {
    background-color: transparent;
    width: 98%;
    height: 300px;
    perspective: 1000px;
}

.flip-card {
    margin: 0;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
    box-shadow: 0 8px 14px 0 rgba(0,0,0,0.2);
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border: 1px solid coral;
    border-radius: 1rem;
}

.flip-card-front {
    /*background: linear-gradient(120deg, bisque 60%, rgb(255, 231, 222) 88%,
     rgb(255, 211, 195) 40%, rgba(255, 127, 80, 0.603) 48%);
  color: coral;*/
    
    
    /*background: rgb(200,34,143);*/
    
     background: rgb(200 34 143 / 64%);

    /*background: linear-gradient(-71deg, rgba(200,34,143,1) 0%, rgba(76,46,141,1) 100%);*/
    color: white;
    font-size: 2.5em;
    font-weight: 900;
    text-align: center;
}

.flip-card-Title {
    color: white;
    /*font-size: 1.2em;*/
    font-size: clamp(2rem, 2.5vw, 2.5rem);
    font-weight: 900;
    text-align: center;
    padding: 15px;
}

.flip-card-SubTitle {
    color: white;
    /*font-size: 0.6em;*/
    font-size: clamp(0.6rem, 2.5vw, 1.2rem);
    font-weight: 600;
    text-align: center;
    padding: 5px;
}

.flip-card-back {
    /*background: linear-gradient(120deg, rgb(255, 174, 145) 30%, coral 88%,
     bisque 40%, rgb(255, 185, 160) 78%);*/
    background: rgb(200,34,143);
    background: linear-gradient(-71deg, rgba(200,34,143,1) 0%, rgba(76,46,141,1) 100%);
    color: white;
    transform: rotateY(180deg);
    color: white;
    /*font-size: 1em;*/
    font-size: clamp(0.8rem, 2.5vw, 1.2rem);
    text-align: left;
    padding: 20px;
    /*line-height: 26px;*/
}

/*End*/
/* General Styles */
.payment-section {
    padding: 40px 0;
    /*background-color: white;*/
    
}

.section-heading {
    text-align: center;
    font-size: 2rem;
    color: #333;
    margin-bottom: 30px;
}

.card-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.payment-card {
  
    background-color: rgb(169 169 169 / 17%); /* Light gray background */
    color: black; /* Black text */
    padding: 20px;
    border-radius: 8px;
    width: 48%;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
}

.card-front {
    text-align: left;
}

.card-title {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 15px;
    color: #333;
    text-align: center; /* Center the title */
}

.card-subtitle {
    font-size: 1.2rem;
    color: #555;
    margin-bottom: 15px;
    text-align: center; /* Center the subtitle */
}

.card-details {
    list-style-type: none;
    padding: 0;
    color: #666;
}

.card-details li {
    font-size: 1rem;
    margin-bottom: 10px;
}

.card-details li i {
    margin-right: 10px;
    color: green;
}

/* Hover Effects */
.payment-card:hover {
    background-color: darkgray;
    color: white;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.3);
}

.payment-card:hover .card-title,
.payment-card:hover .card-subtitle {
    color: #fff; /* Change text color on hover */
}

.payment-card:hover .card-details li {
    color: #fff; /* Change list item text color to white on hover */
}

/* Responsive Styles */
@media (max-width: 768px) {
    .payment-card {
        width: 100%; /* Make cards full width on smaller screens */
    }

    .section-heading {
        font-size: 1.8rem;
    }
}

/*End*/

.TextGradient{
	 background: linear-gradient(to right, #f32170, 
                    #ff6b08, #cf23cf, #db1414); 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.TextGradient2{
	 background: linear-gradient(to right, #f32170, 
                    #ff6b08, #cf23cf, #db1414); 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


