﻿/* 상품 공통 */
/* WISHLIST */
.product-card__wish {position: absolute;right: 8px;top: 8px;width: 20px;height: 20px;padding: 0;background: url(/assets/images/icon_like_off_gray.svg) no-repeat;}
.product-card__wish {right: 16px;}
.product-card__wish.is-active {background: url(/assets/images/icon_like_on.svg) no-repeat;background-size: cover;}

/* 페이징 */
.pagination {display: flex;justify-content: center;height: 40px;margin-top: 40px;}
.brand-content .btn-wrap {display: none;}
@media (max-width: 1024px) {
	.pagination {display: none;}
	.brand-content .btn-wrap {display: flex;margin-top: 24px;}
}

/* 색상필터 */
.checkbox__label--color::before,
.tab__panel .style-color .checkbox__label--color::before{background: none;background-image: var(--back-image);background-position: center;background-repeat: no-repeat;}
.checkbox__input.color:checked + .checkbox__label::before {background: none;background-image: var(--back-image);background-position: center;background-repeat: no-repeat;}
.checkbox__input.color:checked + .checkbox__label::after {content: "";position: absolute;inset: 0;margin: 0 auto;width: 24px;height: 24px;background: url("/assets/images/icon_checkbox_checked_transparent.svg") center center / 24px 24px no-repeat;margin-bottom: 4px;}

/* 모바일 필터 */
/*.bottom-sheet__body {overflow-y: hidden !important;}*/
.tab__panel{padding-bottom:64px;}