/** Shopify CDN: Minification failed

Line 19:0 All "@import" rules must come first
Line 131:25 Unexpected ","
Line 195:0 Unexpected "}"

**/

@property --rotate {
  syntax: "<angle>";
  initial-value: 132deg;
  inherits: false;
}
@font-face {
  font-family: "AlfaSlabOne-Regular";
  src: url("AlfaSlabOne-Regular.ttf") format("truetype"),
       url("AlfaSlabOne-Regular.ttf") format("truetype");
}
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root {
  --card-height: 65vh;
  --card-width: calc(var(--card-height) / 1.5);
}

.card-wrapper .card{
  background: #191c29;
  padding: 3px;
  position: relative;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  text-align: center;
  display: flex;
  font-size: 1.5em;
  color: rgb(88 199 250 / 0%);
  cursor: pointer;
  
  background:none !important;
}

.card-wrapper .card:hover {
  color: rgb(88 199 250 / 100%);
  transition: color 1s;
}
.card-wrapperd .card:hover:before, .card:hover:after {
  animation: none;
  opacity: 0;
}


.card-wrapperd .card::before {
  content: "";
  width: 104%;
  height: 102%;
  border-radius: 8px;
  background-image: linear-gradient(
    var(--rotate)
    , #5ddcff, #3c67e3 43%, #4e00c2);
    position: absolute;
    z-index: -1;
    top: -1%;
    left: -2%;
    animation: spin 2.5s linear infinite;
}

.card-wrapperd .cardd::after {
  position: absolute;
  content: "";
  top: calc(var(--card-height) / 6);
  left: 0;
  right: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  transform: scale(0.8);
  filter: blur(calc(var(--card-height) / 6));
  background-image: linear-gradient(
    var(--rotate)
    , #ef0000, #3c67e3 43%, #4e00c2);
    opacity: 1;
  transition: opacity .5s;
  animation: spin 2.5s linear infinite;
}

@keyframes spin {
  0% {
    --rotate: 0deg;
  }
  100% {
    --rotate: 360deg;
  }
}
::-webkit-scrollbar {
  display: none;
}
#shopify-section-template--20073704718660__97c0579e-d897-4f12-a534-9df77ecc0e1a,#shopify-section-template--20073704718660__eba33c72-b727-44fb-9347-4d8a27466895{
  overflow-y:hidden;
}
#ImageWithText--template--20073704718660__be5bded7-6729-4737-af04-d2d0ec88b36f{
 display:flex;
  flex-direction:column;
  justify-content:center;
}
.custom-image-bannerd{
  display:flex;
  justify-content:center;
  align-items:center;
}
.button--primary ,.button
{
   font-family: "Poppins", sans-serif;
  font-size: 16px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  border: 3px solid;
  padding: 0.25em 0.5em;
  box-shadow: 1px 1px 0px 0px, 2px 2px 0px 0px, 3px 3px 0px 0px, 4px 4px 0px 0px, 5px 5px 0px 0px;
  position: relative;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  background: rgb(255,108,104);
background: linear-gradient(138deg, rgba(255,108,104,.5) 0%, rgba(255,145,104,.7) 72%);
}


.button--primary :active,,.button :active {
  box-shadow: 0px 0px 0px 0px;
  top: 5px;
  left: 5px;
}
.button--secondaryd
{
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  cursor: pointer;
  border: 3px solid;
  padding: 0.25em 0.5em;
  box-shadow: 1px 1px 0px 0px, 2px 2px 0px 0px, 3px 3px 0px 0px, 4px 4px 0px 0px, 5px 5px 0px 0px;
  position: relative;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button--secondaryd :active {
  box-shadow: 0px 0px 0px 0px;
  top: 5px;
  left: 5px;
}
.button--secondary {
  padding: 10px 20px;
  border: none;
  font-size: 17px;
  color: #fff;
  border-radius: 7px;
  letter-spacing: 4px;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.5s;
  transition-property: box-shadow;
  text-decoration:none;
}

.button--secondary {
  background: #111;
  box-shadow: 0 0 25px #222;
}

.button--secondary:hover {
box-shadow: -1px 31px 45px 1px rgba(0,0,0,0.75);
-webkit-box-shadow: -1px 31px 45px 1px rgba(0,0,0,0.75);
-moz-box-shadow: -1px 31px 45px 1px rgba(0,0,0,0.75);
}

@media (min-width: 768px) {
  .button--primary  {
    padding: 0.25em 0.75em;
  }fshfdh
  .button :active{
     padding: 0.25em 0.75em;
  }
}
  .button--secondary :active{
     padding: 0.25em 0.75em;
  }
}
.image-with-text__grid,
#shopify-section-template--20073704718660__be5bded7-6729-4737-af04-d2d0ec88b36f,
#shopify-section-template--20073704718660__image-with-text

{
  overflow-x:hidden;
}
.cart__warnings{
  padding:10px 0 20px 0 !important;
}
.custom-list{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:30px;
  flex-wrap:wrap;
}
@media (min-width:980px){
  .custom-list{
    gap:120px;
  }
}
.custom-card-best-seller{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:10px;
  justify-content:space-between;
  padding: 20px 10px;
  
  width:300px;
  min-width:300px;
  
  border:10px solid #000;
  border-radius:50px;
  box-shadow: -1px 31px 45px 1px rgba(0,0,0,0.75);
-webkit-box-shadow: -1px 31px 45px 1px rgba(0,0,0,0.75);
-moz-box-shadow: -1px 31px 45px 1px rgba(0,0,0,0.75);
  color:#111 !important;
}
.custom-card-best-seller > img{
  max-width:100%;
  
}
.custom-card-best-seller > h4 {
font-family: 'Open Sans',sans-serif !important;
  margin-bottom:0px;
  margin-top:10px;
   animation: glowEffect 5s infinite;
  font-weight:600;
}
.custom-card-best-seller > img {
  margin-bottom:60px;
}
.custom-card-best-seller > a{
  margin-top:20px;
  margin-bottom:40px;
 
}
.custom-card-best-seller-tiktok{
background: rgb(0,0,0);
background: linear-gradient(150deg, rgba(0,0,0,1) 0%, rgba(254,44,85,1) 13%, rgba(37,244,238,1) 56%, rgba(255,255,255,1) 100%);
}
.custom-card-best-seller-instagram{
background: rgb(64,93,230);
background: linear-gradient(126deg, rgba(64,93,230,1) 0%, rgba(73,88,226,1) 6%, rgba(131,58,180,1) 13%, rgba(193,53,132,1) 35%, rgba(225,48,108,1) 47%, rgba(253,29,29,1) 62%, rgba(245,96,64,1) 74%, rgba(247,119,55,1) 83%, rgba(252,175,69,1) 94%, rgba(255,220,128,1) 100%);
}
.custom-card-best-seller-youtube{
background: rgb(239,0,0);
background: linear-gradient(170deg, rgba(239,0,0,1) 63%, rgba(40,40,40,1) 85%, rgba(255,255,255,1) 97%);
}
@media (max-width: 768px) {
    .custom-card-best-seller {
        width: 200px;
        
    }
}
@keyframes glowEffect {
  0% {
    color: white;
    text-shadow: 0 0 10px white; 
  }

  50%{
    color: #DCDEEF;
    text-shadow: 0 0 30px #DCDEEF;
  }
 
  100% {
    color: white;
    text-shadow: 0 0 10px white; 
  }
}