.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;
}
.breadcrumbs .path span a {
  color: #fff;
}
.breadcrumbs .path span:not(:first-child)::before {
  content: ">";
  position: absolute;
  display: block;
  left: -15px;
  top: 0;
}

@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;
}

.category {
  height: calc(100dvh - 65px - 42px);
  width: 100%;
  overflow-y: auto;
  background-color: #255747;
  font-family: "Casto Pro";
}
.category.nos-solutions-jardin {
  display: flex;
  align-items: center;
}
.category .category_wrapper {
  max-width: 1920px;
  padding: 0 20px;
  margin: 0 auto;
  height: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
}
.category .category_wrapper h1,
.category .category_wrapper h2 {
  color: #fff;
}
.category .category_wrapper.nos-solutions-jardin {
  height: unset;
  flex-wrap: wrap;
  margin: -15px auto;
  width: 100%;
  padding: 0;
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  .category .category_wrapper.nos-solutions-jardin {
    padding: 0;
    overflow-x: hidden;
    margin: -6px auto;
    height: inherit;
    justify-content: start;
  }
}
@media (orientation: landscape) and (max-width: 1023px) {
  .category .category_wrapper.nos-solutions-jardin {
    height: 100%;
  }
}
@media (max-width: 1023px) {
  .category .category_wrapper.nos-solutions-jardin .cards_list_container {
    flex-direction: column;
  }
}
.category .category_wrapper.nos-solutions-jardin > div > .cards_list_container > .category_nsj {
  padding: 15px;
  position: relative;
  height: 40dvh;
  transition: transform 0.2s;
  display: block;
}
.category .category_wrapper.nos-solutions-jardin > div > .cards_list_container > .category_nsj:hover {
  transform: scale(1.1);
  z-index: 1;
}
@media (hover: none) {
  .category .category_wrapper.nos-solutions-jardin > div > .cards_list_container > .category_nsj:hover {
    transform: scale(1);
  }
}
@media (orientation: portrait) and (max-width: 1024px) {
  .category .category_wrapper.nos-solutions-jardin > div > .cards_list_container > .category_nsj {
    height: 28dvh;
    flex-grow: 1;
    padding: 6px;
  }
}
@media screen and (max-width: 1023px) {
  .category .category_wrapper.nos-solutions-jardin > div > .cards_list_container > .category_nsj {
    height: 30dvh;
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .category .category_wrapper.nos-solutions-jardin > div > .cards_list_container > .category_nsj {
    height: 25dvh;
  }
}
@media (orientation: landscape) and (max-width: 1023px) {
  .category .category_wrapper.nos-solutions-jardin > div > .cards_list_container > .category_nsj {
    height: 100%;
  }
}
.category .category_wrapper.nos-solutions-jardin > div > .cards_list_container > .category_nsj .text_container {
  position: absolute;
  bottom: 20px;
  left: 30px;
  display: flex;
  gap: 5px;
  height: -moz-fit-content;
  height: fit-content;
  align-items: start;
}
@media screen and (max-width: 1023px) {
  .category .category_wrapper.nos-solutions-jardin > div > .cards_list_container > .category_nsj .text_container {
    bottom: 10px;
    left: 20px;
  }
}
.category .category_wrapper.nos-solutions-jardin > div > .cards_list_container > .category_nsj .text_container.top_right {
  top: 20px;
  right: 20px;
  left: unset;
}
@media screen and (max-width: 1023px) {
  .category .category_wrapper.nos-solutions-jardin > div > .cards_list_container > .category_nsj .text_container.top_right {
    top: 10px;
    right: 10px;
  }
}
.category .category_wrapper.nos-solutions-jardin > div > .cards_list_container > .category_nsj .text_container.top_left {
  top: 20px;
}
@media screen and (max-width: 1023px) {
  .category .category_wrapper.nos-solutions-jardin > div > .cards_list_container > .category_nsj .text_container.top_left {
    top: 10px;
  }
}
.category .category_wrapper.nos-solutions-jardin > div > .cards_list_container > .category_nsj .text_container .text {
  text-decoration: underline;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
}
@media screen and (max-width: 1511px) {
  .category .category_wrapper.nos-solutions-jardin > div > .cards_list_container > .category_nsj .text_container .text {
    font-size: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .category .category_wrapper.nos-solutions-jardin > div > .cards_list_container > .category_nsj .text_container .text {
    font-size: 12px;
  }
}
.category .category_wrapper.nos-solutions-jardin > div > .cards_list_container > .category_nsj .text_container .icon_cursor {
  width: 35px;
  padding-top: 2px;
}
@media screen and (max-width: 1023px) {
  .category .category_wrapper.nos-solutions-jardin > div > .cards_list_container > .category_nsj .text_container .icon_cursor {
    width: 20px;
  }
}
.category .category_wrapper.nos-solutions-jardin > div > .cards_list_container > .category_nsj .card_image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.category .category_wrapper .category_title {
  position: relative;
  width: 100%;
  height: 48px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  .category .category_wrapper .category_title {
    display: block;
    height: unset;
  }
}
.category .category_wrapper .category_title h1 {
  position: absolute;
  left: 0;
}
@media screen and (max-width: 1023px) {
  .category .category_wrapper .category_title h1 {
    position: relative;
  }
}
@media screen and (max-width: 1023px) {
  .category .category_wrapper .category_title h2 {
    text-align: center;
  }
}
.category .category_wrapper .category_container {
  display: flex;
  flex-wrap: wrap;
  height: inherit;
}
@media screen and (max-width: 1023px) {
  .category .category_wrapper .category_container {
    margin: -6px;
    height: initial;
  }
}
.category .category_wrapper .category_container.nos-solutions-jardin > div {
  padding: 6px;
}
@media screen and (max-width: 1023px) {
  .category .category_wrapper .category_container.nos-solutions-jardin > div {
    height: 28dvh;
    flex-grow: 1;
  }
}
.category .category_wrapper .category_container img {
  width: 100%;
  height: 100%;
}

* {
  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 */