@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap');

:root {
  --color-text: #fff;
  --color-text-darker: #e5e5e5;
  --color-text-secondary: #ccc;
  --color-text-dark: #0D0D0D;
  --color-bg: #000;
  --color-brighter-bg: #0D0D0D;
  --color-primary: rgb(0 72 255);
  --color-primary-hover: #fff;
  --color-primary-text: var(--color-text-dark);
  --color-primary-text-hover: var(--color-primary-text);
  --color-secondary: #ccc;
  --color-secondary-hover: #e5e5e5;
  --color-secondary-text: var(--color-text-dark);
  --color-secondary-text-hover: var(--color-secondary-text);
  --color-tertiary: transparent;
  --color-tertiary-hover: rgb(255 255 255 / 15%);
  --color-tertiary-text: var(--color-text);
  --color-tertiary-text-hover: var(--color-tertiary-text);
  --color-removed: #C12E2E;
  --tebex-footer-height: 35px;
  --widget-padding: 24px;
  --content-padding: var(--widget-padding);
  --content-inner-width: 1280px;
  --content-width: calc((var(--content-padding) * 2) + var(--content-inner-width));
  --sidebar-width: 287px;
  --tebex-legal-footer-max-width: min(
    var(--content-inner-width),
    calc(100vw - (var(--content-padding) * 2))
  );
  --tebex-legal-footer-background-color: var(--color-brighter-bg);
  --tebex-legal-footer-border-color: var(--color-brighter-bg);
  --tebex-legal-footer-text-color: var(--color-text-secondary);
}
@media (width > 960px) {
  :root {
    --content-padding: calc(var(--widget-padding) * 2);
  }
}
@media (max-width: 900px) {
  :root {
    --tebex-footer-height: 70px;
  }
}
@media (max-width: 600px) {
  :root {
    --tebex-footer-height: 80px;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  vertical-align: baseline;
  color: inherit;
  background: transparent;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
}
*, html {

    scroll-behavior: smooth !important;
}
.real-price{
  display:none;
}

.store-text {
    margin-top:6rem;
}
.youtube-video {
  position: relative;
  width: 50%;
  padding-bottom: 28.125%;
  height: 0;
  overflow: hidden;
}

.youtube-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
strong,
b {
  font-weight: 700;
}

em,
i {
  font-style: italic;
}

input[type=submit],
button {
  appearance: none;
  cursor: pointer;
  text-align: left;
}

textarea {
  resize: none;
}

symbol,
use,
svg {
  overflow: visible;
}

svg,
img {
  display: block;
}

li {
  display: block;
}

button {
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

:root *[hidden] {
  display: none;
}

:focus {
  outline: 0;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

html,
body {
  min-height: 100vh;
}

html {
  overflow: hidden scroll;
  /* scrollbar-width: thin;
  scrollbar-color: var(--color-secondary) var(--color-bg);
  scrollbar-gutter: stable; */
}


*::-webkit-scrollbar {

 
 
  background-color: rgba(217 ,217 ,217, 0.1);;
  height: 2px;
  width: 2px;

  border: solid 1px rgba(217 ,217 ,217, 0.1);


  


}

*::-webkit-scrollbar-thumb {
  -webkit-appearance: none;
  border-radius:5px;
  padding: 2px;
  background-color: transparent;
  cursor: pointer;
  background-color:#EB2592;
  margin-top: 0px;
}
html.no-scroll {
  overflow: hidden;
}

body {
  position: relative;
  max-width: 100%;
  width: 100%;
  overflow:hidden;
  line-height: normal;
  color: var(--color-text);
  background: #090A0D;
  accent-color: var(--color-primary);
  font-family: sans-serif;
  font-size: 16px;
}

::selection {
  color: var(--color-text);
  background-color: var(--color-primary);
  text-shadow: none;
}

select option {
  color: var(--color-text);
  background-color: var(--color-bg);
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

.text-content {
  line-height: 1.4;
  word-wrap: break-word;
  word-break: break-word;
}
.text-content h1:not(:last-child),
.text-content h2:not(:last-child),
.text-content h3:not(:last-child),
.text-content h4:not(:last-child),
.text-content h5:not(:last-child),
.text-content h6:not(:last-child) {
  margin-bottom: 24px;
}
.text-content p:not(:last-child) {
  /* margin-bottom: 12px; */
}
.text-content h1 {
  font-size: 32px;
}
.text-content h2 {
  font-size: 26px;
}
.text-content h3 {
  font-size: 20px;
}
.text-content h4 {
  font-size: 18px;
}
.text-content img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.text-content ol, .text-content ul {
  margin-left: 1em;
}
.text-content ol:not(:last-child), .text-content ul:not(:last-child) {
  margin-bottom: 12px;
}
.text-content li {
  display: list-item;
}

.flex, .flexColumn {
  display: flex;
  justify-content:center;
  align-items:center;
  align-content:center;
}
.flexColumn {
  flex-direction: column;
}

.promoCode {
  width: 100%;
  overflow: hidden;
  background: rgba(255, 0, 43, 0.9);
  padding: 2px 0;
  display: flex;
  gap:20px;
  display: none;
  top:0%;
  z-index:5;
  position: fixed;
}

.promoCode span {
  display: inline-block;
  white-space: nowrap;
  font-weight: 400;
  color: #181818;
  font-size: 1.05rem !important;
  animation: promo-move 18s linear infinite;
  will-change: transform;
  line-height: 1.4;
  letter-spacing: 0.01em;
}

.promoCode__code {
  color: #fff !important;

  animation: unset !important;



}

@media (max-width: 600px) {
  .promoCode span {
    font-size: 0.95rem !important;;
   
  }

}
@keyframes promo-move {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

.btn-primary,
.btn-secondary,
.btn-tertiary {
  --btn-color-text: var(--color-text);
  --btn-color-text-hover: var(--btn-color-text);
  /* --btn-color-bg: var(--color-bg); */
  --btn-color-bg-hover: var(--btn-color-bg);
  display: block;
  width: fit-content;
  /* height: 46px; */
  padding: 0 10px;
  /* line-height: 46px; */
  color: var(--btn-color-text);
  background-color: var(--btn-color-bg);
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
  /* overflow: hidden; */
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nav-links-left  {
  gap: 10px;
  color: white;
  background-color: rgba(166,166,166,0.1);
}
@media (width > 960px) {
  .btn-primary,
  .btn-secondary,
  .btn-tertiary {
    padding: 0 14px;
  }
}
.btn-primary:disabled,
.btn-secondary:disabled,
.btn-tertiary:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.btn-primary:hover, .btn-primary:focus,
.btn-secondary:hover,
.btn-secondary:focus,
.btn-tertiary:hover,
.btn-tertiary:focus {
  color: var(--btn-color-text-hover);
  background-color: var(--btn-color-bg-hover);
}
.btn-primary {
  
}



.btn-primary, .btn-secondary {
/* Frame 10 */min-height:51px;
/* Auto layout */display: flex;flex-direction: row;justify-content: center;align-items: center;padding: 15px 41px;gap: 10px;width: 150px;height: 51px;background: linear-gradient(224.5deg, #FF87D3 -7.67%, #FF173E 234.69%);border-radius: 6px;

/* Inside auto layout */flex: none;order: 1;flex-grow: 0;}

.user-actions .btn-primary, .nav--logo .btn-primary{
  border-radius:unset;
  background:unset;
  border: none;
  box-shadow: none;
  padding:unset;
  outline:none;
  font-family: 'Roboto Mono';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  text-transform:uppercase;
  display: flex;
  align-items: center;
  text-align: center;
  color: #FFFFFF;


/* Inside auto layout */
  flex: none;
  order: 4;
  flex-grow: 0;
}
.nav-links-left {
  width:unset;
}
.user-actions .nav-links-left:nth-child(1){
  /* Frame 9 */

/* Auto layout */
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 15px 22px;
  gap: 10px;
  width: 208px;
  min-height:51px;
  height: 51px;
  background: #1E1F22;
  border-radius: 6px;
}
.user-actions .btn-primary{
/* Frame 10 */min-height:51px;
/* Auto layout */display: flex;flex-direction: row;justify-content: center;align-items: center;padding: 15px 41px;gap: 10px;width: 150px;height: 51px;background: linear-gradient(224.5deg, #FF87D3 -7.67%, #FF173E 234.69%);border-radius: 6px;

/* Inside auto layout */flex: none;order: 1;flex-grow: 0;}


.btn-primary:hover {
  color:white;
}
.product-actions .btn-primary, .product-actions .btn-secondary {
  max-width:100px;
}
.open-basket {
 border: solid 1px #FF50DB;
 color:white;
 background-color: #FF50DB;
}
.opening-basket {
  text-shadow: -15px 0px 45.7px #EB2592;
  position:relative;
}
.hided-menu-mobile .open-basket {
  width:100%;
  height:100%;
  border:unset;
  
  background:unset;
  position:absolute;
}
.quantity-field .open-basket {
  background:unset;
  border: unset;
}


.btn-secondary{
  border: solid 1px #FF6B6B;
background-color: #FF6B6B;
}

.btn-secondary:hover {
    background-color: #FF4D4D; 
  color:white;
 
}

.with-open-basket .open-basket {
  background:unset;
  color:white;
}

.btn-primary:hover {
  border-image-source:unset;
  color: black;

}
nav .nav-links-left:hover{

background: linear-gradient(224.5deg, #FF87D3 -7.67%, #FF173E 234.69%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
text-shadow: 0px 0px 40.7px #EB2592;
}


.btn-secondary {
  /* --btn-color-text: var(--color-secondary-text); */
  /* --btn-color-bg: var(--color-secondary); */
  /* --btn-color-text-hover: var(--color-secondary-text-hover); */
  /* --btn-color-bg-hover: var(--color-secondary-hover); */
}

.btn-tertiary {
  --btn-color-text: var(--color-tertiary-text);
  --btn-color-bg: var(--color-tertiary);
  --btn-color-text-hover: var(--color-tertiary-text-hover);
  --btn-color-bg-hover: var(--color-tertiary-hover);
}

.btn-icon {
  position: relative;
  flex: none;
  width: 46px;
  height: 46px;
  padding: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 18px;
}
:root .btn-icon {
  line-height: 0;
  font-size: 0;
  color: transparent;
}

.btn-icon-text {
  display: flex;
  align-items: center;
  min-width: 46px;
  gap: 8px;
}
.btn-icon-text::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  flex: none;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (width <= 960px) {
  :root .btn-icon-text {
    justify-content: center;
    gap: 0;
    font-size: 0;
    color: transparent;
  }
}

.btn-glyph::before,
.btn-glyph-text::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  flex: none;
  background-color: var(--btn-color-text);
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  transition: background-color 0.15s ease-in-out;
}
.btn-glyph:hover::before, .btn-glyph:focus::before,
.btn-glyph-text:hover::before,
.btn-glyph-text:focus::before {
  background-color: var(--btn-color-text-hover);
}

.btn-glyph {
  position: relative;
  flex: none;
  width: 46px;
  min-height:unset;
  height: 46px;
}
:root .btn-glyph {
  padding: 0;
  line-height: 0;
  font-size: 0;
  color: transparent;
}
.btn-glyph::before {
  position: absolute;
  inset: 0;
  margin: auto;
}

.btn-glyph-text {
  display: flex;
  align-items: center;
  min-width: 46px;
  gap: 8px;
}
@media (width <= 960px) {
  :root .btn-glyph-text {
    justify-content: center;
    gap: 0;
    z-index:0;
    font-size: 0;
    color: transparent;
  }

  .open-basket svg {
    display: none;
  }
}

.link-text {
  color: var(--color-text-darker);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-position: under;
  transition: color 0.15s ease-in-out;
}
.link-text:hover {
  color: var(--color-text);
}

.user-actions{



}

.quantity-field {
  display: flex;
  align-items: stretch;
  justify-content: center;
  color: var(--color-text);
background-color: #1E1F22;

  height: 36px;

}
.quantity-field input[type=number] {
  position: relative;
  z-index: 1;
  flex: none;
  -moz-appearance: textfield;
  appearance: textfield;
  width: 40px;
  height: 100%;
  font-size: 16px;
  text-align: center;
  font-variant-numeric: tabular-nums;
}
.quantity-field input[type=number]:focus, .quantity-field input[type=number]:hover {
  border-color: var(--color-secondary-hover);
}
.quantity-field input[type=number]::-webkit-inner-spin-button, .quantity-field input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity-field.with-open-basket input[type=number] {
  margin-left: calc((40px - 2ch) * -1);
  margin-right: 0.25em;
  order: 1;
  text-align: right;
  transition: color 0.15s ease-in-out;
}
.quantity-field .open-basket {
  margin-right: 5px;
  width: fit-content;
  height: 100%;
  order: 2;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 0.15s ease-in-out;
}
.quantity-field .open-basket:focus, .quantity-field .open-basket:hover {
  color: var(--color-primary);
}
.quantity-field .open-basket:focus ~ input[type=number], .quantity-field .open-basket:hover ~ input[type=number] {
  color: var(--color-primary);
}
.quantity-field .adjust {
  position: relative;
  z-index: 2;
  flex: none;
  width: 34px;
  height: 100%;
  padding: 0;
  line-height: 0;
  font-size: 0;
  color: transparent;
}
.quantity-field .adjust.decrease {
  margin-right: auto;
  order: -1;
}
.quantity-field .adjust.increase {
  margin-left: auto;
  order: 100;
}
.quantity-field .adjust::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--color-text);
  mask: url("https://webstore-template-assets.tebex.io/images/plus.svg") no-repeat center center;
  mask-size: 10px;
}
.quantity-field .adjust.decrease::before {
  mask-image: url("https://webstore-template-assets.tebex.io/images/minus.svg");
}

@media (width > 960px) {
  .mobile-only {
    display: none;
  }
}

@media (width <= 960px) {
  .desktop-only {
    display: none;
  }
}

.site {
  /* display: grid; */
  grid-auto-rows: auto 1fr auto;
  align-items: start;
  gap: var(--widget-padding);
  min-height: calc(100vh - var(--tebex-footer-height));
  font-size: 14px;
}
@media (width > 960px) {
  .site {
    gap: calc(var(--widget-padding) * 2);
  }
}
.page-index.home-categories-enabled .site {
  grid-auto-rows: auto auto 1fr auto;
}

.site-header,
.site-home-categories,
.site-content,
.site-footer-inner {
  margin: 0 auto;
  padding: 0 var(--content-padding);
  width: 100%;
}
@media (width > 960px) {
  .site-header,
  .site-home-categories,
  .site-content,
  .site-footer-inner {
    max-width: var(--content-width);
  }
}

@media (width <= 960px) {
  .site-header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* gap: var(--widget-padding) 0; */
    /* position: relative; */
    /* padding: 110px 0 calc(50px - var(--widget-padding)); */
    /* flex-wrap: wrap; */
  }
  .site-header-inner .actions {
    /* position: absolute; */
    /* top:30%; */
    min-width:100%;
    display: flex;
    align-items:center;
    align-content:center;
    justify-content:space-between;
    flex: 1 1 100%;
    gap: 6px;
    /* padding:0px 10px; */
  }
 .site-header-inner .actions a {
   display:block;
 }
  .site-header-inner .toggle-navigation {
    background-image: url("https://webstore-template-assets.tebex.io/images/burger.svg");
    border-radius:4px;
background-color: #1E1F22;

  }

  .site-header-inner .user-actions {
    /* position: absolute; */
    /* right:5%; */
    top: 35%;
  }
  .site-header-inner .user-actions {
    display: none;
    gap: 12px;
  }
.site-header-inner {
  min-width:unset !important;
}
  .site-header-inner .open-basket::before {
    mask-image: url("https://webstore-template-assets.tebex.io/images/checkout.svg");
  }
  .site-header-inner .user-name {
    display: none;
  }
  .site-header-inner .user-menu {
    display: none;
  }
  .site-header-inner .site-title {
    width: 100%;
    line-height: 80px;
    font-size: 50px;
    font-weight: 900;
    text-align: center;
  }
  .site-header-inner .site-title img {
    margin: 0 auto;
    max-width: 100%;
    max-height: 80px;
    object-fit: contain;
  }
  .site-header-inner .info {
    display: block;
    position: relative;
    flex: none;
    width: 50%;
    padding-left: 42px;
    line-height: 18px;
  }
  .site-header-inner .info.discord {
    right: 0;
    left: auto;
    padding-left: 0;
    padding-right: 42px;
    text-align: right;
  }
  .site-header-inner .info .image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 32px;
    height: 32px;
    object-fit: contain;
  }
  .site-header-inner .info.discord .image {
    left: auto;
    right: 0;
  }
  .site-header-inner .info .title {
    display: block;
    line-height: 20px;
    color: var(--color-text);
    font-size: 12px;
    font-weight: 600;
  }
  .site-header-inner .info .action {
    display: block;
    color: var(--color-primary);
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    transition: color 0.15s ease-in-out;
    cursor: pointer;
  }
  .site-header-inner .info:hover .action {
    color: var(--color-primary-hover);
  }
  .site-header-inner .info .value {
    width: fit-content;
    border: 1px solid #606060;
    padding: 0 5px;
    background: rgba(96, 96, 96, 0.5);
    color: #CCC;
    font-size: 12px;
  }
}
@media (width > 960px) {
  .site-header-inner {height: calc(95px - var(--widget-padding) * 2);}
  body.is-navigation-horizontal .site-header-inner {
 
   
  }
  .site-header-inner .actions {
    position: absolute;
    top: var(--widget-padding);
    left: 0;
    display: flex;
    gap: 6px;
  }
  .site-header-inner .toggle-navigation {
  display:none;
    background-image: url("https://webstore-template-assets.tebex.io/images/burger.svg");
  }
  .actions a {
    display:none;
  }
  .actions-multiple a {
    display:flex;
  }

  .site-header-inner .log-in,
  .site-header-inner .user-actions {
  
    /* top: var(--widget-padding); */
    right: 0;
  }
  .site-header-inner .user-actions {
    display: flex;
    position:relative;
    gap: var(--widget-padding);
  }
  .site-header-inner .open-basket::before {
    display: none;
    mask-image: url("https://webstore-template-assets.tebex.io/images/checkout.svg");
  }
  .site-header-inner .user-name {
    /* position: relative; */
    cursor: default;
    font-weight:normal;
    text-align: center;
    justify-content: center;
  }
  .site-header-inner .user-name::before {
    mask-image: url("https://webstore-template-assets.tebex.io/images/user.svg");
  }
  .site-header-inner .user-menu {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    color: var(--color-text-dark);
    margin: 0 auto;
    line-height: 34px;
    font-size: 16px;
    text-align: center;
    translate: 0 10px;
    visibility: hidden;
    opacity: 0;
    transition: translate 0.15s ease-in-out, visibility 0.15s ease-in-out, opacity 0.15s ease-in-out;
  }
  .site-header-inner .user-menu:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 11px;
    height: 6px;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    background-color: var(--color-secondary);
    pointer-events: none;
  }
  .site-header-inner .user-menu:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    height: 20px;
  }
  .site-header-inner .user-menu li {
    background-color: var(--color-secondary);
  }
  .site-header-inner .user-menu li:not(:last-child) {
    border-bottom: 1px solid var(--color-secondary-hover);
  }
  .site-header-inner .user-menu a, .site-header-inner .user-menu button {
    display: block;
    width: 100%;
    padding: 0 calc(var(--widget-padding) / 2);
    transition: background-color 0.3s ease-in-out;
  }
  .site-header-inner .user-menu a:hover, .site-header-inner .user-menu a:focus, .site-header-inner .user-menu button:hover, .site-header-inner .user-menu button:focus {
    background-color: var(--color-secondary-hover);
  }
  .site-header-inner .user-menu .log-out {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }
  .site-header-inner .user-menu .log-out::before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background-color: currentColor;
    mask: url("https://webstore-template-assets.tebex.io/images/log-out.svg") center center no-repeat;
    mask-size: contain;
  }
  .site-header-inner .user-name:hover ~ .user-menu,
  .site-header-inner .user-name:active ~ .user-menu,
  .site-header-inner .user-name:focus ~ .user-menu,
  .site-header-inner .user-menu:hover,
  .site-header-inner .user-menu:focus-within {
    translate: none;
    visibility: visible;
    opacity: 1;
  }
  .site-header-inner .site-title {
    position: absolute;
    inset: calc(var(--widget-padding) + 46px) 180px 0 280px;
    margin: auto;
    width: fit-content;
    height: fit-content;
   
    font-size: 60px;
    font-weight: 900;
    text-align: center;
  }
  .site-header-inner .site-title img {
   
    max-width: 100%;
    max-height:678px;
  }
 
    
  .site-header-inner .info {
    position: absolute;
    top: calc(var(--widget-padding) + 46px);
    left: 0;
    bottom: 0;
    margin: auto 0;
    max-width: 280px;
    width: 33.3333333333%;
    height: fit-content;
    line-height: 22px;
  }
  .site-header-inner .info.server {
    padding-left: 64px;
  }
  .site-header-inner .info.discord {
    right: 0;
    left: auto;
    padding-right: 82px;
    text-align: right;
  }
  .site-header-inner .info .image {
    position: absolute;
    top: -50px;
    left: 0;
    bottom: -50px;
    margin: auto 0;
    width: 46px;
    height: 46px;
    object-fit: contain;
  }
  .site-header-inner .info.discord .image {
    left: auto;
    right: 0;
    width: 64px;
    height: 64px;
  }
  .site-header-inner .info .title {
    display: block;
    line-height: 28px;
    color: var(--color-text);
    font-size: 18px;
    font-weight: 600;
  }
  .site-header-inner .info .action {
    display: block;
    color: var(--color-primary);
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    transition: color 0.15s ease-in-out;
    cursor: pointer;
  }
  .site-header-inner .info:hover .action {
    color: var(--color-primary-hover);
  }
  .site-header-inner .info .value {
    width: fit-content;
    border: 1px solid #606060;
    padding: 0 6px;
    background: rgba(96, 96, 96, 0.5);
    color: #CCC;
    font-size: 16px;
  }
}

.site-footer {
  bottom:0.5%;
  width:100%;
  /* position:absolute; */
  /* left:50%; */
  /* top:50%; */
  /* transform: translate(-50%,-50%); */
  /* background: var(--color-brighter-bg); */
  }

.site-home-categories {
  display: flex;
  flex-direction: column;
  gap: var(--widget-padding);
}
@media (width > 600px) {
  .site-home-categories {
    flex-direction: row;
    justify-content: center;
    gap: var(--widget-padding) 36px;
  }
}
.site-home-categories .category {
  display: flex;
  align-items: center;
  gap: var(--widget-padding);
  flex-basis: 100%;
  line-height: 26px;
  font-size: 24px;
  font-weight: 700;
}
@media (width <= 600px) {
  .site-home-categories .category {
    width: 100%;
  }
}
@media (width > 600px) {
  .site-home-categories .category {
    flex-direction: column;
    align-items: center;
    gap: var(--widget-padding);
    max-width: 240px;
    text-align: center;
  }
}
.site-home-categories .category img {
  max-width: 130px;
}
@media (width > 600px) {
  .site-home-categories .category img {
    margin: auto;
    max-width: 100%;
  }
}

.store-text {
  padding: var(--content-padding);
  line-height: 1.375;
  font-size: 16px;
  font-weight: 400;
}

.store-form {
  font-size: 18px;
}
.store-form .actions-multiple a {
  background-color: #FF50DB;
}
.store-form p {
  margin-bottom: 24px;
}
.store-form .input-group,
.store-form .field,
.store-form .field-inline {
  margin-bottom: 24px;
}
.store-form .input-group > p,
.store-form .field > p,
.store-form .field-inline > p {
  margin-bottom: 12px;
}
.store-form .field-inline {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0 12px;
}
@media (width > 600px) {
  .store-form .field-inline {
    gap: 0 24px;
  }
}
.store-form input,
.store-form select,
.store-form textarea {
  display: block;
}
.store-form input[type=text],
.store-form input[type=password],
.store-form input[type=email],
.store-form input[type=number],
.store-form input[type=search],
.store-form input[type=url],
.store-form input[type=tel],
.store-form input[type=date],
.store-form input[type=time],
.store-form input[type=datetime-local],
.store-form input[type=file],
.store-form input[type=month],
.store-form input[type=week],
.store-form select,
.store-form textarea {
  margin-bottom: 12px;
  width: 100%;
  padding: 14px 12px;
  color: var(--color-text-secondary);
  background: var(--color-bg);
  font-size: 14px;
}
.popup .store-form input[type=text],
.popup .store-form input[type=password],
.popup .store-form input[type=email],
.popup .store-form input[type=number],
.popup .store-form input[type=search],
.popup .store-form input[type=url],
.popup .store-form input[type=tel],
.popup .store-form input[type=date],
.popup .store-form input[type=time],
.popup .store-form input[type=datetime-local],
.popup .store-form input[type=file],
.popup .store-form input[type=month],
.popup .store-form input[type=week],
.popup .store-form select,
.popup .store-form textarea {
  background: #242424;
}
@media (width > 960px) {
  .store-form input[type=text],
  .store-form input[type=password],
  .store-form input[type=email],
  .store-form input[type=number],
  .store-form input[type=search],
  .store-form input[type=url],
  .store-form input[type=tel],
  .store-form input[type=date],
  .store-form input[type=time],
  .store-form input[type=datetime-local],
  .store-form input[type=file],
  .store-form input[type=month],
  .store-form input[type=week],
  .store-form select,
  .store-form textarea {
    padding: 12px;
    font-size: 16px;
  }
}
.store-form .field-inline input,
.store-form .field-inline select,
.store-form .field-inline textarea {
  width: auto;
}
.store-form .actions {
  display: flex;
  justify-content: center;
  gap: 12px;
}
.store-form .actions .link-text {
  align-self: center;
  font-size: 18px;
  font-weight: 700;
  background:unset;
  margin: 0 16px;
}

@media (width <= 960px) {
  .site-content-widgets {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
}
@media (width > 960px) {
  .site-content-widgets {
    /* display: grid; */
    /* margin-top:3rem; */
    width:100vw;
    gap: 1rem;
  }
  body.is-sidebar-right .site-content-widgets {
    grid-template-columns: 1fr var(--sidebar-width);
  }
  .site-content-widgets .store-sidebar {
    order: -1;
  }
  body.is-sidebar-right .site-content-widgets .store-sidebar {
    order: 1;
  }
}

.category-description {
  margin-bottom: var(--widget-padding);
  padding: var(--widget-padding);
  line-height: 1.4;
  font-size: 18px;
}

.no-products {
  padding: var(--widget-padding);
  font-size: 18px;
  text-align: center;
}

.store-products-list {
  display: flex;
  width:1480px;
  /* margin-top:3rem; */
  flex-wrap:wrap;
  justify-content:center;
  align-items:center;
  align-content:center;
  gap: calc(var(--widget-padding) / 0.7);
  align-items: stretch;
  justify-items: stretch;
  align-items:flex-start;
  justify-content:flex-start;
}

.store-products-images {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 24px 36px;
}

.store-product {
  display: flex;
  flex-direction: column;
  gap: 12px;
  /* padding: var(--widget-padding); */
}
.store-product .product-title {
 /* Product Name with double line */


text-align:left;

font-family: 'Roboto Mono';
font-style: normal;
font-weight: 700;
font-size: 20px;
line-height: 26px;
display: flex;
align-items: center;

color: #FFFFFF;


/* Inside auto layout */
flex: none;
order: 0;
align-self: stretch;
flex-grow: 0;
display: none;
}



.store-product .product-title a {
    color: inherit;
    transition: color 0.15s ease-in-out;

}
.store-product .product-title a:hover {
  color: var(--color-primary);
}
.store-product .product-title .countdown {
  display: block;
  margin-top: 8px;
  color: var(--color-removed);
  font-size: 0.75em;
  font-variant-numeric: tabular-nums;
}
.store-product .product-title .countdown::before {
  content: "";
  display: inline-block;
  vertical-align: -0.15em;
  margin-right: 0.25em;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  mask: url("https://webstore-template-assets.tebex.io/images/countdown.svg") center center/contain no-repeat;
}
.store-product .image-link {
  display: block;

  min-width: 100%;
  width: fit-content;
}
.store-product .image-link:hover ~ .product-title a {
  color: var(--color-primary);
}
.store-product .image {min-width:490px;/* height:100%; *//* min-height:100%; */max-width: 100%;}
.store-product {
  /* height:fit-content; */
}
.store-products-list .store-product .image{
  min-width:465px;
}
.store-product .descr {
  color: var(--color-text-secondary);
}
.store-product .actions {
  display: flex;
  gap: 5px;
  width:100%;
  padding: 40px 20px;
  align-items:center;
  align-content:center;
  justify-content:space-between;
  position: relative;
  overflow: hidden;
}
.product-actions .store-product .price {
  /* Frame 2 */

/* Auto layout */
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 8px 16px;
gap: 10px;

width: 83px;
height: 34px;

background: #1E1F22;
border-radius: 6px;

/* Inside auto layout */
flex: none;
order: 1;
flex-grow: 0;

}
.store-product-full, .store-product-full.popup-content .actions {
  padding:5px;
  font-size:1.3rem;
  line-height:20px;
}
.popup-content .store-product .actions {
gap: 5px;
}
.store-product .actions.updating {
  pointer-events: none;
}
.store-product .actions.updating > * {
  opacity: 0.3;
  filter: grayscale(100%);
}
.store-product .actions.updating::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: 10;
  margin: auto;
  width: 30px;
  height: 30px;
  background: url("https://webstore-template-assets.tebex.io/images/loading.svg") center center no-repeat;
  background-size: contain;
}
.store-product:not(.store-product-full) .actions {
  /* flex-wrap: wrap; */
}
.store-product .price {
  /* font-size: 14px; */
  /* color: #FF50DB; */
}
.store-product .price .discount {
  margin-right: 1ch;
  color: var(--color-removed);
  font-weight: 400;
  text-decoration-line: line-through;
}
.store-product .price strong {
  font-size: 20px;
  font-weight: inherit;
}
.store-product:not(.store-product-full) .price {
  /* width: 100%; */
}
.store-product .quantity-field {
  height: 46px;
}
.store-product .wide {
  flex: 1 1 auto;
}
.store-product .price {
  
}





.product-actions .price {
    /* Frame 2 */

/* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    gap: 10px;
    width: 83px;
    height: 34px;
    background: #1E1F22;
    border-radius: 6px;

/* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 0;
}


.product-actions .price strong {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 700;
font-size: 14px;
line-height: 18px;
display: flex;
align-items: center;
text-align: center;

color: #FFFFFF;


/* Inside auto layout */
flex: none;
order: 0;
flex-grow: 0;
}

.store-product .gift {
  flex: none;
  background-image: url("https://webstore-template-assets.tebex.io/images/gift.svg");
}
.store-product .remove {
  flex: none;
  background-image: url("https://webstore-template-assets.tebex.io/images/delete.svg");
}

.store-products-images .store-product .image-link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
}
.store-products-images .store-product .descr {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}

