@font-face {
  font-family: "OpenSans300";
  src: url(../fonts/openSans300normal.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "OpenSans500";
  src: url(../fonts/openSans500normal.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "ancient";
  src: url("../fonts/AncientMedium.woff") format("woff");
  font-display: swap;
}
[data-bs-theme=" "] {
  --root-color-text----title: #c7c7c7;
  --root-color-text-----main: #c7c7c7;
  --root-color-text-dark-main: #c7c7c7;
  --root-color-text-lght-main: #c7c7c7;
  --root-color-text----aside: #c7c7c7;
  --root-color-text---footer: #000000;
  --root-color-body------tlo: #4b223f;
  --root-color-header----tlo: #ffffff1a;
  --root-color-header---card: #ffffff1a;
  --root-color-main------tlo: #ffffff00;
  --root-color-aside-----tlo: #ffffff00;
  --root-color-footer----tlo: #ffffff1a;
  --root-color-cookies---tlo: #22304b;
  --root-color-header---link: #ffffff00;
  --root-color-aside----link: #ffffff00;
  --root-color-footer---link: #ffffff00;
  --root-color-company--logo: #ffffff;
  --root-color-main-----link: #fff600;
}

[data-bs-theme=light] {
  --root-color-text----title: #000000;
  --root-color-text-----main: #000000;
  --root-color-text-dark-main: #ffffff;
  --root-color-text-lght-main: #212121;
  --root-color-text----aside: #000000;
  --root-color-text---footer: #000000;
  --root-color-body------tlo: #d7d8df;
  --root-color-header----tlo: #ffffffcc;
  --root-color-header---card: #ffffff80;
  --root-color-main------tlo: #ffffff00;
  --root-color-aside-----tlo: #ffffff00;
  --root-color-footer----tlo: #ffffff1a;
  --root-color-cookies---tlo: #1e77bc;
  --root-color-header---link: #ffffff00;
  --root-color-aside----link: #ffffff00;
  --root-color-footer---link: #ffffff00;
  --root-color-company--logo: #ffffff;
  --root-color-main-----link: #3900ff;
}

[data-bs-contrast=contrast] {
  --root-color-text----title: #ffe100;
  --root-color-text-----main: #ffe200;
  --root-color-text-dark-main: #ffe200;
  --root-color-text-lght-main: #ffe200;
  --root-color-text----aside: #ffe200;
  --root-color-text---footer: #000000;
  --root-color-body------tlo: #000000;
  --root-color-header----tlo: #000000;
  --root-color-header---card: #000000;
  --root-color-main------tlo: #000000;
  --root-color-aside-----tlo: #000000;
  --root-color-footer----tlo: #000000;
  --root-color-cookies---tlo: #000000;
  --root-color-header---link: #333333;
  --root-color-aside----link: #33333300;
  --root-color-footer---link: #000000;
  --root-color-company--logo: #ffdc00;
  --root-color-main-----link: #ff8900;
}

[data-bs-fontSize=" "] {
  --root------------fontSize: 1em;
  --root----------fontFamily: "OpenSans300", sans-serif;
}

[data-bs-fontSize=xxx] {
  --root------------fontSize: 1.3em;
  --root----------fontFamily: "OpenSans500", sans-serif;
}

html {
  margin: 0.5em;
  scroll-behavior: smooth;
  transition: 0.1s;
  -webkit-transition: 0.1s;
  font-size: var(--root------------fontSize);
  font-family: var(--root----------fontFamily);
}
html *::-moz-selection {
  color: #faffd3;
  background-color: #3C841F;
}
html *::selection {
  color: #faffd3;
  background-color: #3C841F;
}
html * {
  margin: 0;
  border: none;
  transition: 0.1s;
  list-style-type: none;
}
html a {
  text-decoration: none;
  color: var(--root-color-main-----link);
  display: block;
}

@media (max-width: 768px) {
  html main * {
    padding-inline-start: 0;
  }
}
body {
  width: 70vw;
  gap: 8px;
  margin: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--root-color-body------tlo);
  color: var(--root-color-text-----main);
}
body > * {
  border-radius: 25px;
  padding: 1em;
}

h1 {
  text-align: center;
  border-style: double none;
  border-radius: inherit;
  text-transform: uppercase;
  font-size: xx-large;
}

@media (max-width: 3850px) {
  body {
    width: 1300px;
  }
}
@media (max-width: 1280px) {
  body {
    width: 100%;
  }
}
header {
  background-color: var(--root-color-header----tlo);
  color: var(--root-color-text----title);
}
header button {
  width: 50px;
  height: 50px;
  border-radius: inherit;
  background-color: var(--root-color-company--logo);
  border-bottom-style: solid;
  border-bottom-color: inherit;
}

@media (max-width: 768px) {
  header {
    gap: 10px;
  }
}
@media (max-width: 576px) {
  header button[id=btn02] {
    display: none;
  }
}
figure {
  margin: auto;
  text-align: center;
}
figure img {
  border-radius: inherit;
  cursor: pointer;
  aspect-ratio: 4/3;
}
figure img:hover {
  opacity: 0.7;
}

@media (max-width: 768px) {
  figure img {
    width: 300px;
    height: auto;
  }
}
main {
  background-color: var(--root-color-main------tlo);
}

@media (max-width: 768px) {
  main {
    padding: 1em 0;
  }
}
footer {
  margin-bottom: 100px;
  background-color: var(--root-color-footer----tlo);
}
footer nav {
  background-color: var(--root-color-footer---link);
  color: inherit;
  border-radius: inherit;
}
footer div {
  border-radius: inherit;
  align-self: center;
}
footer a {
  border-radius: inherit;
  padding: 20px;
}
footer a:hover {
  -webkit-transform: scale(1.1) translateX(0px);
  transform: scale(1.1) translateX(0px);
  color: yellow;
}

@media (max-width: 768px) {
  footer nav {
    flex-direction: column;
  }
  footer nav a {
    height: 50px;
    align-content: center;
    text-align: -webkit-center;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  flex-wrap: wrap;
}

.flex-d-c {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.align-i-c {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-d-r {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.j-c-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.j-c-flex-e {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.j-c-space-b {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cursor-p {
  cursor: pointer;
}

.lista {
  border-style: double;
  padding: 1em;
  text-align: center;
}

.f-l-big::first-letter {
  float: left;
  line-height: 1;
  margin-right: 0.1em;
  font-size: 5em;
  margin-top: -0.1em;
  margin-bottom: -0.2em;
}

.product_set:hover > :not(:hover) {
  opacity: 0.5;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}

.product {
  height: 300px;
  background-repeat: no-repeat;
  background-size: contain;
  width: 300px;
  background-position: center;
  background-color: var(--root-color-footer----tlo);
  border-radius: 10px;
  position: relative;
}
.product iframe {
  width: 104px !important;
  height: 104px !important;
  position: absolute;
  inset: 0;
  margin: auto;
  z-index: 1;
}
.product iframe button {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}
.product h2 {
  position: absolute;
  width: 100%;
  inset: 0;
  font-size: 1em;
  top: auto;
  text-align: center;
  backdrop-filter: brightness(0);
  opacity: 0;
  opacity: 1;
  z-index: 2;
}
.product svg {
  position: absolute;
  inset: 0;
  margin: auto;
  transform: scale(0);
  background-color: var(--root-color-body------tlo);
  padding: 0.5em;
  border-radius: 0.5em;
  opacity: 0;
}
.product div {
  width: 104px;
  height: 104px;
  position: absolute;
  inset: 0;
  margin: auto;
}
.product:hover {
  -webkit-box-shadow: 8px 8px 24px 0px black;
  -moz-box-shadow: 8px 8px 24px 0px black;
  box-shadow: 8px 8px 24px 0px black;
}
.product:hover h2 {
  opacity: 1;
}
.product:hover svg {
  opacity: 1;
  transform: scale(2);
}

#btnBlock {
  gap: 20px;
  display: flex;
  flex-wrap: nowrap;
}
#btnBlock button {
  width: min-content;
  height: min-content;
  border-radius: 50px;
  padding: 15px;
  border: none;
  background-color: var(--root-color-company--logo);
}
#btnBlock button:hover {
  background-color: #3e8e41;
}
#btnBlock button:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}
#btnBlock label:not(:last-child) {
  color: var(--root-color-text---footer);
  background-color: var(--root-color-company--logo);
  display: none;
  width: 50px;
  height: 50px;
}

#myBtn {
  position: fixed;
  border: none;
  cursor: pointer;
  display: none;
  width: 50px;
  height: 50px;
  bottom: 20px;
  left: 30px;
  z-index: 99;
  outline: none;
  background-color: #ffe100;
  color: white;
  padding: 15px;
  font-size: 18px;
  -webkit-clip-path: polygon(0 30%, 50% 0, 100% 30%, 80% 30%, 80% 100%, 20% 100%, 20% 30%);
  clip-path: polygon(0 30%, 50% 0, 100% 30%, 80% 30%, 80% 100%, 20% 100%, 20% 30%);
}

.home {
  color: white;
  padding: 0px 45px;
  border-style: solid;
  position: fixed;
  border-radius: 20px;
  bottom: 10px;
  font-size: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-transform: uppercase;
  cursor: pointer;
}

.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
}
.close:hover {
  color: #bbb;
  cursor: pointer;
  text-decoration: none;
}
.close:focus {
  color: #bbb;
  cursor: pointer;
  text-decoration: none;
}

.modal {
  -ms-flex-line-pack: center;
  align-content: center;
  display: none;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 999;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 0;
  border-radius: 0;
}

.modal-content {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
  max-width: 500px;
  width: 70%;
  display: block;
  margin: auto;
}

#caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
  max-width: 700px;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
  width: 70%;
  display: block;
  margin: auto;
  text-align: center;
}

@media (max-width: 3850px) {
  .modal-content {
    max-width: 55%;
  }

  #caption {
    height: 0px;
  }
}
@media (max-width: 1280px) {
  .modal-content {
    max-width: 50%;
  }
}
@media (max-width: 768px) {
  .modal-content {
    max-width: 100%;
    width: 100%;
  }
}
.box {
  border-style: none solid;
  padding: 0px 20px;
  line-height: 2;
}
.box li li {
  padding: 1em 0;
}

.box p:not(.box p:nth-child(2)):before::after {
  content: "";
  width: 10px;
  height: 50px;
  border-style: solid;
}

.box > p:not(.box p:nth-child(2)):before {
  content: "***";
  display: block;
  text-align: center;
}

@media (max-width: 768px) {
  .box li li {
    padding-inline-start: 0px;
  }
}
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}
@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
div[id^=product-component], div[id^=collection-component] {
  margin: auto;
  min-height: 450px;
}

/*# sourceMappingURL=main.css.map */
