.ghost {
    visibility: hidden;
}
.ibc-row-products {
    position: relative;
}
.ibc-row-products h1 {
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    padding: 24px 20px;
    margin: 0;
}
.ibc-row-products .col-1 {
    position: static;
    width: 100%;
}
.ibc-row-products .col-1 .image {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 0;
}
.ibc-row-products .col-1 .image img {
    width: 100%;
    height: auto;
}
.ibc-row-products .col-2 {
    padding: 24px;
}
.ibc-row-products .col-2 p {
    text-align: center;
    padding: 0;
    margin: 0;
}
.ibc-row-catalog {
    position: relative;
    width: 320px;
    margin: 32px auto 48px;
}
.ibc-row-catalog h4 {
    position: absolute;
    top: 0;
    margin: 0;
    left: 90px;
    color: #00359c;
    font-weight: bold;
}
.ibc-row-catalog .col-1 {
    width: 60px;
    margin: 0 10px 0 20px;
}
.ibc-row-catalog .col-1 .image {
    position: relative;
    text-align: right;
    line-height: 0;
}
.ibc-row-catalog .col-1 .image::before {
    content: "";
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    bottom: -24px;
    left: -20px;
    width: 20px;
    height: 20px;
    border: 2px solid #f92421;
    border-left: 0;
    border-bottom: 0;
}
.ibc-row-catalog .col-1 .image img {
    width: 100%;
    height: auto;
    max-height: 96px;
}
.ibc-row-catalog .col-2 {
    position: relative;
    top: 24px;
    width: 230px;
    background-color: #dadada;
}
.ibc-row-catalog .col-2 p {
    margin: 0;
    padding: 12px;
}
.ibc-row-addon {
    width: 280px;
    margin: 64px auto 32px;
}
.ibc-row-addon > .row {
    background-color: #4656af;
    padding: 24px 0;
}
.ibc-row-addon h3{
    width: 100%;
    text-align: center;
    margin: 0 0 24px 0;
    color: #fff;
}
.ibc-row-addon .col {
    width: 100%;
    padding: 8px 0;
}
.ibc-row-addon .col:first-of-type {
    padding-top: 0;
}
.ibc-row-addon .col:last-of-type {
    padding-bottom: 0;
}
.ibc-row-addon .col img {
    width: 60px;
    height: auto;
    margin: 0 40px;
}
.ibc-row-addon .col p {
    width: 140px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    margin: 0;
    padding: 0 24px 0 0;
    color: #fff;
    font-size: 0.8em;
}
.ibc-row-addon .col b {
    font-size: 1em;
}
.most-sold {
    width: 280px;
    margin: 0 auto 36px;
}
.swiper-slide {
    width: 280px;
    text-align: center;
}
.product {
    text-align: center;
}
.product img {
    width: 100%;
    height: auto;
}
.product .description {
    background-color: #4656af;
    color: #fff;
    margin: 16px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    font-weight: bold;
}
.product p {
    white-space: normal;
    margin: 0;
    padding: 8px 16px;
    font-size: 0.9em;
}
.product p b {
    font-size: 1em;
}
.product p span {
    display: block;
    font-size: 1em;
}
.show-hide {
    width: 280px;
    margin: 0 auto 36px;
    position: relative;
    border-bottom: 4px solid #dadada;
    padding: 0 0 20px;
}
.show-hide ul {
    margin: 0 40px;
    list-style: disc;
}
.show-hide ul li {
    width: 200px;
    white-space: nowrap;
    font-size: 0.7em;
    left: 20px;
}
.show-hide input[type=checkbox] {
    position: absolute;
    visibility: hidden;
}
.show-hide .less {
    display: none;
}
.show-hide label {
    text-transform: uppercase;
    position: absolute;
    right: 0;
    bottom: -10px;
    background-color: #fff;
    color: #666;
    padding: 0 4px;
    font-size: 0.8em;
}
.show-hide ul li:nth-child(n+13) {
    display: none;
}
.show-hide input[type=checkbox]:checked ~ label .less {
    display: inline-block;
}
.show-hide input[type=checkbox]:checked ~ label .more {
    display: none;
}
.show-hide input[type=checkbox]:checked ~ ul li:nth-child(n+11) {
    display: list-item;
}
.show-hide-header {
    margin-bottom: 24px;
    text-align: left;
}
.show-hide-header .title {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    height: 70px;
    padding: 16px 24px 0 0;
    margin: 0;
    position: relative;
    color: #00359c;
    text-align: right;
}
.show-hide-header .title::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    width: 40px;
    height: 100%;
    border: 4px solid #f92421;
    border-left: 0;
    border-bottom: 0;
}
.show-hide-header .banner {
    height: 120px;
    background-image: -webkit-linear-gradient(#fff 0, #fff 50px, #dadada 50px, #dadada 100%);
    background-image: -moz-linear-gradient(#fff 0, #fff 50px, #dadada 50px, #dadada 100%);
    background-image: -o-linear-gradient(#fff 0, #fff 50px, #dadada 50px, #dadada 100%);
    background-image: linear-gradient(#fff 0, #fff 50px, #dadada 50px, #dadada 100%);
    margin: 0 0 0 16px;
}
.show-hide-header .banner img {
    height: 100%;
    width: auto;
}
/*phablet*/
@media (min-width: 36em) {

}

/*tablet*/
@media (min-width: 48em) {
    .ibc-row-products {
        width: 768px;
        margin: auto;
        padding: 64px 0;
    }
    .ibc-row-products h1 {
        position: absolute;
        text-align: left;
        left: 400px;
        top: 64px;
        margin: 0;
        padding: 0;
    }
    .ibc-row-products .col-1 {
        width: 368px;
        margin-right: 32px;
        padding: 0;
        position: relative;
        z-index: 1;
    }
    .ibc-row-products .col-1 .image {
        line-height: 0;
        position: relative;
    }
    .ibc-row-products .col-2 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: content-box;
             box-sizing: content-box;
        width: 368px;
        padding: 0 0 0 238px;
        padding-left: 238px;
        margin-left: -238px;
        z-index: 0;
        position: relative;
        top: 60px;
    }
    .ibc-row-products .col-2 p {
        text-align: justify;
        padding: 32px 50px 32px 0;
    }
    .ibc-row-catalog {
        position: relative;
        width: 668px;
        margin: auto;
    }
    .ibc-row-catalog h4 {
        position: absolute;
        top: 0;
        margin: 0;
        left: 256px;
        color: #00359c;
        font-weight: bold;
    }
    .ibc-row-catalog .col-1 {
        width: 120px;
        margin: 0 24px 0 112px;
    }
    .ibc-row-catalog .col-1 .image {
        position: relative;
        text-align: right;
        line-height: 0;
    }
    .ibc-row-catalog .col-1 .image::before {
        content: "";
        position: absolute;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
             box-sizing: border-box;
        bottom: -32px;
        left: -32px;
        width: 32px;
        height: 32px;
        border: 2px solid #f92421;
        border-left: 0;
        border-bottom: 0;
    }
    .ibc-row-catalog .col-1 .image img {
        width: auto;
    }
    .ibc-row-catalog .col-2 {
        position: relative;
        top: 32px;
        width: 412px;
        background-color: #dadada;
    }
    .ibc-row-catalog .col-2 p {
        margin: 0;
        padding: 24px;
    }
    .ibc-row-addon {
        width: 664px;
        margin: 64px auto 32px;
    }
    .ibc-row-addon > .row {
        padding: 36px 0 48px;
    }
    .ibc-row-addon h3{
        margin: 0 0 36px 0;
    }
    .ibc-row-addon .col {
        width: 200px;
        margin-right: 32px;
        padding: 0;
    }
    .ibc-row-addon .col:last-child {
        margin-right: 0;
    }
    .ibc-row-addon .col img {
        margin: 0;
    }
    .ibc-row-addon .col p {
        width: 140px;
        padding: 0 0 0 20px;
        font-size: 0.9em;
    }
    .most-sold {
        width: 664px;
    }
    .swiper-slide {
        width: 200px;
    }
    .show-hide {
        width: 668px;
    }
    .show-hide ul {
        margin: 0 80px;
    }
    .show-hide ul li {
        margin: 0 0 0 32px;
        width: 206px;
    }
}

/*small-pc*/
@media (min-width: 64em) {
    .ibc-row-products {
        width: 924px;
    }
    .ibc-row-products h1 {
        left: 478px;
    }
    .ibc-row-products .col-1 {
        width: 446px;
    }
    .ibc-row-products .col-1 .image:after {
        content: "";
        position: absolute;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
             box-sizing: border-box;
        width: 150px;
        height: 90px;
        border: 3px solid #f92421;
        border-top: 0;
        border-right: 0;
        left: -24px;
        bottom: -24px;
    }
    .ibc-row-products .col-2 {
        width: 446px;
    }
    .ibc-row-products .col-2 p {
        padding: 32px 0;
    }
    .ibc-row-catalog {
        position: relative;
        width: 630px;
        margin: auto;
    }
    .ibc-row-catalog h4 {
        left: 234px;
    }
    .ibc-row-catalog .col-1 {
        width: 120px;
        margin: 0 24px 0 92px;
    }
    .ibc-row-catalog .col-2 {
        position: relative;
        top: 32px;
        width: 394px;
        background-color: #dadada;
    }
    .ibc-row-catalog .col-2 p {
        margin: 0;
        padding: 24px;
    }
    .ibc-row-addon {
        width: 924px;
    }
    .ibc-row-addon .col {
        margin: 0 54px;
    }
    .ibc-row-addon .col:last-child {
        margin-right: 54px;
    }
    .most-sold {
        width: 924px;
    }
    .swiper-slide {
        width: 207px;
    }
    .show-hide {
        width: 924px;
    }
    .show-hide ul {
        margin: 0;
    }
    .show-hide ul li {
        margin: 0 32px 0 0;
        width: 207px;
    }
    .show-hide ul li:nth-child(4n) {
        margin: 0;
    }
}

/*medium-pc*/
@media (min-width: 90em) {
    .ibc-row-products {
        width: 1164px;
    }
    .ibc-row-products h1 {
        left: 598px;
    }
    .ibc-row-products .col-1 {
        width: 566px;
    }
    .ibc-row-products .col-1 .image:after {
        left: -32px;
        bottom: -32px;
    }
    .ibc-row-products .col-2 {
        width: 566px;
        top: 70px;
    }
    .ibc-row-products .col-2 p {
        padding: 32px 32px 32px 0;
    }
    .ibc-row-addon {
        width: 897px;
    }
    .ibc-row-addon .col {
        width: 299px;
        margin: 0;
    }
    .ibc-row-addon .col:last-child {
        margin-right: 0;
    }
    .ibc-row-addon .col img {
        width: 85px;
        margin: 0 24px;
    }
    .ibc-row-addon .col p {
        width: 134px;
        font-size: 1em;
        padding: 0;
    }
    .most-sold {
        width: 1164px;
    }
    .swiper-slide {
        width: 267px;
    }
    .show-hide {
        width: 1164px;
    }
    .show-hide ul li {
        width: 267px;
    }
}

/*large-pc*/
@media (min-width: 102em) {
    .ibc-row-products .col-2 {
        top: 70px;
    }
    .ibc-row-catalog .col-2 {
        width: 494px;
        margin-right: -100px;
    }
    .product p {
        font-size: 1em;
    }
}
