@charset "utf-8";

.c-block-search-form {
  display: flex;
  align-items: center;
  width: 100%;
}

.c-block-search-form input {
  flex: 1;
  display: inline-block;
  height: 100%;
  border-radius: 0;
  outline-offset: unset;
  border: solid 2px #1e52a6;
  min-height: 3em;
  padding: 0 0.5em;
}

.c-block-search-form button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: solid 1px #1e52a6;
  background-color: #1e52a6;
  border-radius: 0;
  min-height: 3em;
  width: 50px;
}

.c-block-search-form input:focus {
  outline: unset;
}

.c-block-search-form button svg {
  fill: #fff;
}


/*  Slider
====================================*/
.wrapper .__inner .__content-home-top img {
  width: 100%;
}

.wrapper .__inner .__content-home-top .hero {
  width: 100%;
}




/*  Main
====================================*/
.main--home .__more {
  text-align: center;

}

.main--home .__more a {
  display: inline-block;
  color: #333;
  border: solid 1px currentColor;
  padding: 10px 3em;
  line-height: 1;
  border-radius: 50px;
}

.p-product-block ul.__product li.__item a .__photo.__is-noimage {
  display: none;
}

.p-product-block ul.__product li.__item a .__title {
  text-align: center;
}

/*  Ranking
====================================*/
.__block--pro-ranking .p-product-block ul.__product {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
}

.__block--pro-ranking .p-product-block ul.__product > li.__item {
  width: 100%;
}

@media screen and (max-width:768px) {
  .__block--pro-ranking .p-product-block ul.__product {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  }
}