:root{--st-bg:#ffffff;--st-text:#111111;--st-muted:#6f6f6f;--st-border:#e2e2e2;--st-card:#f3f3f1;--st-container:1400px;--st-radius:10px;--st-space:clamp(24px, 4vw, 56px)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--st-bg);color:var(--st-text);font-family:Arial,Helvetica,sans-serif;line-height:1.55}img{max-width:100%;height:auto}a{color:inherit}button,input,select,textarea{font:inherit}.st-container{width:min(calc(100% - 48px), var(--st-container));margin-inline:auto}.st-header{position:sticky;top:0;background:#fff;border-bottom:1px solid var(--st-border);z-index:50}.st-header-inner{min-height:74px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px}.st-logo{justify-self:start;font-size:18px;font-weight:800;text-decoration:none;letter-spacing:-.02em}.st-logo img{max-height:40px;width:auto}.st-nav{margin:0;justify-self:center}.st-menu{list-style:none;display:flex;gap:30px;margin:0;padding:0}.st-menu>li{position:relative}.st-menu a{display:inline-block;position:relative;text-decoration:none;font-size:12px;font-weight:500;text-transform:none;letter-spacing:-.01em;padding:4px 0}.st-menu>li>a::after{content:"";position:absolute;left:0;right:100%;bottom:-2px;height:1px;background:currentColor;transition:right .2s ease}.st-menu>li:hover>a::after,.st-menu>li>a:focus::after{right:0}.st-menu .sub-menu{list-style:none;margin:0;padding:10px 0;position:absolute;top:100%;left:0;min-width:200px;background:#fff;border:1px solid var(--st-border);opacity:0;visibility:hidden;transform:translateY(6px);transition:opacity .18s ease,transform .18s ease,visibility .18s ease;z-index:10}.st-menu .sub-menu a{display:block;padding:10px 18px;letter-spacing:.02em}.st-menu .sub-menu a::after{display:none}.st-menu .sub-menu a:hover{background:#f6f6f6}.st-menu li:hover>.sub-menu,.st-menu li:focus-within>.sub-menu{opacity:1;visibility:visible;transform:translateY(0)}.st-menu li.menu-item-has-children>a{padding-right:14px}.st-menu li.menu-item-has-children>a::before{content:"";position:absolute;right:-13px;top:50%;width:6px;height:6px;border-right:1px solid currentColor;border-bottom:1px solid currentColor;transform:translateY(-70%) rotate(45deg)}.st-nav-close,.st-nav-footer{display:none}.st-header-actions{display:flex;align-items:center;justify-self:end;gap:16px;margin-left:0}.st-header-actions a{text-decoration:none;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.st-header-icon{width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:0;background:#fff0;color:var(--st-text);cursor:pointer;position:relative}.st-header-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.7}.st-header-icon:hover{opacity:.55}.st-header-account,.st-header-cart{font-size:0!important;text-transform:none!important;letter-spacing:0!important}.st-cart-count{position:absolute;top:-8px;right:-9px;margin:0}.st-header-account{color:var(--st-muted)}.st-cart-count{display:inline-flex;min-width:18px;height:18px;padding:0 4px;align-items:center;justify-content:center;border-radius:99px;background:#111;color:#fff;font-size:10px;margin-left:4px}.st-menu-toggle{display:none;border:0;background:#fff0;padding:8px;cursor:pointer}.st-menu-toggle span{display:block;width:22px;height:2px;background:#111;margin:5px 0;transition:transform .2s ease,opacity .2s ease}.st-marquee{position:relative;width:100%;overflow:hidden;isolation:isolate;background:rgb(255 255 255 / .58);color:#111;border-top:1px solid rgb(17 17 17 / .1);border-bottom:1px solid rgb(17 17 17 / .1);box-shadow:0 8px 28px rgb(17 17 17 / .06);-webkit-backdrop-filter:blur(14px) saturate(120%);backdrop-filter:blur(14px) saturate(120%)}.st-marquee::before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,rgb(255 255 255 / .34),rgb(255 255 255 / .18));pointer-events:none}.st-marquee-track{display:flex;flex-wrap:nowrap;align-items:center;width:max-content;max-width:none;min-width:max-content;margin:0;padding:15px 0;white-space:nowrap;transform:translate3d(12vw,0,0);animation:st-marquee-v230 72s linear infinite;animation-play-state:running;will-change:transform}.st-marquee-group{display:flex;flex:0 0 auto;align-items:center;width:max-content;min-width:max-content}.st-marquee-track span{display:inline-block;flex:0 0 auto;font-size:13px;font-weight:700;line-height:1;text-transform:uppercase;letter-spacing:.10em;color:#111;white-space:nowrap;padding-right:30px}.st-marquee-track span+span::before{content:"+ ";color:#111}@keyframes st-marquee-v230{0%{transform:translate3d(12vw,0,0)}100%{transform:translate3d(calc(-50% + 12vw),0,0)}}@media (max-width:700px){.st-marquee-track{padding:14px 0;transform:translate3d(16vw,0,0);animation-duration:62s}.st-marquee-track span{font-size:12px;letter-spacing:.08em;padding-right:24px}@keyframes st-marquee-v230{0%{transform:translate3d(16vw,0,0)}100%{transform:translate3d(calc(-50% + 16vw),0,0)}}}@media (prefers-reduced-motion:reduce){.st-marquee-track{animation:none;transform:translate3d(0,0,0)}}.st-footer{border-top:1px solid var(--st-border);padding-top:60px}.st-newsletter{text-align:center;max-width:640px;margin:0 auto 50px}.st-newsletter h2{margin:0 0 22px;font-size:24px;letter-spacing:-.02em}.st-newsletter-form{display:flex;gap:10px}.st-newsletter-form input{flex:1;min-height:46px;padding:0 18px;border:1px solid var(--st-border);border-radius:999px;outline:none}.st-newsletter-form input:focus{border-color:#999}.st-newsletter-form button{border:0;cursor:pointer}.st-footer-inner{display:grid;grid-template-columns:1.6fr repeat(3,1fr);gap:40px;padding-block:50px;border-top:1px solid var(--st-border)}.st-footer-brand{font-weight:800;font-size:18px}.st-footer p{color:var(--st-muted)}.st-footer-col h3{margin:0 0 16px;font-size:12px;text-transform:uppercase;letter-spacing:.08em}.st-footer-col ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.st-footer-col a{text-decoration:none;font-size:14px;color:var(--st-muted)}.st-footer-col a:hover{color:var(--st-text)}.st-footer-bottom{border-top:1px solid var(--st-border);padding-block:20px;color:var(--st-muted);font-size:12px}.woocommerce .site-main{padding:0}.st-site-main{min-height:60vh}.st-eyebrow{margin:0 0 14px;color:var(--st-muted);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.12em}.st-button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 22px;border-radius:999px;background:#111;color:#fff;text-decoration:none;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.st-button-outline{background:#fff0;border:1px solid var(--st-border);color:var(--st-text)}.st-button-outline:hover{border-color:var(--st-text)}.st-text-link{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;text-decoration:none;white-space:nowrap}.st-content{padding-block:70px}.st-content h1{font-size:clamp(38px, 5vw, 70px);line-height:1;letter-spacing:-.05em}.st-entry-content{max-width:850px}.st-post{padding-block:28px;border-bottom:1px solid var(--st-border)}.st-post h1 a,.st-post h2 a{text-decoration:none}.st-empty{padding:60px 0;color:var(--st-muted)}@media (max-width:800px){.st-container{width:min(calc(100% - 32px), var(--st-container))}.st-header-inner{min-height:64px;display:flex}.st-menu-toggle{display:block;margin-left:4px}.st-nav{position:fixed;inset:0;margin:0;display:flex;flex-direction:column;justify-content:center;background:#fff;padding:32px 28px;transform:translateY(-100%);opacity:0;visibility:hidden;transition:transform .3s ease,opacity .3s ease,visibility .3s ease;z-index:100}.st-nav.is-open{transform:translateY(0);opacity:1;visibility:visible}.st-nav-close{display:block;position:absolute;top:26px;right:24px;width:36px;height:36px;border:0;background:#fff0;cursor:pointer}.st-nav-close span{position:absolute;top:50%;left:50%;width:22px;height:2px;background:#111;transform-origin:center}.st-nav-close span:first-child{transform:translate(-50%,-50%) rotate(45deg)}.st-nav-close span:last-child{transform:translate(-50%,-50%) rotate(-45deg)}.st-menu{flex-direction:column;gap:4px}.st-menu>li>a{font-size:clamp(28px, 8vw, 44px);text-transform:none;letter-spacing:-.02em;font-weight:700;padding:10px 0}.st-menu>li>a::after{display:none}.st-menu li.menu-item-has-children>a::before{display:none}.st-menu .sub-menu{position:static;opacity:1;visibility:visible;transform:none;border:0;padding:0 0 10px 16px}.st-menu .sub-menu a{font-size:16px;padding:6px 0;color:var(--st-muted)}.st-nav-footer{display:block;margin-top:40px}.st-nav-social{list-style:none;margin:0;padding:0;display:flex;gap:20px}.st-nav-social a{text-decoration:none;font-size:13px;text-transform:uppercase;letter-spacing:.06em;color:var(--st-muted)}body.st-menu-open{overflow:hidden}.st-header-actions{margin-left:auto;gap:14px}.st-footer-inner{grid-template-columns:1fr}.st-newsletter-form{flex-direction:column}}.st-typefaces{padding:50px 0 70px}.st-typefaces-intro{display:flex;flex-wrap:wrap;justify-content:space-between;gap:20px;align-items:flex-end;margin-bottom:30px}.st-typefaces-intro .st-eyebrow{margin-bottom:0}.st-typefaces-intro p:not(.st-eyebrow){max-width:480px;color:var(--st-muted);margin:0;font-size:15px}.st-typefaces-more{display:flex;justify-content:center;padding-top:40px}.st-row-list{display:flex;flex-direction:column}.st-row{position:relative;display:grid;grid-template-columns:220px minmax(0,1fr) 150px;align-items:center;gap:30px;min-height:220px;padding:34px 38px;border-radius:20px;text-decoration:none;color:var(--st-text);background:#fff0;overflow:hidden;transition:background .35s ease,color .35s ease}.st-row+.st-row{margin-top:2px}.st-row::before{content:"";position:absolute;left:38px;right:38px;bottom:0;height:1px;background:var(--st-border);transition:opacity .2s ease}.st-row:first-child::after{content:"";position:absolute;left:38px;right:38px;top:0;height:1px;background:var(--st-border)}.st-row:hover,.st-row:focus-visible{background:#151515;color:#fff}.st-row:hover::before,.st-row:focus-visible::before{opacity:0}.st-row-badge{position:absolute;right:34px;top:0;padding:8px 14px 10px;color:#fff;font-size:11px;font-weight:700;z-index:5;clip-path:polygon(0 0,100% 0,100% 100%,50% 82%,0 100%)}.st-row-badge.new{background:#16a05a}.st-row-badge.update{background:#d89000}.st-row-info strong{display:block;font-size:16px;line-height:1.2}.st-row-info span{display:block;margin-top:7px;font-size:12px;opacity:.55}.st-row-display{position:relative;min-width:0;height:100%;min-height:90px}.st-row-name,.st-row-pangram{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;text-align:center;transition:opacity .3s ease}.st-row-name{opacity:1;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:clamp(38px, 5vw, 76px);letter-spacing:-.03em}.st-row-pangram{opacity:0;font-size:clamp(18px, 2.4vw, 32px);line-height:1.3;padding:0 12px}.st-row:hover .st-row-name,.st-row:focus-visible .st-row-name{opacity:0}.st-row:hover .st-row-pangram,.st-row:focus-visible .st-row-pangram{opacity:1}.st-row-buy{text-align:right}.st-row-buy strong{display:block;font-size:14px}.st-row-buy span{display:block;margin-top:5px;font-size:12px;opacity:.55}@media (max-width:900px){.st-row{grid-template-columns:1fr;text-align:center;gap:14px;padding:30px 24px;min-height:0}.st-row-info{order:1}.st-row-display{order:2;min-height:110px}.st-row-buy{order:3;text-align:center}.st-row-name{position:static;font-size:clamp(34px, 12vw, 58px);white-space:normal}.st-row-pangram{position:absolute}}.st-banner{display:block;line-height:0}.st-banner img{display:block;width:100%;aspect-ratio:16 / 5;object-fit:cover}@media (max-width:700px){.st-banner img{aspect-ratio:4 / 3}}.st-hero{padding:70px 0 20px}.st-hero h1{margin:0 0 16px;max-width:760px;font-size:clamp(34px, 5vw, 58px);line-height:1.05;letter-spacing:-.03em}.st-hero p{margin:0;max-width:520px;color:var(--st-muted);font-size:16px}.st-catalog-page{padding:50px 0 90px}.st-catalog-page-heading{margin-bottom:34px}.st-catalog-page-heading h1{margin:0;font-size:clamp(32px, 4.5vw, 52px);letter-spacing:-.03em}.st-catalog-pagination{display:flex;justify-content:center;padding-top:46px}.st-catalog-pagination .nav-links{display:flex;gap:10px;align-items:center}.st-catalog-pagination .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 10px;border:1px solid var(--st-border);border-radius:999px;text-decoration:none;font-size:13px;font-weight:700}.st-catalog-pagination .page-numbers.current{background:#111;color:#fff;border-color:#111}.st-catalog-pagination .page-numbers.dots{border:0}.st-header-inner{position:relative}.st-nav{position:absolute;left:50%;transform:translateX(-50%);margin:0}.st-menu{gap:28px}.st-menu a{font-size:13px;font-weight:500;text-transform:none;letter-spacing:-.01em;color:#171717;transition:opacity .2s ease}.st-menu>li>a::after{bottom:-5px;height:1px}.st-menu a:hover{opacity:.62}.st-header-actions{margin-left:auto;gap:14px}.st-header-icon{position:relative;display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;padding:0;border:0;background:#fff0;color:#171717;text-decoration:none;cursor:pointer}.st-header-icon svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}.st-cart-count{position:absolute;top:-3px;right:-5px;min-width:15px;height:15px;padding:0 3px;margin:0;font-size:9px;line-height:15px;background:#111;color:#fff}.st-search-panel{display:none;position:absolute;left:0;right:0;top:100%;padding:18px 0 22px;background:rgb(255 255 255 / .96);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid var(--st-border);box-shadow:0 14px 30px rgb(0 0 0 / .06)}.st-search-panel.is-open{display:block}.st-search-form{display:flex;align-items:center;border-bottom:1px solid #171717}.st-search-form input{width:100%;min-height:48px;border:0;outline:0;background:#fff0;font-size:clamp(22px, 3vw, 32px);letter-spacing:-.03em}.st-search-form button{width:44px;height:44px;border:0;background:#fff0;cursor:pointer}.st-search-form button svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.st-row-display,.st-row-name,.st-row-pangram{font-synthesis:none}.st-showcase{padding:45px 0;border-top:1px solid var(--st-border)}.st-showcase h2{margin:0 0 24px;font-size:24px;letter-spacing:-.02em}.st-showcase-slider{position:relative;width:min(100%, 900px);margin:0 auto;overflow:hidden;background:#f7f7f5}.st-showcase-track{display:flex;width:100%;transition:transform .7s cubic-bezier(.22,.61,.36,1)}.st-showcase-slide{flex:0 0 100%;display:flex;align-items:center;justify-content:center;min-height:360px;padding:28px}.st-showcase-slide img{display:block;width:auto;max-width:100%;max-height:560px;margin:auto;object-fit:contain}.st-showcase-dots{display:flex;justify-content:center;gap:7px;padding-top:14px}.st-showcase-dot{width:7px;height:7px;padding:0;border:0;border-radius:50%;background:#cfcfcf;cursor:pointer}.st-showcase-dot.is-active{background:#111}.st-license-list{gap:10px}.st-license-option{position:relative;align-items:flex-start;padding:16px;border-radius:12px;background:#fff}.st-license-option input{margin-top:3px;accent-color:#111}.st-license-option .st-license-name{font-weight:600;line-height:1.25}.st-license-copy{display:block;margin-top:5px;color:var(--st-muted);font-size:11px;line-height:1.45}.st-license-price{white-space:nowrap}.st-license-option.is-selected{background:#f6f6f4}.st-license-help{margin:12px 0 0;color:var(--st-muted);font-size:11px;line-height:1.5}.st-catalog-page .st-row{min-height:250px}.st-catalog-page .st-row-name{font-size:clamp(44px, 6vw, 92px)}@media (max-width:800px){.st-nav{position:fixed;left:0;transform:translateY(-100%);width:100%;margin:0}.st-nav.is-open{transform:translateY(0)}.st-menu>li>a{text-transform:none;font-weight:500}.st-header-actions{gap:8px}.st-showcase-slide{min-height:240px;padding:18px}.st-showcase-slide img{max-height:360px}}.st-typefaces .st-row-list,.st-catalog-page .st-row-list,.st-related .st-row-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.st-typefaces .st-row+.st-row,.st-catalog-page .st-row+.st-row,.st-related .st-row+.st-row{margin-top:0}.st-typefaces .st-row,.st-catalog-page .st-row,.st-related .st-row{min-height:310px;grid-template-columns:1fr;grid-template-rows:1fr auto;gap:0;padding:28px;border:1px solid #e5e3dc;border-radius:18px;background:#f5f3ed;box-shadow:0 8px 28px rgb(20 20 20 / .055);transition:transform .28s ease,box-shadow .28s ease,background .28s ease,color .28s ease}.st-typefaces .st-row::before,.st-typefaces .st-row:first-child::after,.st-catalog-page .st-row::before,.st-catalog-page .st-row:first-child::after,.st-related .st-row::before,.st-related .st-row:first-child::after{display:none}.st-typefaces .st-row:hover,.st-typefaces .st-row:focus-visible,.st-catalog-page .st-row:hover,.st-catalog-page .st-row:focus-visible,.st-related .st-row:hover,.st-related .st-row:focus-visible{background:#686a68;color:#fff;transform:translateY(-3px);box-shadow:0 16px 34px rgb(20 20 20 / .12)}.st-typefaces .st-row-display,.st-catalog-page .st-row-display,.st-related .st-row-display{min-height:190px;height:100%;align-self:stretch}.st-typefaces .st-row-name,.st-catalog-page .st-row-name,.st-related .st-row-name{font-size:clamp(40px, 5vw, 78px)}.st-typefaces .st-row-pangram,.st-catalog-page .st-row-pangram,.st-related .st-row-pangram{color:#fff;font-size:clamp(17px, 2vw, 25px);line-height:1.28}.st-typefaces .st-row-info,.st-catalog-page .st-row-info,.st-related .st-row-info{display:flex;align-items:baseline;justify-content:space-between;gap:16px;order:2}.st-typefaces .st-row-info strong,.st-catalog-page .st-row-info strong,.st-related .st-row-info strong{font-size:15px}.st-typefaces .st-row-info span,.st-catalog-page .st-row-info span,.st-related .st-row-info span{margin-top:0}.st-typefaces .st-row-buy,.st-catalog-page .st-row-buy,.st-related .st-row-buy{display:none}.st-row-badge{top:14px;right:14px;padding:6px 10px;border-radius:999px;clip-path:none;font-size:10px;box-shadow:0 3px 10px rgb(0 0 0 / .12)}.st-typefaces-more{padding-top:34px}.st-typefaces-more .st-button{padding-inline:26px}.st-catalog-page{padding-top:44px}.st-catalog-page-heading{margin-bottom:28px}.st-header-inner{min-height:78px}.st-logo{font-size:21px}.st-menu{gap:25px}.st-menu a{font-size:14px;font-weight:600;padding:7px 0}.st-header-actions{gap:11px}.st-header-icon{width:30px;height:30px}.st-header-icon svg{width:20px;height:20px}.st-header{transition:box-shadow .25s ease,background .25s ease}.st-header:hover{box-shadow:0 6px 22px rgb(0 0 0 / .06)}.st-showcase-top{padding:0 0 48px;border-top:0}.st-showcase-group{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.st-showcase-group .st-showcase-slide{aspect-ratio:3 / 2;border-radius:14px;background:#f2f1ed;box-shadow:0 8px 24px rgb(20 20 20 / .07)}.st-showcase-group .st-showcase-slide img{object-fit:cover}.st-font-tester,.st-license-detail,.st-buy-box,.st-tester-character-wrap{border-radius:16px}.st-font-tester{padding:32px;background:#f6f5f1;box-shadow:0 8px 28px rgb(20 20 20 / .055)}.st-tester-preview-wrap{border-radius:14px;background:#fff;box-shadow:inset 0 0 0 1px #e8e6df}.st-tester-characters{padding:22px 24px;border-radius:14px;background:#efeee9;box-shadow:inset 0 0 0 1px #e3e1da}.st-license-detail{border:1px solid #e5e3dc;box-shadow:0 8px 22px rgb(20 20 20 / .045)}.st-buy-box{border:1px solid #e5e3dc;box-shadow:0 10px 30px rgb(20 20 20 / .06);background:#f8f7f3}@media (max-width:800px){.st-typefaces .st-row-list,.st-catalog-page .st-row-list,.st-related .st-row-list{grid-template-columns:1fr;gap:14px}.st-typefaces .st-row,.st-catalog-page .st-row,.st-related .st-row{min-height:270px;padding:22px}.st-header-inner{min-height:66px}.st-logo{font-size:19px}.st-menu a{font-size:14px}.st-header-actions{gap:6px}.st-showcase-group{grid-template-columns:1fr}.st-showcase-group .st-showcase-slide{aspect-ratio:3/2}.st-font-tester{padding:22px 18px}}.st-typefaces .st-row-list,.st-catalog-page .st-row-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.st-typefaces .st-row+.st-row,.st-catalog-page .st-row+.st-row{margin-top:0}.st-typefaces .st-row,.st-catalog-page .st-row{min-height:300px;grid-template-columns:1fr;grid-template-rows:1fr auto;gap:0;padding:24px;border-radius:16px;background:#f5f3ed;border:1px solid #e6e3dc;box-shadow:0 7px 24px rgb(20 20 20 / .05);transition:transform .28s ease,box-shadow .28s ease,background .28s ease,color .28s ease}.st-typefaces .st-row:hover,.st-typefaces .st-row:focus-visible,.st-catalog-page .st-row:hover,.st-catalog-page .st-row:focus-visible{transform:translateY(-3px);box-shadow:0 15px 32px rgb(20 20 20 / .10);background:#6b6c69;color:#fff}.st-typefaces .st-row-display,.st-catalog-page .st-row-display{min-height:205px}.st-typefaces .st-row-name,.st-catalog-page .st-row-name{font-size:clamp(34px, 4.2vw, 68px)}.st-typefaces .st-row-pangram,.st-catalog-page .st-row-pangram{color:#fff;font-size:clamp(16px, 1.7vw, 23px);line-height:1.28}.st-typefaces .st-row-info,.st-catalog-page .st-row-info{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.st-typefaces .st-row-info strong,.st-catalog-page .st-row-info strong{font-size:14px}.st-typefaces .st-row-info span,.st-catalog-page .st-row-info span{margin-top:0}.st-typefaces .st-row-buy,.st-catalog-page .st-row-buy{display:none}.st-logo{font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;font-size:22px;font-weight:750;letter-spacing:-.025em}.st-menu{gap:22px}.st-menu a{font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;font-size:14px;font-weight:600;letter-spacing:-.015em;padding:5px 0}.st-header-actions{gap:7px}.st-header-icon{width:28px;height:28px}.st-header-icon svg{width:19px;height:19px}.st-menu>li>a::after{transition:right .28s cubic-bezier(.22,.61,.36,1)}.st-related .st-row-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.st-related .st-row+.st-row{margin-top:0}.st-font-tester{padding:28px;border-radius:16px}.st-tester-preview-wrap{border-radius:14px}.st-tester-characters{padding:18px 20px;border-radius:14px}.st-buy-box{padding:22px;border-radius:16px}.st-license-detail{padding:18px 20px;border-radius:14px}.st-license-option{min-height:40px;padding:3px 0}.st-product-section{padding:38px 0}@media (max-width:1050px) and (min-width:801px){.st-typefaces .st-row-list,.st-catalog-page .st-row-list{gap:14px}.st-typefaces .st-row,.st-catalog-page .st-row{padding:20px;min-height:275px}}@media (max-width:800px){.st-header-inner{min-height:62px}.st-logo{font-size:19px}.st-header-actions{gap:4px}.st-header-icon{width:27px;height:27px}.st-header-icon svg{width:18px;height:18px}.st-menu{gap:1px}.st-menu>li>a{font-size:22px;font-weight:550;padding:7px 0}.st-menu .sub-menu a{font-size:14px;padding:5px 0}.st-typefaces .st-row-list,.st-catalog-page .st-row-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.st-typefaces .st-row,.st-catalog-page .st-row{min-height:255px;padding:18px}.st-typefaces .st-row-display,.st-catalog-page .st-row-display{min-height:165px}.st-typefaces .st-row-name,.st-catalog-page .st-row-name{font-size:clamp(30px, 7vw, 52px)}.st-related .st-row-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}}@media (max-width:520px){.st-container{width:min(calc(100% - 24px), var(--st-container))}.st-header-inner{min-height:58px}.st-logo{font-size:18px}.st-header-actions{gap:2px}.st-header-icon{width:25px;height:25px}.st-header-icon svg{width:17px;height:17px}.st-typefaces .st-row-list,.st-catalog-page .st-row-list,.st-related .st-row-list{grid-template-columns:1fr;gap:12px}.st-typefaces .st-row,.st-catalog-page .st-row,.st-related .st-row{min-height:235px;padding:18px}.st-typefaces .st-row-display,.st-catalog-page .st-row-display{min-height:145px}.st-font-tester{padding:20px 16px}.st-buy-box{padding:18px}.st-license-detail{padding:16px 18px}}@media (min-width:801px){.st-header-inner{position:relative;display:grid;grid-template-columns:minmax(180px,1fr) auto minmax(120px,1fr);align-items:center;column-gap:28px;min-height:76px}.st-logo{justify-self:start;white-space:nowrap;font-family:"Inter","Helvetica Neue",Arial,sans-serif;font-size:22px;font-weight:700;letter-spacing:-.025em;line-height:1}.st-nav{position:static;transform:none;justify-self:center;min-width:0;max-width:100%}.st-menu{display:flex;align-items:center;justify-content:center;gap:18px;white-space:nowrap}.st-menu a{font-family:"Inter","Helvetica Neue",Arial,sans-serif;font-size:14px;font-weight:500;line-height:1.2;letter-spacing:-.018em;padding:6px 0;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}.st-menu>li>a::after{bottom:0;height:1px;transition:right .28s cubic-bezier(.22,.61,.36,1)}.st-header-actions{justify-self:end;display:flex;align-items:center;gap:8px;margin-left:0;white-space:nowrap}.st-header-icon{width:28px;height:28px}.st-header-icon svg{width:18px;height:18px;stroke-width:1.6}}.st-row-pangram{font-size:clamp(28px, 2.65vw, 44px);line-height:1.08;letter-spacing:-.025em;font-weight:400;padding:0 18px;text-wrap:balance;overflow-wrap:anywhere}.st-typefaces .st-row-pangram,.st-catalog-page .st-row-pangram,.st-related .st-row-pangram{font-size:clamp(28px, 2.65vw, 44px);line-height:1.08;padding-inline:14px}.st-row:hover .st-row-pangram,.st-row:focus-visible .st-row-pangram{opacity:1;transition:opacity .24s ease}.st-typefaces .st-row-display,.st-catalog-page .st-row-display,.st-related .st-row-display{min-width:0;overflow:hidden}@media (max-width:1100px) and (min-width:801px){.st-header-inner{grid-template-columns:minmax(150px,1fr) auto minmax(105px,1fr);column-gap:18px}.st-menu{gap:14px}.st-menu a{font-size:13px}.st-logo{font-size:21px}.st-header-actions{gap:5px}.st-row-pangram,.st-typefaces .st-row-pangram,.st-catalog-page .st-row-pangram,.st-related .st-row-pangram{font-size:clamp(26px, 2.8vw, 38px)}}@media (max-width:800px){.st-header-inner{min-height:62px;display:flex;align-items:center}.st-logo{font-family:"Inter","Helvetica Neue",Arial,sans-serif;font-size:19px;font-weight:700;letter-spacing:-.025em;line-height:1}.st-header-actions{margin-left:auto;gap:3px}.st-header-icon{width:27px;height:27px}.st-header-icon svg{width:18px;height:18px}.st-menu{gap:2px}.st-menu>li>a{font-size:clamp(22px, 6vw, 30px);font-weight:600;line-height:1.15;padding:7px 0}.st-row-pangram,.st-typefaces .st-row-pangram,.st-catalog-page .st-row-pangram,.st-related .st-row-pangram{font-size:clamp(24px, 7vw, 34px);line-height:1.1;padding-inline:10px}}@media (max-width:520px){.st-header-inner{min-height:58px}.st-logo{font-size:18px}.st-header-actions{gap:1px}.st-header-icon{width:25px;height:25px}.st-header-icon svg{width:17px;height:17px}.st-row-pangram,.st-typefaces .st-row-pangram,.st-catalog-page .st-row-pangram,.st-related .st-row-pangram{font-size:clamp(22px, 7vw, 30px)}}.st-type-tester .st-controls,.st-font-tester .st-controls,.st-tester-controls{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:12px 0 0;padding:0;flex-wrap:wrap}.st-type-tester .st-align-controls,.st-type-tester .st-case-controls,.st-font-tester .st-align-controls,.st-font-tester .st-case-controls{display:flex;align-items:stretch;margin:0}.st-type-tester .st-align-controls button,.st-type-tester .st-case-controls button,.st-font-tester .st-align-controls button,.st-font-tester .st-case-controls button{min-width:58px;min-height:38px;padding:7px 14px;margin:0;border:1px solid #dedede;border-radius:0;background:#fff;font-size:12px;line-height:1}.st-type-tester .st-align-controls button:first-child,.st-font-tester .st-align-controls button:first-child{border-radius:7px 0 0 7px}.st-type-tester .st-align-controls button:last-child,.st-font-tester .st-align-controls button:last-child{border-radius:0 7px 7px 0}.st-type-tester .st-case-controls button:first-child,.st-font-tester .st-case-controls button:first-child{border-radius:7px 0 0 7px}.st-type-tester .st-case-controls button:last-child,.st-font-tester .st-case-controls button:last-child{border-radius:0 7px 7px 0}.st-type-tester .st-align-controls button.is-active,.st-type-tester .st-case-controls button.is-active,.st-font-tester .st-align-controls button.is-active,.st-font-tester .st-case-controls button.is-active{background:#111;color:#fff;border-color:#111}.st-type-tester .st-preview,.st-font-tester .st-preview,.st-tester-preview{margin-bottom:0}.st-type-tester .st-glyphs,.st-font-tester .st-glyphs,.st-glyph-box,.st-glyph-panel{padding:30px 32px;display:flex;align-items:center;justify-content:center;text-align:center;min-height:110px;box-sizing:border-box}.st-type-tester .st-glyphs-content,.st-font-tester .st-glyphs-content,.st-glyph-content{width:100%;margin:0 auto;text-align:center}.st-type-tester .st-glyphs-content .st-glyph-line,.st-font-tester .st-glyphs-content .st-glyph-line,.st-glyph-content .st-glyph-line{text-align:center;margin-inline:auto}.st-type-tester .st-glyphs *,.st-font-tester .st-glyphs *,.st-glyph-box *,.st-glyph-panel *{max-width:100%}@media (min-width:801px){.st-header-inner{grid-template-columns:minmax(190px,1fr) auto minmax(150px,1fr);column-gap:34px}.st-menu{gap:24px}.st-menu a{font-family:"Inter","Helvetica Neue",Arial,sans-serif;font-size:14px;font-weight:600;letter-spacing:-.015em}.st-header-actions{gap:6px}}@media (max-width:800px){.st-header-inner{min-height:58px}.st-logo{font-size:18px}.st-header-actions{gap:1px}.st-nav{max-height:calc(100vh - 58px);overflow-y:auto}.st-menu{display:flex;flex-direction:column;align-items:stretch;gap:0;width:100%}.st-menu>li>a{display:block;width:100%;padding:12px 20px;font-size:20px;font-weight:600;line-height:1.2}.st-type-tester .st-controls,.st-font-tester .st-controls,.st-tester-controls{gap:8px;margin-top:10px}.st-type-tester .st-align-controls button,.st-type-tester .st-case-controls button,.st-font-tester .st-align-controls button,.st-font-tester .st-case-controls button{min-height:36px;min-width:52px;padding:7px 11px}.st-type-tester .st-glyphs,.st-font-tester .st-glyphs,.st-glyph-box,.st-glyph-panel{padding:24px 18px;min-height:96px}}@media (max-width:520px){.st-menu>li>a{font-size:18px;padding:11px 18px}.st-type-tester .st-controls,.st-font-tester .st-controls,.st-tester-controls{justify-content:center}.st-type-tester .st-align-controls,.st-type-tester .st-case-controls,.st-font-tester .st-align-controls,.st-font-tester .st-case-controls{width:100%;justify-content:center}.st-type-tester .st-align-controls button,.st-type-tester .st-case-controls button,.st-font-tester .st-align-controls button,.st-font-tester .st-case-controls button{flex:1 1 0%;min-width:0}}.st-page-content{text-align:center}.st-page-content>article{width:100%;margin-inline:auto}.st-page-content .st-entry-content{width:min(100%, 1000px);max-width:1000px;margin-inline:auto;text-align:center}.st-page-content .st-entry-content h1,.st-page-content .st-entry-content h2,.st-page-content .st-entry-content h3,.st-page-content .st-entry-content h4,.st-page-content .st-entry-content h5,.st-page-content .st-entry-content h6,.st-page-content .st-entry-content p,.st-page-content .st-entry-content ul,.st-page-content .st-entry-content ol{text-align:center}.st-page-content .st-entry-content ul,.st-page-content .st-entry-content ol{list-style-position:inside;padding-left:0}@media (max-width:800px){.st-content.st-page-content{padding-block:42px}.st-page-content .st-entry-content{width:100%}}:root{--st-retro-orange:#f2583a}.st-header{position:relative;top:auto}.st-menu{gap:28px}.st-menu a{font-family:Arial,Helvetica,sans-serif;font-size:15px;font-weight:400;letter-spacing:-.012em;padding:5px 0;transition:color .18s ease}.st-menu>li:hover>a,.st-menu>li:focus-within>a,.st-menu a:hover{color:var(--st-retro-orange)}.st-menu>li:hover>a::after,.st-menu>li>a:focus::after{background:var(--st-retro-orange)}.st-header-actions{gap:13px}.st-header-icon{width:28px;height:28px}.st-header-icon svg{width:24px;height:24px;stroke-width:1.7}.st-header-icon:hover{color:var(--st-retro-orange);opacity:1}.st-cart-count{min-width:18px;height:18px;top:-5px;right:-6px}.st-footer-col a,.st-footer-brand,.st-footer-col h3{transition:color .18s ease}.st-footer-col a:hover{color:var(--st-retro-orange)}.st-footer-brand:hover{color:var(--st-retro-orange)}@media (max-width:800px){.st-header-inner{min-height:64px;grid-template-columns:auto 1fr auto;gap:12px}.st-logo{font-size:20px}.st-menu{gap:0}.st-menu>li>a{font-size:18px;font-weight:400}.st-header-actions{gap:6px}.st-header-icon{width:30px;height:30px}.st-header-icon svg{width:25px;height:25px}}@media (max-width:520px){.st-logo{font-size:18px}.st-menu>li>a{font-size:17px}.st-header-actions{gap:4px}.st-header-icon{width:28px;height:28px}.st-header-icon svg{width:23px;height:23px}}:root{--st-retro-coral:#f2583a}.site-header .site-logo,.site-header .custom-logo-link,.st-header .st-logo,.st-header .site-title,header .site-logo,header .custom-logo-link,header .st-logo{color:#f2583a!important;font-weight:400!important;text-decoration:none}.site-header .site-logo:hover,.site-header .custom-logo-link:hover,.st-header .st-logo:hover,.st-header .site-title:hover,header .site-logo:hover,header .custom-logo-link:hover,header .st-logo:hover{color:#333333!important}.site-header nav a,.site-header .st-menu a,.st-header nav a,.st-header .st-menu a,.site-footer a,footer a,.st-footer a{font-weight:400!important;transition:color .2s ease,opacity .2s ease}.site-header nav a:hover,.site-header .st-menu a:hover,.st-header nav a:hover,.st-header .st-menu a:hover,.site-footer a:hover,footer a:hover,.st-footer a:hover{color:#f2583a!important}.site-header button:hover,.site-header a:hover svg,.st-header button:hover,.st-header a:hover svg,.st-header .st-header-actions a:hover,.site-header .st-header-actions a:hover{color:#f2583a!important;stroke:#f2583a}.single_add_to_cart_button,.woocommerce .single_add_to_cart_button,.woocommerce-page .single_add_to_cart_button,.st-license-box .add_to_cart_button,.st-license-box button[type="submit"],.st-buy button[type="submit"]{background:#4A4A4A!important;color:#FFFFFF!important;font-weight:400!important;border-color:#4A4A4A!important;transition:background-color .2s ease,color .2s ease,border-color .2s ease,transform .2s ease}.single_add_to_cart_button:hover,.woocommerce .single_add_to_cart_button:hover,.woocommerce-page .single_add_to_cart_button:hover,.st-license-box .add_to_cart_button:hover,.st-license-box button[type="submit"]:hover,.st-buy button[type="submit"]:hover{background:#f2583a!important;color:#FFFFFF!important;border-color:#f2583a!important}.st-license-option.is-selected,.st-license-option.selected,.st-license-option input:checked+label,.st-license-option label.is-selected{color:#f2583a!important;font-weight:700!important}.st-type-tester,.st-font-tester,.st-tester,.type-tester,.font-tester{background:#F7F6F2!important;border:1px solid #E5E2DC!important;border-radius:18px!important;box-shadow:0 8px 28px rgb(25 25 25 / .06)!important;overflow:hidden}.st-type-tester .st-preview,.st-font-tester .st-preview,.st-tester-preview,.st-preview-box,.type-tester .preview{background:#FFFFFF!important;border:1px solid #E2E0DB!important;border-radius:14px!important;box-shadow:0 3px 12px rgb(25 25 25 / .045)!important}.st-type-tester .st-align-controls button,.st-type-tester .st-case-controls button,.st-font-tester .st-align-controls button,.st-font-tester .st-case-controls button{background:#FFFFFF!important;color:#555555!important;border-color:#E1DED8!important;font-weight:400!important}.st-type-tester .st-align-controls button:hover,.st-type-tester .st-case-controls button:hover,.st-font-tester .st-align-controls button:hover,.st-font-tester .st-case-controls button:hover{color:#f2583a!important;border-color:#f2583a!important}.st-type-tester .st-align-controls button.is-active,.st-type-tester .st-case-controls button.is-active,.st-font-tester .st-align-controls button.is-active,.st-font-tester .st-case-controls button.is-active{background:#f2583a!important;color:#FFFFFF!important;border-color:#f2583a!important}.st-type-tester .st-glyphs,.st-font-tester .st-glyphs,.st-glyph-box,.st-glyph-panel{background:#F1F0EC!important;border:1px solid #E2E0DA!important;border-radius:14px!important;box-shadow:inset 0 1px 0 rgb(255 255 255 / .7)!important;padding:24px 28px!important;text-align:center!important;display:flex!important;align-items:center!important;justify-content:center!important}.st-type-tester .st-glyphs-content,.st-font-tester .st-glyphs-content,.st-glyph-content{width:100%;margin:0 auto!important;text-align:center!important}.st-type-tester a:hover,.st-font-tester a:hover,.st-tester a:hover{color:#f2583a!important}.st-type-tester select,.st-font-tester select,.st-tester select{border-color:#DDD9D2!important;border-radius:9px!important;background:#FFFFFF!important}.st-type-tester select:focus,.st-font-tester select:focus,.st-tester select:focus{border-color:#f2583a!important;outline-color:#f2583a!important}.st-type-tester input[type="range"]::-webkit-slider-thumb,.st-font-tester input[type="range"]::-webkit-slider-thumb{background:#f2583a}.st-type-tester input[type="range"]::-moz-range-thumb,.st-font-tester input[type="range"]::-moz-range-thumb{background:#f2583a}@media (max-width:800px){.st-type-tester,.st-font-tester,.st-tester{border-radius:14px!important}.st-type-tester .st-preview,.st-font-tester .st-preview,.st-tester-preview{border-radius:11px!important}.st-type-tester .st-glyphs,.st-font-tester .st-glyphs,.st-glyph-box,.st-glyph-panel{padding:20px 16px!important}}:root{--salamahtype-accent:#f2583a}.site-header a:hover,.site-footer a:hover,.main-navigation a:hover,.nav-menu a:hover{color:#f2583a!important}.site-branding a,.site-title a,.custom-logo-link+a{color:#f2583a!important;font-weight:700!important}.site-branding a:hover,.site-title a:hover,.custom-logo-link+a:hover{color:#333333!important}.font-tester button:hover,.font-tester select:focus,.font-tester input:focus,.type-tester button:hover,.type-tester select:focus,.type-tester input:focus,[class*="tester"] button:hover,[class*="tester"] select:focus,[class*="tester"] input:focus{color:#f2583a!important;border-color:#f2583a!important;outline-color:#f2583a!important}.font-tester .active,.font-tester .selected,.type-tester .active,.type-tester .selected,[class*="tester"] .active,[class*="tester"] .selected{color:#f2583a!important;border-color:#f2583a!important}.font-tester a:hover,.type-tester a:hover,[class*="tester"] a:hover,.glyphs-toggle:hover,.pangram-button:hover{color:#f2583a!important}.woocommerce .license-option:hover,.woocommerce .license-option input:checked+label,.woocommerce .license-option.selected,.woocommerce [class*="license"] label:hover,.woocommerce [class*="license"] .selected{color:#f2583a!important;border-color:#f2583a!important}.woocommerce [class*="license"] input[type="radio"]:checked+label::before,.woocommerce [class*="license"] input[type="radio"]:checked{accent-color:#f2583a!important}.woocommerce .single_add_to_cart_button:hover,.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce .button:hover{background-color:#f2583a!important;border-color:#f2583a!important;color:#fff!important}:root{--salamahtype-accent:#f2583a}header .site-title a,header .site-branding a,.site-header .site-title a,.site-header .site-branding a{color:#f2583a!important;font-weight:700!important;text-decoration:none!important}header .site-title a:hover,header .site-branding a:hover,.site-header .site-title a:hover,.site-header .site-branding a:hover{color:#333333!important}.site-header nav a,.site-header .menu a,.site-header .main-navigation a,header nav a,header .menu a{color:#333333!important;font-weight:400!important;text-decoration:none!important;transition:color .2s ease}.site-header nav a:hover,.site-header .menu a:hover,.site-header .main-navigation a:hover,header nav a:hover,header .menu a:hover{color:#f2583a!important}.site-header svg,.site-header .icon,.site-header button,.site-header a[aria-label],header svg,header .icon{transition:color .2s ease,fill .2s ease,stroke .2s ease}.site-header a:hover svg,.site-header button:hover svg,.site-header a[aria-label]:hover svg,header a:hover svg{color:#f2583a!important;fill:#f2583a!important;stroke:#f2583a!important}.site-footer a,footer a,.site-footer .menu a,footer .menu a{color:#333333!important;font-weight:400!important;text-decoration:none!important;transition:color .2s ease}.site-footer a:hover,footer a:hover,.site-footer .menu a:hover,footer .menu a:hover{color:#f2583a!important}.site-footer .site-title,.site-footer .site-branding a,footer .site-title,footer .site-branding a{color:#f2583a!important;font-weight:700!important}@media (max-width:768px){.site-header nav a,.site-header .menu a,header nav a,header .menu a{font-size:14px!important;line-height:1.4!important}.site-header .site-title a,.site-header .site-branding a,header .site-title a{font-size:20px!important}.site-header svg,.site-header .icon{width:21px!important;height:21px!important}.site-footer a,footer a{font-size:14px!important}}:root{--st-retro-orange:#f2583a !important;--st-retro-coral:#f2583a !important;--salamahtype-accent:#f2583a !important}.st-header .st-logo,.st-header .st-logo:link,.st-header .st-logo:visited,header.st-header .st-logo{color:#333333!important;font-weight:700!important;text-decoration:none!important;opacity:1!important}.st-header .st-logo:hover,.st-header .st-logo:focus,.st-header .st-logo:active{color:#f2583a!important}.st-header .st-menu>li>a,.st-header .st-menu>li>a:link,.st-header .st-menu>li>a:visited{color:#333333!important;font-weight:400!important;opacity:1!important;transition:color .2s ease!important}.st-header .st-menu>li:hover>a,.st-header .st-menu>li:focus-within>a,.st-header .st-menu>li>a:hover,.st-header .st-menu>li>a:focus{color:#f2583a!important;opacity:1!important}.st-header .st-menu>li>a::after{background-color:transparent!important;transition:background-color .2s ease!important}.st-header .st-menu>li:hover>a::after,.st-header .st-menu>li>a:hover::after,.st-header .st-menu>li>a:focus::after{background-color:#f2583a!important}.st-header .st-header-icon{color:#333333!important;transition:color .2s ease,opacity .2s ease!important}.st-header .st-header-icon:hover,.st-header .st-header-icon:focus{color:#f2583a!important}.st-header .st-header-icon svg,.st-header .st-header-icon svg *{stroke:currentColor!important;transition:stroke .2s ease,fill .2s ease!important}.st-header .st-cart-count{background:#333333!important;color:#ffffff!important}.st-footer .st-footer-col a,.st-footer .st-footer-col a:link,.st-footer .st-footer-col a:visited{color:#333333!important;font-weight:400!important;opacity:1!important;transition:color .2s ease!important}.st-footer .st-footer-col a:hover,.st-footer .st-footer-col a:focus{color:#f2583a!important}.st-footer .st-footer-brand{color:#333333!important;font-weight:700!important;transition:color .2s ease!important}.st-footer .st-footer-brand:hover,.st-footer .st-footer-brand:focus{color:#f2583a!important}.st-footer a:hover,.st-footer a:focus{color:#f2583a!important}.st-type-tester button:hover,.st-type-tester a:hover,.st-font-tester button:hover,.st-font-tester a:hover,.st-tester button:hover,.st-tester a:hover{color:#f2583a!important;border-color:#f2583a!important}.st-type-tester button.is-active,.st-type-tester button.active,.st-type-tester button.selected,.st-font-tester button.is-active,.st-font-tester button.active,.st-font-tester button.selected,.st-tester button.is-active,.st-tester button.active,.st-tester button.selected{background-color:#f2583a!important;border-color:#f2583a!important;color:#ffffff!important}.st-type-tester .st-case-controls button,.st-font-tester .st-case-controls button,.st-tester .st-case-controls button{text-transform:none!important}.st-license-option:hover,.st-license-option:focus-within,.st-license-option.is-selected,.st-license-option.selected,.st-license-option input:checked+label,.st-license-option label:hover{color:#f2583a!important;border-color:#f2583a!important}.st-license-option input[type="radio"]:checked,.st-license-option input[type="radio"]:checked+label::before{accent-color:#f2583a!important}.st-license-box .st-button:hover,.st-buy .st-button:hover,.woocommerce .single_add_to_cart_button:hover{background-color:#f2583a!important;border-color:#f2583a!important;color:#ffffff!important}@media (max-width:800px){.st-header .st-logo{color:#333333!important;font-weight:700!important}.st-header .st-logo:hover,.st-header .st-logo:focus{color:#f2583a!important}.st-header .st-menu>li>a{color:#333333!important;font-weight:400!important}.st-header .st-menu>li>a:hover,.st-header .st-menu>li>a:focus{color:#f2583a!important}.st-header .st-header-icon{color:#333333!important}.st-header .st-header-icon:hover,.st-header .st-header-icon:focus{color:#f2583a!important}.st-footer .st-footer-col a,.st-footer a{color:#333333!important;font-weight:400!important}.st-footer .st-footer-col a:hover,.st-footer a:hover{color:#f2583a!important}}body.woocommerce-checkout form.checkout{width:min(1120px, calc(100% - 40px))!important;margin:0 auto!important;display:grid!important;grid-template-columns:minmax(0,1.65fr) minmax(320px,.9fr)!important;grid-template-areas:"customer order-heading" "customer order"!important;column-gap:34px!important;row-gap:10px!important;align-items:start!important;text-align:left!important}body.woocommerce-checkout form.checkout>#customer_details{grid-area:customer!important;display:block!important;width:100%!important;margin:0!important;padding:22px!important;box-sizing:border-box!important;background:#ffffff!important;border:1px solid #e5e2dc!important;border-radius:16px!important;box-shadow:0 8px 24px rgb(25 25 25 / .045)!important}body.woocommerce-checkout form.checkout>#customer_details>.col-1,body.woocommerce-checkout form.checkout>#customer_details>.col-2{display:block!important;width:100%!important;max-width:none!important;float:none!important;margin:0!important;padding:0!important;box-sizing:border-box!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important}body.woocommerce-checkout form.checkout .woocommerce-billing-fields,body.woocommerce-checkout form.checkout .woocommerce-shipping-fields{margin:0!important;padding:0!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important}body.woocommerce-checkout form.checkout .woocommerce-billing-fields h3,body.woocommerce-checkout form.checkout .woocommerce-shipping-fields h3{margin:0 0 18px!important;padding:0!important;font-size:18px!important;line-height:1.3!important;font-weight:600!important;text-align:left!important}body.woocommerce-checkout form.checkout>#customer_details>.col-2{margin-top:18px!important}body.woocommerce-checkout form.checkout .woocommerce-additional-fields{margin:22px 0 0!important;padding:20px 0 0!important;background:transparent!important;border:0!important;border-top:1px solid #e8e5df!important;border-radius:0!important;box-shadow:none!important;width:100%!important;box-sizing:border-box!important}body.woocommerce-checkout form.checkout .woocommerce-additional-fields h3{margin:0 0 12px!important;padding:0!important;font-size:16px!important;line-height:1.35!important;font-weight:600!important;text-align:left!important}body.woocommerce-checkout form.checkout .form-row{margin:0 0 16px!important;padding:0!important}body.woocommerce-checkout form.checkout .form-row:last-child{margin-bottom:0!important}body.woocommerce-checkout form.checkout .form-row label{display:block!important;margin:0 0 6px!important;padding:0!important;font-weight:400!important;line-height:1.35!important;text-align:left!important}body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper,body.woocommerce-checkout form.checkout .woocommerce-shipping-fields__field-wrapper{margin:0!important}body.woocommerce-checkout input.input-text,body.woocommerce-checkout input[type="email"],body.woocommerce-checkout input[type="tel"],body.woocommerce-checkout select,body.woocommerce-checkout textarea{width:100%!important;min-height:44px!important;box-sizing:border-box!important;border:1px solid #dcd8d1!important;border-radius:9px!important;background:#ffffff!important;box-shadow:none!important}body.woocommerce-checkout textarea{min-height:96px!important;padding:11px 12px!important;resize:vertical}body.woocommerce-checkout input:focus,body.woocommerce-checkout select:focus,body.woocommerce-checkout textarea:focus{border-color:#f2583a!important;outline:0!important;box-shadow:0 0 0 2px rgb(242 88 58 / .10)!important}@media (min-width:901px){body.woocommerce-checkout form.checkout #billing_first_name_field,body.woocommerce-checkout form.checkout #billing_last_name_field{width:48.6%!important}body.woocommerce-checkout form.checkout #billing_first_name_field{float:left!important;clear:both!important}body.woocommerce-checkout form.checkout #billing_last_name_field{float:right!important;clear:none!important}body.woocommerce-checkout form.checkout #billing_last_name_field::after{content:"";display:table;clear:both}}body.woocommerce-checkout form.checkout>#order_review_heading{grid-area:order-heading!important;margin:0!important;padding:0!important;align-self:end!important;font-size:21px!important;line-height:1.3!important;font-weight:600!important;text-align:left!important}body.woocommerce-checkout form.checkout>#order_review{grid-area:order!important;width:100%!important;min-width:0!important;margin:0!important;padding:20px!important;box-sizing:border-box!important;align-self:start!important;background:#f8f7f3!important;border:1px solid #e5e2dc!important;border-radius:16px!important;box-shadow:0 8px 24px rgb(25 25 25 / .045)!important;text-align:left!important}body.woocommerce-checkout #order_review table.shop_table{width:100%!important;margin:0!important;border:0!important;border-collapse:collapse!important;background:transparent!important}body.woocommerce-checkout #order_review table.shop_table th,body.woocommerce-checkout #order_review table.shop_table td{padding:10px 0!important;border:0!important;border-bottom:1px solid #e2dfd8!important;vertical-align:top!important;text-align:left!important}body.woocommerce-checkout #order_review table.shop_table th:last-child,body.woocommerce-checkout #order_review table.shop_table td:last-child{text-align:right!important}body.woocommerce-checkout #order_review table.shop_table tr:last-child th,body.woocommerce-checkout #order_review table.shop_table tr:last-child td{border-bottom:0!important}body.woocommerce-checkout #payment{margin-top:16px!important;background:#ffffff!important;border:1px solid #e5e2dc!important;border-radius:13px!important;overflow:hidden!important}body.woocommerce-checkout #payment ul.payment_methods,body.woocommerce-checkout #payment div.form-row.place-order{padding:14px!important}body.woocommerce-checkout #payment #place_order{width:100%!important;min-height:46px!important;background:#4a4a4a!important;border:1px solid #4a4a4a!important;border-radius:10px!important;color:#ffffff!important;font-size:14px!important;font-weight:400!important}body.woocommerce-checkout #payment #place_order:hover,body.woocommerce-checkout #payment #place_order:focus{background:#f2583a!important;border-color:#f2583a!important;color:#ffffff!important}body.woocommerce-checkout .woocommerce-privacy-policy-text,body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper,body.woocommerce-checkout .form-row.place-order{text-align:left!important}@media (max-width:900px){body.woocommerce-checkout form.checkout{width:min(100%, calc(100% - 28px))!important;display:flex!important;flex-direction:column!important;gap:16px!important;margin-inline:auto!important}body.woocommerce-checkout form.checkout>#customer_details,body.woocommerce-checkout form.checkout>#order_review_heading,body.woocommerce-checkout form.checkout>#order_review{width:100%!important}body.woocommerce-checkout form.checkout>#customer_details{padding:18px!important;order:1!important}body.woocommerce-checkout form.checkout>#order_review_heading{order:2!important;align-self:auto!important;font-size:19px!important}body.woocommerce-checkout form.checkout>#order_review{order:3!important;padding:18px!important}body.woocommerce-checkout form.checkout>#customer_details>.col-2{margin-top:16px!important}body.woocommerce-checkout form.checkout .woocommerce-additional-fields{margin-top:18px!important;padding-top:16px!important}body.woocommerce-checkout form.checkout .form-row{margin-bottom:14px!important}body.woocommerce-checkout form.checkout #billing_first_name_field,body.woocommerce-checkout form.checkout #billing_last_name_field{width:100%!important;float:none!important;clear:both!important}}.st-footer-simple{grid-template-columns:1.4fr 1fr 1fr;gap:56px;align-items:start}.st-footer-logo{display:inline-flex;align-items:center;text-decoration:none}.st-footer-logo-image{display:block;max-width:170px;max-height:46px;width:auto;height:auto}.st-footer-brand,.st-footer-brand:link,.st-footer-brand:visited{display:inline-block;color:#333333!important;font-family:"Inter","Helvetica Neue",Arial,sans-serif;font-size:21px;font-weight:700;letter-spacing:-.025em;text-decoration:none;transition:color .2s ease}.st-footer-brand:hover,.st-footer-brand:focus{color:#f2583a!important}.st-footer-tagline{max-width:290px;margin:12px 0 0;color:#666;font-family:"Inter","Helvetica Neue",Arial,sans-serif;font-size:14px;line-height:1.6;font-weight:400}.st-footer-simple .st-footer-col h3{margin-bottom:16px;color:#333;font-family:"Inter","Helvetica Neue",Arial,sans-serif;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.08em}.st-footer-link-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.st-footer-link-list li{margin:0;padding:0}.st-footer-link-list a,.st-footer-link-list a:link,.st-footer-link-list a:visited{color:#555555!important;font-family:"Inter","Helvetica Neue",Arial,sans-serif;font-size:14px;font-weight:400;text-decoration:none;transition:color .2s ease}.st-footer-link-list a:hover,.st-footer-link-list a:focus{color:#f2583a!important}@media (max-width:800px){.st-footer-simple{grid-template-columns:1fr;gap:34px}.st-footer-logo-image{max-width:150px;max-height:40px}.st-footer-brand{font-size:19px}}.st-footer{font-family:"Inter","Helvetica Neue",Arial,sans-serif}.st-footer-four{grid-template-columns:1.35fr 1fr 1fr 1.25fr;gap:42px;align-items:start}.st-footer-brand{color:#333333!important;font-weight:700!important}.st-footer-brand:hover,.st-footer-logo:hover .st-footer-brand{color:#f2583a!important}.st-footer-subscribe{padding-top:54px;padding-bottom:42px}.st-footer-subscribe-inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,1.25fr);gap:40px;align-items:center;padding:28px 32px;border:1px solid #e5e1da;border-radius:18px;background:#f7f5ef;box-shadow:0 10px 30px rgb(35 35 35 / .06)}.st-footer-subscribe-kicker{margin:0 0 8px;color:#f2583a;font-size:11px;font-weight:700;letter-spacing:.12em}.st-footer-subscribe-copy h2{margin:0;max-width:600px;color:#333;font-size:clamp(23px, 3vw, 32px);line-height:1.12;font-weight:700;letter-spacing:-.025em;text-shadow:0 3px 12px rgb(40 40 40 / .08)}.st-footer-subscribe-form{min-width:0}.st-footer-subscribe-form .ff-el-group{margin-bottom:10px}.st-footer-subscribe-form .ff-el-form-control{border:1px solid #d9d5ce!important;border-radius:9px!important;background:#ffffff!important}.st-footer-subscribe-form .ff-el-form-control:focus{border-color:#f2583a!important;box-shadow:0 0 0 2px rgb(242 88 58 / .09)!important}.st-footer-subscribe-form .ff-btn-submit{background:#4a4a4a!important;border-color:#4a4a4a!important;color:#fff!important;border-radius:9px!important;font-weight:600!important}.st-footer-subscribe-form .ff-btn-submit:hover{background:#f2583a!important;border-color:#f2583a!important}.st-footer-payments{min-width:0}.st-payment-logos{display:flex;flex-direction:column;align-items:flex-start;gap:12px}.st-payment-logo{display:inline-flex;align-items:center;gap:8px;color:#333;font-size:18px;font-weight:700;line-height:1}.st-payment-paypal-mark{display:inline-flex;align-items:center;justify-content:center;width:25px;height:25px;border-radius:7px;background:#333;color:#fff;font-size:14px;font-weight:700}.st-payment-card-row{display:flex;flex-wrap:wrap;gap:7px}.st-payment-card{display:inline-flex;align-items:center;justify-content:center;min-width:52px;height:31px;padding:0 8px;border:1px solid #dedad3;border-radius:6px;background:#fff;color:#4b4b4b;font-size:10px;font-weight:700;letter-spacing:.02em;box-shadow:0 3px 8px rgb(30 30 30 / .04)}.st-card-mastercard{font-size:9px}.st-card-amex,.st-card-discover{font-size:8px}.st-payment-note{margin:0;max-width:270px;color:#6b6b6b;font-size:12px;line-height:1.5}.st-footer a:hover,.st-footer-link-list a:hover,.st-footer-brand:hover{color:#f2583a!important}@media (max-width:980px){.st-footer-four{grid-template-columns:1fr 1fr;gap:36px}.st-footer-subscribe-inner{grid-template-columns:1fr;gap:24px}}@media (max-width:640px){.st-footer-four{grid-template-columns:1fr;gap:30px}.st-footer-subscribe{padding-top:36px;padding-bottom:30px}.st-footer-subscribe-inner{padding:22px 18px;border-radius:14px}.st-footer-subscribe-copy h2{font-size:24px}.st-payment-card-row{gap:6px}}.st-payment-logos{transform-origin:left top;font-family:"Inter","Helvetica Neue",Arial,sans-serif}.st-payment-logos .st-payment-logo{transform:scale(var(--st-payment-logo-scale,1));transform-origin:left center;width:max-content}.st-payment-logos .st-payment-card-row{transform:scale(var(--st-payment-logo-scale,1));transform-origin:left center;width:max-content}.st-payment-logos .st-payment-note{margin-top:6px}.st-payment-paypal{color:#003087!important}.st-payment-paypal-mark{background:#003087!important;color:#fff!important}.st-card-visa{color:#1A1F71!important;border-color:#D9DDF5!important}.st-card-mastercard{color:#EB001B!important;border-color:#F4C6CC!important}.st-card-amex{color:#006FCF!important;border-color:#B9D9F5!important}.st-card-discover{color:#F58220!important;border-color:#F4D0B5!important}.st-card-visa:hover,.st-card-mastercard:hover,.st-card-amex:hover,.st-card-discover:hover{color:#fff!important}@media (max-width:640px){.st-payment-logos{width:100%}.st-payment-logos .st-payment-card-row{max-width:100%}}.st-footer .st-payment-stack{display:flex;flex-direction:column;align-items:flex-start;gap:12px;width:100%;transform-origin:left top;font-family:"Inter","Helvetica Neue",Arial,sans-serif}.st-footer .st-payment-paypal-logo,.st-footer .st-payment-cards-logo{transform:scale(var(--st-payment-logo-scale,1));transform-origin:left center}.st-footer .st-payment-svg-paypal{display:block;width:132px;height:40px}.st-footer .st-payment-svg-cards{display:block;width:270px;max-width:100%;height:42px}.st-footer .st-payment-note{margin:2px 0 0;max-width:285px;color:#666666!important;font-size:12px;line-height:1.5;font-weight:400}.st-footer .st-payment-paypal-logo:hover,.st-footer .st-payment-cards-logo:hover{opacity:.9}@media (max-width:640px){.st-footer .st-payment-stack{gap:10px}.st-footer .st-payment-svg-paypal{width:118px;height:36px}.st-footer .st-payment-svg-cards{width:245px;height:auto}.st-footer .st-payment-note{max-width:260px}}.st-footer .st-payment-stack{align-items:flex-start;gap:12px}.st-footer .st-payment-paypal-badge,.st-footer .st-payment-text-badge{display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;background:#f0efec;border:1px solid #e3e1dc;color:#4a4a4a;border-radius:7px;font-family:"Inter","Helvetica Neue",Arial,sans-serif;font-weight:600;line-height:1;box-shadow:0 2px 8px rgb(30 30 30 / .035);white-space:nowrap}.st-footer .st-payment-paypal-badge{min-width:92px;min-height:30px;padding:0 13px;font-size:14px;transform:scale(var(--st-payment-logo-scale,1));transform-origin:left center}.st-footer .st-payment-cards-row{display:flex;align-items:center;flex-wrap:wrap;gap:6px;transform:scale(var(--st-payment-logo-scale,1));transform-origin:left center}.st-footer .st-payment-text-badge{min-width:48px;min-height:28px;padding:0 9px;font-size:9px;letter-spacing:.02em}.st-footer .st-payment-text-badge:nth-child(2){min-width:72px;font-size:8px}.st-footer .st-payment-text-badge:nth-child(3){min-width:52px}.st-footer .st-payment-text-badge:nth-child(4){min-width:65px}.st-footer .st-payment-paypal-badge:hover,.st-footer .st-payment-text-badge:hover{background:#e8e6e2;border-color:#d8d5cf;color:#333}@media (max-width:640px){.st-footer .st-payment-paypal-badge{min-height:28px;font-size:13px}.st-footer .st-payment-text-badge{min-height:27px}}.st-footer .st-payment-stack{align-items:flex-start;gap:10px}.st-footer .st-payment-trust-line{display:inline-flex;align-items:center;min-height:34px;padding:0 13px;background:#f0efec;border:1px solid #e3e1dc;border-radius:8px;color:#444;font-family:"Inter","Helvetica Neue",Arial,sans-serif;font-size:13px;font-weight:600;line-height:1;box-shadow:0 2px 8px rgb(30 30 30 / .03);transform:scale(var(--st-payment-logo-scale,1));transform-origin:left center;white-space:nowrap}.st-footer .st-payment-trust-label{display:inline-block}.st-footer .st-payment-trust-line:hover{background:#e9e7e3;border-color:#d8d5cf}.st-footer .st-payment-note{max-width:285px;margin:2px 0 0;color:#666666!important;font-family:"Inter","Helvetica Neue",Arial,sans-serif;font-size:12px;line-height:1.6;font-weight:400}@media (max-width:640px){.st-footer .st-payment-trust-line{font-size:12px;min-height:32px;padding-inline:11px}.st-footer .st-payment-note{max-width:260px}}.st-hero-modern{padding:clamp(72px, 9vw, 132px) 0 clamp(48px, 7vw, 86px);overflow:hidden}.st-hero-modern .st-hero-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);align-items:center;gap:clamp(30px, 6vw, 96px);min-height:440px}.st-hero-modern .st-hero-copy{position:relative;z-index:2;max-width:820px}.st-hero-modern .st-hero-copy-inner{display:inline-block;transform-origin:left center;transition:transform .45s cubic-bezier(.22,.61,.36,1),filter .35s ease}.st-hero-modern h1{margin:0 0 20px;max-width:800px;color:#171717;font-family:"Inter","Helvetica Neue",Arial,sans-serif;font-size:clamp(48px, 6.2vw, 94px);line-height:.98;letter-spacing:-.055em;font-weight:800;text-wrap:balance}.st-hero-modern p{margin:0;max-width:620px;color:#6a6a6a;font-family:"Inter","Helvetica Neue",Arial,sans-serif;font-size:clamp(16px, 1.55vw, 20px);line-height:1.65;font-weight:400;letter-spacing:-.01em}.st-hero-modern .st-hero-copy:hover .st-hero-copy-inner,.st-hero-modern .st-hero-copy:focus-within .st-hero-copy-inner{transform:scale(1.035)}.st-hero-letter-art{position:relative;min-height:410px;display:block;isolation:isolate;transform-origin:center;transition:transform .5s cubic-bezier(.22,.61,.36,1)}.st-hero-letter-art::before{content:"";position:absolute;inset:9% 8% 8% 9%;border-radius:44% 56% 54% 46% / 46% 43% 57% 54%;background:radial-gradient(circle at 28% 32%,rgb(242 88 58 / .14),transparent 30%),radial-gradient(circle at 70% 68%,rgb(242 88 58 / .08),transparent 32%);filter:blur(1px);z-index:-1}.st-hero-letter-art::after{content:"";position:absolute;width:210px;height:210px;right:8%;top:10%;border:1px solid rgb(242 88 58 / .28);border-radius:48% 52% 45% 55% / 54% 46% 54% 46%;transform:rotate(19deg);z-index:-1}.st-hero-letter-art:hover{transform:scale(1.035)}.st-letter{position:absolute;display:flex;align-items:center;justify-content:center;color:#f2583a;font-family:"Inter","Helvetica Neue",Arial,sans-serif;font-weight:800;line-height:1;user-select:none;cursor:default;text-shadow:0 10px 28px rgb(35 35 35 / .08);transition:transform .42s cubic-bezier(.22,.61,.36,1),color .25s ease,opacity .25s ease}.st-letter:hover{transform:scale(1.12) rotate(0deg)!important;color:#333;z-index:4}.st-letter-1{left:8%;top:12%;font-size:clamp(76px, 9vw, 138px);transform:rotate(-10deg)}.st-letter-2{right:17%;top:2%;font-size:clamp(108px, 12vw, 182px);transform:rotate(8deg)}.st-letter-3{left:33%;top:23%;font-size:clamp(84px, 9vw, 132px);transform:rotate(16deg)}.st-letter-4{right:4%;top:33%;font-size:clamp(74px, 8vw, 124px);transform:rotate(-7deg)}.st-letter-5{left:2%;bottom:13%;font-size:clamp(96px, 11vw, 164px);transform:rotate(11deg)}.st-letter-6{left:36%;bottom:4%;font-size:clamp(62px, 7vw, 104px);transform:rotate(-18deg)}.st-letter-7{right:27%;bottom:11%;font-size:clamp(82px, 9vw, 138px);transform:rotate(13deg)}.st-letter-8{left:56%;top:53%;font-size:clamp(52px, 6vw, 94px);transform:rotate(-12deg)}.st-letter-9{right:36%;top:9%;font-size:clamp(46px, 5vw, 82px);transform:rotate(23deg);opacity:.72}.st-hero-letter-art .st-letter:nth-child(odd){transition-duration:.48s}@media (max-width:980px){.st-hero-modern{padding-top:64px}.st-hero-modern .st-hero-grid{grid-template-columns:1fr;gap:30px;min-height:0}.st-hero-modern .st-hero-copy{max-width:760px}.st-hero-modern .st-hero-letter-art{min-height:300px;width:min(100%, 620px);margin:0 auto}.st-hero-letter-art::after{width:150px;height:150px}}@media (max-width:600px){.st-hero-modern{padding:48px 0 40px}.st-hero-modern h1{font-size:clamp(40px, 12vw, 62px);line-height:1}.st-hero-modern p{font-size:15px;line-height:1.6}.st-hero-modern .st-hero-letter-art{min-height:230px}.st-hero-letter-art::before{inset:5% 4%}}@media (prefers-reduced-motion:reduce){.st-hero-modern .st-hero-copy-inner,.st-hero-letter-art,.st-letter{transition:none!important}}.st-hero-modern{padding-top:clamp(46px, 5.5vw, 82px)!important;padding-bottom:clamp(34px, 4vw, 58px)!important}.st-hero-modern .st-hero-grid{min-height:0}.st-hero-modern h1,.st-hero-modern .st-hero-letter-heading{font-size:clamp(42px, 5.35vw, 78px)!important;line-height:.99!important;font-weight:800!important;letter-spacing:-.055em!important}.st-hero-letter-heading{display:block}.st-hero-letter{display:inline-block;transform-origin:center 70%;transition:transform .2s cubic-bezier(.22,.61,.36,1),color .2s ease;will-change:transform}.st-hero-letter:hover{transform:scale(1.1);color:#f2583a}.st-hero-letter-space{display:inline-block;width:.28em}.st-hero-letter-art{overflow:visible}.st-hero-letter-art:hover .st-letter-1{animation:st-hero-letter-move-1 .9s cubic-bezier(.22,.61,.36,1) both}.st-hero-letter-art:hover .st-letter-2{animation:st-hero-letter-move-2 .95s cubic-bezier(.22,.61,.36,1) both}.st-hero-letter-art:hover .st-letter-3{animation:st-hero-letter-move-3 1s cubic-bezier(.22,.61,.36,1) both}.st-hero-letter-art:hover .st-letter-4{animation:st-hero-letter-move-4 .92s cubic-bezier(.22,.61,.36,1) both}.st-hero-letter-art:hover .st-letter-5{animation:st-hero-letter-move-5 1.04s cubic-bezier(.22,.61,.36,1) both}.st-hero-letter-art:hover .st-letter-6{animation:st-hero-letter-move-6 .88s cubic-bezier(.22,.61,.36,1) both}.st-hero-letter-art:hover .st-letter-7{animation:st-hero-letter-move-7 .98s cubic-bezier(.22,.61,.36,1) both}.st-hero-letter-art:hover .st-letter-8{animation:st-hero-letter-move-8 .9s cubic-bezier(.22,.61,.36,1) both}.st-hero-letter-art:hover .st-letter-9{animation:st-hero-letter-move-9 .86s cubic-bezier(.22,.61,.36,1) both}@keyframes st-hero-letter-move-1{0%{transform:translate(0,0) rotate(-10deg) scale(1)}55%{transform:translate(-14px,10px) rotate(-3deg) scale(1.06)}100%{transform:translate(2px,-6px) rotate(-8deg) scale(1.02)}}@keyframes st-hero-letter-move-2{0%{transform:translate(0,0) rotate(8deg) scale(1)}55%{transform:translate(18px,-10px) rotate(14deg) scale(1.05)}100%{transform:translate(5px,4px) rotate(7deg) scale(1.02)}}@keyframes st-hero-letter-move-3{0%{transform:translate(0,0) rotate(16deg) scale(1)}55%{transform:translate(-10px,-16px) rotate(8deg) scale(1.07)}100%{transform:translate(6px,-4px) rotate(13deg) scale(1.02)}}@keyframes st-hero-letter-move-4{0%{transform:translate(0,0) rotate(-7deg) scale(1)}55%{transform:translate(16px,13px) rotate(2deg) scale(1.08)}100%{transform:translate(-3px,5px) rotate(-5deg) scale(1.02)}}@keyframes st-hero-letter-move-5{0%{transform:translate(0,0) rotate(11deg) scale(1)}55%{transform:translate(-18px,8px) rotate(17deg) scale(1.06)}100%{transform:translate(-4px,-5px) rotate(9deg) scale(1.02)}}@keyframes st-hero-letter-move-6{0%{transform:translate(0,0) rotate(-18deg) scale(1)}55%{transform:translate(13px,16px) rotate(-9deg) scale(1.08)}100%{transform:translate(4px,3px) rotate(-15deg) scale(1.02)}}@keyframes st-hero-letter-move-7{0%{transform:translate(0,0) rotate(13deg) scale(1)}55%{transform:translate(17px,-14px) rotate(19deg) scale(1.05)}100%{transform:translate(5px,-2px) rotate(11deg) scale(1.02)}}@keyframes st-hero-letter-move-8{0%{transform:translate(0,0) rotate(-12deg) scale(1)}55%{transform:translate(-12px,-10px) rotate(-2deg) scale(1.1)}100%{transform:translate(-3px,3px) rotate(-10deg) scale(1.02)}}@keyframes st-hero-letter-move-9{0%{transform:translate(0,0) rotate(23deg) scale(1)}55%{transform:translate(12px,12px) rotate(31deg) scale(1.08)}100%{transform:translate(2px,4px) rotate(21deg) scale(1.02)}}@media (max-width:980px){.st-hero-modern{padding-top:42px!important;padding-bottom:34px!important}.st-hero-modern h1,.st-hero-modern .st-hero-letter-heading{font-size:clamp(40px, 10vw, 64px)!important}}@media (max-width:600px){.st-hero-modern{padding-top:34px!important;padding-bottom:28px!important}.st-hero-modern h1,.st-hero-modern .st-hero-letter-heading{font-size:clamp(36px, 11vw, 54px)!important}}@media (prefers-reduced-motion:reduce){.st-hero-letter{transition:none!important}.st-hero-letter-art:hover .st-letter-1,.st-hero-letter-art:hover .st-letter-2,.st-hero-letter-art:hover .st-letter-3,.st-hero-letter-art:hover .st-letter-4,.st-hero-letter-art:hover .st-letter-5,.st-hero-letter-art:hover .st-letter-6,.st-hero-letter-art:hover .st-letter-7,.st-hero-letter-art:hover .st-letter-8,.st-hero-letter-art:hover .st-letter-9{animation:none!important}}.st-hero-modern{padding-top:clamp(30px, 3.8vw, 56px)!important;padding-bottom:clamp(28px, 3.4vw, 48px)!important}.st-hero-modern .st-hero-grid{min-height:0!important;gap:clamp(24px, 4.5vw, 68px)}.st-hero-modern h1,.st-hero-modern .st-hero-letter-heading{max-width:700px!important;font-size:clamp(36px, 4.35vw, 64px)!important;line-height:.98!important;font-weight:800!important;letter-spacing:-.052em!important;overflow-wrap:normal!important;word-break:normal!important;white-space:normal!important;hyphens:none!important}.st-hero-modern .st-hero-letter-heading{display:block!important}.st-hero-modern .st-hero-letter{display:inline-block!important;vertical-align:baseline;transform-origin:center 70%}.st-hero-modern .st-hero-letter-space{display:inline-block!important;width:.27em!important;min-width:.27em!important;white-space:nowrap!important}.st-hero-modern .st-hero-letter-art{min-height:350px!important}.st-hero-modern .st-letter-1{font-size:clamp(62px, 7.2vw, 108px)!important}.st-hero-modern .st-letter-2{font-size:clamp(88px, 9.2vw, 148px)!important}.st-hero-modern .st-letter-3{font-size:clamp(68px, 7.4vw, 112px)!important}.st-hero-modern .st-letter-4{font-size:clamp(60px, 6.6vw, 104px)!important}.st-hero-modern .st-letter-5{font-size:clamp(78px, 8.4vw, 134px)!important}.st-hero-modern .st-letter-6{font-size:clamp(52px, 5.4vw, 84px)!important}.st-hero-modern .st-letter-7{font-size:clamp(66px, 7.2vw, 112px)!important}.st-hero-modern .st-letter-8{font-size:clamp(44px, 4.8vw, 76px)!important}.st-hero-modern .st-letter-9{font-size:clamp(38px, 4.2vw, 66px)!important}@media (max-width:980px){.st-hero-modern{padding-top:28px!important;padding-bottom:30px!important}.st-hero-modern h1,.st-hero-modern .st-hero-letter-heading{font-size:clamp(34px, 8.5vw, 56px)!important}.st-hero-modern .st-hero-letter-art{min-height:260px!important}}@media (max-width:600px){.st-hero-modern{padding-top:22px!important;padding-bottom:24px!important}.st-hero-modern h1,.st-hero-modern .st-hero-letter-heading{font-size:clamp(32px, 10.5vw, 48px)!important}.st-hero-modern .st-hero-letter-art{min-height:210px!important}}.st-catalog-categories{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin:0 0 28px;padding-bottom:18px;border-bottom:1px solid var(--st-border)}.st-catalog-filter,.st-catalog-tag{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 13px;border:1px solid #dedbd5;border-radius:999px;background:#fff;color:#555;font-size:12px;font-weight:400;line-height:1;text-decoration:none;transition:color .2s ease,background-color .2s ease,border-color .2s ease,transform .2s ease}.st-catalog-filter:hover,.st-catalog-filter.is-active,.st-catalog-tag:hover,.st-catalog-tag.is-active{color:#f2583a!important;border-color:#f2583a;background:#fffaf8}.st-catalog-filter:hover,.st-catalog-tag:hover{transform:translateY(-1px)}.st-catalog-bottom-nav{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-top:34px;padding-top:22px;border-top:1px solid var(--st-border)}.st-catalog-tags{display:flex;align-items:center;flex-wrap:wrap;gap:7px;min-width:0}.st-catalog-pagination{flex:0 0 auto;display:flex;justify-content:flex-end;padding-top:0}.st-catalog-pagination .page-numbers{min-width:38px;height:38px;padding:0 11px;border:1px solid #dedbd5;border-radius:999px;background:#fff;color:#555;font-size:12px;font-weight:500;text-decoration:none;transition:color .2s ease,background-color .2s ease,border-color .2s ease}.st-catalog-pagination .page-numbers.prev,.st-catalog-pagination .page-numbers.next{width:42px;font-size:17px;line-height:1}.st-catalog-pagination .page-numbers:hover,.st-catalog-pagination .page-numbers.current{color:#fff!important;background:#f2583a;border-color:#f2583a}.st-catalog-pagination .page-numbers.dots{border-color:#fff0;background:#fff0;color:#777}.st-scroll-top{position:fixed;right:24px;bottom:24px;z-index:999;width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #dedbd5;border-radius:12px;background:rgb(255 255 255 / .94);color:#333;box-shadow:0 8px 22px rgb(30 30 30 / .08);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);opacity:0;visibility:hidden;transform:translateY(10px);cursor:pointer;transition:opacity .2s ease,visibility .2s ease,transform .2s ease,color .2s ease,border-color .2s ease}.st-scroll-top.is-visible{opacity:1;visibility:visible;transform:translateY(0)}.st-scroll-top:hover,.st-scroll-top:focus-visible{color:#f2583a;border-color:#f2583a;outline:none;transform:translateY(-2px)}.st-scroll-top span{font-size:20px;line-height:1}@media (max-width:700px){.st-catalog-categories{gap:6px;margin-bottom:22px;padding-bottom:14px}.st-catalog-filter,.st-catalog-tag{min-height:31px;padding:0 11px;font-size:11px}.st-catalog-bottom-nav{align-items:flex-end;gap:14px;flex-direction:column}.st-catalog-pagination{width:100%;justify-content:flex-end}.st-scroll-top{right:14px;bottom:14px;width:40px;height:40px;border-radius:10px}}.st-sticky-cart{position:fixed;right:24px;bottom:80px;z-index:1100;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;gap:7px;min-width:48px;height:44px;padding:0 13px;border:1px solid rgb(51 51 51 / .14);border-radius:999px;background:rgb(255 255 255 / .72);color:#333;box-shadow:0 8px 24px rgb(30 30 30 / .1);-webkit-backdrop-filter:blur(12px) saturate(115%);backdrop-filter:blur(12px) saturate(115%);text-decoration:none;opacity:0;visibility:hidden;pointer-events:none;transform:translate3d(0,8px,0);transition:opacity .2s ease,visibility .2s ease,transform .2s ease,color .2s ease,border-color .2s ease,background-color .2s ease}.st-sticky-cart.is-visible{opacity:1;visibility:visible;pointer-events:auto;transform:translate3d(0,0,0)}.st-sticky-cart:hover,.st-sticky-cart:focus-visible{color:#f2583a;border-color:rgb(242 88 58 / .34);background:rgb(255 255 255 / .9);transform:translate3d(0,-2px,0);outline:none}.st-sticky-cart svg{width:18px;height:18px;display:block;flex:0 0 auto;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.st-sticky-cart-label{display:inline-block;font-size:11px;font-weight:600;letter-spacing:.01em;line-height:1}.st-sticky-cart-count{min-width:18px;height:18px;padding:0 5px;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#333;color:#fff;font-size:10px;font-weight:700;line-height:1}.st-sticky-cart:hover .st-sticky-cart-count,.st-sticky-cart:focus-visible .st-sticky-cart-count{background:#f2583a;color:#fff}@media (max-width:700px){.st-sticky-cart{right:14px;bottom:66px;min-width:44px;height:42px;padding:0 11px}.st-sticky-cart-label{font-size:10px}}body.woocommerce-checkout,body.woocommerce-checkout .site-main,body.woocommerce-checkout .woocommerce,body.woocommerce-checkout form.checkout{text-align:left!important}body.woocommerce-checkout form.checkout{gap:20px 30px}body.woocommerce-checkout form.checkout>#order_review_heading{padding:0 0 2px!important;margin:0!important;text-align:left!important}body.woocommerce-checkout .woocommerce-billing-fields,body.woocommerce-checkout .woocommerce-shipping-fields,body.woocommerce-checkout .woocommerce-additional-fields,body.woocommerce-checkout #order_review{padding:20px 22px!important;text-align:left!important}body.woocommerce-checkout .woocommerce-billing-fields h3,body.woocommerce-checkout .woocommerce-shipping-fields h3,body.woocommerce-checkout .woocommerce-additional-fields h3,body.woocommerce-checkout #order_review h3{margin-top:0!important;margin-bottom:14px!important;text-align:left!important}body.woocommerce-checkout .form-row{margin-bottom:12px!important}body.woocommerce-checkout .form-row:last-child{margin-bottom:0!important}body.woocommerce-checkout label,body.woocommerce-checkout .woocommerce-input-wrapper,body.woocommerce-checkout .form-row,body.woocommerce-checkout .woocommerce-additional-fields,body.woocommerce-checkout #order_review,body.woocommerce-checkout #order_review table,body.woocommerce-checkout #order_review th,body.woocommerce-checkout #order_review td,body.woocommerce-checkout #payment,body.woocommerce-checkout #payment li,body.woocommerce-checkout #payment label{text-align:left!important}body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper{margin-top:0!important}body.woocommerce-checkout #order_review table.shop_table th,body.woocommerce-checkout #order_review table.shop_table td{padding:10px 0!important;vertical-align:top}body.woocommerce-checkout #payment{margin-top:14px!important}body.woocommerce-checkout #payment ul.payment_methods,body.woocommerce-checkout #payment div.form-row.place-order{padding:14px!important}@media (max-width:900px){body.woocommerce-checkout form.checkout{gap:14px}body.woocommerce-checkout .woocommerce-billing-fields,body.woocommerce-checkout .woocommerce-shipping-fields,body.woocommerce-checkout .woocommerce-additional-fields,body.woocommerce-checkout #order_review{padding:18px!important}}@media (min-width:901px){body.woocommerce-checkout form.checkout>#customer_details{display:block!important;grid-area:customer!important;width:100%;background:#fff;border:1px solid #e5e2dc;border-radius:16px;box-shadow:0 8px 24px rgb(25 25 25 / .045);padding:22px!important;box-sizing:border-box}body.woocommerce-checkout form.checkout>#customer_details>.col-1,body.woocommerce-checkout form.checkout>#customer_details>.col-2{display:contents!important}body.woocommerce-checkout form.checkout .woocommerce-billing-fields,body.woocommerce-checkout form.checkout .woocommerce-shipping-fields,body.woocommerce-checkout form.checkout .woocommerce-additional-fields{background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;padding:0!important}body.woocommerce-checkout form.checkout .woocommerce-billing-fields h3{margin:0 0 16px!important}body.woocommerce-checkout form.checkout .woocommerce-additional-fields{margin-top:18px!important;padding-top:18px!important;border-top:1px solid #e8e5df!important}body.woocommerce-checkout form.checkout .woocommerce-additional-fields h3{margin:0 0 12px!important}body.woocommerce-checkout form.checkout>#order_review_heading{align-self:end!important;margin:0 0 8px!important;padding:0!important}body.woocommerce-checkout form.checkout>#order_review{align-self:start!important;margin:0!important}}@media (max-width:900px){body.woocommerce-checkout form.checkout>#customer_details{display:block!important;background:#fff;border:1px solid #e5e2dc;border-radius:16px;box-shadow:0 8px 24px rgb(25 25 25 / .045);padding:18px!important;box-sizing:border-box}body.woocommerce-checkout form.checkout>#customer_details>.col-1,body.woocommerce-checkout form.checkout>#customer_details>.col-2{display:contents!important}body.woocommerce-checkout form.checkout .woocommerce-billing-fields,body.woocommerce-checkout form.checkout .woocommerce-shipping-fields,body.woocommerce-checkout form.checkout .woocommerce-additional-fields{background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;padding:0!important}body.woocommerce-checkout form.checkout .woocommerce-additional-fields{margin-top:16px!important;padding-top:16px!important;border-top:1px solid #e8e5df!important}}@media (min-width:901px){body.woocommerce-checkout form.checkout{width:min(1180px, calc(100% - 40px));margin-inline:auto;display:grid!important;grid-template-columns:minmax(0,1.12fr) minmax(340px,.88fr)!important;grid-template-areas:"customer order-heading" "customer order"!important;column-gap:34px!important;row-gap:14px!important;align-items:start!important}body.woocommerce-checkout form.checkout>#customer_details{grid-area:customer!important;display:block!important;width:100%!important;box-sizing:border-box!important;margin:0!important;padding:24px!important;background:#ffffff!important;border:1px solid #e5e2dc!important;border-radius:16px!important;box-shadow:0 8px 24px rgb(25 25 25 / .045)!important}body.woocommerce-checkout form.checkout>#customer_details>.col-1,body.woocommerce-checkout form.checkout>#customer_details>.col-2{display:block!important;width:100%!important;float:none!important;margin:0!important;padding:0!important;box-sizing:border-box!important}body.woocommerce-checkout form.checkout>#customer_details>.col-2{margin-top:18px!important;padding-top:18px!important;border-top:1px solid #e8e5df!important}body.woocommerce-checkout form.checkout .woocommerce-billing-fields,body.woocommerce-checkout form.checkout .woocommerce-shipping-fields,body.woocommerce-checkout form.checkout .woocommerce-additional-fields{background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;padding:0!important;margin:0!important}body.woocommerce-checkout form.checkout .woocommerce-billing-fields h3{margin:0 0 18px!important;padding:0!important;font-size:18px!important;line-height:1.3!important;font-weight:600!important}body.woocommerce-checkout form.checkout .woocommerce-additional-fields{margin-top:0!important}body.woocommerce-checkout form.checkout .woocommerce-additional-fields h3{margin:0 0 12px!important;padding:0!important;font-size:16px!important;line-height:1.35!important;font-weight:600!important}body.woocommerce-checkout form.checkout>#order_review_heading{grid-area:order-heading!important;align-self:end!important;margin:0!important;padding:0 0 2px!important;font-size:22px!important;line-height:1.25!important;font-weight:600!important;text-align:left!important}body.woocommerce-checkout form.checkout>#order_review{grid-area:order!important;align-self:start!important;width:100%!important;min-width:0!important;margin:0!important;padding:22px!important;box-sizing:border-box!important;background:#f8f7f3!important;border:1px solid #e5e2dc!important;border-radius:16px!important;box-shadow:0 8px 24px rgb(25 25 25 / .045)!important}body.woocommerce-checkout form.checkout>#order_review>*:first-child{margin-top:0!important}body.woocommerce-checkout #order_review table.shop_table{width:100%!important;margin:0!important;border-collapse:collapse!important}body.woocommerce-checkout #payment{margin-top:16px!important}body.woocommerce-checkout #payment ul.payment_methods,body.woocommerce-checkout #payment div.form-row.place-order{padding:14px!important}}@media (max-width:900px){body.woocommerce-checkout form.checkout{display:flex!important;flex-direction:column!important;gap:16px!important;width:min(100%, calc(100% - 28px))!important;margin-inline:auto!important}body.woocommerce-checkout form.checkout>#customer_details,body.woocommerce-checkout form.checkout>#order_review_heading,body.woocommerce-checkout form.checkout>#order_review{width:100%!important;box-sizing:border-box!important}body.woocommerce-checkout form.checkout>#customer_details{display:block!important;margin:0!important;padding:18px!important;background:#ffffff!important;border:1px solid #e5e2dc!important;border-radius:16px!important;box-shadow:0 8px 24px rgb(25 25 25 / .045)!important}body.woocommerce-checkout form.checkout>#customer_details>.col-1,body.woocommerce-checkout form.checkout>#customer_details>.col-2{display:block!important;width:100%!important;float:none!important;margin:0!important;padding:0!important;box-sizing:border-box!important}body.woocommerce-checkout form.checkout>#customer_details>.col-2{margin-top:16px!important;padding-top:16px!important;border-top:1px solid #e8e5df!important}body.woocommerce-checkout form.checkout .woocommerce-billing-fields,body.woocommerce-checkout form.checkout .woocommerce-shipping-fields,body.woocommerce-checkout form.checkout .woocommerce-additional-fields{padding:0!important;margin:0!important;background:transparent!important;border:0!important;box-shadow:none!important}body.woocommerce-checkout form.checkout>#order_review_heading{order:2;margin:2px 0 0!important;padding:0!important;font-size:20px!important;text-align:left!important}body.woocommerce-checkout form.checkout>#order_review{order:3;margin:0!important;padding:18px!important;background:#f8f7f3!important;border:1px solid #e5e2dc!important;border-radius:16px!important;box-shadow:0 8px 24px rgb(25 25 25 / .045)!important}}@media (min-width:901px){body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;column-gap:18px!important;row-gap:14px!important;margin:0!important;padding:0!important;width:100%!important}body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper .form-row{float:none!important;clear:none!important;width:100%!important;min-width:0!important;margin:0!important;padding:0!important;box-sizing:border-box!important}body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper .form-row-wide,body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper #billing_company_field,body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper #billing_country_field,body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper #billing_address_1_field,body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper #billing_address_2_field,body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper #billing_postcode_field,body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper #billing_county_field,body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper #billing_phone_field,body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper #billing_email_field{grid-column:1 / -1!important}body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper #billing_first_name_field,body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper #billing_last_name_field{grid-column:auto!important}body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper #billing_city_field,body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper #billing_state_field{grid-column:auto!important}body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper label{display:block!important;margin:0 0 6px!important;font-size:13px!important;line-height:1.3!important;font-weight:500!important}body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper input.input-text,body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper input[type="email"],body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper input[type="tel"],body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper select{width:100%!important;height:44px!important;min-height:44px!important;margin:0!important;padding:0 12px!important;box-sizing:border-box!important;font-size:14px!important;line-height:1.3!important;border-radius:9px!important}body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper .select2-container{width:100%!important;margin:0!important}body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper .select2-container .select2-selection--single{height:44px!important;border-radius:9px!important}body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper .select2-container .select2-selection__rendered{line-height:42px!important;padding-left:12px!important;font-size:14px!important}body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper .select2-container .select2-selection__arrow{height:42px!important;right:8px!important}body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper #billing_address_2_field{margin-top:-2px!important}}@media (max-width:900px){body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper{display:grid!important;grid-template-columns:1fr!important;gap:14px!important;margin:0!important;padding:0!important}body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper .form-row{float:none!important;clear:none!important;width:100%!important;margin:0!important;padding:0!important;box-sizing:border-box!important}body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper label{margin:0 0 6px!important;font-size:13px!important;line-height:1.3!important}body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper input.input-text,body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper input[type="email"],body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper input[type="tel"],body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper select{height:44px!important;min-height:44px!important;padding:0 12px!important;box-sizing:border-box!important;font-size:14px!important;border-radius:9px!important}}@media (min-width:901px){body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper{grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;column-gap:16px!important;row-gap:14px!important}body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper #billing_first_name_field{grid-column:1!important;grid-row:1!important;width:100%!important;float:none!important;clear:none!important}body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper #billing_last_name_field{grid-column:2!important;grid-row:1!important;width:100%!important;float:none!important;clear:none!important}body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper{display:block!important;width:100%!important;max-width:none!important;box-sizing:border-box!important}body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper .form-row label{width:100%!important;box-sizing:border-box!important}}@media (max-width:900px){body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper{display:block!important;width:100%!important;max-width:none!important;box-sizing:border-box!important}}.st-typefaces .st-row,.st-catalog-page .st-row,.st-related .st-row{min-height:276px;padding:20px 24px;background:#f5f3ed;border:1px solid #e6e3dc;border-radius:16px;box-shadow:0 7px 22px rgb(20 20 20 / .045);transition:background .38s ease,color .38s ease,transform .35s ease,box-shadow .35s ease}.st-typefaces .st-row-display,.st-catalog-page .st-row-display,.st-related .st-row-display{min-height:185px;height:100%;align-self:stretch;overflow:hidden;display:flex;align-items:center;justify-content:flex-start}.st-typefaces .st-row-name,.st-catalog-page .st-row-name,.st-related .st-row-name{position:relative;inset:auto;display:block;flex:0 0 auto;width:max-content;max-width:none;white-space:nowrap;text-overflow:clip;font-size:clamp(34px, 4.2vw, 68px);line-height:1;text-align:left;opacity:1;transform:translate3d(100%,0,0);animation:st-card-name-marquee 34s linear infinite;will-change:transform}.st-typefaces .st-row-pangram,.st-catalog-page .st-row-pangram,.st-related .st-row-pangram{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;text-align:center;padding:0 12px;color:#fff;font-size:clamp(16px, 1.7vw, 23px);line-height:1.28;opacity:0;transform:translate3d(0,18px,0);transition:opacity .34s ease,transform .42s cubic-bezier(.22,.61,.36,1);pointer-events:none}@keyframes st-card-name-marquee{0%{transform:translate3d(100%,0,0)}8%{transform:translate3d(86%,0,0)}92%{transform:translate3d(-100%,0,0)}100%{transform:translate3d(-112%,0,0)}}.st-typefaces .st-row:hover,.st-typefaces .st-row:focus-visible,.st-typefaces .st-row.is-touch-hover,.st-catalog-page .st-row:hover,.st-catalog-page .st-row:focus-visible,.st-catalog-page .st-row.is-touch-hover,.st-related .st-row:hover,.st-related .st-row:focus-visible,.st-related .st-row.is-touch-hover{background:#626360;color:#fff;transform:translateY(-2px);box-shadow:0 14px 30px rgb(20 20 20 / .11)}.st-typefaces .st-row:hover .st-row-name,.st-typefaces .st-row:focus-visible .st-row-name,.st-typefaces .st-row.is-touch-hover .st-row-name,.st-catalog-page .st-row:hover .st-row-name,.st-catalog-page .st-row:focus-visible .st-row-name,.st-catalog-page .st-row.is-touch-hover .st-row-name,.st-related .st-row:hover .st-row-name,.st-related .st-row:focus-visible .st-row-name,.st-related .st-row.is-touch-hover .st-row-name{opacity:0;transform:translate3d(0,-12px,0);animation-play-state:paused;transition:opacity .28s ease,transform .38s cubic-bezier(.22,.61,.36,1)}.st-typefaces .st-row:hover .st-row-pangram,.st-typefaces .st-row:focus-visible .st-row-pangram,.st-typefaces .st-row.is-touch-hover .st-row-pangram,.st-catalog-page .st-row:hover .st-row-pangram,.st-catalog-page .st-row:focus-visible .st-row-pangram,.st-catalog-page .st-row.is-touch-hover .st-row-pangram,.st-related .st-row:hover .st-row-pangram,.st-related .st-row:focus-visible .st-row-pangram,.st-related .st-row.is-touch-hover .st-row-pangram{opacity:1;transform:translate3d(0,0,0)}.st-typefaces .st-row-info,.st-catalog-page .st-row-info,.st-related .st-row-info{position:relative;z-index:2}@media (max-width:1050px) and (min-width:801px){.st-typefaces .st-row,.st-catalog-page .st-row{min-height:268px;padding:18px 20px}.st-typefaces .st-row-display,.st-catalog-page .st-row-display{min-height:177px}}@media (max-width:800px){.st-typefaces .st-row,.st-catalog-page .st-row,.st-related .st-row{min-height:235px;padding:18px}.st-typefaces .st-row-display,.st-catalog-page .st-row-display,.st-related .st-row-display{min-height:145px}.st-typefaces .st-row-name,.st-catalog-page .st-row-name,.st-related .st-row-name{font-size:clamp(30px, 7vw, 52px)}@keyframes st-card-name-marquee{0%{transform:translate3d(100%,0,0)}8%{transform:translate3d(84%,0,0)}92%{transform:translate3d(-100%,0,0)}100%{transform:translate3d(-112%,0,0)}}}@media (max-width:520px){.st-typefaces .st-row,.st-catalog-page .st-row,.st-related .st-row{min-height:218px;padding:16px}.st-typefaces .st-row-display,.st-catalog-page .st-row-display,.st-related .st-row-display{min-height:132px}.st-typefaces .st-row-pangram,.st-catalog-page .st-row-pangram,.st-related .st-row-pangram{padding:0 6px;font-size:16px}}@media (prefers-reduced-motion:reduce){.st-typefaces .st-row-name,.st-catalog-page .st-row-name,.st-related .st-row-name{animation:none;transform:none}.st-typefaces .st-row-pangram,.st-catalog-page .st-row-pangram,.st-related .st-row-pangram{transition:none}}.st-typefaces .st-row-display,.st-catalog-page .st-row-display,.st-related .st-row-display{position:relative;min-width:0;overflow:hidden;display:flex;align-items:center;justify-content:flex-start}.st-typefaces .st-row-marquee,.st-catalog-page .st-row-marquee,.st-related .st-row-marquee{position:relative;width:100%;min-width:0;overflow:hidden;white-space:nowrap}.st-typefaces .st-row-marquee-track,.st-catalog-page .st-row-marquee-track,.st-related .st-row-marquee-track{display:flex;align-items:center;flex-wrap:nowrap;width:max-content;min-width:max-content;max-width:none;transform:translate3d(0,0,0);animation:st-card-name-marquee-v241 32s linear infinite!important;animation-play-state:running!important;will-change:transform}.st-typefaces .st-row-marquee .st-row-name,.st-catalog-page .st-row-marquee .st-row-name,.st-related .st-row-marquee .st-row-name{position:static!important;inset:auto!important;display:block!important;flex:0 0 auto;width:max-content!important;max-width:none!important;margin:0;padding:0 80px 0 0;overflow:visible!important;white-space:nowrap!important;text-overflow:clip!important;opacity:1;transform:none!important;animation:none!important;font-size:clamp(34px, 4.2vw, 68px);line-height:1;text-align:left;will-change:auto}@keyframes st-card-name-marquee-v241{from{transform:translate3d(0,0,0)}to{transform:translate3d(-50%,0,0)}}.st-typefaces .st-row-pangram,.st-catalog-page .st-row-pangram,.st-related .st-row-pangram{z-index:3;transition:opacity .34s ease,transform .42s cubic-bezier(.22,.61,.36,1)}.st-typefaces .st-row:hover .st-row-marquee,.st-typefaces .st-row:focus-visible .st-row-marquee,.st-typefaces .st-row.is-touch-hover .st-row-marquee,.st-catalog-page .st-row:hover .st-row-marquee,.st-catalog-page .st-row:focus-visible .st-row-marquee,.st-catalog-page .st-row.is-touch-hover .st-row-marquee,.st-related .st-row:hover .st-row-marquee,.st-related .st-row:focus-visible .st-row-marquee,.st-related .st-row.is-touch-hover .st-row-marquee{opacity:0;transform:translate3d(0,-12px,0);transition:opacity .28s ease,transform .38s cubic-bezier(.22,.61,.36,1);pointer-events:none}@media (max-width:800px){.st-typefaces .st-row-marquee .st-row-name,.st-catalog-page .st-row-marquee .st-row-name,.st-related .st-row-marquee .st-row-name{font-size:clamp(30px, 7vw, 52px);padding-right:56px}.st-typefaces .st-row-marquee-track,.st-catalog-page .st-row-marquee-track,.st-related .st-row-marquee-track{animation-duration:28s!important}}@media (max-width:520px){.st-typefaces .st-row-marquee .st-row-name,.st-catalog-page .st-row-marquee .st-row-name,.st-related .st-row-marquee .st-row-name{font-size:clamp(28px, 8vw, 48px);padding-right:42px}}@media (prefers-reduced-motion:reduce){.st-typefaces .st-row-marquee-track,.st-catalog-page .st-row-marquee-track,.st-related .st-row-marquee-track{animation:none!important;transform:none!important}}.st-typefaces .st-row:hover,.st-typefaces .st-row:focus-visible,.st-typefaces .st-row.is-touch-hover,.st-catalog-page .st-row:hover,.st-catalog-page .st-row:focus-visible,.st-catalog-page .st-row.is-touch-hover,.st-related .st-row:hover,.st-related .st-row:focus-visible,.st-related .st-row.is-touch-hover{background:#20211f!important;color:#ffffff!important}.st-typefaces .st-row:hover .st-row-pangram,.st-typefaces .st-row:focus-visible .st-row-pangram,.st-typefaces .st-row.is-touch-hover .st-row-pangram,.st-catalog-page .st-row:hover .st-row-pangram,.st-catalog-page .st-row:focus-visible .st-row-pangram,.st-catalog-page .st-row.is-touch-hover .st-row-pangram,.st-related .st-row:hover .st-row-pangram,.st-related .st-row:focus-visible .st-row-pangram,.st-related .st-row.is-touch-hover .st-row-pangram{z-index:20!important;color:#ffffff!important;font-size:clamp(32px, 3.7vw, 52px)!important;line-height:1.08!important;font-weight:400!important;opacity:1!important;visibility:visible!important;transform:translate3d(0,0,0)!important;transition:opacity .28s ease,transform .46s cubic-bezier(.22,.61,.36,1),font-size .3s ease!important;pointer-events:none}.st-typefaces .st-row-pangram,.st-catalog-page .st-row-pangram,.st-related .st-row-pangram{color:#ffffff!important;font-size:clamp(32px, 3.7vw, 52px)!important;line-height:1.08!important;transform:translate3d(0,24px,0)!important}.st-typefaces .st-row:hover .st-row-marquee,.st-typefaces .st-row:focus-visible .st-row-marquee,.st-typefaces .st-row.is-touch-hover .st-row-marquee,.st-catalog-page .st-row:hover .st-row-marquee,.st-catalog-page .st-row:focus-visible .st-row-marquee,.st-catalog-page .st-row.is-touch-hover .st-row-marquee,.st-related .st-row:hover .st-row-marquee,.st-related .st-row:focus-visible .st-row-marquee,.st-related .st-row.is-touch-hover .st-row-marquee{opacity:0!important;transform:translate3d(0,-14px,0)!important;transition:opacity .24s ease,transform .4s cubic-bezier(.22,.61,.36,1)!important}@media (max-width:800px){.st-typefaces .st-row:hover .st-row-pangram,.st-typefaces .st-row:focus-visible .st-row-pangram,.st-typefaces .st-row.is-touch-hover .st-row-pangram,.st-catalog-page .st-row:hover .st-row-pangram,.st-catalog-page .st-row:focus-visible .st-row-pangram,.st-catalog-page .st-row.is-touch-hover .st-row-pangram,.st-related .st-row:hover .st-row-pangram,.st-related .st-row:focus-visible .st-row-pangram,.st-related .st-row.is-touch-hover .st-row-pangram{font-size:clamp(24px, 6.6vw, 36px)!important}}@media (prefers-reduced-motion:reduce){.st-typefaces .st-row-pangram,.st-catalog-page .st-row-pangram,.st-related .st-row-pangram{transition:opacity .01ms linear!important}}@media (max-width:800px){.st-typefaces .st-row-marquee,.st-catalog-page .st-row-marquee,.st-related .st-row-marquee{opacity:1!important;transform:none!important;visibility:visible!important;transition:none!important}.st-typefaces .st-row-marquee-track,.st-catalog-page .st-row-marquee-track,.st-related .st-row-marquee-track{animation:none!important;animation-play-state:paused!important;transform:none!important;width:auto!important;min-width:0!important;max-width:none!important;will-change:auto!important}.st-typefaces .st-row-marquee .st-row-name,.st-catalog-page .st-row-marquee .st-row-name,.st-related .st-row-marquee .st-row-name{display:block!important;width:auto!important;max-width:none!important;padding-right:24px!important;font-size:clamp(42px, 10vw, 60px)!important;line-height:.96!important;transform:none!important;animation:none!important}.st-typefaces .st-row-marquee .st-row-name+.st-row-name,.st-catalog-page .st-row-marquee .st-row-name+.st-row-name,.st-related .st-row-marquee .st-row-name+.st-row-name{display:none!important}.st-typefaces .st-row-pangram,.st-typefaces .st-row:hover .st-row-pangram,.st-typefaces .st-row:focus-visible .st-row-pangram,.st-typefaces .st-row.is-touch-hover .st-row-pangram,.st-catalog-page .st-row-pangram,.st-catalog-page .st-row:hover .st-row-pangram,.st-catalog-page .st-row:focus-visible .st-row-pangram,.st-catalog-page .st-row.is-touch-hover .st-row-pangram,.st-related .st-row-pangram,.st-related .st-row:hover .st-row-pangram,.st-related .st-row:focus-visible .st-row-pangram,.st-related .st-row.is-touch-hover .st-row-pangram{display:none!important;opacity:0!important;visibility:hidden!important;transform:none!important}}.st-typefaces .st-row,.st-catalog-page .st-row,.st-related .st-row{--st-card-hover-bg:#20211f;--st-card-accent:#f2583a}.st-typefaces .st-row-display,.st-catalog-page .st-row-display,.st-related .st-row-display{min-height:118px;padding:10px 0 16px;box-sizing:border-box;overflow:hidden}.st-typefaces .st-row-marquee,.st-catalog-page .st-row-marquee,.st-related .st-row-marquee{height:100%;overflow:hidden}.st-typefaces .st-row-marquee .st-row-name,.st-catalog-page .st-row-marquee .st-row-name,.st-related .st-row-marquee .st-row-name{font-size:clamp(42px, 4.9vw, 76px)!important;line-height:1.16!important;padding-top:.10em!important;padding-bottom:.14em!important}.st-typefaces .st-row-pangram,.st-catalog-page .st-row-pangram,.st-related .st-row-pangram{display:flex;align-items:center;justify-content:center;box-sizing:border-box;min-height:100%;padding:.16em 18px .20em;font-size:clamp(28px, 3.1vw, 46px)!important;line-height:1.14!important;color:#fff!important;transform:translate3d(0,28px,0)!important;opacity:0!important;visibility:hidden;text-wrap:balance;overflow-wrap:anywhere;transition:opacity .30s ease,transform .48s cubic-bezier(.22,.61,.36,1)!important;z-index:20!important}.st-typefaces .st-row-hover-buy,.st-catalog-page .st-row-hover-buy,.st-related .st-row-hover-buy{position:absolute;right:22px;bottom:20px;z-index:30;display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 17px;border-radius:999px;background:#fff;color:#222;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;font-size:12px;font-weight:600;line-height:1;letter-spacing:.01em;opacity:0;transform:translate3d(0,8px,0);pointer-events:none;transition:opacity .24s ease,transform .36s cubic-bezier(.22,.61,.36,1),background-color .2s ease}.st-typefaces .st-row:hover,.st-typefaces .st-row:focus-visible,.st-typefaces .st-row.is-touch-hover,.st-catalog-page .st-row:hover,.st-catalog-page .st-row:focus-visible,.st-catalog-page .st-row.is-touch-hover,.st-related .st-row:hover,.st-related .st-row:focus-visible,.st-related .st-row.is-touch-hover{background:var(--st-card-hover-bg)!important;color:#fff!important}.st-typefaces .st-row:hover .st-row-pangram,.st-typefaces .st-row:focus-visible .st-row-pangram,.st-typefaces .st-row.is-touch-hover .st-row-pangram,.st-catalog-page .st-row:hover .st-row-pangram,.st-catalog-page .st-row:focus-visible .st-row-pangram,.st-catalog-page .st-row.is-touch-hover .st-row-pangram,.st-related .st-row:hover .st-row-pangram,.st-related .st-row:focus-visible .st-row-pangram,.st-related .st-row.is-touch-hover .st-row-pangram{opacity:1!important;visibility:visible!important;transform:translate3d(0,0,0)!important}.st-typefaces .st-row:hover .st-row-hover-buy,.st-typefaces .st-row:focus-visible .st-row-hover-buy,.st-typefaces .st-row.is-touch-hover .st-row-hover-buy,.st-catalog-page .st-row:hover .st-row-hover-buy,.st-catalog-page .st-row:focus-visible .st-row-hover-buy,.st-catalog-page .st-row.is-touch-hover .st-row-hover-buy,.st-related .st-row:hover .st-row-hover-buy,.st-related .st-row:focus-visible .st-row-hover-buy,.st-related .st-row.is-touch-hover .st-row-hover-buy{opacity:1;transform:translate3d(0,0,0)}.st-typefaces .st-row:hover .st-row-marquee,.st-typefaces .st-row:focus-visible .st-row-marquee,.st-typefaces .st-row.is-touch-hover .st-row-marquee,.st-catalog-page .st-row:hover .st-row-marquee,.st-catalog-page .st-row:focus-visible .st-row-marquee,.st-catalog-page .st-row.is-touch-hover .st-row-marquee,.st-related .st-row:hover .st-row-marquee,.st-related .st-row:focus-visible .st-row-marquee,.st-related .st-row.is-touch-hover .st-row-marquee{opacity:0!important;transform:translate3d(0,-16px,0)!important;transition:opacity .24s ease,transform .40s cubic-bezier(.22,.61,.36,1)!important}@media (max-width:800px){.st-typefaces .st-row,.st-catalog-page .st-row,.st-related .st-row{padding:26px 22px;min-height:0}.st-typefaces .st-row-display,.st-catalog-page .st-row-display,.st-related .st-row-display{min-height:112px;padding:8px 0 14px}.st-typefaces .st-row-marquee .st-row-name,.st-catalog-page .st-row-marquee .st-row-name,.st-related .st-row-marquee .st-row-name{font-size:clamp(42px, 11vw, 64px)!important;line-height:1.16!important;padding-top:.10em!important;padding-bottom:.16em!important;white-space:normal!important}.st-typefaces .st-row-pangram,.st-catalog-page .st-row-pangram,.st-related .st-row-pangram{display:flex!important;align-items:center;justify-content:center;font-size:clamp(22px, 7vw, 34px)!important;line-height:1.16!important;padding:.18em 10px .22em}.st-typefaces .st-row-hover-buy,.st-catalog-page .st-row-hover-buy,.st-related .st-row-hover-buy{right:18px;bottom:18px;min-height:36px;padding:0 16px;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;font-size:11px}}@media (max-width:520px){.st-typefaces .st-row,.st-catalog-page .st-row,.st-related .st-row{padding:24px 18px}.st-typefaces .st-row-display,.st-catalog-page .st-row-display,.st-related .st-row-display{min-height:106px}.st-typefaces .st-row-marquee .st-row-name,.st-catalog-page .st-row-marquee .st-row-name,.st-related .st-row-marquee .st-row-name{font-size:clamp(40px, 11.4vw, 58px)!important}.st-typefaces .st-row-pangram,.st-catalog-page .st-row-pangram,.st-related .st-row-pangram{font-size:clamp(21px, 7.4vw, 31px)!important;padding-inline:8px}}.st-typefaces .st-row-display,.st-catalog-page .st-row-display,.st-related .st-row-display{justify-content:center!important;text-align:center}.st-typefaces .st-row-marquee,.st-catalog-page .st-row-marquee,.st-related .st-row-marquee{display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important}.st-typefaces .st-row-marquee-track,.st-catalog-page .st-row-marquee-track,.st-related .st-row-marquee-track{margin-inline:auto!important}.st-typefaces .st-row-marquee .st-row-name,.st-catalog-page .st-row-marquee .st-row-name,.st-related .st-row-marquee .st-row-name{text-align:center!important}@media (max-width:800px){.st-typefaces .st-row-marquee,.st-catalog-page .st-row-marquee,.st-related .st-row-marquee{justify-content:center!important}.st-typefaces .st-row-marquee-track,.st-catalog-page .st-row-marquee-track,.st-related .st-row-marquee-track{margin-inline:0!important}}.st-typefaces .st-row-display,.st-catalog-page .st-row-display,.st-related .st-row-display{position:relative!important}.st-typefaces .st-row-pangram,.st-catalog-page .st-row-pangram,.st-related .st-row-pangram{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;min-height:0!important;margin:0!important;display:flex!important;align-items:center!important;justify-content:center!important;box-sizing:border-box!important;color:#fff!important;z-index:25!important;overflow:hidden!important;text-align:center!important}@media (max-width:800px){.st-typefaces .st-row-pangram,.st-catalog-page .st-row-pangram,.st-related .st-row-pangram{font-size:clamp(22px, 7.2vw, 33px)!important;line-height:1.12!important;padding:10px 18px!important;text-wrap:balance!important;overflow-wrap:anywhere!important}.st-typefaces .st-row.is-touch-hover .st-row-pangram,.st-catalog-page .st-row.is-touch-hover .st-row-pangram,.st-related .st-row.is-touch-hover .st-row-pangram{visibility:visible!important;opacity:1!important;transform:translate3d(0,0,0)!important}}@media (max-width:800px){.st-typefaces .st-row.is-touch-hover .st-row-pangram,.st-catalog-page .st-row.is-touch-hover .st-row-pangram,.st-related .st-row.is-touch-hover .st-row-pangram{display:flex!important;position:absolute!important;inset:0!important;width:100%!important;height:100%!important;align-items:center!important;justify-content:center!important;box-sizing:border-box!important;color:#ffffff!important;-webkit-text-fill-color:#ffffff!important;opacity:1!important;visibility:visible!important;z-index:50!important;font-family:inherit!important;font-size:clamp(20px, 7vw, 32px)!important;font-weight:400!important;line-height:1.16!important;text-align:center!important;padding:8px 14px!important;overflow:hidden!important;overflow-wrap:break-word!important;word-break:normal!important;transform:translate3d(0,0,0)!important;transition:opacity .28s ease,transform .42s cubic-bezier(.22,.61,.36,1)!important}.st-typefaces .st-row.is-touch-hover .st-row-marquee,.st-catalog-page .st-row.is-touch-hover .st-row-marquee,.st-related .st-row.is-touch-hover .st-row-marquee{opacity:0!important;visibility:hidden!important;transform:translate3d(0,-10px,0)!important}}@media (max-width:520px){.st-typefaces .st-row.is-touch-hover .st-row-pangram,.st-catalog-page .st-row.is-touch-hover .st-row-pangram,.st-related .st-row.is-touch-hover .st-row-pangram{font-size:clamp(19px, 6.9vw, 29px)!important;padding-inline:12px!important}}@media (min-width:801px){.st-header .st-header-inner{width:min(calc(100% - 72px), 1200px)!important;min-height:60px!important;gap:16px!important}.st-header .st-nav{min-width:0}.st-header .st-menu{gap:22px!important}.st-header .st-header-actions{gap:10px!important}.st-header .st-logo{font-family:"Inter","Helvetica Neue",Arial,sans-serif;font-weight:800!important}}.st-header .st-logo.st-logo-jackpot-ready{font-family:"Inter","Helvetica Neue",Arial,sans-serif;font-weight:800!important;color:#333333!important}.st-header .st-logo.st-logo-jackpot-ready:hover,.st-header .st-logo.st-logo-jackpot-ready:focus-visible{color:#f2583a!important}.st-header .st-logo-jackpot-letter{display:inline-block;color:inherit;font:inherit;line-height:1;white-space:pre;will-change:contents,color}@media (max-width:800px){.st-hero-modern .st-hero-copy-inner,.st-hero-modern .st-hero-copy:hover .st-hero-copy-inner,.st-hero-modern .st-hero-copy:focus-within .st-hero-copy-inner{display:block!important;width:100%!important;transform:none!important;transition:none!important}.st-hero-modern h1,.st-hero-modern .st-hero-letter-heading{width:100%!important;max-width:100%!important;text-align:left!important;text-wrap:wrap!important;white-space:normal!important;word-break:normal!important;overflow-wrap:normal!important;hyphens:none!important;letter-spacing:-.045em!important}.st-hero-modern .st-hero-word{display:inline-block!important;white-space:nowrap!important}.st-hero-modern .st-hero-letter{display:inline-block!important;transform:none!important;transition:none!important}.st-hero-modern .st-hero-letter:hover,.st-hero-modern .st-hero-letter:focus{transform:none!important}.st-hero-modern .st-hero-letter-space{display:inline-block!important;width:.28em!important;min-width:.28em!important;white-space:nowrap!important}}\n\n\n.st-header .st-menu li.menu-item-has-children>a::before{\n display:none!important;\n content:none!important;\n}\n .st-header .st-menu>li.menu-item-has-children>a::before,.st-header .st-menu>li.menu-item-has-children>a::after{content:none!important}.st-header .st-menu>li.menu-item-has-children>a::before{display:none!important}.st-header .st-menu>li.menu-item-has-children>a{padding-right:0!important}.st-row-name,.st-row-pangram{letter-spacing:0;font-kerning:normal;font-feature-settings:"kern" 1}.st-catalog-sort{display:flex;justify-content:center;align-items:center;gap:10px;margin:0 0 18px}.st-catalog-sort .st-catalog-filter{text-decoration:none}.st-home-license{margin:56px 0 8px;padding:34px 0 10px;border-top:1px solid #e9e7e2}.st-home-license-inner{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);gap:56px;align-items:center}.st-home-license-copy,.st-home-license-trust{min-width:0}.st-home-license-eyebrow{margin:0 0 10px;color:#666;font-size:11px;line-height:1.3;font-weight:600;letter-spacing:.1em}.st-home-license h2{margin:0 0 13px;color:#181818;font-size:clamp(28px, 3.2vw, 42px);line-height:1.04;font-weight:650;letter-spacing:-.045em}.st-home-license-text{max-width:650px;margin:0 0 18px;color:#666;font-size:14px;line-height:1.65}.st-home-license-points{display:flex;flex-wrap:wrap;gap:7px 18px;margin-bottom:18px;color:#333;font-size:12px;line-height:1.5}.st-home-license-points span::before{content:"✓";margin-right:6px;color:#f2583a;font-weight:700}.st-home-license-link{display:inline-flex;align-items:center;gap:7px;color:#333;font-size:13px;font-weight:600;text-decoration:none;border-bottom:1px solid #bdbbb6;padding-bottom:2px;transition:color .2s ease,border-color .2s ease,gap .2s ease}.st-home-license-link:hover,.st-home-license-link:focus-visible{color:#f2583a;border-color:#f2583a;gap:10px}.st-home-license-trust{padding:22px 24px;border:1px solid #e7e5e0;border-radius:16px;background:#faf9f7}.st-home-license-trust-title{max-width:330px;margin:0 0 17px;color:#555;font-size:12px;line-height:1.5}.st-home-license-trust img{display:block;width:min(100%, 482px);height:auto;max-height:140px;object-fit:contain;object-position:left center}@media (max-width:800px){.st-home-license{margin-top:42px;padding-top:28px}.st-home-license-inner{grid-template-columns:1fr;gap:28px}.st-home-license h2{font-size:32px}.st-home-license-trust{padding:20px}}@media (max-width:480px){.st-home-license-points{display:grid;gap:6px}.st-home-license-trust img{width:100%}}body.home .st-typefaces .st-home-license{width:100%!important;max-width:1180px!important;margin:64px auto 24px!important;padding:0!important;border:0!important;text-align:left!important}body.home .st-typefaces .st-home-license-inner{width:100%!important;display:grid!important;grid-template-columns:minmax(0,1.05fr) minmax(300px,.95fr)!important;gap:56px!important;align-items:center!important;padding:34px 38px!important;border:1px solid #e6e3dd!important;border-radius:18px!important;background:#faf9f6!important;box-sizing:border-box!important}body.home .st-typefaces .st-home-license-copy,body.home .st-typefaces .st-home-license-trust{min-width:0!important;width:auto!important;margin:0!important;text-align:left!important}body.home .st-typefaces .st-home-license-eyebrow{display:block!important;margin:0 0 10px!important;color:#f2583a!important;font-size:10px!important;line-height:1.3!important;font-weight:700!important;letter-spacing:.12em!important;text-align:left!important}body.home .st-typefaces .st-home-license h2{margin:0 0 12px!important;color:#181818!important;font-size:clamp(30px, 3vw, 44px)!important;line-height:1.02!important;font-weight:650!important;letter-spacing:-.045em!important;text-align:left!important}body.home .st-typefaces .st-home-license-text{max-width:620px!important;margin:0 0 18px!important;color:#666!important;font-size:14px!important;line-height:1.65!important;text-align:left!important}body.home .st-typefaces .st-home-license-points{display:flex!important;flex-wrap:wrap!important;gap:8px 18px!important;margin:0 0 18px!important;padding:0!important;color:#333!important;font-size:12px!important;line-height:1.5!important;text-align:left!important}body.home .st-typefaces .st-home-license-points span{display:inline-flex!important;align-items:center!important;white-space:nowrap!important}body.home .st-typefaces .st-home-license-points span::before{content:"✓"!important;display:inline-block!important;margin:0 6px 0 0!important;color:#f2583a!important;font-weight:700!important}body.home .st-typefaces .st-home-license-link{display:inline-flex!important;align-items:center!important;gap:7px!important;margin:0!important;padding:0 0 3px!important;color:#222!important;border:0!important;border-bottom:1px solid #aaa!important;font-size:12px!important;line-height:1.4!important;font-weight:600!important;text-decoration:none!important;text-align:left!important}body.home .st-typefaces .st-home-license-link:hover,body.home .st-typefaces .st-home-license-link:focus-visible{color:#f2583a!important;border-bottom-color:#f2583a!important}body.home .st-typefaces .st-home-license-trust{padding:0!important;border:0!important;border-radius:0!important;background:transparent!important}body.home .st-typefaces .st-home-license-trust-title{max-width:390px!important;margin:0 0 18px!important;color:#555!important;font-size:12px!important;line-height:1.55!important;font-weight:500!important;text-align:left!important}body.home .st-typefaces .st-home-license-trust img{display:block!important;width:min(100%, 430px)!important;max-width:430px!important;height:auto!important;max-height:150px!important;margin:0!important;object-fit:contain!important;object-position:left center!important}@media (max-width:900px){body.home .st-typefaces .st-home-license{margin:50px auto 20px!important}body.home .st-typefaces .st-home-license-inner{grid-template-columns:1fr!important;gap:30px!important;padding:30px!important}body.home .st-typefaces .st-home-license-trust img{width:min(100%, 430px)!important}}@media (max-width:600px){body.home .st-typefaces .st-home-license{margin-top:38px!important}body.home .st-typefaces .st-home-license-inner{gap:26px!important;padding:24px 20px!important;border-radius:14px!important}body.home .st-typefaces .st-home-license h2{font-size:30px!important}body.home .st-typefaces .st-home-license-text{font-size:13px!important}body.home .st-typefaces .st-home-license-points{display:grid!important;gap:7px!important}body.home .st-typefaces .st-home-license-points span{white-space:normal!important}}