.shop-container{flex-direction:column;width:100%;min-height:100vh;display:flex}.shop-main{flex:1;justify-content:center;align-items:center;width:100%;display:flex;overflow:hidden auto}.shop-content{width:100%;max-width:1100px;margin:0 auto;padding:1rem}.shop-title{text-align:center;color:#4338ca;margin-bottom:2rem;font-size:2.25rem;font-weight:700}.shop-img{object-fit:contain;border-radius:.5rem;width:120px;height:120px;margin-bottom:.5rem}.no-shadow{box-shadow:none!important}.shop-grid{grid-template-rows:repeat(5,1fr);grid-template-columns:repeat(2,1fr);justify-content:center;align-items:center;gap:1.2rem;width:100%;display:grid}@media (min-width:768px){.shop-grid{grid-template-rows:repeat(2,1fr);grid-template-columns:repeat(5,1fr);gap:2rem}.shop-title{font-size:2.5rem}}.shop-item{will-change:transform, opacity;flex-direction:column;align-items:center;width:100%;margin:0 auto;transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.shop-item:hover{box-shadow:none;transform:none}.shop-name{color:#1f2937;text-align:center;margin-bottom:.25rem;font-size:1rem;font-weight:700}@media (min-width:768px){.shop-name{font-size:1.125rem}}.shop-points{color:#cd845c;margin-bottom:.5rem;font-size:.75rem;font-weight:600}@media (min-width:768px){.shop-points{font-size:.875rem}}.shop-page__container{box-sizing:border-box;flex-direction:column;gap:1rem;width:100%;min-height:calc(100vh - 200px);margin:0 auto;padding:1rem;display:flex}.shop-page__header{text-align:center;will-change:transform, opacity;flex-direction:column;align-items:center;width:100%;max-width:1200px;margin:0 auto;padding:1rem;display:flex}.shop-search{box-sizing:border-box;width:100%;max-width:1200px;margin:0 auto 1rem;padding:.5rem .75rem}.shop-search__title{color:var(--color-black);margin:0 0 .5rem;font-size:1.125rem;font-weight:700}.shop-search__form{align-items:center;gap:.5rem;display:flex}.shop-search__input{border:1px solid #e5e7eb;border-radius:8px;flex:1;min-width:0;padding:.55rem .75rem;font-size:.95rem}.shop-search__button{color:#fff;cursor:pointer;background:#4338ca;border:none;border-radius:8px;padding:.55rem .9rem;font-weight:600}.shop-search__button:disabled{opacity:.7;cursor:default}.shop-search__error{color:#b91c1c;margin-top:.5rem;font-size:.9rem}.shop-search__results{flex-direction:column;gap:.5rem;margin-top:.75rem;display:flex}.shop-search__empty{color:var(--color-gray);font-size:.95rem}.shop-search__item{border:1px solid #e5e7eb;border-radius:8px;justify-content:space-between;align-items:center;padding:.6rem .75rem;display:flex}.shop-search__name{color:#1f2937;font-weight:600}.shop-search__links{gap:.75rem;display:flex}.shop-search__link{color:#4338ca;font-weight:600;text-decoration:none}.shop-search__pagination{align-items:center;gap:.75rem;margin-top:.5rem;display:flex}.shop-search__page-btn{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:6px;padding:.4rem .7rem}.shop-search__page-btn:disabled{opacity:.6;cursor:default}.shop-search__page-info{color:var(--color-gray);font-size:.9rem}.shop-page__title{color:var(--color-black);will-change:transform, opacity;background:linear-gradient(135deg,#000 0%,#333 100%);-webkit-text-fill-color:transparent;letter-spacing:-.5px;-webkit-background-clip:text;margin-bottom:.5rem;font-size:1.5rem;font-weight:800}.shop-page__subtitle{color:var(--color-gray);will-change:transform, opacity;max-width:100%;margin:0 auto;padding:0 .5rem;font-size:.875rem;line-height:1.5}.shop-page__grid{flex:1;grid-template-columns:repeat(4,1fr);grid-auto-rows:1fr;gap:2rem;width:100%;min-height:32rem;padding:.25rem;display:grid}@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{max-width:90%;font-size:1rem}}@media (min-width:768px){.shop-page__title{font-size:2rem}.shop-page__subtitle{max-width:80%;font-size:1.1rem}}@media (min-width:1024px){.shop-page__title{font-size:2.25rem}.shop-page__subtitle{max-width:70%;font-size:1.2rem}}
