.spg-wrapper{position:relative;width:100%}.spg-filters{display:flex;flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:16px;margin-bottom:24px;padding:8px 0}@media (max-width:767px){.spg-filters{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;justify-content:flex-start;padding:8px 4px 12px;scroll-snap-type:x mandatory}.spg-filters::-webkit-scrollbar{display:none}.spg-filter{scroll-snap-align:start}}.spg-filter{display:inline-flex;flex-direction:column;align-items:center;gap:6px;padding:0;border:none;background:transparent;cursor:pointer;min-width:56px;-webkit-tap-highlight-color:transparent;transition:transform 0.2s ease}.spg-filter:hover{transform:translateY(-3px)}.spg-filter:hover .spg-filter__dot{box-shadow:0 4px 14px rgba(0,0,0,0.18)}.spg-filter:active{transform:translateY(0)}.spg-filter__dot{position:relative;display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;transition:background 0.25s ease,box-shadow 0.25s ease,transform 0.25s ease;box-shadow:0 2px 6px rgba(0,0,0,0.08)}.spg-filter__emoji{font-size:22px;line-height:1}.spg-filter__emoji img.emoji,.spg-filter__emoji img{width:22px;height:22px;display:inline-block;vertical-align:middle;pointer-events:none}.spg-filter__label{font-family:'Space Grotesk','Instrument Sans',system-ui,sans-serif;font-size:11px;font-weight:600;color:#888;text-transform:uppercase;letter-spacing:0.04em;white-space:nowrap;transition:color 0.25s ease,font-weight 0.25s ease}.spg-filter.is-active .spg-filter__dot{transform:scale(1.1);box-shadow:0 4px 16px rgba(0,0,0,0.2)}.spg-filter.is-active .spg-filter__label{color:#1B1B1B;font-weight:700}.spg-filters.has-active .spg-filter:not(.is-active){opacity:0.55}.spg-filters.has-active .spg-filter:not(.is-active):hover{opacity:0.85}.spg-sort-bar{display:flex;align-items:center;justify-content:flex-end;gap:8px;margin-bottom:16px;padding:0 4px}.spg-sort-bar__label{font-family:'Space Grotesk','Instrument Sans',system-ui,sans-serif;font-size:13px;font-weight:600;color:#555;white-space:nowrap}.spg-sort-bar__select{font-family:'Space Grotesk','Instrument Sans',system-ui,sans-serif;font-size:13px;font-weight:500;color:#1B1B1B;background:#fff;border:1px solid #ddd;border-radius:8px;padding:6px 32px 6px 12px;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='8' fill='none'%3E%3Cpath d='M1 1.5l5 5 5-5' stroke='%23555' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;transition:border-color 0.2s ease}.spg-sort-bar__select:hover,.spg-sort-bar__select:focus{border-color:#1B1B1B;outline:none}.spg-results-count{font-family:'Instrument Sans',system-ui,sans-serif;font-size:13px;color:#888;margin-bottom:12px;padding:0 4px}.spg-results-count:empty{display:none}ul.spg-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px 24px;list-style:none;margin:0;padding:0;transition:opacity 0.25s ease}@media (max-width:1024px){ul.spg-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:767px){ul.spg-grid{grid-template-columns:repeat(2,1fr);gap:20px 12px}}.spg-product-card{position:relative;list-style:none;display:flex;flex-direction:column;transition:transform 0.2s ease}.spg-product-card:hover{transform:translateY(-2px)}.spg-product-card__link{display:flex;flex-direction:column;text-decoration:none;color:inherit;flex:1}.spg-product-card__image{position:relative;overflow:hidden;border-radius:8px;margin-bottom:12px;background:#f5f5f5}.spg-product-card__image img{width:100%;height:auto;display:block;transition:transform 0.3s ease}.spg-product-card:hover .spg-product-card__image img{transform:scale(1.03)}.spg-badge{position:absolute;top:8px;left:8px;z-index:2;display:inline-flex;align-items:center;justify-content:center;padding:3px 10px;border-radius:20px;font-family:'Space Grotesk',system-ui,sans-serif;font-size:12px;font-weight:700;line-height:1.3}.spg-badge--sale{background:#FF6B35;color:#fff}.spg-product-card__category{font-family:'Space Grotesk',system-ui,sans-serif;font-size:11px;font-weight:500;color:#999;text-transform:uppercase;letter-spacing:0.05em;margin-bottom:4px}.spg-product-card__category a{color:inherit;text-decoration:none}.spg-product-card__title{font-family:'Syne','Space Grotesk',system-ui,sans-serif;font-size:15px;font-weight:700;color:#1B1B1B;margin:0 0 6px;line-height:1.3}.spg-product-card__rating{margin-bottom:6px}.spg-product-card__rating .star-rating{font-size:13px}.spg-product-card__price{font-family:'Space Grotesk',system-ui,sans-serif;font-size:14px;font-weight:600;color:#1B1B1B;margin-bottom:10px}.spg-product-card__price del{color:#aaa;font-weight:400;margin-right:4px}.spg-product-card__price ins{text-decoration:none;color:#FF6B35}.spg-product-card__actions{margin-top:auto}.spg-product-card__actions .button,.spg-product-card__actions .add_to_cart_button{display:inline-flex;align-items:center;justify-content:center;width:100%;padding:8px 16px;border-radius:8px;font-family:'Space Grotesk',system-ui,sans-serif;font-size:13px;font-weight:600;text-decoration:none;border:1.5px solid #1B1B1B;background:transparent;color:#1B1B1B;cursor:pointer;transition:background 0.2s ease,color 0.2s ease}.spg-product-card__actions .button:hover,.spg-product-card__actions .add_to_cart_button:hover{background:#1B1B1B;color:#fff}.spg-loading{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;z-index:10;pointer-events:none}.spg-spinner{width:32px;height:32px;border:3px solid #e0e0e0;border-top-color:#1B1B1B;border-radius:50%;animation:spg-spin 0.7s linear infinite}@keyframes spg-spin{to{transform:rotate(360deg)}}.spg-no-results{grid-column:1 / -1;text-align:center;padding:48px 24px;list-style:none}.spg-no-results p{font-family:'Instrument Sans',system-ui,sans-serif;font-size:15px;color:#888;margin:0}.spg-load-more-wrap{text-align:center;margin-top:32px}.spg-load-more{font-family:'Space Grotesk',system-ui,sans-serif;font-size:14px;font-weight:600;color:#1B1B1B;background:transparent;border:1.5px solid #1B1B1B;border-radius:8px;padding:10px 32px;cursor:pointer;transition:background 0.2s ease,color 0.2s ease}.spg-load-more:hover{background:#1B1B1B;color:#fff}.spg-load-more:disabled{opacity:0.5;cursor:not-allowed}