.store-products-list .store-product {
  padding: calc(var(--widget-padding) * 0.75);
}
.store-products-list .store-product .image {
  width:100%;
  /* border-radius:12px; */
  background-size:cover;
}


.store-products-list .store-product strong {
  font-size:1.5rem;
  line-height:0.3rem;
}
.store-products-list .store-product .actions p strong{
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 700;
font-size: 14px;
line-height: 18px;
display: flex;
align-items: center;
text-align: center;

color: #FFFFFF;

}
.store-products-list .store-product .price {
 font-family: 'Roboto Mono';
 font-style: normal;
 font-weight: 700;
 font-size: 14px !important;
 line-height: 18px;
 display: flex;
 align-items: center;
 text-align: center;
 color: #FFFFFF;
}
@media (width > 600px) {
  .store-products-list .store-product {
   align-items: center;

  }
  .store-products-list .store-product .actions {
    /* gap: calc(var(--widget-padding) * 0.75); */
    /* padding:10px; */
  }
  .store-products-list .store-product .actions .wide {
    /* min-width: 170px; */
  }
  .store-products-list .store-product .image-link {
    margin: 0;
  }
  .store-products-list .store-product .product-title {
    /* margin-right: auto; */
  }
}

.store-product-full, .store-product-full.popup-content {
  padding-bottom: 0;
  height: 100vh !important;
  max-height:100vh !important;
  display: flex;
  overflow-y:scroll;
  max-width:1480px;
  justify-content:flex-start;
}


