:root{--csh-blue:#0868df;--csh-blue-dark:#064fae;--csh-teal:#11aeb9;--csh-navy:#0b2444;--csh-text:#13243e;--csh-muted:#65748a;--csh-line:#dfe8f2;--csh-soft:#f5faff;--csh-soft-blue:#eaf6ff;--csh-white:#fff;--csh-shadow:0 12px 34px rgba(20,53,91,.08)}
html{scroll-behavior:smooth}
body.creminto-store-homepage-body{margin:0;background:#fff;color:var(--csh-text);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased}
body.creminto-store-homepage-body.creminto-menu-open{overflow:hidden}
.csh-store,.csh-store *{box-sizing:border-box}
.csh-store a{color:inherit;text-decoration:none}
.csh-store button,.csh-store input{font:inherit}
.csh-store img{max-width:100%;height:auto}
.csh-container{width:min(1180px,calc(100% - 48px));margin:0 auto}
.csh-store .screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

/* Announcement */
.csh-announcement{background:linear-gradient(90deg,#07509f 0%,#0873d9 56%,#16b6c0 100%);color:#fff;font-size:14px;font-weight:700}
.csh-announcement-inner{min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.csh-announcement-main{display:flex;align-items:center;gap:7px}
.csh-announcement-side{font-size:14px;font-weight:500;opacity:.9}

/* Header */
.csh-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.97);border-bottom:1px solid #e7edf4;backdrop-filter:saturate(170%) blur(12px);transition:box-shadow .2s ease}
.admin-bar .csh-header{top:32px}
.csh-header.is-scrolled{box-shadow:0 8px 26px rgba(23,51,86,.09)}
.csh-header-inner{height:76px;display:flex;align-items:center;gap:30px}
.csh-brand{flex:0 0 auto;display:inline-flex;align-items:center;color:#0b2545}
.csh-brand strong{font-size:28px;line-height:1;font-weight:850;letter-spacing:-.045em}
.csh-brand strong span{color:var(--csh-teal)}
.csh-nav{display:flex;align-items:center;gap:30px;white-space:nowrap}
.csh-nav a{font-size:15px;font-weight:700;color:#20344f;transition:color .18s ease}
.csh-nav a:hover{color:var(--csh-blue)}
.csh-nav a span{margin-left:4px;font-size:15px}
.csh-search{margin-left:auto;width:min(300px,26vw);height:44px;display:flex;align-items:center;gap:10px;padding:0 14px;border:1px solid #cedae7;border-radius:12px;background:#f9fbfe}
.csh-search:focus-within{border-color:#8cbdf2;box-shadow:0 0 0 3px rgba(8,104,223,.08);background:#fff}
.csh-search svg{width:19px;height:19px;fill:none;stroke:#5d728e;stroke-width:1.8;stroke-linecap:round}
.csh-search input{min-width:0;width:100%;height:100%;padding:0;border:0!important;outline:0!important;box-shadow:none!important;background:transparent!important;color:#1a2c46;font-size:14px}
.csh-search input::placeholder{color:#8190a3}
.csh-header-actions{display:flex;align-items:center;gap:8px}
.csh-icon-link,.csh-cart-link,.csh-menu-toggle{position:relative;display:grid;place-items:center;width:42px;height:42px;border:0;border-radius:10px;background:transparent;color:#132b4b;cursor:pointer}
.csh-icon-link:hover,.csh-cart-link:hover,.csh-menu-toggle:hover{background:#f1f7fd;color:var(--csh-blue)}
.csh-icon-link svg,.csh-cart-link svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.csh-cart-link>span{position:absolute;right:1px;top:0;display:grid;place-items:center;min-width:19px;height:19px;padding:0 5px;border:2px solid #fff;border-radius:99px;background:var(--csh-blue);color:#fff;font-size:11px;line-height:1;font-weight:800}
.csh-menu-toggle{display:none;padding:11px}
.csh-menu-toggle>span:not(.screen-reader-text){display:block;width:21px;height:2px;margin:2px 0;border-radius:3px;background:currentColor}

/* Hero */
.csh-hero{overflow:hidden;background:linear-gradient(105deg,#fff 0%,#fff 43%,#edf8ff 100%);border-bottom:1px solid #edf2f7}
.csh-hero-grid{min-height:380px;display:grid;grid-template-columns:minmax(0,.9fr) minmax(430px,1.1fr);align-items:center;gap:42px;padding-top:34px;padding-bottom:34px}
.csh-hero-copy{max-width:590px}
.csh-kicker{margin-bottom:10px;color:#0874e5;font-size:14px;line-height:1.3;font-weight:850;letter-spacing:.08em;text-transform:uppercase}
.csh-hero-copy h1{margin:0;color:#0c2748;font-size:58px;line-height:1.02;font-weight:850;letter-spacing:-.055em}
.csh-hero-copy h1>span{display:block}
.csh-heading-accent{color:var(--csh-teal)}
.csh-hero-copy>p{max-width:560px;margin:15px 0 0;color:#556a83;font-size:17px;line-height:1.55}
.csh-hero-actions{display:flex;align-items:center;gap:16px;margin-top:22px}
.csh-btn{min-height:46px;display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:0 24px;border:1px solid transparent;border-radius:8px;font-size:15px;font-weight:800;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}
.csh-btn:hover{transform:translateY(-1px)}
.csh-btn-primary{background:linear-gradient(135deg,#086ee4,#075ec9);color:#fff!important;box-shadow:0 9px 20px rgba(8,104,223,.18)}
.csh-btn-primary:hover{box-shadow:0 12px 26px rgba(8,104,223,.25)}
.csh-btn-outline{border-color:#1680ed;background:#fff;color:#0865d4!important}
.csh-btn-outline:hover{background:#f4faff}
.csh-hero-media{align-self:stretch;display:flex;align-items:center;justify-content:flex-end;min-width:0}
.csh-hero-media img{display:block;width:100%;max-width:590px;border-radius:0;object-fit:contain}

/* Trust strip */
.csh-trust-strip{background:#fff}
.csh-trust-grid{display:grid;grid-template-columns:repeat(3,1fr);min-height:88px;align-items:center}
.csh-trust-item{display:flex;align-items:center;justify-content:center;gap:15px;padding:18px 26px;border-right:1px solid #dfe7ef}
.csh-trust-item:last-child{border-right:0}
.csh-trust-icon{flex:0 0 36px;display:grid;place-items:center;width:36px;height:36px;color:#086cdf}
.csh-trust-icon svg{width:29px;height:29px;fill:#086cdf;stroke:#086cdf;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.csh-trust-icon svg path+path{fill:none;stroke:#fff;stroke-width:2}
.csh-trust-item div{display:flex;flex-direction:column;gap:1px}
.csh-trust-item strong{font-size:15px;line-height:1.25;color:#18304d}
.csh-trust-item small{font-size:14px;line-height:1.35;color:#6b7b8f}

/* Shared sections */
.csh-section{padding:42px 0 22px;background:#fff}
.csh-section-head{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:17px}
.csh-section-head-simple h2,.csh-standalone-title{margin:0;color:#112c4d;font-size:25px;line-height:1.2;font-weight:850;letter-spacing:-.03em}
.csh-section-head a{color:#086cde;font-size:14px;font-weight:800;white-space:nowrap}
.csh-section-head a:hover{text-decoration:underline}

/* Categories */
.csh-category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}
.csh-category-card{position:relative;min-height:205px;display:flex;flex-direction:column;overflow:hidden;padding:0 17px 17px;border:1px solid #dfe8f1;border-radius:10px;background:linear-gradient(145deg,#f8fcff,#f1f8fd);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.csh-category-card:hover{transform:translateY(-2px);border-color:#c9deef;box-shadow:var(--csh-shadow)}
.csh-category-visual{height:118px;display:grid;place-items:center;padding:14px;color:#0d6bd3}
.csh-category-visual img{width:100%;height:100%!important;object-fit:contain;border-radius:6px}
.csh-category-visual svg{width:86px;height:86px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 8px 10px rgba(20,70,120,.08))}
.csh-category-visual-1{color:#d99b3c}.csh-category-visual-2{color:#438cc7}.csh-category-visual-3{color:#476ee8}.csh-category-visual-4{color:#16a0b6}
.csh-category-copy{padding-right:38px}
.csh-category-copy strong{display:block;margin-bottom:2px;color:#102846;font-size:16px;line-height:1.25}
.csh-category-copy small{display:block;color:#65758b;font-size:14px;line-height:1.35}
.csh-round-arrow{position:absolute;right:14px;bottom:17px;display:grid;place-items:center;width:30px;height:30px;border:1px solid #d9e6f2;border-radius:50%;background:#fff;color:#0872df;font-size:18px;line-height:1;box-shadow:0 4px 12px rgba(31,82,128,.07)}

/* Products */
.csh-products{padding-top:32px}
.csh-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}
.csh-product-card{overflow:hidden;border:1px solid #dfe5ed;border-radius:10px;background:#fff;box-shadow:0 3px 12px rgba(24,55,88,.035);transition:transform .18s ease,box-shadow .18s ease}
.csh-product-card:hover{transform:translateY(-2px);box-shadow:var(--csh-shadow)}
.csh-product-media{position:relative;height:235px;display:flex;align-items:center;justify-content:center;padding:12px;background:linear-gradient(180deg,#fbfdff,#f6f8fb);border-bottom:1px solid #eef2f6}
.csh-product-media img{display:block;width:100%;height:100%!important;object-fit:contain}
.csh-sale-badge{position:absolute;left:10px;top:10px;padding:4px 8px;border-radius:5px;background:#ff3a3a;color:#fff;font-size:13px;line-height:1.2;font-weight:850}
.csh-product-body{padding:14px 16px 15px}
.csh-product-body h3{min-height:42px;margin:0 0 7px;color:#162c47;font-size:15px;line-height:1.38;font-weight:800}
.csh-product-body h3 a:hover{color:var(--csh-blue)}
.csh-rating-row{min-height:22px;display:flex;align-items:center;gap:6px;margin-bottom:5px}
.csh-stars{display:inline-flex;color:#ffab00;font-size:15px;letter-spacing:1px;line-height:1}
.csh-stars i{color:#d7dee7;font-style:normal}
.csh-rating-row small{color:#8491a2;font-size:13px}
.csh-no-reviews{color:#8290a1;font-size:13px;font-weight:650}
.csh-price{min-height:32px;display:flex;align-items:baseline;gap:7px;margin:3px 0 9px;color:#102844;font-size:21px;line-height:1.2;font-weight:850}
.csh-price del{color:#8e99a8;font-size:14px;font-weight:600;opacity:1}
.csh-price ins{color:#102844;text-decoration:none}
.csh-add-cart,.csh-product-body .button.csh-add-cart{width:100%;min-height:40px!important;display:flex!important;align-items:center!important;justify-content:center!important;margin:0!important;padding:9px 12px!important;border:0!important;border-radius:6px!important;background:#0871e3!important;color:#fff!important;font-size:14px!important;line-height:1.3!important;font-weight:800!important;text-align:center!important;box-shadow:none!important;text-decoration:none!important}
.csh-add-cart:hover,.csh-product-body .button.csh-add-cart:hover{background:#075fc2!important;color:#fff!important}
.csh-demo-product-art{width:100%;height:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;padding:18px;border-radius:7px;background:linear-gradient(145deg,#16456b,#0c263d);color:#fff}
.csh-demo-product-art span{font-size:13px;text-transform:uppercase;letter-spacing:.08em;opacity:.8}.csh-demo-product-art strong{max-width:150px;font-size:23px;line-height:1.08}
.csh-demo-product-art-2{background:linear-gradient(145deg,#c67aec,#7d56d5)}.csh-demo-product-art-3{background:linear-gradient(145deg,#182542,#5a4dca)}.csh-demo-product-art-4{background:linear-gradient(145deg,#8e2030,#2f1520)}

/* Promo */
.csh-promo-section{padding:38px 0 18px}
.csh-promo-card{min-height:220px;display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.9fr);align-items:center;gap:20px;overflow:hidden;padding:0 0 0 44px;border-radius:12px;background:linear-gradient(110deg,#e6f6ff 0%,#eefaff 55%,#dff4ff 100%);border:1px solid #cfeaf8}
.csh-promo-copy{padding:28px 0}
.csh-promo-copy small{display:block;margin-bottom:4px;color:#526f8e;font-size:14px;font-weight:650}
.csh-promo-copy h2{max-width:590px;margin:0;color:#102a4b;font-size:33px;line-height:1.08;font-weight:850;letter-spacing:-.035em}
.csh-promo-copy p{max-width:590px;margin:10px 0 17px;color:#61748b;font-size:15px;line-height:1.5}
.csh-promo-media{align-self:stretch;display:flex;align-items:flex-end;justify-content:flex-end;overflow:hidden}
.csh-promo-media img{width:100%;height:100%!important;object-fit:cover;object-position:center left}

/* Why */
.csh-why{padding-top:28px;padding-bottom:18px}
.csh-standalone-title{margin-bottom:18px}
.csh-why-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px}
.csh-why-item{display:flex;align-items:center;gap:14px}
.csh-why-item>span{flex:0 0 48px;display:grid;place-items:center;width:48px;height:48px;border-radius:50%;background:linear-gradient(145deg,#13b9c0,#0f96b6);color:#fff}
.csh-why-item svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.csh-why-item strong{display:block;color:#132d4b;font-size:15px;line-height:1.28}
.csh-why-item small{display:block;margin-top:2px;color:#6c7d91;font-size:13px;line-height:1.35}

/* Reviews */
.csh-testimonials{padding-top:24px;padding-bottom:18px}
.csh-review-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
.csh-review-card{min-height:115px;display:flex;align-items:center;gap:16px;padding:16px;border:1px solid #dfe7ef;border-radius:9px;background:#fff}
.csh-review-avatar{flex:0 0 58px;width:58px;height:58px;display:grid;place-items:center;border-radius:50%;overflow:hidden;background:#edf7ff;color:#0b70dc;font-size:20px;font-weight:850}
.csh-review-avatar img{width:100%;height:100%!important;object-fit:cover}
.csh-review-content{min-width:0;flex:1}
.csh-review-content p{margin:0 0 7px;color:#63748a;font-size:14px;line-height:1.45}
.csh-review-meta{display:flex;flex-wrap:wrap;align-items:center;gap:7px 12px}
.csh-review-meta strong{color:#14304f;font-size:14px}
.csh-review-meta small{color:#6e7f92;font-size:13px}
.csh-review-meta small span{color:#1488e8}
.csh-review-empty .csh-review-avatar{background:#ebf9f7;color:#0a9ea8}

/* FAQ */
.csh-faq{padding-top:25px;padding-bottom:36px}
.csh-faq-list{display:grid;gap:7px}
.csh-faq-list details{border:1px solid #dbe5ee;border-radius:7px;background:#fff;overflow:hidden}
.csh-faq-list summary{min-height:48px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:10px 14px;color:#17324f;font-size:14px;font-weight:750;cursor:pointer;list-style:none}
.csh-faq-list summary::-webkit-details-marker{display:none}
.csh-faq-list summary span{transition:transform .18s ease}
.csh-faq-list details[open] summary span{transform:rotate(180deg)}
.csh-faq-list details p{margin:0;padding:0 14px 15px;color:#65768b;font-size:14px;line-height:1.55}

/* Footer */
.csh-footer{background:linear-gradient(110deg,#092440,#0a2b4b 60%,#083352);color:#fff}
.csh-footer-grid{display:grid;grid-template-columns:1.35fr .7fr .85fr 1.25fr;gap:54px;padding-top:34px;padding-bottom:28px}
.csh-brand-footer strong{color:#fff;font-size:27px}
.csh-footer-brand p,.csh-footer-action p{margin:9px 0 0;color:#bac8d6;font-size:14px;line-height:1.55}
.csh-footer-links{display:flex;flex-direction:column;align-items:flex-start;gap:5px}
.csh-footer-links strong,.csh-footer-action>strong{margin-bottom:3px;color:#fff;font-size:14px}
.csh-footer-links a,.csh-footer-email{color:#c1cfdd;font-size:14px;line-height:1.45}
.csh-footer-links a:hover,.csh-footer-email:hover{color:#fff}
.csh-footer-action{display:flex;flex-direction:column;align-items:flex-start}
.csh-footer-action p{margin:5px 0 11px}
.csh-footer-button{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:8px 15px;border-radius:5px;background:#0873e5;color:#fff!important;font-size:13px;font-weight:800}
.csh-footer-email{margin-top:9px;word-break:break-all}
.csh-footer-bottom{min-height:48px;display:flex;align-items:center;justify-content:space-between;gap:20px;border-top:1px solid rgba(255,255,255,.12);color:#96a9ba;font-size:13px}

@media (max-width:1100px){
 .csh-container{width:min(100% - 40px,1040px)}
 .csh-header-inner{gap:20px}.csh-nav{gap:20px}.csh-search{width:240px}
 .csh-hero-grid{grid-template-columns:minmax(0,.92fr) minmax(390px,1.08fr);gap:24px}.csh-hero-copy h1{font-size:52px}
 .csh-product-media{height:210px}.csh-promo-card{grid-template-columns:1fr 390px}.csh-footer-grid{gap:34px}
}

@media (max-width:900px){
 .admin-bar .csh-header{top:46px}
 .csh-header{position:relative;top:auto!important}
 .csh-header-inner{height:auto;min-height:72px;flex-wrap:wrap;padding:13px 0}
 .csh-menu-toggle{display:grid;margin-left:auto}.csh-header-actions{order:3}.csh-search{order:4;width:100%;height:42px;margin:0;flex-basis:100%}
 .csh-nav{position:absolute;left:0;right:0;top:100%;z-index:120;display:flex;flex-direction:column;align-items:stretch;gap:0;padding:7px 20px 18px;border-top:1px solid #edf2f6;border-bottom:1px solid #dfe7ef;background:#fff;box-shadow:0 20px 35px rgba(20,51,86,.12);opacity:0;visibility:hidden;transform:translateY(-5px);transition:.18s}
 .csh-nav.is-open{opacity:1;visibility:visible;transform:none}.csh-nav a{padding:13px 5px;border-bottom:1px solid #edf2f6}.csh-nav a:last-child{border-bottom:0}
 .csh-hero-grid{min-height:auto;grid-template-columns:1fr;padding-top:48px;padding-bottom:25px}.csh-hero-copy{max-width:720px;text-align:center;margin:0 auto}.csh-hero-copy>p{margin-left:auto;margin-right:auto}.csh-hero-actions{justify-content:center}.csh-hero-media{justify-content:center}.csh-hero-media img{max-width:680px}
 .csh-trust-grid{grid-template-columns:repeat(3,1fr)}.csh-trust-item{padding:16px 12px}.csh-trust-item small{font-size:13px}
 .csh-category-grid,.csh-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
 .csh-product-media{height:260px}
 .csh-promo-card{grid-template-columns:1fr 310px;padding-left:30px}.csh-promo-copy h2{font-size:29px}
 .csh-why-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 32px}
 .csh-footer-grid{grid-template-columns:1.2fr 1fr 1fr;gap:30px}.csh-footer-action{grid-column:1/-1;max-width:520px}
}

@media (max-width:640px){
 .csh-container{width:min(100% - 28px,600px)}
 .csh-announcement-inner{min-height:36px;justify-content:center;text-align:center}.csh-announcement-side{display:none}.csh-announcement-main{font-size:13px}
 .csh-brand strong{font-size:24px}.csh-header-inner{gap:8px 10px}.csh-icon-link,.csh-cart-link,.csh-menu-toggle{width:38px;height:38px}.csh-icon-link svg,.csh-cart-link svg{width:22px;height:22px}
 .csh-hero-grid{padding-top:38px;padding-bottom:18px;gap:18px}.csh-kicker{font-size:13px}.csh-hero-copy h1{font-size:42px;line-height:1.04}.csh-hero-copy>p{font-size:15px}.csh-hero-actions{flex-direction:column;gap:10px}.csh-hero-actions .csh-btn{width:100%;max-width:360px}.csh-hero-media img{width:112%;max-width:none;margin-left:-6%;margin-right:-6%}
 .csh-trust-grid{grid-template-columns:1fr}.csh-trust-item{justify-content:flex-start;border-right:0;border-bottom:1px solid #e5ecf3;padding:13px 4px}.csh-trust-item:last-child{border-bottom:0}.csh-trust-icon{margin-left:5px}
 .csh-section{padding-top:34px}.csh-section-head{align-items:flex-start}.csh-section-head-simple h2,.csh-standalone-title{font-size:23px}.csh-section-head a{font-size:13px}
 .csh-category-grid{grid-template-columns:1fr 1fr;gap:12px}.csh-category-card{min-height:180px;padding-left:12px;padding-right:12px}.csh-category-visual{height:105px;padding:10px}.csh-category-visual svg{width:72px;height:72px}.csh-category-copy{padding-right:28px}.csh-category-copy strong{font-size:15px}.csh-category-copy small{font-size:13px}.csh-round-arrow{right:9px;bottom:13px;width:27px;height:27px}
 .csh-product-grid{grid-template-columns:1fr 1fr;gap:12px}.csh-product-media{height:190px;padding:8px}.csh-product-body{padding:11px 11px 12px}.csh-product-body h3{min-height:40px;font-size:14px}.csh-rating-row{margin-bottom:3px}.csh-stars{font-size:13px}.csh-rating-row small,.csh-no-reviews{font-size:12px}.csh-price{font-size:18px}.csh-price del{font-size:12px}.csh-add-cart,.csh-product-body .button.csh-add-cart{min-height:38px!important;font-size:13px!important}.csh-sale-badge{font-size:12px}
 .csh-promo-section{padding-top:30px}.csh-promo-card{display:block;min-height:0;padding:28px 22px 0}.csh-promo-copy{padding:0 0 18px;text-align:left}.csh-promo-copy h2{font-size:27px}.csh-promo-copy p{font-size:14px}.csh-promo-media{height:150px;margin:0 -22px}.csh-promo-media img{object-position:center top}
 .csh-why-grid{grid-template-columns:1fr;gap:17px}.csh-why-item>span{flex-basis:44px;width:44px;height:44px}.csh-why-item small{font-size:13px}
 .csh-review-grid{grid-template-columns:1fr}.csh-review-card{align-items:flex-start}.csh-review-avatar{width:50px;height:50px;flex-basis:50px}
 .csh-faq-list summary{font-size:14px}
 .csh-footer-grid{grid-template-columns:1fr 1fr;gap:28px 24px;padding-top:30px}.csh-footer-brand{grid-column:1/-1}.csh-footer-action{grid-column:1/-1}.csh-footer-bottom{align-items:flex-start;flex-direction:column;justify-content:center;gap:4px;padding:12px 0;font-size:12px}
}

@media (max-width:390px){
 .csh-container{width:min(100% - 22px,360px)}
 .csh-icon-link{display:none}.csh-hero-copy h1{font-size:38px}
 .csh-category-grid,.csh-product-grid{grid-template-columns:1fr}.csh-category-card{min-height:155px;display:grid;grid-template-columns:105px 1fr;align-items:center;padding:10px}.csh-category-visual{height:105px}.csh-category-copy{padding-right:34px}.csh-round-arrow{bottom:auto;top:50%;transform:translateY(-50%)}
 .csh-product-media{height:260px}.csh-product-body h3{min-height:0}.csh-footer-grid{grid-template-columns:1fr}.csh-footer-brand,.csh-footer-action{grid-column:auto}
}
