.toilet {
    width: 100%;
    margin: 20px auto;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 10px;
}

.toilet_title {
    font-size: 1.5rem;
    background-color: #ffffff;
    color: #555;
}

.toilet_top {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.toilet_txt {
    margin: 20px 0;
    color: #555;
    font-size: 1.2rem;
    line-height: 1.6;
}

.toilet_category{
  margin: 20px 10px;
  font-size: 1.5rem;
  font-weight: bold;
  border-bottom: 1px solid #000000;
}

.block-no-code-cms--goodslist-item-image{
    height: 200px;
    object-fit: contain;
}

@media (max-width: 860px) {
    .toilet_title {
        font-size: 1rem;
    }

    .toilet_txt {
        font-size: 0.9rem;
    }

    .toilet_category{
        font-size: 1rem;
    }
}