:root{--gap:12px;--pill-padding:8px 12px;--pill-radius:18px;--arrow-size:40px;--bar-height:64px;--shadow: 0 6px 18px rgba(16,24,40,.08)}.demo-pcards{--card-w: 230px;--card-h: 295px;--circle-size: 120px;--hex-size: 2.6rem;--glass-bg: rgba(255, 255, 255, .3);padding-top:100px}.demo-pcards .section-header{text-align:center;margin:0 auto;padding:0 18vw}.demo-pcards .section-header h2{font-weight:700;color:#111;margin-bottom:18px;font-size:36px;line-height:1.2}.demo-pcards .section-header p{color:#000000a6;font-size:16px;line-height:1.6}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);margin:0 auto;padding:0rem 0rem 1rem;align-items:center;justify-content:center;justify-items:center;max-width:75vw;gap:2rem}.demo-pcards .product-card{position:relative;width:var(--card-w);height:var(--card-h);border-radius:20px;background:var(--glass-bg);border:1px solid rgba(0,0,0,.06);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;transition:box-shadow .25s ease}.demo-pcards .product-card:hover{box-shadow:0 10px 28px #8345d814}.demo-pcards .product-card .hex{position:absolute;top:12%;left:50%;transform:translate(-50%);font-weight:700;font-size:var(--hex-size);color:#00000014;z-index:0;pointer-events:none;-webkit-user-select:none;user-select:none;white-space:nowrap}.demo-pcards .product-card .color-circle{position:relative;top:-12px;width:var(--circle-size);height:var(--circle-size);border-radius:999px;z-index:1;transition:transform .36s cubic-bezier(.2,.9,.3,1),box-shadow .36s;box-shadow:0 10px 30px #0000000f}.product-card{cursor:pointer}.product-card img{position:relative;width:100%;aspect-ratio:1 / 1;object-fit:cover;object-position:top;display:block}.product-image{margin-top:-120px}.product-card:hover img{transform:scale(1.05)}.demo-pcards .product-card:hover .color-circle{transform:translateY(-12px) scale(1.03);box-shadow:0 18px 44px #8345d82e}.demo-pcards .product-card .product-info{position:absolute;left:12px;right:12px;bottom:12px;display:flex;align-items:center;justify-content:space-between;gap:8px;z-index:2}.demo-pcards .product-card .details{display:flex;flex-direction:column;gap:4px;text-align:left;max-width:10rem}.demo-pcards .product-card .color-name{font-size:.9rem;font-weight:600;color:#111;line-height:1.1em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:normal}.demo-pcards .product-card .price-wrap{display:flex;flex-wrap:wrap;align-items:baseline;gap:4px}.demo-pcards .product-card .price{font-size:.85rem;font-weight:700;color:#111}.demo-pcards .product-card .old-price{font-size:.75rem;color:#00000073;text-decoration:line-through}.demo-pcards .product-card .more-btn{display:inline-flex;align-items:center;justify-content:center;padding:8px;border-radius:12px;border:1px solid rgba(0,0,0,.06);background:linear-gradient(180deg,#8445d812,#8445d805);cursor:pointer;font-weight:600;font-size:.9rem;transition:transform .18s ease,background .18s ease,box-shadow .18s}.demo-pcards .product-card .more-btn img{position:relative;width:12px;height:12px;display:block}.demo-pcards .product-card .more-btn:hover{transform:translateY(-3px);background:linear-gradient(180deg,var(--secondery-color),#9a67e4);color:#fff;box-shadow:0 8px 22px #8345d82e}.card-states-group{position:absolute;top:10px;left:10px;z-index:9999;display:flex;gap:4px;align-items:center;justify-content:center}.card-state{background-color:color-mix(in srgb,var(--primary-color) 75%,transparent);border:1px solid color-mix(in srgb,var(--primary-color) 40%,transparent);color:var(--secondery-color);padding:4px;border-radius:6px;font-weight:600;font-size:.8rem}.new-state{background-color:color-mix(in srgb,var(--secondery-color) 75%,transparent);color:var(--primary-color);border:1px solid color-mix(in srgb,var(--secondery-color) 40%,transparent)}.demo-pcards .pagination{display:flex;justify-content:center;gap:16px;margin-top:30px}.demo-pcards .pagination button{padding:10px 18px;border-radius:12px;border:1px solid rgba(0,0,0,.06);background:#fff;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .2s ease}.btn-ON{color:#111}.btn-OFF{color:#00000023}.demo-pcards .pagination .btn-ON:hover{background:var(--secondery-color);color:#fff;box-shadow:0 6px 18px #8345d82e}@media (max-width: 1024px){.demo-pcards{--card-w: 200px;--card-h: 240px;--circle-size: 85px;--hex-size: 1.6rem;padding:50px 0}.product-grid{grid-template-columns:repeat(4,1fr);gap:16px;padding:16px 16px 0}.product-card img{top:0%;height:70%}.product-image{margin-top:0}.demo-pcards .product-card .product-info{gap:0px;left:0;right:0;bottom:0;position:relative;justify-content:space-between;height:32%;width:100%;align-items:center;padding:10px}.demo-pcards .product-card .product-info .details{max-width:9.3rem;gap:4px}.demo-pcards .product-card .color-name{font-size:.75rem;-webkit-line-clamp:2}.demo-pcards .product-card .price-wrap{gap:3px}.demo-pcards .product-card .price{font-size:.7rem}.demo-pcards .product-card .old-price{font-size:.6rem}.demo-pcards .product-card .more-btn{white-space:nowrap;padding:6px;font-size:.8rem}.demo-pcards .section-header{max-width:90vw;margin-bottom:0;padding:0 8vw}.demo-pcards .section-header h2{font-size:30px;line-height:1.3}.demo-pcards .section-header p{font-size:15px}}@media (max-width: 767px){.demo-pcards .section-header{max-width:98vw;margin-bottom:0;padding:0 2vw}.demo-pcards .section-header h2{margin-bottom:12px;font-size:1.6rem;font-weight:700;line-height:1.3}.demo-pcards .section-header p{font-size:14px;line-height:1.5}.demo-pcards{--card-w: 42vw;--card-h: 225px;--circle-size: 65px;--hex-size: 1.4rem;padding:40px 2rem 75px}.product-grid{gap:12px;grid-template-columns:1fr 1fr;margin:0 auto;padding:0}.demo-pcards .product-card{justify-content:space-between}.product-card img{top:0%;height:70%}.product-image{margin-top:0}.demo-pcards .product-card .product-info{gap:0px;left:0;right:0;bottom:0;position:relative;justify-content:space-between;height:32%;width:100%;align-items:center;padding:10px}.demo-pcards .product-card .product-info .details{max-width:7.3rem;gap:2px}.demo-pcards .product-card .color-name{font-size:.72rem;-webkit-line-clamp:2}.demo-pcards .product-card .price-wrap{gap:2px}.demo-pcards .product-card .price{font-size:.7rem}.demo-pcards .product-card .old-price{font-size:.6rem}.demo-pcards .product-card .more-btn{white-space:nowrap;padding:6px;font-size:.8rem}.demo-pcards .pagination{gap:8px;margin-top:1.4rem}.demo-pcards .pagination button{padding:9px 14px;font-size:12px}.card-state{font-size:.7rem}}.search-filter{width:70%;display:flex;align-items:center;justify-content:space-between;margin:2rem auto;gap:.8rem;padding:0rem 12rem}.search-filter-mode-2{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:space-between;margin:3rem auto;gap:1.5rem;padding:0rem 10rem}.search-box{position:relative;width:100%}.search-box-mode-2{position:relative;width:60%}.filter-box{width:30%}.search-box input{width:100%;height:42px;padding:0rem 0rem 0rem 2.5rem;font-size:14px;border:1px solid rgba(0,0,0,.06);border-radius:16px;outline:none;color:#000;background:#fff}.search-box input::placeholder{color:var(--inside-color)}.search-icon{position:absolute;top:50%;left:.75rem;transform:translateY(-50%);color:var(--inside-color)}.filter-box select{appearance:none;-webkit-appearance:none;-moz-appearance:none;padding-right:2.5rem;background:url('data:image/svg+xml;utf8,<svg fill="black" height="16" width="16" xmlns="http://www.w3.org/2000/svg"><path d="M4 6l4 4 4-4"/></svg>') no-repeat right .75rem center;background-size:1rem}.filter-btn{display:flex;align-items:center;padding:0 1rem;justify-content:space-between;height:42px;width:100%;font-size:14px;font-weight:500;border:1px solid rgba(0,0,0,.06);border-radius:16px;background:#fff;color:var(--inside-color);cursor:pointer;transition:all .2s ease}.filter-btn svg{color:var(--inside-color)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.filter-group select{width:100%;height:38px;padding:.4rem .6rem;border:1px solid #ccc;border-radius:10px;font-size:14px;outline:none;background:#fff;color:#333;cursor:pointer}.filter-btn .label{width:90%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-block}.filter-btn .cat-arrow{margin-left:8px;font-size:.6rem;color:#666}.category-modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;justify-content:center;align-items:center;z-index:9999;padding:20px}.category-modal.active{display:flex}.category-box{background:#fff;border-radius:16px;padding:20px;box-shadow:0 4px 12px #00000026;width:320px}.category-box h2{margin-bottom:24px;font-size:1.2rem;text-align:center;color:#000}.category{display:flex;align-items:center;gap:16px;padding:11px;border:1px solid #dddddd85;border-radius:18px;margin-bottom:10px;cursor:pointer;transition:all .2s ease}.category-only{display:flex;align-items:center;gap:16px;padding:8px 12px;border:1px solid #dddddd85;margin-bottom:0;border-radius:18px;cursor:pointer;transition:all .2s ease;white-space:nowrap;flex-shrink:0}.category img{width:40px;height:40px;object-fit:cover;border-radius:8px}.category span{font-size:1rem;color:#000;font-weight:500}.category-only span{font-size:14px;color:#000}.category-tout{height:-webkit-fill-available}@media (hover: hover){.category:hover{border-color:#aaa;background:#f9f9f9}}@media (max-width: 1023px){.search-filter{grid-template-columns:1fr 1fr;gap:.7rem;padding:0 2rem;margin:1.6rem auto}.search-filter-mode-2{padding:0 6rem}.search-box input{width:100%;font-size:13px;height:38px}.filter-btn{width:100%;font-size:13px;gap:.6rem;height:38px}.category-only span{font-size:13px;color:#000}}@media (max-width: 767px){.search-filter{width:100%;margin:1.4rem auto;gap:.6rem;padding:0 1.5rem}.search-filter-mode-2{width:100%;margin:1.4rem auto;gap:1.2rem;padding:0 1rem}.search-box{height:36px}.search-box input{width:100%;font-size:12px;height:36px;padding-left:2.2rem}.cat-arrow{margin-left:0}.filter-btn{font-size:12px;margin:0 auto;width:110px;height:36px;justify-content:center;gap:0}.filter-box{width:55%}.category-only span{font-size:12px;color:#000}.category-only img{height:35px;width:35px}.category-only{padding:6px 10px}.category-only.category-tout{padding:0 10px;height:47px}}.tabs-wrap{display:flex;align-items:center;justify-content:space-between;width:100%}.category-group{display:flex;align-items:center;justify-content:flex-start;width:100%;gap:12px;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;touch-action:pan-x;-webkit-overflow-scrolling:touch;padding:0;height:100%}.category-group::-webkit-scrollbar{display:none}.arrow{width:var(--arrow-size);height:var(--arrow-size);border-radius:10px;border:none;display:grid;place-items:center;box-shadow:0 6px 18px #00020c0f;background:#fff;cursor:pointer;transition:opacity .15s ease,transform .12s ease}.arrow[disabled]{opacity:.35;cursor:default}.arrow-left{margin-right:12px}.arrow-right{margin-left:12px}.arrow svg{width:18px;height:18px;pointer-events:none}@media (max-width:520px){:root{--arrow-size:30px;--bar-height:58px}.arrow-left{margin-right:4px}.arrow-right{margin-left:4px}}.arrow.hidden{opacity:0;visibility:hidden}.category-active span{color:var(--secondery-color)}.category-active{border-color:color-mix(in srgb,var(--secondery-color) 40%,transparent);background-color:color-mix(in srgb,var(--primary-color) 75%,transparent)}
