/* /css/page_category.css */

#boxCategoryPage{padding:4rem 0;}
#boxCategoryPage .category-head{display:flex;align-items:baseline;justify-content:flex-start;gap:.75rem;margin:0 0 1.25rem;}
#boxCategoryPage .category-title{margin:0;font-size:1.5rem;font-weight:600;line-height:1.2;color:#222;}
#boxCategoryPage .category-count{font-size:1rem;color:#777;}
#boxCategoryPage .category-count strong{color:var(--color-primary);font-weight:700;}

#boxCategoryPage .category-search-controls{display:flex;align-items:flex-start;gap:.75rem;margin:0 0 1.25rem;}
#categoryTopSearch{display:flex;align-items:center;flex:0 0 17rem;gap:.5rem;margin:0;}
#categoryTopSearch input[type="text"]{min-width:0;flex:1;height:3rem;padding:0 1rem;border:1px solid #ddd;border-radius:.5rem;background:#fff;font-size:1rem;}
#categoryTopSearch button[type="submit"]{display:flex;align-items:center;justify-content:center;flex:0 0 3rem;width:3rem;height:3rem;padding:0;border:0;border-radius:.5rem;background:var(--color-primary);color:#fff;cursor:pointer;}
#categoryTopSearch .category-search-reset{display:flex;align-items:center;justify-content:center;flex:0 0 auto;gap:.25rem;width:auto;height:3rem;padding:0 .85rem;border:1px solid #e5e7eb;border-radius:.5rem;background:#fff;color:#555;font-size:.9rem;text-decoration:none;white-space:nowrap;}
#categoryTopSearch .category-search-reset .material-symbols-outlined{font-size:1.35rem;}

#boxCategoryPage .category-filter-scroll{min-width:0;flex:1;width:100%;margin:0;overflow:visible;}
#boxCategoryPage .category-filter{width:100%;}
#boxCategoryPage .category-filter-track{display:flex;align-items:center;gap:.5rem;width:100%;min-width:0;padding-bottom:.25rem;}
#boxCategoryPage .category-filter-select{appearance:none;-webkit-appearance:none;-moz-appearance:none;flex:0 0 7.5rem;min-width:7.5rem;height:2.8rem;padding:0 2.2rem 0 .9rem;border:1px solid #e5e7eb;border-radius:999px;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 10'%3E%3Cpath fill='%23333' d='M7 10 0 0h14z'/%3E%3C/svg%3E") no-repeat right .85rem center;background-size:.65rem auto;color:#333;font-size:.95rem;cursor:pointer;}
#boxCategoryPage .category-filter-price{position:relative;flex:0 0 8rem;min-width:8rem;}
#boxCategoryPage .category-filter-area{position:relative;flex:0 0 9rem;min-width:9rem;}
#boxCategoryPage .category-filter-popup-btn,#boxCategoryPage .category-filter-area-btn{display:flex;align-items:center;width:100%;height:2.8rem;padding:0 2.2rem 0 .9rem;border:1px solid #e5e7eb;border-radius:999px;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 10'%3E%3Cpath fill='%23333' d='M7 10 0 0h14z'/%3E%3C/svg%3E") no-repeat right .85rem center;background-size:.65rem auto;color:#333;font-size:.95rem;white-space:nowrap;text-align:left;cursor:pointer;overflow:hidden;}
#boxCategoryPage .category-filter-popup-btn span,#boxCategoryPage .category-filter-area-btn span{overflow:hidden;text-overflow:ellipsis;}

