@import url('https://fonts.googleapis.com/css2?family=Anton&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;

  color-scheme: light dark;
  background-color: #242424;

  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  display: flex;
  place-items: center;
  min-width: 320px;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;

}

h1 {
  font-size: 3.2em;
  line-height: 1.1;
}

h2 {
  font-size: 1.7rem;
  line-height: 1.05;
}

button {
  border-radius: 8px;
  border: 1px solid transparent;
  padding: 0.6em 1.2em;
  font-size: 1em;
  font-weight: 500;
  font-family: inherit;
  background-color: #1a1a1a;
  cursor: pointer;
  transition: border-color 0.25s;
}

button:hover {
  border-color: #646cff;
}

button:focus,
button:focus-visible {
  outline: 4px auto -webkit-focus-ring-color;
}
._menuItemIcon_1m2bs_1 {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}:root {
  --blue: #00aeef;
  --yellow: #FFD700;
  --green: #2E8B57;
  --beige: #F5DEB3;
  --white: white;
  --pink: #FF69B4;
  --red: #8b2e2e;
  --primary-color: var(--blue, white);
  --rtl: 1;
  --primary-text: black;
  --secondary-text: rgb(90, 90, 90);
}

html {
  overflow: hidden;
}

html, body * {
  padding: 0;
  margin: 0;
  font-family: "Raleway", Inter, Avenir, Helvetica, Arial, sans-serif;
}

html[dir=rtl] {
  --rtl: -1;
}

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

* {
  box-sizing: border-box;
}

