:root{--ink:#0a0a0a;--muted:#63656c;--line:#e8e8eb;--soft:#f6f7f9;--purple:#4b3bd4;--purple-soft:#f3f1ff;--green:#bdf3c5;--red:#dc2f3b;--logo-highlight:#f0d98e}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--ink);font-family:Arial,Helvetica,sans-serif;font-size:15px;line-height:1.45}body.no-scroll{overflow:hidden}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{color:inherit}img{display:block;max-width:100%;height:auto}.shell{width:min(1200px,calc(100% - 40px));margin-inline:auto}.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.screen-reader-text:focus,.skip-link:focus{clip:auto!important;width:auto;height:auto;top:5px;left:5px;padding:12px 16px;z-index:9999;background:#fff;color:#111}.primary-button,.soft-button{display:inline-flex;min-height:56px;padding:0 26px;align-items:center;justify-content:center;gap:17px;border:0;border-radius:99px;font-weight:600;cursor:pointer;transition:.2s}.primary-button{color:#fff;background:var(--purple);box-shadow:0 8px 24px color-mix(in srgb,var(--purple) 20%,transparent)}.primary-button:hover{transform:translateY(-1px);filter:brightness(.93)}.soft-button{background:#edf4f5}.soft-button:hover{background:#e1ecee}.dashicons{width:auto;height:auto;font-size:inherit;line-height:inherit}

/* Announcement and navigation */
.promo-bar{height:40px;display:flex;align-items:center;justify-content:center;position:relative;padding:0 40px;color:#fff;background:var(--purple);font-size:14px}.promo-bar a{text-decoration:underline;font-weight:600}.promo-bar button{position:absolute;right:max(40px,calc((100% - 1200px)/2));border:0;background:transparent;color:#fff;cursor:pointer}.site-header{position:sticky;top:0;z-index:40;height:60px;background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);backdrop-filter:blur(16px)}body.admin-bar .site-header{top:32px}.header-inner{height:100%;display:grid;grid-template-columns:235px 1fr 150px;align-items:center}.header-brand{justify-self:start}.brand-link,.custom-logo-link{display:inline-flex;align-items:center}.custom-logo-link img{width:auto;max-width:215px;max-height:45px}.brand-mark{display:inline-block;position:relative;z-index:0;font-size:30px;font-weight:850;line-height:1;letter-spacing:-.04em}.brand-mark:after{content:"";position:absolute;z-index:-1;left:-2px;right:-3px;bottom:0;height:12px;background:var(--logo-highlight)}.site-header nav{justify-self:center}.nav-list{display:flex;align-items:center;gap:4px;margin:0;padding:0;list-style:none}.nav-list>li{position:relative}.nav-list a{display:block;padding:20px 16px;white-space:nowrap;transition:color .2s}.nav-list a:hover,.nav-list .current-menu-item>a,.nav-list .menu-item-has-children:hover>a,.nav-list .menu-item-has-children:focus-within>a{color:var(--purple)}.nav-list .menu-item-has-children>a{display:flex;align-items:center;gap:9px}.nav-list .menu-item-has-children>a:after{content:"";width:7px;height:7px;flex:0 0 7px;margin:-4px 1px 0 0;border-right:1.7px solid currentColor;border-bottom:1.7px solid currentColor;transform:rotate(45deg);transform-origin:center;transition:transform .18s ease,margin .18s ease}.nav-list .menu-item-has-children:hover>a:after,.nav-list .menu-item-has-children:focus-within>a:after{margin:4px 1px 0 0;transform:rotate(225deg)}.nav-list .sub-menu{display:block;visibility:hidden;opacity:0;pointer-events:none;position:absolute;top:100%;left:0;min-width:168px;margin:0;padding:0;overflow:hidden;list-style:none;border:0;border-radius:10px;background:#fff;box-shadow:0 18px 42px rgba(0,0,0,.10);transform:translateY(8px);transition:opacity .16s ease,transform .16s ease,visibility .16s}.nav-list .sub-menu a{min-height:53px;padding:0 20px;display:flex;align-items:center;border-radius:0;font-size:16px;line-height:1.2}.nav-list .sub-menu a:hover,.nav-list .sub-menu .current-menu-item>a{background:#f8f8fb;color:var(--purple)}.nav-list li:hover>.sub-menu,.nav-list li:focus-within>.sub-menu{visibility:visible;opacity:1;pointer-events:auto;transform:translateY(0)}.menu-toggle{display:none;border:0;background:none;font-size:25px;cursor:pointer}.header-actions{justify-self:end;display:flex;align-items:center;gap:8px;position:relative}.header-actions>button{width:40px;height:40px;display:grid;place-items:center;position:relative;border:0;border-radius:50%;background:transparent;font-size:22px;cursor:pointer}.header-actions>button:hover{background:var(--soft)}.header-actions i{position:absolute;top:-2px;right:-1px;min-width:17px;height:17px;padding:0 4px;display:grid;place-items:center;border-radius:10px;color:#fff;background:var(--purple);font-style:normal;font-size:10px}.header-actions .avatar{overflow:hidden;color:#75a6f4;background:#e5efff}.header-actions .avatar img{width:100%;height:100%;object-fit:cover}.profile-menu{position:absolute;right:0;top:48px;width:190px;padding:14px;display:flex;flex-direction:column;gap:10px;border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:0 18px 50px rgba(0,0,0,.12)}.profile-menu[hidden]{display:none}.profile-menu a{padding:8px;border-radius:8px}.profile-menu a:hover{background:var(--soft)}

/* Currency switcher */
.currency-switcher{position:absolute;right:max(40px,calc((100% - 1200px)/2));top:0;height:100%;display:flex;align-items:center}.promo-bar .currency-switcher button{position:static;right:auto;color:inherit;font-size:13px}.promo-bar .currency-toggle{min-height:32px;padding:0 3px;display:flex;align-items:center;gap:9px;border:0;background:transparent;color:#fff;white-space:nowrap}.currency-current-code{display:none}.currency-chevron{width:7px;height:7px;flex:0 0 7px;margin:-4px 1px 0 0;border-right:1.7px solid currentColor;border-bottom:1.7px solid currentColor;transform:rotate(45deg);transform-origin:center;transition:transform .18s ease,margin .18s ease}.currency-toggle[aria-expanded="true"] .currency-chevron{margin:4px 1px 0 0;transform:rotate(225deg)}.currency-menu{position:absolute;z-index:120;right:0;top:calc(100% + 8px);width:225px;padding:7px;border:1px solid var(--line);border-radius:12px;color:var(--ink);background:#fff;box-shadow:0 18px 42px rgba(0,0,0,.14)}.currency-menu[hidden]{display:none}.promo-bar .currency-menu button{width:100%;min-height:43px;padding:0 12px;display:flex;align-items:center;justify-content:space-between;gap:12px;border:0;border-radius:8px;background:#fff;color:var(--ink);text-align:left}.promo-bar .currency-menu button:hover,.promo-bar .currency-menu button.active{background:var(--purple-soft);color:var(--purple)}.currency-menu button b{visibility:hidden;color:var(--purple)}.currency-menu button.active b{visibility:visible}

/* Home */
.hero{min-height:482px;padding:82px 20px 62px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.eyebrow{display:inline-flex;margin-bottom:32px;padding:6px 14px;border:1px solid #dddfe4;border-radius:99px;font-weight:550}.hero h1{max-width:900px;margin:0;font-size:clamp(42px,4.1vw,56px);line-height:1.08;letter-spacing:-.045em}.hero p{max-width:760px;margin:36px 0 32px;color:var(--muted);font-size:18px}.marquee-wrap{overflow:hidden;padding:24px 0;border-block:1px solid var(--line)}.marquee-row{display:flex;width:max-content;gap:14px;animation:saetheme-marquee 35s linear infinite}.marquee-row span{padding:7px 14px;border-radius:99px;background:#fafafa;box-shadow:0 4px 16px rgba(0,0,0,.03);white-space:nowrap}@keyframes saetheme-marquee{to{transform:translateX(-50%)}}
.spotlight{padding-block:80px;display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:center}.spotlight-image{overflow:hidden;border-radius:16px;background:#f4f5f7}.spotlight-image img{width:100%;aspect-ratio:1;object-fit:cover;transition:.35s}.spotlight-image:hover img{transform:scale(1.015)}.spotlight-copy{padding:28px 4px}.spotlight-copy>span{color:var(--purple);font-size:17px;font-weight:650}.spotlight h2{margin:16px 0;font-size:38px;letter-spacing:-.035em}.spotlight-copy>p{max-width:530px;color:var(--muted);font-size:16px;line-height:1.7}.spotlight ul{margin:24px 0 32px;padding:0;list-style:none;display:grid;gap:15px}.spotlight li:before{content:"✓";width:22px;height:22px;display:inline-grid;place-items:center;margin-right:10px;border-radius:50%;color:var(--purple);background:var(--purple-soft);font-weight:800}.button-row{display:flex;flex-wrap:wrap;gap:14px}
.why{padding-bottom:80px;text-align:center}.why>h2,.categories>h2,.section-heading h2,.blog-section>h2,.faq>h2{margin:0 0 34px;font-size:32px;line-height:1.3;letter-spacing:-.035em}.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.why-grid article{min-height:270px;padding:34px 28px;border-radius:14px;background:var(--soft);display:flex;flex-direction:column;align-items:center;justify-content:center}.why-grid i{color:var(--purple);font-size:31px}.why-grid h3{max-width:315px;margin:20px 0 12px;font-size:20px;line-height:1.45}.why-grid p{max-width:315px;margin:0;color:#3f4249;line-height:1.65}.categories{padding-block:20px 80px;text-align:center}.categories>div{display:flex;justify-content:center;flex-wrap:wrap;gap:9px}.categories a{padding:10px 17px;border:1px solid #b9bbc1;border-radius:99px;transition:.2s}.categories a:hover{color:#fff;border-color:var(--purple);background:var(--purple)}
.catalog-section{padding-block:45px 70px}.section-heading{margin-bottom:24px;text-align:center}.section-heading h2{margin-bottom:8px}.section-heading h2 span,.blog-section h2 span{font-weight:400}.section-heading p{margin:0;color:#55585f}.section-heading p b{margin-left:7px;padding:5px 10px;border-radius:99px;color:#fff;background:var(--red);font-size:12px}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:44px 24px}.product-card{min-width:0}.product-visual{display:block;overflow:hidden;position:relative;border-radius:14px;background:#f4f5f7}.product-visual img{width:100%;aspect-ratio:1;object-fit:cover;transition:transform .35s}.product-card:hover .product-visual img{transform:scale(1.018)}.best-choice{position:absolute;top:0;right:0;padding:5px 10px;color:#29313c;background:#ffc84a;font-size:10px;font-weight:800}.product-copy{padding-top:15px;display:flex;flex-direction:column;align-items:flex-start;gap:8px}.product-title{min-height:43px;font-size:16px;font-weight:550;line-height:1.35}.product-title:hover{color:var(--purple)}.price-line{margin:0;display:flex;align-items:center;flex-wrap:wrap;gap:8px;font-size:14px}.price-line del{color:#8b8d92}.save-pill{display:inline-flex;align-items:center;gap:3px;padding:4px 9px;border-radius:7px;background:var(--green);color:#20713b;font-size:12px}.save-pill .dashicons{font-size:13px}.product-copy small{color:#888b90}
.testimonial{min-height:430px;margin-block:55px 100px;display:grid;grid-template-columns:1fr 1fr;overflow:hidden;border-radius:15px;background:var(--soft)}.testimonial-photo{background:linear-gradient(135deg,#f2f2f4,#e5e7ec);position:relative}.testimonial-photo:before,.testimonial-photo:after{content:"";position:absolute;border-radius:40%;background:color-mix(in srgb,var(--purple) 8%,transparent);transform:rotate(18deg)}.testimonial-photo:before{width:260px;height:260px;left:70px;top:75px}.testimonial-photo:after{width:120px;height:120px;right:60px;bottom:55px}.testimonial-copy{padding:50px 65px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.testimonial-copy>b{color:#999ca2;font:700 42px Georgia,serif}.testimonial-copy>p{font-size:17px;line-height:1.7}.testimonial-copy>div{display:grid;grid-template-columns:36px 1fr;align-items:center;margin-top:20px}.author-dot{grid-row:span 2;width:28px;height:28px;border-radius:50%;background:#e2e3e8}.testimonial-copy small{color:#7c7f85}.testimonial-copy nav{margin-top:30px}
.blog-section{padding-bottom:100px;text-align:center}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;text-align:left}.blog-grid article{overflow:hidden;border:1px solid var(--line);border-radius:16px;background:#fff}.blog-art{aspect-ratio:16/9;padding:24px;display:flex;align-items:flex-end;color:#fff;background:linear-gradient(135deg,var(--purple),#8b7ef0);font-size:24px;font-weight:800;overflow:hidden}.blog-art.has-image{padding:0}.blog-art img{width:100%;height:100%;object-fit:cover}.art-2{background:linear-gradient(135deg,#111827,#637085)}.art-3{background:linear-gradient(135deg,#f26a2e,#ffb24c)}.blog-grid small,.blog-grid h3,.blog-grid p{display:block;margin-inline:20px}.blog-grid small{margin-top:18px;color:var(--purple);font-weight:700}.blog-grid h3{margin-top:10px;margin-bottom:8px;font-size:20px}.blog-grid p{margin-top:0;margin-bottom:22px;color:var(--muted);line-height:1.6}.faq{width:min(700px,calc(100% - 40px));padding-bottom:110px}.faq>h2{text-align:center}.faq article{margin-bottom:12px;border-radius:13px;background:var(--soft)}.faq button{width:100%;padding:20px;display:flex;justify-content:space-between;border:0;background:transparent;text-align:left;font-weight:550;cursor:pointer}.faq article p{display:none;margin:0;padding:0 20px 20px;color:var(--muted);line-height:1.6}.faq article.active p{display:block}.faq article.active button span{transform:rotate(180deg)}

/* Footer */
.site-footer{padding:60px 0 30px;border-top:1px solid var(--line)}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(4,1fr);gap:38px}.footer-grid .brand-mark{margin-bottom:18px}.footer-grid p{max-width:280px;color:#33363c;line-height:1.55}.socials{display:flex;gap:15px;margin-top:20px;font-size:21px}.footer-grid h2{margin:0 0 18px;font-size:16px}.footer-grid section{display:flex;flex-direction:column;align-items:flex-start}.footer-menu{display:flex;flex-direction:column;gap:12px;margin:0;padding:0;list-style:none}.footer-grid a:hover{color:var(--purple)}.copyright{margin:48px 0 0;text-align:center}

/* Overlays */
.overlay{position:fixed;z-index:100;inset:0;display:flex;justify-content:flex-end;background:rgba(10,10,15,.42);backdrop-filter:blur(3px)}.overlay[hidden]{display:none}.search-overlay{align-items:center;justify-content:center}.search-modal{width:min(700px,calc(100% - 32px));padding:40px;position:relative;border-radius:22px;background:#fff}.overlay-close{border:0;background:transparent;font-size:28px;cursor:pointer}.search-modal>.overlay-close{position:absolute;right:25px;top:20px}.search-modal h2{margin-top:0;font-size:30px}.search-form{display:flex;border:1px solid #cfd1d6;border-radius:14px;overflow:hidden}.search-form input{flex:1;min-width:0;padding:18px;border:0;outline:0}.search-form button{width:60px;border:0;background:transparent;font-size:22px;cursor:pointer}.search-modal p{color:var(--muted)}.cart-drawer{width:min(430px,92vw);min-height:100%;padding:28px;display:flex;flex-direction:column;background:#fff;box-shadow:-20px 0 60px rgba(0,0,0,.15)}.cart-drawer>header{display:flex;align-items:center;justify-content:space-between;padding-bottom:20px;border-bottom:1px solid var(--line)}.cart-drawer h2{margin:0}.cart-items{flex:1;overflow:auto}.empty-cart{min-height:65vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.empty-cart .dashicons{font-size:50px;color:var(--purple)}.empty-cart p{max-width:280px;color:var(--muted)}.cart-line{display:grid;grid-template-columns:76px 1fr auto auto;gap:13px;padding:18px 0;border-bottom:1px solid var(--line)}.cart-line img{width:76px;height:76px;object-fit:cover;border-radius:10px}.cart-line h3{margin:0 0 5px;font-size:14px}.cart-line small{display:block;color:var(--muted)}.cart-line button{align-self:start;border:0;background:transparent;color:#c0333d;cursor:pointer}.cart-footer{padding-top:20px;border-top:1px solid var(--line)}.cart-footer[hidden]{display:none}.cart-footer>div{display:flex;justify-content:space-between;margin-bottom:18px;font-size:18px}.cart-footer .primary-button{width:100%}

/* Product detail */
.product-detail{padding-block:35px 80px}.product-notice{margin:0 0 24px;padding:15px 18px;border:1px solid #f0c7c7;border-radius:12px;color:#8c2525;background:#fff4f4}.product-detail>article{display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:start}.product-gallery{position:sticky;top:120px}.gallery-track{overflow:hidden;border-radius:16px;background:var(--soft)}.gallery-slide{display:none;margin:0}.gallery-slide.active{display:block}.gallery-slide img{width:100%;aspect-ratio:1;object-fit:cover}.gallery-controls{position:absolute;left:18px;bottom:18px;display:flex;align-items:center;gap:10px;padding:8px;border-radius:99px;background:rgba(255,255,255,.94);box-shadow:0 7px 20px rgba(0,0,0,.08)}.gallery-controls button{width:34px;height:34px;border:0;border-radius:50%;background:transparent;cursor:pointer}.gallery-controls button:hover{background:var(--soft)}.product-purchase h1{margin:0 0 12px;font-size:clamp(29px,3vw,38px);line-height:1.12;letter-spacing:-.035em}.sales-count{color:#7a7d84}.sale-box{margin:22px 0;padding:18px;border-radius:15px;background:#fff4f2}.sale-box header{display:flex;justify-content:space-between;gap:15px;padding-bottom:16px;border-bottom:1px solid #eadad8}.sale-box header strong{color:var(--red);font-size:18px}.sale-box header span{font-size:12px}.sale-box header b{padding:5px 9px;border-radius:99px;color:#fff;background:var(--red)}.sale-box>p{margin:18px 0 0;font-size:20px}.sale-box del{margin-left:6px;color:#777}.product-facts{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:30px 0;padding:18px;border-radius:14px;background:var(--soft)}.product-facts p{margin:0}.product-facts span,.product-facts strong{display:block}.product-facts span{margin-bottom:5px;color:#7a7d84;font-size:13px}.purchase-group>span{display:block;margin:25px 0 13px;font-size:16px;font-weight:600}.edition-picker>div{display:flex;flex-wrap:wrap;gap:14px}.edition-picker button{min-height:56px;padding:0 24px;border:1px solid #aeb0b6;border-radius:14px;background:#fff;cursor:pointer}.edition-picker button.active{color:var(--purple);border-color:var(--purple);background:var(--purple-soft)}.license-picker>div{display:grid;grid-template-columns:1fr 1fr;gap:14px}.license-option{min-height:78px;padding:15px;display:flex;align-items:center;justify-content:space-between;position:relative;border:1px solid #aeb0b6;border-radius:14px;background:#fff;text-align:left;cursor:pointer}.license-option.active{border-color:var(--purple);background:var(--purple-soft)}.license-option span,.license-option strong{display:flex;flex-direction:column}.license-option small,.license-option del{margin-top:4px;color:#777;font-size:12px}.license-option em{position:absolute;right:15px;top:-11px;padding:3px 10px;border-radius:99px;color:#fff;background:var(--purple);font-size:10px;font-style:normal;text-transform:uppercase}.upgrade-note{padding:14px 18px;border-radius:13px;color:var(--purple);background:var(--purple-soft)}.buy-box{margin-top:28px;padding:20px;border-radius:18px;background:var(--soft)}.buy-box>p{display:flex;gap:8px;align-items:center;font-size:18px}.buy-box .soft-button,.buy-box .primary-button{width:100%;margin-top:12px}.buy-box .download-free{gap:8px}.buy-box .download-free .dashicons{font-size:20px}.buy-box ul{display:flex;justify-content:center;flex-wrap:wrap;gap:15px;margin:20px 0 0;padding:0;list-style:none;color:#74777d;font-size:12px}.buy-box li{color:#2c9e56}[data-free-only][hidden],[data-premium-only][hidden]{display:none!important}.product-tabs{margin-top:55px}.product-tabs>nav{display:flex;gap:28px;border-bottom:1px solid var(--line)}.product-tabs>nav button{padding:16px 4px;border:0;border-bottom:3px solid transparent;background:transparent;cursor:pointer}.product-tabs>nav button.active{color:var(--purple);border-color:var(--purple)}.tab-panel{display:none;padding-block:28px}.tab-panel.active{display:block}.feature-list{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:0;padding:0;list-style:none}.feature-list li{padding:15px;border-radius:10px;background:var(--soft)}.changelog-text{padding:20px;border-radius:12px;background:var(--soft);line-height:1.8}.related-products{padding-top:65px}.related-products>h2,.product-comments>h2{text-align:center;font-size:30px}.product-comments{padding-top:70px}

/* Content, archive, forms */
.page-heading{max-width:820px;margin:0 auto 50px;text-align:center}.page-heading>span{display:inline-block;margin-bottom:14px;padding:6px 12px;border-radius:99px;color:var(--purple);background:var(--purple-soft);font-weight:600}.page-heading h1{margin:0;font-size:clamp(36px,5vw,56px);letter-spacing:-.045em}.page-heading p{color:var(--muted);font-size:17px}.content-archive,.product-archive,.entry-page,.single-post{padding-block:80px}.product-archive .product-grid{margin-top:60px}.post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.post-card{overflow:hidden;border:1px solid var(--line);border-radius:16px;background:#fff}.post-card-image{display:flex;aspect-ratio:16/9;align-items:flex-end;padding:20px;color:#fff;background:linear-gradient(135deg,var(--purple),#8b7ef0);font-size:22px;font-weight:700;overflow:hidden}.post-card-image:has(img){padding:0}.post-card-image img{width:100%;height:100%;object-fit:cover}.post-card>div{padding:20px}.post-card small{color:var(--purple);font-weight:700}.post-card h2{margin:8px 0;font-size:21px}.post-card p{color:var(--muted)}.read-more{color:var(--purple);font-weight:600}.single-heading{max-width:900px;margin:0 auto 50px;text-align:center}.single-heading span{color:var(--purple);font-weight:600}.single-heading h1{margin:15px 0;font-size:clamp(38px,5vw,62px);line-height:1.1;letter-spacing:-.045em}.single-heading p{color:var(--muted);font-size:18px}.single-featured{max-width:1000px;margin:0 auto 45px}.single-featured img{width:100%;border-radius:18px}.entry-content{max-width:860px;margin-inline:auto;font-size:17px;line-height:1.8}.entry-content>*:first-child{margin-top:0}.entry-content h2{margin-top:1.8em;font-size:30px}.entry-content img{border-radius:15px}.entry-content a{color:var(--purple);text-decoration:underline}.entry-content pre{overflow:auto;padding:18px;border-radius:12px;background:#111;color:#fff}.not-found{min-height:640px;padding-block:90px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.not-found>strong{font-size:130px;line-height:1}.not-found h1{font-size:36px}.not-found p{color:var(--muted)}.nav-links{display:flex;justify-content:center;gap:8px;margin-top:50px}.page-numbers{padding:9px 13px;border-radius:8px;background:var(--soft)}.page-numbers.current{color:#fff;background:var(--purple)}
.comments-area{max-width:860px;margin:70px auto 0}.comment-list{padding:0;list-style:none}.comment-list .children{list-style:none}.comment-body{margin-bottom:20px;padding:20px;border-radius:14px;background:var(--soft)}.comment-author img{float:left;margin-right:12px;border-radius:50%}.comment-meta{font-size:12px}.comment-content{clear:both;padding-top:10px}.comment-form label{display:block;margin-bottom:6px;font-weight:600}.comment-form input:not([type=checkbox]),.comment-form textarea{width:100%;padding:13px;border:1px solid #cfd1d6;border-radius:10px}.comment-form .submit{padding:13px 20px;border:0;border-radius:99px;color:#fff;background:var(--purple);cursor:pointer}

/* Checkout */
.checkout-page{padding-block:70px}.checkout-layout{display:grid;grid-template-columns:1.25fr .75fr;gap:30px;align-items:start}.checkout-form,.checkout-summary{padding:28px;border:1px solid var(--line);border-radius:18px;background:#fff}.checkout-form h2,.checkout-summary h2{margin:0 0 20px;font-size:22px}.checkout-form h2:not(:first-child){margin-top:35px}.checkout-form>label:not(.payment-option):not(.terms-check){display:block;margin-bottom:16px;font-weight:600}.checkout-form input:not([type=radio]):not([type=checkbox]){width:100%;margin-top:7px;padding:14px;border:1px solid #cfd1d6;border-radius:11px;outline:none}.checkout-form input:focus{border-color:var(--purple);box-shadow:0 0 0 3px var(--purple-soft)}.payment-option{display:flex;gap:12px;align-items:center;margin-bottom:12px;padding:16px;border:1px solid var(--line);border-radius:12px;cursor:pointer}.payment-option span{display:flex;flex-direction:column}.payment-option small{color:var(--muted)}.terms-check{display:block;margin:22px 0}.checkout-submit{width:100%}.checkout-summary{position:sticky;top:120px;background:var(--soft)}.checkout-line{display:grid;grid-template-columns:54px 1fr auto;gap:10px;align-items:center;padding:13px 0;border-bottom:1px solid var(--line)}.checkout-line img{width:54px;height:54px;object-fit:cover;border-radius:8px}.checkout-line span{display:block;font-size:12px;color:var(--muted)}.checkout-total{display:flex;justify-content:space-between;padding:20px 0;font-size:20px}.checkout-summary>p{color:#2c9e56;line-height:1.9}

/* Login and registration */
.saetheme-auth-page .promo-bar{display:none}.saetheme-auth-page .profile-toggle,.saetheme-auth-page .profile-menu{display:none}.auth-page{min-height:790px;padding:44px 20px 70px;display:flex;justify-content:center}.auth-card{width:min(604px,100%);display:flex;flex-direction:column;align-items:stretch}.auth-mini-brand{width:88px;height:88px;margin:0 auto 34px;padding:8px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:50%;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.3);font-size:12px;font-weight:800;letter-spacing:-.04em;white-space:nowrap}.auth-mini-brand:after{content:"";position:absolute}.auth-card h1{margin:0 0 38px;text-align:center;font-size:32px;line-height:1.2;letter-spacing:-.025em}.google-auth-button{min-height:55px;padding:0 20px;display:flex;align-items:center;justify-content:center;gap:12px;border:1px solid #9a9a9a;border-radius:99px;background:#fff;font-size:18px;font-weight:550}.google-auth-button:hover{border-color:var(--purple)}.google-auth-button.is-disabled{opacity:.58;cursor:not-allowed}.google-icon{width:23px;height:23px;flex:0 0 23px}.auth-divider{margin:38px 0 40px;display:flex;align-items:center;gap:32px;font-size:17px;font-weight:600}.auth-divider:before,.auth-divider:after{content:"";height:1px;flex:1;background:#d4d5d9}.auth-form{display:flex;flex-direction:column}.auth-form>label,.auth-label-row label{margin:0 0 12px;font-size:18px;font-weight:600}.auth-form label em{color:#d32f3b;font-style:normal}.auth-form>input{width:100%;height:66px;margin:0 0 32px;padding:0 22px;border:1px solid #d0d2d8;border-radius:12px;background:#fff;font-size:18px;outline:none}.auth-form>input:focus{border-color:var(--purple);box-shadow:0 0 0 3px var(--purple-soft)}.auth-label-row{display:flex;align-items:center;justify-content:space-between;gap:18px}.auth-label-row a,.auth-terms a,.auth-switch a{color:#56535c;text-decoration:underline}.auth-submit{min-height:54px;margin-top:1px;border:0;border-radius:99px;color:#fff;background:var(--purple);font-size:18px;font-weight:650;cursor:pointer}.auth-submit:hover{filter:brightness(.93)}.auth-message{margin:0 0 24px;padding:13px 16px;border-radius:10px}.auth-error{border:1px solid #f0c7c7;color:#8c2525;background:#fff4f4}.auth-terms,.auth-switch{margin:30px 0 0;color:#5f6066;text-align:center;font-size:16px}.auth-switch{margin-top:34px}.auth-register{padding-top:44px}.auth-register .auth-card h1{margin-bottom:40px}.auth-register .auth-form>input{margin-bottom:32px}

@media(max-width:1050px){.header-inner{grid-template-columns:205px 1fr 140px}.nav-list a{padding-inline:10px}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.footer-grid{grid-template-columns:1.4fr repeat(2,1fr)}.post-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:820px){.shell{width:min(100% - 28px,720px)}.promo-bar{height:36px;justify-content:flex-start;padding-inline:15px;font-size:12px}.promo-bar button{right:12px;font-size:0}.promo-bar button:after{content:"IDR⌄";font-size:11px}.site-header{height:62px}body.admin-bar .site-header{top:46px}.header-inner{grid-template-columns:1fr auto}.site-header nav{grid-column:1;grid-row:1;justify-self:start}.menu-toggle{display:block;padding:0}.header-brand{grid-column:1/3;grid-row:1;justify-self:center}.brand-mark{font-size:25px}.custom-logo-link img{max-width:175px;max-height:40px}.nav-list{display:none;position:absolute;left:0;top:62px;width:min(320px,92vw);min-height:calc(100vh - 98px);padding:20px;flex-direction:column;align-items:stretch;gap:0;background:#fff;box-shadow:18px 25px 50px rgba(0,0,0,.12);overflow:auto}.nav-list.open{display:flex}.nav-list a{padding:16px 8px;border-bottom:1px solid var(--line)}.nav-list .menu-item-has-children>a:after,.nav-list .menu-item-has-children:hover>a:after,.nav-list .menu-item-has-children:focus-within>a:after{margin:-4px 1px 0 0;transform:rotate(45deg)}.nav-list .menu-item-has-children.submenu-open>a:after{margin:4px 1px 0 0;transform:rotate(225deg)}.nav-list .sub-menu{display:none;visibility:visible;opacity:1;pointer-events:auto;position:static;transform:none;box-shadow:none;border:0;border-radius:0;padding-left:12px;overflow:visible}.nav-list .sub-menu a{min-height:0}.nav-list li.submenu-open>.sub-menu{display:block}.header-actions{grid-column:2;grid-row:1}.header-actions>button{width:34px;height:34px;font-size:21px}.header-actions>button:first-child,.header-actions .avatar{display:none}.hero{min-height:500px;padding-top:60px}.hero h1{font-size:39px}.hero h1 br{display:none}.hero p{margin-block:25px;line-height:1.6}.spotlight{grid-template-columns:1fr;padding-block:55px}.spotlight-copy{padding:10px 4px}.why-grid{grid-template-columns:repeat(2,1fr);gap:16px}.why-grid article{min-height:250px;padding:25px 18px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:35px 16px}.testimonial{grid-template-columns:1fr}.testimonial-photo{min-height:280px}.blog-grid,.post-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:repeat(2,1fr)}.footer-grid>.footer-about{grid-column:1/-1}.product-detail>article{grid-template-columns:1fr}.product-gallery{position:relative;top:auto}.product-facts{grid-template-columns:repeat(2,1fr)}.checkout-layout{grid-template-columns:1fr}.checkout-summary{position:static;order:-1}}
@media(max-width:520px){body{font-size:14px}.hero{min-height:455px}.eyebrow{margin-bottom:24px}.hero h1{font-size:35px}.hero p{font-size:16px}.why>h2,.categories>h2,.section-heading h2,.blog-section>h2,.faq>h2{font-size:27px}.why-grid{grid-template-columns:1fr}.why-grid article{min-height:230px}.categories{padding-bottom:45px}.catalog-section{padding-block:35px 55px}.product-grid{gap:28px 12px}.product-title{min-height:55px;font-size:14px}.price-line{align-items:flex-start;flex-direction:column;gap:2px;font-size:12px}.save-pill{font-size:10px}.testimonial-copy{padding:38px 24px}.footer-grid{grid-template-columns:1fr 1fr;gap:34px 18px}.license-picker>div{grid-template-columns:1fr}.product-facts{grid-template-columns:1fr 1fr}.product-purchase h1{font-size:29px}.sale-box header{flex-direction:column}.sale-box>p{font-size:17px}.feature-list{grid-template-columns:1fr}.buy-box ul{justify-content:flex-start}.search-modal{padding:32px 20px}.checkout-form,.checkout-summary{padding:20px}.not-found>strong{font-size:92px}}
@media(max-width:820px){.header-inner{grid-template-columns:76px minmax(0,1fr) 76px}.header-brand{grid-column:2;grid-row:1}.header-actions{grid-column:3;grid-row:1}.header-actions>button:first-child{display:grid}.saetheme-auth-page .site-header{top:0}.auth-page{min-height:680px;padding-top:34px}.auth-card{width:min(560px,100%)}.auth-mini-brand{margin-bottom:28px}.auth-card h1{margin-bottom:32px}.edition-picker button{flex:1;min-width:175px}}
@media(max-width:520px){.header-inner{grid-template-columns:72px minmax(0,1fr) 72px}.header-actions{gap:4px}.header-actions>button{width:32px;height:32px}.custom-logo-link img{max-width:135px}.brand-mark{font-size:23px}.auth-page{min-height:620px;padding:26px 14px 50px}.auth-mini-brand{width:76px;height:76px;margin-bottom:25px;font-size:10px}.auth-card h1{margin-bottom:28px;font-size:27px}.google-auth-button{min-height:52px;font-size:16px}.auth-divider{margin:30px 0;gap:22px}.auth-form>label,.auth-label-row label{font-size:16px}.auth-form>input{height:58px;margin-bottom:25px;padding-inline:16px;font-size:16px}.auth-label-row{align-items:flex-start}.auth-label-row a{font-size:14px}.auth-submit{font-size:16px}.auth-terms,.auth-switch{font-size:14px;line-height:1.6}.auth-switch{margin-top:26px}.edition-picker>div{display:grid;grid-template-columns:1fr 1fr}.edition-picker button{min-width:0;padding-inline:12px;font-size:13px}}

/* v1.3.0 — complete homepage Customizer, customer account, and login gate. */
.home-section-intro{margin:0 0 34px;text-align:center}.home-section-intro h2,.testimonial-wrap>h2{margin:0;font-size:32px;line-height:1.3;letter-spacing:-.035em}.home-section-intro .section-description,.section-heading .section-description{max-width:720px;margin:12px auto 0;color:var(--muted);font-size:16px;line-height:1.65}.why .home-section-intro{margin-bottom:34px}.categories .home-section-intro{margin-bottom:26px}.section-heading .section-countdown{margin-top:12px}.testimonial-wrap{padding-top:45px;text-align:center}.testimonial-wrap>h2{margin-bottom:30px}.testimonial-wrap .testimonial{width:100%;margin:0 0 100px;text-align:left}.testimonial-photo[style]{background-position:center;background-size:cover;background-repeat:no-repeat}.testimonial-photo[style]:before,.testimonial-photo[style]:after{display:none}.blog-section .home-section-intro{margin-bottom:34px}.blog-section .home-section-intro h2{margin-bottom:0}.faq .home-section-intro{margin-bottom:30px}.faq .faq-chevron{width:8px;height:8px;flex:0 0 8px;margin:2px 3px 0 18px;border-right:1.7px solid currentColor;border-bottom:1.7px solid currentColor;transform:rotate(45deg);transition:transform .2s ease,margin .2s ease}.faq article.active .faq-chevron{margin-top:8px;transform:rotate(225deg)}

.profile-toggle[aria-expanded="true"]{color:var(--purple);box-shadow:0 0 0 3px var(--purple-soft)}.profile-menu{z-index:70;top:50px;width:292px;padding:0;gap:0;overflow:hidden;border:0;border-radius:11px;box-shadow:0 18px 50px rgba(25,25,45,.15)}.profile-account-head{padding:18px 18px 16px;display:flex;flex-direction:column;gap:4px;border-bottom:1px solid var(--line)}.profile-account-head strong{font-size:15px;line-height:1.3}.profile-account-head span{overflow:hidden;color:var(--muted);font-size:13px;line-height:1.4;text-overflow:ellipsis}.profile-menu-links{padding:10px 8px;display:flex;flex-direction:column}.profile-menu a{min-height:42px;padding:9px 10px;display:flex;align-items:center;gap:11px;border-radius:7px;font-size:14px}.profile-menu a .dashicons{width:18px;height:18px;font-size:18px}.profile-menu-links a:hover{color:var(--purple);background:var(--soft)}.profile-signout{margin:0 8px 8px;border-top:1px solid var(--line);border-radius:0!important;color:#e12d36}.profile-signout:hover{background:#fff4f4!important}.profile-guest-actions{padding:14px;display:grid;grid-template-columns:1fr 1fr;gap:10px}.profile-guest-actions a{min-height:40px;justify-content:center;border-radius:99px}.profile-guest-actions .soft-button{border:1px solid var(--line)}

.login-overlay{align-items:center;justify-content:center;padding:20px}.login-modal{width:min(480px,100%);max-height:calc(100vh - 40px);padding:30px 36px;position:relative;overflow-y:auto;border-radius:20px;background:#fff;box-shadow:0 28px 90px rgba(0,0,0,.22)}.login-modal>.overlay-close{position:absolute;top:15px;right:18px}.login-modal-brand{width:62px;height:62px;margin:0 auto 20px;padding:7px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:50%;box-shadow:0 2px 8px rgba(0,0,0,.22);font-size:10px;font-weight:800;white-space:nowrap}.login-modal h2{margin:0;text-align:center;font-size:28px}.login-modal>p:not(.auth-switch){max-width:390px;margin:12px auto 24px;color:var(--muted);text-align:center;line-height:1.55}.login-modal .google-auth-button{min-height:50px;font-size:16px}.login-modal .auth-divider{margin:24px 0}.login-modal-form>label,.login-modal-form .auth-label-row label{margin-bottom:8px;font-size:15px}.login-modal-form>input{height:52px;margin-bottom:18px;padding-inline:16px;font-size:15px}.login-modal-form .auth-submit{min-height:50px;margin-top:4px;font-size:16px}.login-modal .auth-switch{margin-top:22px;font-size:14px}

.checkout-page--locked{width:min(1200px,100%);padding-block:0}.checkout-page--locked .checkout-layout{min-height:720px;grid-template-columns:1fr 1fr;gap:0;align-items:stretch}.checkout-login-gate{padding:46px 50px;display:flex;flex-direction:column;align-items:stretch;border-right:1px solid var(--line)}.checkout-login-gate h1{margin:0 0 16px;font-size:32px}.checkout-login-gate p{margin:0 0 24px;display:flex;align-items:center;gap:9px;color:var(--muted)}.checkout-login-gate p .dashicons{color:#a3a5aa}.checkout-login-gate .primary-button{width:100%;justify-content:center}.checkout-page--locked .checkout-summary{position:static;padding:46px 36px;border:0;border-radius:0;background:#fafafa}.checkout-submit:disabled{opacity:.6;cursor:wait}

.client-area{min-height:560px;padding-block:48px 70px}.client-area-heading{margin-bottom:30px;display:flex;align-items:flex-end;justify-content:space-between;gap:24px}.client-area-heading>div>span{color:var(--purple);font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.client-area-heading h1{margin:7px 0 5px;font-size:34px;letter-spacing:-.035em}.client-area-heading p{margin:0;color:var(--muted)}.client-area-heading>a{flex:0 0 auto}.client-tabs{display:flex;gap:2px;overflow-x:auto;border-bottom:1px solid var(--line);scrollbar-width:thin}.client-tabs a{min-height:56px;padding:0 17px;display:inline-flex;align-items:center;gap:9px;position:relative;white-space:nowrap;color:#2f3136}.client-tabs a:after{content:"";height:3px;position:absolute;left:0;right:0;bottom:-1px;border-radius:3px;background:transparent}.client-tabs a.active{color:var(--purple);font-weight:650}.client-tabs a.active:after{background:var(--purple)}.client-tabs .dashicons{font-size:18px}.client-panel{padding-top:18px}.client-panel-toolbar{min-height:64px;margin-bottom:16px;display:flex;align-items:center;justify-content:space-between;gap:24px}.client-panel-toolbar h2{margin:0 0 4px;font-size:22px}.client-panel-toolbar p{margin:0;color:var(--muted);font-size:14px}.client-search{width:280px;height:40px;padding:0 13px;display:flex;align-items:center;gap:8px;border:1px solid #d4d6dc;border-radius:10px;background:#fff}.client-search .dashicons{color:#777b83;font-size:18px}.client-search input{width:100%;min-width:0;border:0;outline:0}.client-table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:12px;background:#fff;box-shadow:0 3px 9px rgba(0,0,0,.08)}.client-table{width:100%;min-width:720px;border-collapse:collapse}.client-table th,.client-table td{padding:13px 16px;border-bottom:1px solid var(--line);text-align:left;vertical-align:middle}.client-table th{background:#fcfcfd;font-size:13px}.client-table tbody tr:last-child td{border-bottom:0}.client-product{min-width:260px;display:flex;align-items:center;gap:12px}.client-product img{width:52px;height:52px;flex:0 0 52px;object-fit:cover;border-radius:8px;background:var(--soft)}.client-product>div{display:flex;flex-direction:column;gap:4px}.client-product small{max-width:330px;color:var(--muted)}.edition-badges,.client-actions{display:flex;align-items:center;flex-wrap:wrap;gap:7px}.edition-badges span,.status-pill{padding:5px 9px;border-radius:99px;font-size:11px;font-weight:700}.edition-free{color:#267344;background:#e7f7ec}.edition-premium{color:#4b3bd4;background:var(--purple-soft)}.client-actions a{padding:7px 10px;border:1px solid var(--line);border-radius:7px;color:#34363c;font-size:12px}.client-actions a:hover,.client-actions .premium-action{color:#fff;border-color:var(--purple);background:var(--purple)}.status-active{color:#267344;background:#e7f7ec}.status-pending{color:#8a5a00;background:#fff3d1}.client-empty-row td,.client-no-results td{padding:22px;color:var(--muted)}.client-empty-row a{color:var(--purple)}.client-notice{margin:0 0 20px;padding:12px 15px;border:1px solid #b9e2c7;border-radius:9px;color:#286b40;background:#f0fbf4}.client-notice.is-error{border-color:#efc5c5;color:#8d2929;background:#fff4f4}.account-panel{max-width:780px}.client-account-form{padding:24px;display:grid;grid-template-columns:1fr 1fr;gap:20px;border:1px solid var(--line);border-radius:14px;background:#fff}.client-account-form label{display:flex;flex-direction:column;gap:8px;font-weight:600}.client-account-form input{height:48px;padding:0 14px;border:1px solid #d2d4da;border-radius:9px;outline:0}.client-account-form input:focus{border-color:var(--purple);box-shadow:0 0 0 3px var(--purple-soft)}.client-account-form input:disabled{color:#777;background:#f5f5f7}.client-account-form small{color:var(--muted);font-weight:400}.client-account-form .primary-button{grid-column:1/-1;justify-self:start;border:0;cursor:pointer}

@media(max-width:820px){.header-inner{grid-template-columns:108px minmax(0,1fr) 108px}.header-actions{gap:3px}.header-actions .avatar{display:grid}.profile-menu{position:fixed;top:104px;right:12px;width:min(292px,calc(100vw - 24px))}body.admin-bar .profile-menu{top:150px}.saetheme-no-announcement .profile-menu{top:66px}body.admin-bar.saetheme-no-announcement .profile-menu{top:112px}.home-section-intro h2,.testimonial-wrap>h2{font-size:29px}.checkout-page--locked .checkout-layout{min-height:600px;grid-template-columns:1fr}.checkout-login-gate{min-height:320px;padding:38px 28px;border-right:0;border-bottom:1px solid var(--line)}.checkout-page--locked .checkout-summary{order:initial;padding:32px 28px}.client-area{padding-top:36px}.client-area-heading{align-items:flex-start}.client-panel-toolbar{align-items:flex-start;flex-direction:column}.client-search{width:100%}.client-account-form{grid-template-columns:1fr}}
@media(max-width:520px){.header-inner{grid-template-columns:100px minmax(0,1fr) 100px}.header-actions>button{width:30px;height:30px}.custom-logo-link img{max-width:126px}.profile-menu{top:100px}.home-section-intro h2,.testimonial-wrap>h2{font-size:27px}.home-section-intro .section-description,.section-heading .section-description{font-size:14px}.testimonial-wrap{padding-top:32px}.login-modal{padding:27px 20px}.login-modal h2{font-size:24px}.checkout-login-gate{padding:30px 20px}.checkout-login-gate h1{font-size:28px}.checkout-page--locked .checkout-summary{padding:28px 20px}.client-area-heading{flex-direction:column}.client-area-heading h1{font-size:30px}.client-tabs a{min-height:52px;padding-inline:12px}.client-panel-toolbar{margin-bottom:14px}.client-account-form{padding:18px}.client-account-form .primary-button{width:100%}}
@media(max-width:380px){.header-inner{grid-template-columns:90px minmax(0,1fr) 90px}.header-actions{gap:2px}.header-actions>button{width:28px;height:28px}.custom-logo-link img{max-width:110px}.brand-mark{font-size:21px}}
.status-active,.status-paid,.status-completed{color:#267344;background:#e7f7ec}.status-on-hold{color:#8c4300;background:#ffe8cf}.status-cancelled,.status-refunded,.status-revoked,.status-expired{color:#9b2929;background:#fde7e7}
@media(max-width:820px){.currency-switcher{right:12px}.currency-current-long{display:none}.currency-current-code{display:inline}.promo-bar .currency-toggle{padding:0;font-size:11px}.promo-bar .currency-switcher button:after{content:none}.promo-bar .currency-menu button{font-size:13px}.currency-menu{top:calc(100% + 5px);width:215px}.promo-bar>span{max-width:calc(100% - 70px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}

/* v1.3.1 — reference-style mobile navigation drawer. */
.mobile-menu-panel{display:contents}.mobile-menu-panel-head,.mobile-menu-close,.mobile-menu-backdrop,.mobile-menu-currency{display:none}
body.mobile-menu-open{overflow:hidden}

@media(max-width:820px){
	.mobile-menu-backdrop{display:block;position:fixed;z-index:100001;inset:0;width:100%;height:100%;padding:0;border:0;background:rgba(7,7,11,.78);opacity:0;visibility:hidden;pointer-events:none;cursor:default;transition:opacity .24s ease,visibility 0s linear .24s}
	.mobile-menu-backdrop.open{opacity:1;visibility:visible;pointer-events:auto;transition-delay:0s}
	.mobile-menu-panel{display:flex;position:fixed;z-index:100002;top:0;bottom:0;left:0;width:min(600px,86vw);height:100vh;height:100dvh;padding:38px 42px 28px;flex-direction:column;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;background:#fff;box-shadow:18px 0 50px rgba(0,0,0,.14);transform:translateX(-104%);visibility:hidden;transition:transform .25s ease,visibility 0s linear .25s;scrollbar-width:thin}
	.mobile-menu-panel.open{transform:translateX(0);visibility:visible;transition-delay:0s}
	.mobile-menu-panel-head{min-height:60px;display:flex;align-items:flex-start;justify-content:flex-end;flex:0 0 auto}
	.mobile-menu-close{width:44px;height:44px;margin:-3px -8px 0 0;padding:0;display:grid;place-items:center;border:0;border-radius:50%;background:transparent;color:#0a0a0a;font-family:Arial,Helvetica,sans-serif;font-size:42px;font-weight:300;line-height:1;cursor:pointer}
	.mobile-menu-close:hover,.mobile-menu-close:focus-visible{background:#f4f4f6;outline:0}
	.mobile-menu-panel .nav-list{width:100%;min-height:0;margin:0;padding:20px 0 0;display:flex;position:static;flex:0 0 auto;flex-direction:column;align-items:stretch;gap:0;overflow:visible;background:transparent;box-shadow:none}
	.mobile-menu-panel .nav-list>li{width:100%}
	.mobile-menu-panel .nav-list a{white-space:normal}
	.mobile-menu-panel .nav-list>li>a{min-height:0;padding:15px 0;border:0;color:#0a0a0a;font-size:clamp(24px,4.3vw,36px);font-weight:500;line-height:1.28;letter-spacing:-.025em}
	.mobile-menu-panel .nav-list>li>a:hover,.mobile-menu-panel .nav-list>li.current-menu-item>a,.mobile-menu-panel .nav-list>li.menu-item-has-children.submenu-open>a{color:#0a0a0a;background:transparent}
	.mobile-menu-panel .nav-list .menu-item-has-children>a{justify-content:space-between;gap:22px}
	.mobile-menu-panel .nav-list .menu-item-has-children>a:after,.mobile-menu-panel .nav-list .menu-item-has-children:hover>a:after,.mobile-menu-panel .nav-list .menu-item-has-children:focus-within>a:after{width:10px;height:10px;flex:0 0 10px;margin:-5px 4px 0 0;border-width:0 2px 2px 0;transform:rotate(45deg)}
	.mobile-menu-panel .nav-list .menu-item-has-children.submenu-open>a:after{margin:5px 4px 0 0;transform:rotate(225deg)}
	.mobile-menu-panel .nav-list .sub-menu{display:none;margin:0;padding:5px 0 12px 36px;position:static;overflow:visible;visibility:visible;opacity:1;pointer-events:auto;border:0;border-radius:0;background:transparent;box-shadow:none;transform:none}
	.mobile-menu-panel .nav-list li.submenu-open>.sub-menu{display:block}
	.mobile-menu-panel .nav-list .sub-menu a{min-height:0;padding:11px 0;border:0;border-radius:0;color:#111;background:transparent;font-size:clamp(16px,2.55vw,21px);font-weight:400;line-height:1.35}
	.mobile-menu-panel .nav-list .sub-menu a:hover,.mobile-menu-panel .nav-list .sub-menu .current-menu-item>a{color:var(--purple);background:transparent}
	.mobile-menu-panel .nav-list .sub-menu .sub-menu{padding-left:24px}
	.mobile-menu-currency.currency-switcher{height:auto;margin-top:auto;padding:48px 0 18px;display:flex;position:relative;top:auto;right:auto;align-items:center;flex:0 0 auto}
	.mobile-menu-currency .currency-current-long{display:inline}
	.mobile-menu-currency .currency-current-code{display:none}
	.mobile-menu-currency .currency-toggle{min-height:44px;padding:0;display:flex;align-items:center;gap:16px;border:0;background:transparent;color:#111;font-size:clamp(15px,2.55vw,20px);cursor:pointer}
	.mobile-menu-currency .currency-menu{width:min(260px,100%);right:auto;bottom:calc(100% - 38px);left:0;top:auto;padding:7px}
	.mobile-menu-currency .currency-menu button{width:100%;min-height:43px;padding:0 12px;display:flex;align-items:center;justify-content:space-between;gap:12px;border:0;border-radius:8px;background:#fff;color:var(--ink);text-align:left;cursor:pointer}
	.mobile-menu-currency .currency-menu button:hover,.mobile-menu-currency .currency-menu button.active{color:var(--purple);background:var(--purple-soft)}
}

@media(max-width:520px){
	.mobile-menu-panel{width:min(360px,90vw);padding:22px 25px 20px}
	.mobile-menu-panel-head{min-height:48px}
	.mobile-menu-close{width:40px;height:40px;margin-right:-6px;font-size:38px}
	.mobile-menu-panel .nav-list{padding-top:13px}
	.mobile-menu-panel .nav-list>li>a{padding:13px 0;font-size:24px}
	.mobile-menu-panel .nav-list .sub-menu{padding:3px 0 10px 25px}
	.mobile-menu-panel .nav-list .sub-menu a{padding:9px 0;font-size:16px}
	.mobile-menu-currency.currency-switcher{padding-top:36px}
}

@supports(padding:max(0px)){
	@media(max-width:820px){.mobile-menu-panel{padding-top:max(38px,env(safe-area-inset-top));padding-bottom:max(28px,env(safe-area-inset-bottom))}}
	@media(max-width:520px){.mobile-menu-panel{padding-top:max(22px,env(safe-area-inset-top));padding-bottom:max(20px,env(safe-area-inset-bottom))}}
}

/* v1.4.0 — two-step QRIS/bank checkout and WhatsApp confirmation. */
.checkout-main{min-width:0}.checkout-form[hidden],.checkout-payment-step[hidden],.payment-method-panel[hidden]{display:none!important}.checkout-step-kicker,.payment-step-head>span{display:inline-flex;margin-bottom:12px;color:var(--purple);font-size:12px;font-weight:750;letter-spacing:.08em;text-transform:uppercase}.checkout-step-kicker+h2{margin-top:0!important}.payment-option{transition:border-color .18s ease,background .18s ease,box-shadow .18s ease}.payment-option.is-selected{border-color:var(--purple);background:var(--purple-soft);box-shadow:0 0 0 1px var(--purple)}.payment-option.is-disabled{opacity:.52;cursor:not-allowed}.payment-option input{accent-color:var(--purple)}

.checkout-payment-step{padding:30px;border:1px solid var(--line);border-radius:18px;background:#fff;outline:0;scroll-margin-top:125px}.payment-step-head{margin-bottom:24px}.payment-step-head>span{margin-bottom:8px}.payment-step-head h2{margin:0 0 8px;font-size:27px;line-height:1.25;letter-spacing:-.025em}.payment-step-head p{margin:0;color:var(--muted);line-height:1.6}.payment-method-panel{margin:0 0 20px;padding:22px;border:1px solid #dddde4;border-radius:16px;background:#fafafd}.payment-method-panel>p{margin:14px 0 0;color:#565961;line-height:1.65}.qris-payment-panel{text-align:center}.qris-image-wrap{width:min(330px,100%);margin:0 auto 16px;padding:14px;overflow:hidden;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:0 7px 25px rgba(0,0,0,.07)}.qris-image-wrap img{width:100%;aspect-ratio:1;object-fit:contain}.payment-recipient{display:block;font-size:18px}.bank-payment-panel>p{margin:0 0 16px}.bank-account-list{padding:16px 18px;border:1px dashed #bfc1c9;border-radius:12px;background:#fff;color:#202126;font-size:16px;font-weight:650;line-height:1.9}.copy-bank-button{min-height:40px;margin-top:13px;padding:0 15px;border:1px solid #cfd1d7;border-radius:9px;background:#fff;color:#33363d;font-size:13px;font-weight:650;cursor:pointer}.copy-bank-button:hover{color:var(--purple);border-color:var(--purple);background:var(--purple-soft)}.payment-total-box{margin:20px 0;padding:18px 20px;display:flex;align-items:center;justify-content:space-between;gap:20px;border-radius:14px;color:#fff;background:#17171c}.payment-total-box span{font-size:14px}.payment-total-box strong{font-size:22px;white-space:nowrap}.payment-confirm-note{margin:0 0 18px;color:var(--muted);line-height:1.6}.checkout-order-status{margin:0 0 16px;padding:12px 14px;border-radius:10px;color:#555861;background:#f2f3f5}.checkout-order-status.is-success{color:#24653b;background:#eaf8ef}.checkout-order-status.is-error{color:#8a3030;background:#fff1f1}.payment-step-actions{display:grid;grid-template-columns:minmax(150px,.8fr) minmax(230px,1.4fr);gap:12px}.payment-step-actions .soft-button,.payment-step-actions .primary-button{width:100%;min-height:54px;padding-inline:18px}.checkout-edit-button{border:1px solid #d4d5da}.checkout-whatsapp-button{background:#1fa855;box-shadow:0 8px 24px rgba(31,168,85,.2)}.checkout-whatsapp-button:hover{filter:brightness(.94)}.checkout-whatsapp-button:disabled{opacity:.62;cursor:wait;transform:none}

@media(max-width:620px){.checkout-payment-step{padding:22px 18px}.payment-step-head h2{font-size:24px}.payment-method-panel{padding:17px}.payment-total-box{align-items:flex-start;flex-direction:column;gap:6px}.payment-total-box strong{font-size:21px}.payment-step-actions{grid-template-columns:1fr}.payment-step-actions .checkout-whatsapp-button{order:-1}.bank-account-list{font-size:14px}.qris-image-wrap{max-width:280px}}

/* v1.7.0 — product documentation entry point. */
.product-docs-button{display:flex;align-items:center;justify-content:center;gap:8px}.product-docs-button .dashicons{width:18px;height:18px;font-size:18px}.product-docs-panel{padding:26px;margin-top:28px;align-items:flex-start;gap:18px;border:1px solid #dedbea;border-radius:16px;background:linear-gradient(135deg,#faf9ff,#f3f1ff)}.product-docs-panel.active{display:flex}.product-docs-panel>span{width:48px;height:48px;display:grid;flex:0 0 auto;border-radius:13px;background:var(--purple);color:#fff;font-size:24px;place-items:center}.product-docs-panel h2{margin:0 0 7px;font-size:24px}.product-docs-panel p{max-width:650px;margin:0 0 18px;color:var(--muted)}.product-docs-panel .primary-button{display:inline-flex;width:auto;min-height:44px;padding:0 18px}@media(max-width:620px){.product-tabs>nav{gap:18px;overflow-x:auto}.product-tabs>nav button{flex:0 0 auto}.product-docs-panel{padding:20px;flex-direction:column}.product-docs-panel>span{width:42px;height:42px;font-size:21px}.product-docs-panel h2{font-size:21px}.product-docs-panel .primary-button{width:100%}}