#boxCategoryPage .category-filter-popup,#boxCategoryPage .category-filter-area-layer{display:none;position:fixed;z-index:3001;width:360px;padding:1.25rem;border:1px solid #ddd;border-radius:.75rem;background:#fff;box-shadow:0 .5rem 1.5rem rgba(0,0,0,.13);}
#boxCategoryPage .category-filter-price.is-open .category-filter-price-layer{display:block;}
#boxCategoryPage .category-filter-area.is-open .category-filter-area-layer{display:block;}
#boxCategoryPage .category-filter-popup-head{margin-bottom:1.25rem;font-size:1.15rem;}
#boxCategoryPage .category-filter-price-guide{padding:2rem 0;color:#777;text-align:center;}
#boxCategoryPage .category-filter-range-section+.category-filter-range-section{margin-top:1.75rem;padding-top:1.5rem;border-top:1px solid #eee;}
#boxCategoryPage .category-filter-range-title{margin-bottom:.9rem;font-size:1rem;font-weight:700;color:#333;}
#boxCategoryPage .category-filter-range-title .range-summary{margin-left:.35rem;color:var(--color-primary);font-weight:600;}
#boxCategoryPage .category-filter-range{position:relative;height:34px;}
#boxCategoryPage .category-filter-range-bar{position:absolute;left:0;top:50%;z-index:1;width:100%;height:5px;border-radius:999px;background:#ddd;transform:translateY(-50%);}
#boxCategoryPage .category-filter-range-selected{position:absolute;top:50%;left:0;z-index:2;height:5px;border-radius:999px;background:var(--color-primary);transform:translateY(-50%);}
#boxCategoryPage .category-filter-range input[type="range"]{position:absolute;left:0;top:50%;z-index:3;width:100%;height:34px;margin:0;transform:translateY(-50%);-webkit-appearance:none;appearance:none;background:transparent;pointer-events:none;}
#boxCategoryPage .category-filter-range input[type="range"]::-webkit-slider-runnable-track{height:5px;background:transparent;}
#boxCategoryPage .category-filter-range input[type="range"]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:22px;height:22px;margin-top:-8.5px;border:2px solid var(--color-primary);border-radius:50%;background:#fff;box-shadow:0 2px 6px rgba(0,0,0,.12);cursor:pointer;pointer-events:auto;}
#boxCategoryPage .category-filter-range input[type="range"]::-moz-range-track{height:5px;background:transparent;}
#boxCategoryPage .category-filter-range input[type="range"]::-moz-range-thumb{width:18px;height:18px;border:2px solid var(--color-primary);border-radius:50%;background:#fff;cursor:pointer;pointer-events:auto;}
#boxCategoryPage .category-filter-area-head{margin-bottom:1rem;font-size:1rem;}
#boxCategoryPage .category-filter-area-head strong{font-weight:700;}
#boxCategoryPage .category-filter-area-head span{margin-left:.35rem;color:#888;font-size:.8rem;}
#boxCategoryPage .category-filter-area-value{margin-bottom:.75rem;color:#333;font-size:.9rem;font-weight:600;text-align:center;}
#boxCategoryPage .category-filter-area-range{position:relative;height:30px;}
#boxCategoryPage .category-filter-area-bar{position:absolute;left:0;top:50%;z-index:1;width:100%;height:4px;border-radius:999px;background:#ddd;transform:translateY(-50%);}
#boxCategoryPage .category-filter-area-selected{position:absolute;top:50%;left:0;z-index:2;height:4px;border-radius:999px;background:var(--color-primary);transform:translateY(-50%);}
#boxCategoryPage .category-filter-area-range input[type="range"]{position:absolute;left:0;top:50%;z-index:3;width:100%;height:30px;margin:0;transform:translateY(-50%);-webkit-appearance:none;appearance:none;background:transparent;pointer-events:none;}
#boxCategoryPage .category-filter-area-range input[type="range"]::-webkit-slider-runnable-track{height:4px;background:transparent;}
#boxCategoryPage .category-filter-area-range input[type="range"]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:22px;height:22px;margin-top:-9px;border:2px solid #fff;border-radius:50%;background:var(--color-primary);box-shadow:0 2px 6px rgba(0,0,0,.15);cursor:pointer;pointer-events:auto;}
#boxCategoryPage .category-filter-area-range input[type="range"]::-moz-range-track{height:4px;background:transparent;}
#boxCategoryPage .category-filter-area-range input[type="range"]::-moz-range-thumb{width:18px;height:18px;border:2px solid #fff;border-radius:50%;background:var(--color-primary);box-shadow:0 2px 6px rgba(0,0,0,.15);cursor:pointer;pointer-events:auto;}

/* ¼±ÅÃµÈ ÇÊÅÍ */
#boxCategoryPage .category-filter-select.is-active{
	border-color:#111;
	background-color:#111;
	background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 10'%3E%3Cpath fill='%23fff' d='M7 10 0 0h14z'/%3E%3C/svg%3E");
	color:#fff;
}

#boxCategoryPage .category-filter-price.is-active .category-filter-price-btn,
#boxCategoryPage .category-filter-area.is-active .category-filter-area-btn{
	border-color:#111;
	background-color:#111;
	background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 10'%3E%3Cpath fill='%23fff' d='M7 10 0 0h14z'/%3E%3C/svg%3E");
	color:#fff;
}

#boxCategoryPage .category-filter-more{position:relative;flex:0 0 2.8rem;margin-left:auto;}
#boxCategoryPage .category-filter-more-btn{position:relative;display:flex;align-items:center;justify-content:center;width:2.8rem;height:2.8rem;padding:0;border:1px solid #e5e7eb;border-radius:50%;background:#fff;color:#333;font-size:1.1rem;cursor:pointer;box-shadow:0 2px 6px rgba(0,0,0,.06);}
#boxCategoryPage .category-filter-more-count{display:none;position:absolute;right:-3px;top:-5px;min-width:18px;height:18px;padding:0 4px;border-radius:999px;background:var(--color-primary);color:#fff;font-size:.7rem;font-style:normal;line-height:18px;}
#boxCategoryPage .category-filter-more.has-active .category-filter-more-count{display:block;}
#boxCategoryPage .category-filter-more-menu{display:none;position:absolute;right:0;top:calc(100% + .5rem);z-index:100;width:240px;padding:.75rem;border:1px solid #e5e7eb;border-radius:.75rem;background:#fff;box-shadow:0 .75rem 1.75rem rgba(0,0,0,.14);}
#boxCategoryPage .category-filter-more.is-open .category-filter-more-menu{display:grid;gap:.5rem;}
#boxCategoryPage .category-filter-more-menu .category-filter-item{width:100%;min-width:0;flex:none;}
#boxCategoryPage .category-filter-more-menu .category-filter-select{width:100%;}
#boxCategoryPage .category-popup-dim{display:none;position:fixed;inset:0;z-index:5000;width:100%;height:100%;padding:0;border:0;background:rgba(0,0,0,.42);cursor:pointer;}
#boxCategoryPage .category-popup-dim.is-open{display:block;}
body.is-category-popup-open{overflow:hidden;}

