.shop-container{min-height:100vh;width:100%;display:flex;flex-direction:column}.shop-main{flex:1;display:flex;align-items:center;justify-content:center;overflow-y:auto;overflow-x:hidden;width:100%}.shop-content{width:100%;max-width:1100px;padding:1rem;margin:0 auto}.shop-title{font-size:2.25rem;font-weight:700;text-align:center;margin-bottom:2rem;color:#4338ca}.shop-img{width:120px;height:120px;object-fit:contain;border-radius:.5rem;margin-bottom:.5rem}.no-shadow{box-shadow:none!important}.shop-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(5,1fr);gap:1.2rem;justify-content:center;align-items:center;width:100%}@media (min-width:768px){.shop-grid{grid-template-columns:repeat(5,1fr);grid-template-rows:repeat(2,1fr);gap:2rem}.shop-title{font-size:2.5rem}}.shop-item{display:flex;flex-direction:column;align-items:center;width:100%;transition:transform .3s cubic-bezier(.4,0,.2,1);overflow:hidden;margin:0 auto;will-change:transform,opacity;position:relative}.shop-item:hover{transform:none;box-shadow:none}.shop-name{font-size:1rem;font-weight:700;margin-bottom:.25rem;color:#1f2937;text-align:center}@media (min-width:768px){.shop-name{font-size:1.125rem}}.shop-points{font-size:.75rem;color:#cd845c;font-weight:600;margin-bottom:.5rem}@media (min-width:768px){.shop-points{font-size:.875rem}}.shop-page__container{width:100%;margin:0 auto;padding:1rem;box-sizing:border-box;min-height:calc(100vh - 200px);display:flex;flex-direction:column;gap:1rem}.shop-page__header{width:100%;max-width:1200px;text-align:center;padding:1rem;will-change:transform,opacity}.shop-page__title{font-size:1.5rem;color:var(--color-black);margin-bottom:.5rem;font-weight:800;will-change:transform,opacity;background:linear-gradient(135deg,#000,#333);-webkit-background-clip:text;-webkit-text-fill-color:transparent;letter-spacing:-.5px}.shop-page__subtitle{font-size:.875rem;color:var(--color-gray);max-width:100%;margin:0 auto;line-height:1.5;will-change:transform,opacity;padding:0 .5rem}.shop-page__grid{display:grid;grid-template-columns:repeat(5,1fr);grid-auto-rows:1fr;gap:2rem;width:100%;flex:1;padding:.25rem;min-height:32rem}@media (max-width:1023px){.shop-page__grid{grid-template-columns:repeat(3,1fr);gap:1.25rem}}@media (max-width:639px){.shop-page__grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (min-width:640px){.shop-page__title{font-size:1.75rem}.shop-page__subtitle{font-size:1rem;max-width:90%}}@media (min-width:768px){.shop-page__title{font-size:2rem}.shop-page__subtitle{font-size:1.1rem;max-width:80%}}@media (min-width:1024px){.shop-page__title{font-size:2.25rem}.shop-page__subtitle{font-size:1.2rem;max-width:70%}}