@import"https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800&display=swap";#pgd{--accent: #9060c0;--bg: #fdf6ff;--border: #e8d8f8;--title: #1a0a2e;--bg2: color-mix(in srgb, var(--accent) 8%, #fff);--bg3: color-mix(in srgb, var(--accent) 14%, #fff);--bdr2: color-mix(in srgb, var(--border) 60%, #fff);--acc-txt: color-mix(in srgb, var(--accent) 70%, #333)}#pgd,#pgd *{box-sizing:border-box;margin:0;padding:0}#pgd{max-width:760px;margin:0 auto;font-family:Rubik,sans-serif;color:#111;background:#fff}#pgd .hero{background:var(--bg);border-radius:20px;margin:16px 0 0;padding:36px 36px 32px;position:relative;overflow:hidden;border:1px solid var(--border)}#pgd .hero:before{content:"";position:absolute;right:-70px;top:-70px;width:300px;height:300px;border-radius:50%;background:radial-gradient(circle,var(--bdr2) 0%,transparent 68%);pointer-events:none}#pgd .hero:after{content:"";position:absolute;left:-50px;bottom:-50px;width:200px;height:200px;border-radius:50%;background:radial-gradient(circle,var(--border) 0%,transparent 68%);pointer-events:none}#pgd .hero-inner{position:relative;z-index:1}#pgd .hero-eyebrow{display:inline-flex;align-items:center;gap:6px;background:#0000000d;border:1px solid var(--border);border-radius:30px;padding:4px 13px;font-size:10.5px;font-weight:500;color:var(--accent);letter-spacing:.07em;text-transform:uppercase;margin-bottom:14px}#pgd .hero-eyebrow span{width:5px;height:5px;border-radius:50%;background:var(--accent);display:inline-block}#pgd .hero-headline{font-size:28px;font-weight:700;color:var(--title);line-height:1.25;margin-bottom:10px;letter-spacing:-.3px}#pgd .hero-actives{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:20px}#pgd .hero-active{background:#fff;border:1px solid var(--border);border-radius:8px;padding:4px 11px;font-size:11px;font-weight:500;color:#555}#pgd .hero-active b{color:var(--accent);font-weight:600}#pgd .hero-divider{height:1px;background:var(--border);margin-bottom:16px}#pgd .hero-chips{display:flex;flex-wrap:wrap;gap:8px}#pgd .chip{display:inline-flex;align-items:center;gap:5px;padding:4px 11px;border-radius:20px;font-size:11px;font-weight:500}#pgd .chip-size{background:#0000000a;color:var(--accent);border:1px solid var(--border)}#pgd .chip-origin{background:#00000008;color:var(--acc-txt);border:1px solid var(--border)}#pgd .section{padding:10px 36px;border-bottom:1px solid var(--bdr2)}#pgd .section:last-child{border-bottom:none}#pgd h2{font-size:22px;font-weight:600;color:#111;line-height:1.3;margin-bottom:12px}#pgd .acc-sum-title,#pgd .inci-sum-title,#pgd .warn-sum-title{font-size:14px!important;font-weight:600!important;color:#111!important;line-height:1!important;margin-bottom:0!important}#pgd .pd p{font-size:16.5px;line-height:1.75;color:#333;margin-bottom:8px;font-weight:400}#pgd .pd p:last-child{margin-bottom:0}#pgd .acc-block{border:1px solid var(--border);border-radius:14px;overflow:hidden}#pgd .acc-block details summary{cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:12px;padding:15px 20px;background:var(--bg);border-bottom:1px solid transparent;transition:background .15s}#pgd .acc-block details[open] summary{background:var(--bg3);border-bottom-color:var(--border)}#pgd .acc-block details summary::-webkit-details-marker{display:none}#pgd .acc-sum-left,#pgd .inci-sum-left,#pgd .warn-sum-left{display:flex;align-items:center;gap:10px}#pgd .acc-sum-text,#pgd .inci-sum-text,#pgd .warn-sum-text{display:flex;flex-direction:column;gap:2px}#pgd .acc-toggle{width:26px;height:26px;border-radius:50%;background:var(--bg3);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:18px;font-weight:300;color:var(--accent);line-height:1;transition:background .2s,color .2s;-webkit-user-select:none;user-select:none}#pgd .acc-block details[open] .acc-toggle{background:var(--accent);color:#fff;border-color:var(--accent)}#pgd .acc-body{padding:18px 20px;background:#fff}#pgd .why-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}#pgd .why-card{background:var(--bg2);border:.5px solid var(--border);border-radius:12px;padding:16px 15px}#pgd .why-card h3{font-size:14px;font-weight:600;color:#111;margin-bottom:5px;line-height:1.3}#pgd .why-card p{font-size:13px;font-weight:400;color:#555;line-height:1.55}#pgd .fw-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:9px}#pgd .fw-card2{display:flex;align-items:flex-start;gap:9px;background:var(--bg2);border:.5px solid var(--border);border-radius:10px;padding:12px 13px}#pgd .fw-dot{width:5px;height:5px;border-radius:50%;background:var(--accent);flex-shrink:0;margin-top:5px}#pgd .fw-card2 span{font-size:13px;font-weight:400;color:#333;line-height:1.5}#pgd .how-track{display:grid;grid-template-columns:repeat(4,1fr);gap:0;position:relative}#pgd .how-track:before{content:"";position:absolute;top:22px;left:calc(12.5% + 8px);right:calc(12.5% + 8px);height:1px;background:linear-gradient(90deg,var(--border),var(--accent),var(--border));z-index:0}#pgd .how-step{display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 8px;position:relative;z-index:1}#pgd .how-num{width:44px;height:44px;border-radius:50%;background:var(--accent);display:flex;align-items:center;justify-content:center;margin-bottom:14px;flex-shrink:0;box-shadow:0 0 0 4px var(--bg)}#pgd .how-num span{font-size:16px;font-weight:700;color:#fff;line-height:1}#pgd .how-step h3{font-size:13px;font-weight:600;color:#111;margin-bottom:5px;line-height:1.3}#pgd .how-step p{font-size:12px;font-weight:400;color:#666;line-height:1.5}#pgd .inci-block{border:1px solid var(--border);border-radius:14px;overflow:hidden}#pgd .inci-block details summary{cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:12px;padding:15px 20px;background:var(--bg);border-bottom:1px solid transparent;transition:background .15s}#pgd .inci-block details[open] summary{background:var(--bg3);border-bottom-color:var(--border)}#pgd .inci-block details summary::-webkit-details-marker{display:none}#pgd .inci-chevron{width:26px;height:26px;border-radius:50%;background:var(--bg3);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:18px;font-weight:300;color:var(--accent);line-height:1;transition:background .2s,color .2s;-webkit-user-select:none;user-select:none}#pgd .inci-block details[open] .inci-chevron{background:var(--accent);color:#fff;border-color:var(--accent)}#pgd .inci-body{padding:18px 20px;background:#fff}#pgd .ibody{font-size:12.5px;font-weight:400;color:#555;line-height:2;letter-spacing:.01em}#pgd .faq-section{background:linear-gradient(160deg,var(--bg) 0%,var(--bg2) 100%);border-radius:16px;padding:18px 20px 4px;border:1px solid var(--border)}#pgd .faq-section h2{margin-bottom:16px}#pgd .faq2-item{border-bottom:1px solid var(--border)}#pgd .faq2-item:last-child{border-bottom:none}#pgd .faq2-item details summary{cursor:pointer;padding:11px 4px;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:14px}#pgd .faq2-item details summary::-webkit-details-marker{display:none}#pgd .faq2-item details summary h3{font-size:15px;font-weight:400;color:#111;line-height:1.45;flex:1}#pgd .faq2-item details[open] summary h3{font-weight:500;color:var(--accent)}#pgd .faq2-arrow{width:22px;height:22px;border-radius:50%;background:var(--bg3);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:16px;font-weight:300;color:var(--accent);line-height:1;transition:background .2s,color .2s;-webkit-user-select:none;user-select:none}#pgd .faq2-item details[open] .faq2-arrow{background:var(--accent);border-color:var(--accent);color:#fff}#pgd .faq2-item details p{font-size:14px;font-weight:400;color:#555;line-height:1.75;padding:0 4px 12px}#pgd .warn-block{border:1px solid #f0d8e0;border-radius:14px;overflow:hidden}#pgd .warn-block details summary{cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:12px;padding:15px 20px;background:#fff5f8;border-bottom:1px solid transparent;transition:background .15s}#pgd .warn-block details[open] summary{background:#ffe8f0;border-bottom-color:#f0d8e0}#pgd .warn-block details summary::-webkit-details-marker{display:none}#pgd .warn-chevron{width:26px;height:26px;border-radius:50%;background:#f5d8e4;border:1px solid #f0c0d0;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:16px;font-weight:300;color:#c04070;line-height:1;transition:background .2s,color .2s;-webkit-user-select:none;user-select:none}#pgd .warn-block details[open] .warn-chevron{background:#c04070;color:#fff;border-color:#c04070}#pgd .warn-body{padding:16px 20px;background:#fff}#pgd .warn-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}#pgd .warn-item{display:flex;align-items:flex-start;gap:10px;background:#fff5f8;border:1px solid #f0dde5;border-radius:10px;padding:11px 13px}#pgd .warn-item-icon{width:22px;height:22px;border-radius:50%;background:#fde8f0;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:10px;font-weight:700;color:#c04070;margin-top:1px}#pgd .warn-item-text{display:flex;flex-direction:column;gap:2px}#pgd .warn-item-label{font-size:10.5px;font-weight:600;color:#c04070;letter-spacing:.04em;text-transform:uppercase}#pgd .warn-item-desc{font-size:12.5px;font-weight:400;color:#555;line-height:1.5}@media(max-width:540px){#pgd .hero{border-radius:14px;margin:8px 0 0;padding:24px 20px 22px}#pgd .hero-headline{font-size:24px}#pgd h2{font-size:20px}#pgd .why-grid,#pgd .fw-grid{grid-template-columns:1fr}#pgd .how-track{grid-template-columns:repeat(2,1fr);gap:20px}#pgd .how-track:before{display:none}#pgd .section{padding:8px 20px}#pgd .faq-section{padding:14px 14px 4px}#pgd .warn-grid{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/custom-product-pages.css.map */
