/* Generic imports */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

* {
  box-sizing: border-box;
  outline: none;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

/* Main Colors */
/* Transition */
/* Fonts */
.body-clp {
  width: 100%;
  height: auto;
  min-height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-family: SanaSans Alt Regular, sans-serif;
  position: relative;
  overflow-x: hidden;
  scroll-behavior: smooth;
  z-index: 0;
  line-height: 1;
}

.cta {
  min-width: 120px;
  max-width: 240px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
  user-select: none;
}
.cta a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.cta a p {
  text-align: center;
  font-family: SanaSans Alt Black, sans-serif;
}
.cta p {
  text-align: center;
  font-family: SanaSans Alt Black, sans-serif;
}
.cta:hover {
  transition: 0.34s all;
}

.primary {
  background: #d6180b;
}
.primary p {
  color: white;
  font-size: 14px;
  font-family: SanaSans Alt Black, sans-serif;
}
.primary:hover {
  background: #ff3427;
}

.secondary {
  border: 1px solid #cfd8dc;
}
.secondary p {
  color: white;
  font-size: 14px;
  font-family: SanaSans Alt Black, sans-serif;
}
.secondary:hover {
  border: 1px solid #7d8d94;
  background-color: #fff;
}
.secondary:hover p {
  color: #2b3336;
}

.tertiary {
  border: 1px solid #CFD8DC;
  background-color: white;
}
.tertiary p {
  color: #2B3336;
  font-size: 16px;
  font-family: SanaSans Alt Black, sans-serif;
}
.tertiary:hover {
  border: 1px solid #738188;
}
.tertiary:hover p {
  color: #212529;
}

.simple {
  min-width: auto;
  max-width: unset;
  height: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 0;
}
.simple a {
  padding: 0;
}
.simple a p {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}
.simple a p:after {
  content: ">";
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: SanaSans Alt Regular, sans-serif;
  font-size: 14px;
  margin-left: 10px;
  transition: 0.34s all;
}
.simple:hover a p:after {
  margin-left: 15px;
  transition: 0.34s all;
}

.tab-btn {
  width: 100%;
  min-width: max-content;
  max-width: max-content;
  padding: 13px 20px 11px 20px;
  background-color: white;
  border-radius: 20px;
  border: 1px solid #CFD8DC;
  cursor: pointer;
  margin: 0 10px 0 0 !important;
  user-select: none;
  display: flex !important;
}
.tab-btn p {
  font-family: SanaSans Alt Black, sans-serif;
  color: #2B3336;
  font-size: 14px;
}
.tab-btn:last-child {
  margin-right: 0;
}
.tab-btn:hover {
  border: 1px solid #738188;
}
.tab-btn:active {
  background-color: #CFD8DC;
  border: 1px solid #738188;
}

.tab-btn.active-tab {
  background-color: #CFD8DC;
  border: 1px solid #738188;
}

.tag-btn {
  width: max-content;
  min-width: fit-content;
  max-width: max-content;
  margin: 0 10px 0 0 !important;
  user-select: none;
}
.tag-btn a {
  width: 100%;
  height: 100%;
  display: flex;
  padding: 13px 20px 11px 20px;
  border-radius: 20px;
  background-color: white;
  border: 1px solid #CFD8DC;
  text-decoration: none;
}
.tag-btn a p {
  font-family: SanaSans Alt Black, sans-serif;
  color: #2B3336;
  font-size: 14px;
}
.tag-btn a:hover {
  border: 1px solid #738188;
}
.tag-btn:last-child {
  margin-right: 0;
}

.link-button a {
  text-decoration: underline;
}
.link-button a p {
  font-size: 16px;
  color: #2B3336;
}

.slick-list {
  max-width: 100%;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 !important;
}
.slick-list .slick-slider {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.slick-list .slick-track {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.slick-list .slick-track .slick-slide {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

/* Slick Dots */
.slick-dots {
  width: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: -20px;
  left: 0;
  cursor: pointer;
}
.slick-dots li {
  margin: 0 5px;
  width: 8px;
  height: 8px;
  border-radius: 5px;
  background-color: grey;
}
.slick-dots li button {
  display: none;
}
.slick-dots .slick-active {
  background-color: #000;
}

/* Slick Arrows */
.slick-arrow {
  width: 40px;
  height: 40px;
  z-index: 1;
  cursor: pointer;
  position: absolute;
  background: #2b3336;
  border-radius: 50%;
  display: none !important;
  align-items: center;
  justify-content: center;
  opacity: 0.7;
}
.slick-arrow svg {
  margin-right: 2px;
}
.slick-arrow:before {
  font-size: 24px;
}
.slick-arrow:hover {
  opacity: 1;
  transition: all 0.5s ease-in-out;
}

.slick-prev {
  left: 15px;
  bottom: 50%;
  transform: translateY(50%);
}

.slick-next {
  right: 15px;
  bottom: 50%;
  transform: rotate(180deg) translateY(-50%);
}

/* Modules imports */
.body-plp {
  width: 100%;
  height: auto;
  min-height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-family: SanaSans Alt Regular, sans-serif;
  overflow-x: hidden;
  scroll-behavior: smooth;
  z-index: 0;
  line-height: 1;
}

.section-plp {
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .section-plp {
    margin-bottom: 15px;
  }
  .section-plp:last-child {
    margin-bottom: 0;
  }
}
.plp-categories-list {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  margin-bottom: 5px;
}
.plp-categories-list .categories-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.plp-categories-list .categories-wrapper .category-card {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 4px;
  user-select: none;
}
.plp-categories-list .categories-wrapper .category-card a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  position: relative;
}
.plp-categories-list .categories-wrapper .category-card a .card-image-wrapper {
  width: 100%;
  display: flex;
}
.plp-categories-list .categories-wrapper .category-card a .card-image-wrapper .image-container {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
}
.plp-categories-list .categories-wrapper .category-card a .card-image-wrapper .image-container img {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.plp-categories-list .categories-wrapper .category-card a .card-name {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.plp-categories-list .categories-wrapper .category-card a .card-name .name-container {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 12px;
  background-color: white;
}
.plp-categories-list .categories-wrapper .category-card a .card-name .name-container p {
  text-align: left;
  font-family: SanaSans Alt Black, sans-serif;
}
.plp-categories-list .categories-wrapper .category-card a:hover .card-image-wrapper .image-container:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000000;
  opacity: 0.3;
  transition: all 0.5s ease-in-out;
}
.plp-categories-list .categories-wrapper .category-card:last-child {
  margin-right: 0;
}

@media (max-width: 768px) {
  .plp-categories-list .categories-wrapper {
    flex-wrap: wrap;
  }
  .plp-categories-list .categories-wrapper .category-card {
    width: calc(50% - 4px);
    margin-right: 4px;
    margin-bottom: 4px;
  }
  .plp-categories-list .categories-wrapper .category-card:nth-child(even) {
    margin-right: 0px;
  }
}
@media (max-width: 1050px) {
  .plp-categories-list .categories-wrapper {
    flex-wrap: wrap;
  }
  .plp-categories-list .categories-wrapper .category-card {
    width: calc(33% - 4px);
    margin-right: 4px;
    margin-bottom: 4px;
  }
}
@media (max-width: 768px) {
  .plp-categories-list .categories-wrapper {
    flex-wrap: wrap;
  }
  .plp-categories-list .categories-wrapper .category-card {
    width: calc(50% - 4px);
    margin-right: 4px;
    margin-bottom: 4px;
  }
  .plp-categories-list .categories-wrapper .category-card:nth-child(even) {
    margin-right: 0px;
  }
}/*# sourceMappingURL=main.css.map */