/*#region .home-slides  */
.home-slides ul.swiper-wrapper{
  padding: 0;
  margin: 0;
}

.home-slides ul.swiper-wrapper li{
  background-color: rgb(46, 46, 46);
  background-image: linear-gradient(rgb(224, 21, 40), rgba(224, 21, 40, 0.1));
  color: #fff;
  height: 320px;
}

.home-slides ul.swiper-wrapper li{
  display:grid;
  grid-template-columns:30% 30%;
  justify-content: center;  
}

.home-slides ul.swiper-wrapper li > div.images{
  position: relative;
  height: 85%;
}

.home-slides ul.swiper-wrapper li > div.images > img.bg {
  position: absolute;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.home-slides ul.swiper-wrapper li > div.images > img.image {
  position: absolute;
  height: 55%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  border-radius: 50px 20px 50px 20px;
}

.home-slides ul.swiper-wrapper li > div.info {
  display: grid;
  align-content: center;
  grid-template-rows: max-content max-content 50px max-content;
  gap:10px;
  position: relative;
  padding: 10px;
  margin:10px;
  height: 85%;
}

.home-slides ul.swiper-wrapper li > div.info::after {
  position: absolute;
  content: "";
  width: 50%;
  height: 40%;
  border: solid 2px #fff;
  border-width: 2px 2px 0 0 ;
}

.home-slides ul.swiper-wrapper li > div.info::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 40%;
  border: solid 2px #fff;
  border-width: 0 0 2px 2px;
  left: 0px;
  bottom: 0px;
}


.home-slides ul.swiper-wrapper li > div.info > p {
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.home-slides ul.swiper-wrapper li > div.info > h2 {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: bold;
}

.home-slides ul.swiper-wrapper li > div.info > a {
  padding: 0;
  margin: 0;
  justify-self: end;
  background-color: #fff ;
  color: #000 !important;
  padding: 5px 10px;
  border-radius: 8px;
  box-shadow: rgba(0,0,0,.5) 1px 1px 3px;
  cursor: pointer;
  z-index:99;
}

.home-slides ul.swiper-wrapper li > div.info > a:hover {
  transform:scale(1.05)
}

/*#endregion */

/*#region div.product-categories */

div.product-categories {
  width:60%;
  margin: -36px auto 0 auto;
  background-color: #fff;
  z-index: 99;
  display: block;
  border:solid 1px #00000055;
  box-shadow: #00000011 1px 1px 24px;
  border-radius: 20%;
  padding: 25px;
  position: relative;
}

div.product-categories > h2 {
  text-align: center;
  font-size: 18px;
  padding: 20px 0;
  font-weight: bold;
}

div.product-categories > ul {
  list-style-type: none;
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap : 15px;
  margin: 0;
  padding: 25px;
}

div.product-categories > ul > li > a{
  display: block;
  text-align: center;
  display: grid;
  justify-items: center;
  gap: 10px;
}

div.product-categories > ul > li > a > img {
  height: 60px;
}

div.product-categories > ul > li > a > h2 {
  font-size: 13px;
}


/*#endregion */

/*#region .products-swipper */
.products-swipper{
  margin: 0 10%;  
}

.products-swipper div.head {
  display: grid;
  justify-content: center;
  margin-top:50px;
}

.products-swipper div.head > h2 {
  font-size: 24px;
  font-weight: bold;
}

.products-swipper div.head > h2 > span {
  color: #e64352;
}


.products-swipper li {
  display: grid;
  justify-items: center;
  align-items: center;
  align-content: center;
  gap:10px;
  box-shadow: #88888855 1px 1px 5px;
  height: 350px;
  border-radius: 8px;
}

.products-swipper li > img {
  box-shadow: #88888855 1px 1px 5px;
  width: 70%;
  border-radius: 8px;
}

.products-swipper li > h2 {
  font-size: 14px;
  padding: 10px;
  text-align: center;
}

.products-swipper li > a {
  font-size: 14px;
  color: #e64352;
  border: solid 1px #88888855;
  border-radius: 20px;
  padding: 5px 20px
}
/*#endregion */

/*#region .sale-by-price */
.sale-by-price {
  background-color: #f3f4f6;
  padding: 25px 10%;
}

.sale-by-price div.head {
  display: grid;
  justify-content: center;
  justify-items: center;
}

.sale-by-price div.head > h2 {
  font-size: 24px;
  font-weight: bold;
  padding: 0;
}

.sale-by-price div.head > h2 > span {
  color: #e64352;
}

.sale-by-price ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;  
}

.sale-by-price ul > li {
  height: 250px;
  border: solid 1px #88888855;
  border-radius: 8px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}

.sale-by-price ul > li > a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px;
  background-color: rgba(0,0,0,.5);
}

