@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
:root {
  --textColor: #333;
}
html {
  box-sizing: border-box;
  font-size: 62.5%;
  font-size-adjust: 100%;
  margin-right: 0 !important;
  -ms-overflow-style: scrollbar;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
html,
body {
  height: 100%;
}
body {
  color: var(--textColor);
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  line-height: 1.5;
  overflow-x: hidden;
}
::-moz-selection {
  background-color: var(--textColor);
  color: #fff;
}
::selection {
  background-color: var(--textColor);
  color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
address {
  margin: 0;
}
ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
img {
  width: 100%;
  height: auto;
}
.equal [class^="col"] {
  display: flex;
}
.alert {
  width: 100%;
  font-size: 1.4rem;
}
@media (min-width: 57px) {
  .alert {
    font-size: 1.5rem;
  }
}
.mainwrapper {
  height: 100%;
  background-color: #f1f1f1;
  padding: 2rem 0;
}
.logo {
  width: 15rem;
  margin: 0 auto 2rem auto;
}
@media (min-width: 576px) {
  .logo {
    width: 18rem;
  }
}
@media (min-width: 768px) {
  .logo {
    width: 20rem;
  }
}
@media (min-width: 768px) {
  .maincontent {
    width: 60rem;
    margin: 0 auto;
  }
}
.productbox {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}
.productbox figure {
  border-radius: 0.5rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.productbox figure img {
  transition: all 1.2s ease;
}
.productbox:hover figure img {
  transform: scale(1.1);
  filter: brightness(0.6);
  height: 100%;
  object-fit: cover;
}
.productbox .content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1rem 0;
  flex: 1;
}
.productbox .content h3 {
  font-size: 1.4rem;
  font-weight: 500;
  flex: 1;
}
@media (min-width: 576px) {
  .productbox .content h3 {
    font-size: 1.5rem;
  }
}
.productbox .content h3 a {
  color: var(--textColor);
}
.productbox:hover .content h3 a {
  color: var(--textColor);
}
.probox {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 2rem;
}
.probox figure {
  width: 10rem;
  height: 10rem;
  border-radius: 0.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media (min-width: 576px) {
  .probox figure {
    width: 12rem;
    height: 12rem;
  }
}
.probox figure img {
  height: 100%;
  object-fit: cover;
}
.probox .content {
  width: calc(100% - 10rem);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-left: 2rem;
  height: 100%;
}
@media (min-width: 576px) {
  .probox .content {
    width: calc(100% - 12rem);
  }
}
.probox .content h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.3rem;
}
@media (min-width: 576px) {
  .probox .content h3 {
    font-size: 1.6rem;
  }
}
.probox .content p {
  font-size: 1.3rem;
  opacity: 0.9;
  padding-right: 0.5rem;
}
@media (min-width: 576px) {
  .probox .content p {
    font-size: 1.4rem;
  }
}
.probox .content span {
  display: inline-block;
  margin-top: 0.3rem;
  font-size: 1.3rem;
  font-weight: 900;
}
@media (min-width: 576px) {
  .probox .content span {
    font-size: 1.5rem;
  }
}
.breads {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  column-gap: 2rem;
}
.breads li {
  font-size: 1.4rem;
  position: relative;
}
@media (min-width: 576px) {
  .breads li {
    font-size: 1.5rem;
  }
}
.breads li:not(:last-child)::after {
  content: "\F3C1";
  font-family: "remixicon";
  position: absolute;
  font-size: 0.3rem;
  right: -1.1rem;
  top: 0.89rem;
}
.breads li a {
  font-size: 1.4rem;
  color: var(--textColor);
}
@media (min-width: 576px) {
  .breads li a {
    font-size: 1.5rem;
  }
}
.breads li.active {
  font-weight: 700;
}
.loader {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loaderimage {
  width: 15rem;
  animation: zooms ease 1.2s infinite;
}
@media (min-width: 576px) {
  .loaderimage {
    width: 20rem;
  }
}
@keyframes zooms {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.bodyBackground {
  background-color: #f1f1f1;
}
.gtranslate_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 0.2rem;
  margin-bottom: 2rem;
}
.gtranslate_wrapper img {
  width: 2.5rem;
  margin: 0;
}
