@import "https://fonts.googleapis.com/css?family=Vollkorn|Roboto|Parisienne|Gantari";
:root {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-drop: none;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
* {
  -webkit-user-select: none;
  user-select: none;
}
img {
  pointer-events: none;
}
body {
  color: #000;
  background:
    linear-gradient(to bottom, #ffffffd4, #ffffffd4), url(/assets/bg.jpeg) !important;
  background-repeat: no-repeat !important;
  background-position: bottom !important;
  background-size: cover !important;
  background-attachment: fixed !important;
  min-height: 100dvh;
  max-width: 100vw;
  transition: background 0.3s;
}
@layer utilities {
  .text-balance {
    text-wrap: balance;
  }
}
h1 {
  justify-self: center;
  align-self: center;
}
main {
  z-index: -10;
}
.back {
  position: fixed;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: left;
  top: 10px;
  left: 10px;
  font-size: 24px;
  line-height: 32px;
  z-index: 999;
  height: 63px;
  min-width: 63px;
  border-radius: 9999px;
  overflow: hidden;
  transition: all 0.3s ease-out;
  width: auto;
}
.back p {
  box-sizing: border-box;
  position: relative;
  text-wrap: nowrap;
  margin-top: 30px;
  margin-left: 0;
  width: auto;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
.back p .backText {
  text-transform: uppercase;
  padding-inline: 15px;
  position: relative;
  margin-left: -300px;
  transition: all 0.3s ease-out;
}
.back svg,
.back img {
  filter: drop-shadow(0 0 1px #eaffe9) drop-shadow(0 0 1px #eaffe9)
    drop-shadow(0 0 1px #eaffe9);
}
.back:hover {
  background-color: #f6e2ff;
  box-shadow: 0 3px 7px #00000047;
  z-index: 9999;
}
.back:hover .backText {
  margin-left: 0;
}
.back:active {
  scale: 0.98;
  background-color: #f1d0ff;
  box-shadow: 0 0 2px #0000007b;
}
.backIcon {
  height: 35px;
  width: 35px;
  position: relative;
  right: -10px;
}
.homeIcon {
  height: 35px;
  width: 35px;
}
.userIcon {
  height: 35px;
  width: 35px;
  min-width: 35px;
  margin: 14px;
  position: relative;
  right: 0;
}
.homeContainer {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 80px;
  z-index: 1;
  height: 100vh;
}
.mainContainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 90px;
  min-height: 100vh;
}
.topBar {
  position: fixed;
  display: flex;
  top: 0;
  height: 93px;
  width: 100%;
  justify-content: space-around;
  z-index: 9999999;
}
.header {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  -webkit-mask-image: linear-gradient(to top, #0000, #000 20%);
  mask-image: linear-gradient(to top, #0000, #000 20%);
  transition: all 0.3s;
}
.titleImg {
  position: fixed;
  top: 200px;
  aspect-ratio: 1/1;
  width: 300px;
  height: auto;
  object-fit: cover;
  border-radius: 20px;
  justify-self: center;
  align-self: center;
  z-index: -1;
  box-shadow: #00000050 0 20px 40px;
  transition: all 0.3s;
}
.titleText {
  flex: 1;
  margin-top: unset;
  font-size: 50px;
  justify-self: center;
  align-self: center;
  z-index: 1;
  font-family: Gantari;
  text-transform: uppercase;
  font-weight: 900;
  text-shadow:
    0 0 3px #eaffe9,
    0 0 3px #eaffe9,
    0 0 3px #eaffe9;
  text-align: center;
  width: 100%;
}
.basketTitle {
  position: relative;
  width: 100%;
  text-align: center !important;
  font-size: 60px;
  font-family: Gantari;
  text-transform: uppercase;
  z-index: 1;
  font-weight: 900;
  transition: all 0.3s;
}
.contactTitle {
  padding-top: 100px;
  text-align: center;
  font-size: 60px;
  z-index: 1;
  transition: all 0.3s;
  font-weight: 900;
  font-family: Gantari;
  text-transform: uppercase;
}
.contactContainer {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  text-align: flex-start;
  justify-content: center;
  transition: all 0.3s;
}
.prodTitle {
  font-size: 60px;
  justify-self: flex-start;
  align-self: flex-start;
  transition: all 0.3s;
  font-family: Vollkorn;
  text-transform: uppercase;
}
.logo {
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-self: center;
  align-self: center;
  background-color: #eaffe9;
  margin-top: 70px;
  font-family: Parisienne;
  border-radius: 20px;
  box-shadow:
    0 0 2px #eaffe9,
    0 0 5px #eaffe9,
    0 0 8px #eaffe9,
    0 0 10px #eaffe9,
    0 0 13px #eaffe9,
    0 0 15px #eaffe9,
    0 0 18px #eaffe9,
    0 0 25px #eaffe9,
    0 0 30px #eaffe9;
  transition: all 0.3s;
  z-index: 999999;
}
.fixedLogo {
  position: sticky;
  right: 20px;
  transition: all 0.3s;
}
.homeLinks {
  min-height: max-content;
  position: relative;
  text-transform: uppercase;
  font-size: 30px;
  justify-self: center;
  align-self: center;
  width: max-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  border-radius: 32px;
  overflow: hidden;
  color: #fff;
  text-shadow: 1px 1px 2px #000000;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  box-shadow: #000 0 20px 60px;
}
.homeLink {
  height: max-content;
  width: 100%;
  text-align: center;
  list-style: none;
  transition: all 0.3s;
  background-color: #30412f7c;
}
.homeLink a {
  display: block;
  padding: 15px 40px;
  width: 100%;
  height: 100%;
}
.homeBG {
  padding-bottom: 100px;
  padding-top: 100px;
  transition: background 0.3s;
}
.homeBG:has(.homeLink:nth-child(1):hover) {
  background: url(/assets/bg-fl.jpg) !important;
  background-repeat: no-repeat !important;
  background-position: top !important;
  background-size: cover !important;
  background-attachment: fixed !important;
  transition: background 0.3s;
}
.homeBG:has(.homeLink:nth-child(2):hover) {
  background: url(/assets/bg-bq.jpg) !important;
  background-repeat: no-repeat !important;
  background-position: top !important;
  background-size: cover !important;
  background-attachment: fixed !important;
  transition: background 0.3s;
}
.homeBG:has(.homeLink:nth-child(3):hover) {
  background: url(/assets/bg-bn.jpg) !important;
  background-repeat: no-repeat !important;
  background-position: top !important;
  background-size: cover !important;
  background-attachment: fixed !important;
  transition: background 0.3s;
}
.homeBG:has(.homeLink:nth-child(4):hover) {
  background: url(/assets/bg-ar.jpg) !important;
  background-repeat: no-repeat !important;
  background-position: top !important;
  background-size: cover !important;
  background-attachment: fixed !important;
  transition: background 0.3s;
}
.homeLink:last-child {
  border-bottom: none;
}
.homeLink:hover {
  background: #eaffe9;
  color: #000;
  text-shadow: none;
}
.homeLink:active {
  background: #f1d0ff;
}
.prodList {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
  margin: 10px;
}
.item {
  font-weight: 900;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 180px;
  max-width: 250px;
  transition: all 0.3s;
  overflow: hidden;
}
.item:hover {
  border-radius: 14px;
  box-shadow: 0 5px 20px #00000050;
  z-index: 999;
  scale: 1.1;
}
.item:hover .prodProps {
  translate: 0 0;
}
.item:hover .prodImg {
  filter: blur(5px);
}
.item:active {
  scale: 1;
  box-shadow: 0 0 5px #00000090;
}
.prodImg {
  width: 100%;
  aspect-ratio: 3/3.5;
  object-fit: cover;
  transition: all 0.3s;
}
.prodProps {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  background-color: #eaffe9bb;
  translate: 0 100%;
  transition: all 0.3s;
}
.prodText {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  text-align: center;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
  padding: 0 10px;
}
.prodPrice {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  width: 100%;
  text-align: center;
  align-self: center;
  justify-self: center;
  padding: 5px;
  background-color: #000;
  color: #eaffe9;
}
.contItem {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 250px;
  height: 250px;
  padding: 20px;
  border-radius: 14px;
  font-size: 20px;
  transition: all 0.3s;
}
.contItem:hover {
  background: #f6e2ff;
  box-shadow: 0 5px 20px #00000050;
}
.contItem:active {
  box-shadow: 0 0 5px #00000090;
  background: #f1d0ff;
}
.contIcon {
  border-bottom: solid 10px;
  padding-bottom: 20px;
  border-image: linear-gradient(
    to left,
    transparent,
    #0000004d,
    #0000004d,
    transparent
  );
}
.basketButton {
  display: flex;
  position: absolute;
  z-index: 2;
  top: 10px;
  right: 80px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  font-size: 27px;
  color: #000;
  transition: all 0.3s;
}
.basketButton svg {
  filter: drop-shadow(0 0 1px #eaffe9) drop-shadow(0 0 1px #eaffe9)
    drop-shadow(0 0 1px #eaffe9);
}
.basketButton:hover {
  background: #f6e2ff;
  box-shadow: 0 3px 7px #00000047;
}
.basketButton:active {
  box-shadow: 0 0 2px #0000007b;
  scale: 0.95;
  background: #f1d0ff;
}
.product {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  margin-top: 120px;
  gap: 40px;
  padding: 40px;
}
.productProps {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
}
.productProps .titleText {
  align-self: flex-start;
}
.productProps .description {
  font-size: 20px;
}
.productProps .prodPrice {
  justify-content: flex-start;
  gap: 10px;
  font-size: 30px;
  border: none;
  width: 100%;
}
.productProps .prodPrice span {
  font-size: 20px;
  font-weight: 200;
}
.productImgContainer {
  display: grid;
  overflow: hidden;
  height: max-content;
  width: max-content;
  border-radius: 20px;
  grid-template-areas: "img";
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.productImgContainer .titleImg {
  position: static;
  grid-area: img;
  aspect-ratio: 3/4;
  height: 100%;
  z-index: 1;
  border-radius: 0;
  transition: all 0.3s;
}
.productImgContainer .productImgUnderlay {
  display: flex;
  position: static;
  z-index: 0;
  grid-area: img;
  border-radius: 21px;
  background-color: #eaffe9;
  justify-content: flex-end;
  align-items: flex-end;
  color: red;
  font-size: 45px;
  padding-bottom: 10px;
  padding-right: 10px;
}
.productImgContainer .productImgUnderlay .heart {
  transition: all 0.3s;
}
.productImgContainer .productImgUnderlay .heart:hover {
  color: #900;
}
.productImgContainer .productImgUnderlay .heart:active {
  color: #500;
  scale: 0.95;
}
.productImgContainer:hover .titleImg {
  border-radius: 20px 20px 200px;
}
.singlePrice {
  font-weight: 900;
  font-size: 2rem;
}
.singlePrice span {
  font-weight: 300;
}
.btnContainer {
  display: flex;
  align-self: flex-end;
  gap: 20px;
  flex-wrap: wrap;
  transition: 0.3s;
}
.btnCountContainer {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 20px;
  font-size: 30px;
  font-weight: 900;
  font-family: Gantari;
  background: #fff;
  justify-self: flex-end;
  align-self: flex-end;
  border-radius: 9999px;
  justify-content: center !important;
  align-items: center !important;
  padding-inline: 3px;
  width: 148px !important;
  box-shadow: inset 0 0 2px #000;
}
.btn {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  min-width: max-content;
  color: #000;
  background-color: #eaffe9;
  padding: 5px 20px;
  border: none;
  border-color: #000;
  border-radius: 99px;
  box-shadow: 0 3px 7px #00000047;
  font-size: 18px;
  font-weight: 700;
  transition: all 0.3s;
  height: max-content;
  text-transform: uppercase;
}
.btn:hover {
  background-color: #f6e2ff;
}
.btn:active {
  scale: 0.95;
  background-color: #f1d0ff;
  box-shadow: 0 0 2px #0000007b;
}
.btn2 {
  background: #000;
  color: #fff;
}
.btn2:hover {
  background: #7300a4;
  color: #fff;
}
.btn2:active {
  background: #055b00;
}
.btn3 {
  background: #fff;
  color: #000;
  padding: 0;
  font-size: 40px;
  position: absolute;
  top: 3;
  right: 3px;
}
.btn3:hover {
  background: #fff;
  color: #067600;
}
.btn3:active {
  background: #fff;
  color: #055b00;
}
.btn4 {
  background: #fff;
  color: #000;
  padding: 0;
  position: absolute;
  top: 3;
  left: 3px;
  font-size: 40px;
}
.btn4:hover {
  background: #fff;
  color: #ba0000;
}
.btn4:active {
  background: #fff;
  color: #5b0000;
}
.btn5 {
  background: transparent;
  color: #000;
  box-shadow: none;
  font-size: 40px;
  padding: 3px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 9;
}
.btn5:hover {
  background: #ba0000;
  color: #fff;
  transform: rotate(-90deg);
  scale: 1.1;
  padding: 3px;
  box-shadow: -5px 0 7px #00000047;
}
.btn5:active {
  scale: 0.99;
  background: #5b0000;
  color: #fff;
}
.btnsFilter {
  position: fixed;
  display: flex;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 3px 7px #00000047;
  z-index: 99999;
  top: 85px;
  left: 50px;
  right: 50px;
  background-color: #eaffe9aa;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.btnFilter {
  flex: 1;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  color: #000;
  padding: 5px 15px;
  border: none;
  border-color: #000;
  font-size: 20px;
  transition: all 0.3s;
  height: max-content;
  scale: 1.05;
}
.btnFilter:hover {
  flex: 1;
  background-color: #f6e2ff;
}
.btnFilter:active {
  flex: 1;
  scale: 1;
  background-color: #f1d0ff;
}
.btnFilterActive {
  flex: 1;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  color: #000;
  scale: 1;
  background-color: #f1d0ff;
  padding: 5px 15px;
  border: none;
  font-size: 20px;
  transition: all 0.3s;
  height: max-content;
}
.btnFilter p,
.btnFilterActive p {
  display: inline;
}
.basketContainer {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.basketPage {
  padding: 0;
  display: flex;
  flex-direction: column;
}
.basketItemList {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  gap: 5px;
  justify-content: center !important;
  align-items: center !important;
  justify-self: center !important;
  align-self: center !important;
  margin: 150px 0 80px;
  border-radius: 14px;
  filter: drop-shadow(0 5px 30px #00000044);
  width: 100% !important;
  max-width: 1000px !important;
}
.basketItem {
  padding: 30px;
  display: flex;
  position: relative;
  align-self: center;
  flex-direction: row;
  justify-content: space-between;
  overflow: hidden;
  gap: 30px;
  width: 100%;
  height: 250px;
  background-color: #eaffe9;
  transition:
    background-color 0.3s,
    box-shadow 0.3s;
}
.basketItem:hover {
  background-color: #f6e2ff;
}
.basketItemImg {
  border: none;
  position: absolute;
  height: 250px;
  width: 200px;
  min-width: 200px;
  object-fit: cover;
  top: 0;
  left: 0;
  box-shadow: 0 5px 30px #0004;
}
.basketItemDetails {
  display: flex;
  width: 100%;
  margin-left: 210px;
  justify-self: flex-start;
  flex-direction: column;
  justify-content: space-between;
}
.basketItemName {
  font-size: 40px;
  font-family: Vollkorn;
  align-self: flex-start;
  font-weight: 900;
}
.basketItemPrice {
  justify-content: flex-end;
  gap: 10px;
  font-size: 30px;
  font-weight: 800;
  width: 100%;
}
.basketItemPrice span {
  font-weight: 200;
  font-size: 20px;
}
.checkoutBlock {
  background-color: #f6e2ff;
  position: fixed;
  bottom: 30px;
  left: 30px;
  display: flex;
  flex-direction: column;
  height: max-content;
  box-shadow: 0 0 20px #000000a4;
  border-radius: 20px;
  justify-content: space-between;
  z-index: 99999;
}
.checkoutBlock p {
  align-self: center;
  justify-self: flex-end;
  font-size: 20px;
  font-weight: 700;
}
.userPageTitle {
  position: static;
  width: 100%;
  margin: 30px;
  text-align: center !important;
  font-size: 60px;
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    Open Sans,
    Helvetica Neue,
    sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  z-index: 1;
  transition: all 0.3s;
}
.userBlock {
  margin-top: 100px;
  position: relative;
  display: flex;
  place-self: center;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  box-shadow: 0 0 50px #00000030;
  border-radius: 28px;
  padding: 20px 40px;
  gap: 20px;
  width: 100%;
  max-width: max-content;
}
.signOutBtn {
  top: 0;
  left: 0;
  position: absolute;
  transition: all 0.3s;
}
.signOutBtn svg {
  rotate: -180deg;
}
.signOutBtn * {
  text-transform: uppercase;
}
.signOutBtn:hover {
  scale: 1.1;
}
.signOutBtn:active {
  scale: 0.98;
}
.userPanelButton {
  display: flex;
  background-color: #000;
  color: #fff;
  z-index: 10;
  transition: all 0.3s;
}
.userClerk {
  display: flex;
  position: fixed;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  justify-content: center;
  place-self: center;
  transition: all 0.3s ease-in-out;
  border-radius: 20px;
  overflow: hidden;
  z-index: 999;
  scrollbar-width: none;
}
.userClerk-animate {
  transition: all 0.3s ease-in-out;
}
.userClerkActive {
  transition: all 0.3s ease-in-out;
  scale: 1;
  overflow: scroll;
  z-index: 999;
  height: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
}
.cl-internal-2tn0z0 {
  padding-top: 70px;
}
.likedItemList {
  margin-top: 30px;
  position: relative;
  display: flex;
  align-items: center;
  align-self: center;
  width: 95vw;
  overflow-x: scroll;
  scrollbar-width: none;
  background: #eaffe9;
  border-radius: 20px;
  box-shadow: 0 5px 30px #0004;
  transition: all 0.3s;
}
.likedItem {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  padding: 20px;
  width: 240px;
  min-width: 240px;
  height: 340px;
  gap: 10px;
  overflow: hidden;
  transition: all 0.3s;
  border-right: 1px solid #f1d0ff;
}
.likedItem:last-child {
  border-right: none;
}
.likedItem:hover {
  background: #f6e2ff;
}
.likedItem:active {
  background: #f1d0ff;
}
.likedItemImg {
  width: 100%;
  aspect-ratio: 1/1;
  top: 0;
  left: 0;
  border: none;
  position: absolute;
  object-fit: cover;
}
.likedItemName {
  text-align: center;
  align-self: flex-end;
  justify-self: flex-end;
  font-size: 20px;
  font-family: Vollkorn;
}
.avatar {
  width: 200px;
  height: 230px;
  border-radius: 20px;
  box-shadow: 0 5px 30px #0004;
  z-index: 1;
  justify-self: center;
  align-self: center;
}
.avatar canvas {
  margin-top: 10px;
}
.likeRemoveBtn {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 30px;
  background-color: #000;
  padding: 25px 70px 6px;
  color: #eaffe9;
  transform: rotate(45deg) translate(40px) translateY(-120px);
  transition: all 0.3s;
  z-index: 9;
}
.likedItemContainer {
  position: relative;
  overflow: hidden;
  width: max-content;
  min-width: max-content;
}
.likedItemContainer:hover .likeRemoveBtn {
  transform: rotate(45deg) translate(40px) translateY(-60px);
}
.likeRemoveBtn:hover {
  background-color: #800;
}
.checkoutPage {
  padding: 50px;
  display: flex;
  flex-direction: column;
}
.checkoutContainer {
  display: flex;
  flex-direction: row;
  align-items: top;
  position: relative;
  top: 150px;
  width: 100%;
  margin-bottom: 200px;
  min-height: 300px;
  gap: 10px;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 5px 20px #0004;
  background: #eaffe9;
}
.separatorHorizontal {
  display: none;
  background:
    radial-gradient(
        circle at 100% 100%,
        #ffffff00 0,
        #ffffff00 6px,
        transparent 6px
      )
      0% 0%/8px 8px no-repeat,
    radial-gradient(
        circle at 0 100%,
        #ffffff00 0,
        #ffffff00 6px,
        transparent 6px
      )
      100% 0%/8px 8px no-repeat,
    radial-gradient(
        circle at 100% 0,
        #ffffff00 0,
        #ffffff00 6px,
        transparent 6px
      )
      0% 100%/8px 8px no-repeat,
    radial-gradient(circle at 0 0, #ffffff00 0, #ffffff00 6px, transparent 6px)
      100% 100%/8px 8px no-repeat,
    linear-gradient(#fff0, #fff0) 50% 50% / calc(100% - 4px) calc(100% - 16px)
      no-repeat,
    linear-gradient(#fff0, #fff0) 50% 50% / calc(100% - 16px) calc(100% - 4px)
      no-repeat,
    linear-gradient(
      90deg,
      transparent 0%,
      #000000 20%,
      #000000 80%,
      rgba(0, 0, 0, 0) 100%
    );
  padding: 0;
  box-sizing: border-box;
  height: 2px;
  width: 100%;
}
.separatorVertical {
  background:
    linear-gradient(#fff0, #fff0) 50% 50% / calc(100% - 4px) calc(100% - 4px)
      no-repeat,
    linear-gradient(
      0deg,
      transparent 0%,
      #000000 20%,
      #000000 80%,
      rgba(0, 0, 0, 0) 100%
    );
  border-radius: 0;
  height: 400px;
  width: 2px;
  padding: 0;
  box-sizing: border-box;
  align-self: center;
}
.checkoutTabs {
  align-items: top;
  display: flex;
  position: static;
  flex-direction: row;
  background: #f6e2ff;
  font-size: 20px;
  padding: 3px;
  text-transform: uppercase;
  justify-content: space-around;
  width: max-content;
  border-radius: 7px;
  border: 1px solid #f1d0ff;
  box-shadow: 0 10px 25px #0006;
  transition: all 0.3s;
  top: 0;
  margin: 20px;
}
.navTab {
  display: flex;
  align-items: center;
  justify-content: center;
}
.navTabTitle {
  font-size: 20px;
}
.navTabIcon {
  font-size: 0;
}
.payments {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-self: flex-start;
  gap: 20px;
  padding: 20px 20px 50px !important;
  background: #eaffe9;
  height: 100%;
  min-width: 527px;
  width: 100%;
}
.paymentMethods {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 20px;
}
.paymentMethod {
  display: flex;
  width: max-content;
  transition:
    scale 0.3s,
    box-shadow 0.3s;
  border-radius: 7px;
  overflow: hidden;
  box-shadow: 0 5px 15px #0006;
}
.paymentMethod:hover {
  scale: 1.02;
  box-shadow: 0 5px 20px #0006;
}
.paymentMethod:active {
  scale: 0.98;
  box-shadow: 0 0 2px #0006;
}
.paymentBank {
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: space-between;
}
.paymentBank1,
.paymentBank2 {
  max-width: 43vw;
  width: 48%;
  position: relative;
  left: 0;
  justify-self: center;
  align-self: center;
}
.paymentBank1,
.paymentBank2,
.paymentBank3,
.paymentBank4 {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: inset 0 0 10px #f6e2ff;
  transition: all 0.3s;
}
.paymentBank1:hover,
.paymentBank2:hover,
.paymentBank3:hover,
.paymentBank4:hover {
  background-color: #eaffe9;
  box-shadow: inset 0 0 80px #055b0022;
}
.paySysItem {
  display: flex;
  font-size: 80px;
  width: 80px;
  height: 80px;
  padding: 5px;
  color: #000;
  border-radius: 7px;
  transition: all 0.3s;
}
.paySysItem:hover {
  background-color: #f6e2ff;
  box-shadow: 0 5px 10px #000;
}
.paySysItem:active {
  background-color: #f1d0ff;
  box-shadow: 0 1px 3px #000;
}
.sofort:hover g {
  fill: #f6e2ff;
}
.sofort:active g {
  fill: #f1d0ff;
}
.paySysItemImg {
  align-self: center;
  height: auto;
}
.summary {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background: #eaffe9;
  height: 100%;
  width: 400px;
  padding: 20px;
  max-width: 400px;
}
.payCard {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  background: #000;
  padding: 20px;
  height: 200px;
  width: 320px;
  border-radius: 20px;
  color: #fff;
  box-shadow: 0 10px 40px #000000c4;
}
.cardIcon {
  position: absolute;
  display: flex;
  font-size: 30px;
  top: 20px;
  left: 20px;
  gap: 10px;
  font-family: Parisienne;
}
.cardIcon span {
  font-size: 20px;
}
.cardNumberContainer {
  position: absolute;
  bottom: 58px;
  width: 100%;
  padding: 0 20px;
}
.cardNumber {
  width: 100%;
  height: 30px;
  border-radius: 7px;
  background-color: #000;
  text-align: center;
  color: #fff;
  transition: all 0.3s;
  box-shadow: inset 0 0 5px #eaffe9;
}
.cardNumber:focus {
  outline: none;
  box-shadow: inset 0 0 30px #f1d0ff;
}
.cardLineBottom {
  display: flex;
  position: absolute;
  width: 100%;
  justify-content: space-between;
  bottom: 0;
  padding: 0 20px;
  margin-bottom: 20px;
}
.cardCvc {
  background-color: #000;
  color: #fff;
  height: 30px;
  width: 50px;
  border-radius: 7px;
  box-shadow: inset 0 0 5px #eaffe9;
  text-align: center;
  transition: all 0.3s;
}
.cardCvc:focus {
  outline: none;
  box-shadow: inset 0 0 30px #f1d0ff;
}
.cardDate {
  position: relative;
  display: flex;
  flex-direction: row;
  background-color: #000;
  border-radius: 7px;
  overflow: hidden;
  box-shadow: inset 0 0 5px #eaffe9;
  color: #eaffe9;
}
.cardDate p {
  position: absolute;
  left: 48%;
  align-self: center;
  color: #eaffe9;
  height: 100%;
}
.cardDate1 {
  width: 35px;
  height: 30px;
  color: #eaffe9;
  border: none;
  text-align: center;
  transition: all 0.3s;
  background-color: transparent;
}
.cardDate1:focus {
  outline: none;
  box-shadow: inset 0 0 30px #f1d0ff;
}
.cardDate2 {
  background-color: transparent;
  color: #eaffe9;
  text-align: center;
  width: 35px;
  height: 30px;
  border: none;
  transition: all 0.3s;
}
.cardDate2:focus {
  outline: none;
  box-shadow: inset 0 0 30px #f1d0ff;
}
.nameFields {
  display: flex;
  position: relative;
  flex-direction: row;
  gap: 5px;
  width: 100%;
  position: absolute;
  padding: 0 20px;
  bottom: 95px;
}
.nameInput {
  width: 100%;
  height: 30px;
  position: relative;
  border-radius: 7px;
  background-color: #000;
  text-align: center;
  color: #eaffe9;
  transition: all 0.3s;
  box-shadow: inset 0 0 5px #eaffe9;
}
.nameInput:focus {
  outline: none;
  box-shadow: inset 0 0 30px #f1d0ff;
}
.footer {
  position: fixed;
  bottom: -7px;
  left: 0;
  right: 0;
  height: 100px;
  display: flex;
  justify-content: center;
  padding: 60px 0 0;
  font-weight: 900;
  color: #eaffe9;
  z-index: 9999;
  text-shadow:
    0 0 2px #000,
    0 0 2px #000,
    0 0 2px #000;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  -webkit-mask-image: linear-gradient(to bottom, #0000, #000 50%);
  mask-image: linear-gradient(to bottom, #0000, #000 50%);
}
.productPage {
  min-height: 100vh;
  padding-top: 30px;
  padding-bottom: 90px;
}
@media screen and (max-width: 942px) {
  .logoText {
    font-size: 30px !important;
    z-index: 0 !important;
  }
  .logo {
    z-index: 0;
  }
  .titleImg {
    position: fixed;
    z-index: 99999999;
  }
  .back {
    height: 53px;
    max-width: 53px;
    min-width: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .back p {
    display: none;
  }
  .back .backIcon {
    right: auto;
  }
  .userClerk-animate {
    scale: 1;
  }
  .homeIcon {
    width: 30px;
    height: 30px;
    top: auto;
  }
  .userIcon {
    position: relative;
    width: 30px;
    height: 30px;
    min-width: 30px;
  }
  .basketButton {
    height: 53px;
    width: 53px;
  }
  .product {
    padding: 40px !important;
    margin-top: 50px !important;
  }
  .prodTitle {
    font-size: 40px;
    text-align: center;
    align-self: center;
  }
  .contactTitle {
    font-size: 30px;
  }
  .contactContainer {
    scale: 0.7;
  }
  .basketTitle {
    font-size: 40px;
  }
  .basketItem {
    position: relative;
    gap: 5px;
  }
  .basketItemDetails {
    font-size: 20px;
  }
  .basketItem .btnContainer {
    font-size: 20px;
    position: absolute;
    right: 10px;
    bottom: 10px;
  }
  .basketItem .btnContainer .btn4,
  .basketItem .btnContainer .btn3 {
    font-size: 30px;
  }
  .basketItem .btnContainer .btn2 {
    font-size: 17px;
  }
  .btnCountContainer {
    display: flex !important;
    font-size: 20px;
    height: 35px !important;
    width: 135px !important;
    flex-direction: column-reverse !important;
  }
  .basketItemName {
    font-size: 30px;
  }
  .basketItemPrice {
    font-size: 20px;
  }
  .basketItemPrice span {
    font-size: 20px !important;
  }
  .avatar {
    margin-top: 100px;
    align-self: center !important;
  }
  .checkoutContainer {
    flex-direction: column !important;
  }
  .separatorVertical {
    display: none;
  }
  .separatorHorizontal {
    display: block;
    position: static;
    width: 100% !important;
    height: 2px !important;
  }
  .checkoutPage {
    padding: 0;
  }
  .checkoutContainer {
    margin: 0 !important;
    padding: 0 0 40px !important;
    width: 100% !important;
    justify-content: center !important;
    align-items: center !important;
    flex-direction: column-reverse !important;
  }
  .payments {
    width: min-content !important;
    padding: 0 !important;
  }
  .navTabTitle {
    font-size: 0 !important;
  }
  .navTabIcon {
    font-size: 50px !important;
  }
  .userIcon {
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    padding: 0 !important;
    margin: 0 0 0 -3px !important;
  }
  .summary {
    width: 100%;
    max-width: none;
  }
  .paymentBank1,
  .paymentBank2,
  .paymentBank3,
  .paymentBank4 {
    width: 100%;
  }
}
@media screen and (max-width: 666px) {
  .titleText {
    font-size: 0;
  }
  .productPage {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .productPage .product {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .productPage .titleImgContainer {
    align-self: center;
    justify-self: center;
  }
  .productPage .btnContainer {
    justify-content: center;
  }
  .basketItem {
    height: 200px;
  }
  .basketItemDetails {
    margin: 0 0 0 150px !important;
  }
  .basketItemName {
    font-size: 20px;
  }
  .basketItemImg {
    min-width: 0;
    width: 150px !important;
    height: 200px;
  }
  .basket .btnsFilter {
    left: 0;
    border-radius: 0 15px 15px 0;
  }
  .btnFilter,
  .btnFilterActive {
    padding: 15px;
  }
  .btnFilter p,
  .btnFilterActive p {
    display: none;
  }
  .paymentMethods {
    flex-direction: column;
    width: 95vw !important;
  }
  .overlay nav {
    font-size: 40px;
  }
  .btnContainer {
    justify-self: flex-end;
    align-self: flex-end;
  }
  .checkoutBlock {
    position: fixed;
    width: max-content;
    height: 50px;
    flex-direction: row-reverse;
    border-radius: 25px;
  }
  .checkoutBlock span {
    display: none;
  }
  .checkoutBlock svg {
    height: 40px;
  }
  .checkoutBlock .btn {
    aspect-ratio: 1/1;
    width: min-content;
    padding: 0;
    height: 100%;
    min-width: unset;
  }
  .checkoutBlock p {
    font-size: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 470px) {
  .logoImg {
    display: none;
  }
  .basketTitle {
    font-size: 35px;
  }
  .btn5 {
    right: 0;
    top: 0;
  }
  .basketItem {
    padding: 10px 20px 50px 110px !important;
    justify-content: flex-start;
    height: 170px;
  }
  .basketItemImg {
    width: 100px !important;
    height: 170px;
  }
  .basketItemDetails {
    margin: 0 !important;
    place-self: flex-start !important;
    gap: 5px;
    text-wrap: wrap !important;
    width: 60% !important;
  }
  .basketItemPrice {
    font-size: 17px !important;
  }
  .basketItemPrice span {
    font-size: 15px !important;
  }
  .basketCheckoutBtn {
    height: 35px;
    width: 35px !important;
    padding: 0 !important;
    font-size: 15px !important;
  }
  .basketCheckoutBtn span {
    display: none;
  }
  .btnContainer {
    flex-direction: row;
  }
  .btnCountContainer {
    width: 110px !important;
  }
  .checkoutPage {
    flex-direction: column;
  }
  .checkoutContainer {
    margin: 0 !important;
    box-shadow: none !important;
  }
  .payments {
    padding: 0 !important;
    margin: 0 0 50px !important;
    justify-content: center !important;
    align-items: center;
  }
  .payCard {
    margin: 0 !important;
  }
  .back {
    justify-content: center;
    align-items: center;
    z-index: 999;
    margin: 0;
    padding: 0;
  }
  .back p {
    display: none;
  }
  .backIcon {
    width: 30px;
    height: 30px;
    top: 0;
    left: 0 !important;
  }
  .homeIcon {
    width: 30px;
    height: 30px;
  }
  .paymentBank {
    flex-direction: column;
  }
  .paymentBank1,
  .paymentBank2 {
    max-width: 90vw;
    width: 100% !important;
    position: relative;
    left: 0;
    justify-self: center;
    align-self: center;
  }
  .overlay-menu {
    font-size: 40px !important;
  }
  .prodList {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
  }
  .item {
    width: 100%;
    max-width: 100vw;
    display: flex;
    flex-direction: row;
    border-radius: 0;
    max-width: unset;
  }
  .item:hover {
    scale: unset;
  }
  .item:hover .prodImg {
    filter: none;
  }
  .prodImg {
    position: static;
    width: 80px;
  }
  .prodProps {
    position: static;
    width: 100%;
    flex: 1;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    translate: unset;
  }
  .prodProps .prodText {
    height: 100%;
  }
  .prodProps .prodPrice {
    height: 100%;
    max-width: 80px;
  }
  .btnsFilter {
    bottom: 70px;
    top: unset;
  }
}
.cl-userButtonPopoverCard {
  background-color: #000;
  box-shadow: 0 5px 15px #0006;
}
.cl-userButtonPopoverCard * {
  color: #eaffe9;
}
.cl-userButtonPopoverCard * .cl-userButtonPopoverActionButton:hover {
  background-color: #625966;
}
.cl-userButtonPopoverFooter {
  display: none;
}
.cl-navbar {
  background-color: #f6e2ff;
  border-radius: 15px;
}
.cl-pageScrollBox {
  background-color: #fff;
}
.cl-active {
  background-color: #000;
}
.cl-active:hover {
  background-color: #625966;
}
.cl-navbarButton__security,
.cl-navbarButton__account {
  background-color: #000;
  color: #f6e2ff;
}
.cl-navbarButton__security:hover,
.cl-navbarButton__account:hover {
  background-color: #5c0086;
}
.cl-internal-b3fm6y {
  visibility: hidden !important;
}
.cl-internal-jqrj10 {
  transition: all 0.3s;
  box-shadow: #000 0 2px 7px;
}
.cl-internal-jqrj10:hover {
  scale: 1.02;
  box-shadow: #000 0 5px 10px;
}
.cl-internal-jqrj10:active {
  scale: 0.98;
  box-shadow: #000 0 1px 3px;
}
.cl-internal-jqrj10:focus {
  border: none;
}
.basketCounter {
  position: absolute;
  font-size: 15px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #000;
  background-color: #f6e2ff;
  margin-top: 60%;
  margin-right: 60%;
  transition: all 0.3s;
  border: 1px solid #000000;
}
.basketButton:hover .basketCounter {
  background-color: #000;
  color: #fff;
  transition: all 0.3s;
}
.sidebar {
  z-index: 999999;
  position: fixed;
  background-color: #eaffe9;
  box-shadow: 0 10px 20px #eaffe9;
}
.container {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 40%;
  left: 0;
  margin: 0 auto;
  font-family: Roboto, sans-serif;
}
.container p {
  font-size: 20px;
}
.container a {
  display: inline-block;
  position: relative;
  text-align: center;
  color: #eaffe9;
  text-decoration: none;
  font-size: 20px;
  overflow: hidden;
  top: 5px;
}
.container a:after {
  content: "";
  position: absolute;
  background: transparent;
  height: 2px;
  width: 0%;
  transform: translate(-50%);
  left: 50%;
  bottom: 0;
  transition: 0.35s ease;
}
.container a:hover:after,
.container a:focus:after,
.container a:active:after {
  width: 100%;
}
h1 {
  position: relative;
  text-align: center;
  font-family: Vollkorn, serif;
}
.button_container {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  top: 10px;
  right: 10px;
  height: 63px;
  width: 63px;
  gap: 5px;
  cursor: pointer;
  z-index: 99999;
  transition: opacity 0.25s ease;
  padding: 15px;
  border-radius: 99px;
  transition: all 0.35s ease;
}
.button_container span {
  filter: drop-shadow(0 0 1px #eaffe9) drop-shadow(0 0 1px #eaffe9)
    drop-shadow(0 0 1px #eaffe9);
}
.button_container:hover {
  background-color: #f6e2ff;
  box-shadow: 0 3px 7px #00000047;
}
.button_container:active {
  box-shadow: 0 0 2px #0000007b;
  scale: 0.95;
}
.button_container.active .top {
  transform: translateY(10px) translate(0) rotate(45deg);
  background: #000;
}
.button_container.active .middle {
  opacity: 0;
  background: #eaffe9;
}
.button_container.active .bottom {
  transform: translateY(-10px) translate(0) rotate(-45deg);
  background: #000;
}
.button_container span {
  background: #000;
  border: none;
  height: 5px;
  width: 30px;
  top: 0;
  left: 0;
  transition: all 0.35s ease;
  cursor: pointer;
}
.button_container span:nth-of-type(2) {
  top: 11px;
}
.button_container span:nth-of-type(3) {
  top: 22px;
}
.overlay {
  position: fixed;
  background: #eaffe9aa;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.35s,
    visibility 0.35s,
    height 0.35s;
  overflow: hidden;
}
.overlay.open {
  opacity: 1;
  visibility: visible;
  height: 100%;
}
.overlay.open li {
  -webkit-animation: fadeInRight 0.5s ease forwards;
  animation: fadeInRight 0.5s ease forwards;
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
}
.overlay.open li:nth-of-type(2) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.overlay.open li:nth-of-type(3) {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
}
.overlay.open li:nth-of-type(4) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.overlay nav {
  position: relative;
  height: 70%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 50px;
  text-align: center;
}
.overlay ul {
  font-family: Gantari;
  font-weight: 100;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
}
.overlay ul li {
  display: block;
  height: 20%;
  min-height: 40px;
  position: relative;
  opacity: 0;
}
.overlay ul li a {
  display: block;
  position: relative;
  color: #000;
  text-decoration: none;
  overflow: hidden;
}
.overlay ul li a:hover:after,
.overlay ul li a:focus:after,
.overlay ul li a:active:after {
  width: 100%;
}
.overlay ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  transform: translate(-50%);
  height: 3px;
  background: #000;
  transition: 0.35s;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  to {
    opacity: 1;
    left: 0;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  to {
    opacity: 1;
    left: 0;
  }
}
@media screen and (max-width: 942px) {
  .button_container {
    height: 53px;
    width: 53px;
  }
}
.logo {
  background-color: transparent;
  box-shadow: none;
  color: #fff;
  text-shadow:
    #f1d0ff 0 0 2px,
    #000000 0 0 3px,
    #000000 0 0 3px,
    #000000 0 0 3px,
    #f1d0ff 0 0 2px;
}
