.glucody-btn{display:inline-flex;align-items:center;justify-content:center;gap:.8rem;min-height:5rem;padding:1.2rem 2.4rem;border-radius:999rem;background:var(--g-blue);color:var(--g-white);font-family:var(--font-family-base);font-size:1.6rem;font-weight:600;line-height:1.5;text-align:center;transition:background-color .2s ease,transform .15s ease}.glucody-btn:hover{background:color-mix(in srgb, var(--g-blue) 88%, #000)}.glucody-btn:active{transform:scale(0.98)}.glucody-btn--navy{background:var(--g-navy)}.glucody-btn--navy:hover{background:color-mix(in srgb, var(--g-navy) 88%, #000)}.glucody-btn--light{background:var(--g-white);color:var(--g-navy)}.glucody-btn--light:hover{background:var(--g-cream)}.glucody-product-card{display:flex;flex-direction:column;width:100%;height:100%;padding:1.2rem 1.2rem 1.4rem;border-radius:2.2rem;background:var(--g-grey-100)}.glucody-product-card__media{position:relative;display:block;width:100%;aspect-ratio:246/231;margin-bottom:.8rem;border-radius:1.4rem;overflow:hidden}.glucody-product-card__image{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}.glucody-product-card__image--placeholder{padding:0;opacity:.35}.glucody-cards-media-cover .glucody-product-card__media{aspect-ratio:4/5;margin-bottom:.4rem}.glucody-cards-media-cover .glucody-product-card__image{object-fit:cover}.glucody-product-card__badge{position:absolute;top:.8rem;left:.8rem;padding:.4rem .8rem;border-radius:999rem;background:var(--g-blue);color:var(--g-white);font-size:1rem;font-weight:500;letter-spacing:.02rem;line-height:1.55;text-transform:uppercase}.glucody-product-card__info{display:flex;flex-direction:column;align-items:flex-start;gap:.75rem;flex:1}.glucody-product-card__title{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;min-height:3.78rem;color:var(--g-navy);font-size:1.4rem;font-weight:500;line-height:1.35}.glucody-product-card__prices{display:flex;flex-wrap:wrap;align-items:baseline;gap:0 .8rem}.glucody-product-card__price{color:var(--g-navy);font-size:1.7rem;font-weight:500;line-height:1.55}.glucody-product-card__price--sale{color:var(--g-blue)}.glucody-product-card__price-compare{color:var(--g-muted);font-size:1.4rem;font-weight:500;line-height:1.5}.glucody-product-card__tags{display:flex;gap:.4rem;max-width:100%;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-webkit-overflow-scrolling:touch;margin-right:-1.2rem;padding-right:1.2rem}.glucody-product-card__tags::-webkit-scrollbar{display:none}.glucody-product-card__tags.has-fade{-webkit-mask-image:linear-gradient(90deg, #000 82%, transparent 98%);mask-image:linear-gradient(90deg, #000 82%, transparent 98%)}.glucody-product-card__tag{flex-shrink:0;padding:.6rem 1rem;border-radius:999rem;background:var(--g-green-100);color:var(--g-green-700);font-size:1.2rem;line-height:1;white-space:nowrap}.glucody-product-card__cta{margin-top:auto;display:flex;align-items:center;justify-content:center;width:100%;height:4.4rem;margin-top:auto;padding:0 .6rem;border-radius:999rem;background:var(--g-blue);color:var(--g-white);transition:background-color .2s ease}.glucody-product-card__cta:hover{background:var(--g-navy)}.glucody-product-card__cta--soldout{background:var(--g-muted)}.glucody-product-card__cta--soldout:hover{background:var(--g-navy)}.glucody-product-card__cta.is-loading{opacity:.7;pointer-events:none}.glucody-product-card__cta-label{font-size:1.4rem;font-weight:500;letter-spacing:.0135rem;line-height:1.5;text-align:center;white-space:nowrap;min-width:0;max-width:100%;overflow:hidden;text-overflow:ellipsis}.glucody-slider-dots{display:none}@media(max-width: 989px){.glucody-slider-dots{display:flex;align-items:center;justify-content:center;gap:.8rem;margin-top:1.8rem}}.glucody-slider-dots--always{display:flex;align-items:center;justify-content:center;gap:.8rem;margin-top:1.6rem}.glucody-slider-dot{width:.6rem;height:.6rem;padding:0;border-radius:50%;background:rgba(55,70,106,.25);transition:background-color .2s ease,transform .2s ease}.glucody-slider-dot.is-active{background:var(--g-navy);transform:scale(1.15)}.glucody-plp__pagination{display:flex;align-items:center;justify-content:center;gap:.8rem;padding-top:4rem}.glucody-plp__page{display:flex;align-items:center;justify-content:center;min-width:3.2rem;height:3.2rem;border-radius:.8rem;color:var(--g-navy);font-size:1.4rem;transition:background-color .15s ease}.glucody-plp__page:where(a):hover{background:var(--g-slate-50)}.glucody-plp__page.is-current{background:var(--g-blue-100);font-weight:600}.glucody-plp__page--arrow svg{width:1.2rem;height:1.2rem;transform:rotate(180deg)}.glucody-plp__page--next svg{transform:none}.glucody-plp__page.is-disabled{opacity:.35}:root{--g-blue: #5aa9e6;--g-navy: #37466a;--g-yellow: #fce373;--g-cream: #fffef8;--g-slate-50: #f8fafc;--g-white: #ffffff;--g-navy-dark: #042438;--g-grey-100: #f1f2f5;--g-muted: #5a6374;--g-green-100: #e0ecdb;--g-green-700: #136e03;--g-blue-100: #e4f1fc;--g-border-blue: #dce6f2;--g-star: #fce373}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;-webkit-tap-highlight-color:rgba(0,0,0,0)}html{font-size:62.5%;scroll-behavior:smooth;overflow-x:clip}body{font-family:var(--font-family-base, "Poppins"),sans-serif;color:var(--g-navy);background:var(--g-white);overflow-x:clip;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:root{--side-extra: 0rem}@media(min-width: 1441px){:root{--side-extra: calc((100vw - 144rem) / 2)}}img,picture,video,canvas,svg{display:block;max-width:100%;height:auto}ul,ol{list-style:none}a{color:inherit;text-decoration:none}button{font-family:inherit;font-size:inherit;cursor:pointer;background:none;border:none}input,textarea,select{font-family:inherit;font-size:inherit}.visually-hidden{position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0, 0, 0, 0) !important;white-space:nowrap !important;border:0 !important}@media(max-width: 749px){.glucody-hide-mobile{display:none !important}}@media(min-width: 750px){.glucody-hide-desktop{display:none !important}}
