@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";:root{--pg-purple: #9B8FE8;--pg-purple-deep: #6B4FA0;--pg-purple-dark: #1A0A2E;--pg-purple-light: #E8E0F5;--pg-purple-pale: #F3F0FF;--pg-pink: #F5A0B5;--pg-pink-deep: #E07090;--pg-pink-pale: #FFE8F0;--pg-white: #FDFBFF;--pg-border: rgba(155,143,232,.2);--pg-ease: cubic-bezier(.22, 1, .36, 1)}*,*:before,*:after{box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background-color:var(--pg-white);color:var(--pg-purple-dark);-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4{font-family:Inter,sans-serif!important;font-weight:800!important;letter-spacing:-.03em!important;color:var(--pg-purple-dark)!important}.announcement-bar{background:linear-gradient(90deg,var(--pg-purple) 0%,var(--pg-pink) 100%)!important;border-bottom:none!important}.announcement-bar *,.announcement-bar__message{color:#fff!important;font-family:Inter,sans-serif!important;font-size:11.5px!important;font-weight:500!important;letter-spacing:.06em!important}.header,.site-header,header[class*=header]{background:#fdfbfff2!important;backdrop-filter:blur(20px)!important;-webkit-backdrop-filter:blur(20px)!important;border-bottom:1px solid var(--pg-border)!important;box-shadow:none!important}.header__logo,.site-header__logo,.header [class*=logo]{font-family:Inter,sans-serif!important;font-weight:900!important;letter-spacing:-.04em!important;color:var(--pg-purple-deep)!important}.header-menu a,.header-menu__link,.header [class*=nav] a{font-family:Inter,sans-serif!important;font-size:13px!important;font-weight:500!important;color:var(--pg-purple-deep)!important;opacity:.7;transition:opacity .2s ease,color .2s ease!important}.header-menu a:hover{opacity:1!important;color:var(--pg-purple)!important}.pg-hero{display:grid;grid-template-columns:1fr 1fr;min-height:calc(100vh - 9rem);overflow:hidden}.pg-hero__left{background:linear-gradient(145deg,var(--pg-purple-pale) 0%,var(--pg-purple-light) 50%,var(--pg-pink-pale) 100%);position:relative;overflow:hidden;min-height:600px}.pg-hero__character{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center center!important;display:block!important;image-rendering:auto!important;max-width:none!important}.pg-hero__right{background:var(--pg-white);display:flex;flex-direction:column;justify-content:center;padding:5rem 5rem 5rem 6rem}.pg-hero__eyebrow{display:inline-flex;align-items:center;gap:.8rem;font-size:11px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--pg-purple);background:var(--pg-purple-pale);border:1px solid var(--pg-border);padding:.5rem 1.2rem;border-radius:999px;margin-bottom:2rem;width:fit-content}.pg-hero__heading{font-family:Inter,sans-serif!important;font-size:clamp(4.5rem,5.5vw,7rem)!important;font-weight:900!important;letter-spacing:-.04em!important;line-height:1!important;color:var(--pg-purple-dark)!important;margin-bottom:2.4rem!important}.pg-hero__heading span{background:linear-gradient(135deg,var(--pg-purple) 0%,var(--pg-pink) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.pg-hero__sub{font-size:1.55rem;font-weight:400;line-height:1.75;color:#1a0a2e99;max-width:38ch;margin-bottom:4rem}.pg-hero__ctas{display:flex;gap:1.2rem;flex-wrap:wrap}.pg-btn{display:inline-flex;align-items:center;gap:.8rem;font-family:Inter,sans-serif;font-size:13px;font-weight:600;letter-spacing:.02em;padding:1.3rem 2.8rem;border-radius:999px;text-decoration:none;cursor:pointer;border:none;transition:all .3s var(--pg-ease)}.pg-btn svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:transform .3s ease}.pg-btn--primary{background:linear-gradient(135deg,var(--pg-purple) 0%,var(--pg-purple-deep) 100%);color:#fff;box-shadow:0 8px 24px #6b4fa04d}.pg-btn--primary:hover{transform:translateY(-2px);box-shadow:0 14px 36px #6b4fa066}.pg-btn--primary:hover svg{transform:translate(4px)}.pg-btn--outline{background:transparent;color:var(--pg-purple-deep);border:2px solid var(--pg-border)}.pg-btn--outline:hover{border-color:var(--pg-purple);background:var(--pg-purple-pale)}.pg-trust{display:grid;grid-template-columns:repeat(4,1fr);background:var(--pg-purple-pale);border-top:1px solid var(--pg-border);border-bottom:1px solid var(--pg-border)}.pg-trust__item{display:flex;align-items:center;gap:1.2rem;padding:2rem 2.4rem;border-right:1px solid var(--pg-border);transition:background .2s ease}.pg-trust__item:last-child{border-right:none}.pg-trust__item:hover{background:#9b8fe814}.pg-trust__icon{width:3.6rem;height:3.6rem;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--pg-purple) 0%,var(--pg-pink) 100%);border-radius:50%}.pg-trust__icon svg{width:16px;height:16px;stroke:#fff;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.pg-trust__title{font-family:Inter,sans-serif;font-size:13px;font-weight:600;color:var(--pg-purple-dark);margin-bottom:2px;line-height:1.2}.pg-trust__text{font-family:Inter,sans-serif;font-size:11px;font-weight:400;color:#1a0a2e80;line-height:1.4}.pg-chars{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.pg-chars .pg-char-card:nth-child(4){grid-column:auto}.pg-chars .pg-char-card:nth-child(5){grid-column:auto}.pg-char-card{position:relative;border-radius:16px!important;overflow:hidden;background:var(--pg-purple-pale);border:2px solid transparent;cursor:pointer;display:block;text-decoration:none;transition:all .4s var(--pg-ease);aspect-ratio:2/3}.pg-char-card{position:relative;border-radius:20px;overflow:hidden;background:var(--pg-purple-pale);border:2px solid transparent;cursor:pointer;display:block;text-decoration:none;transition:all .4s var(--pg-ease);aspect-ratio:3/4}.pg-char-card:hover{transform:translateY(-6px);border-color:var(--pg-purple);box-shadow:0 20px 50px #6b4fa033}.pg-char-card__img{width:100%;height:70%;display:flex;align-items:flex-end;justify-content:center;padding:1.2rem 1.2rem 0}.pg-char-card__img img{width:100%;height:100%;object-fit:contain;image-rendering:pixelated;transition:transform .5s var(--pg-ease)}.pg-char-card:hover .pg-char-card__img img{transform:scale(1.05) translateY(-4px)}.pg-char-card__info{padding:1rem 1.2rem 1.2rem}.pg-char-card__name{font-family:Inter,sans-serif;font-size:1.4rem;font-weight:700;letter-spacing:-.02em;color:var(--pg-purple-dark);margin-bottom:.2rem}.pg-char-card__type{font-size:1rem;font-weight:400;color:var(--pg-purple);letter-spacing:.02em}.pg-char-card__tag{display:none!important}.pg-char-card__img>div{display:none!important}.pg-section{padding:7rem 0}.pg-section--purple{background:var(--pg-purple-pale)}.pg-section--dark{background:var(--pg-purple-dark)}.pg-section--gradient{background:linear-gradient(145deg,var(--pg-purple-pale) 0%,var(--pg-pink-pale) 100%)}.pg-section-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:4.8rem}.pg-eyebrow{display:inline-flex;align-items:center;gap:.8rem;font-size:11px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--pg-purple);margin-bottom:1rem}.pg-eyebrow:before{content:"";display:block;width:2rem;height:2px;background:linear-gradient(90deg,var(--pg-purple) 0%,var(--pg-pink) 100%);border-radius:2px}.pg-title{font-family:Inter,sans-serif;font-size:clamp(3rem,3.5vw,4.8rem);font-weight:800;letter-spacing:-.04em;line-height:1.05;color:var(--pg-purple-dark);margin:0}.pg-section--dark .pg-title{color:#fff}.pg-view-all{font-family:Inter,sans-serif;font-size:13px;font-weight:500;color:var(--pg-purple);letter-spacing:.02em;display:flex;align-items:center;gap:.6rem;text-decoration:none;padding:.8rem 1.6rem;border:1.5px solid var(--pg-border);border-radius:999px;transition:all .2s ease}.pg-view-all:hover{background:var(--pg-purple-pale);border-color:var(--pg-purple)}.pg-view-all svg{width:12px;height:12px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.product-card,.card--product{border-radius:16px!important;overflow:hidden;transition:transform .4s var(--pg-ease),box-shadow .4s var(--pg-ease)!important;border:2px solid transparent!important}.product-card:hover,.card--product:hover{transform:translateY(-5px)!important;box-shadow:0 20px 50px #6b4fa026!important;border-color:var(--pg-border)!important}.product-card__title a,.card--product [class*=title]{font-family:Inter,sans-serif!important;font-weight:600!important;letter-spacing:-.02em!important;color:var(--pg-purple-dark)!important}.price,.price-item{font-family:Inter,sans-serif!important;font-weight:600!important;color:var(--pg-purple-deep)!important}.price--sale .price-item--sale{color:var(--pg-pink-deep)!important}.button,[class*=button-primary],[class*=btn--primary]{font-family:Inter,sans-serif!important;font-weight:600!important;letter-spacing:.01em!important;border-radius:999px!important;transition:all .3s var(--pg-ease)!important}[class*=button-primary],[class*=btn--primary],.product-form [type=submit]{background:linear-gradient(135deg,var(--pg-purple) 0%,var(--pg-purple-deep) 100%)!important;color:#fff!important;border:none!important;box-shadow:0 6px 20px #6b4fa04d!important}[class*=button-primary]:hover,.product-form [type=submit]:hover{transform:translateY(-2px)!important;box-shadow:0 12px 32px #6b4fa066!important}.pg-manifesto{padding:10rem 4rem;background:var(--pg-purple-dark);text-align:center;position:relative;overflow:hidden}.pg-manifesto:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(155,143,232,.12) 0%,transparent 70%);pointer-events:none}.pg-manifesto__eyebrow{display:inline-flex;align-items:center;gap:.6rem;font-size:11px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--pg-pink);background:#f5a0b51f;border:1px solid rgba(245,160,181,.25);padding:.5rem 1.2rem;border-radius:999px;margin-bottom:3rem}.pg-manifesto__heading{font-family:Inter,sans-serif!important;font-size:clamp(3.5rem,5vw,6.5rem)!important;font-weight:900!important;letter-spacing:-.04em!important;line-height:1.05!important;color:#fff!important;max-width:20ch;margin:0 auto 2.4rem!important}.pg-manifesto__heading span{background:linear-gradient(135deg,var(--pg-purple) 0%,var(--pg-pink) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.pg-manifesto__sub{font-size:1.55rem;font-weight:400;color:#ffffff73;max-width:44ch;margin:0 auto 4rem;line-height:1.8}.site-footer,footer{background:var(--pg-purple-dark)!important;border-top:none!important}.site-footer *{font-family:Inter,sans-serif!important}.site-footer [class*=logo]{font-weight:900!important;letter-spacing:-.04em!important;color:#fff!important}.site-footer h2,.site-footer h3,.site-footer h4,.site-footer [class*=heading]{font-size:10px!important;font-weight:600!important;letter-spacing:.12em!important;text-transform:uppercase!important;color:#ffffff4d!important}.site-footer a{color:#ffffff8c!important;transition:color .2s ease!important}.site-footer a:hover{color:var(--pg-pink)!important}.site-footer [class*=bottom]{border-top:1px solid rgba(155,143,232,.15)!important;font-size:12px!important;color:#ffffff40!important}.collection-hero,.collection-banner{background:linear-gradient(145deg,var(--pg-purple-pale) 0%,var(--pg-pink-pale) 100%)!important;padding:5rem 0 3.5rem!important}.collection-hero h1,.collection-banner h1{font-weight:900!important;letter-spacing:-.04em!important;color:var(--pg-purple-dark)!important}.cart-drawer,.drawer{background:var(--pg-white)!important}.cart-drawer [class*=title],.cart-drawer [class*=heading]{font-weight:800!important;letter-spacing:-.03em!important;color:var(--pg-purple-dark)!important}:focus-visible{outline:2px solid var(--pg-purple)!important;outline-offset:3px!important}[data-pg-reveal]{opacity:0;transform:translateY(20px);transition:opacity .7s var(--pg-ease),transform .7s var(--pg-ease)}[data-pg-reveal].is-visible{opacity:1;transform:none}[data-pg-reveal][data-delay="1"]{transition-delay:.1s}[data-pg-reveal][data-delay="2"]{transition-delay:.2s}[data-pg-reveal][data-delay="3"]{transition-delay:.3s}[data-pg-reveal][data-delay="4"]{transition-delay:.4s}@media(max-width:768px){.pg-hero{grid-template-columns:1fr;min-height:auto}.pg-hero__left{height:60vw;min-height:300px;padding:3rem 2rem}.pg-hero__right{padding:3.5rem 2.4rem 4.5rem}.pg-hero__heading{font-size:clamp(4rem,11vw,5.5rem)!important}.pg-chars{grid-template-columns:repeat(3,1fr);gap:10px}.pg-trust{grid-template-columns:1fr 1fr}.pg-trust__item{border-right:none;border-bottom:1px solid var(--pg-border);padding:1.4rem 1.6rem}.pg-trust__item:nth-child(odd){border-right:1px solid var(--pg-border)}.pg-manifesto{padding:7rem 2rem}.pg-section{padding:5rem 0}}@media(prefers-reduced-motion:reduce){[data-pg-reveal]{opacity:1;transform:none}}.pg-cols-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.pg-col-card{position:relative;border-radius:20px;overflow:hidden;aspect-ratio:3/4;background:var(--pg-purple-pale);border:2px solid transparent;cursor:pointer;display:block;text-decoration:none;transition:all .4s var(--pg-ease)}.pg-col-card:hover{transform:translateY(-6px);border-color:var(--pg-purple);box-shadow:0 20px 50px #6b4fa033}.pg-col-card__media{position:absolute;top:0;right:0;bottom:0;left:0}.pg-col-card__media img{width:100%;height:100%;object-fit:cover;image-rendering:pixelated;transition:transform .6s var(--pg-ease)}.pg-col-card:hover .pg-col-card__media img{transform:scale(1.04)}.pg-col-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(26,10,46,.7) 0%,transparent 50%);opacity:0;transition:opacity .4s ease}.pg-col-card:hover .pg-col-card__overlay{opacity:1}.pg-col-card__empty{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:6rem}.pg-col-card__badge{position:absolute;top:1.6rem;right:1.6rem;font-family:Inter,sans-serif;font-size:10px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;background:linear-gradient(135deg,var(--pg-purple) 0%,var(--pg-pink) 100%);color:#fff;padding:.5rem 1.2rem;border-radius:999px;z-index:2}.pg-col-card__cta{position:absolute;bottom:2.4rem;left:50%;transform:translate(-50%) translateY(10px);font-family:Inter,sans-serif;font-size:13px;font-weight:600;color:#fff;white-space:nowrap;letter-spacing:.04em;z-index:2;opacity:0;transition:opacity .3s ease,transform .3s ease}.pg-col-card:hover .pg-col-card__cta{opacity:1;transform:translate(-50%) translateY(0)}@media(max-width:768px){.pg-cols-grid{grid-template-columns:1fr 1fr;gap:1.2rem}.pg-col-card__cta{display:none}}.pg-hero__canvas{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0;display:block}.pg-hero{position:relative}.pg-hero__left,.pg-hero__right{position:relative;z-index:1}.pg-hero__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.2rem;color:#6b4fa066;font-family:Inter,sans-serif;font-size:1.3rem}.pg-hero__eyebrow-dot{display:inline-block;width:6px;height:6px;border-radius:50%;background:linear-gradient(135deg,var(--pg-purple),var(--pg-pink));flex-shrink:0}.pg-manifesto__heading{font-family:Inter,sans-serif!important;font-size:clamp(3.5rem,5vw,6.5rem)!important;font-weight:900!important;letter-spacing:-.04em!important;line-height:1.05!important;color:#fff!important;max-width:20ch;margin:0 auto 2.4rem!important;display:block!important}.pg-manifesto__heading span{background:linear-gradient(135deg,var(--pg-purple) 0%,var(--pg-pink) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:inline}.pg-col-card,.pg-char-card{perspective:1000px;transform-style:preserve-3d}.pg-trust__icon{image-rendering:pixelated}html{scroll-behavior:smooth}::selection{background:var(--pg-purple);color:#fff}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--pg-white)}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,var(--pg-purple) 0%,var(--pg-pink) 100%);border-radius:3px}.shopify-section{animation:pg-fadein .5s ease both}@keyframes pg-fadein{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.shopify-section-group-footer-group .footer-content,.shopify-section-group-footer-group [class*=footer-content]{background:#1a0a2e!important}.shopify-section-group-footer-group .section-background,.shopify-section-group-footer-group>div{background:#1a0a2e!important}.shopify-section-group-footer-group *{color:#ffffff8c!important}.shopify-section-group-footer-group h1,.shopify-section-group-footer-group h2,.shopify-section-group-footer-group h3,.shopify-section-group-footer-group h4,.shopify-section-group-footer-group h5,.shopify-section-group-footer-group strong,.shopify-section-group-footer-group [class*=heading]{color:#fff!important;font-family:Inter,sans-serif!important}.shopify-section-group-footer-group a{color:#ffffff73!important;text-decoration:none!important;transition:color .2s ease!important}.shopify-section-group-footer-group a:hover{color:var(--pg-pink)!important}.shopify-section-group-footer-group .utilities{border-top-color:#9b8fe826!important}.shopify-section-group-footer-group input[type=email]{background:#ffffff0f!important;border-color:#9b8fe840!important;color:#fff!important}.shopify-section-group-footer-group input[type=email]::placeholder{color:#ffffff4d!important}.color-custom-product_list_fa6P9H,section[id*=product_list_fa6P9H],.shopify-section:has(#shopify-section-product_list_fa6P9H){background:#1a0a2e!important}[style*="background-color: #1A0A2E"] .card--product [class*=title],[style*="background-color: #1A0A2E"] .card--product [class*=heading],[style*="background-color: #1A0A2E"] .card--product a,[style*="background-color:#1A0A2E"] .card--product [class*=title],[style*="background-color:#1A0A2E"] .card--product a,.pg-section--dark .card--product [class*=title],.pg-section--dark .card--product a,.pg-section--dark .product-card__title,.pg-section--dark .price,.pg-section--dark .price-item,[style*="background-color: #1A0A2E"] [class*=section-header] *,[style*="background-color: #1A0A2E"] [class*=section__header] *,[style*="background-color:#1A0A2E"] [class*=heading],[style*="background-color:#1A0A2E"] h1,[style*="background-color:#1A0A2E"] h2,[style*="background-color:#1A0A2E"] h3,[style*="background-color:#1A0A2E"] a{color:#fff!important}[style*="background-color: #1A0A2E"] .price,[style*="background-color: #1A0A2E"] .price-item,[style*="background-color: #1A0A2E"] [class*=price]{color:var(--pg-pink)!important}[style*="background-color: #1A0A2E"] .card--product,[style*="background-color:#1A0A2E"] .card--product{background:#ffffff0a!important;border-color:#9b8fe826!important}[style*="background-color: #1A0A2E"] .card__information [class*=title],[style*="background-color: #1A0A2E"] .card__information a,[style*="background-color: #1A0A2E"] .card__information p{color:#ffffffd9!important}#shopify-section-product_list_fa6P9H h1,#shopify-section-product_list_fa6P9H h2,#shopify-section-product_list_fa6P9H h3,#shopify-section-product_list_fa6P9H h4,#shopify-section-product_list_fa6P9H h5,#shopify-section-product_list_fa6P9H p,#shopify-section-product_list_fa6P9H span,#shopify-section-product_list_fa6P9H a,#shopify-section-product_list_fa6P9H [class*=text],#shopify-section-product_list_fa6P9H [class*=title],#shopify-section-product_list_fa6P9H [class*=heading],#shopify-section-product_list_fa6P9H [class*=rte]{color:#fff!important}#shopify-section-product_list_fa6P9H [class*=price],#shopify-section-product_list_fa6P9H .price,#shopify-section-product_list_fa6P9H [class*=button],#shopify-section-product_list_fa6P9H [class*=link]{color:#f5a0b5!important}
/*# sourceMappingURL=/cdn/shop/t/34/assets/peglas-custom.css.map */