.store-product-full .product-title {
  grid-area: title;
  font-size: 20px;
}
@media (width > 600px) {
  .store-product-full {
    display: grid;
    grid-template: "image title" auto "image descr" auto "actions actions" auto/180px 1fr;
    gap: var(--widget-padding);
  }
  .store-product-full .image,
  .store-product-full .image-link {
    grid-area: image;
  }
  .store-product-full .image {
    max-width: 100%;
  }
  .store-product-full .product-title {
    grid-area: title;
  }
  .store-product-full .descr {
    grid-area: descr;
  }
  .store-product-full .actions {
    grid-area: actions;
    /* align-self: start; */
  }
}
.store-product-full .actions {
  position: sticky !important;
  align-items: center;
  bottom: 0;
  width:100%;
  margin: 0 calc(var(--widget-padding) * -1);
  padding: var(--widget-padding);
  /* background: rgba(12, 13, 18,0.7); */
}

@media (width <= 600px) {
  .store-product-full .actions {
    /* order: 1; */
    background-color: rgba(12,13,18,0.4);
    border-radius:12px;
  }
}
@media (width > 600px) {
  .store-product-full .actions {
    /* padding-left: calc(180px + var(--widget-padding) * 2); */
  }
}
.store-product-full .actions .wide {
  max-width: 240px;
}
.store-product-full .price {
  margin-right: auto;
}

.store-product-options .product-title {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 600;
}
.store-product-options .actions {
  position: sticky !important;
  bottom: var(--widget-padding);
  justify-content: start;
  width: fit-content;
  max-width: 100%;
}
.store-product-options .actions.updating {
  pointer-events: none;
}
.store-product-options .actions.updating > * {
  opacity: 0.3;
  filter: grayscale(100%);
}
.store-product-options .actions.updating::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: 10;
  margin: auto;
  width: 30px;
  height: 30px;
  background: url("https://webstore-template-assets.tebex.io/images/loading.svg") center center no-repeat;
  background-size: contain;
}
.store-product-options .actions .btn-primary,
.store-product-options .actions .btn-secondary,
.store-product-options .actions .btn-tertiary {
  width: 230px;
}
.store-product-options .actions-multiple {
  width: auto;
  display:flex;
}


.store-product-options .actions-multiple .btn-primary,
.store-product-options .actions-multiple .btn-secondary,
.store-product-options .actions-multiple .btn-tertiary {
  width: auto;
  flex: 1 1 auto;
}

.store-product-options .actions-multiple .btn-primary {
  background-color:#FF50DB!important;
}

@media (width <= 960px) {
  .site-navigation {
    position: fixed;
    inset: 0;
    z-index: 100000;
    padding: 0;
    transition: all 0.15s ease-in-out;
  }
  body:not(.show-navigation) .site-navigation {
    visibility: hidden;
    opacity: 0;
    translate: -50px 0;
  }
  .site-navigation .close-navigation {
    position: absolute;
    top: 12px;
    right: 62px;
    background-image: url("https://webstore-template-assets.tebex.io/images/close.svg");
    background-size: 24px;
  }
  .site-navigation .navigation-list {
    display: flex;
    flex-direction: column;
    position: absolute;
    inset: 0 50px 0 0;
    padding: 72px var(--widget-padding) var(--widget-padding);
    background: var(--color-bg);
    line-height: 24px;
    color: var(--color-text-secondary);
    font-size: 18px;
    overflow: hidden auto;
    scrollbar-width: thin;
    scrollbar-color: var(--color-secondary) var(--color-bg);
  }
  .site-navigation ul ul {
    padding-left: var(--widget-padding);
    line-height: 22px;
    font-size: 16px;
  }
  .site-navigation li {
    position: relative;
    width: 100%;
  }
  .site-navigation .log-out {
    margin-top: auto;
  }
  .site-navigation .log-out a {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .site-navigation .log-out a::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-color: currentColor;
    mask: url("https://webstore-template-assets.tebex.io/images/log-out.svg") center center no-repeat;
    mask-size: contain;
  }
  .site-navigation .has-children {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .site-navigation .has-children > a {
    flex: 1 1 auto;
  }
  .site-navigation .has-children .toggle {
    background-image: url("https://webstore-template-assets.tebex.io/images/chevron.svg");
    background-size: 20px;
    transition: rotate 0.15s ease-in-out;
  }
  .site-navigation .has-children.expanded > .toggle {
    rotate: 180deg;
  }
  .site-navigation .has-children > ul {
    width: 100%;
  }
  .site-navigation .has-children:not(.expanded) > ul {
    display: none;
  }
  .site-navigation a {
    display: block;
    padding: 11px 0;
    transition: color 0.15s ease-in-out;
  }
  .site-navigation a:hover {
    color: var(--color-primary);
  }
  .site-navigation a.active {
    color: var(--color-primary);
    font-weight: 700;
  }
  .site-navigation ul ul a {
    padding: 8px 0;
  }
}

@media (width > 960px) {
  .navigation-horizontal .close-navigation {
    display: none;
  }
  .navigation-horizontal .navigation-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: calc(var(--widget-padding) / 2);
    line-height: 28px;

    font-size: 18px;
    font-weight: 700;
  }
  .navigation-horizontal .navigation-list > li > a {
    padding: 14px calc(var(--widget-padding) / 2);
  }
  .navigation-horizontal .navigation-list > li.has-children > a {
    padding-right: 0;
  }
  .navigation-horizontal ul ul {
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
  }
  .navigation-horizontal > ul > li > a {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 18ch;
  }
  .navigation-horizontal .has-children {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .navigation-horizontal .has-children .toggle {
    flex: none;
    width: 28px;
    height: 28px;
    background-color: transparent;
    background-image: url("https://webstore-template-assets.tebex.io/images/chevron.svg");
    background-size: 20px;
    transition: rotate 0.15s ease-in-out;
  }
  .navigation-horizontal .has-children:hover > .toggle {
    rotate: 180deg;
  }
  .navigation-horizontal .has-children > ul {
    position: absolute;
    top: calc(100% - var(--widget-padding) / 2);
    left: 0;
    width: max-content;
    padding: calc(var(--widget-padding) / 2) 0;
    background: rgb(from var(--color-brighter-bg) r g b/0.7);
    backdrop-filter: blur(10px);
    transition: all 0.15s ease-in-out;
  }
  .navigation-horizontal .has-children:not(:hover) > ul {
    visibility: hidden;
    opacity: 0;
    translate: 0 -10px;
  }
  .navigation-horizontal a {
    display: block;
    transition: color 0.15s ease-in-out;
  }
  .navigation-horizontal a:hover, .navigation-horizontal a.link-active {
    color: var(--color-primary);
  }
  .navigation-horizontal li li a {
    width: 100%;
    max-width: 24ch;
    padding: 4px calc(var(--widget-padding) / 2);
    transition: all 0.15s ease-in-out;
  }
  .navigation-horizontal li li a:hover, .navigation-horizontal li li a.link-active {
    color: var(--color-bg);
    background-color: var(--color-primary);
  }
}

@media (width > 960px) {
  .navigation-vertical.widget {
    padding: calc(var(--widget-padding) / 2);
  }
  .navigation-vertical .close-navigation {
    display: none;
  }
  .navigation-vertical .navigation-list {
    line-height: 28px;
    color: var(--color-text-secondary);
    font-size: 18px;
    font-weight: 400;
  }
  .navigation-vertical ul ul {
    padding-left: 12px;
    line-height: 22px;
    font-size: 15px;
  }
  .navigation-vertical .has-children {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .navigation-vertical .has-children > a {
    flex: 1 1 auto;
    max-width: calc(100% - 46px);
  }
  .navigation-vertical .has-children .toggle {
    background-color: transparent !important;
    background-image: url("https://webstore-template-assets.tebex.io/images/chevron.svg");
    background-size: 20px;
    transition: rotate 0.15s ease-in-out;
  }
  .navigation-vertical .has-children.expanded > .toggle {
    rotate: 180deg;
  }
  .navigation-vertical .has-children > ul {
    width: 100%;
  }
  .navigation-vertical .has-children:not(.expanded) > ul {
    display: none;
  }
  .navigation-vertical a {
    display: block;
    padding: calc(var(--widget-padding) / 2);
    transition: color 0.15s ease-in-out;
  }
  .navigation-vertical a:hover, .navigation-vertical a.link-active {
    color: var(--color-primary);
  }
  .navigation-vertical a.link-active {
    font-weight: 600;
  }
  .navigation-vertical ul ul a {
    padding: 8px calc(var(--widget-padding) / 2);
  }
}

.widget {
  padding: 10px;
}
.widget + .widget {
  /* margin-top: var(--widget-padding); */
}

.widget-title {
  margin-bottom: var(--widget-padding);
  font-size: 20px;
  font-weight: 700;
}

.widget-featured .store-product {
  padding: 0;
  text-align: center;
}

.widget-gift-card {
  text-align: center;
}
.widget-gift-card .gift-card-input {
  margin-bottom: 12px;
  width: 100%;
  padding: 14px 12px;
  color: var(--color-text-secondary);
  background: var(--color-bg);
  font-size: 14px;
}
.popup .widget-gift-card .gift-card-input {
  background: #242424;
}
.widget-gift-card .check {
  width: 100%;
}

.widget-recent .purchase {
  display: flex;
  /* flex-direction: column; */
  justify-content: center;
  align-items: center;
  align-content: center;
  background-color: rgba(45, 45, 45, 0.2);
  padding: 15px;
  border-radius: 1rem;
  min-width: 350px;
  max-width: 300px;
  gap: 6px;
  position: relative;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: rgba(12, 13, 18,0.4);
}
.purchase p {
  text-align:center;
}
.purchase .price {
  color: rgba(26,253,158,1);
  text-align:center;
}
.widget-recent .avatar {
  flex: none;
  max-width: 50px;
 
  border-radius:7px;
  max-height: 50px;
  object-fit: contain;
}
.widget-recent .username {
  font-weight: 700;
  font-size: 10px;
  /* text-align: center; */
  max-width:70px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.widget-recent .empty {
  text-align: center;
}
.widget-recent time {
  opacity: 0.5;
  font-size: 0.9em;
}
.widget-recent .sep {
  margin: 0 0.3em;
}

.widget-top-donator .avatar {
  margin: 0 auto 12px;
  width: 96px;
}
.widget-top-donator .username {
  margin-bottom: 6px;
  font-weight: 700;
  font-size: 18px;
}
.widget-top-donator .empty {
  text-align: center;
}

.widget-community-goal .widget-content,
.widget-goal .widget-content {
  text-align: center;
}
.widget-community-goal p:not(:last-child),
.widget-goal p:not(:last-child) {
  margin-bottom: 12px;
}
.widget-community-goal .progress,
.widget-goal .progress {
  height: 12px;
  margin-bottom: 12px;
  overflow: hidden;
  background: var(--color-bg);
}
@keyframes progressBarAnimation {
  to {
    background-position: 100% 0;
  }
}
.widget-community-goal .progress-bar,
.widget-goal .progress-bar {
  height: 12px;
  background: var(--color-primary);
}
.widget-community-goal .progress-bar.striped,
.widget-goal .progress-bar.striped {
  background: var(--color-primary) linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary) 33%, rgb(from var(--color-primary-hover) r g b/0.35) 33%, rgb(from var(--color-primary-hover) r g b/0.35) 66%, var(--color-primary) 66%, var(--color-primary) 100%) repeat;
  background-size: 24px 100%;
}
.widget-community-goal .progress-bar.striped.animated,
.widget-goal .progress-bar.striped.animated {
  animation: progressBarAnimation 10s infinite linear;
}

.widget-community-goal .goal-image {
  margin: 0 auto 12px;
  max-width: 96px;
}
.widget-community-goal .descr {
  margin-bottom: 12px;
}

.widget-server-status .widget-content {
  text-align: center;
}
.widget-server-status h6 {
  margin-bottom: 12px;
}

.site-footer-inner {
  position: relative;
  /* max-width:100%; */
  padding: 20px var(--content-padding);
}
@media (width <= 960px) {
  .site-footer-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: var(--widget-padding);
  }
}
.site-footer-inner .site-footer-nav {
  line-height: 150%;
  font-size: 14px;
}
@media (width > 960px) {
  .site-footer-inner .site-footer-nav {
    margin-bottom: 12px;
  }
}
.site-footer-inner .site-footer-nav ul {
  display: flex;
}
@media (width <= 960px) {
  .site-footer-inner .site-footer-nav ul {
    flex-direction: column;
    gap: var(--widget-padding);
    text-align: center;
  }
}
@media (width > 960px) {
  .site-footer-inner .site-footer-nav ul {
    gap: calc(var(--widget-padding) * 2);
  }
}
.site-footer-inner .site-footer-nav a {
  color: var(--color-text-darker);
  text-decoration-line: underline;
  text-underline-offset: 2px;
  transition: color 0.15s ease-in-out;
}
.site-footer-inner .site-footer-nav a:hover {
  color: var(--color-primary);
}
.site-footer-inner .copyright {
  line-height: 16px;
  color: var(--color-text-secondary);
  font-size: 12px;
}
.site-footer-inner .we-accept {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (width > 960px) {
  .site-footer-inner .we-accept {
    position: absolute;
    top: 0;
    right: var(--content-padding);
    bottom: 0;
    pointer-events: none;
  }
}
.site-footer-inner .we-accept li {
  display: block;
}
.site-footer-inner .we-accept img {
  display: block;
  max-width: 57px;
  max-height: 26px;
}

.site-footer-credit {
  color: var(--color-text-secondary);
  background: #101010;
  font-size: 11px;
}
.site-footer-credit .site-footer-credit-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  gap: 22px;
  margin: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  min-height: 45px;
}
@media (width > 960px) {
  .site-footer-credit .site-footer-credit-inner {
    align-items: center;
    flex-direction: row;
  }
}
.site-footer-credit .copyright {
  display: flex;
  align-items: flex-start;
  gap: 22px;
}
@media (width > 960px) {
  .site-footer-credit .copyright {
    align-items: center;
  }
}
.site-footer-credit .copyright .tebex-logo-link {
  flex: none;
}
.site-footer-credit .legal {
  display: flex;
  gap: 16px;
  white-space: nowrap;
}
@media (width > 960px) {
  .site-footer-credit .legal {
    gap: 20px;
  }
}
.site-footer-credit .legal a {
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color 0.15s ease-in-out;
}
.site-footer-credit .legal a:hover {
  color: var(--color-primary);
}

