.pb-cf__grid--full{grid-template-columns:1fr}.pb-cf__msg--ok{background:#d4edda;color:#155724}.pb-cf__msg--err{background:#f8d7da;color:#721c24}.pb-cf__social-wrap{padding-top:20px}.pb-cf__social-wrap h4{margin:0 0 12px;font-size:.88rem;font-weight:600;color:#2c3e50}.pb-cf__social{display:flex;gap:10px}.pb-cf__social a{width:40px;height:40px;border-radius:50%;background:#faf6ed;display:flex;align-items:center;justify-content:center;color:#c5a048;transition:all .3s;text-decoration:none}.pb-cf__social a:hover{background:#c5a048;color:#fff}.pb-cf__products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:10px}.pb-cf__product-card{display:flex;flex-direction:column;align-items:center;position:relative;background:#f9f9f9;border:2px solid #eee;border-radius:12px;padding:12px;cursor:pointer;transition:all .3s;text-align:center;overflow:hidden}.pb-cf__product-card:hover{border-color:#c5a048;background:#fefcf5}.pb-cf__product-card--selected{border-color:#c5a048!important;background:#fefcf5!important;box-shadow:0 4px 15px rgba(197,160,72,.15)}.pb-cf__product-check{position:absolute;opacity:0;pointer-events:none}.pb-cf__product-img{width:100%;height:100px;border-radius:8px;overflow:hidden;margin-bottom:10px;display:flex;align-items:center;justify-content:center;background:#f0f0f0}.pb-cf__product-img img{width:100%!important;height:100%!important;object-fit:cover!important;max-width:none!important}.pb-cf__product-img--placeholder{background:#f5f5f5}.pb-cf__product-info{display:flex;flex-direction:column;gap:4px;width:100%}.pb-cf__product-name{font-size:.78rem;font-weight:600;color:#2c3e50;line-height:1.3}.pb-cf__product-price{font-size:.72rem;font-weight:600;color:#c5a048}.pb-cf__product-tick{position:absolute;top:8px;right:8px;width:24px;height:24px;border-radius:50%;background:#e0e0e0;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .3s}.pb-cf__product-card--selected .pb-cf__product-tick{background:#c5a048}.pb-cf__addons-container{margin-top:20px}.pb-cf__addons-panel{background:#fefcf5;border:2px solid #c5a048;border-radius:12px;padding:20px;margin-bottom:16px;animation:pbAddonSlide .3s ease}.pb-cf__addons-header{margin-bottom:14px}.pb-cf__addons-title{display:block;font-size:.88rem;font-weight:700;color:#2c3e50}.pb-cf__addons-subtitle{display:block;font-size:.75rem;color:#888;margin-top:3px}.pb-cf__addons-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:10px}.pb-cf__addon-card{display:flex;flex-direction:column;align-items:center;position:relative;background:#fff;border:2px solid #eee;border-radius:10px;padding:10px 8px;cursor:pointer;transition:all .3s;text-align:center}.pb-cf__addon-card:hover{border-color:#c5a048;background:#fefcf5}.pb-cf__addon-card--selected{border-color:#c5a048!important;background:#fefcf5!important;box-shadow:0 2px 10px rgba(197,160,72,.15)}.pb-cf__addon-check{position:absolute;opacity:0;pointer-events:none}.pb-cf__addon-img{width:100%;height:70px;border-radius:6px;overflow:hidden;margin-bottom:8px;display:flex;align-items:center;justify-content:center;background:#f5f5f5}.pb-cf__addon-img img{width:100%!important;height:100%!important;object-fit:cover!important;max-width:none!important}.pb-cf__addon-info{display:flex;flex-direction:column;gap:2px;width:100%}.pb-cf__addon-name{font-size:.7rem;font-weight:600;color:#2c3e50;line-height:1.2}.pb-cf__addon-price{font-size:.65rem;font-weight:600;color:#c5a048}.pb-cf__addon-tick{position:absolute;top:6px;right:6px;width:20px;height:20px;border-radius:50%;background:#e0e0e0;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .3s}.pb-cf__addon-card--selected .pb-cf__addon-tick{background:#c5a048}@media (max-width:768px){.pb-cf__products-grid{grid-template-columns:repeat(2,1fr);gap:10px}.pb-cf__product-img{height:80px}.pb-cf__product-name{font-size:.72rem}.pb-cf__addons-grid{grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:8px}}@media (max-width:400px){.pb-cf__products-grid{grid-template-columns:1fr 1fr;gap:8px}.pb-cf__product-card{padding:8px}.pb-cf__product-img{height:70px}.pb-cf__addons-grid{grid-template-columns:repeat(3,1fr);gap:6px}.pb-cf__addon-img{height:55px}}