/*!*********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./blocks/product-others/style.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************/
.product-others {
  padding-left: max(12.8rem, (100vw - 144rem) / 2 + 12.8rem);
  padding-right: max(12.8rem, (100vw - 144rem) / 2 + 12.8rem);
  text-align: center;
  position: relative;
  margin-bottom: 12.8rem;
}
.product-others h2 {
  margin-bottom: 3.2rem;
}
.product-others .product-container {
  display: flex;
  overflow: hidden;
}
.product-others .product-container .product {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: calc((100% - 6.4rem) / 3 - 1px);
  flex-shrink: 0;
}
.product-others .product-container .product .image-container {
  width: 100%;
  height: 36.3rem;
  padding: 1rem;
  border: 2px solid #EFF2F5;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2.9rem;
}
.product-others .product-container .product .image-container img {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}
.product-others .product-container .product > p {
  text-align: left;
}
.product-others .product-container .product > p:nth-of-type(2) {
  font-size: 1.8rem;
  font-weight: 600;
  margin-top: 2rem;
  margin-bottom: 1.8rem;
}
.product-others .product-container .product button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1rem 4.3rem;
}
.product-others .product-container .product button.no-stock {
  color: #979B9B;
  border-color: #979B9B;
}
.product-others .product-container .product button.no-stock:hover {
  background-color: white;
}
.product-others .product-container .product button.no-stock:focus {
  background-color: white;
}
.product-others .product-container .product:not(:first-of-type) {
  margin-left: 3.2rem;
}
.product-others .product-container .product:hover p.r18 {
  color: #EB6109;
}
.product-others .product-container .arrow-left {
  position: absolute;
  left: max(5.1rem, (100vw - 144rem) / 2 + 5.1rem);
  top: 26.8rem;
}
.product-others .product-container .arrow-left.hidden {
  fill: #E0E1E1;
}
.product-others .product-container .arrow-left:hover {
  cursor: pointer;
}
.product-others .product-container .arrow-right {
  position: absolute;
  right: max(5.1rem, (100vw - 144rem) / 2 + 5.1rem);
  top: 26.8rem;
}
.product-others .product-container .arrow-right.hidden {
  fill: #E0E1E1;
}
.product-others .product-container .arrow-right:hover {
  cursor: pointer;
}

@media only screen and (max-width: 900px) {
  .product-others {
    margin: 6.4rem 0;
    padding-left: 6.4rem;
    padding-right: 6.4rem;
  }
  .product-others h2.r40 {
    font-size: 2.4rem;
  }
  .product-others .product-container .product {
    width: 100%;
    flex-shrink: 0;
  }
  .product-others .product-container .product .image-container {
    width: 100%;
    height: 30rem;
  }
  .product-others .product-container .arrow-left {
    left: max(2.4rem, (100vw - 144rem) / 2 + 2.4rem);
    top: 22rem;
  }
  .product-others .product-container .arrow-right {
    right: max(2.4rem, (100vw - 144rem) / 2 + 2.4rem);
    top: 22rem;
  }
}

/*# sourceMappingURL=style-product-others.css.map*/