.gf-bundle{--gf-yellow:#f5de1e;--gf-ink:#171717;--gf-red:#e33227;display:block;width:min(760px,calc(100% - 32px));margin:44px auto;color:#2b2c32;font-family:inherit}.gf-bundle[hidden]{display:none!important}.gf-bundle *,.gf-bundle *:before,.gf-bundle *:after{box-sizing:border-box}.gf-bundle__panel{position:relative;overflow:hidden;padding:28px 26px 25px;border:1px solid #dedfe2;border-radius:18px;background:#fff;box-shadow:0 8px 28px rgba(0,0,0,.055)}.gf-bundle__panel:before{position:absolute;top:0;right:0;left:0;height:6px;background:var(--gf-yellow);content:""}.gf-bundle__header{display:flex;align-items:center;justify-content:center;gap:10px;margin:0 0 24px;text-align:center}.gf-bundle__header h2{margin:0;color:#27282d;font-size:clamp(25px,4vw,34px);font-weight:700;line-height:1.12;letter-spacing:-.025em}.gf-bundle__badge{display:inline-flex;min-width:49px;min-height:30px;align-items:center;justify-content:center;padding:5px 9px;border:2px solid var(--gf-ink);border-radius:999px;background:var(--gf-yellow);color:var(--gf-ink);font-size:13px;font-weight:900;line-height:1;white-space:nowrap;transform:rotate(3deg)}.gf-bundle__products{display:grid;grid-template-columns:minmax(0,1fr) 28px minmax(0,1fr) 28px minmax(0,1fr);align-items:start;gap:8px}.gf-bundle__plus{display:grid;min-height:145px;place-items:center;color:#55565c;font-size:31px;font-weight:300;line-height:1}.gf-bundle__card{min-width:0;text-align:center}.gf-bundle__media{display:block;overflow:hidden;width:100%;aspect-ratio:1;margin:0 auto 10px;border-radius:13px;background:#f6f6f7}.gf-bundle__media img{display:block;width:100%;height:100%;object-fit:contain}.gf-bundle__title{display:-webkit-box;min-height:2.6em;overflow:hidden;margin:0 2px 8px;color:#303137;font-size:13px;font-weight:700;line-height:1.3;-webkit-box-orient:vertical;-webkit-line-clamp:2}.gf-bundle__item-price{display:block;min-height:20px;margin-bottom:9px;color:#44454b;font-size:14px;font-weight:700}.gf-bundle__picker,.gf-bundle__variant{width:100%;min-height:43px;border:1px solid #bfc1c5;border-radius:9px;background-color:#fff;color:#33343a;font:inherit;font-size:13px}.gf-bundle__picker{position:relative;display:grid;margin-bottom:7px;place-items:center;overflow:hidden;background:#fff;font-weight:700}.gf-bundle__picker>span{display:inline-flex;align-items:center;gap:5px;pointer-events:none}.gf-bundle__picker select{position:absolute;inset:0;width:100%;height:100%;cursor:pointer;opacity:.001}.gf-bundle__variant{padding:8px 28px 8px 9px}.gf-bundle__summary{display:grid;justify-items:center;margin-top:23px;padding-top:20px;border-top:1px solid #ececee;text-align:center}.gf-bundle__total{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:center;gap:7px;margin:0;font-size:clamp(20px,3.4vw,27px);line-height:1.25}.gf-bundle__total strong{color:var(--gf-red);font-size:1.08em}.gf-bundle__total del{color:#7b7c81;font-weight:400}.gf-bundle__saving{margin:8px 0 17px;color:#62636a;font-size:17px}.gf-bundle__saving strong{color:#33343a}.gf-bundle__button{min-width:min(100%,300px);min-height:56px;padding:13px 24px;border:2px solid var(--gf-ink);border-radius:12px;background:var(--gf-ink);color:#fff;font:inherit;font-size:17px;font-weight:800;line-height:1.1;cursor:pointer;box-shadow:0 0 0 0 rgba(245,222,30,.75);transition:transform .16s ease,opacity .16s ease;animation:gf-bundle-glow 2s ease-in-out infinite}.gf-bundle__button:active{transform:scale(.98)}.gf-bundle__button:disabled{cursor:wait;opacity:.58;animation:none}.gf-bundle__fineprint{margin:11px 0 0;color:#77787e;font-size:12px;line-height:1.35}.gf-bundle__message{min-height:18px;margin:9px 0 0;color:#b42318;font-size:13px;font-weight:700}.gf-bundle__loading{display:grid;min-height:250px;place-items:center;align-content:center;gap:13px;color:#424349;text-align:center}.gf-bundle__spinner{width:38px;height:38px;border:4px solid #ececec;border-top-color:var(--gf-yellow);border-radius:50%;animation:gf-bundle-spin .8s linear infinite}@keyframes gf-bundle-spin{to{transform:rotate(360deg)}}@keyframes gf-bundle-glow{0%,100%{box-shadow:0 0 0 0 rgba(245,222,30,.66),0 6px 15px rgba(0,0,0,.14)}50%{box-shadow:0 0 0 9px rgba(245,222,30,0),0 8px 18px rgba(0,0,0,.16)}}@media(max-width:620px){.gf-bundle{width:calc(100% - 24px);margin:32px auto}.gf-bundle__panel{padding:24px 11px 21px;border-radius:15px}.gf-bundle__header{align-items:flex-start;gap:7px;margin-bottom:20px}.gf-bundle__header h2{font-size:25px}.gf-bundle__badge{min-width:44px;min-height:27px;padding:4px 7px;font-size:12px}.gf-bundle__products{grid-template-columns:minmax(0,1fr) 15px minmax(0,1fr) 15px minmax(0,1fr);gap:3px}.gf-bundle__plus{min-height:92px;font-size:24px}.gf-bundle__media{margin-bottom:7px;border-radius:9px}.gf-bundle__title{min-height:3.65em;margin:0 1px 6px;font-size:11px;line-height:1.22;-webkit-line-clamp:3}.gf-bundle__item-price{min-height:17px;margin-bottom:6px;font-size:11px}.gf-bundle__picker,.gf-bundle__variant{min-height:38px;border-radius:8px;font-size:11px}.gf-bundle__variant{padding:6px 19px 6px 5px}.gf-bundle__picker{margin-bottom:5px}.gf-bundle__summary{margin-top:18px;padding-top:17px}.gf-bundle__total{font-size:20px}.gf-bundle__saving{margin:7px 0 15px;font-size:16px}.gf-bundle__button{width:min(100%,290px);min-height:54px;font-size:16px}}@media(prefers-reduced-motion:reduce){.gf-bundle__spinner,.gf-bundle__button{animation:none}}
