/* Layout */
.product_page .ec-shelfRole {
  padding: 0 15px 30px;
}

.ec-searchnavRole {
  padding: 0 15px;
  margin-bottom: 20px;
}

.ec-searchnavRole .ec-searchnavRole__infos {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  border: unset;
  font-size: 16px;
  color: #525263;
  -webkit-text-size-adjust: 100%;
}

.ec-searchnavRole .ec-searchnavRole__actions {
  width: 100%;
  text-align: right;
}

.ec-searchnavRole .ec-searchnavRole__counter {
  margin-bottom: 10px;
}

/* Select */
.ec-select {
  margin-bottom: 0;
}

.ec-searchnavRole__actions .ec-select {
  display: flex;
  gap: 15px;
  justify-content: flex-end;
  margin-bottom: 0;
}

.ec-searchnavRole__actions .ec-select select {
  width: fit-content !important;
  padding: 10px 35px 10px 15px !important;
  appearance: none;
  background-repeat: no-repeat;
  background-size: 15px auto;
  background-position: right 8px center;
}

/* Shelf Grid */
.product_page .ec-shelfGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 20px;
  margin: 0;
}

.product_page .ec-shelfGrid .ec-shelfGrid__item {
  width: 100%;
  margin-bottom: 0;
  padding: 0 !important;
}

.ec-shelfGrid__item-image {
  aspect-ratio: 1 / 1;
  border-radius: 5px;
}

.product_page .category-price {
  margin-bottom: 0;
}

/* Filters */
.product-filter-wrapper {
  padding: 0 15px;
  margin-bottom: 15px;
}

.product-filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: flex-end;
}

.product-filter-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width:100%;
  max-width: 400px;
}

.product-filter-label {
  font-size: 14px;
  color: #666;
  text-align: left;
}

.product-filter-group .ec-select select {
  min-width: 150px;
}

.product-sort-row .product-filter-group {
width: fit-content;
}

.product-tag-label {

  font-size: 14px;
  font-weight: 600;
  color: #555;
  padding: 0 15px;
  margin-bottom: 10px;
}

/* Sort Row */
.product-sort-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 5px;
}

/* Count（表記ゆれ対応） */
.search-result-coiunt,
.search-result-count {
  font-size: 16px;
}

/* Media Queries */
@media only screen and (min-width: 768px) {
  .ec-searchnavRole {
    margin: 0 auto 20px ;
    width: 100%;
    max-width: 1130px;
  }
}

@media screen and (max-width: 768px) {
  .product_page .ec-shelfGrid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 15px;
  }
}

@media (min-width: 431px) {
  .product-sort-row {
    justify-content: flex-end;
  }
}



/*---- Item 商品 -----*/
.front_page .category-text {
  margin-bottom: unset;
  line-height: 1;
  padding: 7px;
}

.category-text {
  width: fit-content;
  display: block;
}

.front_page .card-section img {
  border-radius: 10px;
}

.front_page .card-section .slick-slide {
  margin: 0 15px;
  background-color: unset;
}

.front_page .card-section .eyecatch-card-title {
  margin-bottom: 5px;
}

.front_page .card-section .category-price {
  display: block;
}

.category-price {
  color: #666;
  font-size: 18px;
}

.category-price span {
  font-size: 12px;
}
