@font-face {
  font-family: "Casto Pro";
  src: url("../CastoPro-Black.woff") format("woff"), url("../fonts/CastoPro-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Casto Pro";
  src: url("../fonts/CastoPro-Regular.woff") format("woff"), url("../fonts/CastoPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Casto Pro";
  src: url("../fonts/CastoPro-Light.woff") format("woff"), url("../fonts/CastoPro-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Casto Pro";
  src: url("../fonts/CastoPro-Bold.woff") format("woff"), url("../fonts/CastoPro-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Casto Pro Beta";
  src: url("../fonts/CastoProBeta-Italic.woff") format("woff"), url("../fonts/CastoProBeta-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
header {
  height: 65px;
  background: linear-gradient(90deg, #fff 90%, #0072BD 10%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}
@media screen and (max-width: 1023px) {
  header {
    background: #fff;
  }
}
header .right_section {
  display: flex;
  align-items: center;
  gap: 5px;
  position: absolute;
  right: 9.2%;
}
@media screen and (max-width: 1023px) {
  header .right_section {
    right: 20px;
  }
}
header button,
header a {
  border: none;
  background: none;
  height: 100%;
}
header button img,
header a img {
  width: auto;
  height: 30px;
}
header button.logo img,
header a.logo img {
  height: 50px;
}
header button.cart img,
header a.cart img {
  height: 55px;
}
@media screen and (max-width: 1023px) {
  header button.cart img,
  header a.cart img {
    height: 40px;
  }
}
header a {
  display: flex;
  align-items: center;
}

.homepage {
  height: calc(100dvh - 65px);
  display: grid;
  place-content: center;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .homepage {
    overflow-y: auto;
    display: block;
    height: calc(100dvh - 65px);
  }
}
@media (orientation: landscape) and (max-width: 1023px) {
  .homepage {
    height: calc(100% - 65px);
  }
}
.homepage .hp_background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.homepage .hp_background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.homepage .hp_content {
  display: grid;
  gap: 100px;
  place-content: center;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .homepage .hp_content {
    gap: 25px;
    display: flex;
    flex-direction: column;
    justify-content: safe center;
    margin: 20px 0;
  }
}
.homepage .hp_content .hp_categories {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
@media screen and (max-width: 1023px) {
  .homepage .hp_content .hp_categories {
    flex-direction: column;
  }
}
.homepage .hp_content .hp_categories .hp_category {
  position: relative;
  width: 395px;
  height: 395px;
  padding: 29px;
  background-color: #255747;
  color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 1366px) {
  .homepage .hp_content .hp_categories .hp_category {
    width: 355px;
    height: 355px;
  }
}
@media screen and (max-width: 1280px) {
  .homepage .hp_content .hp_categories .hp_category {
    width: 325px;
    height: 325px;
  }
}
@media screen and (max-width: 1023px) {
  .homepage .hp_content .hp_categories .hp_category {
    width: 200px;
    height: 140px;
    padding: 15px;
  }
}
.homepage .hp_content .hp_categories .hp_category .hp_content_title {
  position: absolute;
  color: #fff;
  font-size: 100px;
  font-weight: 300;
  position: absolute;
  color: #fff;
  position: absolute;
  color: #fff;
  transform: rotate(-90deg) translate(-50%, -50%);
  left: -33%;
  top: -17%;
}
@media screen and (max-width: 1023px) {
  .homepage .hp_content .hp_categories .hp_category .hp_content_title {
    font-size: 50px;
    top: -24%;
  }
}
.homepage .hp_content .hp_categories .hp_category .hp_category_title {
  font-size: 26px;
  font-weight: 300;
}
@media screen and (max-width: 1023px) {
  .homepage .hp_content .hp_categories .hp_category .hp_category_title {
    font-size: 14px;
  }
}
.homepage .hp_content .hp_categories .hp_category .hp_category_btn {
  position: absolute;
  bottom: -4%;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  border: none;
  background-color: #0072BD;
  padding: 12px;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  transition: transform 0.2s;
  text-align: center;
}
.homepage .hp_content .hp_categories .hp_category .hp_category_btn:hover {
  transform: translateX(-50%) scale(1.1);
}
@media (hover: none) {
  .homepage .hp_content .hp_categories .hp_category .hp_category_btn:hover {
    transform: translateX(-50%) scale(1.1);
  }
}
@media screen and (max-width: 1023px) {
  .homepage .hp_content .hp_categories .hp_category .hp_category_btn {
    font-size: 14px;
  }
}
.homepage .hp_content .hp_categories_btn {
  border: none;
  font-size: 20px;
  font-weight: 700;
  height: 50px;
  border-radius: 34px;
  padding: 0 10px;
  background: #ffd500;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .homepage .hp_content .hp_categories_btn {
    font-size: 16px;
    height: 30px;
  }
}
.homepage img {
  width: auto;
  height: 30px;
}
@media (max-width: 1300px) {
  .homepage img {
    height: 20px;
  }
}
@media (max-width: 768px) {
  .homepage img {
    height: 16px;
  }
}

.breadcrumbs {
  height: 42px;
  width: 100%;
  display: flex;
  align-items: center;
  background-color: #255747;
  color: #fff;
  padding: 0 20px;
}
.breadcrumbs .path {
  list-style-type: none;
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
}
.breadcrumbs .path span {
  position: relative;
  color: #fff;
  margin-right: 20px;
}
@media screen and (max-width: 1023px) {
  .breadcrumbs .path span {
    font-size: 12px;
  }
}
.breadcrumbs .path span a {
  color: #fff;
}
.breadcrumbs .path span:not(:first-child)::before {
  content: ">";
  position: absolute;
  display: block;
  left: -15px;
  top: 0;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a,
p {
  color: black;
  text-decoration: none;
}

html {
  height: 100%;
  width: 100%;
  font-family: "Casto Pro";
}

body {
  background-color: #255747;
}

button {
  cursor: pointer;
}

.text_color {
  color: #79BC72;
  font-weight: 700;
}

.break-inside-avoid {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}/*# sourceMappingURL=style.css.map */