* {
  box-sizing: border-box;
}

.desk {
  display: block;
}

.mob {
  display: none;
}





body {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  -webkit-text-size-adjust: 100%;

}

a:active,
a:visited,
a {
  color: #000;
  text-decoration: none;
}


a.link {
  color: #007FFF;
  text-decoration: underline;
}

img {
  max-width: 100%;
}

figure {
  margin: 0;
}

.hide-scroll{
  overflow: hidden;
}

/*Buttons*/

.btn {
  padding: 21px 42px;
  border-radius: 2px;
  text-align: center;
  border: 0;
  font-size: 16px;
  cursor: pointer;
  display: inline-block;
}

.btn.primary {
  background: #007FFF;
  text-align: center;
  color: #FFFFFF;
}


.btn.show-more {
  display: table;
  width: 240px;
  max-width: 100%;
  margin: auto;
  margin-bottom: 24px;
}

.btn.show-more.hide {
  display: none;
}

.btn-contact-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.container {
  padding: 20px 16px;

}


.body-element.icon-color1 .icon  { background-color:#EEEEEE}
.body-element.icon-color1 .icon svg path { color:#000 !important}

.body-element.icon-color2 .icon  { background-color:#FFFF00}
.body-element.icon-color2 .icon svg path { color:#000 !important}

.body-element.icon-color3 .icon  { background-color:#FFB800}
.body-element.icon-color3 .icon svg path { color:#000 !important}

.body-element.icon-color4 .icon { background-color:#FF0000}
.body-element.icon-color4 .icon svg path { color:#ffffff !important}

.body-element.icon-color5 .icon  { background-color:#0C9400}
.body-element.icon-color5 .icon svg path { color:#ffffff !important}

.body-element.icon-color6 .icon  { background-color:#000AFF}
.body-element.icon-color6 .icon svg path { color:#ffffff !important}

.body-element.icon-color7 .icon  { background-color:#9E00FF}
.body-element.icon-color7 .icon svg path { color:#ffffff !important}

.body-element.icon-color8 .icon  { background-color:#000000}
.body-element.icon-color8 .icon svg path { color:#ffffff !important}

.body-element.icon-color9 .icon  { background-color:#DDDDDD}
.body-element.icon-color9 .icon svg path { color:#000 !important}

.body-element.icon-color10 .icon  { background-color:#FFF3B7}
.body-element.icon-color10 .icon svg path { color:#000 !important}

.body-element.icon-color11 .icon  { background-color:#FFDB7F}
.body-element.icon-color11 .icon svg path { color:#000 !important}

.body-element.icon-color12 .icon  { background-color:#FFAEAE}
.body-element.icon-color12 .icon svg path { color:#000 !important}

.body-element.icon-color13 .icon  { background-color:#A0FF98}
.body-element.icon-color13 .icon svg path { color:#000 !important}

.body-element.icon-color14 .icon  { background-color:#ABD1FD}
.body-element.icon-color14 .icon svg path { color:#000 !important}

.body-element.icon-color15 .icon  { background-color:#D6ADFF}
.body-element.icon-color15 .icon svg path { color:#000 !important}

.body-element.icon-color16 .icon  { background-color:#808080}
.body-element.icon-color16 .icon svg path { color:#fff !important}

/*header*/
header {
  border-bottom: 1px solid #E0E0E0;
  position: sticky;
  top: 0;
  z-index: 1;
}

header .wrap {
  display: flex;
  justify-content: space-between;
}

header .actions {
  display: flex;
  align-items: center;
  
}



header .actions {
  display: flex;
  align-items: center;
 
}

header .container {
  padding: 8px 16px;
}


header .brand a {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;

}

header .brand a * {
  font-weight: 500;
}

header .brand .logo {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
}

header .brand .teenant {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
}

header .brand .logo img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.header-image {
  position: relative;
  margin-bottom: 44px;
}
.header-image figure{
  width: 100%;
  height: 304px;
  overflow: hidden;
}
.header-image figure img
{
  object-fit: cover;
    width: 100%;
    height: 100%;
}

.header-image .image-profile {
  width: 80px;
  height: 80px;
  position: absolute;
  overflow: hidden;
    border: 4px solid #FFF;
}


.header-image .image-profile.center {
  left: 50%;
  transform: translate(-50%, 45%);
  bottom: 0;
}

.header-image .image-profile.right {
  right: 24px;
  transform: translate(0, 45%);
  bottom: 0;
}

.header-image .image-profile.left {
  left: 24px;
  transform: translate(0, 45%);
  bottom: 0;
}


.header-image .image-profile img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.header-image .image-profile.box{
  border-radius: 8px;
  border-width: 4px;
    border-color: #fff;
}

.header-image .image-profile.circle{
  border-radius: 50%;
  border-width: 4px;
    border-color: #fff;
}

.content {
  flex: 1;
  position: relative;

}

.content .container {
  padding-bottom: 16px;
}


/*Products*/


.products {
  display: flex;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px;
}

.products .product {

  flex: 0 0 auto;
  width: 25%;
  max-width: 100%;
  padding-right: 8px;
  padding-left: 8px;
  margin-bottom: 32px;
}

.products .product .wrap figure{
  border-radius: 8px;


}


.products .product figure {
  position: relative;
  width: 100%;
  overflow: hidden;
  max-width: 100%;
  background-color: transparent;
}

.layout-1 .products .product figure{
  padding-top: 200%;
}

.layout-2 .products .product figure{
  padding-top: 133%;
}

.layout-3 .products .product figure{
  padding-top: 100%;
}

.layout-4 .products .product figure{
  padding-top: 50%;
}


.products .product figure img {
  position: absolute;
  top: 0;
  bottom: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}


.products .product figure:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.products .product .data {
  padding: 8px 0 16px 0;
}

.products .product .data .name {
  font-weight: 600;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  white-space: pre-wrap;
  text-overflow: ellipsis;
}

.products .product .data .price {
  font-weight: 300;
}

.not-found,
.no-products {
  font-size: 64px;
  /* margin: auto; */
  width: 100%;
  display: block;
  line-height: normal;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.not-found .title {
  font-size: 24px;
}

.not-found .code {
  font-size: 256px;
}


/*footer*/

footer {
  border-top: 1px solid #E0E0E0;
}

footer .container {
  display: flex;
  justify-content: space-between;
}

footer .copy {
  display: flex;
  align-items: center;
  gap: 8px;
}




footer .links {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}

footer .links a img {
  width: 48px;
}


/*Page product detail*/

.product-detail {
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  width: 1400px;
  margin: auto;
}



.product-detail .image {
  width: 50%;
}

.product-detail .title {
  font-weight: 400;
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 36px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  white-space: wrap;
  text-overflow: ellipsis;

}

.product-detail .price {
  margin-bottom: 32px;
  font-size: 24px;
  line-height: 36px;
  font-weight: 200;

}

.product-detail .contact {
  margin-bottom: 16px;
}

.product-detail .views {
  margin-bottom: 16px;
  font-weight: 200;
  display: flex;
  gap: 8px;
}

.product-detail .description {
  font-weight: 200;
}

.product-detail .image figure {
  margin: 0;
  
  text-align: center;
  position: relative;
  max-width: 100%;
  margin-left: auto;
  margin-right: 64px;
  cursor: pointer;

}

.product-detail .image figure img {
  margin-bottom: 20px;
}

.product-detail .image figure .place-holder{
  font-size: 12px;
  font-weight: 200;
}

.product-detail .info {
  width: 50%;
}


.product-detail .image-full {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  background-color: #fff;
  text-align: center;
  background: #fff;
  z-index: 5;
  bottom: 0;
}

.product-detail .image-full.show {
  display: block;
}


.product-detail .image-full .close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

.product-detail .image-full img {
  height: 100%;
}

.product-detail .place-holder {
  color: #909090;
}

.swiper.products .product {
  width: 100%;
}

.icon{
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color:#000
}

.swiper.products {
  padding-top: 60px;
  margin-top: -60px;
}

.swiper-button-next, .swiper-button-prev {
  top: 30px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #000
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 16px;
}

.swiper-button-prev {
  left: initial;
  right: 60px;
}


.sub-footer-right {
  display:flex;
  align-items: center;
  gap:32px;
}


@media only screen and (max-width: 1400px) {

  
  .products .product {
    width: 33.33%;
  }

  .product-detail {
    width: 100%;
    margin: auto;
    padding-left: 0;
    padding-right: 0;
  }


  .product-detail .image figure {
    width: 90%;
  }
}




@media only screen and (max-width: 992px) {

  .products .product {
    width: 33.33%;
  }

  .product-detail {
    width: 100%;
    margin: auto;
  }

}

@media only screen and (max-width: 768px) {

  .header-image figure {
    width: 100%;
    height: auto;
    overflow: hidden;
}

  header .brand {
    width: 100%;
}

  header .brand a {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    width: calc(100% - 10px);
}

header .brand a span {
  width: calc(100% - 80px);
  display: block;
  white-space: wrap;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 1.5;
  max-height: 3em;
}

  header .brand .logo {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
  }

  .related-products h4{
    width: 78%;
  }

  .desk {
    display: none;
  }

  .mob {
    display: block;
  }


  .products .product {
    width: 50%;
  }

  .sub-footer-right{
    flex-direction: column;
    gap: 8px;
    margin-top: 32px;
    margin-bottom: 32px;
  }
}

@media only screen and (max-width: 600px) {


  .not-found,
  .no-products {
    font-size: 36px;
    padding: 0 20px;
  }

  .not-found .code {
    font-size: 128px;
  }

  .products .product {
    width: 50%;
    margin-bottom: 20px;
  }

  .products .product .data .name {
    font-size: 12px;
  }

  .products .product .data .price {
    font-size: 12px;
  }

  .product-detail .info {
    width: 100%;
  }

  .product-detail .image {
    width: 100%;
  }

  .product-detail .description {

    margin-bottom: 32px;
    font-weight: 400;
  }

  .product-detail .image figure {
    margin: 0;
    width: 100%;
  }

  .product-detail .image-full {

    height: 100%;

  }

  .product-detail .image-full img {
    /* height: 100%; */
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .product-detail .contact.mob {
    text-align: center;
  }


  footer .container {
    display: block;
  }

  footer .links {
    justify-content: center;
    gap: 16px;
    padding-bottom: 16px;
  }

  footer .links img {
    width: 32px;
  }

  footer .copy {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-left: -16px;
    margin-right: -16px;
    padding: 4px 16px;
    margin-bottom: -20px;
  
    text-align: center;
  }


  .body-element footer .copy a {
    color: #fff;
    justify-content: center;
  }

}


/* Medium devices (landscape tablets, 768px and up) */


/* Large devices (laptops/desktops, 992px and up) */

/* Extra large devices (large laptops and desktops, 1200px and up) */