/* BASIC css start */
.full-wrapper { max-width: none; --bs-gutter-x: 200px; }
.full-wrapper .no-gutters { --bs-gutter-x: 200px; }
.main-banner-wrapper { padding-left: 0; padding-right: 0; }
.main-banner-wrapper .swiper { height: 50vh; }
.main-banner-wrapper .swiper .swiper-slide { display: flex; justify-content: center; align-items: center; }
.main-banner-wrapper .swiper .swiper-slide img { width: 100%; height: 100%; object-fit: cover; }
.main-banner-wrapper .swiper .swiper-scrollbar {
    --swiper-scrollbar-bottom: 40px;
    --swiper-scrollbar-sides-offset: 30%;
    --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.20);
    --swiper-scrollbar-border-radius: 99px;
}
.main-banner-wrapper .swiper .swiper-scrollbar-drag {
    --swiper-scrollbar-drag-bg-color: #000;
}
.main-banner-wrapper .swiper .swiper-pagination-custom {
    position: absolute; left: auto; right: -30px; bottom: -8px; width: auto; text-align: right;
    --swiper-pagination-fraction-color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: .75rem;
    font-weight: 500;
}
.main-banner-wrapper .swiper .swiper-button-prev,
.main-banner-wrapper .swiper .swiper-button-next {
    width: 60px;
    height: 60px;
}
.main-banner-wrapper .swiper .swiper-button-prev {
    left: calc(0.5 * var(--bs-gutter-x))
}
.main-banner-wrapper .swiper .swiper-button-next {
    right: calc(0.5 * var(--bs-gutter-x))
}
.main-banner-wrapper .swiper .swiper-button-prev:after {
    content: '';
    background: url(//skin.makeshop.co.kr/skin/rw_shop/images/icons/ico_cheveron_left_60.svg) no-repeat center center;
    background-size: contain;
    width: 100%; height: 100%;
}
.main-banner-wrapper .swiper .swiper-button-next:after {
    content: '';
    background: url(//skin.makeshop.co.kr/skin/rw_shop/images/icons/ico_cheveron_right_60.svg) no-repeat center center;
    background-size: contain;
    width: 100%; height: 100%;
}
.sub-banner-wrapper { display: flex; flex-direction: row; gap: 20px; align-items: center; justify-content: center; padding: 40px 0 60px 0; }
.sub-banner--content { display: flex; flex-direction: row; width: 100%; background: #f0f0f0; justify-content: space-around; align-items: center; }
.sub-banner--left { display: flex; flex-direction: column; align-items: flex-start; gap: 6px; }
.sub-banner--right { margin-right: -50px; }
.sub-banner--title { color: var(--cw-heading-color); font-size: 24px; font-weight: 600; line-height: 32px; }
.sub-banner--more { display: flex; justify-content: flex-end; align-items: center; gap: 4px; }
.sub-banner--more .bnr-txt { color: var(--cw-color-60); font-size: 14px; font-weight: 400; line-height: 20px; }
.sub-banner--more .icon-arrow-mask { display: inline-block; width: 12px; height: 12px; background-color: #999999; mask-image: url('//skin.makeshop.co.kr/skin/rw_shop/images/icons/ico_cheveron_right.svg'); mask-size: contain; mask-repeat: no-repeat; }
.sub-banner--right img { width: 190px; }
.products-wrapper { /*padding-top: 60px;*/ }
.products-wrapper .prds--image { margin-bottom: 16px; }
.products-wrapper .prds--price-wrap { justify-content: space-between; }
.products--title { display: flex; justify-content: center; align-items: center; color: var(--cw-heading-color); text-align: center; font-size: 32px; font-weight: 700; line-height: 40px; }
.products-wrapper .goods-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 60px 20px; /*padding: 40px 0 60px 0;*/ }
.products-wrapper .btns { display: flex; align-items: center; flex-direction: column; padding-bottom: 60px; }
.products-wrapper .btns .more-btn {
    --bs-btn-line-height: 40px;
    --bs-btn-font-size: 14px;
    --bs-btn-font-weight: 500;
    display: flex; width: 300px; justify-content: center; align-items: center; gap: 8px;
}
.in-banner-wrapper { display: flex; padding: 40px 0 60px 0; justify-content: flex-end; align-items: stretch; gap: 20px; align-self: stretch; }
.in-banner-wrapper .side-banner { flex-shrink: 0; position: relative; display: flex; width: 31.25%; justify-content: center; align-items: center; }
.in-banner-wrapper .side-banner--img { width: 100%; height: 100%; object-fit: cover; }
.in-banner-wrapper .side-banner--text { z-index: 1; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); color: var(--cw-color-white); text-align: center; font-size: 2rem; font-weight: 700; line-height: 40px; letter-spacing: 11px; text-shadow: 0 4px 10px rgba(0, 0, 0, 0.25); }
.in-banner-wrapper .goods-list { flex: 1; padding: 0; gap: 40px 20px; }
.md-pick .goods-list { grid-template-columns: repeat(3, 1fr); }

.goods-list--item .item-image .ico-wish { display: flex; align-items: center; flex-direction: column; }
.goods-list--item .item-image .my-wish-list { display: inline-block; width: 32px; height: 32px; padding-top: 27px; background: url('//skin.makeshop.co.kr/skin/rw_shop/images/icons/ico_wish_off.svg'); }
.goods-list--item .item-image .my-wish-list.wish-on { background: url('//skin.makeshop.co.kr/skin/rw_shop/images/icons/ico_wish_on.svg'); }
.goods-list--item .item-image .my-wish-count { color: var(--cw-color-60); font-size: .75rem; }
.goods-list--item .goods--engname { display: -webkit-box; line-clamp: 2; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; font-size: .813rem; line-height: 18px; color: var(--cw-color-80); margin-top: 4px; }
.goods--icons { display: flex; align-items: center; gap: 4px; }
.goods--icons span { display: flex; flex-wrap: wrap; gap: 4px; padding: 0; }

/* 옵션 미리보기 */
.mk_opt_top_text { color: var(--cw-heading-color); font-weight: 700; font-size: .75rem; white-space: nowrap; }
.mk_prd_option_list { width: 100px !important; padding: 10px !important; font-family: var(--bs-body-font-family) !important; color: var(--cw-color-80); font-size: .688rem !important; font-weight: 500; border: 1px solid var(--cw-color-30) !important; border-radius: 3px; }
.mk_prd_option_list .option-name { padding: 10px 0 6px !important; font-size: .688rem !important; color: var(--cw-heading-color) !important; background: none !important; border: 0 !important; font-weight: 700; }
.mk_opt_unit { display: flex !important; align-items: center; gap: 4px; white-space: nowrap; }
.mk_opt_top_close a,
.mk_bt_opt_close a { color: var(--cw-color-80); }

/* 태블릿 */
@media (min-width: 768px) and (max-width: 991.98px) {
    .header-container--md { display: none !important; }
    .header-container { display: flex !important; }
    .full-wrapper { --bs-gutter-x: 24px; padding-bottom: 80px; }
    .full-wrapper .no-gutters { --bs-gutter-x: 24px; }
    .main-banner-wrapper .swiper .swiper-button-prev,
    .main-banner-wrapper .swiper .swiper-button-next { display: none; }
    .main-banner-wrapper .swiper .swiper-scrollbar { --swiper-scrollbar-bottom: 20px; }
    .sub-banner-wrapper { padding: 24px 0 0 0; gap: 4px; }
    .sub-banner--content { justify-content: space-between; padding: 0 30px; }
    .sub-banner--left { gap: 4px; }
    .sub-banner--right { margin-right: -23px; }
    .sub-banner--title { font-size: 1rem; line-height: 24px; }
    .sub-banner--more .bnr-txt { font-size: .75rem; line-height: 16px; }
    .sub-banner--right img { width: 110px; }
    .products-wrapper { padding-top: 50px; }
    .products--title { font-size: 1.25rem; line-height: 28px; }
    .products-wrapper .goods-list { padding: 16px 0 40px 0; gap: 40px 16px; }
    .products-wrapper .btns { padding-bottom: 0; }
    .in-banner-wrapper { flex-direction: column; gap: 16px; padding: 16px 0 0 0; }
    .in-banner-wrapper .side-banner { width: 100%; height: 50vh; }
    .in-banner-wrapper .goods-list { padding: 0 0 30px 0; display: flex; flex-wrap: nowrap; overflow-x: auto; overflow-y: hidden; scroll-behavior: smooth; }
    .in-banner-wrapper .goods-list--item { flex: 0 0 calc(25% - 12px); min-width: calc(25% - 12px); }
    .products-wrapper .goods-list::-webkit-scrollbar { height: 2px; }
    .products-wrapper .goods-list::-webkit-scrollbar-track { background: rgba(0, 0, 0, 0.10); }
    .products-wrapper .goods-list::-webkit-scrollbar-thumb { background: #000; }
}

/* 모바일 */
@media (max-width: 767.98px) {
    .header-container--md { display: none !important; }
    .header-container { display: flex !important; }
    .full-wrapper { --bs-gutter-x: 16px; padding-bottom: 60px; }
    .full-wrapper .no-gutters { --bs-gutter-x: 16px; }
    .main-banner-wrapper .swiper .swiper-button-prev,
    .main-banner-wrapper .swiper .swiper-button-next { display: none; }
    .main-banner-wrapper .swiper .swiper-scrollbar { --swiper-scrollbar-bottom: 20px; }
    .sub-banner-wrapper { flex-direction: column; padding: 16px 0 0 0; gap: 4px; }
    .sub-banner--content { justify-content: space-between; padding: 0 30px; }
    .sub-banner--left { gap: 4px; }
    .sub-banner--right { margin-right: -23px; }
    .sub-banner--title { font-size: 1rem; line-height: 24px; }
    .sub-banner--more .bnr-txt { font-size: .75rem; line-height: 16px; }
    .sub-banner--right img { width: 110px; }
    .products-wrapper { padding-top: 50px; }
    .products--title { font-size: 1.25rem; line-height: 28px; }
    .products-wrapper .goods-list { padding: 20px 0 40px 0; gap: 20px 8px; grid-template-columns: repeat(2, 1fr); }
    .products-wrapper .btns { padding-bottom: 0; }
    .products-wrapper .btns .more-btn { width: 100%; max-width: none; }
    .in-banner-wrapper { flex-direction: column; gap: 20px; padding: 20px 0 0 0; }
    .in-banner-wrapper .side-banner { width: 100%; height: 50vh; }
    .in-banner-wrapper .goods-list { padding: 0 0 40px 0; display: flex; flex-wrap: nowrap; overflow-x: auto; overflow-y: hidden; scroll-behavior: smooth; }
    .in-banner-wrapper .goods-list--item { flex: 0 0 calc(50% - 4px); min-width: calc(50% - 4px); }
    .products-wrapper .goods-list::-webkit-scrollbar { height: 2px; }
    .products-wrapper .goods-list::-webkit-scrollbar-track { background: rgba(0, 0, 0, 0.10); }
    .products-wrapper .goods-list::-webkit-scrollbar-thumb { background: #000; }
}
@font-face {
    font-family: "Pretendard";
    src: url("https://skin.makeshop.co.kr/skin/rcw_skin/fonts/PretendardVariable.woff2") format("woff2");
    font-weight: 45 920;
    font-style: normal;
    font-display: swap;
  }
.craft-css-u51ing { display: flex; min-width: 0px; box-sizing: border-box; -webkit-box-align: center; align-items: center; color: rgb(255, 255, 255); position: relative; overflow: visible; cursor: pointer; transition: height 0.8s cubic-bezier(0.4, 0, 0.2, 1); pointer-events: auto; z-index: 1; width: 100%; height: 2.5rem; min-height: 2.5rem; font-weight: 500; text-align: center; padding: 0rem; margin: 0rem; }
.craft-css-fpj128 { width: 100%; height: 100%; position: relative; list-style: none; margin: 0px; padding: 0px; overflow: hidden; box-sizing: border-box; border-width: 0rem; border-color: rgb(0, 0, 0); border-radius: 0rem; border-style: none; }
.craft-css-s55u5c { width: 100%; height: 2.5rem; background-color: rgb(0, 0, 0); display: flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; text-align: center; position: absolute; top: 0px; left: 0px; }
.craft-css-nqgy50 { display: flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; height: 2.5rem; width: 100%; font-size: 0.9375rem; color: rgb(255, 255, 255); }
.craft-css-g5fwxk { display: flex; min-width: 0px; flex-direction: column; margin: 0px auto; -webkit-box-pack: justify; justify-content: space-between; -webkit-box-align: center; align-items: center; padding-top: 1rem; width: 100%; box-sizing: border-box; background-color: rgb(255, 255, 255); border-color: rgb(234, 239, 244); }
.craft-css-1o8dqv0 { display: flex; width: 100%; -webkit-box-pack: justify; justify-content: space-between; -webkit-box-align: center; align-items: center; position: relative; }
.craft-css-1deej1t { -webkit-box-align: center; align-items: center; position: relative; min-width: fit-content; -webkit-box-pack: center; justify-content: center; flex: 0 0 auto; left: 50%; transform: translateX(-50%); z-index: 10; display: flex; height: 100%; }
.craft-css-1348gkp { display: flex; -webkit-box-align: center; align-items: center; width: fit-content; height: auto; box-sizing: border-box; position: relative; margin: 0px auto; border: 2px solid rgb(157, 66, 251); border-radius: 0.25rem; }
.craft-css-1nxm9db { width: fit-content; height: 100%; min-height: 60px; display: flex; -webkit-box-align: center; align-items: center; color: rgb(0, 0, 0); text-decoration: none; }
.craft-css-1nxm9db:hover, .craft-css-1nxm9db:visited, .craft-css-1nxm9db:active, .craft-css-1nxm9db:focus { color: rgb(0, 0, 0); text-decoration: none; }
.craft-css-1svltx4 { width: auto; max-height: 3.75rem; object-fit: cover; }
.craft-css-1xe17ux { width: 100%; flex-direction: column; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; padding: 0.625rem; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; cursor: pointer; height: 3.75rem; display: none !important; }
.craft-css-1xe17ux img { width: 30px; height: 30px; }
.craft-css-1xe17ux p { line-height: 1.2; font-size: 0.813rem; text-align: center; margin: 0px; }
.craft-css-wmirzi { position: absolute; top: calc(100% + 8px); left: 50%; transform: translateX(-50%); padding: 0.125rem 0.5rem; height: 1.625rem; display: inline-flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; border-radius: 0.25rem; background: rgb(157, 66, 251); color: rgb(255, 255, 255); font-size: 13px;  opacity: 1; z-index: 45; white-space: nowrap; transition: none !important; }
.craft-css-kutys7 { display: flex; gap: 1rem; flex-shrink: 0; font-size: 1.125rem; }
.craft-css-kutys7 a { text-decoration: none; position: relative; }
.craft-css-kutys7 a svg path { stroke: var(--sb-header-contents); }
.craft-css-kutys7 a .notification { position: absolute; top: 0.1875rem; right: -0.1875rem; background-color: var(--cw-point-color,#ff0000); color: rgb(255, 255, 255); border-radius: 100%; padding: 0px 0.3125rem; line-height: 1rem; font-size: 0.75rem; font-weight: 700; }
.craft-css-hklrd4 { display: flex; box-sizing: border-box; position: relative; height: 100%; min-height: 0px; overflow: visible; user-select: text; }
.craft-css-13h7zxr { position: absolute; inset: -0.1562rem; border: 1px dashed rgb(209, 213, 219); border-radius: 4px;  opacity: 0; transition: 0.15s ease-in-out; }
.craft-css-18eyuzf { display: flex; min-width: 0px; flex-wrap: wrap; box-sizing: border-box; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; width: 100%; height: 3.75rem; }
.craft-css-msi182 { display: flex; width: 100%; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; gap: 0.625rem; }
.craft-css-gpp0j7 { background: none; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; cursor: pointer; padding: 0.3125rem; border-radius: 0.3125rem; transition: background-color 0.2s; }
.craft-css-gpp0j7 svg { width: 2rem; height: 2rem; }
.craft-css-17d34m0 { display: flex; width: 100%; max-width: 100%; min-width: 0px; box-sizing: border-box; position: relative; cursor: pointer; transition: opacity 0.15s ease-in-out; opacity: 1; border: transparent; background-color: transparent; }
.craft-css-1g82rxb { display: flex; min-width: 0px; flex-wrap: wrap; box-sizing: border-box; pointer-events: auto; height: auto; min-height: 3rem; background-color: transparent; font-size: 1rem; color: rgb(0, 0, 0); font-weight: 700; text-align: left; padding: 0rem; margin: 0rem; border-width: 0rem; border-color: rgb(0, 0, 0); border-radius: 0rem; -webkit-box-pack: end; justify-content: flex-end; width: 100% !important; }
.craft-css-t2do0n { display: flex; flex: 1 1 0px; width: 100%; -webkit-box-pack: center; justify-content: center; -webkit-box-align: center; align-items: center; position: relative; }
.craft-css-1y8t1r6 { width: 100%; overflow: auto hidden; scrollbar-width: none; }
.craft-css-1y8t1r6::-webkit-scrollbar { display: none; }
.craft-css-1sa3j48 { display: flex; -webkit-box-pack: start; justify-content: flex-start; -webkit-box-align: center; align-items: center; gap: 2rem; width: 100%; flex-shrink: 0; position: relative; }
.craft-css-1sa3j48.craft-css-1sa3j48 a { display: inline-block; font-family: Pretendard, sans-serif; font-size: 16px; font-weight: 700; font-style: normal; letter-spacing: normal; line-height: normal; text-align: left; background-color: transparent; white-space: nowrap; cursor: pointer; transition: 0.2s ease-in-out; padding: 0.3125rem 0.625rem; border-radius: 0.1562rem; color: rgb(0, 0, 0) !important; }
.craft-css-1sa3j48.craft-css-1sa3j48 a:hover { color: rgb(0, 0, 0) !important; background-color: rgb(245, 245, 245) !important; font-weight: 400 !important; font-style: normal !important; text-decoration: none !important; }
@media (max-width: 768px) {
.craft-css-nqgy50 { font-size: 0.9375rem; }
.craft-css-1deej1t { -webkit-box-pack: start; justify-content: flex-start; flex: 1 1 0%; left: auto; transform: none; z-index: 1; }
.craft-css-1348gkp { margin-right: auto !important; margin-left: 0px !important; }
.craft-css-1348gkp { position: relative !important; width: fit-content !important; left: auto !important; top: auto !important; transform: none !important; }
.craft-css-1nxm9db { min-height: 53px; }
.craft-css-gpp0j7 svg { width: 1.5rem; height: 1.5rem; }
}
@media (max-width: 360px) {
.craft-css-nqgy50 { font-size: 0.9375rem; }
}
@media (min-width: 768px) and (max-width: 991.98px) {
.craft-css-g5fwxk { flex-wrap: wrap; }
.craft-css-1svltx4 { display: block; }
.craft-css-kutys7 { order: 1; }
.craft-css-kutys7 a:not(.basket) { display: none; }
.craft-css-kutys7 img { width: 1.5rem; height: 1.5rem; }
.craft-css-kutys7 a .notification { top: 0.3125rem; right: -0.3125rem; }
.craft-css-1sa3j48 { -webkit-box-pack: start; justify-content: flex-start; -webkit-box-align: stretch; align-items: stretch; gap: 1rem !important; }
.craft-css-1sa3j48.craft-css-1sa3j48 a { font-size: 0.813rem !important; }
}
@media (max-width: 767.98px) {
.craft-css-g5fwxk { flex-wrap: wrap; }
.craft-css-1svltx4 { display: none; }
.craft-css-1xe17ux { display: flex; }
.craft-css-kutys7 { order: 1; margin-top: -0.4375rem; }
.craft-css-kutys7 a:not(.basket) { display: none; }
.craft-css-kutys7 img { width: 1.5rem; height: 1.5rem; }
.craft-css-kutys7 a .notification { top: 0.3125rem; right: -0.3125rem; }
.craft-css-1sa3j48 { -webkit-box-pack: start; justify-content: flex-start; -webkit-box-align: stretch; align-items: stretch; gap: 1rem !important; }
.craft-css-1sa3j48.craft-css-1sa3j48 a { font-size: 0.813rem !important; }
}
@media (min-width: 768px) {
.craft-css-1xe17ux { display: none; }
}
@media (max-width: 1024px) {
.craft-css-gpp0j7 svg { width: 1.5rem; height: 1.5rem; }
}
/**start_common_ProductList*/ 
.products-wrapper { 
/*padding-top: 60px;*/ 
}
.products-wrapper .goods-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 60px 20px;  padding: 0; }
.products-wrapper .btns { display: flex; align-items: center; flex-direction: column; padding-bottom: 60px; padding-top: 60px;}
.products-wrapper .btns .more-btn { --bs-btn-line-height: 40px; --bs-btn-font-size: 14px; --bs-btn-font-weight: 500; display: flex; width: 300px; justify-content: center; align-items: center; gap: 8px; }
.goods-list { grid-template-columns: repeat(3, 1fr); }
.goods-list--item .item-image .ico-wish { display: flex; align-items: center; flex-direction: column; }
.goods-list--item .item-image .my-wish-list { display: inline-block; width: 32px; height: 32px; padding-top: 27px; background: url("//skin.makeshop.co.kr/skin/rw_shop/images/icons/ico_wish_off.svg"); }
.goods-list--item .item-image .my-wish-list.wish-on { background: url("//skin.makeshop.co.kr/skin/rw_shop/images/icons/ico_wish_on.svg"); }
.goods-list--item .item-image .my-wish-count { color: var(--cw-color-60); font-size: 0.75rem; }
.goods--icons { display: flex; align-items: center; gap: 4px; }
.goods--icons span { display: flex; gap: 4px; background-color: none; padding: 0; }
.goods--icons img { margin-top: 12px; }
.md-pick .goods-list {grid-template-columns: repeat(3, 1fr);}
@media (min-width: 768px) and (max-width: 991.98px) {
 .products-wrapper { padding-top: 0px; }
.products--title { font-size: 1.25rem; line-height: 28px; }
.products-wrapper .goods-list { padding: 0; gap: 40px 16px; }
.products-wrapper .btns { padding-bottom: 0; padding-top:20px; }
.products-wrapper .goods-list::-webkit-scrollbar { height: 2px; }
.products-wrapper .goods-list::-webkit-scrollbar-track { background: rgba(0, 0, 0, 0.1); }
.products-wrapper .goods-list::-webkit-scrollbar-thumb { background: #000; }
#product-list-image .goods-list { padding: 0 0 30px 0; display: flex; flex-wrap: nowrap; overflow-x: auto; overflow-y: hidden; scroll-behavior: smooth; }
#product-list-image .goods-list--item { flex: 0 0 calc(25% - 12px); min-width: calc(25% - 12px); }
#product-list-image { padding-bottom: 0;}
}
@media (max-width: 767.98px) { 
.products-wrapper { padding-top: 0px; }
.products--title { font-size: 1.25rem; line-height: 28px; }
.products-wrapper .goods-list { padding: 0; gap: 20px 8px; grid-template-columns: repeat(2, 1fr); }
.products-wrapper .btns { padding-bottom: 0; padding-top:20px;}
.products-wrapper .btns .more-btn { width: 100%; max-width: none; }
.products-wrapper .goods-list::-webkit-scrollbar { height: 2px; }
.products-wrapper .goods-list::-webkit-scrollbar-track { background: rgba(0, 0, 0, 0.1); }
.products-wrapper .goods-list::-webkit-scrollbar-thumb { background: #000; }
#product-list-image .goods-list { padding: 0 0 40px 0; display: flex; flex-wrap: nowrap; overflow-x: auto; overflow-y: hidden; scroll-behavior: smooth; }
#product-list-image .goods-list--item { flex: 0 0 calc(50% - 4px); min-width: calc(50% - 4px);  padding: 0; }
#product-list-image { padding-bottom: 0;}
}
/**end_common_ProductList*/ /**start_custom_ProductList*/ /**end_custom_ProductList*/
/* BASIC css end */