@keyframes bubble-go-up {
  from {
    top: 100%;
  }
  to {
    top: -100px;
  }
}
@keyframes bubble-go-sideways-1 {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(30px, 0, 0);
  }
}
@keyframes bubble-go-sideways-2 {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(50px, 0, 0);
  }
}
@keyframes bubble-go-sideways-3 {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(80px, 0, 0);
  }
}._fish_mxb24_1 {
  height: auto;
  -webkit-mask-size: cover;
  -webkit-mask-position: center;
  mask-size: cover;
  mask-position: center;
  filter: contrast(1.5);
  transition: all 0.2s;
}@keyframes _enlarge_10kt8_1 {
  0% {
    transform: scale(0.1);
  }
  50% {
    transform: scale(2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes _spinDisapear_10kt8_1 {
  to {
    transform: rotate(360deg);
    opacity: 0;
  }
}
._fishContainer_10kt8_18._focused_10kt8_18 * {
  animation-play-state: paused;
}
._fishContainer_10kt8_18._focused_10kt8_18 img {
  transform: scale(2);
}
._fishContainer_10kt8_18 ._contextMenu_10kt8_24 {
  transform: scale(0);
  opacity: 0;
  transition: all 0.2s;
  text-align: center;
  margin-top: 2rem;
}
._fishContainer_10kt8_18 ._contextMenu_10kt8_24._showContextMenu_10kt8_31 {
  transform: scale(1);
  opacity: 1;
}
._fishContainer_10kt8_18._clickable_10kt8_35 {
  cursor: pointer;
}
._fishContainer_10kt8_18._clickable_10kt8_35:hover:not(._focused_10kt8_18) img {
  transform: scale(1.2);
}
._fishContainer_10kt8_18 ._horizontalMovement_10kt8_41, ._fishContainer_10kt8_18 ._verticalMovement_10kt8_41 {
  position: absolute;
  height: auto;
}
._fishContainer_10kt8_18 ._isNew_10kt8_45 {
  animation: _enlarge_10kt8_1 ease-in-out 4s;
}
._fishContainer_10kt8_18 ._shine_10kt8_48 {
  position: relative;
}
._fishContainer_10kt8_18 ._shine_10kt8_48:before {
  content: "";
  background: conic-gradient(white, transparent, white, transparent, white, transparent, white, transparent, white, transparent, white, transparent, white);
  position: absolute;
  inset: -70%;
  border-radius: 50%;
  background-position: center;
  mask-image: radial-gradient(circle, black 20%, transparent 60%);
  animation: _spinDisapear_10kt8_1 4s linear forwards;
  opacity: 1;
}@keyframes _halloween_14r4t_1 {
  0% {
    filter: invert(1);
  }
  10% {
    filter: invert(0);
  }
  20% {
    filter: invert(1);
  }
  30% {
    filter: invert(0);
  }
  40% {
    filter: invert(1);
  }
  100% {
    filter: invert(0);
  }
}
._aquarium_14r4t_21 {
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  background-image: url("/aquarium-background.webp");
  background-size: cover;
  background-position: center;
  overflow: hidden;
  position: absolute;
  inset: 0;
  z-index: 1;
  transition: all 0.2s;
}
._aquarium_14r4t_21 ._aquariumId_14r4t_34 {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.8;
  padding: 0 10px;
  border-bottom-left-radius: 10px;
  height: 1.5rem;
  transition: all 0.2s ease-in-out;
  display: flex;
  gap: 1rem;
  align-items: center;
  color: green;
  filter: drop-shadow(0 0 1px lightgreen);
}
._aquarium_14r4t_21 ._qrCode_14r4t_49 {
  max-width: 10vw;
  max-height: 10vw;
  position: absolute;
  top: 1rem;
  right: 1rem;
}
._aquarium_14r4t_21._invert_14r4t_56 {
  animation: _halloween_14r4t_1 5s forwards;
}

@media (max-width: 1920px) {
  ._aquarium_14r4t_21 {
    background-image: url("/aquarium-background-1920.webp");
  }
}
@media (max-width: 1680px) {
  ._aquarium_14r4t_21 {
    background-image: url("/aquarium-background-1680.webp");
  }
}
@media (max-width: 1600px) {
  ._aquarium_14r4t_21 {
    background-image: url("/aquarium-background-1600.webp");
  }
}
@media (max-width: 1440px) {
  ._aquarium_14r4t_21 {
    background-image: url("/aquarium-background-1440.webp");
  }
}
@media (max-width: 1366px) {
  ._aquarium_14r4t_21 {
    background-image: url("/aquarium-background-1366.webp");
  }
}
@media (max-width: 1280px) {
  ._aquarium_14r4t_21 {
    background-image: url("/aquarium-background-1280.webp");
  }
}
@media (max-width: 1024px) {
  ._aquarium_14r4t_21 {
    background-image: url("/aquarium-background-1024.webp");
  }
}._bubble_1o337_1 {
  position: absolute;
  top: 100%;
}._bubbles_nsygr_1 {
  position: absolute;
  inset: 0;
  animation-timing-function: linear;
  overflow: hidden;
}:root {
  --blue: #00aeef;
  --yellow: #FFD700;
  --green: #2E8B57;
  --beige: #F5DEB3;
  --white: white;
  --pink: #FF69B4;
  --red: #8b2e2e;
  --primary-color: var(--blue, white);
  --rtl: 1;
  --primary-text: black;
  --secondary-text: rgb(90, 90, 90);
}

html {
  overflow: hidden;
}

html, body * {
  padding: 0;
  margin: 0;
  font-family: "Raleway", Inter, Avenir, Helvetica, Arial, sans-serif;
}

html[dir=rtl] {
  --rtl: -1;
}

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

* {
  box-sizing: border-box;
}

@keyframes _bubble-go-up_80gzk_1 {
  from {
    top: 100%;
  }
  to {
    top: -100px;
  }
}

@keyframes _bubble-go-sideways-1_80gzk_1 {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(30px, 0, 0);
  }
}

@keyframes _bubble-go-sideways-2_80gzk_1 {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(50px, 0, 0);
  }
}

@keyframes _bubble-go-sideways-3_80gzk_1 {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(80px, 0, 0);
  }
}

._fullScreen_80gzk_70 {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  color: var(--yellow);
  cursor: pointer;
  z-index: 101;
  filter: drop-shadow(0px 0px 3px black);
  cursor: pointer;
  transition: all 0.1s ease-in;
}

._fullScreen_80gzk_70:hover {
  transform: scale(1.1);
}

