*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}[id]{scroll-margin-top:8.5rem}.ggl-anchor-target{display:block;inline-size:1px;block-size:1px;overflow:hidden}body{margin:0;color:var(--ggl-ink);background:radial-gradient(circle at top left,rgba(248,170,23,.18),transparent 30rem),linear-gradient(180deg,#fffaf0,#fff 34%,#f6fbfa);font-family:var(--ggl-body-font);font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}img,svg,video{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}.skip-link{position:absolute;left:1rem;top:1rem;z-index:999;transform:translateY(-150%);border-radius:var(--ggl-button-radius);background:var(--ggl-ink);color:#fff;padding:.75rem 1rem}.skip-link:focus{transform:translateY(0)}.page-width{width:calc(100% - clamp(3rem,10vw,14rem));max-width:1180px;max-width:var(--ggl-page-width, 1180px);margin-inline:auto}.main-content{overflow:clip}.ggl-section{padding-block:clamp(3.25rem,7vw,var(--ggl-section-spacing));position:relative}.ggl-section__eyebrow,.ggl-eyebrow{display:inline-flex;align-items:center;gap:.5rem;color:var(--ggl-secondary);font-size:.82rem;font-weight:800;letter-spacing:0;text-transform:uppercase}.ggl-section__eyebrow:before,.ggl-eyebrow:before{content:"";inline-size:.7rem;block-size:.7rem;border-radius:999px;background:var(--ggl-primary);box-shadow:0 0 0 .35rem #f8aa1729}.ggl-section__header{display:grid;grid-template-columns:minmax(0,.92fr) minmax(18rem,.58fr);gap:clamp(2.5rem,7vw,6rem);align-items:end;max-width:100%;margin-bottom:clamp(2rem,5vw,4rem)}.ggl-section__title,.ggl-hero__title,.ggl-product__title{margin:0;color:var(--ggl-ink);font-family:var(--ggl-heading-font);font-weight:850;line-height:.98;letter-spacing:0}.ggl-section__title{margin-top:.75rem;font-size:clamp(2.3rem,5.5vw,5.4rem);max-width:12ch}.ggl-section__text{margin:0;max-width:40rem;color:var(--ggl-muted);font-size:clamp(1rem,1.8vw,1.16rem)}.ggl-section__header>.ggl-section__text,.ggl-section__header>.ggl-richtext{justify-self:end}.ggl-richtext>*:first-child{margin-top:0}.ggl-richtext>*:last-child{margin-bottom:0}.ggl-button{--button-bg: var(--ggl-ink);--button-color: #fff;--button-border: var(--button-bg);position:relative;overflow:hidden;display:inline-flex;min-height:3rem;align-items:center;justify-content:center;gap:.6rem;border:1px solid var(--button-border);border-radius:var(--ggl-button-radius);background:var(--button-bg);color:var(--button-color);padding:.86rem 1.12rem;font-weight:800;line-height:1;transition:transform .22s ease,box-shadow .22s ease,background .22s ease,color .22s ease;box-shadow:0 .65rem 1.45rem #181a1829}.ggl-button:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(-120%);background:linear-gradient(90deg,transparent,rgba(255,255,255,.42),transparent);transition:transform .52s ease}.ggl-button:hover{transform:translateY(-2px);box-shadow:0 1rem 2rem #181a182e}.ggl-button:hover:after{transform:translate(120%)}.ggl-button:focus-visible,.ggl-header a:focus-visible,.ggl-footer a:focus-visible,.ggl-accordion__summary:focus-visible,.ggl-product-form select:focus-visible,.ggl-product-form input:focus-visible{outline:3px solid rgba(68,126,127,.35);outline-offset:3px}.ggl-button--primary{--button-bg: var(--ggl-primary);--button-color: #201605;--button-border: var(--ggl-primary)}.ggl-button--secondary{--button-bg: transparent;--button-color: var(--ggl-ink);--button-border: rgba(27, 31, 31, .18);box-shadow:none}.ggl-button--light{--button-bg: #fff;--button-color: var(--ggl-ink);--button-border: #fff}.ggl-button--erken,.ggl-mobile-erken{--button-bg: linear-gradient(135deg, #e8622a, #f8aa17);--button-color: #fff;--button-border: transparent;background:linear-gradient(135deg,#e8622a,#f8aa17);color:#fff}.ggl-mobile-erken{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;border-radius:var(--ggl-button-radius);padding:.7rem 1rem;font-weight:800}.ggl-button--full{width:100%}.ggl-icon{inline-size:1.1rem;block-size:1.1rem;flex:0 0 auto}.ggl-muted{color:var(--ggl-muted)}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.ggl-header{position:relative;z-index:50;background:var(--header-bg, rgba(255, 250, 240, .86));color:var(--header-ink, var(--ggl-ink));-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);border-bottom:1px solid rgba(28,37,38,.08)}.ggl-header.is-sticky{position:sticky;top:0}.ggl-header__announcement{background:var(--announcement-bg, var(--ggl-secondary));color:var(--announcement-ink, #fff);font-weight:750;text-align:center;padding:.55rem clamp(1.25rem,4vw,2.5rem);font-size:.91rem}.ggl-header__inner{display:flex;flex-wrap:nowrap;justify-content:space-between;gap:clamp(.8rem,1.5vw,1.35rem);align-items:center;min-height:var(--header-height, 76px);padding-block:.45rem}.ggl-header__brand{display:inline-flex;align-items:center;gap:.72rem;flex:0 0 auto;width:min(var(--logo-width, 320px),36vw);min-width:min(13rem,36vw);max-width:min(var(--logo-width, 320px),36vw);font-family:var(--ggl-heading-font);font-weight:850;font-size:1.05rem}.ggl-header__brand img{width:100%;max-width:none;max-height:6rem;height:auto;object-fit:contain}.ggl-header__brand-text{color:var(--ggl-ink);font-size:clamp(1.15rem,1.7vw,1.55rem);line-height:1;white-space:nowrap}.ggl-logo-mark{display:inline-grid;place-items:center;inline-size:2.55rem;block-size:2.55rem;border-radius:.72rem;background:linear-gradient(135deg,var(--ggl-primary),var(--ggl-accent));color:#211600;font-family:var(--ggl-heading-font);font-size:.82rem;font-weight:900;box-shadow:0 .7rem 1.4rem #f8aa1738}.ggl-header__nav{display:flex;align-items:center;justify-content:center;flex:1 1 20rem;flex-wrap:nowrap;gap:clamp(.45rem,1vw,.9rem);font-size:clamp(.9rem,.9vw,.98rem);font-weight:750;color:var(--header-ink, rgba(27, 31, 31, .72));min-width:0;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch}.ggl-header__nav::-webkit-scrollbar{display:none}.ggl-header__nav a{position:relative;padding:.35rem .08rem;white-space:nowrap}.ggl-header__nav a:after{content:"";position:absolute;inset-inline:0;inset-block-end:0;block-size:2px;transform:scaleX(0);transform-origin:center;background:var(--ggl-primary);transition:transform .18s ease}.ggl-header__nav a:hover:after{transform:scaleX(1)}.ggl-header__actions{display:flex;align-items:center;justify-content:flex-end;flex:0 1 auto;flex-wrap:wrap;gap:.55rem;min-width:0}.ggl-header__secondary{font-weight:800;color:var(--header-ink, rgba(27, 31, 31, .68))}.ggl-header .ggl-button{min-height:2.65rem;padding:.76rem 1rem;font-size:.92rem;width:auto}.ggl-header .ggl-button--primary{--button-bg: var(--ggl-ink);--button-color: #fffaf0;--button-border: var(--ggl-ink)}@media screen and (max-width:1180px){.ggl-header__nav,.ggl-header__secondary,.ggl-header__actions .ggl-button{display:flex}.ggl-header__inner{justify-content:space-between;gap:.7rem}.ggl-header__brand{width:min(var(--logo-width, 320px),30vw);min-width:min(15rem,30vw);max-width:min(var(--logo-width, 320px),30vw)}.ggl-header__brand img{width:100%;max-height:5.5rem}.ggl-header__nav{flex:1 1 auto;order:0;justify-content:center;flex-wrap:nowrap;gap:clamp(.42rem,1.1vw,.75rem);font-size:.9rem}.ggl-header__actions{flex:0 1 auto;order:0;justify-content:flex-end}}@media screen and (max-width:640px){.ggl-header__brand{width:min(var(--logo-width, 320px),17rem);min-width:0;max-width:min(var(--logo-width, 320px),calc(100vw - 1.5rem))}.ggl-header__brand img{width:100%;max-height:3.8rem}.ggl-header__nav{gap:.5rem;font-size:.84rem;line-height:1.2;width:100%;overflow-x:auto}.ggl-header__actions{gap:.48rem}.ggl-header .ggl-button,.ggl-header__secondary{width:auto;min-height:2.45rem;padding:.68rem .82rem;font-size:.86rem}}.ggl-hero{min-height:min(720px,calc(100vh - 4rem));min-height:min(720px,calc(100svh - 4rem));display:grid;align-items:center;overflow:hidden;padding-block:clamp(3rem,8vw,6.5rem) clamp(3rem,7vw,5.5rem);background:linear-gradient(135deg,rgba(248,170,23,.22),transparent 32%),linear-gradient(180deg,var(--hero-bg, #fffaf0),#ffffff)}.ggl-hero__grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(18rem,.9fr);gap:clamp(2.25rem,6vw,5rem);align-items:center}.ggl-hero__copy{min-width:0;max-width:44rem}.ggl-hero__title{margin-top:1.05rem;max-width:11ch;font-size:clamp(3rem,7vw,6.5rem);text-wrap:balance}.ggl-hero__title em,.ggl-section__title em{color:var(--ggl-secondary);font-style:normal}.ggl-hero__text{margin:1.25rem 0 0;max-width:38rem;color:var(--ggl-muted);font-size:clamp(1.05rem,2vw,1.32rem)}.ggl-hero__actions{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:2rem}.ggl-hero__note{display:flex;align-items:center;gap:.6rem;margin-top:1.35rem;color:#1b1f1fad;font-weight:750}.ggl-hero__note .ggl-icon{color:var(--ggl-secondary)}.ggl-hero__stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;margin-top:2.5rem}.ggl-hero__stat{min-width:0;border:1px solid rgba(27,31,31,.1);border-radius:min(var(--ggl-radius),18px);background:#ffffffb8;padding:1rem;box-shadow:0 1rem 2rem #323a3a0f}.ggl-hero__stat strong{display:block;font-family:var(--ggl-heading-font);font-size:clamp(1.55rem,3vw,2.35rem);line-height:1;overflow-wrap:anywhere}.ggl-hero__stat span{display:block;margin-top:.35rem;color:var(--ggl-muted);font-size:.91rem;font-weight:700}.ggl-hero__media{position:relative;min-width:0;min-height:clamp(24rem,45vw,38rem)}.ggl-hero__image-wrap{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:clamp(1.2rem,3vw,2rem);overflow:hidden;box-shadow:0 1.5rem 4rem #1c252633;transform:rotate(1deg);animation:ggl-float-soft 8s ease-in-out infinite;will-change:transform}.ggl-hero__image-wrap:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 58%,rgba(24,26,24,.28)),radial-gradient(circle at 15% 15%,rgba(248,170,23,.24),transparent 22rem)}.ggl-hero__image-wrap img{display:block;width:100%;height:100%;object-fit:cover}.ggl-hero__floating{position:absolute;max-width:calc(100% - 1.5rem);border:1px solid rgba(255,255,255,.48);border-radius:1rem;background:#ffffffd1;box-shadow:0 1.25rem 2.8rem #1c25262e;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);animation:ggl-float-card 6.5s ease-in-out infinite;will-change:transform}.ggl-hero__queue{inset-inline-start:0;inset-block-end:1.5rem;width:min(19rem,62%);padding:1rem}.ggl-hero__queue-label,.ggl-hero__delivery-label{color:var(--ggl-muted);font-size:.76rem;font-weight:850;text-transform:uppercase}.ggl-hero__task{display:flex;align-items:center;gap:.55rem;min-width:0;margin-top:.72rem;border-radius:.75rem;background:#447e7f14;padding:.62rem;font-weight:800;line-height:1.25}.ggl-hero__task:before{content:"";inline-size:.62rem;block-size:.62rem;flex:0 0 auto;border-radius:999px;background:var(--ggl-secondary)}.ggl-hero__delivery{inset-inline-end:.5rem;inset-block-start:1.5rem;padding:1rem 1.1rem;animation-delay:-2.2s}.ggl-hero__delivery strong{display:block;color:var(--ggl-secondary);font-family:var(--ggl-heading-font);font-size:2rem;line-height:1}.ggl-marquee{overflow:hidden;padding-block:1.1rem;border-block:1px solid rgba(27,31,31,.08);background:var(--marquee-bg, #fff)}.ggl-marquee__track{display:flex;width:max-content;gap:.75rem;animation:ggl-marquee var(--marquee-speed, 34s) linear infinite}.ggl-marquee:hover .ggl-marquee__track{animation-play-state:paused}.ggl-marquee__item{display:inline-flex;align-items:center;gap:.55rem;border:1px solid rgba(27,31,31,.09);border-radius:999px;background:#fff;padding:.72rem 1rem;color:var(--ggl-ink);font-weight:850;white-space:nowrap;box-shadow:0 .8rem 1.8rem #1c25260f}.ggl-marquee__item:before{content:"";inline-size:.6rem;block-size:.6rem;border-radius:999px;background:var(--ggl-primary)}@keyframes ggl-marquee{to{transform:translate(-50%)}}.ggl-steps{background:var(--steps-bg, #ffffff)}.ggl-steps__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.ggl-step{position:relative;min-height:15.5rem;border:1px solid rgba(27,31,31,.1);border-radius:var(--ggl-radius);background:linear-gradient(180deg,#fffffff5,#f7fbfaeb),linear-gradient(135deg,rgba(248,170,23,.18),transparent);padding:clamp(1.2rem,3vw,2rem);overflow:hidden;box-shadow:0 1.2rem 3rem #1c252614;transition:transform .26s ease,box-shadow .26s ease,border-color .26s ease}.ggl-step:hover{transform:translateY(-6px);border-color:#447e7f47;box-shadow:0 1.5rem 3.4rem #1c25261c}.ggl-step:after{content:attr(data-step);position:absolute;inset-inline-end:-.5rem;inset-block-end:-1.1rem;color:#447e7f14;font-family:var(--ggl-heading-font);font-size:clamp(6rem,13vw,10rem);font-weight:900;line-height:.8}.ggl-step__icon{display:grid;place-items:center;inline-size:3.25rem;block-size:3.25rem;border-radius:1rem;background:var(--ggl-secondary);color:#fff}.ggl-step__title{margin:2rem 0 .7rem;font-family:var(--ggl-heading-font);font-size:clamp(1.45rem,2.8vw,2.25rem);line-height:1.04}.ggl-step__text{margin:0;color:var(--ggl-muted)}.ggl-benefits{background:linear-gradient(180deg,#f6fbfa,#fff)}.ggl-benefits__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.ggl-benefits__visual{position:relative;min-height:clamp(24rem,44vw,36rem);margin-bottom:clamp(1.25rem,3vw,2rem);border:1px solid rgba(27,31,31,.1);border-radius:var(--ggl-radius);overflow:hidden;background:#fff;box-shadow:0 1.4rem 3.8rem #1c25261f;transform-style:preserve-3d;transition:transform .26s ease,box-shadow .26s ease}.ggl-benefits__visual-media,.ggl-benefits__visual-media img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.ggl-benefits__visual-media img{object-fit:cover}.ggl-benefits__visual:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(20,30,31,.62),transparent 54%),linear-gradient(0deg,rgba(20,30,31,.32),transparent 52%);pointer-events:none}.ggl-benefits__visual-card{position:absolute;z-index:1;inset-inline-start:clamp(1rem,3vw,2rem);inset-block-end:clamp(1rem,3vw,2rem);max-width:min(27rem,calc(100% - 2rem));border:1px solid rgba(255,255,255,.26);border-radius:1rem;background:#141e1fb8;color:#fff;padding:clamp(1rem,2.4vw,1.45rem);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 1rem 2.2rem #00000029}.ggl-benefits__visual-card span{display:block;color:var(--ggl-accent);font-size:.78rem;font-weight:850;text-transform:uppercase}.ggl-benefits__visual-card strong{display:block;margin-top:.35rem;font-family:var(--ggl-heading-font);font-size:clamp(1.45rem,3vw,2.35rem);line-height:1.02}.ggl-benefits__visual-card p{margin:.75rem 0 0;color:#ffffffc7}.ggl-benefit{border:1px solid rgba(27,31,31,.1);border-radius:var(--ggl-radius);background:#fff;padding:1.35rem;box-shadow:0 1rem 2.2rem #1c25260f;transition:transform .18s ease,border-color .18s ease}.ggl-benefit:hover{transform:translateY(-4px);border-color:#447e7f57}.ggl-benefit__top{display:flex;align-items:center;gap:.85rem}.ggl-benefit__icon{display:grid;flex:0 0 auto;place-items:center;inline-size:2.8rem;block-size:2.8rem;border-radius:.85rem;background:#f1ca6759;color:var(--ggl-secondary)}.ggl-benefit__title{margin:0;font-family:var(--ggl-heading-font);font-size:1.18rem;line-height:1.1}.ggl-benefit__text{margin:1rem 0 0;color:var(--ggl-muted)}.ggl-work{color:#fff;background:radial-gradient(circle at 20% 20%,rgba(248,170,23,.32),transparent 28rem),linear-gradient(135deg,#183334,#447e7f 48%,#233637)}.ggl-work .ggl-section__title,.ggl-work .ggl-section__text,.ggl-work .ggl-section__eyebrow{color:#fff}.ggl-work .ggl-section__eyebrow:before{background:var(--ggl-accent)}.ggl-work__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(1rem,2vw,1.35rem)}.ggl-work-card{position:relative;min-height:clamp(19rem,34vw,27rem);border:1px solid rgba(255,255,255,.18);border-radius:var(--ggl-radius);overflow:hidden;background:linear-gradient(135deg,#f8aa1747,#ffffff05),#ffffff14;box-shadow:0 1.4rem 3rem #0000002b;transform-style:preserve-3d;transition:transform .26s ease,border-color .26s ease,box-shadow .26s ease}.ggl-work-card img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.ggl-work-card:hover img{transform:scale(1.04)}.ggl-work-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(115deg,transparent 0 38%,rgba(255,255,255,.18) 46%,transparent 56% 100%);transform:translate(-120%);transition:transform .7s ease;pointer-events:none}.ggl-work-card:hover:after{transform:translate(120%)}.ggl-work-card__fallback{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#f8aa17db,#f1ca673d 34%,#ffffff14 35%),repeating-linear-gradient(90deg,rgba(255,255,255,.18) 0 1px,transparent 1px 74px),repeating-linear-gradient(0deg,rgba(255,255,255,.14) 0 1px,transparent 1px 74px)}.ggl-work-card__content{position:absolute;inset-inline:1rem;inset-block-end:1rem;border-radius:1rem;background:#141e1fbd;padding:1rem;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.ggl-work-card__category{color:var(--ggl-accent);font-size:.78rem;font-weight:850;text-transform:uppercase}.ggl-work-card__title{margin:.35rem 0 0;font-family:var(--ggl-heading-font);font-size:1.35rem;line-height:1.08}.ggl-pricing{background:linear-gradient(180deg,#fff,#fff8e8)}.ggl-pricing__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(1rem,2.2vw,1.5rem);align-items:stretch;max-width:1080px;margin-inline:auto}.ggl-plan{position:relative;display:flex;flex-direction:column;border:1px solid rgba(27,31,31,.1);border-radius:var(--ggl-radius);background:#fff;padding:clamp(1.25rem,3vw,2rem);box-shadow:0 1.3rem 3.4rem #1c252617;transform-style:preserve-3d;transition:transform .26s ease,box-shadow .26s ease,border-color .26s ease}.ggl-plan:hover{transform:translateY(-6px);box-shadow:0 1.6rem 3.6rem #1c252621}.ggl-plan.is-featured{border-color:#f8aa17b8;box-shadow:0 1.5rem 4rem #f8aa172e}.ggl-plan__badge{align-self:flex-start;border-radius:999px;background:#447e7f1a;color:var(--ggl-secondary);padding:.42rem .72rem;font-size:.76rem;font-weight:850;text-transform:uppercase}.ggl-plan__title{margin:1.2rem 0 .5rem;font-family:var(--ggl-heading-font);font-size:clamp(1.8rem,3.8vw,3rem);line-height:1}.ggl-plan__description{margin:0;color:var(--ggl-muted)}.ggl-plan__price{display:flex;align-items:end;gap:.35rem;margin:1.6rem 0;color:var(--ggl-ink)}.ggl-plan__price strong{font-family:var(--ggl-heading-font);font-size:clamp(2.6rem,5.8vw,4.8rem);line-height:.88}.ggl-plan__price span{margin-bottom:.25rem;color:var(--ggl-muted);font-weight:800}.ggl-plan__features{display:grid;gap:.75rem;margin:0 0 1.5rem;padding:0;list-style:none}.ggl-plan__features li,.ggl-product__feature{display:flex;align-items:flex-start;gap:.65rem;color:#1b1f1fc7;font-weight:720}.ggl-plan__features .ggl-icon,.ggl-product__feature .ggl-icon{margin-top:.15rem;color:var(--ggl-secondary)}.ggl-product-form{display:grid;gap:.9rem;margin-top:auto}.ggl-product-form__field{display:grid;gap:.4rem}.ggl-product-form__field label{color:#1b1f1fb8;font-size:.85rem;font-weight:850}.ggl-product-form select,.ggl-product-form input[type=number]{min-height:2.9rem;width:100%;border:1px solid rgba(27,31,31,.14);border-radius:.8rem;background:#fff;color:var(--ggl-ink);padding:.7rem .8rem}.ggl-selling-plans{display:grid;gap:.6rem;margin:.2rem 0 0}.ggl-selling-plan{display:flex;gap:.65rem;align-items:flex-start;border:1px solid rgba(27,31,31,.12);border-radius:.8rem;padding:.75rem;background:#f6fbfaa3;font-weight:760}.ggl-selling-plan input{margin-top:.22rem;accent-color:var(--ggl-secondary)}.ggl-plan__smallprint{margin:.8rem 0 0;color:var(--ggl-muted);font-size:.9rem}.ggl-faq{background:#fff}.ggl-faq__grid{display:grid;grid-template-columns:minmax(0,.7fr) minmax(22rem,1fr);gap:clamp(2rem,5vw,4rem);align-items:start}.ggl-faq__aside{position:sticky;top:7rem}.ggl-accordion{display:grid;gap:.75rem}.ggl-accordion__item{border:1px solid rgba(27,31,31,.11);border-radius:var(--ggl-radius);background:#fff;box-shadow:0 .8rem 1.8rem #1c25260d}.ggl-accordion__summary{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%;border:0;background:transparent;color:var(--ggl-ink);padding:1.1rem;text-align:left;font-weight:850}.ggl-accordion__summary:after{content:"+";display:grid;flex:0 0 auto;place-items:center;inline-size:1.8rem;block-size:1.8rem;border-radius:999px;background:#f8aa1733;color:var(--ggl-ink);font-size:1.2rem}.ggl-accordion__item[open] .ggl-accordion__summary:after{content:"-"}.ggl-accordion__content{padding:0 1.1rem 1.1rem;color:var(--ggl-muted)}.ggl-cta{padding-block:clamp(3rem,7vw,6rem);color:#fff;background:radial-gradient(circle at 85% 20%,rgba(248,170,23,.48),transparent 18rem),linear-gradient(135deg,#142526,#447e7f)}.ggl-cta__inner{display:grid;grid-template-columns:minmax(0,.9fr) auto;gap:2rem;align-items:center}.ggl-cta h2{margin:0;max-width:12ch;font-family:var(--ggl-heading-font);font-size:clamp(2.4rem,6vw,5.5rem);line-height:.98}.ggl-cta p{margin:1rem 0 0;max-width:42rem;color:#fffc;font-size:1.08rem}.ggl-cta__actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:flex-end}.ggl-footer{background:var(--footer-bg, #141a1a);color:var(--footer-ink, #fff)}.ggl-footer__inner{display:grid;grid-template-columns:minmax(0,.9fr) repeat(2,minmax(9rem,.35fr)) minmax(16rem,.6fr);gap:2rem;padding-block:clamp(2.5rem,5vw,4.5rem)}.ggl-footer__brand{display:flex;align-items:center;gap:.7rem;font-family:var(--ggl-heading-font);font-weight:850}.ggl-footer__brand img{width:var(--footer-logo-width, 132px);max-height:3.5rem;object-fit:contain}.ggl-footer__text{max-width:28rem;color:#ffffffad}.ggl-footer__column h2,.ggl-footer__newsletter h2{margin:0 0 .9rem;font-family:var(--ggl-heading-font);font-size:1.02rem}.ggl-footer__links{display:grid;gap:.55rem}.ggl-footer__links a{color:#ffffffb3;font-weight:700}.ggl-footer__links a:hover{color:#fff}.ggl-footer__form{display:flex;gap:.5rem}.ggl-footer__form input{min-width:0;flex:1;border:1px solid rgba(255,255,255,.18);border-radius:var(--ggl-button-radius);background:#ffffff14;color:#fff;padding:.85rem .95rem}.ggl-footer__form input::placeholder{color:#ffffff8f}.ggl-footer__bottom{display:flex;justify-content:space-between;gap:1rem;border-top:1px solid rgba(255,255,255,.12);padding-block:1.2rem;color:#fff9;font-size:.92rem}.ggl-product{padding-block:clamp(2.5rem,6vw,5rem)}.ggl-product__grid{display:grid;grid-template-columns:minmax(18rem,.9fr) minmax(0,1fr);gap:clamp(2rem,5vw,4rem);align-items:start}.ggl-product__media img{width:100%;height:auto;object-fit:contain}.ggl-product__media img{width:100%;height:auto}.ggl-product__fallback{min-height:32rem;background:radial-gradient(circle at 25% 20%,rgba(248,170,23,.6),transparent 14rem),linear-gradient(135deg,#447e7fe6,#f1ca676b),repeating-linear-gradient(90deg,rgba(255,255,255,.16) 0 1px,transparent 1px 76px)}.ggl-product__title{font-size:clamp(2.5rem,5vw,5rem)}.ggl-product__price{margin:1rem 0;color:var(--ggl-secondary);font-family:var(--ggl-heading-font);font-size:clamp(2rem,4vw,3.4rem);font-weight:850}.ggl-product__description{color:var(--ggl-muted);font-size:1.05rem}.ggl-product__features{display:grid;gap:.75rem;margin:1.5rem 0;padding:0;list-style:none}.ggl-page,.ggl-cart,.ggl-not-found{padding-block:clamp(3rem,7vw,6rem)}.ggl-page__content,.ggl-cart__content,.ggl-not-found__content{max-width:52rem}.ggl-page h1,.ggl-cart h1,.ggl-not-found h1{margin:0 0 1rem;font-family:var(--ggl-heading-font);font-size:clamp(2.4rem,5vw,4.8rem);line-height:1}.ggl-cart__items{display:grid;gap:1rem;margin-block:2rem}.ggl-cart__item{display:grid;grid-template-columns:6rem 1fr auto;gap:1rem;align-items:center;border:1px solid rgba(27,31,31,.1);border-radius:var(--ggl-radius);padding:1rem;background:#fff}.ggl-cart__item img{width:6rem;aspect-ratio:1;object-fit:cover;border-radius:.75rem}.ggl-cart__summary{display:grid;justify-items:end;gap:1rem}html:not(.ggl-js) [data-reveal],[data-reveal].is-visible{opacity:1;transform:translateY(0)}html.ggl-js .ggl-animate-enabled [data-reveal]{opacity:0;transform:translateY(34px) scale(.985);filter:blur(7px);transition:opacity .76s ease,transform .76s cubic-bezier(.2,.8,.2,1),filter .76s ease;transition-delay:var(--reveal-delay, 0ms)}html.ggl-js .ggl-animate-enabled [data-reveal].is-visible{opacity:1;transform:translateY(0);filter:blur(0)}@keyframes ggl-float-soft{0%,to{transform:rotate(1deg) translateZ(0) scale(1)}50%{transform:rotate(-.5deg) translate3d(.35rem,-.55rem,0) scale(1.01)}}@keyframes ggl-float-card{0%,to{transform:translateZ(0)}50%{transform:translate3d(0,-.65rem,0)}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}@media screen and (max-width:990px){.ggl-section__header,.ggl-hero__grid,.ggl-faq__grid,.ggl-cta__inner,.ggl-product__grid{grid-template-columns:1fr}.ggl-section__title{max-width:11ch}.ggl-section__header>.ggl-section__text,.ggl-section__header>.ggl-richtext{justify-self:start}.ggl-header__nav,.ggl-header__secondary,.ggl-header__actions .ggl-button{display:flex}.ggl-header__inner{flex-wrap:wrap;justify-content:center}.ggl-header__brand{flex-basis:100%;justify-content:center;width:min(var(--logo-width, 320px),26rem);max-width:min(var(--logo-width, 320px),calc(100vw - 2rem))}.ggl-header__brand img{width:100%;max-height:5.5rem}.ggl-header__nav,.ggl-header__actions{flex-basis:100%;justify-content:center}.ggl-header__nav{flex-wrap:nowrap}.ggl-hero__media{width:min(100%,42rem);min-height:clamp(24rem,60vw,34rem);margin-inline:auto}.ggl-steps__grid,.ggl-benefits__grid,.ggl-work__grid,.ggl-pricing__grid{grid-template-columns:1fr}.ggl-benefits__visual{min-height:27rem}.ggl-faq__aside,.ggl-product__media{position:static}.ggl-cta__actions{justify-content:flex-start}.ggl-footer__inner{grid-template-columns:1fr 1fr}}@media screen and (max-width:640px){.page-width{width:calc(100% - 2.75rem)}.ggl-button{width:100%}.ggl-header__brand{width:min(var(--logo-width, 320px),17rem);max-width:min(var(--logo-width, 320px),calc(100vw - 1.5rem))}.ggl-header__brand img{width:100%;max-height:3.8rem}.ggl-header__brand-text{font-size:1.25rem}.ggl-hero{min-height:auto;padding-block:clamp(2.5rem,10vw,3.5rem)}.ggl-hero__title{max-width:100%;font-size:clamp(2.45rem,13vw,4.1rem);line-height:1}.ggl-hero__actions,.ggl-cta__actions{display:grid}.ggl-hero__stats{grid-template-columns:1fr}.ggl-hero__media{min-height:22rem}.ggl-hero__queue{inset-inline-start:.75rem;inset-block-end:.75rem;width:calc(100% - 1.5rem)}.ggl-hero__delivery{inset-inline-end:.75rem;inset-block-start:.75rem}.ggl-hero__floating{border-radius:.9rem}.ggl-work-card{min-height:22rem}.ggl-benefits__visual{min-height:30rem}.ggl-benefits__visual:after{background:linear-gradient(0deg,rgba(20,30,31,.72),transparent 72%),linear-gradient(180deg,rgba(20,30,31,.14),transparent 42%)}.ggl-footer__inner,.ggl-footer__bottom,.ggl-footer__form,.ggl-cart__item{grid-template-columns:1fr}.ggl-footer__form,.ggl-footer__bottom{display:grid}.ggl-cart__summary{justify-items:stretch}}.ggl-price__compare{margin-bottom:.35rem;color:var(--ggl-muted);font-size:clamp(1.05rem,2vw,1.45rem);font-weight:850;line-height:1;text-decoration:line-through;text-decoration-thickness:.12em}.ggl-product{padding-block:clamp(2.5rem,6vw,5.5rem);overflow-x:clip;background:radial-gradient(circle at 14% 10%,rgba(248,170,23,.18),transparent 23rem),radial-gradient(circle at 90% 22%,rgba(68,126,127,.14),transparent 20rem)}.ggl-product__shell{width:min(calc(100% - clamp(2.25rem,8vw,9rem)),1180px);margin-inline:auto}.ggl-product__grid{display:grid;width:100%;grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr);gap:clamp(2rem,5vw,4rem);align-items:start;margin-inline:auto}.ggl-product__media-wrap{position:sticky;top:7rem;display:grid;gap:1rem;min-width:0}.ggl-product__media{position:relative;overflow:visible;border:1px solid rgba(68,126,127,.18);border-radius:calc(var(--ggl-radius) + .35rem);background:#fff;box-shadow:0 1.4rem 3.8rem #1c252621}.ggl-product__media img{display:block;width:auto;max-width:100%;height:auto;margin-inline:auto;object-fit:contain}.ggl-product__fallback{min-height:32rem;background:radial-gradient(circle at 25% 20%,rgba(248,170,23,.6),transparent 14rem),linear-gradient(135deg,#447e7fe6,#f1ca676b)}.ggl-product__media-card{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;border:1px solid rgba(68,126,127,.15);border-radius:1.1rem;background:#ffffffe0;padding:.95rem 1rem;box-shadow:0 1rem 2.2rem #1c252614}.ggl-product__media-card span,.ggl-product__price-note{border-radius:999px;background:#f8aa172e;color:#7b4c00;padding:.45rem .7rem;font-size:.8rem;font-weight:900}.ggl-product__media-card strong{color:var(--ggl-secondary);font-weight:900}.ggl-product__info{display:grid;gap:1.1rem;min-width:0}.ggl-product__price-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.ggl-product__title{max-width:13ch;font-size:clamp(2.5rem,5vw,5rem)}.ggl-product__description{max-width:42rem;color:var(--ggl-muted);font-size:1.05rem}.ggl-product__buy-box{position:relative;overflow:hidden;display:grid;gap:1.1rem;min-width:0;border:1px solid rgba(68,126,127,.16);border-radius:calc(var(--ggl-radius) + .1rem);background:linear-gradient(145deg,#fffffff5,#f6fbfae6),#fff;padding:clamp(1.15rem,3vw,1.7rem);box-shadow:0 1.3rem 3.4rem #1c25261a}.ggl-product__buy-box:before{content:"";position:absolute;inset:0 0 auto;height:.42rem;background:linear-gradient(90deg,var(--ggl-primary),var(--ggl-accent),var(--ggl-secondary))}.ggl-product__price{display:flex;align-items:end;gap:.5rem;flex-wrap:wrap;margin:0;color:var(--ggl-secondary);font-family:var(--ggl-heading-font);font-weight:850}.ggl-product__price .ggl-price__current{color:var(--ggl-secondary);font-size:clamp(2.2rem,4vw,3.6rem)}.ggl-product__price .ggl-price__compare{color:#1b1f1f6b;font-size:clamp(1.05rem,2vw,1.45rem);font-weight:850;text-decoration:line-through;text-decoration-thickness:.12em}.ggl-product__features{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin:0;padding:0;list-style:none}.ggl-product__feature{display:flex;align-items:flex-start;gap:.65rem;border-radius:.9rem;background:#447e7f12;padding:.72rem .76rem;color:#1b1f1fc7;font-weight:720}.ggl-product__feature .ggl-icon{margin-top:.15rem;color:var(--ggl-secondary)}.ggl-product__payment{display:grid;gap:.72rem;border-top:1px solid rgba(27,31,31,.1);padding-top:.95rem}.ggl-product__payment-heading{display:flex;align-items:center;gap:.5rem;color:#1b1f1fb8;font-size:.86rem;font-weight:850}.ggl-product__iyzico{display:flex;align-items:center;gap:.8rem;border:1px solid rgba(27,31,31,.08);border-radius:1rem;background:#fff;padding:.82rem .95rem}.ggl-product__iyzico img{width:min(12.5rem,58%);height:auto;flex:0 0 auto}.ggl-product__iyzico span{color:#1b1f1fad;font-size:.86rem;font-weight:800;line-height:1.25}.ggl-payment-icons{display:flex;flex-wrap:wrap;gap:.48rem;max-width:100%}.ggl-payment-icons__icon{display:block;flex:0 0 auto;width:auto;height:2rem;max-width:3.9rem;min-height:2rem;border:1px solid rgba(27,31,31,.1);border-radius:.56rem;background:#fff;padding:.16rem;box-shadow:0 .5rem 1.2rem #1c25260d}.ggl-product__trust-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.ggl-product__trust-item{display:flex;align-items:flex-start;gap:.52rem;border:1px solid rgba(27,31,31,.1);border-radius:1rem;background:#ffffffb8;padding:.78rem;color:#1b1f1fc2;font-size:.88rem;font-weight:820}.ggl-product__trust-item .ggl-icon{flex:0 0 auto;color:var(--ggl-secondary)}@media screen and (max-width:990px){.ggl-product__shell{width:min(calc(100% - clamp(2rem,6vw,4rem)),1180px)}.ggl-product__grid{grid-template-columns:1fr;gap:clamp(1.4rem,4vw,2.4rem)}.ggl-product__media-wrap{position:static}}@media screen and (max-width:640px){.ggl-product__shell{width:min(calc(100% - 2rem),1180px)}.ggl-product__buy-box{border-radius:1.1rem;padding:1rem}.ggl-product__features,.ggl-product__trust-grid{grid-template-columns:1fr}.ggl-product__iyzico{align-items:flex-start;flex-direction:column}.ggl-product__iyzico img{width:min(12.5rem,100%)}}.ggl-erken-banner{width:100%;background:linear-gradient(135deg,#e8622a,#f8aa17);color:#fff;font-size:14px;z-index:100;position:relative}.ggl-erken-banner__inner{display:flex;align-items:center;justify-content:center;gap:12px;padding:10px 0;flex-wrap:wrap}.ggl-erken-banner__inner p{margin:0;font-size:13px}.ggl-erken-banner__badge{background:#fff3;padding:3px 10px;border-radius:999px;font-size:11px;font-weight:800;letter-spacing:.06em;white-space:nowrap}.ggl-erken-banner__cta{background:#fff3;color:#fff;padding:5px 14px;border-radius:999px;font-size:12px;font-weight:800;text-decoration:none;white-space:nowrap;transition:background .2s;border:1px solid rgba(255,255,255,.35)}.ggl-erken-banner__cta:hover{background:#ffffff4d}.ggl-erken-banner__close{background:transparent;border:none;color:#fff;font-size:16px;cursor:pointer;opacity:.7;padding:4px 8px;margin-left:auto}.ggl-erken-banner__close:hover{opacity:1}@media screen and (max-width:749px){.ggl-erken-banner__inner{gap:8px;padding:8px 12px}.ggl-erken-banner__inner p{font-size:12px;text-align:center}}.ggl-account-header{background:var(--ggl-surface, #fff);border-bottom:1px solid var(--ggl-border);padding:3rem 0 2rem}.ggl-account-nav{display:flex;gap:8px;flex-wrap:wrap;margin-top:1.5rem}.ggl-account-nav a{padding:8px 16px;border-radius:8px;font-size:14px;font-weight:600;color:var(--ggl-ink);text-decoration:none;background:#0000000a;transition:background .2s}.ggl-account-nav a:hover,.ggl-account-nav a.is-active{background:var(--ggl-primary);color:#fff}.ggl-cart__price-actions{display:flex;flex-direction:column;align-items:flex-end;gap:8px}.ggl-cart__remove{display:inline-flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;color:#e8622a;text-decoration:none;transition:opacity .2s ease}.ggl-cart__remove:hover{opacity:.75;text-decoration:underline}.ggl-cart__actions{display:flex;flex-direction:column;align-items:flex-end;gap:10px}.ggl-cart__price{font-weight:700}.ggl-cart__remove{display:inline-block;font-size:14px;font-weight:600;color:#e8622a;text-decoration:underline;cursor:pointer}.ggl-cart__promo{width:100%;display:flex;flex-direction:column;gap:10px;padding:18px;border:1px solid var(--ggl-border);border-radius:var(--ggl-radius);background:var(--ggl-surface-strong)}.ggl-cart__promo-label{font-size:15px;font-weight:700;color:var(--ggl-ink)}.ggl-cart__promo-row{display:flex;gap:10px;align-items:center}.ggl-cart__promo-input{width:100%;min-height:48px;padding:0 16px;border:1px solid var(--ggl-border);border-radius:var(--ggl-button-radius);background:#fff;color:var(--ggl-ink);font-size:15px}.ggl-cart__promo-input:focus{outline:2px solid var(--ggl-primary);outline-offset:1px}.ggl-cart__promo-button{min-height:48px;white-space:nowrap}.ggl-cart__promo-note{margin:0;font-size:13px;color:var(--ggl-muted)}@media screen and (max-width:749px){.ggl-cart__promo-row{flex-direction:column;align-items:stretch}.ggl-cart__promo-button{width:100%}}.ggl-product-promo{display:grid;gap:10px;margin-top:18px}.ggl-product-promo label{font-size:16px;font-weight:800;color:var(--ggl-ink)}.ggl-product-promo__row{display:flex;gap:10px;align-items:center}.ggl-product-promo__input{width:100%;min-height:58px;padding:0 22px;border:1px solid var(--ggl-border);border-radius:999px;background:#ffffffc7;color:var(--ggl-ink);font-size:16px;font-weight:700}.ggl-product-promo__input:focus{outline:2px solid var(--ggl-primary);outline-offset:2px}.ggl-product-promo__button{min-height:58px;padding:0 24px;border:0;border-radius:999px;background:var(--ggl-secondary);color:#fff;font-size:16px;font-weight:800;cursor:pointer;white-space:nowrap}.ggl-product-promo__button:hover{opacity:.92}.ggl-product-promo__note{margin:0;font-size:13px;color:var(--ggl-muted);font-weight:600}@media screen and (max-width:749px){.ggl-product-promo__row{flex-direction:column;align-items:stretch}.ggl-product-promo__button{width:100%}}.ggl-product-promo__note.is-success{color:#198754}.ggl-product-promo__note.is-error{color:#d92d20}.ggl-product-cart-state{display:grid;gap:6px;margin-top:18px;padding:16px 18px;border:1px solid rgba(68,126,127,.24);border-radius:18px;background:#447e7f14;color:var(--ggl-ink)}.ggl-product-cart-state strong{font-size:15px;font-weight:800}.ggl-product-cart-state span{font-size:14px;color:var(--ggl-muted)}.ggl-product-cart-state a{width:fit-content;font-size:14px;font-weight:800;color:var(--ggl-secondary);text-decoration:underline}.ggl-product-plan-message{margin:10px 0 0;font-size:14px;font-weight:700}.ggl-product-plan-message.is-error{color:#d92d20}.ggl-product-plan-message.is-success{color:#198754}.ggl-product-cart-state__actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.ggl-product-cart-state__actions button{border:0;background:transparent;padding:0;font-size:14px;font-weight:800;color:#d92d20;text-decoration:underline;cursor:pointer}.ggl-product-cart-state__actions button:disabled{opacity:.6;cursor:wait}.ggl-product-cart-state[hidden],.ggl-product-plan-message[hidden]{display:none!important}.ggl-header__cart-button{display:inline-flex;align-items:center;gap:8px;min-height:48px;padding:0 18px;border:1px solid var(--ggl-border);border-radius:999px;background:#ffffffb8;color:var(--ggl-ink);font-size:15px;font-weight:800;cursor:pointer}.ggl-header__cart-button:hover{background:#fff}.ggl-header__cart-count{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:24px;padding:0 7px;border-radius:999px;background:var(--ggl-primary);color:var(--ggl-ink);font-size:13px;font-weight:900}.ggl-cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;pointer-events:none;visibility:hidden}.ggl-cart-drawer.is-open{pointer-events:auto;visibility:visible}.ggl-cart-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;border:0;background:#141a1a75;opacity:0;transition:opacity .25s ease}.ggl-cart-drawer.is-open .ggl-cart-drawer__overlay{opacity:1}.ggl-cart-drawer__panel{position:absolute;top:0;right:0;display:flex;flex-direction:column;width:min(460px,100%);height:100%;background:var(--ggl-surface-strong);box-shadow:-24px 0 80px #141a1a2e;transform:translate(100%);transition:transform .28s ease}.ggl-cart-drawer.is-open .ggl-cart-drawer__panel{transform:translate(0)}.ggl-cart-drawer__header{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:24px;border-bottom:1px solid var(--ggl-border)}.ggl-cart-drawer__header h2{margin:0;font-size:28px;line-height:1.1}.ggl-cart-drawer__close{width:42px;height:42px;border:1px solid var(--ggl-border);border-radius:999px;background:#fff;color:var(--ggl-ink);font-size:28px;line-height:1;cursor:pointer}.ggl-cart-drawer__body{flex:1;overflow-y:auto;display:grid;align-content:start;gap:16px;padding:24px}.ggl-cart-drawer__empty{margin:0;padding:18px;border:1px solid var(--ggl-border);border-radius:18px;background:var(--ggl-surface);color:var(--ggl-muted);font-weight:700}.ggl-cart-drawer__item{display:grid;grid-template-columns:76px minmax(0,1fr);gap:14px;padding:14px;border:1px solid var(--ggl-border);border-radius:18px;background:#fff}.ggl-cart-drawer__item-image{width:76px;height:76px;border-radius:14px;object-fit:cover;background:var(--ggl-surface)}.ggl-cart-drawer__item-content{display:grid;gap:6px}.ggl-cart-drawer__item-title{margin:0;font-size:15px;font-weight:900;color:var(--ggl-ink)}.ggl-cart-drawer__item-plan{margin:0;font-size:13px;font-weight:700;color:var(--ggl-muted)}.ggl-cart-drawer__item-bottom{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:4px}.ggl-cart-drawer__item-price{font-size:15px;font-weight:900;color:var(--ggl-ink)}.ggl-cart-drawer__remove{border:0;background:transparent;padding:0;color:#d92d20;font-size:13px;font-weight:800;text-decoration:underline;cursor:pointer}.ggl-cart-drawer__remove:disabled{opacity:.55;cursor:wait}.ggl-cart-drawer__footer{display:grid;gap:16px;padding:24px;border-top:1px solid var(--ggl-border);background:#fff}.ggl-cart-drawer__footer[hidden]{display:none!important}.ggl-cart-drawer__total{display:flex;align-items:center;justify-content:space-between;gap:16px;font-size:18px;font-weight:800}body.ggl-cart-drawer-active{overflow:hidden}@media screen and (max-width:749px){.ggl-header__cart-button{min-height:44px;padding:0 14px}.ggl-cart-drawer__header,.ggl-cart-drawer__body,.ggl-cart-drawer__footer{padding:18px}}.ggl-cart-drawer__discount{display:grid;gap:4px;padding:14px 16px;border:1px solid rgba(68,126,127,.24);border-radius:16px;background:#447e7f14}.ggl-cart-drawer__discount[hidden]{display:none!important}.ggl-cart-drawer__discount span{font-size:13px;font-weight:700;color:var(--ggl-muted)}.ggl-cart-drawer__discount strong{font-size:16px;font-weight:900;color:var(--ggl-ink)}.ggl-cart-drawer__discount em{font-size:13px;font-style:normal;font-weight:800;color:#198754}.ggl-cart-drawer__discount-message{margin:0;font-size:14px;font-weight:700}.ggl-cart-drawer__discount-message[hidden]{display:none!important}.ggl-cart-drawer__payment{display:grid;gap:12px;padding-top:4px}.ggl-cart-drawer__iyzico{display:flex;flex-direction:column;align-items:center;gap:8px;padding:14px;border:1px solid var(--ggl-border);border-radius:16px;background:var(--ggl-surface);text-align:center}.ggl-cart-drawer__iyzico img{display:block;width:198px;max-width:100%;height:auto}.ggl-cart-drawer__iyzico span{font-size:13px;font-weight:700;color:var(--ggl-muted)}.ggl-cart-drawer__payment-title{font-size:13px;font-weight:800;color:var(--ggl-muted);text-align:center}.ggl-cart-drawer__payment-icons{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap}.ggl-cart-drawer__payment-icon{width:44px;height:auto}.ggl-cart-drawer__payment-icon--troy,.ggl-payment-icons__icon--troy{width:54px;height:auto;object-fit:contain}.ggl-header__cart-button{gap:7px;padding:0 14px}.ggl-header__cart-icon{width:23px;height:23px;flex:0 0 auto}.ggl-erken-banner__inner{position:relative;display:flex;align-items:center;justify-content:center;gap:14px;text-align:center;padding-right:54px;padding-left:54px}.ggl-erken-banner__inner p{margin:0}.ggl-erken-banner__close{position:absolute;top:50%;right:0;transform:translateY(-50%)}@media screen and (max-width:749px){.ggl-erken-banner__inner{flex-wrap:wrap;gap:8px 12px;padding-right:42px;padding-left:42px}}.ggl-header__menu-toggle{display:none;width:48px;height:48px;border:1px solid var(--ggl-border);border-radius:999px;background:#ffffffb8;align-items:center;justify-content:center;flex-direction:column;gap:5px;cursor:pointer}.ggl-header__menu-toggle span{display:block;width:20px;height:2px;border-radius:999px;background:var(--header-ink, var(--ggl-ink));transition:transform .2s ease,opacity .2s ease}.ggl-header__menu-toggle.is-active span:nth-child(1){transform:translateY(7px) rotate(45deg)}.ggl-header__menu-toggle.is-active span:nth-child(2){opacity:0}.ggl-header__menu-toggle.is-active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.ggl-header__mobile-menu{display:none}@media screen and (max-width:989px){.ggl-header__nav{display:none!important}.ggl-header__actions .ggl-header__secondary,.ggl-header__actions .ggl-button:not(.ggl-header__cart-button){display:none!important}.ggl-header__menu-toggle{display:inline-flex}.ggl-header__inner{gap:12px}.ggl-header__actions{margin-left:auto;display:flex;align-items:center;gap:10px}.ggl-header__mobile-menu{border-top:1px solid var(--ggl-border);background:var(--header-bg, #fffaf0)}.ggl-header__mobile-menu.is-open{display:block}.ggl-header__mobile-menu-inner{display:grid;gap:22px;padding-top:20px;padding-bottom:24px}.ggl-header__mobile-nav{display:grid;gap:6px}.ggl-header__mobile-nav a,.ggl-header__mobile-link{display:flex;align-items:center;min-height:48px;padding:0 4px;border-bottom:1px solid rgba(27,31,31,.1);color:var(--header-ink, var(--ggl-ink));font-size:17px;font-weight:800;text-decoration:none}.ggl-header__mobile-actions{display:grid;gap:12px}}.ggl-header__brand img,.ggl-header__logo{max-height:9.35rem!important}@media screen and (max-width:749px){.ggl-header__brand img,.ggl-header__logo{max-height:5.75rem!important}}
/*# sourceMappingURL=/cdn/shop/t/22/assets/theme.css.map */
