@import"https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;900&family=Inter:wght@400;500&display=swap";.gg-bd{--gg-navy: #073242;--gg-navy-deep: #041E2B;--gg-amber: #EAA239;--gg-amber-hover: #d4912a;--gg-amber-muted: rgba(234, 162, 57, .12);--gg-cream: #F9F6F2;--gg-white: #ffffff;--gg-gray: #4a5568;--gg-font-headline: "Barlow Condensed", "Arial Black", sans-serif;--gg-font-body: "Inter", Arial, Helvetica, sans-serif;position:relative;overflow:hidden;background-color:var(--gg-navy);background-image:radial-gradient(ellipse 80% 50% at 50% 110%,#eaa23914,#07324200 70%),radial-gradient(ellipse 60% 40% at 30% 105%,#c44b1a0f,#07324200 60%);padding:64px 0}@media(min-width:768px){.gg-bd{padding:96px 0}}@media(min-width:1200px){.gg-bd{padding:120px 0}}.gg-bd__inner{max-width:1360px;margin:0 auto;padding:0 20px}@media(min-width:768px){.gg-bd__inner{padding:0 40px}}.gg-bd__header{text-align:center;margin-bottom:48px}@media(min-width:768px){.gg-bd__header{margin-bottom:64px}}.gg-bd__eyebrow{display:inline-block;font-family:var(--gg-font-headline);font-size:.75rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--gg-amber);margin:0 0 12px}.gg-bd__heading{font-family:var(--gg-font-headline);font-size:clamp(2rem,5vw,3.25rem);font-weight:700;line-height:1.1;color:var(--gg-cream);margin:0 0 16px}.gg-bd__subheading{font-family:var(--gg-font-body);font-size:clamp(1rem,2vw,1.125rem);font-weight:400;line-height:1.6;color:#f9f6f2b3;max-width:640px;margin:0 auto}.gg-bd__grid{display:grid;grid-template-columns:1fr;gap:20px}@media(min-width:768px){.gg-bd__grid{grid-template-columns:repeat(3,1fr);gap:24px}}.gg-bd-card{position:relative;display:flex;flex-direction:column;background-color:var(--gg-white);border-radius:8px;overflow:hidden;border:1px solid rgba(7,50,66,.08);transition:transform .3s ease,box-shadow .3s ease}.gg-bd-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #00000040}.gg-bd-card__number{position:absolute;top:16px;left:16px;z-index:2;display:flex;align-items:center;justify-content:center;width:48px;height:48px;background-color:var(--gg-amber);color:var(--gg-navy);font-family:var(--gg-font-headline);font-size:1.25rem;font-weight:900;border-radius:6px;line-height:1}.gg-bd-card__image{position:relative;width:100%;aspect-ratio:4 / 3;overflow:hidden;background-color:var(--gg-cream)}.gg-bd-card__image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.gg-bd-card:hover .gg-bd-card__image img{transform:scale(1.03)}.gg-bd-card__placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:#07324233}.gg-bd-card__placeholder svg{width:48px;height:48px}.gg-bd-card__content{flex:1;padding:20px 20px 0}@media(min-width:768px){.gg-bd-card__content{padding:24px 24px 0}}.gg-bd-card__name{font-family:var(--gg-font-headline);font-size:clamp(1.125rem,2.5vw,1.375rem);font-weight:700;color:var(--gg-navy);margin:0 0 12px;line-height:1.2}.gg-bd-card__is,.gg-bd-card__does{font-family:var(--gg-font-body);font-size:.875rem;font-weight:400;line-height:1.55;color:var(--gg-gray);margin:0 0 8px}.gg-bd-card__label{font-weight:600;color:var(--gg-navy)}.gg-bd-card__value{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;margin-top:16px;background-color:var(--gg-cream);border-top:1px solid rgba(7,50,66,.06)}@media(min-width:768px){.gg-bd-card__value{padding:16px 24px}}.gg-bd-card__value-label{font-family:var(--gg-font-body);font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.08em;color:var(--gg-gray)}.gg-bd-card__value-price{font-family:var(--gg-font-headline);font-size:1.125rem;font-weight:700;color:var(--gg-amber)}.gg-bd-card--highlight{background-color:var(--gg-navy-deep);border:1px solid rgba(234,162,57,.2);box-shadow:0 0 30px #eaa2390f}.gg-bd-card--highlight .gg-bd-card__image{background-color:var(--gg-navy)}.gg-bd-card--highlight .gg-bd-card__name{color:var(--gg-cream)}.gg-bd-card--highlight .gg-bd-card__is,.gg-bd-card--highlight .gg-bd-card__does{color:#f9f6f2b3}.gg-bd-card--highlight .gg-bd-card__label{color:var(--gg-amber)}.gg-bd-card--highlight .gg-bd-card__value{background-color:#eaa23914;border-top:1px solid rgba(234,162,57,.15)}.gg-bd-card--highlight .gg-bd-card__value-label{color:#f9f6f299}.gg-bd-card--highlight .gg-bd-card__value-price{color:var(--gg-amber);font-size:1.25rem}.gg-bd-card--highlight:hover{box-shadow:0 12px 40px #00000059,0 0 40px #eaa23914}.gg-bd-animate{opacity:0;transform:translateY(24px);transition:opacity .5s ease-out,transform .5s ease-out}.gg-bd-animate.gg-is-visible{opacity:1;transform:translateY(0)}.gg-bd__grid .gg-bd-card.gg-bd-animate:nth-child(1){transition-delay:0ms}.gg-bd__grid .gg-bd-card.gg-bd-animate:nth-child(2){transition-delay:50ms}.gg-bd__grid .gg-bd-card.gg-bd-animate:nth-child(3){transition-delay:.1s}.gg-bd__grid .gg-bd-card.gg-bd-animate:nth-child(4){transition-delay:.15s}.gg-bd__grid .gg-bd-card.gg-bd-animate:nth-child(5){transition-delay:.2s}.gg-bd__grid .gg-bd-card.gg-bd-animate:nth-child(6){transition-delay:.25s}.gg-bd__grid .gg-bd-card.gg-bd-animate:nth-child(7){transition-delay:.3s}.gg-bd__grid .gg-bd-card.gg-bd-animate:nth-child(8){transition-delay:.35s}.gg-bd__grid .gg-bd-card.gg-bd-animate:nth-child(9){transition-delay:.4s}.gg-bd__grid .gg-bd-card.gg-bd-animate:nth-child(10){transition-delay:.45s}.gg-bd__grid .gg-bd-card.gg-bd-animate:nth-child(11){transition-delay:.5s}.gg-bd__grid .gg-bd-card.gg-bd-animate:nth-child(12){transition-delay:.55s}@media(prefers-reduced-motion:reduce){.gg-bd-animate{opacity:1;transform:none;transition:none}.gg-bd-card{transition:none}.gg-bd-card:hover{transform:none}.gg-bd-card__image img{transition:none}.gg-bd-card:hover .gg-bd-card__image img{transform:none}}
/*# sourceMappingURL=/cdn/shop/t/11/assets/section-gg-bundle-breakdown.css.map */