._fullScreen_80gzk_70:active {
  transform: scale(0.9);
}._main_8090i_1 {
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  background-image: url("/aquarium-background.webp");
  background-size: cover;
  background-position: center;
  overflow: hidden;
  position: absolute;
  inset: 0;
  z-index: 1;
}
._main_8090i_1 ._content_8090i_13 {
  position: absolute;
  inset: 0;
  backdrop-filter: blur(1rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  padding: 1rem;
}

@media (max-width: 1920px) {
  ._main_8090i_1 {
    background-image: url(/aquarium-background-1920.webp);
  }
}
@media (max-width: 1680px) {
  ._main_8090i_1 {
    background-image: url(/aquarium-background-1680.webp);
  }
}
@media (max-width: 1600px) {
  ._main_8090i_1 {
    background-image: url(/aquarium-background-1600.webp);
  }
}
@media (max-width: 1440px) {
  ._main_8090i_1 {
    background-image: url(/aquarium-background-1440.webp);
  }
}
@media (max-width: 1366px) {
  ._main_8090i_1 {
    background-image: url(/aquarium-background-1366.webp);
  }
}
@media (max-width: 1280px) {
  ._main_8090i_1 {
    background-image: url(/aquarium-background-1280.webp);
  }
}
@media (max-width: 1024px) {
  ._main_8090i_1 {
    background-image: url(/aquarium-background-1024.webp);
  }
}._loginButton_13tm2_1 {
  margin: 1rem;
  position: absolute;
}:root {
  --blue: #00aeef;
  --yellow: #FFD700;
  --green: #2E8B57;
  --beige: #F5DEB3;
  --white: white;
  --pink: #FF69B4;
  --red: #8b2e2e;
  --primary-color: var(--blue, white);
  --rtl: 1;
  --primary-text: black;
  --secondary-text: rgb(90, 90, 90);
}

html {
  overflow: hidden;
}

html, body * {
  padding: 0;
  margin: 0;
  font-family: "Raleway", Inter, Avenir, Helvetica, Arial, sans-serif;
}

html[dir=rtl] {
  --rtl: -1;
}

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

* {
  box-sizing: border-box;
}

@keyframes _bubble-go-up_1ixxa_1 {
  from {
    top: 100%;
  }
  to {
    top: -100px;
  }
}

@keyframes _bubble-go-sideways-1_1ixxa_1 {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(30px, 0, 0);
  }
}

@keyframes _bubble-go-sideways-2_1ixxa_1 {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(50px, 0, 0);
  }
}

@keyframes _bubble-go-sideways-3_1ixxa_1 {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(80px, 0, 0);
  }
}

._button_1ixxa_70 {
  background-color: #00aeef;
  height: 3rem;
  border: none;
  transition: 0.1s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  gap: 1rem;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

._button_1ixxa_70:focus, ._button_1ixxa_70:focus-visible {
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

._button_1ixxa_70:hover {
  background-color: #56d1ff;
}

._button_1ixxa_70:active {
  background-color: #006489;
}

._button_1ixxa_70._secondary_1ixxa_94 {
  background-color: white;
  border: 2px solid #00aeef;
}

._button_1ixxa_70._secondary_1ixxa_94:hover {
  background-color: #effbff;
}

._button_1ixxa_70._secondary_1ixxa_94:active {
  background-color: #006489;
}

._button_1ixxa_70._green_1ixxa_104 {
  background-color: #3bb16f;
}

._button_1ixxa_70._green_1ixxa_104:hover {
  background-color: #57c889;
}

._button_1ixxa_70._green_1ixxa_104:active {
  background-color: #153e27;
}

._button_1ixxa_70._secondary_1ixxa_94 {
  background-color: white;
  border: 2px solid #2E8B57;
}

._button_1ixxa_70._secondary_1ixxa_94:hover {
  background-color: #caeeda;
}

._button_1ixxa_70._secondary_1ixxa_94:active {
  background-color: #153e27;
}:root {
  --blue: #00aeef;
  --yellow: #FFD700;
  --green: #2E8B57;
  --beige: #F5DEB3;
  --white: white;
  --pink: #FF69B4;
  --red: #8b2e2e;
  --primary-color: var(--blue, white);
  --rtl: 1;
  --primary-text: black;
  --secondary-text: rgb(90, 90, 90);
}

html {
  overflow: hidden;
}

html, body * {
  padding: 0;
  margin: 0;
  font-family: "Raleway", Inter, Avenir, Helvetica, Arial, sans-serif;
}

html[dir=rtl] {
  --rtl: -1;
}

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

* {
  box-sizing: border-box;
}

@keyframes _bubble-go-up_1wsyu_1 {
  from {
    top: 100%;
  }
  to {
    top: -100px;
  }
}

@keyframes _bubble-go-sideways-1_1wsyu_1 {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(30px, 0, 0);
  }
}

@keyframes _bubble-go-sideways-2_1wsyu_1 {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(50px, 0, 0);
  }
}