#boxCategoryPage .category-layout{display:block;}
#boxCategoryPage .category-content{min-width:0;}
#boxCategoryPage .category-content.is-loading{opacity:.45;pointer-events:none;}
#boxCategoryPage .category-content .latest-grid{grid-template-columns:repeat(4,minmax(0,1fr));}
#boxCategoryPage .category-empty{padding:5rem 0;border:1px solid #ddd;border-radius:.5rem;text-align:center;color:#777;}
#boxCategoryPage .category-infinite{width:100%;padding:1.5rem 0 .5rem;text-align:center;}
#boxCategoryPage .category-infinite-status{min-height:1.5rem;color:#888;font-size:.9rem;line-height:1.5rem;}
#boxCategoryPage .category-infinite-status.is-loading::before{display:inline-block;width:1rem;height:1rem;margin-right:.5rem;border:2px solid #dbe3e8;border-top-color:var(--color-primary);border-radius:50%;vertical-align:-.15rem;animation:categoryInfiniteSpin .7s linear infinite;content:"";}
#boxCategoryPage .category-infinite-status.is-error{color:#d14343;}
#boxCategoryPage .category-infinite-status.is-end{color:#999;}
#boxCategoryPage .category-infinite-sentinel{width:100%;height:1px;}
@keyframes categoryInfiniteSpin{to{transform:rotate(360deg);}}

@media(max-width:1280px){
	#boxCategoryPage .category-content .latest-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
}

@media(max-width:1024px){
	#boxCategoryPage .category-content .latest-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
}

@media(max-width:768px){
	#boxCategoryPage{padding:2rem 0;}
	#boxCategoryPage .category-head{align-items:baseline;gap:.5rem;}
	#boxCategoryPage .category-title{font-size:1.2rem;}
	#boxCategoryPage .category-content .latest-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
	#boxCategoryPage .category-search-controls{display:block;margin-bottom:1.25rem;}
	#categoryTopSearch{width:100%;margin-bottom:.55rem;}
	#boxCategoryPage .category-filter-scroll{margin-right:calc(var(--contain-padding,1rem) * -1);width:calc(100% + var(--contain-padding,1rem));overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;}
	#boxCategoryPage .category-filter-scroll::-webkit-scrollbar{display:none;}
	#boxCategoryPage .category-filter-track{width:max-content;min-width:100%;padding-right:1rem;}
	#boxCategoryPage .category-filter-select{flex-basis:8.25rem;min-width:8.25rem;height:2.65rem;}
	#boxCategoryPage .category-filter-price{flex-basis:8.5rem;min-width:8.5rem;}
	#boxCategoryPage .category-filter-area{flex-basis:10rem;min-width:10rem;}
	#boxCategoryPage .category-filter-popup-btn,#boxCategoryPage .category-filter-area-btn{height:2.65rem;}
	#boxCategoryPage>.category-filter-popup.is-mobile-open,
	#boxCategoryPage>.category-filter-area-layer.is-mobile-open{display:block;position:fixed;left:0;right:0;top:auto!important;bottom:0;z-index:5001;width:100%;max-height:72vh;max-height:72dvh;padding:1.5rem 1.25rem calc(1.5rem + env(safe-area-inset-bottom));border-radius:1rem 1rem 0 0;overflow-y:auto;transform:none;-webkit-overflow-scrolling:touch;}
	#boxCategoryPage .category-filter-more{display:none;}
}

@media(max-width:480px){
	#boxCategoryPage{padding:1rem 0 2rem;}
	#boxCategoryPage .category-head{display:none;}
	#boxCategoryPage .category-search-controls{margin-bottom:.5rem;}
	#categoryTopSearch{margin-bottom:.5rem;}

	#boxCategoryPage .category-filter-select,
	#boxCategoryPage .category-filter-popup-btn,
	#boxCategoryPage .category-filter-area-btn{
		height:2rem;
		font-size:.9rem;
		line-height:2rem;
		padding-right:2rem;
		padding-left:.75rem;
	}
	
	#boxCategoryPage .category-filter-select,
	#boxCategoryPage .category-filter-price,
	#boxCategoryPage .category-filter-area{
		flex-grow:0;
		flex-shrink:0;
	}
}

.mobile-page-title-link {
    display:flex;
    align-items:baseline;
    gap:.45rem;
}

.mobile-category-count {
    color:#777;
    font-size:.9rem;
    font-weight:400;
    white-space:nowrap;
}

.mobile-category-count em {
    color:var(--color-primary);
    font-style:normal;
    font-weight:700;
}