.gsp-category-nav{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:30px;justify-content:center;padding:0 10px}.gsp-nav-btn{display:inline-block;padding:10px 20px;background-color:var(--gsp-button-bg-color,#c07f00);color:var(--gsp-button-text-color,#fff) !important;text-decoration:none !important;border-radius:4px;font-weight:500;border:2px solid var(--gsp-button-border-color,#c07f00);cursor:pointer;text-align:center;font-size:15px;line-height:1.4;transition:all .3s ease;margin:0;white-space:nowrap;min-width:max-content;box-shadow:none !important}.gsp-nav-btn:hover,.gsp-nav-btn:focus{background-color:var(--gsp-button-hover-bg-color,#a66f00);color:var(--gsp-button-hover-text-color,#fff) !important;border-color:var(--gsp-button-hover-bg-color,#a66f00);text-decoration:none !important}.gsp-nav-btn.active{background-color:var(--gsp-button-active-bg-color,#fff);color:var(--gsp-button-active-text-color,#c07f00) !important;border-color:var(--gsp-button-border-color,#c07f00)}.gsp-products-container{max-width:1200px;margin:0 auto;padding:20px}.product-category{margin-bottom:40px}.category-header{position:relative;width:100%;margin-bottom:30px;overflow:hidden;border-radius:8px}.category-image{width:100%;height:auto;display:block}.category-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,.7) 100%);padding:20px;color:#fff}.category-title{margin:0;padding:0;font-size:28px;font-weight:600;color:#fff;text-shadow:1px 1px 3px rgba(0,0,0,.3)}.category-description{color:#fff;margin:10px 0;font-size:16px;line-height:1.4;text-shadow:1px 1px 3px rgba(0,0,0,.3)}.category-product-count{font-size:16px;opacity:.8;margin-top:5px}.category-header-text{text-align:center;margin:40px 0}.category-title-display{font-size:32px;font-weight:600;color:var(--gsp-text-color,#000);text-transform:uppercase;letter-spacing:1px;margin-bottom:15px}.category-description-display{font-size:18px;color:var(--gsp-secondary-color,#666);line-height:1.5;max-width:800px;margin:0 auto}.product-cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px;margin-bottom:30px}.product-card{border:1px solid var(--gsp-border-color,#ddd);border-radius:8px;overflow:hidden;background:#fff;text-align:center;transition:all .3s ease;position:relative;box-shadow:0 2px 4px rgba(0,0,0,.05)}.product-card:hover{transform:translateY(-8px);box-shadow:0 8px 16px rgba(0,0,0,.1)}.product-card.featured:before{content:"★";position:absolute;top:10px;right:10px;background:gold;color:#000;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;z-index:1;box-shadow:0 2px 4px rgba(0,0,0,.2)}.product-card img{width:100%;height:auto;display:block;margin:0 auto;object-fit:cover}.product-card-content{padding:15px;text-align:left}.product-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}.product-list-item{margin-bottom:20px;padding:15px;border:1px solid var(--gsp-border-color,#ddd);border-radius:8px;background:#fff;transition:all .3s ease;position:relative;box-shadow:0 2px 4px rgba(0,0,0,.05)}.product-list-item:hover{transform:translateY(-8px);box-shadow:0 8px 16px rgba(0,0,0,.1)}.product-list-item.featured:before{content:"★";position:absolute;top:10px;right:10px;background:gold;color:#000;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;box-shadow:0 2px 4px rgba(0,0,0,.2)}.product-card-header,.product-list-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:8px}.product-name{flex:1;font-weight:500;font-size:18px;color:var(--gsp-text-color,#000)}.product-price{white-space:nowrap;margin-left:15px;font-weight:600;color:var(--gsp-text-color,#000)}.product-price.on-sale .original-price{text-decoration:line-through;color:var(--gsp-info-color,#999);font-size:.9em;margin-right:5px}.product-price.on-sale .sale-price{color:var(--gsp-sale-color,#e53935);font-weight:700}.product-description{margin-bottom:8px;line-height:1.4;color:var(--gsp-text-color,#666)}.product-info{margin-top:8px;font-size:12px;color:var(--gsp-info-color,#888)}.loading-spinner{text-align:center;padding:20px;color:var(--gsp-info-color,#666)}.error-message{color:#dc3545;text-align:center;padding:20px;background:#fff;border:1px solid #dc3545;border-radius:4px;margin:20px 0}@media (max-width:768px){.gsp-products-container{padding:15px}.gsp-category-nav{gap:6px;padding:0 5px}.gsp-nav-btn{padding:8px 16px;font-size:14px}.category-header{flex-direction:column;text-align:center}.category-image{max-height:200px;object-fit:cover}.category-title-display{font-size:24px;margin-bottom:10px}.category-description-display{font-size:16px}.category-description{font-size:14px}.product-cards-grid{grid-template-columns:1fr !important;gap:15px}.product-list{grid-template-columns:1fr !important;gap:15px}.product-card{max-width:100%;margin:0}.product-card img{max-height:200px;object-fit:cover}.product-card-content{padding:12px}.product-list-item{margin-bottom:15px;padding:12px}.product-card-header,.product-list-header{flex-direction:column;align-items:flex-start;gap:5px}.product-name{margin-right:0}.product-price{margin-left:0}}@media (max-width:480px){.gsp-products-container{padding:10px}.gsp-nav-btn{padding:6px 12px;font-size:13px}.product-card-content,.product-list-item{padding:10px}.category-title{font-size:20px}.category-title-display{font-size:20px;margin:20px 0}.category-description-display{font-size:14px}}