:root{--szgcb-green:#50e31b;--szgcb-green2:#72f53f;--szgcb-ink:#111512;--szgcb-ink2:#1b211c;--szgcb-text:#242924;--szgcb-muted:#6b746c;--szgcb-line:#e2e8e2;--szgcb-soft:#f5f8f4}
.szgcb-brand{font-size:12px;font-weight:900;letter-spacing:.11em;color:inherit;text-transform:uppercase}.szgcb-brand__z{color:var(--szgcb-green)}
.szgcb-card{position:relative;margin:28px 0;border:1px solid #293129;border-radius:16px;overflow:hidden;background:linear-gradient(135deg,var(--szgcb-ink) 0%,var(--szgcb-ink2) 76%);color:#fff;box-shadow:0 14px 34px rgba(15,20,16,.13)}
.szgcb-card:before{content:"";position:absolute;left:0;right:0;top:0;height:4px;background:linear-gradient(90deg,var(--szgcb-green),var(--szgcb-green2),transparent 72%)}
.szgcb-card__brandrow{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:16px 20px 0;color:#fff}.szgcb-card__context{font-size:11px;color:#b9c3ba;text-transform:uppercase;letter-spacing:.08em}
.szgcb-card__inner{display:grid;grid-template-columns:148px minmax(0,1fr);gap:22px;padding:18px 20px 20px}.szgcb-card__cover{display:flex;align-items:center;justify-content:center;width:148px;aspect-ratio:2/3;border-radius:10px;overflow:hidden;background:#0b0f0c;border:1px solid rgba(255,255,255,.08);padding:5px;box-sizing:border-box;align-self:start}.szgcb-card__cover img{display:block;width:100%;height:100%;object-fit:contain;object-position:center;margin:0;border-radius:6px}
.szgcb-card__body{min-width:0;display:flex;flex-direction:column;justify-content:center}.szgcb-card__kicker{font-size:12px;font-weight:800;color:var(--szgcb-green2);text-transform:uppercase;letter-spacing:.07em;margin-bottom:6px}.szgcb-card__body h3{color:#fff!important;font-size:24px!important;line-height:1.17!important;margin:0 0 9px!important;text-transform:none!important;max-width:900px}.szgcb-card__platform{display:flex;align-items:center;gap:7px;color:#c6cec7;font-size:13px}.szgcb-dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--szgcb-green);box-shadow:0 0 0 3px rgba(80,227,27,.12)}
.szgcb-card__buyrow{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-top:20px;padding-top:16px;border-top:1px solid rgba(255,255,255,.09)}.szgcb-card__buyrow small{display:block;color:#919b93;font-size:11px;text-transform:uppercase;letter-spacing:.06em;margin-bottom:1px}.szgcb-card__price{display:block;font-size:25px;line-height:1;color:#fff}.szgcb-card__note{font-size:11px;color:#8e998f;margin-top:11px}
.szgcb-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--szgcb-green);color:#0b110b!important;text-decoration:none!important;font-weight:900;border-radius:9px;padding:12px 17px;line-height:1;box-shadow:0 7px 18px rgba(80,227,27,.18);transition:transform .18s ease,background .18s ease}.szgcb-btn:hover{background:var(--szgcb-green2);color:#071007!important;transform:translateY(-1px)}.szgcb-btn--small{padding:10px 14px;font-size:13px;white-space:nowrap}
.szgcb-gridwrap{margin:32px 0 26px;border-top:1px solid var(--szgcb-line);padding-top:24px}.szgcb-gridwrap--mix{margin:30px 0;padding:20px;border:1px solid #dfe7df;border-top:3px solid var(--szgcb-green);border-radius:15px;background:linear-gradient(135deg,#f7faf6,#fff);box-shadow:0 10px 28px rgba(22,31,23,.05)}.szgcb-gridwrap__head{display:flex;justify-content:space-between;align-items:flex-end;gap:18px;margin-bottom:15px}.szgcb-gridwrap__head .szgcb-brand{color:#39772a}.szgcb-gridwrap__title{margin:4px 0 0!important;font-size:24px!important;font-weight:800;line-height:1.1!important;color:var(--szgcb-text)!important;text-transform:uppercase}.szgcb-gridwrap__head p{margin:5px 0 0;font-size:12px;color:var(--szgcb-muted)}.szgcb-gridwrap__head>a{color:#171c18!important;text-decoration:none!important;font-weight:800;font-size:13px;border-bottom:2px solid var(--szgcb-green);padding-bottom:2px;white-space:nowrap}
.szgcb-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.szgcb-product{min-width:0;border:1px solid var(--szgcb-line);border-radius:13px;overflow:hidden;background:#fff;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.szgcb-product:hover{transform:translateY(-2px);border-color:#c7d3c8;box-shadow:0 10px 25px rgba(22,31,23,.08)}.szgcb-product__cover{position:relative;display:block;background:var(--szgcb-soft);overflow:hidden}.szgcb-product__cover img{display:block;width:100%;height:auto;aspect-ratio:4/5;object-fit:cover;object-position:center;margin:0;transition:transform .25s ease}.szgcb-product:hover .szgcb-product__cover img{transform:scale(1.015)}.szgcb-product__badge{position:absolute;left:9px;bottom:9px;max-width:calc(100% - 18px);background:rgba(17,21,18,.9);color:#fff;border:1px solid rgba(255,255,255,.15);border-radius:999px;padding:5px 8px;font-size:10px;line-height:1.1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.szgcb-product__body{padding:12px}.szgcb-product__title{font-size:13px!important;font-weight:700;line-height:1.28!important;height:34px;margin:0 0 13px!important;text-transform:none!important;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.szgcb-product__title a{color:#232923!important;text-decoration:none!important}.szgcb-product__foot{display:flex;align-items:center;justify-content:space-between;gap:8px;padding-top:10px;border-top:1px solid #edf0ed}.szgcb-product__foot strong{font-size:15px;color:#1f251f}.szgcb-product__cta{font-size:12px;font-weight:900;color:#2b7820!important;text-decoration:none!important;white-space:nowrap}
.szgcb-sticky{position:fixed;z-index:99990;left:50%;bottom:14px;transform:translate(-50%,calc(100% + 40px));width:min(920px,calc(100vw - 28px));display:grid;grid-template-columns:auto auto minmax(0,1fr) auto auto;align-items:center;gap:12px;background:rgba(16,20,17,.97);color:#fff;border:1px solid #303930;border-radius:14px;padding:9px 12px;box-shadow:0 18px 48px rgba(0,0,0,.28);opacity:0;transition:transform .25s ease,opacity .25s ease;backdrop-filter:blur(12px)}.szgcb-sticky.is-visible{transform:translate(-50%,0);opacity:1}.szgcb-sticky[hidden]{display:none!important}.szgcb-sticky__brand{padding-right:3px}.szgcb-sticky__cover{display:flex;width:44px;height:58px;align-items:center;justify-content:center;background:#090d0a;border-radius:6px;overflow:hidden}.szgcb-sticky img{display:block;width:100%;height:100%;object-fit:contain;border-radius:4px;margin:0}.szgcb-sticky__text{min-width:0}.szgcb-sticky__text strong{display:block;font-size:13px;line-height:1.2;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.szgcb-sticky__text span{display:block;color:#9da79f;font-size:11px;margin-top:3px}.szgcb-sticky__price{font-weight:900;font-size:16px;white-space:nowrap}.szgcb-sticky__close{position:absolute;right:-8px;top:-10px;width:25px;height:25px;border-radius:50%;border:1px solid #dce2dc;background:#fff;color:#252b26;font-size:16px;line-height:20px;cursor:pointer;padding:0}
@media(max-width:900px){.szgcb-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.szgcb-sticky{grid-template-columns:auto minmax(0,1fr) auto auto}.szgcb-sticky__brand{display:none}}
@media(max-width:620px){.szgcb-card{border-radius:13px}.szgcb-card__brandrow{padding:15px 15px 0}.szgcb-card__context{display:none}.szgcb-card__inner{grid-template-columns:92px minmax(0,1fr);gap:14px;padding:14px 15px 16px}.szgcb-card__cover{width:92px}.szgcb-card__body h3{font-size:18px!important}.szgcb-card__buyrow{align-items:stretch;flex-direction:column;gap:12px;margin-top:14px;padding-top:12px}.szgcb-card__price{font-size:22px}.szgcb-btn{width:100%;box-sizing:border-box}.szgcb-card__note{display:none}.szgcb-gridwrap--mix{padding:14px;margin:24px 0}.szgcb-gridwrap__head{align-items:flex-start}.szgcb-gridwrap__head p{display:none}.szgcb-gridwrap__head>a{font-size:11px}.szgcb-grid{gap:10px}.szgcb-product__body{padding:10px}.szgcb-product__title{font-size:12px!important;height:45px}.szgcb-product__foot{align-items:flex-start;flex-direction:column;gap:5px}.szgcb-product__badge{font-size:9px}.szgcb-sticky{bottom:8px;width:calc(100vw - 16px);grid-template-columns:auto minmax(0,1fr) auto;padding:8px;gap:8px}.szgcb-sticky__cover{width:38px;height:50px}.szgcb-sticky__text strong{font-size:12px}.szgcb-sticky__text span,.szgcb-sticky__price{display:none}.szgcb-sticky .szgcb-btn{width:auto;padding:10px 11px;font-size:11px}.szgcb-sticky__close{right:-3px;top:-12px}}
@media(min-width:901px){.szgcb-sticky--mobile-only{display:none!important}}
.szgcb-affiliate{display:flex;align-items:center;gap:16px;margin:28px 0;padding:16px 18px;border:1px solid #dfe5df;border-left:4px solid var(--szgcb-green);border-radius:13px;background:#fff;box-shadow:0 8px 24px rgba(22,31,23,.06)}.szgcb-affiliate__image{flex:0 0 82px;width:82px;height:82px;display:flex;align-items:center;justify-content:center;border-radius:9px;overflow:hidden;background:var(--szgcb-soft);text-decoration:none!important}.szgcb-affiliate__image img{display:block;width:100%;height:100%;object-fit:contain;margin:0}.szgcb-affiliate__body{min-width:0;flex:1;display:flex;flex-direction:column;gap:3px}.szgcb-affiliate__partner{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:#5d6a5f}.szgcb-affiliate__heading{font-size:18px;font-weight:900;line-height:1.15;color:#1f251f}.szgcb-affiliate__product{font-size:14px;color:#39413a}.szgcb-affiliate__disclosure{font-size:10px;line-height:1.35;color:#7a837b;margin-top:4px}.szgcb-affiliate__cta{display:inline-flex;align-items:center;justify-content:center;gap:6px;flex:0 0 auto;background:#171c18;color:#fff!important;text-decoration:none!important;font-weight:900;font-size:13px;border-radius:9px;padding:11px 14px;white-space:nowrap}.szgcb-affiliate__cta:hover{color:#fff!important;transform:translateY(-1px)}@media(max-width:620px){.szgcb-affiliate{align-items:flex-start;flex-wrap:wrap;padding:14px;gap:12px}.szgcb-affiliate__image{flex-basis:68px;width:68px;height:68px}.szgcb-affiliate__body{min-width:calc(100% - 82px)}.szgcb-affiliate__cta{width:100%;box-sizing:border-box}.szgcb-affiliate__heading{font-size:16px}}

/* BUY.BOX multi-offer list */
.szgcb-buybox{margin:28px 0;padding:18px;border:1px solid #dfe5df;border-left:4px solid var(--szgcb-green);border-radius:13px;background:#fff;box-shadow:0 8px 24px rgba(22,31,23,.06)}
.szgcb-buybox__head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:13px}
.szgcb-buybox__partner{display:block;font-size:11px;font-weight:900;letter-spacing:.06em;color:#5d6a5f;margin-bottom:3px}
.szgcb-buybox__heading{font-size:20px;font-weight:900;line-height:1.15;color:#1f251f;margin-bottom:3px}
.szgcb-buybox__product{font-size:14px;color:#39413a}
.szgcb-buybox__count{flex:0 0 auto;background:#f1f5f1;border:1px solid #dce5dc;border-radius:999px;padding:5px 9px;font-size:11px;font-weight:800;color:#4b574d}
.szgcb-buybox__offers{border-top:1px solid #edf0ed}
.szgcb-buybox__offer{display:grid;grid-template-columns:minmax(170px,1.4fr) minmax(85px,.7fr) minmax(85px,.6fr) auto;align-items:center;gap:12px;padding:11px 0;border-bottom:1px solid #edf0ed}
.szgcb-buybox__shop{display:flex;align-items:center;gap:8px;min-width:0;color:#222}
.szgcb-buybox__shop img{width:28px;height:28px;object-fit:contain;margin:0;flex:0 0 28px}
.szgcb-buybox__shop strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}
.szgcb-buybox__type{font-size:12px;color:#697169}
.szgcb-buybox__price{font-size:14px;color:#1f251f;white-space:nowrap}
.szgcb-buybox__cta{display:inline-flex;align-items:center;justify-content:center;gap:5px;background:#171c18;color:#fff!important;text-decoration:none!important;font-weight:900;font-size:12px;border-radius:9px;padding:9px 11px;white-space:nowrap}
.szgcb-buybox__cta:hover{color:#fff!important;transform:translateY(-1px)}
.szgcb-buybox__disclosure{font-size:10px;line-height:1.4;color:#7a837b;margin-top:10px}
@media(max-width:720px){.szgcb-buybox{padding:14px}.szgcb-buybox__heading{font-size:17px}.szgcb-buybox__offer{grid-template-columns:1fr auto;gap:6px 10px}.szgcb-buybox__shop{grid-column:1/2}.szgcb-buybox__type{grid-column:1/2}.szgcb-buybox__price{grid-column:2/3;grid-row:1/2;text-align:right}.szgcb-buybox__cta{grid-column:2/3;grid-row:2/3}.szgcb-buybox__count{display:none}}

/* 0.7.4: kompaktowe BUY.BOX-y pod pozycjami list książkowych */
.szgcb-buybox--compact{margin:18px 0 28px;padding:13px 15px;box-shadow:0 5px 18px rgba(22,31,23,.045)}
.szgcb-buybox__head--compact{margin-bottom:8px;align-items:center}
.szgcb-buybox--compact .szgcb-buybox__heading{font-size:16px;margin:0}
.szgcb-buybox--compact .szgcb-buybox__partner{font-size:10px;margin-bottom:2px}
.szgcb-buybox__offer--compact{grid-template-columns:minmax(150px,1.3fr) minmax(70px,.65fr) minmax(75px,.55fr) auto;padding:8px 0;gap:9px}
.szgcb-buybox__offer--compact .szgcb-buybox__shop img{width:24px;height:24px;flex-basis:24px}
.szgcb-buybox--compact .szgcb-buybox__cta{padding:7px 10px;font-size:11px}
.szgcb-buybox--compact .szgcb-buybox__disclosure{margin-top:7px;font-size:9px}
@media(max-width:720px){.szgcb-buybox--compact{padding:12px;margin:16px 0 24px}.szgcb-buybox__offer--compact{grid-template-columns:1fr auto}.szgcb-buybox--compact .szgcb-buybox__heading{font-size:15px}}