.sale-by-price ul > li > a > h2{
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

.sale-by-price ul > li > a > p{
  color: #fff;
  font-size: 14px;
}

/*#endregion */

/*#region .home-about */
.home-about {
  padding: 80px 10%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px;
}

.home-about > aside{
  display: grid;
  align-content: start;
  gap: 15px;
}

.home-about > aside > h2{
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 0;
  padding-top:  10px;
}

.home-about > aside > p{
  text-align: justify;
  line-height: 200%;
}

.home-about > aside > a{
  justify-self: left;
  color: rgb(224, 21, 40);
  margin: 0 10px;
  padding: 5px 24px;
  border: solid 1px #88888833;
  border-radius: 15px;
}

.home-about > aside > a:hover{
  background-color: rgba(224, 21, 40, 0.2);
}

.home-about > section{
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: 200px 200px;
  gap: 15px;
}

.home-about > section > img{
  width: 100%;
  height:100%;
  object-fit: cover; 
  transition: all ease-in .3s .1s;
}

.home-about > section > img:hover{
  transform: scale(1.04);
}

.home-about > section > img:first-child{
  grid-column: 1 / span 2;
}


/*#endregion */

/*#region .iron-sale-profit */
.iron-sale-profit {
  background-image: url(/images/bg.webp) ;
  padding: 50px 10%;
  display: grid;
  position:relative;
}

.iron-sale-profit::after {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0,0,0,0.4);
}

.iron-sale-profit > div.head {
  color: #fff;
  display: grid;
  justify-items: center;
  margin: 0 25%;
  z-index: 9;
}

.iron-sale-profit > div.head > h2 {
  font-size: 20px;
  font-weight: bold;
}

.iron-sale-profit > div.head > p {
  text-align: justify;
}

.iron-sale-profit > div.head > a {
  color: #fff;
  margin: 0 10px;
  padding: 5px 24px;
  border: solid 1px #fff;
  border-radius: 15px;
}

.iron-sale-profit > div.head > a:hover{
  background-color: rgba(224, 21, 40, 0.4);
}

.iron-sale-profit > ul{
  padding: 0;
  margin: 25px 0 0 0;
  display: grid;
  list-style-type: none;
  grid-template-columns: repeat(4, 1fr);
  gap:40px;
  z-index: 9;
}

.iron-sale-profit > ul > li{
  height: 200px;
  background-color: #fff;
  display: grid;
  gap: 25px;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.iron-sale-profit > ul > li > i{
  font-size: 36px;
  color: #e01528;
  text-align: center;
}

.iron-sale-profit > ul > li > strong{
  font-size: 36px;
  color: #e01528;
  direction:ltr;
}

.iron-sale-profit > ul > li > span{
  font-size: 16px;
}



/*#endregion */

/*#region responsive */

/* Monitor */
@media (min-width: 768px) and (max-width: 992px) {
}

/* Tablet */
@media (min-width: 576px) and (max-width: 768px) {

}

/* Phone */
@media (max-width: 576px) {
  .home-slides ul.swiper-wrapper li{
    grid-template-columns:max-content;
    grid-template-rows: 4fr 2fr;
    height: 400px;
    padding-bottom: 50px;
  }

  .home-slides ul.swiper-wrapper li > div.images {
    height: auto;
  }

  .home-slides ul.swiper-wrapper li > div.info {
    grid-template-rows: max-content max-content 0px max-content;
    gap: 10px;
    height: auto;
  }

  div.product-categories {
    width: 98%;
  }

  div.product-categories > ul {
    grid-template-columns: repeat(2, auto);
  }

  .products-swipper ul{
    padding: 0;
    margin: 0;
  }

  .products-swipper li {
    display: grid;
    height: auto;
    padding: 20px 0;
  }

  .products-swipper li > img {
    width: 60%;
  }

  .products-swipper {
    margin: 0 1%;
  }

  .products-swipper div.head > h2 {
    font-size: 18px;
    text-align: center;
  }

  .sale-by-price div.head > h2 {
    font-size: 18px;
  }

  .sale-by-price {
    padding: 25px 1%;
  }

  .sale-by-price ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }

  .home-about {
    padding: 20px 1%;
    grid-template-columns: max-content;
    gap: 15px;
  }

  .home-about > section {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: max-content;
    gap: 15px;
  }

  .home-about > section > img:first-child {
    grid-column: 1 / 1;
  }

  .home-about > aside  {
    width:calc(100vw - 10px);
    grid-template-columns:1fr;
  }

  .home-about > aside > a {
    justify-self: center;
  }

  .home-about > section > img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .iron-sale-profit {
    padding: 20px 1%;
  }

  .iron-sale-profit > div.head {
    margin: 0 5%;
  }

  .iron-sale-profit > div.head > h2 {
    font-size: 18px;
  }

  .iron-sale-profit > ul {
    padding: 0 20%;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  } 

}

/*#endregion */
