.products-list.type1 {
    margin: 0 -7px;
}
.products-list.type1 .item {
    width: 25%;
    padding: 0 7px;
}
.products-list.type1 .item:nth-child(4n+1) {
    clear: left;
}
.products-list .box {
    margin: 0 auto 50px;
    position: relative;
    padding: 0;
}
.products-list .box .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
}
.products-list .box .pic{
    margin: 0 auto;
    position: relative;
}
.products-list .box .pic:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4) 50%,rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 50%,rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#fff',GradientType=1);
    top: 0;
    z-index: 10;
    transition: all 0.5s ease;
    mix-blend-mode: multiply;
    opacity: 1;
}
.products-list .box:hover .pic::after{
    opacity: 0;
}
.products-list .box.new .pic:before,
.gallery.new .pic:before,
.gallery .stage .pic.new:before {
    content: '';
    background: url(../../images/common/products/news.svg);
    width: 70px;
    height: 31px;
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 1;
}
.products-list .box img {
    width: 100%;
}
.gallery.new .pic:before{
    right: 20px;
    top: 20px;
}
.products-list li .txt {
    padding: 15px 20px 50px 45px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    pointer-events: none;
    margin-top: -90px;
    text-align: center;
    position: relative;
    z-index: 12;
    opacity: 1;
    transition: all 0.5s ease;
}
.products-list li .box:hover .txt {
    opacity: 0;
}
.products-list .name {
    position: relative;
    color: #fff;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 25px;
    letter-spacing: 0.8px;
    font-weight: 500;
}
.products-list li .txt::before{
    content: '';
    position: absolute;
    width: 4px;
    height: 18px;
    top: 19px;
    left: 35px;
    background: rgba(255, 255, 255, 0.8);
}
.products-list .btn-group {
    text-align: right;
    padding-bottom: 5px;
    position: relative;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: -37px;
    left: 0;
}
.products-list .btn-group .btn {
    display: inline-block;
    color: rgba(255,255,255,0.7);
    font-size: 13px;
    margin-left: 6px;
    pointer-events: visible;
}
.products-list .btn-group .btn.wish:before,.pd-intro .btn.wish:before {
    content: "\e90a";
    font-family: 'icon-font-27' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #A08A75;
    font-size: 14px;
    display: block;
    margin: 0 auto 8px;
    width: 15px;
    padding: 4px;
    background: #fff;
    border: 1px solid #A08A75;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.products-list .btn-group .btn.delete:before{
    content: "\e90b";
    font-family: 'icon-font-27' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #A08A75;
    font-size: 14px;
    display: block;
    margin: 0 auto 8px;
    width: 15px;
    padding: 4px;
    background: #fff;
    border: 1px solid #A08A75;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.products-list .btn-group .btn:hover:before {
    background: #A08A75;
    color: #fff;
}
.products-list .btn-group .btn.delete {
    color: #fff;
}
.products-list .btn-group .btn.detail:hover {
    color: #33E2F6;
}
.products-list .btn-group .btn.wish:hover,.products-list .btn-group .btn.delete:hover {
    color: #9F8A74;
}
.products-list .btn-group .btn .ic {
    vertical-align: text-bottom;
    font-size: 20px;
    margin: 0 3px -1px 0;
}
.products-list .btn-group .btn.delete .icon {
    background-image: url('../../images/common/member/list_delete.svg');
    width: 20px;
    height: 20px;
    vertical-align: text-bottom;
    margin: 0 4px -1px 0;
}
.no-svg .products-list .btn-group .btn.delete .icon {
    background-image: url('../../images/common/member/list_delete.png');
}
.products-list .btn-group .btn.delete:hover .icon {
    background-position: 0 100%;
}
.pd-info-divider2 {
    border: 0;
    border-top: 2px solid #D6D6D6;
    position: relative;
}
.pd-info-divider2:after {
    content: '';
    width: 130px;
    border-top: 2px solid #555;
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -65px;
}
.pd-intro .pd-crumbs{
    background: #555555;
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    padding: 7px;
    position: relative;
    letter-spacing: 2px;
}
.pd-intro .pd-crumbs:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7.5px 0 7.5px;
    border-color: #555555 transparent transparent transparent;
    position: absolute;
    bottom: -7px;
    left: 50%;
    margin-left: -7px;
}
.pd-intro .pd-name {
    color: #333;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.2;
    padding: 20px 0 10px;
    margin: 0;
    text-align: center;
    letter-spacing: 1px;
}
.products-intro {
    margin: 0 0 40px;
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
}
.gallery .stage .pic {
    position: relative;
    box-sizing: border-box;
}
.gallery .stage .pic::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 50%,rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.2) 50%,rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#fff',GradientType=1);
    top: 0;
    z-index: 10;
    transition: all 0.5s ease;
    mix-blend-mode: multiply;
    opacity: 1;
}
.pd-intro {
    position: relative;
    width: 54%;
    padding: 0 0 0 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.pd-intro.pd-com{
    display: block;
}
.pd-intro.pd-mob{
    display: none;
}
.pd-intro .editor{
    position: relative;
    box-sizing: border-box;
    color: #545454;
    letter-spacing: 0.5px;
    line-height: 1.6;
    margin: 30px 0 0;
}
.gallery{
    position: relative;
    box-sizing: border-box;
    width: 46%;
    padding: 0 30px 0 0;
}
.gallery .slick-arrow {
    width: 40px;
    height: 20px;
    text-align: center;
    line-height: 10px;
    color: transparent;
    border: 0;
    cursor: pointer;
    position: absolute;
    right: 170px;
    bottom: 6.5%;
    z-index: 150;
    transition:all .3s ease;
    background: transparent;
    padding: 0;
    font-size: 0;
}
.gallery .slick-arrow:before {
    content: "";
    position: absolute;
    width: 38px;
    height: 1px;
    background: #A4A4A4;
    bottom: 0;
    left: 3px;
    transition: all 0.3s ease;
}
.gallery .slick-arrow:hover:before{
    background: #fff;
}
.gallery .slick-next {
    left: auto;
    right: 50px;
}
.gallery .slick-prev::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 1px;
    background: #A4A4A4;
    bottom: 3px;
    left: 1px;
    transform: rotate(-45deg);
    transition: all 0.3s ease;
}
.gallery .slick-prev:hover:after{
    background: #fff;
}
.gallery .slick-next:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 1px;
    background: #A4A4A4;
    bottom: 3px;
    right: -4px;
    transform: rotate(45deg);
    transition: all 0.3s ease;
}
.gallery .slick-next:hover:after{
    background: #fff;
}
.gallery .slick-arrow:hover:after{
    border-color: #CF492A;
}
.gallery .slick-active button {
    background: #fff;
}
.gallery .slide-count-wrap {
    color: #fff;
    position: absolute;
    right: 90px;
    bottom: 6%;
    font-size: 25px;
    letter-spacing: 0.2px;
    text-align: center;
    box-sizing: border-box;
    font-family: 'Cormorant Garamond',serif;
    transition: all 0.3s ease;
    display: flex;
    align-items: flex-start;
    line-height: 1;
    z-index: 150;
}
.gallery .slide-count-wrap .current::before,
.gallery .slide-count-wrap .total::before{
    content: '0';
}
.gallery .slide-count-wrap .current,
.gallery .slide-count-wrap .total{
    position: relative;
    padding: 0 5px;
}
.gallery .slide-count-wrap .total{
    padding-top: 1px;
}
.stage {
    position: relative;
    box-sizing: border-box;
    float: left;
    width: 100%;
}
.pd-intro-list {
    padding: 0;
    margin: 15px 0;
    color: #878787;
    font-size: 16px;
}
.pd-intro-list li {
    position: relative;
    list-style-type: none;
    padding: 12px 0;
}
.pd-intro-list li + li{
    border-top: solid 1px #ddd;
}
.pd-intro-list li:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 18px;
    top: 20px;
    left: 10px;
    background: #333333;
}
.pd-intro-list span {
    position: relative;
    display: inline-block;
    color: #333333;
    width: 100px;
    text-align: left;
    font-size: 18px;
    padding-left: 30px;
    min-width: 100px;
}
.pd-intro-list .form-group,
.pd-intro-list li{
    position: relative;
    display: flex;
}
.pd-intro-list li{
    flex-wrap: wrap;
}
.pd-intro-list .form-group:first-of-type {
    width: 100%;
}
.pd-intro-list .form-group:nth-child(2) {
    width: 100%;
    margin-left: 0px;
    margin-top: 20px;
}
.pd-intro-list .form-group:nth-child(3) {
    width: 100%;
    margin-left: 0px;
    margin-top: 20px;
}
.pd-intro-list .form-group:nth-child(3) span:nth-child(1){
    color: #b52d2d;
    font-size: 19px;
    font-weight: bold;
}
.pd-intro-list .form-group:nth-child(3) .offer{
    color: #b52d2d;
    border-bottom: 1px solid #b52d2d;
    font-weight: bold;
    font-size: 19px;
}
.pd-intro-list .form-group:nth-child(3) span{
    color: #b52d2d;
    font-size: 19px;
    font-weight: bold;
}
.pd-intro-list .form-group .control-box{
    width: calc(100% - 140px);
}
.pd-intro-list .form-group select.form-control {
    height: 33px;
    margin: 0;
    font-weight: normal;
    border-radius: 0;
    color: #777777;
    letter-spacing: 0.5px;
    font-size: 14px;
}
.pd-intro-list .offer{
    border-bottom: 1px solid #ddd;
    padding: 0 20px;
}
.pd-intro-list .form-group:nth-child(2) .offer{
    text-decoration:line-through;
    font-size: 15px;
}
.pd-intro-list .form-group:nth-child(2) span{
    font-size: 15px;
    text-decoration: line-through;
}
.pd-intro-list .form-group.w40 span{
    padding: 0 15px;
    width: auto;
}
.products-text {
    margin: 0 0 20px;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 265px;
}
.pd-detail .title {
    padding: 5px 0 5px 10px;
    margin: 0 0 20px;
    position: relative;
    background: #F6F6F6;
    color: #545454;
    font-size: 16px;
    letter-spacing: 2px;
    font-family: 'Cormorant Garamond',serif;
    border-left: 4px solid #545454;
}
/*------------ sort_box ------------*/
.sort_box {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    padding: 0;
    margin-top: 0px;
}
.sort_box .control-label {
    float: left;
    margin-right: 10px;
    line-height: 30px;
}
.sort_box .control-box {
    float: left;
}
.sort_box .form-control {
    margin-bottom: 0px;
    background: #fff;
    color: #666;
    padding: 0 5px;
    border: 1px solid #ddd;
}
.sort_box .form-control:focus {
    outline: none;
    background: #fff;
    color: #666;
}
.sort_box .form-group {
    float: left;
    padding: 5px 0;
}
.sort_box .form-group:after {
    content: '';
    display: block;
    float: left;
    z-index: 10;
    height: 22px;
    left: 0;
    top: 0;
    margin: 4px 4px;
}
.sort_icon {
    float: left;
    line-height: 30px;
    padding: 2px 0;
}
.sort_icon .ibtn.one {
    background-image: url(../../images/common/products/sort_pic3.png);
    width: 24px;
    height: 24px;
    display: none;
}
.sort_icon .ibtn.two {
    background-image: url(../../images/common/products/sort_pic1.png);
    width: 24px;
    height: 24px;
}
.sort_icon .ibtn.four {
    background-image: url(../../images/common/products/sort_pic2.png);
    width: 24px;
    height: 24px;
}
.sort_icon .ibtn.active {
    background-position: 0 100%;
}
.sort_box .form-control.sort-mobile{
    display:none;
}
.form-group select.form-control{
    height: 26px;
    margin: 0;
    font-weight: normal;
    border-radius: 0;
}
.page-products2-detail .products-intro{
    display: none;
}
.page-products2-detail .pd-detail > .title{
    display: none;
}
/*20240814多項追加搜尋功能*/
.products-searchsort {
    position: relative;
    box-sizing: border-box;
}
.products-searchsort +.products-searchsort {
    margin: 30px 0 0;
}
.products-searchsort .products-searchtitle {
    position: relative;
    box-sizing: border-box;
    padding: 20px;
    margin: 0 0 15px;
    text-align: center;
    background: #F6F6F6;
    color: #545454;
    font-size: 22px;
}
/*end20240814多項追加搜尋功能*/
@media screen and (max-width: 1440px) {
    .products-list.type1 {
        margin: 0 -20px;
    }
    .products-list.type1 .item {
        padding: 0 20px;
    }
}
@media screen and (max-width: 1280px) {
    .gallery {
        padding: 0 15px 0 0;
    }
    .pd-intro {
        padding: 0 0 0 15px;
    }
}
@media screen and (max-width: 1000px) {
    .products-list.type1 {
        margin: 0 -15px;
    }
    .products-list.type1 .item {
        padding: 0 15px;
    }
    .products-list.type1 .item{
        width: 33.33%;
    }
    .products-list.type1 .item:nth-child(n){
        clear: inherit;
    }
    .products-list.type1 .item:nth-child(3n+1){
        clear: left;
    }
    .products-list .name {
        font-size: 16px;
    }
    .products-list li .txt {
        padding: 15px 20px 35px 45px;
        margin-top: -75px;
    }
    .pd-intro-list .form-group:nth-child(2),
    .pd-intro-list .form-group:nth-child(3) { 
        margin-left: 0;
    }
    .products-list .box {
        margin: 0 auto 30px;
    }
}
@media screen and (max-width: 1120px) {
    .pd-intro .btn-group .btn{
        width: 100%;
    }
}
@media screen and (max-width: 1000px) {
    .gallery,
    .pd-intro,
    .stage {
        float: none;
        width: 100%;
        margin: 0 auto;
    }
    .pd-intro {
        padding: 0;
    }
    .products-intro {
        margin: 0 0 40px;
        flex-direction: column-reverse;
    }
    .gallery{
        padding: 0;
        margin: 0 auto 15px;
    }
    .stage{
        margin: 0 auto;
    }
    .pd-intro .pd-name {
        font-size: 18px;
    }
    .pd-intro .editor {
        margin: 15px 0 0;
    }
    .products-text {
        -webkit-line-clamp: initial;
        height: auto;
        margin: 0 0 30px;
    }
    .pd-intro.pd-com{
        display: none;
    }
    .pd-intro.pd-mob{
        display: block;
    }
    .gallery{
        order: 2;
    }
    .pd-intro.pd-mob:first-of-type{
        order: 3;
    }
    .pd-intro.pd-mob:last-of-type{
        order: 1;
    }
}
@media screen and (max-width: 767px) {
    .products-list.type1 {
        margin: 0 -10px;
    }
    .products-list.type1 .item {
        padding: 0 10px;
    }
    .products-list.type1 .item{
        width: 50%;
    }
    .products-list.type1 .item:nth-child(n){
        clear: inherit;
    }
    .products-list.type1 .item:nth-child(2n+1){
        clear: left;
    }
    .sort_icon .ibtn.one {
        display: inline-block;
    }
    .sort_icon .ibtn.four {
        display: none;
    }
    .content-top .pd-name {
        font-size: 24px;
        padding-bottom: 10px;
    }
    .gallery,
    .pd-intro {
        float: none;
        width: 100%;
    }
    .gallery {
        margin: 0 auto 25px;
    }
    .pd-intro .title {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 580px) {
    .products-list.type1 .item {
        width: 100%;
    }
    .products-list.type1 .item:nth-child(n) {
        clear: none;
    }
    .pd-intro-list li:before {
        left: 5px;
    }
    .pd-intro-list span {
        font-size: 16px;
        padding-left: 20px;
    }
    .pd-intro-list li:last-of-type {
        flex-direction: column;
    }
}
@media screen and (max-width: 400px) {
    .pd-intro .btn-group .col {
        width: 100%;
    }
    .sort_box .form-control.sort-pc{
        display:none;
    }
    .sort_box .form-control.sort-mobile{
        display: block;
        width:60px;
    }
}
/*product_column欄位*/
.products_column_one.type1 .item{
    width: 100%;
}
.products_column_two.type1 .item{
    width: 50%;
}
.products_column_two.type1 .item:nth-child(n){
    clear: inherit;
}
.products_column_two.type1 .item:nth-child(2n+1){
    clear: left;
}
/*!product_column欄位*/