.ahm-shop{max-width:var(--theme-container-width,1200px);margin:0 auto;padding:0 16px}.ahm-shop-filters{display:flex;flex-direction:column;gap:28px;margin-bottom:28px;padding-bottom:24px}.ahm-shop-flabel{display:block;font-size:15px;font-weight:600;color:#1a1a2e;margin-bottom:8px;letter-spacing:-.01em}.ahm-shop-dropdowns{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:20px}.ahm-shop-filter--dropdown{display:flex;flex-direction:column}.ahm-shop-fselect{width:100%;padding:11px 40px 11px 16px;font-size:14px;font-weight:400;color:#333;background:#fff;border:1px solid #d4d0c8;border-radius:8px;cursor:pointer;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M2 4l4 4 4-4'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;transition:border-color 0.18s,box-shadow 0.18s}.ahm-shop-fselect:hover{border-color:#b0ada5}.ahm-shop-fselect:focus{border-color:#1a1a2e;box-shadow:0 0 0 2px rgb(26 26 46 / .08);outline:none}.ahm-shop-fselect.active{border-color:#1a1a2e;color:#1a1a2e;font-weight:500}.ahm-shop-filter--buttons{display:flex;flex-direction:column}.ahm-shop-filter-buttons{display:flex;flex-wrap:wrap;gap:8px}.ahm-shop-fbtn{display:inline-flex;align-items:center;padding:8px 18px;font-size:14px;font-weight:400;line-height:1.3;color:#1a1a2e;background:#fff;border:1px solid #d4d0c8;border-radius:8px;cursor:pointer;transition:all 0.18s ease;white-space:nowrap;-webkit-user-select:none;user-select:none}.ahm-shop-fbtn:hover{background:#f5f3ef;border-color:#b0ada5}.ahm-shop-fbtn.active{background:#1a1a2e;color:#fff;border-color:#1a1a2e}.ahm-shop-filter-actions{display:flex;align-items:center;gap:12px}.ahm-shop-reset{display:inline-flex;align-items:center;gap:4px;padding:7px 16px;font-size:13px;font-weight:500;color:#666;background:#fff0;border:1px solid #d4d0c8;border-radius:8px;cursor:pointer;transition:all 0.18s}.ahm-shop-reset:hover{background:#f5f3ef;border-color:#b0ada5;color:#333}.ahm-shop-count{font-size:13px;color:#888}@media (max-width:1140px){.ahm-shop-grid,.ahm-shop[data-columns="3"] .ahm-shop-grid,.ahm-shop[data-columns="4"] .ahm-shop-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.ahm-shop{padding:0 10px}.ahm-shop-filters{gap:18px;margin-bottom:18px;padding-bottom:16px}.ahm-shop-flabel{font-size:13px;margin-bottom:5px}.ahm-shop-dropdowns{grid-template-columns:1fr 1fr;gap:10px}.ahm-shop-fselect{padding:9px 32px 9px 12px;font-size:13px;border-radius:6px}.ahm-shop-filter-buttons{gap:5px}.ahm-shop-fbtn{padding:6px 12px;font-size:12px;border-radius:6px}.ahm-shop-grid,.ahm-shop[data-columns="2"] .ahm-shop-grid,.ahm-shop[data-columns="3"] .ahm-shop-grid,.ahm-shop[data-columns="4"] .ahm-shop-grid{grid-template-columns:repeat(2,1fr);gap:10px}.ahm-shop-card-img{aspect-ratio:3 / 2}.ahm-shop-card-body{padding:8px 10px 12px;gap:4px}.ahm-shop-card-title{font-size:13px;line-height:1.25}.ahm-shop-card-meta{gap:3px 8px}.ahm-shop-meta-item{font-size:11px}.ahm-shop-card-tags{gap:3px}.ahm-shop-tag{padding:1px 6px;font-size:9px}.ahm-shop-card-price{font-size:12px}.ahm-shop-badge{top:6px;left:6px;padding:3px 7px;font-size:9px}.ahm-shop-card{border-radius:6px}}@media (max-width:374px){.ahm-shop-dropdowns{grid-template-columns:1fr}.ahm-shop-card-title{font-size:12px}.ahm-shop-meta-item{font-size:10px}}.ahm-shop-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;position:relative;min-height:200px}.ahm-shop[data-columns="2"] .ahm-shop-grid{grid-template-columns:repeat(2,1fr)}.ahm-shop[data-columns="4"] .ahm-shop-grid{grid-template-columns:repeat(4,1fr)}.ahm-shop-card{display:flex;flex-direction:column;background:#fff;border-radius:8px;overflow:hidden;text-decoration:none;color:inherit;transition:transform 0.22s ease,box-shadow 0.22s ease,opacity 0.3s;box-shadow:0 1px 3px rgb(0 0 0 / .06);animation:ahmShopFadeIn 0.35s ease both}.ahm-shop-card--hidden{display:none!important}.ahm-shop-card:hover{transform:translateY(-3px);box-shadow:0 6px 20px rgb(0 0 0 / .1)}@keyframes ahmShopFadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.ahm-shop-card:nth-child(1){animation-delay:0.02s}.ahm-shop-card:nth-child(2){animation-delay:0.06s}.ahm-shop-card:nth-child(3){animation-delay:0.10s}.ahm-shop-card:nth-child(4){animation-delay:0.14s}.ahm-shop-card:nth-child(5){animation-delay:0.18s}.ahm-shop-card:nth-child(6){animation-delay:0.22s}.ahm-shop-card:nth-child(7){animation-delay:0.26s}.ahm-shop-card:nth-child(8){animation-delay:0.30s}.ahm-shop-card:nth-child(9){animation-delay:0.34s}.ahm-shop-card:nth-child(n+10){animation-delay:0.38s}.ahm-shop-card-img{position:relative;aspect-ratio:4 / 3;overflow:hidden;background:#f0f0f0}.ahm-shop-card-img img{width:100%;height:100%;object-fit:cover;transition:transform 0.4s ease}.ahm-shop-card:hover .ahm-shop-card-img img{transform:scale(1.04)}.ahm-shop-card--soldout .ahm-shop-card-img::after{content:'';position:absolute;inset:0;background:rgb(0 0 0 / .35);pointer-events:none}.ahm-shop-card--soldout .ahm-shop-card-img img{filter:grayscale(.5)}.ahm-shop-badge{position:absolute;top:10px;left:10px;padding:4px 10px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;border-radius:4px;z-index:1}.ahm-shop-badge--soldout{background:#d63638;color:#fff}.ahm-shop-badge--low{background:#f0c33c;color:#1a1a2e}.ahm-shop-badge--info{background:#e3f2fd;color:#1565c0}.ahm-shop-card-body{padding:12px 14px 16px;display:flex;flex-direction:column;gap:6px;flex:1}.ahm-shop-card-title{font-size:15px;font-weight:700;line-height:1.3;margin:0;color:#1a1a2e}.ahm-shop-card-meta{display:flex;flex-wrap:wrap;gap:6px 12px}.ahm-shop-meta-item{font-size:12px;color:#666;white-space:nowrap}.ahm-shop-card-tags{display:flex;flex-wrap:wrap;gap:4px;margin-top:2px}.ahm-shop-tag{display:inline-block;padding:2px 8px;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.03em;color:#666;background:#f2f2f2;border-radius:10px}.ahm-shop-tag--more{background:#e7a6b3;color:#fff}.ahm-shop-card-price{font-size:13px;font-weight:600;color:#1a1a2e;margin-top:auto;padding-top:4px}.ahm-shop-card-price del{color:#999;font-weight:400}.ahm-shop-card-price ins{text-decoration:none;color:#d63638}.ahm-shop-loading{display:none;position:absolute;inset:0;background:rgb(255 255 255 / .7);z-index:10;justify-content:center;align-items:flex-start;padding-top:80px}.ahm-shop-loading.active{display:flex}.ahm-shop-spinner{width:32px;height:32px;border:3px solid #eee;border-top-color:#1a1a2e;border-radius:50%;animation:ahmShopSpin 0.7s linear infinite}@keyframes ahmShopSpin{to{transform:rotate(360deg)}}.ahm-shop-empty{grid-column:1 / -1;text-align:center;padding:48px 24px;font-size:15px;color:#666;background:#fafafa;border-radius:8px;border:1px dashed #ddd}