@keyframes _bubble-go-sideways-3_1wsyu_1 {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(80px, 0, 0);
  }
}

._loggedInUser_1wsyu_70 {
  border-radius: 50%;
  margin: 1rem;
  max-width: 50px;
  cursor: pointer;
  transition: all 0.1s ease-in;
}

._loggedInUser_1wsyu_70:hover {
  transform: scale(1.1);
}

._loggedInUser_1wsyu_70:active {
  transform: scale(0.9);
}._menu_xatxo_1 {
  --menu-internal-width: 300px;
  --menu-width: calc(var(--menu-internal-width) * var(--rtl, 1) * -1);
  position: fixed;
  height: 100dvh;
  width: var(--menu-internal-width);
  transform: translate3d(var(--menu-width), 0, 0);
  transition: all 0.1s ease-in-out;
  backdrop-filter: blur(1rem);
  -webkit-backdrop-filter: blur(1rem);
  background-color: rgba(255, 255, 255, 0.2);
  z-index: 101;
  top: 0;
}
._menu_xatxo_1._displayed_xatxo_15 {
  transform: translate3d(0, 0, 0);
}
._menu_xatxo_1 ._closeIcon_xatxo_18 {
  float: right;
  float: inline-end;
  cursor: pointer;
  margin: 1rem;
}
._menu_xatxo_1 ._dropDowns_xatxo_24 {
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
._menu_xatxo_1 ul._items_xatxo_30 {
  margin-top: 5rem;
}
._menu_xatxo_1 ul._items_xatxo_30 li {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.5);
  transition: all 0.2s ease;
  margin: 0.5rem;
  border-radius: 0.5rem;
}
._menu_xatxo_1 ul._items_xatxo_30 li:hover {
  background: rgba(255, 255, 255, 0.7);
}
._menu_xatxo_1 ul._items_xatxo_30 li:active {
  background: rgba(255, 255, 255, 0.8);
}
._menu_xatxo_1 ul._bottomMenu_xatxo_50 {
  position: absolute;
  bottom: 1rem;
  padding: 1rem;
}:root {
  --blue: #00aeef;
  --yellow: #FFD700;
  --green: #2E8B57;
  --beige: #F5DEB3;
  --white: white;
  --pink: #FF69B4;
  --red: #8b2e2e;
  --primary-color: var(--blue, white);
  --rtl: 1;
  --primary-text: black;
  --secondary-text: rgb(90, 90, 90);
}

html {
  overflow: hidden;
}

html, body * {
  padding: 0;
  margin: 0;
  font-family: "Raleway", Inter, Avenir, Helvetica, Arial, sans-serif;
}

html[dir=rtl] {
  --rtl: -1;
}

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

* {
  box-sizing: border-box;
}

@keyframes _bubble-go-up_1yp8w_1 {
  from {
    top: 100%;
  }
  to {
    top: -100px;
  }
}

@keyframes _bubble-go-sideways-1_1yp8w_1 {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(30px, 0, 0);
  }
}

@keyframes _bubble-go-sideways-2_1yp8w_1 {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(50px, 0, 0);
  }
}

@keyframes _bubble-go-sideways-3_1yp8w_1 {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(80px, 0, 0);
  }
}

._header_1yp8w_70 {
  position: fixed;
  height: 3rem;
  top: 0;
  width: 100vw;
  z-index: 100;
  display: flex;
  align-items: center;
  padding: 0 1rem;
  justify-content: space-between;
  gap: 0.5rem;
}

._header_1yp8w_70 ._headerText_1yp8w_82 {
  text-transform: uppercase;
  font-size: clamp(1.2rem, 5vw, 1.7rem);
}

._header_1yp8w_70 ._burger_1yp8w_86, ._header_1yp8w_70 ._x_1yp8w_86 {
  cursor: pointer;
  transition: all 0.1s ease-in;
}

._header_1yp8w_70 ._burger_1yp8w_86:hover, ._header_1yp8w_70 ._x_1yp8w_86:hover {
  transform: scale(1.1);
}