.popup {
  --fade-duration: 0.3s;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100vw;
  z-index: 1000;
  overflow: hidden scroll;
  scrollbar-width: thin;
  scrollbar-color: var(--color-secondary) transparent;
  background: rgba(12, 13, 18, 0.7);
  transition: opacity var(--fade-duration) ease-in-out, display var(--fade-duration) allow-discrete;
}
.popup .real-price {
  text-decoration: line-through;
  transform: scale(0.7);
}
@starting-style {
  .popup {
    opacity: 0;
  }
}
.popup[hidden] {
  opacity: 0;
  display: none;
}

.popup-scroll-cont {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  padding: calc(var(--content-padding) / 2);
  overscroll-behavior: none;
}
@media (width > 600px) {
  .popup-scroll-cont {
    padding: var(--content-padding);
  }
}

.popup-content {
  position: relative;
  width: 100%;
  max-width:40%;

  padding: var(--widget-padding);
  background: rgba(12, 13, 18,0.2);
  transition: translate var(--fade-duration) ease-in-out;
}
@starting-style {
  .popup-content {
    translate: 0px 20px;
  }
}

.popup[hidden] .popup-content {
  translate: 0px 20px;
}

.popup.popup-loading .popup-content {
  min-height: 240px;
}
.popup.popup-loading .popup-content::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  margin: auto;
  width: 38px;
  height: 38px;
  background: url("https://webstore-template-assets.tebex.io/images/loading.svg") center center no-repeat;
  background-size: contain;
}

.popup-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: url("https://webstore-template-assets.tebex.io/images/close.svg") center center no-repeat;
  background-size: 20px;
  opacity: 0.5;
  line-height: 0;
  font-size: 0;
  color: transparent;
  transition: all 0.15s ease-in-out;
}
@media (width <= 600px) {
  .popup-close {
    width: 50px;
    height: 50px;
    background-size: 24px;
  }
}
.popup-close:hover {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.1);
}

.store-product-popup-content {
  max-width: 800px;
}



.gift-form-popup .popup-content h1, .gift-form-popup .popup-content h2, .gift-form-popup .popup-content h3, .gift-form-popup .popup-content h4, .gift-form-popup .popup-content h5, .gift-form-popup .popup-content h6 {
  margin-bottom: 12px;
}
.gift-form-popup .popup-content .btn-primary {
  width: 240px;
}
.gift-form-popup .popup-content .actions {
  position: relative;
  width: fit-content;
  max-width: 100%;
}
.gift-form-popup .popup-content .actions.updating {
  pointer-events: none;
}
.gift-form-popup .popup-content .actions.updating > * {
  opacity: 0.3;
  filter: grayscale(100%);
}
.gift-form-popup .popup-content .actions.updating::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: 10;
  margin: auto;
  width: 30px;
  height: 30px;
  background: url("https://webstore-template-assets.tebex.io/images/loading.svg") center center no-repeat;
  background-size: contain;
}

.login-popup {
  z-index: 1002;
}

.login-popup-content {
  max-width: 480px;
  padding-bottom: calc(var(--widget-padding) - 12px);
}

