/* 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; }
}
.craft-css-uj6hs9 { display: flex; box-sizing: border-box; position: relative; height: 100%; user-select: text; }
.craft-css-13h7zxr { position: absolute; inset: -0.1562rem; border: 1px dashed rgb(209, 213, 219); border-radius: 4px; pointer-events: none; opacity: 0; transition: 0.15s ease-in-out; }
.craft-css-qs2ftu { display: flex; width: 100%; max-width: 100%; min-width: 0px; box-sizing: border-box; position: relative; cursor: pointer; transition: 0.15s ease-in-out; opacity: 1; border: transparent; background-color: transparent; }
.craft-css-jo7y04 { position: relative; height: 26.875rem; min-height: 18.75rem; padding: 0rem; margin: 0rem; width: 100% !important; }
.craft-css-x8wd53 { position: relative; width: 100%; height: 100%; overflow: hidden; }
.craft-css-2ewqfu { display: flex; height: 100%; min-height: 100%; transition: transform 0.5s ease-in-out; transform: translateX(-200%); }
.craft-css-97c74y { width: 100%; flex-shrink: 0; }
.craft-css-dbz6k9 { width: 100%; height: 100%; object-fit: cover; display: block; }
.craft-css-oe0grh { position: absolute; inset: 0px; display: flex; -webkit-box-pack: justify; justify-content: space-between; -webkit-box-align: center; align-items: center; margin-left: 6.25rem; margin-right: 6.25rem; z-index: 10; pointer-events: none; }
.craft-css-1hf1nck { background: none; border: none; cursor: pointer; padding: 0px; pointer-events: auto; transition: opacity 0.2s; border-radius: 50%; display: flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; }
.craft-css-1hf1nck:hover { opacity: 0.8; }
.craft-css-1hf1nck:disabled { opacity: 0.3; cursor: not-allowed; }
.craft-css-gkcdyf { position: absolute; bottom: 0.625rem; left: 50%; transform: translateX(-50%); width: 100%; max-width: 37.5rem; padding-left: 1.25rem; padding-right: 1.25rem; z-index: 10; display: flex; -webkit-box-align: center; align-items: center; gap: 1em; }
.craft-css-13wwyq8 { position: relative; width: 100%; height: 0.125rem; background: rgb(156, 163, 175); border-radius: 6.1875rem; }
.craft-css-nysi10 { position: absolute; top: 0px; left: 0px; display: flex; height: 100%; width: 100%; border-radius: 6.1875rem; }
.craft-css-1vpf2ef { height: 100%; cursor: pointer; transition: background 0.2s; background: rgb(156, 163, 175); width: 50%; border-radius: 0.0625rem 0px 0px 0.0625rem; border: none; padding: 0px; }
.craft-css-1vpf2ef:hover { background: rgb(107, 114, 128); }
.craft-css-1vpf2ef:focus { outline: rgb(59, 130, 246) solid 2px; outline-offset: 2px; }
.craft-css-ogzkgl { height: 100%; cursor: pointer; transition: background 0.2s; background: rgb(0, 0, 0); width: 50%; border-radius: 0px 0.0625rem 0.0625rem 0px; border: none; padding: 0px; }
.craft-css-ogzkgl:hover { background: rgb(0, 0, 0); }
.craft-css-ogzkgl:focus { outline: rgb(59, 130, 246) solid 2px; outline-offset: 2px; }
.craft-css-soket8 { display: flex; white-space: nowrap; width: 1.5625rem; font-weight: 500; font-size: 0.75rem; color: rgb(0, 0, 0); }
.craft-css-x1kwyl { height: 100%; padding-top: 1.25rem; padding-bottom: 1.25rem; }
.craft-css-olrno5 { display: flex; -webkit-box-pack: center; justify-content: center; -webkit-box-align: center; align-items: center; }
.craft-css-xrifmc { min-width: 0px; max-width: 100%; flex-shrink: 1; flex-basis: auto; box-sizing: border-box; white-space: pre-wrap; word-break: break-word; overflow-wrap: break-word; cursor: pointer; line-height: 1.2; overflow: visible; width: auto; height: auto; min-height: 1.25rem; font-size: 2rem; color: rgb(18, 18, 18); font-weight: 700; font-style: normal; text-decoration: none; text-align: left; padding: 0rem; margin: 0rem; border-width: 0rem; border-color: rgb(0, 0, 0); border-radius: 0rem; }
.craft-css-7dpeke { display: flex; padding: 2.5rem 0px 0px; }
.craft-css-fk8698 { display: flex; flex-direction: column; min-width: 0px; box-sizing: border-box; width: 100%; height: 100%; min-height: 9.375rem; padding: 0rem; margin: 0rem; }
.craft-css-1x15z2r { display: grid; grid-template-columns: 1fr; column-gap: 1.25rem; min-width: 0px; width: 100%; }
.craft-css-12e0ue0 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 3.75rem 0.625rem; min-width: 0px; width: 100%; box-sizing: border-box; transition: 0.3s ease-in-out; }
.craft-css-12e0ue0.scrollable { display: flex; flex-flow: row; overflow-x: auto; scroll-snap-type: x mandatory; gap: 1rem; padding-bottom: 0.5rem; }
.craft-css-12e0ue0.scrollable::-webkit-scrollbar { height: 0.375rem; }
.craft-css-12e0ue0.scrollable::-webkit-scrollbar-thumb { background: rgba(0, 0, 0, 0.2); border-radius: 4px; }
.craft-css-12e0ue0.scrollable::-webkit-scrollbar-track { background: transparent; }
.craft-css-12e0ue0.scrollable > * { min-width: 7.5rem; max-width: 10.5rem; flex-shrink: 0; scroll-snap-align: start; }
.craft-css-12e0ue0.mobile-view { grid-template-columns: repeat(2, 1fr); gap: 0.625rem; scroll-snap-type: x mandatory; width: 100%; }
.craft-css-12e0ue0.mobile-view:not(.scrollable) { grid-template-columns: repeat(2, 1fr) !important; grid-template-rows: repeat(2, 1fr) !important; gap: 0.625rem !important; }
.craft-css-12e0ue0.mobile-view:not(.scrollable):not(.show-more) > :nth-of-type(n+9) { grid-row: 3 !important; opacity: 0 !important; visibility: hidden !important; height: 0px !important; overflow: hidden !important; }
.craft-css-12e0ue0.show-more > * { grid-row: auto !important; opacity: 1 !important; visibility: visible !important; height: auto !important; overflow: visible !important; }
.craft-css-1pvq94z { display: flex; flex-direction: column; width: 100%; height: auto; gap: 1rem; overflow: hidden; }
.craft-css-jlcf0i { position: relative; width: 100%; height: auto; border-radius: 8px; flex-shrink: 0; }
.craft-css-cjtff6 { position: absolute; top: 0.625rem; right: 0.625rem; }
.craft-css-12ho01b { width: 100%; height: 100%; object-fit: cover; }
.craft-css-1x37thu { display: flex; flex-direction: column; gap: 0.5rem; }
.craft-css-1dfszxj { display: flex; flex-direction: row; gap: 0.125rem; }
.craft-css-9ddvdr { display: flex; flex-direction: column; gap: 0.75rem; }
.craft-css-11w6cip { flex-direction: column; gap: 0.25rem; -webkit-box-pack: center; justify-content: center; align-items: flex-start; display: flex; }
.craft-css-1axn9kt { font-weight: 600; line-height: 1.25rem; font-size: 0.8125rem; text-align: left; }
.craft-css-1fdrmow { font-size: 0.75rem; line-height: 1.125rem; color: rgb(153, 153, 153); margin: 0px; text-align: left; }
.craft-css-1acxznr { display: flex; }
.craft-css-1acxznr > img { margin-left: auto; }
.craft-css-1acxznr .mobile-layout { display: none; }
.craft-css-1wji9of { color: rgb(0, 0, 0); margin: 0px; }
.craft-css-1wji9of > b { font-size: 1rem; }
.craft-css-vleww { gap: 0.25rem; display: none; }
.craft-css-1rc9tls { flex-direction: row; -webkit-box-align: center; align-items: center; gap: 0.25rem; display: flex; }
.craft-css-3rbfzf { display: flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; gap: 0.5rem; width: 100%; max-width: 18.75rem; min-height: 2.5rem; height: 2.5rem; border: 1px solid rgb(222, 222, 222); margin: 3.75rem auto 0px; cursor: pointer; transition: 0.2s; background-color: rgb(255, 255, 255); }
.craft-css-3rbfzf.hidden { display: none; }
.craft-css-12n86vd { height: 100%; padding-top: 2.5rem; padding-bottom: 3.75rem; }
.craft-css-u5uc2i { display: flex; padding: 2.5rem 0px 3.75rem; -webkit-box-pack: justify; justify-content: space-between; -webkit-box-align: stretch; align-items: stretch; gap: 1.25rem; align-self: stretch; height: 100%; }
.craft-css-1qf1238 { flex-shrink: 0; position: relative; display: flex; width: 31.25%; }
.craft-css-1qf1238 > div:first-of-type, .craft-css-1qf1238 > div:first-of-type div { width: 100%; }
.craft-css-1qf1238 img { width: 100%; height: 100%; object-fit: cover; object-position: center center; }
.craft-css-12edol0 { min-width: 0px; flex-shrink: 1; flex-basis: auto; box-sizing: border-box; display: flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; color: rgb(153, 153, 153); text-align: center; cursor: pointer; width: auto; height: 100%; min-height: 6.25rem; padding: 0rem; margin: 0rem; }
.craft-css-aya1tx { width: 100%; height: 100%; object-fit: cover; }
.craft-css-18cpzaz { z-index: 1; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.craft-css-18cpzaz > p, .craft-css-18cpzaz h1, .craft-css-18cpzaz h2, .craft-css-18cpzaz h3, .craft-css-18cpzaz h4, .craft-css-18cpzaz h5, .craft-css-18cpzaz h6 { font-size: 2rem; font-weight: 700; line-height: 2.5rem; text-shadow: rgba(0, 0, 0, 0.25) 0px 0.25rem 0.625rem; }
.craft-css-t8bgwp { min-width: 0px; max-width: 100%; flex-shrink: 1; flex-basis: auto; box-sizing: border-box; white-space: pre-wrap; word-break: break-word; overflow-wrap: break-word; cursor: pointer; line-height: 1.2; overflow: visible; width: auto; height: auto; min-height: 1.25rem; font-size: 2rem; color: rgb(255, 255, 255); font-weight: 700; font-style: normal; text-decoration: none; text-align: center; padding: 0rem; margin: 0rem; border-width: 0rem; border-color: rgb(0, 0, 0); border-radius: 0rem; }
.craft-css-exgdy7 { flex: 1 1 0%; padding: 0px; }
.craft-css-5gtj56 { display: flex; flex-direction: column; min-width: 0px; box-sizing: border-box; width: 100%; height: 100%; min-height: 9.375rem; padding-top: 0rem; padding-bottom: 0rem; padding-right: 0rem; margin: 0rem; padding-left: 1.25rem !important; }
@media (max-width: 991.98px) {
.craft-css-oe0grh { display: none !important; }
}
@media (min-width: 768px) and (max-width: 991.98px) {
.craft-css-gkcdyf { max-width: 31.25rem; }
.craft-css-x1kwyl { padding-top: 3.125rem; }
.craft-css-olrno5 p, .craft-css-olrno5 h1, .craft-css-olrno5 h2, .craft-css-olrno5 h3, .craft-css-olrno5 h4, .craft-css-olrno5 h5, .craft-css-olrno5 h6 { font-size: 1.25rem; line-height: 1.75rem; text-align: center; }
.craft-css-7dpeke { padding: 1rem 0px 0px; }
.craft-css-12e0ue0 { grid-template-columns: repeat(4, 1fr) !important; grid-template-rows: repeat(1, 1fr) !important; overflow-x: hidden !important; gap: 0.3125rem !important; scroll-snap-type: x mandatory !important; }
.craft-css-12e0ue0:not(.scrollable):not(.show-more) > :nth-of-type(n+9) { grid-row: 2 !important; opacity: 0 !important; visibility: hidden !important; height: 0px !important; overflow: hidden !important; }
.craft-css-12n86vd { padding-top: 3.125rem; }
.craft-css-u5uc2i { flex-direction: column; gap: 1rem; padding: 1rem 0px 0px; }
.craft-css-1qf1238 { width: 100%; height: 50vh; }
.craft-css-exgdy7 { padding: 0px 0px 1.875rem; display: flex; flex-wrap: nowrap; overflow: auto hidden; scroll-behavior: smooth; gap: 0px; }
}
@media (max-width: 767.98px) {
.craft-css-gkcdyf { max-width: 16.25rem; }
.craft-css-x1kwyl { padding-top: 3.125rem; }
.craft-css-olrno5 p, .craft-css-olrno5 h1, .craft-css-olrno5 h2, .craft-css-olrno5 h3, .craft-css-olrno5 h4, .craft-css-olrno5 h5, .craft-css-olrno5 h6 { font-size: 1.25rem; line-height: 1.75rem; text-align: center; }
.craft-css-7dpeke { padding: 1.25rem 0px 0px; }
.craft-css-12e0ue0 { grid-template-columns: repeat(2, 1fr) !important; grid-template-rows: repeat(2, 1fr) !important; gap: 0.625rem !important; scroll-snap-type: x mandatory !important; }
.craft-css-12e0ue0.mobile-view.scrollable { display: flex !important; flex-flow: row !important; overflow-x: auto !important; scroll-snap-type: x mandatory !important; gap: 0.5rem !important; }
.craft-css-12e0ue0.mobile-view.scrollable > * { min-width: 6.5625rem !important; max-width: 10rem !important; flex-shrink: 0 !important; scroll-snap-align: start !important; }
.craft-css-12e0ue0:not(.scrollable):not(.show-more) > :nth-of-type(n+9) { grid-row: 3 !important; opacity: 0 !important; visibility: hidden !important; height: 0px !important; overflow: hidden !important; }
.craft-css-12n86vd { padding-top: 3.125rem; }
.craft-css-u5uc2i { flex-direction: column; gap: 1.25rem; padding: 1.25rem 0px 0px; }
.craft-css-1qf1238 { width: 100%; height: 50vh; }
.craft-css-exgdy7 { padding: 0px 0px 2.5rem; display: flex; flex-wrap: nowrap; overflow: auto hidden; scroll-behavior: smooth; gap: 0px; }
}
@media (max-width: 768px) {
.craft-css-cjtff6 > img { width: 1.5rem; height: 1.5rem; }
.craft-css-1acxznr .desktop-layout { display: none; }
.craft-css-1acxznr .mobile-layout { display: flex; flex-direction: column; align-items: flex-start; }
.craft-css-5gtj56 { padding-top: 1.25rem !important; padding-left: 0px !important; padding-right: 0px !important; }
}
@media (max-width: 360px) {
.craft-css-5gtj56 { padding-top: 1.25rem !important; padding-left: 0px !important; padding-right: 0px !important; }
}
/**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 */