._header_1yp8w_70 ._burger_1yp8w_86:active, ._header_1yp8w_70 ._x_1yp8w_86:active {
  transform: scale(0.9);
}

._header_1yp8w_70 ._burger_1yp8w_86 path, ._header_1yp8w_70 ._x_1yp8w_86 path {
  fill: var(--yellow);
}@keyframes _circle_igfxy_1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
._backdrop_igfxy_9 {
  position: fixed;
  z-index: 10000;
  inset: 0;
  align-self: center;
  justify-self: center;
}
._backdrop_igfxy_9 ._loading_igfxy_16 {
  height: 80px;
  width: 80px;
  animation: _circle_igfxy_1 1s linear infinite reverse;
}
._backdrop_igfxy_9 ._loading_igfxy_16 img {
  position: absolute;
  transform: rotate(-45deg);
}._FullModalContent_dn14x_1 {
  width: 90vw;
  max-width: 800px;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid white;
  border-radius: 1rem;
}.modal-backdrop {
  position: absolute;
  inset: 0;
  display: flex;
  place-content: center;
  overflow: hidden;
}
.modal-backdrop.hidden {
  z-index: -1;
}
.modal-backdrop:has(.active) {
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  z-index: 3;
}
.modal-backdrop .modal {
  display: flex;
  z-index: 3;
  text-align: center;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: translate3d(0, -15%, 0);
  max-width: 90vw;
  max-height: 80vh;
}
.modal-backdrop .modal.active {
  transform: translate3d(0, 10%, 0);
  opacity: 1;
}
.modal-backdrop .modal.shadow {
  filter: drop-shadow(0 8px 20px black);
}._purchase_c7nuj_1 {
  width: 100%;
}
._purchase_c7nuj_1 ._productList_c7nuj_4 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
._purchase_c7nuj_1 ._productList_c7nuj_4 ._product_c7nuj_4 {
  display: grid;
  grid-template-columns: 4fr 1fr 1fr;
}
._purchase_c7nuj_1 ._productList_c7nuj_4 ._product_c7nuj_4 ._productName_c7nuj_13 {
  justify-self: start;
}
._purchase_c7nuj_1 ._productList_c7nuj_4 ._product_c7nuj_4 ._aquariumCount_c7nuj_16 {
  width: 5rem;
}
._purchase_c7nuj_1 ._productList_c7nuj_4 ._product_c7nuj_4 ._price_c7nuj_19 {
  font-weight: 700;
  display: flex;
  align-items: center;
  padding-left: 1rem;
}
._purchase_c7nuj_1 ._productList_c7nuj_4 ._product_c7nuj_4 ._price_c7nuj_19._alignEnd_c7nuj_25 {
  justify-self: end;
}
._purchase_c7nuj_1 ._productList_c7nuj_4 ._card_c7nuj_28 {
  background: rgba(255, 255, 255, 0.5);
  transition: all 0.2s;
}
._purchase_c7nuj_1 ._productList_c7nuj_4 ._card_c7nuj_28:hover {
  background: rgba(255, 255, 255, 0.7);
}
._purchase_c7nuj_1 ._total_c7nuj_35 {
  padding: 2rem;
  display: flex;
  justify-content: center;
}

@media (max-width: 600px) {
  ._purchase_c7nuj_1 ._productList_c7nuj_4 ._product_c7nuj_4 {
    grid-template-rows: auto auto;
    /* Two rows */
    grid-template-columns: 1fr 1fr;
    /* Two columns for the second row */
    gap: 1rem;
  }
  ._purchase_c7nuj_1 ._productList_c7nuj_4 ._product_c7nuj_4 ._productName_c7nuj_13 {
    grid-column: 1/-1;
    grid-row: 1;
    justify-self: start;
    text-align: left;
    text-align: start;
  }
  ._purchase_c7nuj_1 ._productList_c7nuj_4 ._product_c7nuj_4 ._aquariumCount_c7nuj_16 {
    grid-column: 1;
    /* First column of the second row */
    grid-row: 2;
    justify-self: end;
  }
  ._purchase_c7nuj_1 ._productList_c7nuj_4 ._product_c7nuj_4 ._price_c7nuj_19 {
    grid-column: 2;
    /* Second column of the second row */
    grid-row: 2;
  }
}