.basket {
  position: relative;
  z-index: 1001;
}
.site-content .basket {
  display: none;
}
.basket .basket-empty {
  margin: auto;
  text-align: center;
  font-size: 18px;
}
.basket .basket-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 50px var(--content-padding) 30px;
  font-size: 22px;
  font-weight: 600;
  /* background: linear-gradient(86.78deg, #0C0D12 -7.93%, #22232C 105.61%); */
  /* box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset; */
}
@media (width > 960px) {
  .basket .basket-header {
    padding-top: 70px;
  }
}
.basket .basket-title {
  display: flex;
  align-items: center;
  gap: 12px;
  text-transform: uppercase;
}
.basket .basket-title::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-color: var(--color-text);
  mask: url("https://webstore-template-assets.tebex.io/images/user.svg") center center no-repeat;
  mask-size: contain;
}
.basket .basket-second-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 15px var(--content-padding);
  background: var(--color-brighter-bg);
  background: rgb(from var(--color-brighter-bg) r g b/0.9);
  /* background: linear-gradient(86.78deg, #0C0D12 -7.93%, #22232C 105.61%); */
  /* box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset; */
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}
.basket .basket-second-header .total {
  font-size: 14px;
}
.basket .basket-second-header .total strong {
  font-size: 18px;
  font-weight: inherit;
}
.basket .basket-second-header .currency {
  display: flex;
  align-items: center;
  gap: 6px;
}
.basket .basket-second-header .currency::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url("https://webstore-template-assets.tebex.io/images/dropdown-arrow.svg") center center no-repeat;
}
.basket .basket-content {
  flex: 1;
  overflow-x: hidden;
  overflow-y: auto;
  /* background: linear-gradient(86.78deg, #0C0D12 -7.93%, #22232C 105.61%); */
}
.basket .basket-items {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: var(--widget-padding);
}
.basket .basket-item {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 12px;
  /* flex-direction:column; */
  border-radius:1rem;
  padding: var(--widget-padding);
  /* background: linear-gradient(86.78deg, #0C0D12 -7.93%, #22232C 105.61%); */
  /* box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset; */
}
.basket .basket-item .info {
  margin-right: auto;
}
.basket .basket-item .options {
  list-style-position: inside;
}
.basket .basket-item .options:has(li) {
  padding: 5px 0;
}
.basket .basket-item .options li {
  display: block;
  padding: 1px 0;
}
.basket .basket-item .options li::before {
  content: "";
  display: inline-block;
  margin-right: 0.4em;
  width: 3px;
  height: 3px;
  vertical-align: middle;
  background-color: currentColor;
  border-radius: 50%;
}
.basket .basket-item .title {
  font-size: 20px;
  font-weight: 600;
}
.basket .basket-item .price {
  color: var(--color-primary);
  font-size: 14px;
}
.basket .basket-item .price strong {
  font-size: 18px;
  font-weight: inherit;
}
.basket .basket-item .quantity-field {

  height: 46px;
}
.basket .basket-item .remove {

}
.basket .basket-item .remove::before {
  mask-image: url("https://webstore-template-assets.tebex.io/images/delete.svg");
}
.basket .basket-checkout {
  margin-top: auto;
  /* background: linear-gradient(86.78deg, #0C0D12 -7.93%, #22232C 105.61%); */
  padding: 0 var(--content-padding) 50px;
}
@media (width > 960px) {
  .basket .basket-checkout {
    padding-bottom: 100px;
  }
}
.basket .basket-checkout h3 {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: var(--widget-padding);
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.basket .basket-checkout .total {
  color: var(--color-primary);
  font-size: 16px;
  font-weight: 400;
}
.basket .basket-checkout .total strong {
  font-size: 24px;
  font-weight: inherit;
}
.basket .basket-checkout .checkout {
  width: 100%;
  background: linear-gradient(224.5deg, #FF87D3 -7.67%, #FF173E 234.69%);
border-radius: 6px;
   font-family: 'Roboto Mono';
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 21px;
  min-height:51px;
  text-transform:uppercase;
box-sizing: border-box;
}
.basket .basket-checkout .checkout:hover {
 background: linear-gradient(224.5deg, #FF87D3 -2.67%, #FF173E 234.69%);
}

.basket-popup {
  background-color: transparent;
}
.basket-popup .popup-scroll-cont {
  justify-content: flex-end;
  padding: 0;
}

.basket-popup-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 520px;
  height: 100vh;
  height: 100dvh;
  padding: 0;
    background: rgba(9, 10, 13, 0.15);
  backdrop-filter: blur(156.15px);
  /* background: #222837; */
  transition: translate var(--fade-duration) ease-in-out;
  background: linear-gradient(30deg,rgba(9, 10, 13,0.9) 0%, rgba(9, 10, 13,1) 88%, rgba(9, 10, 13,1) 100%);
  accent-color: var(--color-primary);
  -webkit-backdrop-filter: blur(5px);
}
.container-basket--login{
  display: flex;
  justify-content:center;
  align-items:center;
  align-content:center;
  flex-direction:column;
  padding:2rem;
}
.container-basket--login a {
  background-color: rgba(255,80,219);
  margin-top:10px;
}
@starting-style {
  .basket-popup-content {
    translate: 100% 0;
  }
}
.basket-popup[hidden] .basket-popup-content {
  translate: 100% 0;
}
.basket-popup-content.updating {
  pointer-events: none;
}
.basket-popup-content.updating::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: 10;
  margin: auto;
  width: 38px;
  height: 38px;
  background: url("https://webstore-template-assets.tebex.io/images/loading.svg") center center no-repeat;
  background-size: contain;
}
.basket-popup-content.updating > * {
  filter: grayscale(100%);
}

.toaster {
  display: flex;
  flex-direction: column-reverse;
  gap: 12px;
  position: fixed;
  bottom: var(--widget-padding);
  left: 0;
  right: 0;
  z-index: 10000;
  margin: 0 auto;
  padding: 0 var(--widget-padding);
  width: 100%;
  height: 100%;
  max-width: 520px;
  pointer-events: none;
}
.toaster:empty {
  display: none;
}

.toast {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  height: 50px;
  padding: 0 8px 0 24px;
  background: var(--color-brighter-bg);
  font-size: 16px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
  pointer-events: auto;
  transition: height 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
@starting-style {
  .toast {
    opacity: 0;
    height: 0;
  }
}
.toast[hidden] {
  display: block;
  opacity: 0;
  height: 0;
}
.toast.toast-warning {
  background: #cab600;
}
.toast.toast-error {
  background: #C12E2E;
}
.toast.toast-success {
  background: #4caf50;
}

.toast-close {
  margin-left: auto;
  flex: none;
  width: 30px;
  height: 30px;
  background: url("https://webstore-template-assets.tebex.io/images/close.svg") center center no-repeat;
  background-size: 20px;
  opacity: 0.5;
  line-height: 0;
  font-size: 0;
  color: transparent;
  transition: all 0.15s ease-in-out;
}
.toast-close:hover {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.1);
}

.astonText {
      font-size: 65px;
    font-weight: 400;
    display: flex;
     font-family: 'Roboto Mono';
    font-weight: 400;
   
    text-transform:uppercase;
    line-height: 80px;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-direction: column
}
.coloredAssets {
  color: #FF50DB;
  font-size: 3rem;
}

.hero--text--quality span {

  display: flex;

  font-weight:400;
  text-align:center;
  font-family: 'Roboto Mono';
  justify-content: center;
  line-height: 26px;
 color: rgba(169,169,169,0.8);

  align-items: center;
  align-content: center;
  font-size: 20px;

}
.hero--text--quality span {
  max-width:600px;
  line-height:23px;
}

.hero--text-buttons {
  margin-top:1rem;
  gap:10px;
}

.hero-text-button {
 font-family: 'Roboto Mono';
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 21px;
  text-transform:uppercase;
box-sizing: border-box;


width: 150px;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 15px 36px;
height: 51px;

background: #090A0D;
border: 1px solid #1E1F22;
border-radius: 6px;

/* Inside auto layout */
flex: none;
order: 0;
flex-grow: 0;

}

.discordButton {
 
background: linear-gradient(224.5deg, #FF87D3 -7.67%, #FF173E 234.69%);
border-radius: 6px;
}





.site-header-inner {
  display: flex;
  justify-content:space-between;
  width:100%;
  min-width:1480px;
  max-width:1480px;
  align-items:center;
  align-content:center;
  flex: 1 1 100%;
}



.hero-text-motto-smaller {
  font-weight:400;
 font-family: 'Roboto Mono';
  text-align:center;
}
.hero--text-motto{
  position:relative;
  overflow: hidden;
background-color: rgba(12, 13, 18,0.3);
  padding:60px 20px;
  gap:10px;

  width:80%;
  z-index:1 !important;
  /* transform: translateY(-20px); */
  border-radius:12px;
  z-index:3;
  margin:0 auto;
  }
.hero-text-motto-bigger {
  font-family: 'Roboto Mono';
 font-weight: 400;

  color: rgba(255,80,219,1);
font-weight: 400;
 max-width:70%;
 text-transform:uppercase;
  font-size:2.5rem;
   
  line-height:2.6rem;
}

.hero--text-motto:before, .hero--text-motto:after{
  content:'';
 bottom:0%;
  background-image: url('https://cdn.tebex.io/store/1291628/templates/201366/assets/b3d60e5c7df8c036176779994973446cf971f282.png');
  background-size:100%;
  height:300px;
  filter: hue-rotate(145deg);
 top: unset;
  left: unset;
  right:0%;
  transform:rotate(180deg);
  opacity: 0.2;
  width:900px;
  background-repeat: no-repeat;
  position:absolute;
  z-index:0;
}

.hero-text-motto-column:nth-child(1) .hero-text-motto-bigger{
  color:white;
}

.hero-text-motto-column:nth-child(1) .noColored {
  color:#FF50DB;
}
.newHeader {
  gap:10px;
}

.flex, .hero-text-motto-column, .customer--reviews-block, .customer-faq-section-faq-block {
  display: flex;
  justify-content:center;
  align-items:center;
  align-content:center;
}
 .navigation-mobile{
  width:100%;
}

.navigation-mobile .actions{
  width:100%;
  justify-content:space-between;
}

.discount-box-gradient {
  z-index:10;
  padding: 9px 16px;
gap: 10px;

width: 150px;
height: 50px;
background: linear-gradient(224.5deg, #FF87D3 -7.67%, #FF173E 234.69%);

border-radius: 6px 0px 0px 6px;
  
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 21px;
}
.discount-text-pinkFrog {
  /* Frame 2 */

font-family: 'Roboto Mono';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 21px;
display: flex;
align-items: center;

color: #FFFFFF;
box-sizing: border-box;

/* Auto layout */
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 0rem 2rem;
gap: 10px;


height: 50px;

background: rgba(235, 37, 146, 0.15);
border: 1px solid rgba(235, 37, 146, 0.15);
border-radius: 0px 6px 6px 0px;

/* Inside auto layout */
flex: none;
order: 1;
flex-grow: 0;

}
.customer-faq-section-faq-block {
  justify-content:space-between;
  max-width:1480px;
}

.customer-faq-section-faq-content, .hero-text-motto-column, .customer--reviews, .customer--reviews-block{
  flex-direction:column;
  z-index:1;
  gap:10px;
}
.hided-menu-mobile, .navigation-mobile {
  display: none;
}
.header-hero--images {
  z-index: 2;
  display: none;
  justify-content:space-between;
  align-items:center;
  align-content:center;
  position: absolute;
  width:1000px;
  max-height:30vh;
}

.header-hero--images img {

  bottom: 0;
  right: 0;
  z-index: 5
}

.customer--reviews {
  margin-top:6rem;
}
.item--info .customer--reviews {
  margin-bottom:6rem;
}
.customer--reviews-header span {
  font-size:60px;
  line-height:65px;
  text-transform:uppercase;

}

.customer--reviews-list {

  gap:1.5rem;
}
.customer--reviews-stars  {
  gap:6px;
}

.customer--reviews-header {
font-family: 'Roboto Mono'; font-weight: 400; 
}

.review-user-image {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    margin-right: 10px;
}
.customer--reviews-stars-row.flex {
    justify-content: space-between;
  width:100%;
    align-items: center;
}



.review-date {
 font-family: 'Roboto Mono';
font-style: normal;
font-weight: 400;
font-size: 0.75rem;
line-height: 1rem;
/* identical to box height */
color: rgba(255, 255, 255, 0.5);

}
.review-user-info.flex.flexColumn {
    align-items: center;
    margin-bottom: 8px;
}

.customer--reviews-block {
  align-items:flex-start;
  justify-content:flex-start;

  animation: conorLive .2s;
box-sizing: border-box;

/* Auto layout */
display: flex;
flex-direction: column;
align-items: flex-start;
padding: 26px;
gap: 16px;

width: 465px;
height: 243px;

background: #090A0D;
border: 1px solid #1E1F22;
border-radius: 4px;
flex: none;
order: 1;
flex-grow: 0;


  
}
@keyframes conorLive {
  from {
    transform: scale(0) translateY(300px);
    opacity: 0;
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0px);
  }
}
.customer-reviews-username, .customer-reviews-resource {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 700;
font-size:0.75rem;
line-height: 1rem;
color: #FFFFFF;
}


.customer--reviews {
  margin-top:6rem;
  align-items:flex-start;
}

.item--info .customer--reviews {
  margin-bottom:6rem;
}
.customer--reviews-header span, .widget-title  {
  font-size:2.5rem;
   font-family: 'Roboto Mono';
  line-height:2.4rem;
  font-weight:400;
  
}
.customer-revivews-username-wrapper{
  align-items:flex-start;
  justify-content: flex-start;
}
.widget-title {
  text-align:center;
  display: flex;
  justify-content:center;
  align-items:center;
  text-transform:uppercase;
  gap: 30px;
  margin-bottom:4rem;
  flex-direction:column-reverse;
}
.widget-recent  .widget-title:before {
  content:'Thank you for your support! Your purchase helps us grow and continue to provide quality scripts for the community.';
font-family: 'Roboto Mono';
  color:rgba(166,166,166,1);
  line-height:15px;
  font-size:15px;
  width:80vw;
  display: block;
  white-space: normal;
  word-wrap: break-word;
  text-transform: none;
}
.customer--reviews-date {
 font-family: 'Roboto Mono';
color:#4F4F52;
line-height:10px;
font-size:13px;
}
.customer--reviews-description {
margin-top:1rem;
line-height:1rem;
   max-width:40rem;
  text-align:center;
}
.customer--reviews-description span {
  color:rgba(166,166,166,1);
  line-height:15px;
font-size:15px;
 
}
.customer-reviews-context {
margin-top: unset;
display: unset;
color:white;
max-height:110px;
line-height:15px;
  min-width:100%;
overflow-y: scroll;
overflow-x: hidden;
padding:0px 10px 0px 0px;
text-align:left;
width: 413px;
height: 80px;
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 400;
font-size: 0.75rem;
line-height:1rem;
color: rgba(255, 255, 255, 0.5);
/* Inside auto layout */
flex: none;

flex-grow: 1;

}





.customer--revivews-dots {
  gap:10px;
  margin-top:2.5rem;
}
.customer--revivews-dot {
  height:12px;
  width:12px;
  cursor:pointer;
  background-color:#4F4F52;
  border-radius:50%;
  transition: all .3s;
}
.customer--revivews-dot:hover {
  background-color: #FF50DB !important;
  transform: scale(1.1);
}
.customer--revivews-dot:nth-child(2), .customer--revivews-dot:nth-child(3){
  background-color: #4F4F52;
}
.hero--imaget{

  position:relative;
}
 .hero-header--text {
   z-index:1;
   

   margin-top:2rem;
     gap:2.5rem;
 }


 .customer-faq-section-list {
  margin-top:6rem;
  flex-direction:column;
  margin-bottom:4rem;
  max-width: 1480px;
   width:100%;
  align-items:flex-start;
  gap:20px;
}
.customer-faq-sections-buttons{
  gap:10px;
  margin-bottom:1rem;

}
.customer-faq-sections-buttons button {
display: flex;
align-items: center;
text-align: center;
color: #FFFFFF;
padding: 15px 36px;
gap: 10px;

width: 101px;
height: 51px;

}
.customer-faq-sections-buttons span {max-width: 290px;height: 21px;font-family: 'Roboto Mono';font-style: normal;font-weight: 400;font-size: 16px;line-height: 21px;display: flex;align-items: center;color: #FFFFFF;


/* Inside auto layout */flex: none;order: 1;flex-grow: 0;}
.newFroggyButton {
  display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
background: linear-gradient(224.5deg, #FF87D3 -7.67%, #FF173E 234.69%), radial-gradient(114.33% 336.27% at 108.33% 50.98%, #EB2592 0%, #EB25BA 100%);
border-radius: 6px;
flex: none;
order: 0;
flex-grow: 0;
color: #FFFFFF;
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 21px;
gap: 10px;
}
.customer-faq-section-faq-content {
    align-items: flex-start;
}
.customer-faq-section-faq-block {
  /* font-size:20px; */
/* Frame 35 */
  box-sizing: border-box;

/* Auto layout */
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 26px;
  gap: 16px;
  width: 1480px;
  height: 84px;
  background: #090A0D;
  border: 1px solid #1E1F22;
  border-radius: 4px;

/* Inside auto layout */
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}
.customer-faq-section-question {
  color:white;
  font-weight:700;
}
.customer-faq-arrow{
/* Frame 43 */

/* Auto layout */display: flex;flex-direction: row;justify-content: center;align-items: center;padding: 4px;gap: 10px;/* margin: 0 auto; */width: 44px;height: 44px;background: #1E1F22;border-radius: 2px;

/* Inside auto layout */flex: none;order: 1;flex-grow: 0;}

.customer-faq-section-faq-block {
  cursor: pointer;
  /* margin:30px; */
}

.customer-faq-section-faq-content {
  display: flex;
  /* margin-right:20px; */
  flex-direction: column;
  min-width:95%;
}

.customer-faq-section-question {
  font-weight: bold;
  font-size:1.3rem;
  line-height:1.31rem;
  color: white; 
}

.customer-faq-section-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 400;
font-size: 0.75rem;
line-height: 1rem;
color: rgba(255, 255, 255, 0.5);
/* Inside auto layout */
flex: none;
order: 0;
flex-grow: 0;

  max-width:60rem;
}

.customer-faq-section-answer.visible {
  max-height: 100px;

}

.customer-faq-arrow {transition: transform 0.5s ease;}

.customer-faq-arrow.rotated {
  transform: rotate(180deg);
  background: linear-gradient(224.5deg, #FF87D3 -7.67%, #FF173E 234.69%), radial-gradient(114.33% 336.27% at 108.33% 50.98%, #EB2592 0%, #EB25BA 100%);
border-radius: 2px;

/* Inside auto layout */
flex: none;
order: 1;
flex-grow: 0;

}

.customer-faq-section-question.active {
  color: #FF50DB; 
}



.pinkFrog_wrapper {
  gap:2.5rem;
  display: flex;
  justify-content:center;
  align-items:center;
  margin:0 auto;
  /* position:relative; */
  align-content:center;
  max-width:1480px;
  flex-direction:column;
}


.hero--image {
  position: relative;
  height: 90vh;
  width: 100vw;
  overflow: hidden;
}

.hero--image:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1.0;
  z-index:0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('https://cdn.tebex.io/store/1291628/templates/249920/assets/359ade22c7b0465fdb9214d87929a7d1e13cc985.png');
  mix-blend-mode: overlay;
  z-index: 1;
}
.hero--image:after, .categoryProducts:before, .categoryProducts:after {
  content:'';

  position:absolute;
  z-index:0;
  height:150px;
  width:150px;

  opacity: 1;
  filter: blur(150px);
  z-index:1;
position: absolute;
width: 245px;
height: 245px;
left: -141px;
top: -148px;

background: #EB2592;
filter: blur(254.45px);

}

.hero--image:after , .categoryProducts:after {
  background-color: #EB2592;
  bottom:0;
  left:0;
  z-index:10;
 
}
.categoryProducts:before, .categoryProducts:after {
  top:0;
 height:150px;
  width:150px;
}
.site-title {
    text-shadow: 1px 50px 30px rgba(0,0,0,0.8);
}

.navBar {
  display: flex;
  width:100%;
  max-width:1480px;
  min-width:1480px;
  z-index:12;
  align-items:center;
  align-content:center;
  /* box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px; */
  justify-content:space-between;
  /* background: linear-gradient(276deg, rgba(7,9,8,1) 0%, rgba(35,34,37,0.7) 48%, rgba(7,9,8,1) 100%); */
}
.site-header {
  /* position:absolute; */
  top:0;
  width:100%;
  max-width:100%;
  /* left: 50%; */
  z-index:11;

  height: 95px;
  display: flex;
  justify-content:center;
  align-items:center;
  align-content:center;
  background: rgba(9, 10, 13, 0.15);
  backdrop-filter: blur(16.15px);
  border-bottom:solid 2px rgba(217 ,217 ,217, 0.1);
  position:fixed;
  
  /* transform: translate(-50%); */
}
.nav--logo  {
  gap: 30px;
  z-index:11;
}
.nav--logo a:nth-child(1) img{
  width:90px;
  height:21px;
}

 .scrolled{
transition: all .3s;
  
   z-index: 20333 !important;


 }
 
 
/* Główne akcenty i kolory */
.accent-pink {
  color: #f92ebd; /* Neonowy różowy */
}
.accent-pink-bg {
  background-color: #f92ebd; /* Neonowy różowy tło */
}

.accent-green {
  color: #FF50DB; /* Neonowy zielony */
}
.accent-green-bg {
  background-color: #FF50DB; /* Neonowy zielony tło */
}

.accent-light-green {
  color: #FF50DB; /* Jaśniejszy neonowy zielony */
}
.accent-light-green-bg {
  background-color: #FF50DB; /* Jaśniejszy neonowy zielony tło */
}

/* Tło / neutralne kolory */
.bg-dark-gray {
  background-color: #121212; /* Ciemny neonowy szary */
}
.text-dark-gray {
  color: #121212; /* Ciemny neonowy szary */
}

.bg-deep-gray-blue {
  background-color: #1b1b2f; /* Bardzo ciemny szaro-niebieski */
}
.text-deep-gray-blue {
  color: #1b1b2f; /* Bardzo ciemny szaro-niebieski */
}

.bg-light-gray {
  background-color: #ececec; /* Jasny neonowy szary */
}
.text-light-gray {
  color: #ececec; /* Jasny neonowy szary */
}

.bg-white {
  background-color: #ffffff; /* Biały */
}
.text-white {
  color: #ffffff; /* Biały */
}

/* Przyciski */
.button-primary {
  background-color: #FF50DB; /* Neonowy zielony */
  color: #ffffff; /* Biały tekst */
  border: none;
  padding: 10px 20px;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.button-primary:hover {
  background-color: #1ed88d; /* Jaśniejszy neonowy zielony na hover */
}

.button-secondary {
  background-color: #f92ebd; /* Neonowy różowy */
  color: #ffffff; /* Biały tekst */
  border: none;
  padding: 10px 20px;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.button-secondary:hover {
  background-color: #b1228a; /* Ciemniejszy różowy na hover */
}

/* Nagłówki */
.header {
  color: #9c4cff; /* Fioletowy neon dla nagłówków */
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
}

/* CTA (Call to Action) */
.cta-highlight {
  background-color: #00d9ff; /* Niebiesko-turkusowy dla CTA */
  color: #ffffff; /* Biały tekst */
  padding: 15px 25px;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s;
}
.cta-highlight:hover {
  background-color: #0e7c63; /* Ciemny turkus na hover */
}

/* Sekcje */
.section-background {
  background-color: #1b1b2f; /* Bardzo ciemny szaro-niebieski */
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
}

/* Tekst podkreślony */
.text-highlight {
  color: #FF50DB; /* Neonowy zielony dla tekstów podkreślonych */
  font-weight: bold;
}

/* Stopka */
.footer-background {
  background-color: #121212; /* Ciemny neonowy szary dla stopki */
  color: #ececec; /* Jasny neonowy szary tekst */
  padding: 30px;
  text-align: center;
  border-top: 2px solid #FF50DB; /* Neonowy zielony akcent */
}

/* Dodatkowe detale */
.accent-border {
  border: 2px solid #FF50DB; /* Neonowy zielony obramowanie */
  border-radius: 8px;
}

.widget-recent{
  width: 80vw;
  margin-bottom:5rem;
}
.product-tag {
  /* Frame 13 */

/* Auto layout */
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 3px 11px;
gap: 10px;

width: fit-content;
height: 24px;
  max-width:unset;

background: rgb(30, 31, 34,0.2);
  backdrop-filter: blur(2px);
border-radius: 2px;

/* Inside auto layout */
flex: none;
order: 0;
flex-grow: 0;
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 700;
line-height: 18px;
display: flex;
align-items: center;
text-align: center;

color: #FFFFFF;


/* Inside auto layout */
flex: none;
order: 0;
flex-grow: 0;
}

.ESX {
  background: rgb(108, 99, 255,0.3);
}
.QBCORE {
  background: rgba(216,46, 108,0.3);
}
.QBOX {
  background: rgba(255, 176, 32,0.3);
}

.STANDALONE {
  background: rgba(228, 230,235,0.3);
}


.included_recent .widget-recent{
  width:80vw;
  margin-top:2rem;
  
}
.store-sidebar {
  /* width:65vw; */
  display: flex;
  grid-row: 3;
  justify-content:center;
  align-items:center;
  align-content:center;
  position:relative;
}
.purchases {
  display: flex;
  gap: 20px;
  /* flex-direction: row-reverse; */
  /* height:140px; */
  justify-content:flex-start;
  align-items:center;

  align-content:center;
 
  padding-bottom:20px;
  scroll-behavior:smooth;
}


.store-product {
 height: 100%;
 max-width: 100%;
 display: flex;
 align-items: center;
 align-content: center;
 justify-content:flex-start;
 max-width:490px;
 max-height:390px;
 min-height:390px;
 gap:0px;
 flex-direction: column;
 grid-column: span 1;
 background: #090A0D;
 border: 1px solid #1E1F22;


/* Inside auto layout */
 flex: none;
 order: 1;
 align-self: stretch;
 flex-grow: 0;
}




.popup-content{
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(5px);
  
}
.store-product-options .actions-multiple .btn-secondary{
    background: #1E1F22;
  border-radius: 6px;
  border: none;
}
.store-product-full{
    height:unset;
    max-width:100vw;
    display: unset;
}

.onScroll,
.onRight,
.onLeft {
  will-change: transform, opacity, filter;
  backface-visibility: hidden;
  perspective: 1000px;

}
.onScroll.visible,
.onRight.visible,
.onLeft.visible {
  opacity: 1;
  transform: scale(1) translateY(0) translateX(0);
}
  .site-title {
    /* At our store, we don’t just keep up with trends—we build them. Discover unique styles and exclusive products that set the standard, not follow it. Join us in shaping the future of fashion and lifestyle. */


max-width: 950px;
height: 63px;


font-family: 'Roboto Mono';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 21px;
display: flex;
align-items: center;
text-align: center;

color: rgba(255, 255, 255, 0.5);


    /* gap:10px; */
  }
.customer--reviews-block {
  min-height:150px;
}
.faq--section {
align-items: flex-start;
  width: 100%;
  margin-top:6rem;
  flex: 1 1 100%;
  margin-top:6rem;
}




.widget-recent .widget-content {
  height:180px;
  /* padding:30px 10px; */
  border-radius:1rem;
  /* background-color: rgba(12, 13, 18,0.3); */
  /* box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset; */

}
.purchase .price strong {
  color: #FF50DB;
  font-weight:400;
}
.widget-recent {

white-space: nowrap; 
}


.store-product-full {
  display: flex;
  align-items:center;
  align-content:center;
  justify-content:center;
  /* min-width:50vw; */
}


.store-product-full .text-content{
  display: flex;
  justify-content:flex-start;
  align-items:flex-start;
  margin-top:4rem;
 

  min-width:90%;
  max-width:90%;
  flex-direction:column;
  /* max-width:80%; */
}
.store-product-full .text-content ul {
  width:100%;
}
.store-product-full .text-content, .store-product-full .text-content p, .store-product-full .text-content h1, .store-product-full .text-content h2, .store-product-full .text-content h3 {
font-family: 'Roboto Mono';
font-style: 400;
font-weight: regular;
font-size: 16px;
line-height: 21px;
color: rgba(255,255,255,0.75)


}
.store-product-full .text-content p  {
  display:flex;
  flex-direction:column;

  align-items:flex-start;
  align-content:flex-start;
  align-items:flex-start;
}
.store-product-full .text-content h1, .store-product-full .text-content h2,  .store-product-full .text-content h3   {
  color: rgba(255,255,255,1);
  font-weight:700;
}
.store-product-full .product-actions {
  min-width:600px;
  max-width:600px;
  display: flex;
  justify-content:space-between;
}
.product-froggy-sphere {
  width:100%;
  gap:4rem;
}
.product-froggy-sphere .product-style-title {
  flex-direction:column-reverse;
}

.product-froggy-sphere .product-style-title  .price{
  /* Frame 2 */
/* Auto layout */
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  gap: 10px;
  background: linear-gradient(224.5deg, #FF87D3 -7.67%, #FF173E 234.69%), #1E1F22;
  border-radius: 6px;
  width: 119px;
  height: 48px;
}


.product-froggy-sphere .product-style-title  .price strong {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 700;
font-size: 24px;
line-height: 32px;
/* identical to box height */
display: flex;
align-items: center;
text-align: center;
color: #FFFFFF;

}

.product-froggy-sphere .product-style-title .package-title a {
   
  width: 504px;height: 126px;font-family: 'Roboto Mono';font-style: normal;font-weight: 700;font-size: 48px;line-height: 63px;display: flex;align-items: center;color: #FFFFFF;
 display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.popup-scroll-cont .store-product-full .product-actions  {
  flex-direction:column !important;
  justify-content:space-between;
  max-height:100% !important;
  /* height:90% !important; */
}
.our_rescoures_search {
 grid-row: 1;
 width:100%;
 /* height:10vh; */
 width:1480px;
 align-items:flex-start;
 align-content:center;
 /* padding: 50px; */
 border-radius:2rem;
 align-content:flex-start;
 justify-content:flex-start;
 gap: calc(var(--widget-padding) / 2);
}

.product-froggy-sphere .actions .wide{
  width:fit-content;
max-width:unset;
}
.product-froggy-sphere .actions .add {
 display: flex;
 justify-content:flex-start;
 padding:0;
  margin-top:1rem;
 background:none;
 min-width:60px;
 align-items:center;
}
.product-froggy-sphere .product-actions{
 
  align-items:flex-start;
}
 .product-froggy-sphere  svg {
   display:none;
 }
 .product-froggy-sphere  .add::before{
  content:'Innovate your server';
  position:relative;
   
/* Auto layout */
display: flex;
flex-direction: row;
align-items: center;
padding: 8px 16px;
gap: 10px;
width: fit-content;
height: 66px;
min-width:300px;
max-width: 460px;
background: #1E1F22;
border-radius: 6px;
   font-family: 'Roboto Mono';
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 21px;
display: flex;
align-items: center;

color: rgba(255, 255, 255, 0.5);


/* Inside auto layout */
flex: none;
order: 0;
flex-grow: 0;
}


/* Frame 22 */
 .product-froggy-sphere  .add::after{
    content:'ADD TO CART';
    position:relative;
  /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 15px 36px;
    gap: 10px;
    width: 205px;
    height: 66px;
    background: linear-gradient(224.5deg, #FF87D3 -7.67%, #FF173E 234.69%);
    border-radius: 6px;
    font-family: 'Roboto Mono';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
/* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
 }





.our_rescoures_search div:nth-child(1), .our_rescoures_search div:nth-child(2) {
  display:none;
}
.our_rescoures_search span {
       font-size: 2.4rem;
    font-weight: 400;
    display: flex;
  line-height:2.3rem;
   font-family: 'Roboto Mono';
    font-weight: 400;
}
.our_rescoures_search div:nth-child(3){
  display: flex;
  margin-top: 1rem;
  font-size: 1rem;
  gap: 15px;
  
}
.our_rescoures_search div:nth-child(3) button {

/* Frame 8 */

/* Auto layout */
display: flex;
flex-direction: row;
align-items: center;
padding: 0px;
gap: 12px;

width: 111px;
height: 50px;
/* Frame 3 */

/* Auto layout */
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 15px 36px;
gap: 10px;
width: 111px;
height: 50px;
background: linear-gradient(224.5deg, #FF87D3 -7.67%, #FF173E 234.69%);
border-radius: 6px;

text-transform: uppercase;
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 21px;
display: flex;
align-items: center;
text-align: center;
color: #FFFFFF;


}
.our_rescoures_search svg {
  margin-right:5px;
}


  
.our_rescoures_search input {
    /* Frame 9 */

/* Auto layout */
display: flex;
flex-direction: row;
align-items: center;
padding: 15px 22px;
gap: 10px;
width: 468px;
height: 50px;


background: #1E1F22;
border-radius: 6px;
  
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 21px;
display: flex;
align-items: center;


  text-transform:uppercase;
color: #FFFFFF;


/* Inside auto layout */
flex: none;
order: 0;
flex-grow: 0;


}

.griddyOverlay {
  /* mask-image: linear-gradient(to bottom,transparent,black); */
  /* -webkit-mask-image: linear-gradient(to bottom,transparent,black); */
  /* background: url('https://cdn.tebex.io/store/1291628/templates/201366/assets/80b106c18572180978cad61e6dc946ebc6554f2b.png') repeat top; */
  /* height: 200vh; */
  position:absolute;
  z-index:-1;
  left: 0;
  transform: scale(2) rotate(-60deg);
  filter: invert(1);
  opacity: 0.03;
  width:100vw;
   display:none;
  }
.categoryProducts  {
  margin-top:10rem;
  width:100%;
  max-width:unset;
  /* align-items:flex-start; */
  flex-direction:column;
}
.categoryProducts .customer--reviews  {
  max-width:1480px;
 
}
.included_recent{
  margin-top:1rem;
  display:none;
}
.hided-menu-mobile{
 background: linear-gradient(30deg,rgba(9, 10, 13,0.9) 0%, rgba(9, 10, 13,1) 88%, rgba(9, 10, 13,1) 100%);
  accent-color: var(--color-primary);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  flex-direction:column;
  z-index:1;
  width:100vw;
  left:0;
  top:0%;
  min-height:100vh;
  position:absolute;
  align-items: flex-start;
  align-content:flex-start;
  justify-content:flex-start;
  padding:2rem 0px;
  gap:15px;
  animation: openNavMobile .1s linear;
}

.hided-nav-mobileClass{
  display: none;
  animation: openNavMobile .1s linear;
}

@keyframes openNavMobile {
  from {
     transform: translateX(-300px);
  }
  to {
    transform: translateX(0px);
  }
}

.close-navigation {
  position:absolute;
    background-color: rgba(255, 127, 0,0.02);
  border: solid 1px rgba(255, 127, 0,0.05);
  border-radius:6px;
  right:5%;
}
.hided-menu-mobile a{
  /* box-shadow: unset; */
  background:unset;
  color:white;
  font-size:20px;
  border: unset;
}
.hided-menu-mobile li {
  position:absolute;
  bottom:5%;
  left: 10%;
}


.popular-products .widget-title {
  display: none;
}

.product-style-title {gap:5px;align-content:flex-start;align-items:flex-start;justify-content:flex-start;}
.product-style-title h2 {

}
.product-style-title h2 a {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 700;
font-size: 1.2rem;
line-height: 1.3rem;
display: flex;
align-items: center;
color: #FFFFFF;
/* Inside auto layout */
flex: none;
order: 0;
align-self: stretch;
flex-grow: 0;
    text-align:left;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.popular-products{
  /* gap:2.5rem; */
  /* margin-top:2.5rem; */
}
.popular-products:nth-child(1) {
  width:100%;
  margin-top:3.5rem;
  display:flex;
  justify-content:space-between;
}
.popular-products-wrapper {
  width:100%;
  display:flex;
  margin:0 auto;
  justify-content:space-between;
  align-items:center;
  align-content:center;
  width: 100%;
  flex: 1 1 100%;
}
.popular-products-render .store-sidebar {
  /* gap:2rem; */
  margin:0 auto;
}
.popular-products-buttons{

  gap:10px;
}
.popular-products-search input {
  /* Frame 2 */

box-sizing: border-box;

/* Auto layout */
display: flex;
flex-direction: row;
align-items: center;
padding: 15px 12px;
gap: 10px;

width: 465px;
height: 50px;

background: rgba(9, 10, 13, 0.5);
border: 1px solid #1E1F22;
backdrop-filter: blur(2px);
/* Note: backdrop-filter has minimal browser support */
border-radius: 6px;

/* Inside auto layout */
flex: none;
order: 1;
flex-grow: 0;

}
.popular-products-search input::placeholder {
  /* SEARCH */

width: 58px;
height: 21px;

font-family: 'Roboto Mono';
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 21px;
display: flex;
align-items: center;

color: rgba(255, 255, 255, 0.25);


/* Inside auto layout */
flex: none;
order: 0;
flex-grow: 0;

}
.popular-products-latest {
    /* Frame 3 */

/* Auto layout */
display: flex;
flex-direction: row;
justify-content: center;
  align-content:center;
align-items: center;
padding: 15px 36px;
gap: 10px;

width: 226px;
height: 50px;

/* Inside auto layout */
flex: none;
order: 0;
flex-grow: 0;
  
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 21px;
display: flex;
align-items: center;
text-align: center;

color: #FFFFFF;
  text-transform:uppercase;


}
.popular-products-latest.action-active {
  
background: linear-gradient(224.5deg, #FF87D3 -7.67%, #FF173E 234.69%);
border-radius: 6px;

}


.most-popular-products {
/* Frame 2 */

box-sizing: border-box;

/* Auto layout */
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 15px 36px;
gap: 10px;


height: 50px;

background: #090A0D;
border: 1px solid #1E1F22;
border-radius: 6px;

/* Inside auto layout */
flex: none;
order: 1;
flex-grow: 0;
  
}




.package-title h2 {
    /* Product Name with double line */



font-family: 'Roboto Mono';
font-style: normal;
font-weight: 700;
font-size: 20px;
line-height: 26px;
display: flex;
align-items: center;

color: #FFFFFF;


/* Inside auto layout */
flex: none;
order: 0;
align-self: stretch;
flex-grow: 0;

}
.store-product .add {
/* Frame 12 */

/* Auto layout */display: flex;flex-direction: row;justify-content: center;align-items: center;padding: 8px 16px;gap: 10px;width: 62px;height: 62px;box-shadow:unset;background: linear-gradient(224.5deg, #FF87D3 -7.67%, #FF173E 234.69%);border-radius: 6px;

/* Inside auto layout */flex: none;order: 1;flex-grow: 0;}

/* Frame 89 */



.aboutus-stats-column{

box-sizing: border-box;

/* Auto layout */
display: flex;
flex-direction: column;
align-items: flex-start;
padding: 40px;
gap: 35px;

width: 463px;
height: 379px;

background: #090A0D;
border: 1px solid #1E1F22;
border-radius: 4px;

/* Inside auto layout */
flex: none;
order: 1;
flex-grow: 0;

}
.aboutus-stats-wrapper{
  gap:10px;
}
.aboutus-stats-wrapper .aboutus-stats-text span {
font-family: 'Roboto Mono';
font-style: normal;

display: flex;
align-items: center;

color: #FFFFFF;


/* Inside auto layout */
flex: none;
order: 0;
align-self: stretch;
flex-grow: 0;

}


.aboutus-stats-wrapper .aboutus-stats-text span:nth-child(1) {
  
  font-weight: 700;
font-size: 20px;
line-height: 26px;
}


.aboutus-stats-wrapper .aboutus-stats-text span:nth-child(2) {
font-weight: 400;
font-size: 16px;
line-height: 21px;


color: rgba(255, 255, 255, 0.5);

}
.aboutus-buttons{
  gap:20px;
  margin-bottom:40px;
}
.abouts-pinkFrog {
  gap: 2rem;
  margin-top:6rem;
}
.aboutus-buttons button, .new-release-title-info button:nth-child(1), .new-release-title-info button:nth-child(2) {
  /* Frame 3 */

/* Auto layout */
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 15px 36px;
gap: 10px;

width: 149px;
height: 51px;

background: linear-gradient(224.5deg, #FF87D3 -7.67%, #FF173E 234.69%);
border-radius: 6px;

/* Inside auto layout */
flex: none;
order: 0;
flex-grow: 0;

font-family: 'Roboto Mono';
font-style: normal;
font-weight: 700;
font-size: 16px;
text-transform: uppercase;
line-height: 21px;
}
.new-release-title-info button:nth-child(2){
background:unset;
width: 250px;
border: solid 1px rgba(121, 121, 121, 0.2);

background: #090A0D;
}




.hero-svg-aboutus{

  position:absolute;
}
.aboutus-buttons span {
  font-family: 'Roboto Mono';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 21px;
display: flex;
align-items: center;
}
.aboutus-description {
 margin-top:20px;
 max-width: 950px;
 height: 126px;
 font-family: 'Roboto Mono';
 font-style: normal;
 font-weight: 400;
 font-size: 16px;
 line-height: 21px;
 color: rgba(255, 255, 255, 0.5);


/* Inside auto layout */
 flex: none;
 order: 1;
 align-self: stretch;
 flex-grow: 0;
}
.aboutus-pinkFrog-column{
  align-items:flex-start;
 
  align-content:flex-start;
}
.aboutus-stats-column {
  position:relative;
}
.aboutus-icon {
  background-image:url('https://cdn.tebex.io/store/1291628/templates/249920/assets/30faa51c6de8f457f0948b8a602170f1d178bb6a.png');
  height:235px;
  width:235px;
 

  background-position:center;
  right:-20%;
  position:absolute;
  background-repeat:no-repeat;
  background-size:cover;
  transform:rotate(10deg);
  animation: liveConorIcon 3s infinite alternate ;
}
.new-release-title-info  {
  gap:20px;
}
.new-release-description {

font-family: 'Roboto Mono';

font-style: normal;

font-weight: 400;

font-size: 16px;

line-height: 21px;

max-width:700px;

color: rgba(255, 255, 255, 0.5);


/* Inside auto layout */

flex: none;

order: 1;

align-self: stretch;

flex-grow: 0;
}
.new-release-container{
  /* width:100%; */
  position:relative;
  margin-top:6rem;
}
.new-release-container:before, .new-release-container:after{
  content:'';
  position:absolute;
  z-index:-1;
  width:100%;
  height:100%;
  /* banner */
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 466px;
  
  border-radius: 4px;
  content:'';
  height:100%;
  width:100%;

 
    background: linear-gradient(180deg, rgba(255, 98, 161, 0) 0%, rgba(253, 46, 129, 0.25) 100%);
  
}
.new-release-container:after {
   opacity: 1.0;
  mix-blend-mode: overlay;
  background-repeat: no-repeat;
  background-image: url('https://cdn.tebex.io/store/1291628/templates/249920/assets/359ade22c7b0465fdb9214d87929a7d1e13cc985.png');
  background-size:cover;
  background-position:center;
}
.new-release-wrapper{
  /* Group 3 */
box-sizing: border-box;

padding:0rem 2rem;
width: 950px;
align-items:flex-start;
align-content:flex-start;
height: 466px;
gap:40px;

left: 243px;



border-radius: 4px;


}
.new-release-buttons {width: 463px;padding:0rem 2rem;align-items:flex-end;justify-content: flex-end;height: 239px;}
.new-release-button {
  /* Frame 3 */

/* Auto layout */
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 15px 36px;
gap: 10px;
width: 274px;
height: 50px;
background: linear-gradient(224.5deg, #FF87D3 -7.67%, #FF173E 234.69%);
border-radius: 6px;
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 21px;
display: flex;
align-items: center;
text-align: center;
color: #FFFFFF;
/* Inside auto layout */
flex: none;
order: 0;
flex-grow: 0;


}



@keyframes liveConorIcon {
  from {
transform: rotate(15deg) scale(1.1) translateY(-30px);

  }
  to {
transform: rotate(3deg);
  }
}



@media screen and (max-width: 1760px) {
  .store-product-options {
    min-width:600px;
  }
  .store-products-list {
    grid-template-columns:repeat(2,1fr)
  }
}
@media screen and (max-width: 1550px) {
  
  .store-product-options {
    width:100! important;
    background:none;
    filter: unset;
  }
 .customer-faq-section-faq-block{



   width: 100%;
  flex: 1 1 100%;
 }
  .customer-faq-section-list {
       width: 100%;
  flex: 1 1 100%;
  }
    .pinkFrog_wrapper{
      max-width:90vw;
    }
 .navBar, .store-products-list {
           max-width:90vw;
           align-items:flex-start;
  }

  .navBar , .our_rescoures_search{
    min-width:90vw;
    justify-content:space-between;
    margin:0 auto;
  }
  .hero--image {
    background-size: cover;
  }
  .widget-recent {
    min-width:95vw;
  }
}

@media screen and (max-width:1400px){
  .youtube-video {
    width:100%;
  }
  .product-froggy-sphere .product-style-title .package-title a {
    width:unset;
  }
  .product-froggy-sphere {
    flex-direction:column;
  }
  .product-froggy-sphere .product-actions{
    max-width:100%;
    width:100%;
  }
  .product-froggy-sphere .product-style-title {
    flex-direction:row;
    min-width:100%;
    justify-content:center;
    align-items:center;
    align-content:center;
    width:100%;
  }
  .product-froggy-sphere .product-style-title .package-title a{
    font-size:2rem;
  }
     .product-froggy-sphere .actions .wide {
      min-width:100%;
     width:100%;
     max-width:unset;
     }
   .product-froggy-sphere  .add::before {
     max-width:100%;
     width:84%;
   }
   .product-froggy-sphere  .add::after {
   
     width:15%;
   }
  .aboutus-stats-column {
    height:100%;
  }
.aboutus-description {
  height:unset;
}
}

@media screen and (max-width:1300px){
    .pinkFrog_wrapper {
        max-width:90vw;
  }
  .about-us-svg{
    width:600px;
  } 
   .upcoming-release-svg{
     width:550px;
   }
  .weDontFollowTrends {
    height:140px;
  }
  .customer--reviews-list {
    /* flex-direction:column; */
  }
  
  .customer--reviews-block{
    /* max-width:50vw; */
  }


}


@media screen and (max-width:1300px){
  .store-product-full .youtube-video{
    width:100%;
    height:500px;
  }
  .store-product-full .text-content{
    max-width:80%;
  }
  .customer--reviews-list {
    /* flex-direction:column; */
  }


  .discount-pinkFrog {
    transform: scale(0.9)   !important;
  }
  .customer--reviews-block{
    /* min-width:100vw; */
  }
  
.navBar {
  display: flex;
  /* padding:50px 50px 0px 50px; */
}
.customer-faq-section-question {
  line-height:1.1rem;
  font-size: 1.09rem;
}
  .hero-text-motto-bigger {
    line-height:2.4rem;
    font-size: 2rem;
  }
  .customer--reviews-header span, .widget-title   {
    line-height:3.8rem;
    font-size: 3.6rem;
  }
}
@media screen and (max-width:1200px) {
     .product-froggy-sphere  .add::before {
       flex-grow:3;
       flex-shrink:unset
     }
   .product-froggy-sphere  .add::after  {
     width:20%;
      flex-shrink:inherit;
     flex-grow:2;
   }
  .customer-faq-section-list{
    margin-top:unset;
  }
  .abouts-pinkFrog,  .new-release-container  {
    flex-direction:column;
  }
  .popular-products-search input {
    width:250px;
  }
  .new-release-container  {
    padding:2rem;
    gap:2rem;
  }
  .new-release-description {
  max-width:unset;
  }
  .new-release-wrapper {
    height:unset;
  }
  .new-release-wrapper {
    align-items:center;
  }
  .new-release-description {
    text-align:center;
    width:fit-content;
    margin:0 auto;
  }
  .new-release-buttons{
    height:unset;
    width:unset;
    justify-content:center;
    align-items:center;
  }
  .popular-products-wrapper, .popular-products-buttons {
    gap:1.5rem;
 
  }
  .popular-products-render .store-sidebar {

    justify-content:space-between;
  }
  .widget-featured {
   width: 100%;
 
  flex: 1 1 100%;
  }
  .aboutus-stats-column {
    width:100%;
 
  }
  .aboutus-icon {
    right:-10%;
  }
}

@media screen and (max-width: 960px) {
  .store-products-list .store-product {
    width:100% !important;

  }
  .customer-faq-section-faq-content {
    min-width:unset;
  }
  .new-release-description {
    max-width:80vw;
  }
   .weDontFollowTrends {
    height:110px;
  }
  .site-title{
    padding:0 7rem;
  }
  .computer-nav, .computer-links{
    display: none;
  }
  .user-actions {
    padding:unset;
  }
  .categoryProducts {
    margin-top:7rem;
  }
  .user-actions {
    border: none;
    box-shadow: none;
    background:none;
  }
 

  .navBar {
    /* position:absolute; */
    /* margin:0 auto; */
    /* margin-top:30px; */
    /* min-height:60px; */
  }
  nav{
    width:100%;
  }
  .navigation-mobile {
    display: flex;
 
   
  }
  .navigation-mobile a img {
    height:50px;
  }
  .computerVersion {
    display: none;
  }

    .customer--reviews-block{
    /* max-width:85vw; */
    /* height:26vh; */
  }

  .hero--text-motto  {
   /* height:45vw; */
   border-bottom-right-radius:0px;
   width:100vw;
  }

    .hero-text-motto-bigger {
    line-height:2.1rem;
    font-size: 2rem;
  }
  .mottoText {
      line-height:2.2rem;
    font-size: 1.8rem;
  }
  .customer-reviews-username {
    line-height:1.6rem;
    font-size: 1.2rem;
  }
    .customer--reviews-header span, .widget-title   {
    line-height:2.2rem;
    font-size: 1.8rem;
  }
  .hero--text-motto {
    flex-direction: column;
    text-align:center;
    
  }
 .customer--reviews-description {
   max-width:80vw;
   text-align:center;
 }

  .astonText {
    font-size: 3rem;
    line-height:4.2rem;
  }
  .hero--text--quality span  {
    font-size: 1rem;
    max-width:300px;
    line-height:1.1rem;
  }
  
 .popular-products-search input::placeholder,  .customer-faq-sections-buttons span, .hero-text-button, .popular-products-buttons button, .aboutus-buttons button, .aboutus-buttons span, .new-release-title-info button, .new-release-button, .customer-faq-sections-buttons button, .nav-links-left{
    padding:10px 20px !important;
    font-size:0.8rem !important;
    text-align:center;
  }
  .customer-faq-sections-buttons span, .aboutus-buttons span{
    padding:0 !important;
  }
  .popular-products-buttons button {
  width:unset;
  }
  
}

@media screen and (max-width: 758px) {
  .product-froggy-sphere .product-style-title .package-title a {
    font-size:1.3rem;
    line-height:1.3rem;
    max-width:90vw;
    margin-bottom:1rem;
  }
       .product-froggy-sphere  .add::before {
       flex-grow:3;
       flex-shrink:unset
     }
   .product-froggy-sphere  .add::after  {
     width:40%;
      flex-shrink:inherit;
     flex-grow:2;
   }
   .weDontFollowTrends {
    height:90px;
  }
  .site-title{
    padding:0 10rem;
  }
    .store-product-full .youtube-video{
    width:100%;

  }
  .store-product-full .text-content{
    max-width:90%;
  }

  .our_rescoures_search input { 
  width:60vw;
  }

  .customer-reviews-username {
    line-height:1.6rem;
    font-size: 1.2rem;
  }
  .customer--reviews-header span  {
     line-height:2.2rem;
    font-size: 1.8rem;
  }
  .hero-text-motto-smaller {
    font-size: 0.8rem;
    line-height:0.8rem;
  }
   .scrolled {

    background:unset;
    box-shadow: unset;
    border: unset;
  
  }
   .store-products-list {
    grid-template-columns:repeat(1,1fr)
  }
  .our_rescoures_search div:nth-child(3) button {
    padding:10px 30px;
  }

}
@media screen and (max-width: 610px) { 
    .store-product-options {
    min-width:90%;
  }
  .store-product-options .actions-multiple {
    flex-direction:column;
  }

}

@media screen and (max-width: 610px) {
    
  .popup-scroll-cont .store-product-full .product-actions {
    height:unset !important
  
  }
  .product-froggy-sphere {
    gap:1rem;
      margin-top:2rem !important;
  }
  
  .product-froggy-sphere .product-style-title .price strong {
    font-size:1.4rem;
    line-height:1.5rem;
    /* width:100%; */
  }
  .product-froggy-sphere .actions .wide {
    min-width:unset;
  }
   .product-froggy-sphere .product-style-title .package-title a{
    font-size:1.4rem;
     line-height:1.5rem;
     height:unset;
  }
.product-froggy-sphere  .add{
  flex-direction:column;
  min-height:fit-content;
}
  .product-froggy-sphere {
    flex-direction:column;
    width:100vw;
  }
  
       .product-froggy-sphere  .add::before {
       flex-grow:3;
         width:100%;
       flex-shrink:unset;
     }
   .product-froggy-sphere  .add::after  {
     width:100%;
     margin-top:-1rem;
      flex-shrink:inherit;
     flex-grow:0
   }
   .product-froggy-sphere  .add::before {
       display:none;
     }
  .popular-products:nth-child(1)  {
    flex-direction:column;
    justify-content:center;
    align-items:center;
    align-content:center;
    gap:1.0rem;
  }
  .popular-products-search input  {
    width:80vw;
  }
  .pinkFrog_wrapper {
        max-width:90vw;
  }
  .about-us-svg, .upcoming-release-svg{
    width:500px;
  }
  .weDontFollowTrends {
    height:140px;
  }
  .customer--reviews-list {
    /* flex-direction:column; */
  }
  
  .customer--reviews-block{
    /* max-width:50vw; */
  }

.product-froggy-sphere .product-style-title {
  flex-direction:column;
  align-items:center;
  align-content:center;
  justify-content:center;
}
  .product-froggy-sphere .product-style-title .price {
   display: flex;
   justify-content:center;
   align-items:center;
    margin:1rem auto;
   align-content:center;
   text-align:center;
   background: #1E1F22;
   border-radius: 6px;
  }
  .product-froggy-sphere .add::after{
    width:unset;
  }
  .discount-pinkFrog {
    transform:scale(0.8)  !important;
  }
  .weDontFollowTrends {
    height:70px;
  }
  .site-title{
    padding:0 14em;
  }
    .store-product-full .youtube-video{
    width:100%;
    height:260px;
  } 

  .full-product-content .youtube-video{
  width:100% !important;
   height:260px !important;
    min-height:260px !important;
}
  .store-product-full .text-content{
    max-width:100%;
  }

.customer--reviews-description {
  margin-top:unset;
}
  .store-products-list {
    width:unset;

    
  }
  .store-products-list .store-product strong {
  font-size:1.4rem;
  line-height:0.3rem;
}
.store-products-list .store-product .actions p strong{
   font-size:0.9rem;


}
  .store-products-list .store-product,
.store-products-images .store-product {
  /* max-width:360px; */
  
  .product-actions .btn-primary, .product-actions .btn-secondary {
  max-width:180px;
}
  .widget-title {
    gap:10px;
  }
  .hero--image:before, .hero--image:after {
    display: none;
  }
   .hero--text-motto {
     height:unset;
     border-bottom-left-radius:0px;
   }
 .hero-text-flex-motto-later  {
   flex-direction:column;
   max-width: 250px;
 }
  .hero--text-motto:before,   .hero--text-motto:after{
 

  width:100%;
    opacity: 0.4;
 
}

    
  .customer--reviews-block{
    min-width:85vw;
  }
  
  .our_rescoures_search span {
    font-size: 2rem;
    line-height:2rem;
  }
   .customer--reviews-block{
    /* max-height:15vh; */
  }

    .astonText {
    font-size: 2.5rem;
    line-height:2.7rem;
  }

  .customer--reviews-header span, .widget-title  {
     font-size: 1.6rem;
    line-height:1.8rem;
  }

  .customer-reviews-context  {
    font-size: 0.8rem;
    min-height:40px;
    line-height:0.9rem;

  }
.product-style-title {
  flex-direction:column;
}
}
  @media screen and (max-width: 570px) {
     .upcoming-release-svg{
    width:430px;
  }
  }
@media screen and (max-width: 510px) {
  /* just find*/
   .hero--text-buttons, .popular-products-buttons, .popular-products-search input {
    transform:scale(0.8) !important;
    
  }
  .store-products-list .store-product .image{
  min-width:100%;
} 
.store-product-full .product-actions {
  min-width:unset;
}
  .store-product .actions {
    padding:5px;
    margin-bottom:10px;
  }
   .store-products-list .store-product {
     height:fit-content !important;
     min-height:unset !important;
    
   }
  .store-products-list .store-product .actions {
  /* flex-wrap: nowrap; */
  /* padding-bottom:20px; */
 padding:20px;
  /* width:100%; */
  /* justify-content: space-between; */
  /* flex-direction:column; */
  /* align-items: center; */
}
  .popular-products-render   {
    /* margin-top:-4rem; */
    margin-bottom:-3rem;
    transform:scale(0.8) !important;
  }
  .abouts-pinkFrog {
    margin-top:2rem;
  }
    .popular-products-render .store-product {
    height: fit-content;
    min-height:420px;
    border:none;
  }
 
  .site-header  {
    border-bottom:unset;
    height:60px;
  }
    .site-header-inner .user-actions .nav-links-left, .user-actions .btn-primary  {
      display: none;
    }

  .navBar {
    width:unset;
  }
  .new-release-title-info {
    flex-direction:column-reverse;
  }
  .new-release-title-info button:nth-child(1){
    display:none;
  }
     .upcoming-release-svg{
    width:70vw;
  }
  .new-release-container {
    width:unset;
  }
    .hero--image{
    height:60vh;
  }
    .about-us-svg{
    width:400px;
  }
  .aboutus-icon {
    height:185px;
    width:185px;
  }
    .discount-pinkFrog {
    transform:scale(0.6)  !important;
  }
  .weDontFollowTrends {
    height:70px;
  }
  .site-title{
    padding:0 16rem;
  }
}
@media screen and (max-width: 440px) {
  .aboutus-buttons {
    
  }
     .discount-pinkFrog {
    transform:scale(0.6) !important;
  }
  .weDontFollowTrends {
    height:60px;
  }
   .hero-header--text {
     gap:3rem;
   }

  .site-title{
  
    font-size:12px;
    max-width:90%;
    padding:0rem 17rem
  }
   .hero--text-buttons {
     gap:1.5rem;
   }
  .hero-text-button  {
   transform: scale(0.9);
    
  }
    .astonText {
    font-size: 2.1rem;
    line-height:2.2rem;
  }
  .our_rescoures_search span { 
line-height:2rem;
    font-size:1.9rem;
  }

    .hero--text--quality span  {
      font-size:0.9rem;
      line-height:0.9rem;

    }
  .our_rescoures_search div:nth-child(3) button { 
 padding:10px 20px;
  }
  .our_rescoures_search input  {
    padding:10px 20px;
    
  }
  
   .hero-header--text {
     /* height:50vh; */
   }
 

 
    

  .customer--reviews {
  margin-top:3rem;
}

  .hero-text-motto-column {
    gap: 12px;
    margin-top:10px;
  }
  .customer--revivews-dot {
height:9px;
    width:9px;
  }
.customer--reviews-description {
  font-size:12px;
  line-height:12px;
  color: rgba(166,166,166,0.9)
}
}

  @media screen and (max-width:410px){
    .aboutus-pinkFrog-column {
    margin:0 auto;
    } 
    .aboutus-description {
      font-size:12px;
      max-width:90vw;
      margin:0 auto;
    }
    .aboutus-icon{
      right:-2%;
    }
      .about-us-svg{
    width:90vw;
        margin:0 auto;
   

  }
         .discount-pinkFrog {
    transform:scale(0.6);
  }

  .site-title{
  
    font-size:12px;
    max-width:90%;
     padding:0 23em;
  }
   .hero--text-buttons {
     gap:1px;
   }
  .hero-text-button  {
   transform: scale(0.9);
    
  }
  }

@media screen and (max-width: 340px) {
    .our_rescoures_search span { 
line-height:1.6rem;
    font-size:1.6rem;
  }
}

  
.loginIcon{
  display: flex;
}

.store-form  .actions-multiple a {
  color: white;
  background-color: rgba(243,53,204);
}
.store-form  .actions-multiple a:hover {
  background-color: rgba(243,53,204);
  box-shadow:unset;
  filter:unset;
}

}

.widget-recent{
    display: none;
}

.newFroggyDesign {
  max-width:1580px;
}
.title--reviews {
  align-items: flex-start;
  width: 100%;
  margin-top:6rem;
  flex: 1 1 100%;
}


.popular-products-wrapper {
  display: flex;
  overflow: hidden;
  width: 100vw;
  position: relative;
}

.popular-products-wrapper, .popular-products-render {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap:2rem;
  width: max-content;
  /* animation: popularScrollLeft 5s linear infinite; */
}

/* @keyframes popularScrollLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
} */

.customer-wrapper {
  width: 100%;
  max-width: 100vw;
  overflow: hidden;  /* ukrywa wszystko poza kontenerem */
  position: relative;
}

.customer--reviews-list {
  display: grid;
  grid-auto-flow: column;       
  grid-auto-columns: max-content; 
  gap: 1.5rem;
  align-items: flex-start;
  justify-content: start;       
  width: max-content;           
  transform: translateX(0);     
  animation: reviewsScroll 120s linear infinite;
}

@keyframes reviewsScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%); 
  }
}

.search-assets svg {
  display:none;
}

@media screen and (max-height: 500px) {
     .weDontFollowTrends {
    height:80px;
  }
  .site-title  {
    font-size:12px;
  }
  .discount-pinkFrog {
    transform: scale(0.7)  !important;
  }
  .hero-header--text {
    gap:1rem;
  }
}

@media screen and (max-height: 400px) {
  .discount-pinkFrog {
    transform: scale(0.5)  !important;
  }
   .weDontFollowTrends {
    height:60px;
  }
  .hero-header--text {
    gap:0.9rem;
  }
}
.customer--reviews--withList {
  margin-top:0rem !important;

}


