.product-section{width:100%;padding:60px 20px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.modal-box.open{top:50%!important;left:50%!important;width:470px!important;height:80vh!important;max-height:530px;transform:translate(-50%,-50%) scale(1)!important;opacity:1!important}@media (max-width:1024px){.product-section{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}}@media (max-width:740px){.product-section{grid-template-columns:1fr;gap:16px;padding:40px 16px 16px}}@media (max-width:480px){.modal-box.open{width:90%!important}}.product-card{background:rgba(255,255,255,.2);padding:18px;border-radius:22px;backdrop-filter:blur(14px);box-shadow:0 12px 28px rgba(0,0,0,.06);cursor:pointer;transition:transform .28s cubic-bezier(.22, .61, .36, 1),box-shadow .28s;display:flex;flex-direction:column;gap:14px}.product-card:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 18px 40px rgba(0,0,0,.12)}.product-card.locked{position:relative;width:100%;height:100%}.hidden-card{opacity:0!important;transform:scale(.86)!important;filter:blur(4px);pointer-events:none;transition:.32s cubic-bezier(.22, .61, .36, 1)}.product-img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:16px;border:1px solid rgba(225,94,94,.15)}.product-name{font-size:1.15rem;font-weight:600;color:#3a3a3a}.product-info{display:flex;justify-content:space-between;font-size:.95rem;color:#555}.modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.2);backdrop-filter:blur(3px);z-index:3000;opacity:0;pointer-events:none;transition:opacity .28s cubic-bezier(.22, .61, .36, 1)}.modal-overlay.show{opacity:1;pointer-events:auto}.modal-box{position:fixed;z-index:4000;border-radius:28px;background:rgba(255,255,255,.25);backdrop-filter:blur(16px);box-shadow:0 18px 60px rgba(0,0,0,.2);overflow:hidden;opacity:0;border:1px solid rgba(225,94,94,.25);transition:.28s cubic-bezier(.22, .61, .36, 1)}.close-btn,.show-all-btn{font-weight:600;cursor:pointer;transition:.25s}.modal-box.closing{overflow:hidden!important}.modal-inner{padding:24px;overflow-y:auto;height:100%}.modal-img-wrapper{width:100%;height:260px;border-radius:20px;overflow:hidden;border:1px solid rgba(225,94,94,.25);margin-bottom:18px}.modal-img{width:100%;height:100%;object-fit:cover}.modal-title{font-size:1.35rem;font-weight:600;margin-bottom:8px;color:#000}.modal-detail{font-size:1rem;margin-bottom:4px;color:#000}.modal-desc{font-size:.95rem;margin-top:12px;line-height:1.55;color:#000}.close-btn{margin-top:20px;background:rgba(225,94,94,.7);padding:12px 20px;border-radius:16px;border:none;color:#fff}.close-btn:hover{background:rgba(225,94,94,.85);transform:scale(1.04)}.show-all-btn{margin:12px auto 0;display:inline-block;padding:14px 32px;border-radius:18px;border:1px solid rgba(225,94,94,.3);background:rgba(225,94,94,.05);backdrop-filter:blur(12px);color:#e15e5e;font-size:1rem;box-shadow:0 8px 20px rgba(0,0,0,.05)}.show-all-btn:hover{background:rgba(225,94,94,.15);transform:translateY(-2px) scale(1.02);box-shadow:0 12px 28px rgba(0,0,0,.08)}