:root{color:#10201d;--brand:#047857;--brand2:#0f766e;--dark:#10201d;--muted:#65736f;--line:#dce8e4;--soft:#eef8f4;--warn:#f59e0b;--danger:#dc2626;--card:#fff;--shadow:0 18px 50px #10201d1a;background:#f4f8f7;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{margin:0}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.page{min-height:100vh}.container{width:min(1180px,100% - 32px);margin:auto}.topbar{color:#dff7ef;background:#06382f;font-size:13px}.topbar .container{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:8px 0;display:flex}.nav{z-index:50;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--line);background:#ffffffeb;position:sticky;top:0}.nav-inner{justify-content:space-between;align-items:center;gap:16px;height:72px;display:flex}.brand{color:var(--dark);align-items:center;gap:10px;font-size:20px;font-weight:900;display:flex}.brand-mark{background:linear-gradient(135deg,var(--brand),#22c55e);color:#fff;border-radius:14px;place-items:center;width:40px;height:40px;font-weight:900;display:grid}.nav-links{align-items:center;gap:8px;display:flex}.nav-links a{color:#25433d;border-radius:999px;padding:10px 13px;font-size:14px;font-weight:700}.nav-links a:hover,.nav-links .active{background:var(--soft);color:var(--brand)}.mobile-menu{display:none}.btn{cursor:pointer;border:0;border-radius:14px;justify-content:center;align-items:center;gap:8px;padding:12px 18px;font-weight:800;transition:all .2s;display:inline-flex}.btn-primary{background:linear-gradient(135deg,var(--brand),var(--brand2));color:#fff;box-shadow:0 10px 24px #04785740}.btn-primary:hover{transform:translateY(-1px)}.btn-soft{background:var(--soft);color:var(--brand)}.btn-outline{border:1px solid var(--line);color:var(--dark);background:#fff}.hero{background:radial-gradient(circle at 100% 0,#d9fff2 0,#f4f8f7 40% 100%);padding:58px 0 34px}.hero-grid{grid-template-columns:1.15fr .85fr;align-items:center;gap:30px;display:grid}.eyebrow{color:#166534;background:#dcfce7;border:1px solid #bbf7d0;border-radius:999px;padding:7px 12px;font-size:13px;font-weight:900;display:inline-flex}.hero h1{letter-spacing:-1.5px;margin:18px 0 16px;font-size:clamp(34px,5vw,62px);line-height:1.02}.hero p{color:var(--muted);max-width:700px;font-size:18px;line-height:1.7}.hero-actions{flex-wrap:wrap;gap:12px;margin-top:24px;display:flex}.hero-card{box-shadow:var(--shadow);background:#fff;border:1px solid #04785714;border-radius:28px;padding:18px}.hero-product{color:#fff;background:linear-gradient(140deg,#073b31,#0f766e 55%,#22c55e);border-radius:24px;flex-direction:column;justify-content:space-between;min-height:330px;padding:24px;display:flex;position:relative;overflow:hidden}.hero-product:after{content:"";background:#ffffff26;border-radius:50%;width:260px;height:260px;position:absolute;bottom:-70px;right:-70px}.hero-product h2{margin:0;font-size:30px}.stats{grid-template-columns:repeat(4,1fr);gap:14px;margin-top:28px;display:grid}.stat{border:1px solid var(--line);background:#fff;border-radius:20px;padding:18px;box-shadow:0 8px 22px #10201d0a}.stat b{font-size:24px}.stat span{color:var(--muted);margin-top:4px;font-size:13px;display:block}.section{padding:42px 0}.section-head{justify-content:space-between;align-items:end;gap:20px;margin-bottom:20px;display:flex}.section-head h2{margin:0;font-size:30px}.section-head p{color:var(--muted);margin:7px 0 0}.grid{gap:18px;display:grid}.grid-4{grid-template-columns:repeat(4,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-2{grid-template-columns:repeat(2,1fr)}.card{border:1px solid var(--line);background:#fff;border-radius:22px;overflow:hidden;box-shadow:0 10px 30px #10201d0d}.card-pad{padding:22px}.product-card{position:relative}.product-img{background:#e8f3ef;place-items:center;height:210px;display:grid;overflow:hidden}.product-img img{object-fit:cover;width:100%;height:100%}.badge{color:#166534;background:#dcfce7;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:900;display:inline-flex}.product-body{padding:16px}.price{color:var(--brand);font-size:22px;font-weight:950}.muted{color:var(--muted)}.features{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.feature{border:1px solid var(--line);background:#fff;border-radius:22px;padding:22px}.feature-icon{background:var(--soft);border-radius:18px;place-items:center;width:48px;height:48px;margin-bottom:14px;font-size:22px;display:grid}.form-card{border:1px solid var(--line);box-shadow:var(--shadow);background:#fff;border-radius:28px;padding:26px}.form-grid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.field{flex-direction:column;gap:7px;display:flex}.field label{color:#1f3b35;font-size:14px;font-weight:800}.field input,.field select,.field textarea{background:#fbfffd;border:1px solid #cfe0db;border-radius:14px;outline:none;width:100%;padding:13px 14px;transition:all .2s}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--brand);box-shadow:0 0 0 4px #0478571a}.field small{color:var(--danger);font-weight:700}.full{grid-column:1/-1}.alert{border-radius:16px;margin:12px 0;padding:14px 16px;font-weight:700}.alert-success{color:#166534;background:#dcfce7}.alert-error{color:#991b1b;background:#fee2e2}.footer{color:#d9fff2;background:#071d19;margin-top:50px;padding:42px 0 22px}.footer-grid{grid-template-columns:1.2fr 1fr 1fr;gap:22px;display:grid}.footer a{color:#d9fff2;margin:9px 0;display:block}.map-wrap iframe{border:0;border-radius:22px;width:100%;height:380px}.checkout-layout{grid-template-columns:1.5fr .75fr;gap:22px;display:grid}.summary{position:sticky;top:92px}.admin-shell{grid-template-columns:260px 1fr;min-height:100vh;display:grid}.admin-side{color:#fff;background:#08251f;padding:20px}.admin-side a{color:#dbfff3;border-radius:14px;margin-bottom:6px;padding:13px 14px;font-weight:800;display:block}.admin-side a:hover{background:#ffffff1a}.admin-main{padding:24px}.gallery{grid-template-columns:90px 1fr;gap:16px;display:grid}.thumbs{flex-direction:column;gap:10px;display:flex}.thumbs img{object-fit:cover;cursor:pointer;border:2px solid #0000;border-radius:12px;width:86px;height:70px}.main-image{background:#eef8f4;border-radius:22px;height:450px;overflow:hidden}.main-image img{object-fit:cover;width:100%;height:100%}.mobile-drawer{display:none}.warranty-hero{color:#fff;background:linear-gradient(135deg,#06382f,#047857);border-radius:30px;grid-template-columns:1.1fr .9fr;align-items:center;gap:20px;padding:34px;display:grid;position:relative;overflow:hidden}.warranty-hero h1{margin:0 0 12px;font-size:clamp(30px,4vw,52px)}.warranty-steps{gap:12px;display:grid}.step{background:#ffffff1f;border:1px solid #ffffff2e;border-radius:18px;padding:15px}@media (width<=900px){.nav-links{display:none}.mobile-menu{display:inline-flex}.hero-grid,.checkout-layout,.warranty-hero,.footer-grid,.admin-shell{grid-template-columns:1fr}.grid-4,.grid-3,.grid-2,.features,.stats{grid-template-columns:1fr 1fr}.admin-side{display:none}.mobile-drawer{display:block}.gallery{grid-template-columns:1fr}.thumbs{flex-direction:row;overflow:auto}.main-image{height:310px}.form-grid{grid-template-columns:1fr}}@media (width<=560px){.container{width:min(100% - 22px,1180px)}.hero{padding-top:34px}.grid-4,.grid-3,.grid-2,.features,.stats{grid-template-columns:1fr}.section-head{display:block}.product-img{height:190px}.hero-actions .btn{width:100%}.form-card{padding:18px}.footer{padding-bottom:90px}.topbar .container{text-align:center;justify-content:center}}.customer-pill{background:#eaf7f0;border:1px solid #bfe8d3;border-radius:999px;font-weight:800;color:#086b4a!important;padding:10px 14px!important}.nav-button{color:#fff;cursor:pointer;background:#0b8763;border:0;border-radius:999px;padding:10px 16px;font-weight:800}.nav-button:hover{background:#075b43}.profile-section{background:linear-gradient(#f5fbf8,#eef7f3)}.profile-hero{color:#fff;background:linear-gradient(135deg,#0b8763,#0f3d32);border-radius:28px;justify-content:space-between;align-items:center;gap:20px;margin-bottom:22px;padding:34px;display:flex;box-shadow:0 18px 50px #0841322e}.profile-hero h1{margin:.15rem 0;font-size:clamp(2rem,4vw,3.5rem)}.profile-hero p{color:#def8ef;max-width:680px}.profile-actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.profile-actions .btn-outline{color:#0b573f;background:#fff;border-color:#fff}.profile-actions .btn-primary{color:#18372d;background:#ffcf4a}.profile-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.profile-wide{grid-column:1/-1}.profile-card h2{color:#0c3d31;margin-top:0}.details-list{gap:12px;display:grid}.details-list div{background:#f7fbf9;border:1px solid #dcece5;border-radius:18px;grid-template-columns:170px 1fr;gap:14px;padding:14px;display:grid}.details-list span{color:#557267;font-weight:800}.details-list b{word-break:break-word;color:#112e26}.eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:.8rem;font-weight:900;color:#bdf7df!important}@media (width<=760px){.profile-hero{flex-direction:column;align-items:flex-start;padding:24px}.profile-actions{justify-content:flex-start;width:100%}.profile-grid{grid-template-columns:1fr}.details-list div{grid-template-columns:1fr;gap:4px}.customer-pill{justify-content:center;display:inline-flex}.nav-button{width:100%}}.product-img img,.main-image img,.thumbs img{background:#eef8f4;display:block}.product-img img{object-fit:contain;padding:10px}.main-image{place-items:center;display:grid}.main-image img{object-fit:contain;padding:18px}.product-description{white-space:pre-line;line-height:1.6}.gallery{align-items:start}.thumbs{max-height:450px;overflow:auto}@media (width<=900px){.thumbs{max-height:none}.main-image img{padding:12px}}.product-card{background:#fff;border:1px solid #d9ebe5;border-radius:24px;flex-direction:column;height:100%;display:flex;box-shadow:0 16px 36px #0f172a0f}.product-card>a{background:#f6fbf9;padding:14px 14px 0;display:block}.product-img{aspect-ratio:1;background:#f8fafc;border:1.5px solid #d6e5df;border-radius:18px;place-items:center;height:auto;display:grid;overflow:hidden;box-shadow:inset 0 0 0 1px #0f172a08}.product-img img{background:#f8fafc;border-radius:16px;width:100%;height:100%;padding:18px;object-fit:contain!important}.product-body{flex-direction:column;flex:1;padding:18px;display:flex}.product-body h3{min-height:58px;margin:14px 0 8px;line-height:1.15}.product-body .price{margin-top:auto;padding-top:10px}.main-image{aspect-ratio:1;background:#f8fafc;border:1.5px solid #d6e5df;border-radius:24px;place-items:center;height:auto;display:grid;overflow:hidden}.main-image img{background:#f8fafc;width:100%;height:100%;padding:18px;object-fit:contain!important}.thumbs img{background:#f8fafc;border:1.5px solid #d6e5df;padding:6px;object-fit:contain!important}@media (width<=560px){.product-img img{padding:14px}.product-body h3{min-height:auto}.main-image img{padding:12px}}.product-detail-layout{grid-template-columns:minmax(360px,1.05fr) minmax(360px,.95fr);align-items:start;gap:28px;display:grid}.product-info-card h1{margin:18px 0 10px;font-size:clamp(26px,3vw,40px);line-height:1.12}.short-desc{font-size:16px;line-height:1.55}.product-actions{flex-wrap:wrap;gap:12px;margin:22px 0;display:flex}.details-structured{gap:16px;margin-top:10px;display:grid}.details-overview{border:1px solid var(--line);background:#f8fcfa;border-radius:18px;padding:16px 18px}.details-overview p{color:#31443f;margin:0 0 12px;line-height:1.75}.details-overview p:last-child{margin-bottom:0}.details-box{background:#fff;border:1px solid #dcebe5;border-radius:18px;padding:16px 18px;box-shadow:0 8px 24px #10201d0a}.details-box h4{color:#064e3b;margin:0 0 12px;font-size:18px}.details-box ul{gap:8px;margin:0;padding-left:20px;display:grid}.details-box li{color:#263d37;line-height:1.55}.spec-table{border:1px solid var(--line);background:#fff;border-radius:18px;overflow:hidden}.spec-row{border-bottom:1px solid var(--line);grid-template-columns:minmax(160px,.8fr) 1.2fr;display:grid}.spec-row:last-child{border-bottom:0}.spec-row b,.spec-row span{padding:12px 14px;line-height:1.45}.spec-row b{color:#0c4a3a;background:#f3faf7}.spec-row span{color:#33423f}@media (width<=980px){.product-detail-layout,.spec-row{grid-template-columns:1fr}.spec-row b{padding-bottom:4px}.spec-row span{padding-top:4px}}.brand-image-link{align-items:center;gap:0;min-width:180px;max-width:245px;height:64px;display:flex;overflow:hidden}.site-logo{object-fit:contain;width:220px;max-width:100%;height:auto;display:block}.footer-logo{filter:drop-shadow(0 8px 18px #0003);width:230px;max-width:100%;height:auto;margin:0 0 14px;display:block}.admin-logo-wrap{color:#dbfff3;flex-direction:column;align-items:flex-start;gap:6px;margin-bottom:18px;font-size:18px;font-weight:900;display:flex}.admin-logo{object-fit:contain;width:190px;max-width:100%;height:auto;display:block}.login-logo-wrap{justify-content:center;margin-bottom:14px;display:flex}.login-logo{object-fit:contain;width:260px;max-width:100%;height:auto;display:block}@media (width<=560px){.brand-image-link{min-width:150px;max-width:180px}.site-logo{width:175px}.footer-logo{width:200px}.login-logo{width:220px}}.product-meta{flex-wrap:wrap;gap:8px;margin:12px 0 14px;display:flex}.product-meta span{border:1px solid var(--line);color:#285148;background:#f0faf6;border-radius:999px;padding:7px 11px;font-size:13px;font-weight:800}.sticky-gallery{position:sticky;top:96px}.pretty-section{position:relative;overflow:hidden}.pretty-section:before{content:"";background:linear-gradient(180deg,var(--brand),#22c55e);width:5px;position:absolute;top:0;bottom:0;left:0}.details-overview h4{color:#064e3b;margin:0 0 10px;font-size:18px}.clean-list{padding-left:0!important;list-style:none!important}.clean-list li{background:#fbfffd;border:1px solid #e5f1ed;border-radius:12px;padding:10px 12px 10px 28px;position:relative}.clean-list li:before{content:"✓";color:#047857;font-weight:950;position:absolute;left:10px}.modern-specs{box-shadow:none}.product-info-card h3{border-bottom:1px solid var(--line);color:#092f28;margin-top:24px;padding-bottom:10px}.thumbs img.active{border-color:var(--brand);box-shadow:0 0 0 4px #0478571f}@media (width<=980px){.sticky-gallery{position:static}}.field textarea{resize:vertical;white-space:pre-wrap;min-height:150px;line-height:1.55;overflow:auto}.field.full textarea{min-height:185px}.field.full textarea[name],.form-card textarea{font-size:15px}.details-box,.details-overview,.product-info-card{overflow:visible}.spec-row b,.spec-row span{white-space:pre-wrap;overflow-wrap:anywhere;word-break:normal}.clean-list li{white-space:pre-wrap;overflow-wrap:anywhere}.product-detail-layout{grid-template-columns:minmax(420px,1fr) minmax(430px,1fr)}.gallery,.product-info-card{min-width:0}@media (width<=980px){.product-detail-layout{grid-template-columns:1fr}.field textarea,.field.full textarea{min-height:160px}}.product-detail-page{gap:24px;width:100%;display:grid}.product-top-layout{grid-template-columns:minmax(340px,.95fr) minmax(420px,1.05fr);align-items:start;gap:28px;width:100%;display:grid}.product-details-full{width:100%;max-width:none;display:block;overflow:visible}.product-details-full .details-structured{grid-template-columns:1fr;width:100%}.product-details-full .details-overview,.product-details-full .details-box{width:100%;max-width:none;overflow:visible}.product-details-full .details-overview p,.product-details-full .details-box li{white-space:pre-wrap;overflow-wrap:anywhere;font-size:16px;line-height:1.75}.product-details-full .spec-table{width:100%;max-width:none;overflow:visible}.product-details-full .spec-row{grid-template-columns:minmax(220px,320px) minmax(0,1fr)}.product-details-full .spec-row b,.product-details-full .spec-row span{white-space:pre-wrap;overflow-wrap:anywhere;word-break:normal;font-size:15px;line-height:1.65}.product-summary-card{position:sticky;top:96px}.product-summary-card h1{font-size:clamp(30px,3vw,46px)}@media (width<=980px){.product-top-layout{grid-template-columns:1fr}.product-summary-card{position:static}.product-details-full .spec-row{grid-template-columns:1fr}.product-details-full .spec-row b{padding-bottom:4px}.product-details-full .spec-row span{padding-top:4px}}@media (width<=560px){.product-details-full .details-overview p,.product-details-full .details-box li{font-size:15px}.product-details-full .spec-row b,.product-details-full .spec-row span{font-size:14px}}.rich-field{align-items:stretch}.editor-toolbar{background:#eefaf5;border:1px solid #d7eee5;border-radius:14px 14px 0 0;flex-wrap:wrap;gap:8px;padding:10px;display:flex}.editor-toolbar button{color:#07382d;cursor:pointer;background:#fff;border:1px solid #cfe5dc;border-radius:9px;padding:8px 11px;font-weight:800}.editor-toolbar button:hover{background:#d8faec}.rich-editor,.html-editor{background:#fff;border:1px solid #d7eee5;border-top:0;border-radius:0 0 14px 14px;outline:none;width:100%;min-height:260px;padding:16px;font-size:15px;line-height:1.7;overflow:auto}.html-editor{resize:vertical;font-family:Consolas,monospace}.rich-editor:empty:before{content:attr(data-placeholder);color:#8aa39b}.rich-editor table,.product-html-content table{border-collapse:collapse;background:#fff;width:100%;margin:12px 0}.rich-editor td,.rich-editor th,.product-html-content td,.product-html-content th{vertical-align:top;border:1px solid #d7eee5;padding:10px}.rich-editor h3,.product-html-content h3,.product-html-content h4{color:#07382d;margin:16px 0 8px}.rich-editor ul,.rich-editor ol,.product-html-content ul,.product-html-content ol{margin:10px 0;padding-left:24px}.rich-editor p,.product-html-content p{margin:8px 0}.product-html-content{gap:14px;display:grid}.product-content-section{border:1px solid #d7eee5;border-left:5px solid var(--primary,#008060);overflow-wrap:anywhere;background:#fff;border-radius:14px;padding:16px}.product-content-section table{font-size:14px}.product-content-section img{border-radius:12px;max-width:100%;height:auto}.product-details-full{clear:both;width:100%!important;max-width:none!important;overflow:visible!important}.product-details-full h3{margin-bottom:18px;font-size:24px}.product-basic-details{margin-bottom:18px}.product-html-content{width:100%!important;max-width:none!important;display:block!important;overflow:visible!important}.product-html-content .product-content-section,.product-html-content section,.product-html-content div{box-sizing:border-box;max-width:100%}.product-html-content .product-content-section{white-space:normal!important;margin:0 0 16px!important;display:block!important}.product-html-content p,.product-html-content li,.product-html-content td,.product-html-content th,.product-html-content span{overflow-wrap:anywhere;word-break:normal;white-space:normal;font-size:16px;line-height:1.75}.product-html-content table{table-layout:auto;max-width:100%;overflow:visible;width:100%!important;display:table!important}.product-html-content td,.product-html-content th{min-width:120px}.product-html-content ul,.product-html-content ol{margin:10px 0 10px 24px!important;padding-left:18px!important}.product-html-content h1,.product-html-content h2,.product-html-content h3,.product-html-content h4{color:#07382d;margin:16px 0 10px;line-height:1.3}@media (width<=720px){.product-html-content table,.product-html-content tbody,.product-html-content tr,.product-html-content td,.product-html-content th{width:100%!important;display:block!important}.product-html-content td,.product-html-content th{border-bottom:0}.product-html-content tr{border-bottom:1px solid #d7eee5}.product-html-content p,.product-html-content li,.product-html-content td,.product-html-content th,.product-html-content span{font-size:15px}}.product-details-full{border-radius:22px!important;padding:22px!important}.product-details-full>h3{color:#082f27!important;border-bottom:2px solid #d8eee6!important;margin:0 0 20px!important;padding-bottom:14px!important;font-size:26px!important}.product-listing-view{gap:20px!important}.short-box,.description-box,.pretty-section,.product-content-section{background:#fff!important;border:1px solid #d7eee5!important;border-radius:18px!important;box-shadow:0 8px 22px #064e3b0b!important}.short-box{background:#f8fffc!important;border-left:5px solid #10b981!important}.description-box{background:#fff!important;border-left:5px solid #047857!important}.details-overview h4,.product-content-section h4,.details-box h4{text-transform:uppercase;letter-spacing:.3px;color:#063f34!important;margin:0 0 12px!important;font-size:18px!important}.description-box p,.short-box p{color:#263d37!important;margin:0 0 12px!important;font-size:16px!important;line-height:1.85!important}.product-content-section{border-left:5px solid #047857!important;margin-bottom:18px!important;padding:18px!important}.product-content-section:first-child h4:empty{display:none}.product-html-content .product-content-section:first-child:not(:has(h1,h2,h3,h4)):before{content:"Description";text-transform:uppercase;letter-spacing:.3px;color:#063f34;margin:0 0 12px;font-size:18px;font-weight:900;display:block}.product-html-content h1,.product-html-content h2,.product-html-content h3,.product-html-content h4{text-transform:uppercase;letter-spacing:.3px;color:#063f34!important;margin:0 0 12px!important;font-size:18px!important}.product-html-content p{color:#263d37!important;margin:0 0 12px!important;font-size:16px!important;line-height:1.85!important}.section-heading-line{align-items:center;gap:12px;margin:4px 0 -2px;display:flex}.section-heading-line:before,.section-heading-line:after{content:"";background:#d8eee6;flex:1;height:1px}.section-heading-line span{color:#047857;text-transform:uppercase;letter-spacing:.4px;background:#ecfdf5;border:1px solid #cdeee2;border-radius:999px;padding:8px 14px;font-size:13px;font-weight:900}.clean-list li{margin-bottom:2px!important;font-size:16px!important;line-height:1.65!important}.modern-specs .spec-row b{color:#064e3b!important;background:#eefaf5!important}.modern-specs .spec-row span{background:#fff!important}@media (width<=720px){.product-details-full{padding:16px!important}.product-details-full>h3{font-size:22px!important}.description-box p,.short-box p,.clean-list li,.product-html-content p{font-size:15px!important}.section-heading-line span{font-size:12px}}.single-product-editor{min-height:620px!important;font-size:16px!important;line-height:1.8!important}.single-product-content{width:100%!important;display:block!important}.single-product-content>.product-content-section,.single-product-content>section{overflow-wrap:anywhere!important;background:#fff!important;border:1px solid #d7eee5!important;border-left:5px solid #047857!important;border-radius:18px!important;margin:0 0 18px!important;padding:18px!important;box-shadow:0 8px 22px #064e3b0b!important}.single-product-content h1,.single-product-content h2,.single-product-content h3,.single-product-content h4{text-transform:uppercase!important;letter-spacing:.3px!important;color:#063f34!important;margin:0 0 12px!important;font-size:18px!important}.single-product-content p,.single-product-content li,.single-product-content td,.single-product-content th{color:#263d37!important;white-space:normal!important;font-size:16px!important;line-height:1.85!important}.single-product-content table{border-collapse:collapse!important;background:#fff!important;width:100%!important;margin:12px 0!important}.single-product-content td,.single-product-content th{vertical-align:top!important;border:1px solid #d7eee5!important;padding:10px!important}.single-product-content ul,.single-product-content ol{margin:10px 0 10px 24px!important;padding-left:18px!important}@media (width<=720px){.single-product-content table,.single-product-content tbody,.single-product-content tr,.single-product-content td,.single-product-content th{width:100%!important;display:block!important}.single-product-editor{min-height:420px!important}.single-product-content p,.single-product-content li,.single-product-content td,.single-product-content th{font-size:15px!important}}
