/* Bright storefront. Keep the page about products, prices and the next action. */
body{background:#f5f8fa;color:#1d343b}
.site-header{background:#fff;border-color:#e9edef}
.header-inner{min-height:84px}
.brand-symbol{color:#107b74}
.brand strong{font-size:24px;color:#153b3c}
.brand small{color:#74858a;font-size:10px;letter-spacing:.16em}
.header-shop{background:#eef6f3;border:0;color:#16685f;padding:10px 18px}
.header-inner nav{color:#506267;font-size:14px;gap:34px}
.wrap{width:min(1184px,calc(100% - 64px))}
.store-home{padding-top:30px;padding-bottom:54px}
.store-banner{position:relative;isolation:isolate;display:grid;grid-template-columns:1.1fr 1fr;align-items:center;min-height:346px;overflow:hidden;background:#ebf6f5;border:1px solid #e4eeeb;border-radius:22px;box-shadow:0 12px 36px #123c4010}
.banner-copy{position:relative;z-index:2;padding:34px 0 30px 42px}
.banner-brands{font-size:21px;line-height:1.5;font-weight:550;letter-spacing:-.02em;color:#407a78;margin:0 0 10px}
.banner-brands span{font-weight:300;opacity:.45;margin:0 6px}
.store-banner h1{font-size:50px;line-height:1.3;color:#113b3e;margin:0 0 17px;letter-spacing:-.04em;font-weight:760}
.banner-description{font-size:15px;line-height:1.9;color:#607a7d;margin:0}
.banner-actions{display:flex;gap:24px;align-items:center;margin-top:24px}
.banner-actions .button{min-width:145px;background:#117a70;border-color:#117a70;box-shadow:0 7px 16px #146d6420;font-size:15px}
.banner-actions .button:hover{background:#08665e;transform:translateY(-2px)}
.banner-actions .text-link{font-size:13px;color:#407a78}
.banner-benefits{display:flex;gap:22px;margin-top:22px;font-size:11px;color:#60837e}
.banner-benefits span{display:flex;align-items:center;gap:7px}
.banner-benefits span:before{content:'✓';display:grid;place-items:center;background:#d9eae4;color:#278374;border-radius:50%;width:15px;height:15px;font-size:9px;font-weight:750}
.banner-art{position:absolute;z-index:0;inset:0 0 0 47%;overflow:hidden;background:#eaf6f5}
.banner-art:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#ebf6f5,transparent 26%);pointer-events:none}
.banner-art img{width:100%;height:100%;object-fit:cover;object-position:48% 58%;display:block;mix-blend-mode:multiply}
.art-caption{position:absolute;bottom:15px;right:24px;font-size:10px;letter-spacing:.2em;color:#608f8f;opacity:.65}
.store-section-heading{display:flex;align-items:center;justify-content:space-between;gap:22px;margin-bottom:23px}
.store-section-heading h2{font-size:25px;font-weight:700;letter-spacing:-.035em;margin:0;color:#243c42}
.store-section-heading .text-link{font-size:12px;color:#6e878b;font-weight:500}
.store-section-heading .text-link:hover{color:#117a70}
.store-products{padding-top:35px;padding-bottom:27px}
.store-products .products{gap:24px}
.store-products .product{position:relative;overflow:hidden;border-radius:17px;padding:27px 28px 23px;background:#fff;border:1px solid #e4ebec;box-shadow:0 5px 16px #244b5010;transition:box-shadow .2s ease,transform .2s ease,border-color .2s ease}
.store-products .product:hover{transform:translateY(-4px);box-shadow:0 13px 28px #214d5018;border-color:#bfd7d2}
.store-products .product:before{content:'';position:absolute;inset:0 0 auto;height:123px;pointer-events:none;z-index:0;opacity:.6}
.store-products .product-plus:before{background:linear-gradient(118deg,#eaf7f1,#fff)}
.store-products .product-claude:before{background:linear-gradient(118deg,#fcf0e7,#fff)}
.store-products .product-grok:before{background:linear-gradient(118deg,#eaf0f8,#fff)}
.store-products .product>*{position:relative}
.store-products .product-heading{margin-bottom:20px;align-items:center}
.store-products .product-mark{border-radius:13px;width:48px;height:48px;font-size:24px;box-shadow:0 4px 9px #0b424512;background:#fff;color:#147d68;border:1px solid #e4ece8}
.store-products .product-mark.claude{color:#ba6c48;border-color:#f0e5dc}
.store-products .product-mark.grok{color:#253444;border-color:#e4e8ed}
.store-products .product-mark img{width:28px;height:28px;object-fit:contain;display:block}
.store-products .product-kind{border:1px solid #e3eae7;background:#ffffffab;border-radius:20px;padding:4px 10px;font-size:10px;color:#6a817d}
.store-products .product h3{font-size:26px;line-height:1.3;letter-spacing:-.035em;color:#193b40;margin:0 0 6px}
.store-products .product-subtitle{font-size:12px;color:#869499;margin:0 0 25px}
.store-products .price{font-size:42px;font-weight:680;letter-spacing:-.05em;color:#1a3d43;margin:0 0 23px;line-height:1.1}
.store-products .currency{font-size:21px;margin-right:5px;vertical-align:3px}
.store-products .price-unit{font-size:12px;color:#88999b;margin-left:5px;letter-spacing:0}
.store-products .product-terms{padding-top:21px;margin:0 0 22px;border-color:#eef1f2;font-size:12px;line-height:1.5;color:#6c7e83}
.store-products .product-terms li{margin-bottom:10px;gap:9px}
.store-products .product-terms li:before{content:'✓';color:#8aafa4;font-size:11px}
.store-products .product-actions{flex-direction:column;align-items:stretch;gap:11px}
.store-products .product-actions .button{width:100%;font-size:14px;min-height:44px;padding:11px 16px;border:0;border-radius:9px;justify-content:space-between;background:#12796d;color:#fff}
.store-products .product-actions .button:hover{background:#0a675d}
.store-products .product-claude .product-actions .button{background:#f4eae2;color:#86563c}
.store-products .product-claude .product-actions .button:hover{background:#eeddce}
.store-products .product-grok .product-actions .button{background:#e9eef4;color:#34475e}
.store-products .product-grok .product-actions .button:hover{background:#dce5ef}
.store-products .product-actions .text-link{font-size:11px;color:#839492;font-weight:400;text-align:center}
.store-products .price-note{font-size:11px;line-height:1.8;margin-top:18px;color:#7d8d91}
.account-note{font-size:11px;margin:6px 0 0;color:#7d8d91}
.account-note a{color:#2b7e75;text-decoration:underline;text-underline-offset:3px;margin-left:7px}
.buy-flow{padding:29px 30px;background:#fff;border:1px solid #e7edef;border-radius:16px;margin-top:7px}
.buy-flow .store-section-heading{margin-bottom:25px}
.buy-flow .store-section-heading h2{font-size:22px}
.buy-flow ol{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.buy-flow li{display:flex;gap:14px;position:relative}
.buy-flow li>span{font-size:12px;background:#eff5f3;border-radius:10px;width:34px;height:34px;display:grid;place-items:center;color:#4d8a7d;flex-shrink:0;font-weight:600}
.buy-flow h3{font-size:15px;line-height:1.5;margin:2px 0 7px;color:#35575b}
.buy-flow p{font-size:12px;color:#849496;margin:0}
.store-support{padding:26px 30px;background:linear-gradient(110deg,#e7f2ee,#eff4f9);border:1px solid #e2eae6;border-radius:16px;display:flex;align-items:center;justify-content:space-between;gap:25px;margin-top:24px}
.store-support h2{font-size:21px;letter-spacing:-.025em;color:#365d5e;margin:0 0 7px}
.store-support p{font-size:12px;color:#7b9593;margin:0}
.support-actions{display:flex;align-items:center;gap:25px}
.support-actions .text-link{font-size:12px;color:#618a86}
.support-actions .button{background:#fff;border:1px solid #d8e7e0;color:#317469;min-height:42px;padding:10px 20px;font-size:13px}
.site-footer{background:#fff;border-color:#e8edef;padding-top:32px}
.footer-brand strong{font-size:22px}
.footer-brand small{letter-spacing:0;font-size:11px}
.footer-links{font-size:11px;color:#7d8b90}
.footer-bottom{margin-top:25px;padding-top:18px;border-color:#edf1f2;font-size:10px;color:#9aa6a9}
.content-main{background:#fff;border:1px solid #e8edef;border-radius:18px;margin-block:32px;padding:42px 48px 45px;box-shadow:0 4px 20px #244b5008}
.content-main .page-intro{border-color:#e8efed;margin-bottom:14px;padding-bottom:26px}
.content-main .page-intro h1{font-size:36px;color:#254d50;letter-spacing:-.03em;margin-bottom:15px}
.content-main .page-intro p{font-size:14px;line-height:1.85;color:#7b8c90}
.content-main .step{border-color:#ecf0ef;padding-block:25px}
.content-main .step h2{font-size:21px;line-height:1.6;color:#315b5d;margin-bottom:9px}
.content-main .step p{font-size:14px;color:#7c8c91;line-height:1.85;margin-bottom:0}
.content-main .step .number{background:#edf5f1;border-radius:10px;color:#558a7e}
.content-main .callout{border-radius:12px;border:1px solid #dfebe4;background:#f2f7f3;padding:20px 23px}
.content-main .callout h2{font-size:18px;color:#476f64;margin-bottom:10px}
.content-main .callout p{font-size:13px;line-height:1.9;color:#7b9188}
.content-main .checklist{border-color:#e5eeea;border-radius:12px;background:#f8fbf9;padding:18px 23px}
.content-main .check-row{font-size:13px;color:#648079;border-color:#e7efeb}
.content-main .checklist .button{font-size:12px;min-height:38px;padding:8px 15px}
.content-main .faq summary{font-size:15px;color:#416267;line-height:1.9}
.content-main .faq p{font-size:13px;color:#7e8f93;line-height:1.95}
.content-main .note{font-size:12px;color:#7b9294}
.content-main .prose>section h2{font-size:22px;color:#315b5d}
.content-main .prose>section p{font-size:14px;color:#7b8c90}
@media(max-width:1100px){.banner-copy{padding-left:32px}.store-banner h1{font-size:44px}.banner-brands{font-size:18px}.banner-description{font-size:14px}.store-products .product{padding:24px}.store-products .product h3{font-size:23px}.store-products .price{font-size:37px}.store-products .product-kind{font-size:9px;padding:3px 7px}.store-products .product-terms{font-size:11px}.banner-art{left:48%}}
@media(max-width:820px){.wrap{width:calc(100% - 40px)}.header-inner{min-height:81px;padding-block:15px;gap:16px}.header-inner nav{font-size:13px;gap:22px;justify-content:flex-start}.header-shop{font-size:12px}.store-home{padding-top:20px}.store-banner{grid-template-columns:1fr;min-height:0;border-radius:18px}.banner-copy{padding:30px;max-width:570px}.store-banner h1{font-size:42px}.banner-brands{font-size:17px}.banner-description{font-size:14px}.banner-art{position:relative;inset:auto;height:210px;width:100%;background:#eaf6f5;margin-top:-5px}.banner-art img{object-position:center 65%;object-fit:cover}.banner-art:after{background:linear-gradient(#ebf6f5,transparent 35%)}.banner-benefits{margin-top:22px}.banner-actions{margin-top:22px}.store-products{padding-top:28px}.store-products .products{grid-template-columns:repeat(2,1fr);gap:18px}.store-products .product{padding:22px}.store-products .product h3{font-size:23px}.store-products .product-subtitle{font-size:11px}.store-products .product-kind{font-size:9px}.store-products .product-terms{font-size:11px}.store-section-heading h2{font-size:23px}.buy-flow{padding:25px}.buy-flow ol{grid-template-columns:1fr;gap:23px}.buy-flow .store-section-heading h2{font-size:21px}.store-support{padding:24px;align-items:flex-start;flex-direction:column;gap:20px}.store-support h2{font-size:20px}.store-support p{font-size:12px}.content-main{padding:30px;margin-block:23px}.content-main .page-intro h1{font-size:31px}}
@media(max-width:540px){.wrap{width:calc(100% - 32px)}.brand strong{font-size:21px}.brand small{font-size:9px}.header-inner nav{gap:26px;padding-top:6px;border-color:#edf1ef}.header-shop{padding:8px 13px;font-size:11px}.store-home{padding-top:17px}.banner-copy{padding:27px 25px 15px}.store-banner h1{font-size:37px;margin-bottom:13px}.banner-brands{font-size:15px;margin-bottom:9px}.banner-brands span{margin-inline:3px}.banner-description{font-size:13px;line-height:1.9}.banner-actions{gap:20px;margin-top:20px}.banner-actions .button{min-width:138px;min-height:44px;padding:11px 17px;font-size:14px}.banner-actions .text-link{font-size:11px}.banner-benefits{font-size:10px;gap:17px;margin-top:19px}.banner-art{height:178px}.art-caption{font-size:8px;right:16px;bottom:10px}.store-products{padding-top:26px}.store-products .products{grid-template-columns:1fr;gap:18px}.store-products .product{padding:25px 26px}.store-products .product-heading{margin-bottom:18px}.store-products .product h3{font-size:26px}.store-products .product-kind{font-size:10px;padding:3px 9px}.store-products .product-subtitle{font-size:12px;margin-bottom:23px}.store-products .price{font-size:42px}.store-products .product-terms{font-size:12px}.store-products .product-actions{gap:12px}.store-products .product-actions .button{min-height:46px;padding-inline:18px}.store-products .price-note,.account-note{font-size:10px}.store-section-heading h2{font-size:22px}.store-section-heading .text-link{font-size:11px}.buy-flow{padding:24px 22px}.buy-flow .store-section-heading .text-link{font-size:10px}.buy-flow li{gap:13px}.buy-flow p{font-size:11px}.store-support{padding:24px}.store-support p{font-size:11px}.content-main{padding:25px 22px;border-radius:14px;margin-block:18px}.content-main .page-intro h1{font-size:29px;line-height:1.45}.content-main .page-intro p{font-size:13px}.content-main .step{gap:11px}.content-main .step .number{width:29px;height:29px;font-size:11px}.content-main .step h2{font-size:18px}.content-main .step p{font-size:13px}.content-main .callout{padding:19px}.content-main .checklist{padding:15px 18px}.content-main .faq summary{font-size:14px}.content-main .prose>section p{font-size:13px}.footer-links{font-size:10px;gap:16px}.footer-bottom{font-size:9px}.feedback{font-size:12px}}
.purchase-notes{margin:-4px 0 21px;color:#687f84;font-size:11px}.purchase-notes summary{cursor:pointer;line-height:1.8}.purchase-notes p{font-size:11px;line-height:1.9;color:#62787e;background:#f6f8f8;border-radius:7px;padding:12px;margin:10px 0 0}.purchase-notes summary:focus-visible{outline:3px solid var(--coral);outline-offset:4px}.banner-description{color:#547176}.banner-benefits{color:#55766e}.store-products .product-subtitle{color:#63777f}.store-products .product-kind{color:#5c736d}.store-products .price-unit{color:#6a7a80}.store-products .product-terms{color:#60757c}.store-products .price-note,.account-note{color:#657980}.store-products .product-actions .text-link{color:#64797b}.store-section-heading .text-link{color:#637b80}.buy-flow p,.store-support p{color:#617b7d}.footer-links,.footer-bottom{color:#62747c}.content-main .page-intro p,.content-main .step p,.content-main .faq p,.content-main .prose>section p{color:#61767e}.content-main .callout p{color:#5c776b}
.quick-support{position:fixed;right:25px;bottom:24px;z-index:15}.quick-support>summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;background:#fff;color:#287a71;border:1px solid #d9e8e3;box-shadow:0 5px 18px #123c401c;border-radius:40px;padding:13px 17px;font-size:12px;font-weight:600}.quick-support>summary::-webkit-details-marker{display:none}.quick-support>summary svg{width:20px;height:20px}.quick-support>summary:focus-visible{outline:3px solid var(--coral);outline-offset:4px}.support-panel{position:absolute;right:0;bottom:64px;padding:22px;width:226px;background:#fff;border:1px solid #dfe9e5;border-radius:14px;box-shadow:0 12px 36px #123c4020}.support-panel strong{display:block;font-size:16px;color:#315854}.support-panel p{font-size:13px;color:#657c76;margin:8px 0 14px}.support-panel .button{font-size:12px;min-height:38px;width:100%;padding:9px}.support-panel>a{display:block;font-size:11px;text-align:center;margin-top:13px;color:#477c72}.feedback{bottom:90px}@media(max-width:540px){.quick-support{right:15px;bottom:18px}.quick-support>summary{width:48px;height:48px;padding:13px}.quick-support>summary>span{display:none}.support-panel{bottom:60px;width:222px}.feedback{bottom:81px}}
@media(max-width:540px){.banner-art{height:145px}.store-products .product-heading{height:48px;margin-bottom:0}.store-products .product-kind{display:none}.store-products .product h3{margin-left:63px;margin-top:-46px;font-size:23px;line-height:1.35}.store-products .product-subtitle{margin-left:63px;margin-bottom:24px;font-size:11px}.store-products .product-mark{width:46px;height:46px}.store-products .price{font-size:39px;margin-bottom:20px}.store-products .product-terms{padding-top:18px;margin-bottom:18px}.purchase-notes{margin-bottom:17px}}
.store-products .product-plus:before{background:linear-gradient(118deg,#e7f1ff,#fff)}.store-products .product-plus .product-mark{border-color:#dce9fa;box-shadow:0 4px 10px #2563eb10}.store-products .product-plus .product-kind{color:#406bb0;border-color:#e2eafa}.store-products .product-plus .product-actions .button{background:#2563eb;color:#fff}.store-products .product-plus .product-actions .button:hover{background:#1d4ed8}.store-products .product-plus .product-terms li:before{color:#5484d4}.store-products .product-claude:before{background:linear-gradient(118deg,#fff3cf,#fff)}.store-products .product-claude .product-mark{background:#fff9e8;border-color:#f1e3b9;box-shadow:0 4px 10px #b78b1610}.store-products .product-claude .product-kind{color:#88671f;border-color:#efe5c4}.store-products .product-claude .product-actions .button{background:#f2c34f;color:#4c3914}.store-products .product-claude .product-actions .button:hover{background:#eab73e}.store-products .product-claude .product-terms li:before{color:#a88128}.store-products .product-grok:before{background:linear-gradient(118deg,#edeff1,#fff)}.store-products .product-grok .product-mark{border-color:#e4e6e9;box-shadow:0 4px 10px #13161b10}.store-products .product-grok .product-kind{color:#555d65;border-color:#e4e6e9}.store-products .product-grok .product-actions .button{background:#171a20;color:#fff}.store-products .product-grok .product-actions .button:hover{background:#303640}.store-products .product-grok .product-terms li:before{color:#606a74}
.store-products .product-plus:before{background:linear-gradient(118deg,#e5f5ec,#fff)}.store-products .product-plus .product-mark{border-color:#d9eadd;box-shadow:0 4px 10px #16846a10}.store-products .product-plus .product-kind{color:#367760;border-color:#dfeee4}.store-products .product-plus .product-actions .button{background:#16846a;color:#fff}.store-products .product-plus .product-actions .button:hover{background:#0f6d56}.store-products .product-plus .product-terms li:before{color:#4a9d7a}
.store-products .product .product-heading{height:48px;align-items:center}.store-products .product .product-mark{display:grid;place-items:center;flex:0 0 48px;width:48px;height:48px;box-sizing:border-box;background:#fff;border:1px solid #e3e8e8;border-radius:13px;box-shadow:0 4px 10px #173d4210;padding:0}.store-products .product .product-mark img{display:block;object-fit:contain;width:28px;height:28px}.store-products .product-plus .product-mark img{width:40px;height:40px}.store-products .product-claude .product-mark img{width:28px;height:28px}.store-products .product-grok .product-mark img{width:28px;height:28px}
[hidden]{display:none!important}.catalog-toolbar{display:flex;align-items:center;justify-content:space-between;gap:22px;margin:-4px 0 23px}.catalog-filters{display:flex;align-items:center;gap:9px;flex-wrap:wrap}.category-filter{border:1px solid #e1e9e8;border-radius:9px;background:#fff;color:#617b7c;min-height:42px;padding:9px 15px;display:flex;align-items:center;gap:10px;font-size:12px;line-height:1.5}.category-filter span{font-size:10px;color:inherit;opacity:.75}.category-filter:hover{border-color:#a6c8bf;background:#f5faf7}.category-filter[aria-pressed=true]{border-color:#177e70;background:#177e70;color:#fff}.category-filter.category-chatgpt[aria-pressed=true]{background:#16846a;border-color:#16846a}.category-filter.category-claude[aria-pressed=true]{background:#f2c34f;border-color:#f2c34f;color:#4c3914}.category-filter.category-grok[aria-pressed=true]{background:#171a20;border-color:#171a20;color:#fff}.catalog-count{font-size:11px;color:#6d8286;margin:0;white-space:nowrap}.product{scroll-margin-top:24px}@media(max-width:540px){.catalog-toolbar{align-items:flex-start;flex-direction:column;gap:11px;margin-bottom:18px}.catalog-filters{gap:7px;flex-wrap:nowrap;width:100%;justify-content:space-between}.category-filter{padding:9px 10px;min-height:42px;font-size:11px;gap:6px;border-radius:8px}.category-filter span{font-size:9px}.catalog-count{font-size:10px}}
.category-page{max-width:1184px}.category-page .page-intro{margin-top:18px}.category-page .category-breadcrumb{font-size:12px;display:flex;gap:9px;margin:0;color:#6a8183}.category-breadcrumb a{color:#397c71}.category-page .store-products .products{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch}.category-page .store-products{padding-top:26px}.category-page .store-products .products:has(>.product:only-child){grid-template-columns:minmax(0,440px)}.category-page #purchase-help{padding-top:20px;border-top:1px solid #e8eeec;margin-top:5px}.category-page .product .price{color:#1a3d43;font-size:42px}.category-page .product-subtitle{margin:0 0 25px}.category-page .product .product-terms{margin:0 0 22px;padding:21px 0 0}.category-page .product .product-terms li{font-size:12px;color:#60757c}.footer-links{flex-wrap:wrap;justify-content:flex-end;max-width:740px}@media(max-width:820px){.footer-links{justify-content:flex-start}}@media(max-width:680px){.category-page .store-products .products{grid-template-columns:1fr}}@media(max-width:540px){.category-page .product .price{font-size:39px}.category-page .product-subtitle{margin-left:63px;margin-bottom:24px}.category-page .product .product-terms{padding-top:18px;margin-bottom:18px}.category-page .store-products{padding-top:22px}}
.authorization-guide{display:grid;gap:12px;list-style:none;counter-reset:authorization;padding:0;margin:20px 0}.authorization-guide li{counter-increment:authorization;background:#f5f9f7;border:1px solid #e2ece6;border-radius:11px;padding:17px 19px;font-size:13px!important;line-height:1.9;color:#5d7774!important}.authorization-guide li strong{display:block;color:#346c60;font-size:14px;margin-bottom:5px}.authorization-guide li strong:before{content:counter(authorization) " / ";font-weight:500;color:#72a194;margin-right:3px}.authorization-guide a{color:#197967;text-decoration:underline;text-underline-offset:3px}
@media(max-width:380px){.catalog-filters{gap:6px}.category-filter{padding:9px 7px;font-size:10px;gap:4px}.category-filter span{font-size:9px}}
.promo-strip{display:flex;align-items:center;gap:21px;border:1px solid #d7e8df;background:linear-gradient(105deg,#e6f5eb,#f6fbf8);border-radius:13px;padding:18px 22px;margin:0 0 24px}.promo-value{font-size:40px;line-height:1;font-weight:750;letter-spacing:-.04em;color:#208469;min-width:62px;text-align:center;flex-shrink:0}.promo-value>span{font-size:20px;margin-right:2px}.promo-value small{font-size:10px;letter-spacing:0;display:block;margin-top:8px;color:#648e7b;font-weight:500}.promo-copy{flex:1}.promo-copy h3{font-size:17px;color:#2c6e56;margin:0 0 5px;letter-spacing:-.025em}.promo-copy p{font-size:12px;color:#5d7c6c;margin:0 0 3px}.promo-copy small{font-size:10px;color:#6b8074}.promo-copy-button{flex-direction:column;gap:3px;font-size:12px;min-height:53px;padding:10px 19px;border:1px solid #b5d5c3;background:#fff;color:#28754f;box-shadow:0 3px 10px #16482508}.promo-copy-button:hover{background:#eff8f2;border-color:#94bfaa}.promo-copy-button>span{font-size:10px;letter-spacing:.05em;font-weight:400;color:#57886d}.category-page .promo-copy h3{margin-top:0}.category-page .promo-copy p{font-size:12px}.category-page .promo-strip{margin-bottom:25px}@media(max-width:680px){.promo-strip{display:grid;grid-template-columns:48px 1fr;gap:12px 16px;padding:17px 18px}.promo-value{min-width:48px;font-size:36px}.promo-copy h3{font-size:15px}.promo-copy p{font-size:11px;line-height:1.8}.promo-copy small{font-size:9px;display:block;line-height:1.8}.promo-copy-button{grid-column:1/-1;flex-direction:row;gap:14px;justify-content:center;min-height:38px;padding:8px 14px}.promo-value small{font-size:9px}}
@media(max-width:680px){.promo-copy-button{min-height:44px}}
.promo-copy small{font-size:11px;color:#5b7265}@media(max-width:680px){.promo-copy small{font-size:10px}}
