:root{--container:1280px;--green:#1E9645;--green-dark:#177A38;--green-light:#EDF7F0;--yellow:#F5C800;--blue-link:#0070C9;--gray-bg:#F4F4F4;--gray-border:#E0E0E0;--text:#1A1A1A;--text-muted:#666;--radius:10px;--radius-lg:14px;--shadow-sm:0 2px 8px rgba(0,0,0,.06);--shadow-md:0 4px 16px rgba(0,0,0,.09);--transition:.15s ease;--max-width:1280px}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Arial,Helvetica,sans-serif;font-size:14px;line-height:1.5;color:var(--text);background:var(--gray-bg);-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}img{max-width:100%;height:auto;display:block}button{cursor:pointer;font-family:inherit}ul,ol{list-style:none}input,select,textarea{font-family:inherit}.container,.main-inner,.layout,.page-wrap,.footer-inner,.header-inner,.related-products{max-width:var(--max-width);margin:0 auto;padding:0 24px}.main-inner{padding-top:24px;padding-bottom:40px}.layout{padding-top:0;padding-bottom:40px}.page-wrap{padding-top:20px;padding-bottom:60px;max-width:900px}.btn-green{display:inline-flex;align-items:center;gap:8px;background:var(--green);color:#fff;font-weight:600;font-size:14px;padding:12px 24px;border-radius:var(--radius);border:none;transition:background var(--transition);text-decoration:none}.btn-green:hover{background:var(--green-dark)}.btn-outline{display:inline-flex;align-items:center;border:1.5px solid var(--gray-border);color:var(--text);font-weight:600;font-size:14px;padding:11px 23px;border-radius:var(--radius);transition:border-color var(--transition),color var(--transition)}.btn-outline:hover{border-color:var(--green);color:var(--green)}.site-header{background:#fff;border-bottom:1px solid var(--gray-border);position:sticky;top:0;z-index:100}.header-inner{display:flex;align-items:center;gap:12px;padding-top:10px;padding-bottom:10px}.logo-square{width:48px;height:48px;background:var(--green);border-radius:var(--radius);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px;flex-shrink:0;text-decoration:none}.logo-square .l-sub{font-size:7px;color:rgba(255,255,255,.8);letter-spacing:1.5px;text-transform:uppercase;font-weight:500}.logo-square .l-main{font-size:15px;font-weight:800;color:var(--yellow);font-style:italic;letter-spacing:-.3px;line-height:1}.mplace-logo-img{height:48px;width:auto}.btn-catalog{display:flex;align-items:center;gap:8px;background:var(--green);color:#fff;font-size:14px;font-weight:600;padding:10px 18px;border-radius:var(--radius);border:none;flex-shrink:0;transition:background var(--transition);white-space:nowrap}.btn-catalog:hover{background:var(--green-dark)}.btn-catalog svg{width:16px;height:16px;flex-shrink:0;fill:none;stroke:currentColor;stroke-width:2}.search-wrap,.header-search{flex:1;display:flex;align-items:center;border:2px solid var(--gray-border);border-radius:var(--radius);overflow:hidden;background:#FAFAFA;transition:border-color var(--transition)}.search-wrap:focus-within{border-color:var(--green);background:#fff}.search-wrap form,.header-search-form{display:flex;align-items:stretch;width:100%;min-width:0}.search-input{flex:1;min-width:0;border:none;background:transparent;padding:10px 14px;font-size:14px;outline:none}.search-input::placeholder{color:#AAA}.search-btn{background:var(--green);border:none;padding:10px 14px;display:flex;align-items:center;flex-shrink:0;transition:background var(--transition)}.search-btn:hover{background:var(--green-dark)}.search-btn svg{width:18px;height:18px;fill:none;stroke:#fff;stroke-width:2}.burger{display:none;background:none;border:1px solid var(--gray-border);padding:8px;border-radius:var(--radius);align-items:center;justify-content:center;flex-shrink:0;transition:border-color var(--transition)}.burger:hover{border-color:var(--green)}.burger svg{width:20px;height:20px;stroke:var(--text);fill:none;stroke-width:2}.mobile-search-toggle{display:none;background:none;border:1px solid var(--gray-border);padding:8px;border-radius:var(--radius);align-items:center;justify-content:center;flex-shrink:0;transition:border-color var(--transition),color var(--transition),background var(--transition)}.mobile-search-toggle:hover,.mobile-search-toggle[aria-expanded="true"]{border-color:var(--green);color:var(--green);background:var(--green-light)}.mobile-search-toggle svg{width:20px;height:20px;stroke:currentColor;fill:none}.mobile-search-bar{display:none;padding:8px 16px 10px;border-bottom:1px solid var(--gray-border);background:#fff}.mobile-search-bar.is-open{display:block}.mobile-menu{display:none;position:fixed;inset:0;z-index:300;background:rgba(0,0,0,.5)}.mobile-menu.open{display:block}.mobile-menu__backdrop{position:absolute;inset:0}.mobile-menu-panel{position:absolute;top:0;left:0;bottom:0;width:300px;background:#fff;overflow-y:auto;padding:20px;display:flex;flex-direction:column;gap:0;box-shadow:4px 0 24px rgba(0,0,0,.15)}.mm-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.mm-close{background:none;border:none;font-size:20px;color:var(--text-muted);line-height:1;padding:4px 8px}.mm-section{font-size:11px;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.8px;margin:16px 0 8px}.mm-item{display:flex;align-items:center;gap:10px;padding:11px 0;border-bottom:1px solid var(--gray-bg);font-size:14px;font-weight:500;color:var(--text);transition:color var(--transition)}.mm-item:hover{color:var(--green)}.mm-item svg{width:16px;height:16px;stroke:currentColor;fill:none;flex-shrink:0}.mm-nav-list a{display:block;padding:10px 0;border-bottom:1px solid var(--gray-bg);font-size:14px;font-weight:500;color:var(--text)}.mm-nav-list a:hover{color:var(--green)}.mm-item--parent{font-weight:600!important;font-size:14px!important;color:var(--text)!important}.mm-item--child{padding:8px 0 8px calc(16px * var(--mm-level,1))!important;font-size:13px!important;font-weight:400!important;color:var(--text-muted)!important;border-bottom:1px solid var(--gray-bg)!important}.mm-item--child:hover{color:var(--green)!important}.mm-item__indent{color:var(--green);margin-right:6px;font-style:normal;font-size:13px;opacity:.7}.breadcrumb{max-width:var(--max-width);margin:0 auto;padding:12px 24px;display:flex;align-items:center;flex-wrap:wrap;gap:4px;font-size:13px;line-height:1.6}.breadcrumb a{color:var(--blue-link)}.breadcrumb a:hover{text-decoration:underline}.breadcrumb__sep{color:#BBB;margin:0 2px}.breadcrumb__current{color:var(--text)}.cat-hero{background:linear-gradient(135deg,#FFEFF0 0%,#FFE0E2 100%);border-radius:12px;padding:28px 32px;margin-bottom:20px;display:flex;align-items:center;justify-content:space-between}.cat-hero--has-bg{background-size:cover;background-position:center}.cat-hero__title{font-size:22px;font-weight:800;margin-bottom:6px}.cat-hero__desc{font-size:13px;color:var(--text-muted);line-height:1.5;max-width:520px}.sub-cats{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.sub-cat-btn{padding:7px 16px;border-radius:20px;font-size:13px;font-weight:500;border:1px solid var(--gray-border);background:#fff;cursor:pointer;transition:all var(--transition);white-space:nowrap}.sub-cat-btn:hover{border-color:var(--green);color:var(--green)}.sub-cat-btn.active{background:var(--green);color:#fff;border-color:var(--green)}.toolbar{display:flex;align-items:center;gap:12px;margin-bottom:16px;flex-wrap:wrap}.result-count{font-size:13px;color:var(--text-muted)}.result-count strong{color:var(--text)}.sort-select{margin-left:auto;border:1px solid var(--gray-border);border-radius:6px;padding:7px 12px;font-size:13px;outline:none;background:#fff;cursor:pointer}.sort-select:focus{border-color:var(--green)}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.product-grid--5{grid-template-columns:repeat(5,1fr)}.product-card{background:#fff;border:1px solid var(--gray-border);border-radius:var(--radius);overflow:hidden;transition:box-shadow var(--transition);display:flex;flex-direction:column}.product-card:hover{box-shadow:var(--shadow-md)}.product-img{width:100%;aspect-ratio:1;position:relative;background:#fff;border-bottom:1px solid var(--gray-border);display:flex;align-items:center;justify-content:center}.product-img img{width:100%;height:100%;object-fit:cover}.product-img__placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.product-body{padding:12px;flex:1;display:flex;flex-direction:column}.product-avail{font-size:11px;font-weight:600;margin-bottom:6px;display:flex;align-items:center;gap:4px}.product-avail::before{content:'';display:inline-block;width:6px;height:6px;border-radius:50%;flex-shrink:0}.product-avail--yes{color:#2DAA4F}.product-avail--yes::before{background:#2DAA4F}.product-avail--no{color:#999}.product-avail--no::before{background:#CCC}.product-name{font-size:13px;font-weight:500;line-height:1.35;flex:1;margin-bottom:12px}.product-name a{color:var(--text)}.product-name a:hover{color:var(--green)}.product-actions{display:flex;align-items:center;justify-content:space-between;margin-top:auto}.btn-detail{font-size:12px;color:var(--blue-link)}.btn-detail:hover{text-decoration:underline}.product-card__img-link{display:block}.product-card--post .product-img{aspect-ratio:16 / 11}.product-chip{margin-bottom:8px}.product-chip a{display:inline-flex;align-items:center;min-height:24px;padding:0 10px;border-radius:999px;background:var(--green-light);color:var(--green);font-size:11px;font-weight:600}.product-chip a:hover{background:#dff0e5}.product-name{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.product-card[data-catalog="1"] .product-name{-webkit-line-clamp:2;min-height:2.8em}.product-card--post .product-name{-webkit-line-clamp:2;min-height:2.8em;margin-bottom:10px}.product-excerpt{font-size:12px;color:var(--text-muted);line-height:1.55;margin-bottom:12px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.product-meta-inline{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px;font-size:11px;color:var(--text-muted);text-align:right}.cat-section{margin-bottom:36px}.cat-section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px;padding-bottom:10px;border-bottom:2px solid var(--green)}.cat-section-title{font-size:17px;font-weight:700}.cat-section-link{font-size:13px;color:var(--green);font-weight:500}.cat-section-link:hover{text-decoration:underline}.cat-pagination{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:28px;padding-top:28px;border-top:1px solid var(--gray-border)}.cpg-btn{min-width:36px;height:36px;padding:0 10px;border:1px solid var(--gray-border);border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:500;background:#fff;color:var(--text);transition:all var(--transition)}.cpg-btn:hover{border-color:var(--green);color:var(--green)}.cpg-btn.active{background:var(--green);color:#fff;border-color:var(--green)}.pagination{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:24px}.pagination__list{display:flex;gap:6px}.pagination__item a,.pagination__item span{min-width:36px;height:36px;padding:0 10px;border:1px solid var(--gray-border);border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:500;background:#fff;color:var(--text);transition:all var(--transition)}.pagination__item a:hover{border-color:var(--green);color:var(--green)}.pagination__item--active span{background:var(--green);color:#fff;border-color:var(--green)}.pagination .next,.pagination .prev{padding-inline:14px}.pagination .dots{border-style:dashed;color:var(--text-muted)}.archive-toolbar{justify-content:space-between;background:#fff;border:1px solid var(--gray-border);border-radius:var(--radius);padding:12px 14px}.archive-sort{margin-left:auto}.entry-nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;max-width:var(--max-width);margin:8px auto 28px;padding:0 24px}.entry-nav__item{display:block;background:#fff;border:1px solid var(--gray-border);border-radius:12px;padding:16px 18px;transition:border-color var(--transition),transform var(--transition),box-shadow var(--transition)}.entry-nav__item:hover{border-color:var(--green);transform:translateY(-1px);box-shadow:var(--shadow-sm)}.entry-nav__eyebrow{display:block;font-size:11px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--green);margin-bottom:6px}.entry-nav__title{display:block;font-size:14px;font-weight:600;line-height:1.45;color:var(--text)}.entry-nav__item--next{text-align:right}.search-dropdown{position:absolute;top:calc(100% + 1px);left:0;right:0;background:#fff;border:1px solid var(--gray-border);border-radius:0 0 var(--radius) var(--radius);box-shadow:var(--shadow-md);z-index:200;max-height:380px;overflow-y:auto}.search-dropdown__state{padding:12px 16px;font-size:13px;color:var(--text-muted)}.search-dropdown__state--error{color:#c00}.search-dropdown__item,.search-dropdown__all{display:flex;align-items:flex-start;gap:10px;padding:10px 16px;color:var(--text);text-decoration:none;border-bottom:1px solid var(--gray-border)}.search-dropdown__item:last-child{border-bottom:0}.search-dropdown__item:hover,.search-dropdown__item.is-active,.search-dropdown__all:hover,.search-dropdown__all.is-active{background:#f7faf8}.search-dropdown__thumb{width:44px;height:44px;border-radius:10px;object-fit:cover;flex:0 0 44px}.search-dropdown__thumb--placeholder{width:44px;height:44px;border-radius:10px;background:#f3f5f7;display:inline-flex;align-items:center;justify-content:center;flex:0 0 44px;color:var(--text-muted);font-size:11px}.search-dropdown__body{min-width:0;flex:1 1 auto}.search-dropdown__title{display:block;font-size:13px;font-weight:600;line-height:1.35}.search-dropdown__excerpt{display:block;font-size:12px;color:var(--text-muted);margin-top:2px}.search-dropdown__side{margin-left:auto;font-size:11px;color:var(--green);padding-left:8px;white-space:nowrap}.search-dropdown__all{justify-content:center;font-weight:600;color:var(--green)}.product-layout{max-width:var(--max-width);margin:0 auto;padding:0 24px 40px;display:grid;grid-template-columns:380px 1fr;gap:28px;align-items:start}.gallery{background:#fff;border-radius:12px;border:1px solid var(--gray-border);padding:20px;position:sticky;top:80px}.gallery-main{aspect-ratio:1;background:#fff;border-radius:var(--radius);overflow:hidden;margin-bottom:16px;display:flex;align-items:center;justify-content:center}.gallery-main__img{width:100%;height:100%;object-fit:contain;transition:opacity .2s}.gallery-main__placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.gallery-thumbs{display:flex;gap:8px;flex-wrap:wrap}.gallery-thumb{width:64px;height:64px;border:2px solid var(--gray-border);border-radius:8px;overflow:hidden;cursor:pointer;background:#F5F5F5;padding:0;transition:border-color var(--transition);flex-shrink:0}.gallery-thumb img{width:100%;height:100%;object-fit:cover}.gallery-thumb.active,.gallery-thumb:hover{border-color:var(--green)}.product-badges{display:flex;gap:8px;margin-bottom:12px;flex-wrap:wrap}.tag{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border-radius:20px;font-size:11px;font-weight:600}.tag-green{background:var(--green-light);color:var(--green)}.tag-gray{background:#F4F4F4;color:var(--text-muted)}.tag-red{background:#FFF0F0;color:#CC2200}.product-title{font-size:22px;font-weight:700;line-height:1.3;margin-bottom:8px}.product-subtitle{font-size:14px;color:var(--text-muted);margin-bottom:16px;line-height:1.5}.product-meta{display:grid;grid-template-columns:1fr 1fr;gap:8px 24px;margin-bottom:20px;padding:16px;background:var(--gray-bg);border-radius:var(--radius)}.meta-row{display:flex;flex-direction:column;gap:2px}.meta-label{font-size:11px;color:var(--text-muted)}.meta-val{font-size:13px;font-weight:500}.buy-inline{background:#fff;border:1px solid var(--gray-border);border-radius:var(--radius-lg);padding:22px;margin-bottom:20px}.buy-tag{display:inline-block;background:var(--green);color:#fff;font-size:11px;font-weight:700;letter-spacing:.8px;text-transform:uppercase;padding:4px 12px;border-radius:20px;margin-bottom:12px}.buy-features{margin-bottom:18px}.buy-features li{font-size:13px;padding:5px 0;display:flex;align-items:flex-start;gap:8px}.buy-features li::before{content:'✓';color:var(--green);font-weight:700;flex-shrink:0;margin-top:1px}.buy-trust{display:flex;align-items:center;flex-wrap:wrap;gap:12px;margin-top:12px;padding-top:12px;border-top:1px solid var(--gray-border);font-size:12px;color:var(--text-muted)}.buy-trust-item{display:flex;align-items:center;gap:4px}.buy-trust-item--note{color:#888}.buy-notice{font-size:12px;color:var(--text-muted);margin-top:8px}.toc-block{background:#F8F8F8;border:1px solid var(--gray-border);border-radius:var(--radius);overflow:hidden;margin-bottom:20px}.toc-header{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;font-size:14px;font-weight:600;cursor:pointer;user-select:none}.toc-header:hover{background:#F0F0F0}.toc-arrow{width:16px;height:16px;transition:transform .2s;flex-shrink:0;stroke:var(--text-muted);fill:none}.toc-arrow--open{transform:rotate(0deg)}.toc-list{padding:4px 18px 14px 40px}.toc-list li{margin-bottom:9px}.toc-list li a{font-size:13px;color:var(--blue-link);line-height:1.5}.toc-list li a:hover{text-decoration:underline}.toc-list--hidden{display:none}.desc-content{font-size:13px;line-height:1.75;color:var(--text)}.desc-content p{margin-bottom:12px}.desc-content h2,.desc-content h3{font-size:15px;font-weight:700;margin:20px 0 8px}.desc-content ul,.desc-content ol{margin:10px 0 12px 20px}.desc-content li{margin-bottom:4px}.related-products{margin-top:40px;padding-bottom:40px}.section-title{font-size:18px;font-weight:700;margin-bottom:16px}.text-block{background:#fff;border:1px solid var(--gray-border);border-radius:12px;padding:28px 32px;margin-top:32px}.text-block h2{font-size:17px;font-weight:700;margin-bottom:14px}.text-block p,.text-block__content{font-size:13px;line-height:1.8;color:var(--text-muted)}.search-header{margin-bottom:20px}.search-title{font-size:20px;font-weight:700;margin-bottom:6px}.search-meta{font-size:13px;color:var(--text-muted)}.no-results{text-align:center;padding:80px 24px}.no-results__icon{font-size:56px;margin-bottom:20px}.no-results h2{font-size:20px;font-weight:700;margin-bottom:8px}.no-results p{font-size:14px;color:var(--text-muted);margin-bottom:24px}.suggestions{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-bottom:28px}.sugg-tag{padding:8px 16px;background:#fff;border:1px solid var(--gray-border);border-radius:20px;font-size:13px;color:var(--blue-link)}.sugg-tag:hover{border-color:var(--green)}.hero-404{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 24px;text-align:center;min-height:calc(100vh - 300px)}.num-404{font-size:140px;font-weight:800;color:var(--green);line-height:1;opacity:.12;margin-bottom:-40px;user-select:none}.title-404{font-size:28px;font-weight:700;margin-bottom:12px}.desc-404{font-size:15px;color:var(--text-muted);margin-bottom:32px;max-width:440px;line-height:1.6}.actions-404{display:flex;gap:12px;flex-wrap:wrap;justify-content:center;margin-bottom:32px}.search-404{display:flex;max-width:480px;width:100%;border:2px solid var(--gray-border);border-radius:var(--radius);overflow:hidden;background:#fff}.search-404 input{flex:1;border:none;padding:12px 16px;font-size:14px;outline:none}.search-404 button{background:var(--green);border:none;padding:12px 16px;display:flex;align-items:center}.search-404 button svg{width:18px;height:18px;fill:none;stroke:#fff;stroke-width:2}.page-title{font-size:26px;font-weight:800;margin-bottom:20px}.entry-content p{margin-bottom:14px;line-height:1.75}.entry-content h2{font-size:18px;font-weight:700;margin:24px 0 12px}.entry-content h3{font-size:15px;font-weight:700;margin:20px 0 8px}.entry-content h4,.desc-content h4{font-size:15px;font-weight:700;margin:18px 0 8px}.entry-content ul,.desc-content ul{list-style:disc;margin:12px 0 16px 22px}.entry-content ol,.desc-content ol{list-style:decimal;margin:12px 0 16px 22px}.entry-content li,.desc-content li{margin-bottom:6px}.entry-content blockquote,.desc-content blockquote{margin:18px 0;padding:14px 18px;border-left:4px solid var(--green);background:#fff;border-radius:0 var(--radius) var(--radius) 0}.entry-content table,.desc-content table{width:100%;border-collapse:collapse;margin:18px 0;font-size:14px}.entry-content th,.entry-content td,.desc-content th,.desc-content td{border:1px solid var(--gray-border);padding:10px 12px;text-align:left}.entry-content thead th,.desc-content thead th{background:#fff}.entry-content a,.desc-content a{color:var(--blue-link);text-decoration:underline}.entry-content a:hover,.desc-content a:hover{color:var(--green)}.entry-content strong,.desc-content strong{font-weight:700}.entry-content em,.desc-content em{font-style:italic}.entry-content figure,.desc-content figure{margin:18px 0}.entry-content figcaption,.desc-content figcaption,.wp-caption-text{font-size:12px;color:var(--text-muted);margin-top:8px}.entry-content .alignleft,.desc-content .alignleft{float:left;margin:0 18px 12px 0}.entry-content .alignright,.desc-content .alignright{float:right;margin:0 0 12px 18px}.entry-content .aligncenter,.desc-content .aligncenter{display:block;margin:0 auto 18px}.entry-content::after,.desc-content::after{content:'';display:table;clear:both}.site-footer{background:#1A1A1A;color:#CCC;padding:40px 0 0;margin-top:40px}.footer-inner{padding-bottom:0}.footer-logo{margin-bottom:12px;display:block}.footer-copy{font-size:12px;color:#444;line-height:1.6}.footer-disclaimer{font-size:11px;color:#444}.footer-legal{display:flex;gap:16px;flex-wrap:wrap}.footer-legal a{font-size:12px;color:#444}.footer-legal a:hover{color:#888}@media (max-width:1100px){.product-layout{grid-template-columns:320px 1fr}.product-grid--5{grid-template-columns:repeat(4,1fr)}}@media (max-width:900px){.product-grid{grid-template-columns:repeat(3,1fr)}.product-layout{grid-template-columns:1fr}.gallery{position:static}.product-meta{grid-template-columns:1fr}}@media (max-width:640px){.btn-catalog,.header-search{display:none}.burger{display:flex}.mobile-search-bar{display:block}.header-inner{padding-left:16px;padding-right:16px}.main-inner,.layout{padding-left:12px;padding-right:12px}.breadcrumb{padding-left:12px;padding-right:12px}.product-grid,.product-grid--5{grid-template-columns:repeat(2,1fr);gap:8px}.product-layout{padding-left:12px;padding-right:12px}.num-404{font-size:90px}.title-404{font-size:22px}.cat-hero{padding:18px}.cat-hero__title{font-size:18px}.product-title{font-size:18px}.text-block{padding:20px}.buy-inline{padding:16px}}@media (max-width:400px){.product-grid{grid-template-columns:1fr}}@media print{.site-header,.mobile-menu,.site-footer,.mplace-action-btn{display:none!important}.product-layout{grid-template-columns:1fr}body{font-size:12pt}}.admin-bar .site-header{top:32px}@media screen and (max-width:782px){.admin-bar .site-header{top:46px}}.sticky-buy{position:fixed;bottom:0;left:0;right:0;z-index:9999;background:#fff;border-top:1px solid rgba(30,150,69,.2);box-shadow:0 -6px 24px rgba(0,0,0,.10);padding:12px 0;transform:translate3d(0,100%,0);transition:transform .28s cubic-bezier(.4,0,.2,1);will-change:transform}.sticky-buy.sticky-buy--visible{transform:translate3d(0,0,0)}.sticky-buy__inner{max-width:1060px;margin:0 auto;padding:0 24px;display:flex;align-items:center;gap:16px}.sticky-buy__title{font-size:14px;font-weight:600;flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--text)}.sticky-buy__btn{flex-shrink:0;padding:10px 24px;font-size:14px}@media (max-width:640px){.sticky-buy__title{display:none}.sticky-buy__btn{width:100%;flex-shrink:0}.sticky-buy__inner{gap:10px}}.star-rating{display:inline-flex;gap:3px;align-items:center}.star-rating__item{background:none;border:none;padding:1px;cursor:pointer;transition:transform .1s}.star-rating__item:hover{transform:scale(1.2)}.star-rating--disabled .star-rating__item{cursor:default}.star-rating--disabled .star-rating__item:hover{transform:none}.star-icon{width:22px;height:22px;fill:#E0E0E0;stroke:#CCC;stroke-width:1;transition:fill .15s}.star-icon--filled{fill:#F5C800;stroke:#E8B400}.star-rating:not(.star-rating--disabled) .star-rating__item:hover .star-icon,.star-rating:not(.star-rating--disabled) .star-rating__item:hover ~ .star-rating__item .star-icon{fill:#F5C800;stroke:#E8B400}.star-rating-text{font-size:12px;color:var(--text-muted);margin-top:6px}.star-rating-text--empty{font-style:italic}.entry-rating{padding:16px;background:var(--gray-bg);border-radius:var(--radius);margin:16px 0}.author-box{display:flex;gap:20px;align-items:flex-start;background:#fff;border:1px solid var(--gray-border);border-radius:var(--radius-lg);padding:24px;margin:24px 0}.author-box__avatar-wrap img{width:80px;height:80px;border-radius:50%;object-fit:cover}.author-box__name{font-weight:700;font-size:15px;margin-bottom:6px}.author-box__name a{color:var(--text)}.author-box__name a:hover{color:var(--green)}.author-box__name em{font-style:normal;font-size:12px;color:var(--text-muted);font-weight:400;margin-left:4px}.author-box__desc{font-size:13px;color:var(--text-muted);line-height:1.6;margin-bottom:8px}@media(max-width:480px){.author-box{flex-direction:column;gap:12px}.author-box__avatar-wrap img{width:60px;height:60px}}.lightbox-overlay{position:fixed;inset:0;z-index:500;background:rgba(0,0,0,.92);display:flex;align-items:center;justify-content:center}.lightbox-backdrop{position:absolute;inset:0}.lightbox-img-wrap{position:relative;z-index:1;max-width:90vw;max-height:90vh;display:flex;align-items:center;justify-content:center}.lightbox-img{max-width:90vw;max-height:85vh;object-fit:contain;border-radius:4px;box-shadow:0 8px 40px rgba(0,0,0,.5)}.lightbox-close,.lightbox-prev,.lightbox-next{position:absolute;z-index:2;background:rgba(255,255,255,.15);border:none;color:#fff;cursor:pointer;border-radius:50%;width:44px;height:44px;font-size:22px;display:flex;align-items:center;justify-content:center;transition:background .15s}.lightbox-close:hover,.lightbox-prev:hover,.lightbox-next:hover{background:rgba(255,255,255,.3)}.lightbox-close{top:16px;right:16px;font-size:18px}.lightbox-prev{left:16px;top:50%;transform:translateY(-50%)}.lightbox-next{right:16px;top:50%;transform:translateY(-50%)}.lightbox-caption{position:absolute;bottom:16px;left:50%;transform:translateX(-50%);color:rgba(255,255,255,.7);font-size:13px;text-align:center}.spoiler{border:1px solid var(--gray-border);border-radius:var(--radius);overflow:hidden;margin:16px 0}.spoiler__title{padding:12px 16px;font-weight:600;font-size:14px;cursor:pointer;background:var(--gray-bg);display:flex;align-items:center;justify-content:space-between;user-select:none}.spoiler__title:hover{background:#EBEBEB}.spoiler__title::after{content:'▼';font-size:11px;transition:transform .2s;color:var(--text-muted)}.spoiler--open .spoiler__title::after{transform:rotate(180deg)}.spoiler__body{padding:16px}.btn-box{margin:12px 0}.btn{display:inline-block;padding:10px 22px;border-radius:8px;font-weight:600;text-decoration:none;background:var(--green);color:#fff;font-size:14px;transition:background .15s,transform .1s;cursor:pointer;border:none}.btn:hover{background:var(--green-dark);transform:translateY(-1px)}.btn-size-sm{padding:7px 14px;font-size:12px}.btn-size-lg{padding:14px 30px;font-size:16px}.sc-row{display:flex;gap:16px;margin:16px 0}.sc-col{flex:1}.sc-col--50{flex:0 0 calc(50% - 8px)}.sc-col--33{flex:0 0 calc(33.33% - 11px)}@media(max-width:640px){.sc-row{flex-direction:column}.sc-col--50,.sc-col--33{flex:1 0 100%}}.contact-form-wrap{max-width:600px}.contact-form-success{background:var(--green-light);border:1px solid var(--green);padding:14px 18px;border-radius:var(--radius);color:var(--green);font-weight:500;margin-bottom:16px}.contact-form-errors{background:#FFF0F0;border:1px solid #FFBBBB;padding:14px 18px;border-radius:var(--radius);color:#CC2200;margin-bottom:16px}.contact-form-errors p{margin-bottom:4px}.cf-row{margin-bottom:14px}.cf-row label{display:block;font-size:12px;font-weight:600;margin-bottom:5px;color:#555}.cf-req{color:var(--green)}.cf-row input,.cf-row textarea{width:100%;border:1.5px solid var(--gray-border);border-radius:var(--radius);padding:9px 12px;font-size:14px;font-family:inherit;transition:border-color .15s}.cf-row input:focus,.cf-row textarea:focus{border-color:var(--green);outline:none}.cf-row textarea{height:120px;resize:vertical}.entry-source{font-size:12px;color:var(--text-muted);margin-top:12px;padding-top:12px;border-top:1px solid var(--gray-border)}.entry-source a,.entry-source .js-pseudo-link{color:var(--blue-link);cursor:pointer}.js-pseudo-link{cursor:pointer;color:var(--blue-link)}.js-pseudo-link:hover{text-decoration:underline}.screen-reader-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.screen-reader-text:focus{clip:auto;width:auto;height:auto;margin:0;padding:12px 16px;top:12px;left:12px;z-index:9999;background:#fff;color:var(--text)}.site-branding{display:flex;align-items:center;gap:12px;min-width:0;flex-shrink:0}.site-branding__text{display:flex;flex-direction:column;min-width:0}.site-branding__title{font-weight:700;line-height:1.1;color:var(--text)}.site-branding__desc{font-size:12px;color:var(--text-muted);line-height:1.35}.mplace-logo-link--image{display:flex;align-items:center}.mobile-search-bar form{max-width:var(--max-width);margin:0 auto}.entry-content,.desc-content{overflow-wrap:anywhere}.entry-content>*:last-child,.desc-content>*:last-child{margin-bottom:0}.entry-content ul ul,.desc-content ul ul,.entry-content ol ol,.desc-content ol ol,.entry-content ul ol,.desc-content ul ol,.entry-content ol ul,.desc-content ol ul{margin-top:8px;margin-bottom:8px}.entry-content hr,.desc-content hr{border:0;border-top:1px solid var(--gray-border);margin:24px 0}.entry-content pre,.entry-content code,.desc-content pre,.desc-content code{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.entry-content pre,.desc-content pre{background:#111;color:#fff;padding:16px;border-radius:var(--radius);overflow:auto;margin:18px 0}.entry-content .wp-block-image,.desc-content .wp-block-image,.entry-content .wp-block-table,.desc-content .wp-block-table,.entry-content .wp-block-quote,.desc-content .wp-block-quote,.entry-content .wp-block-columns,.desc-content .wp-block-columns,.entry-content .wp-block-buttons,.desc-content .wp-block-buttons{margin:18px 0}.entry-content .wp-block-columns,.desc-content .wp-block-columns{gap:24px}.entry-content .wp-block-button__link,.desc-content .wp-block-button__link{background:var(--green);color:#fff;border-radius:var(--radius);padding:12px 20px}.entry-content iframe,.desc-content iframe{max-width:100%}.blog-post,.page-wrap{background:transparent}@media (max-width:960px){.site-branding__desc{display:none}.mobile-search-toggle{display:inline-flex}.mobile-search-bar{display:none}.mobile-search-bar.is-open{display:block}.header-search{display:none}.burger{display:inline-flex}.btn-catalog{margin-left:auto}}@media (max-width:640px){.site-branding__text{display:none}.header-inner{gap:8px;padding-top:8px;padding-bottom:8px}.btn-catalog{padding:10px 12px}.btn-catalog__label{display:none}.product-grid{grid-template-columns:repeat(2,1fr);gap:10px}.archive-toolbar{align-items:stretch}.archive-sort,.sort-select{width:100%;margin-left:0}.entry-nav{grid-template-columns:1fr}.entry-nav__item--next{text-align:left}}.home-text-block{margin:8px 0 28px}.home-text-block__title{margin-bottom:14px}.home-text-block__content p:last-child{margin-bottom:0}.header-tools{display:flex;align-items:center;justify-content:flex-end;gap:12px;min-width:0}@media (max-width:900px){.header-tools{width:100%;justify-content:flex-start;flex-wrap:wrap}}body{background:radial-gradient(1200px 420px at 50% -120px,rgba(30,150,69,.08),transparent 65%),linear-gradient(180deg,#f7faf8 0%,#f2f5f3 100%)}.site-main{position:relative}.single-main{padding:0 24px 60px}@media (max-width:640px){.single-main{padding:0 12px 40px}}.site-header{backdrop-filter:saturate(180%) blur(10px);background:rgba(255,255,255,.92);border-bottom-color:rgba(17,24,39,.08);box-shadow:0 10px 30px rgba(15,23,42,.04)}.header-inner{padding-top:14px;padding-bottom:14px;gap:14px}.site-branding__title{font-size:18px;letter-spacing:-.02em}.site-branding__desc{font-size:12px}.logo-square{border-radius:16px;box-shadow:0 14px 28px rgba(30,150,69,.18)}.btn-catalog,.search-wrap,.mobile-search-toggle,.burger{box-shadow:0 6px 18px rgba(15,23,42,.05)}.btn-catalog{border-radius:14px;padding:11px 18px}.search-wrap,.header-search{border-width:1px;border-color:rgba(17,24,39,.08);background:rgba(248,250,252,.9);border-radius:16px}.search-input{padding:13px 16px}.search-btn{padding-inline:16px}.home-main .main-inner{padding-top:28px}.home-text-block,.cat-hero,.search-header,.archive-toolbar,.no-results,.toc-block,.buy-inline,.related-products,.entry-nav__item,.author-box,.comments-area,.comment-respond,.page-wrap,.product-layout,.gallery,.product-info{box-shadow:0 24px 50px rgba(15,23,42,.05)}.home-text-block,.cat-hero,.search-header,.no-results,.related-products{background:rgba(255,255,255,.88);border:1px solid rgba(17,24,39,.06);border-radius:24px}.home-text-block{padding:26px 30px}.home-text-block__title{font-size:clamp(28px,3vw,38px);line-height:1.05;letter-spacing:-.04em}.cat-section{margin-bottom:44px;padding:22px;border-radius:24px;background:rgba(255,255,255,.76);border:1px solid rgba(17,24,39,.05);box-shadow:0 18px 36px rgba(15,23,42,.045)}.cat-section-header{align-items:flex-start;margin-bottom:18px}.cat-section-heading{max-width:min(760px,100%)}.cat-section-eyebrow{display:inline-flex;align-items:center;min-height:28px;padding:0 12px;margin-bottom:10px;border-radius:999px;background:var(--green-light);color:var(--green-dark);font-size:12px;font-weight:700}.cat-section-title{font-size:clamp(24px,2.2vw,30px);line-height:1.06;letter-spacing:-.04em}.cat-section-desc{margin-top:10px;color:var(--text-muted);max-width:60ch;line-height:1.65}.cat-section-link{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border-radius:999px;border:1px solid rgba(30,150,69,.18);background:rgba(30,150,69,.06);font-weight:700}.cat-section-link:hover{text-decoration:none;background:rgba(30,150,69,.12)}.cat-hero{background:linear-gradient(135deg,rgba(30,150,69,.10),rgba(255,255,255,.96));padding:30px 34px}.cat-hero__meta{margin-bottom:10px}.cat-hero__count{display:inline-flex;align-items:center;justify-content:center;min-width:42px;height:32px;padding:0 12px;border-radius:999px;background:#fff;color:var(--green-dark);font-weight:800;box-shadow:0 8px 20px rgba(30,150,69,.10)}.cat-hero__title{font-size:clamp(30px,3vw,44px);line-height:1.02;letter-spacing:-.04em;margin-bottom:10px}.cat-hero__desc{font-size:15px;max-width:64ch}.sub-cats{gap:10px;margin-bottom:20px}.sub-cat-btn{padding:10px 16px;border-radius:999px;box-shadow:0 6px 18px rgba(15,23,42,.04)}.archive-toolbar{margin-bottom:18px;border-radius:18px;border-color:rgba(17,24,39,.06);padding:14px 16px}.product-grid{gap:16px}.product-card{border-radius:22px;border-color:rgba(17,24,39,.06);box-shadow:0 14px 28px rgba(15,23,42,.05);overflow:hidden}.product-card:hover{transform:translateY(-3px);box-shadow:0 22px 36px rgba(15,23,42,.09);border-color:rgba(30,150,69,.18)}.product-img{background:linear-gradient(180deg,#f8fbf9,#eef4f0)}.product-card__img-link .product-img img{transform:scale(1);transition:transform .35s ease}.product-card:hover .product-card__img-link .product-img img{transform:scale(1.035)}.product-body{padding:18px 18px 16px}.product-chip a,.entry-chip{display:inline-flex;align-items:center;min-height:28px;padding:0 11px;border-radius:999px;background:var(--green-light);color:var(--green-dark);font-size:12px;font-weight:700}.entry-chips{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}.product-name{font-size:18px;line-height:1.25;letter-spacing:-.02em}.product-excerpt{color:var(--text-muted);line-height:1.65;margin-bottom:14px}.btn-detail{min-height:40px;padding:0 16px;border-radius:12px;background:rgba(30,150,69,.08);color:var(--green-dark);font-weight:700}.btn-detail:hover{background:rgba(30,150,69,.14)}.product-meta-inline{gap:10px;font-size:12px}.single-main .page-wrap,.single-main .product-layout,.single-main .related-products{background:transparent;box-shadow:none;border:0}.blog-post,.product-layout{background:rgba(255,255,255,.92);border:1px solid rgba(17,24,39,.06);border-radius:28px;padding:28px 30px;box-shadow:0 24px 50px rgba(15,23,42,.055)}.page-title,.product-title{font-size:clamp(30px,3.4vw,46px);line-height:1.02;letter-spacing:-.045em;margin-bottom:16px}.product-subtitle{font-size:16px;line-height:1.7;color:var(--text-muted);max-width:62ch;margin-bottom:20px}.entry-meta{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:18px}.entry-meta>*{display:inline-flex;align-items:center;min-height:32px;padding:0 12px;border-radius:999px;background:#f6f8f7;color:#4b5563}.gallery,.product-info{background:transparent;border:0;box-shadow:none;min-width:0;padding:0 2px}.product-info .desc-content,.product-info .entry-content{max-width:72ch}.gallery-main,.entry-image img{border-radius:22px;overflow:hidden}.buy-inline{background:linear-gradient(180deg,rgba(30,150,69,.08),rgba(255,255,255,.95));border-color:rgba(30,150,69,.12)}.desc-content,.entry-content{font-size:16px;line-height:1.78}.entry-content h2,.desc-content h2{font-size:clamp(24px,2vw,32px);line-height:1.12;letter-spacing:-.03em}.entry-content h3,.desc-content h3{font-size:clamp(20px,1.5vw,24px);line-height:1.18;letter-spacing:-.02em}.entry-content blockquote,.desc-content blockquote{background:linear-gradient(180deg,rgba(30,150,69,.08),rgba(255,255,255,.95));border-left-width:5px;border-radius:18px;padding:18px 20px}.related-products{padding:26px 24px 28px;margin-top:28px}.section-title{font-size:clamp(24px,2vw,30px);letter-spacing:-.03em;margin-bottom:18px}.search-header{display:grid;gap:16px;padding:22px 24px;margin-bottom:24px}.search-header-form{max-width:720px}.search-title{font-size:clamp(28px,3vw,40px);line-height:1.04;letter-spacing:-.04em}.search-meta{color:var(--text-muted)}.no-results{padding:34px 28px;text-align:center}.site-footer{margin-top:64px;background:radial-gradient(500px 240px at 8% 0%,rgba(30,150,69,.22),transparent 60%),linear-gradient(180deg,#0f1720 0%,#10151c 100%);color:#d7dde5}.footer-copy,.footer-disclaimer,.footer-legal a{color:rgba(215,221,229,.68)}.footer-legal a:hover{color:#fff}@media (max-width:960px){.cat-section{padding:18px}.cat-section-title{font-size:26px}.blog-post,.product-layout{padding:22px 20px;border-radius:24px}.search-header{padding:18px}}@media (max-width:640px){.header-inner{padding-top:10px;padding-bottom:10px}.home-text-block,.cat-section,.cat-hero,.search-header,.no-results,.related-products{border-radius:18px}.cat-hero{padding:20px 18px}.page-title,.product-title,.search-title,.home-text-block__title{font-size:28px}.entry-content,.desc-content{font-size:15px}.product-grid{gap:12px}.product-card{border-radius:18px}.product-body{padding:16px 14px 14px}.blog-post,.product-layout{padding:18px 16px}}.catalog-details{position:relative;flex-shrink:0}.catalog-details>summary{list-style:none}.catalog-details>summary::-webkit-details-marker{display:none}.catalog-details[open]>.btn-catalog{background:var(--green-dark)}.catalog-dropdown{position:absolute;top:calc(100% + 12px);left:0;width:min(1080px,calc(100vw - 32px));background:#fff;border:1px solid rgba(17,24,39,.08);border-radius:22px;box-shadow:0 24px 56px rgba(15,23,42,.16);padding:22px;z-index:250}.catalog-dropdown__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px 22px}.catalog-dropdown__col{min-width:0}.catalog-dropdown__title{display:block;font-size:15px;font-weight:800;color:var(--text);margin-bottom:10px}.catalog-dropdown__title:hover{color:var(--green)}.catalog-dropdown__links{display:grid;gap:8px}.catalog-dropdown__link{color:var(--blue-link);font-size:13px;line-height:1.45}.catalog-dropdown__link:hover{color:var(--green);text-decoration:underline}.catalog-dropdown__empty{padding:8px 4px;color:var(--text-muted)}@media (max-width:1100px){.catalog-dropdown{width:min(900px,calc(100vw - 32px))}.catalog-dropdown__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:960px){.catalog-details{order:3}.catalog-dropdown{width:calc(100vw - 24px);left:-8px;border-radius:18px;padding:18px}.catalog-dropdown__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.catalog-dropdown{left:0;width:min(420px,calc(100vw - 16px))}.catalog-dropdown__grid{grid-template-columns:1fr;gap:14px}}.page-wrap{max-width:1060px;padding-top:28px;padding-bottom:70px}.blog-post{background:#fff;border:1px solid rgba(17,24,39,.06);box-shadow:0 18px 40px rgba(15,23,42,.06);border-radius:28px;padding:34px 40px}.page-title{font-size:42px;line-height:1.12;letter-spacing:-.03em;margin-bottom:14px}.entry-meta{font-size:13px;gap:14px;margin-bottom:18px}.entry-image{margin-bottom:26px;border-radius:22px;overflow:hidden}.entry-content,.desc-content{font-size:17px;line-height:1.78}.entry-content p,.desc-content p{margin:0 0 1.1em}.entry-content h2,.desc-content h2{font-size:30px;line-height:1.2;margin:1.6em 0 .6em}.entry-content h3,.desc-content h3{font-size:24px;line-height:1.25;margin:1.4em 0 .55em}.entry-content ul,.entry-content ol,.desc-content ul,.desc-content ol{margin:0 0 1.1em 1.25em}.entry-content ul,.desc-content ul{list-style:disc}.entry-content ol,.desc-content ol{list-style:decimal}.entry-content li,.desc-content li{margin:0 0 .45em}.single-product-page .product-layout{max-width:1020px;margin:20px auto 0}.single-product-page .product-title{font-size:40px;line-height:1.1;letter-spacing:-.03em;margin-bottom:12px}.single-product-page .product-subtitle{font-size:18px;line-height:1.7}.single-product-page .desc-content{font-size:16px;line-height:1.75}.home-main .main-inner{padding-top:18px}.cat-section{margin-bottom:42px}.cat-section-header{align-items:flex-end;gap:16px}.cat-section-eyebrow{font-size:12px;color:var(--text-muted);margin-bottom:4px}.cat-section-title{font-size:30px;line-height:1.08;letter-spacing:-.03em}.cat-section-desc{font-size:14px;color:var(--text-muted);max-width:720px;margin-top:8px}@media (min-width:1200px){.home-main .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:960px){.page-wrap{max-width:100%}.blog-post{padding:24px 22px;border-radius:22px}.page-title,.single-product-page .product-title{font-size:32px}.entry-content,.desc-content,.single-product-page .desc-content{font-size:16px;line-height:1.72}}@media (max-width:640px){.blog-post{padding:18px 16px;border-radius:18px}.page-title,.single-product-page .product-title{font-size:28px}.entry-content,.desc-content,.single-product-page .desc-content{font-size:15px;line-height:1.68}}.catalog-dropdown__title,.catalog-dropdown__link,.product-chip a,.sub-cat-btn{font-weight:500}.catalog-dropdown{padding:20px 22px}.catalog-dropdown__title{font-size:14px;line-height:1.35;color:#111827;margin-bottom:8px}.catalog-dropdown__link{font-size:13px;color:#475569}.sub-cat-btn{font-size:13px}.cat-section-eyebrow{display:none}.cat-section-title{margin-top:0}@media (min-width:1200px){.header-inner,.main-inner,.layout,.footer-inner{max-width:1180px}}.catalog-dropdown__title{font-weight:600!important}.catalog-dropdown__link{font-weight:500!important}.site-header__extras{max-width:var(--container);margin:0 auto;padding:8px 16px}.cat-hero{display:block!important;padding:18px 22px!important;margin-bottom:16px!important;border-radius:18px!important;min-height:0!important;background:linear-gradient(135deg,rgba(30,150,69,.07),rgba(255,255,255,.98))!important}.cat-hero__meta,.cat-hero__count{display:none!important}.cat-hero__title{font-size:clamp(24px,2.2vw,34px)!important;line-height:1.12!important;letter-spacing:-.03em!important;margin:0!important}.cat-hero__desc{margin-top:10px!important;font-size:15px!important;line-height:1.65!important;max-width:76ch!important}.archive-toolbar{margin-top:0!important}@media (max-width:640px){.cat-hero{padding:16px 16px!important;border-radius:16px!important}.cat-hero__title{font-size:24px!important}}.site-footer.site-footer--compact{margin-top:40px;padding:0;background:#0f1720;color:rgba(255,255,255,.72)}.footer-compact{min-height:76px;padding:18px 16px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:18px}.footer-compact .footer-logo{margin:0;display:flex;align-items:center}.footer-compact .footer-logo img,.footer-compact .footer-logo .custom-logo{max-height:38px;width:auto}.footer-compact .footer-copy{font-size:13px;line-height:1.5;color:rgba(255,255,255,.64)}.footer-compact .footer-legal{display:flex;align-items:center;justify-content:flex-end;gap:14px;flex-wrap:wrap}.footer-compact .footer-legal a{font-size:13px;color:rgba(255,255,255,.66);text-decoration:none}.footer-compact .footer-legal a:hover{color:#fff}@media (max-width:760px){.footer-compact{grid-template-columns:1fr;text-align:center;justify-items:center;gap:10px;padding:18px 16px 20px}.footer-compact .footer-legal{justify-content:center}}body.customize-support .site-main,.site-main,.archive-main,.single-main{transition:background-color .15s ease}@media (max-width:480px){.single-main{padding-left:10px;padding-right:10px}}.entry-content,.entry-content p,.desc-content,.desc-content p{font-size:inherit;line-height:inherit}.product-thumb,.product-card__image,.gallery-main,.gallery-thumb,.entry-content .wp-block-image,.entry-content figure{background:#fff!important;background-image:none!important}.product-grid{align-items:stretch}.product-card{height:100%;min-height:0;display:flex;flex-direction:column}.product-card__img-link{flex:0 0 auto}.product-card .product-img,.product-card--post .product-img,.product-card[data-catalog="1"] .product-img{aspect-ratio:4 / 3!important;height:auto!important;min-height:0!important;background:#fff!important;background-image:none!important;overflow:hidden}.product-card .product-img img,.product-card__img-link .product-img img{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center center!important;background:#fff!important;transform:none!important}.product-card:hover .product-card__img-link .product-img img{transform:none!important}.product-body{flex:1 1 auto;display:flex;flex-direction:column}.product-card .product-chip,.product-card .product-avail,.product-card .product-meta-inline{display:none!important}.product-card .product-name{flex:1 1 auto;margin:0 0 18px!important;min-height:2.9em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-actions{margin-top:auto;display:flex;justify-content:flex-end!important;align-items:center;gap:10px}.product-actions .btn-detail{margin-left:auto;display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 18px;border-radius:999px;background:var(--green-light);color:var(--green-dark)!important;font-weight:700;text-decoration:none!important;line-height:1;white-space:nowrap}.product-actions .btn-detail:hover{background:var(--green);color:#fff!important;text-decoration:none!important}.term-description,.category-description,.cat-hero__desc,.text-block.entry-content{color:var(--text);font-size:inherit;line-height:inherit}.text-block.entry-content{max-width:980px;margin:28px auto 0;padding:28px;border-radius:20px;border:1px solid rgba(17,24,39,.08);background:#fff!important;box-shadow:0 10px 28px rgba(15,23,42,.04)}.text-block.entry-content p{margin:0 0 1em}.text-block.entry-content p:last-child{margin-bottom:0}.breadcrumb{display:flex!important;opacity:1!important;visibility:visible!important}.single-main>.breadcrumb,.archive-main>.breadcrumb,.site-main>.breadcrumb{margin-top:10px;margin-bottom:10px}.entry-content .cpa-wrapper,.entry-content .cpa-wrapper *{font-size:revert;line-height:revert}.entry-content .cpa-wrapper .cpa-features,.entry-content .cpa-wrapper ul{list-style:none!important;margin-left:0!important;padding-left:0!important}.entry-content .cpa-wrapper img.cpa-image,.entry-content .cpa-wrapper .cpa-image{max-width:100%!important;height:auto!important;border-radius:0!important}.entry-content .cpa-wrapper .cpa-btn,.entry-content .cpa-wrapper button.cpa-btn{display:inline-flex!important;text-decoration:none!important}.product-layout--new{display:grid!important;grid-template-columns:280px 1fr!important;gap:28px!important;align-items:start!important;max-width:1020px;margin-left:auto;margin-right:auto}.product-gallery-col{background:linear-gradient(180deg,#f6f7f8 0%,#f1f3f4 100%);border-radius:22px;border:1px solid rgba(17,24,39,.075);padding:16px;min-width:0;box-shadow:0 16px 38px rgba(15,23,42,.055)}.product-gallery-col .gallery-main{aspect-ratio:1;background:#fff;border-radius:var(--radius);overflow:hidden;margin-bottom:12px;display:flex;align-items:center;justify-content:center}.product-gallery-col .gallery-main__img{width:100%;height:100%;object-fit:contain}.product-gallery-col .gallery-thumbs{display:flex;gap:8px;flex-wrap:wrap}.product-content-area{grid-column:1 / -1;margin-top:8px;padding-top:24px;border-top:1px solid rgba(17,24,39,.07);min-width:0}.product-content-area .desc-content,.product-content-area .entry-content{max-width:none;font-size:16px;line-height:1.78}.product-layout--new .product-specs{display:flex!important;flex-direction:column!important;gap:0!important;margin:16px 0 20px!important;padding:14px 18px!important;border-radius:14px!important;background:#f8faf9!important;border:1px solid rgba(17,24,39,.06)!important}.product-layout--new .product-spec-item{display:flex!important;align-items:baseline!important;gap:6px!important;padding:6px 8px!important;border-bottom:1px solid rgba(17,24,39,.06)!important;flex-wrap:nowrap!important}.product-layout--new .product-spec-item:nth-last-child(-n+2){border-bottom:0!important}.product-layout--new .product-spec-label{color:var(--text-muted);font-size:12px;line-height:1.4;white-space:nowrap;flex-shrink:0}.product-layout--new .product-spec-value{color:var(--text);font-size:13px;font-weight:400;line-height:1.4;overflow-wrap:anywhere;word-break:break-word;flex:1 1 auto}@media (max-width:900px){.product-layout--new{grid-template-columns:240px 1fr!important;gap:20px!important}}@media (max-width:640px){.product-layout--new{grid-template-columns:1fr!important;gap:16px!important}.product-gallery-col{max-width:280px;margin:0 auto}.product-content-area{grid-column:1!important}.product-layout--new .product-specs{grid-template-columns:1fr!important}.product-layout--new .product-spec-item:nth-last-child(-n+2){border-bottom:1px solid rgba(17,24,39,.06)!important}.product-layout--new .product-spec-item:last-child{border-bottom:0!important}}:root{--mp-card-thumb-h:255px}.product-grid,.products-grid,.posts-grid,.archive-grid,.related-grid{align-items:stretch!important}.mp-card,.product-card,.product-card--post,.product-card--catalog{height:100%!important;min-height:420px!important;display:flex!important;flex-direction:column!important;background:#fff!important;overflow:hidden!important}.mp-card__media,.product-card__img-link{display:block!important;flex:0 0 auto!important;background:#fff!important;text-decoration:none!important}.mp-card__thumb,.product-card .product-img,.product-card--post .product-img,.product-card--catalog .product-img{height:var(--mp-card-thumb-h)!important;width:100%!important;aspect-ratio:auto!important;background:#fff!important;background-image:none!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important}.mp-card__thumb img,.product-card .product-img img,.product-card__img-link .product-img img{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;object-position:center!important;background:#fff!important;transform:none!important}.product-card:hover .product-card__img-link .product-img img,.mp-card:hover .mp-card__thumb img{transform:none!important}.mp-card__placeholder,.product-img__placeholder{color:#c8cfd8!important;width:100%!important;height:100%!important;display:flex!important;align-items:center!important;justify-content:center!important;background:#fff!important}.mp-card__body,.product-card .product-body{flex:1 1 auto!important;min-height:155px!important;display:flex!important;flex-direction:column!important;padding:22px 22px 20px!important}.mp-card .product-chip,.mp-card .product-avail,.mp-card .product-meta-inline,.mp-card .product-excerpt,.product-card .product-chip,.product-card .product-avail,.product-card .product-meta-inline,.product-card .product-excerpt{display:none!important}.mp-card__meta,.product-card-meta{display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin:0 0 8px}.mp-card__avail{font-size:11px;font-weight:600;padding:2px 8px;border-radius:999px;line-height:1.6;white-space:nowrap}.mp-card__title,.product-card .product-name{min-height:2.8em!important;margin:0 0 18px!important;font-size:20px!important;line-height:1.35!important;font-weight:500!important}.mp-card__title a,.product-card .product-name a{color:inherit!important;text-decoration:none!important}.mp-card__actions,.product-card .product-actions{margin-top:auto!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:10px!important}.mp-card__button,.product-card .btn-detail{margin-left:auto!important;min-width:92px!important;text-align:center!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;line-height:1!important;padding:13px 18px!important;border-radius:14px!important;white-space:nowrap!important}@media (max-width:768px){:root{--mp-card-thumb-h:220px}.mp-card,.product-card{min-height:360px!important}.mp-card__title,.product-card .product-name{font-size:17px!important}}.entry-content ul:not(.toc-list):not(.cpa-features):not(.product-specs),.desc-content ul:not(.toc-list):not(.cpa-features):not(.product-specs),.text-block.entry-content ul:not(.toc-list):not(.cpa-features):not(.product-specs),.cat-hero__desc.entry-content ul:not(.toc-list):not(.cpa-features):not(.product-specs){list-style:disc outside!important;margin:.95em 0 1.2em!important;padding-left:1.45em!important}.entry-content ol:not(.toc-list):not(.cpa-features):not(.product-specs),.desc-content ol:not(.toc-list):not(.cpa-features):not(.product-specs),.text-block.entry-content ol:not(.toc-list):not(.cpa-features):not(.product-specs),.cat-hero__desc.entry-content ol:not(.toc-list):not(.cpa-features):not(.product-specs){list-style:decimal outside!important;margin:.95em 0 1.2em!important;padding-left:1.55em!important}.entry-content li,.desc-content li,.text-block.entry-content li,.cat-hero__desc.entry-content li{margin:0 0 .55em!important;padding-left:.15em!important;line-height:inherit!important}.entry-content li:last-child,.desc-content li:last-child,.text-block.entry-content li:last-child,.cat-hero__desc.entry-content li:last-child{margin-bottom:0!important}.entry-content li>p,.desc-content li>p,.text-block.entry-content li>p,.cat-hero__desc.entry-content li>p{margin:.35em 0!important}.entry-content li>p:first-child,.desc-content li>p:first-child,.text-block.entry-content li>p:first-child,.cat-hero__desc.entry-content li>p:first-child{margin-top:0!important}.entry-content li>p:last-child,.desc-content li>p:last-child,.text-block.entry-content li>p:last-child,.cat-hero__desc.entry-content li>p:last-child{margin-bottom:0!important}.entry-content ul ul,.entry-content ol ol,.entry-content ul ol,.entry-content ol ul,.desc-content ul ul,.desc-content ol ol,.desc-content ul ol,.desc-content ol ul,.text-block.entry-content ul ul,.text-block.entry-content ol ol,.text-block.entry-content ul ol,.text-block.entry-content ol ul,.cat-hero__desc.entry-content ul ul,.cat-hero__desc.entry-content ol ol,.cat-hero__desc.entry-content ul ol,.cat-hero__desc.entry-content ol ul{margin:.55em 0 .2em!important}.entry-content ul li::marker,.desc-content ul li::marker,.text-block.entry-content ul li::marker,.cat-hero__desc.entry-content ul li::marker{color:var(--green);font-size:.9em}.entry-content ol li::marker,.desc-content ol li::marker,.text-block.entry-content ol li::marker,.cat-hero__desc.entry-content ol li::marker{color:var(--green);font-weight:700}.entry-content blockquote,.desc-content blockquote,.entry-content .wp-block-quote,.desc-content .wp-block-quote,.entry-content .wp-block-pullquote,.desc-content .wp-block-pullquote,.text-block.entry-content blockquote,.cat-hero__desc.entry-content blockquote{position:relative!important;margin:1.35em 0!important;padding:20px 22px 20px 24px!important;border:1px solid rgba(30,150,69,.16)!important;border-left:5px solid var(--green)!important;border-radius:18px!important;background:linear-gradient(180deg,rgba(30,150,69,.075),rgba(255,255,255,.98))!important;color:var(--text)!important;box-shadow:0 12px 28px rgba(15,23,42,.04)!important}.entry-content .wp-block-pullquote,.desc-content .wp-block-pullquote{text-align:left!important;border-top:1px solid rgba(30,150,69,.16)!important;border-right:1px solid rgba(30,150,69,.16)!important;border-bottom:1px solid rgba(30,150,69,.16)!important}.entry-content blockquote::before,.desc-content blockquote::before,.entry-content .wp-block-quote::before,.desc-content .wp-block-quote::before,.text-block.entry-content blockquote::before,.cat-hero__desc.entry-content blockquote::before{content:"“";position:absolute;right:18px;top:-8px;font-size:52px;line-height:1;color:rgba(30,150,69,.18);font-family:Georgia,'Times New Roman',serif;pointer-events:none}.entry-content blockquote p,.desc-content blockquote p,.entry-content .wp-block-quote p,.desc-content .wp-block-quote p,.entry-content .wp-block-pullquote p,.desc-content .wp-block-pullquote p,.text-block.entry-content blockquote p,.cat-hero__desc.entry-content blockquote p{margin:0 0 .75em!important;line-height:inherit!important}.entry-content blockquote p:last-child,.desc-content blockquote p:last-child,.entry-content .wp-block-quote p:last-child,.desc-content .wp-block-quote p:last-child,.entry-content .wp-block-pullquote p:last-child,.desc-content .wp-block-pullquote p:last-child,.text-block.entry-content blockquote p:last-child,.cat-hero__desc.entry-content blockquote p:last-child{margin-bottom:0!important}.entry-content blockquote cite,.desc-content blockquote cite,.entry-content .wp-block-quote cite,.desc-content .wp-block-quote cite,.entry-content .wp-block-pullquote cite,.desc-content .wp-block-pullquote cite{display:block!important;margin-top:.85em!important;color:var(--text-muted)!important;font-size:.92em!important;font-style:normal!important;font-weight:600!important}.entry-content .review,.entry-content .review-box,.entry-content .review-block,.entry-content .review-card,.entry-content .reviews-item,.entry-content .reviews__item,.entry-content .user-review,.entry-content .user-review-box,.entry-content .testimonial,.entry-content .testimonial-box,.entry-content .testimonial-card,.entry-content .feedback,.entry-content .feedback-box,.entry-content .feedback-card,.entry-content .quote,.entry-content .quote-box,.entry-content .quote-block,.entry-content .opinion,.entry-content .opinion-box,.entry-content .expert-opinion,.entry-content .doctor-opinion,.entry-content .doctor-review,.entry-content .comment-box,.entry-content .reader-comment,.entry-content .client-review,.entry-content .customer-review,.entry-content .otzyv,.entry-content .otzyv-box,.entry-content .otzyv-card,.desc-content .review,.desc-content .review-box,.desc-content .review-block,.desc-content .review-card,.desc-content .reviews-item,.desc-content .reviews__item,.desc-content .user-review,.desc-content .user-review-box,.desc-content .testimonial,.desc-content .testimonial-box,.desc-content .testimonial-card,.desc-content .feedback,.desc-content .feedback-box,.desc-content .feedback-card,.desc-content .quote,.desc-content .quote-box,.desc-content .quote-block,.desc-content .opinion,.desc-content .opinion-box,.desc-content .expert-opinion,.desc-content .doctor-opinion,.desc-content .doctor-review,.desc-content .comment-box,.desc-content .reader-comment,.desc-content .client-review,.desc-content .customer-review,.desc-content .otzyv,.desc-content .otzyv-box,.desc-content .otzyv-card{box-sizing:border-box!important;margin:1.25em 0!important;padding:20px 22px!important;border:1px solid rgba(30,150,69,.14)!important;border-left:5px solid var(--green)!important;border-radius:18px!important;background:linear-gradient(180deg,rgba(30,150,69,.06),rgba(255,255,255,.98))!important;color:var(--text)!important;box-shadow:0 12px 28px rgba(15,23,42,.045)!important}.entry-content .review + .review,.entry-content .review-box + .review-box,.entry-content .review-card + .review-card,.entry-content .testimonial + .testimonial,.entry-content .feedback + .feedback,.entry-content .otzyv + .otzyv,.desc-content .review + .review,.desc-content .review-box + .review-box,.desc-content .review-card + .review-card,.desc-content .testimonial + .testimonial,.desc-content .feedback + .feedback,.desc-content .otzyv + .otzyv{margin-top:14px!important}.entry-content .review p,.entry-content .review-box p,.entry-content .review-block p,.entry-content .review-card p,.entry-content .testimonial p,.entry-content .testimonial-box p,.entry-content .feedback p,.entry-content .quote-box p,.entry-content .opinion-box p,.entry-content .expert-opinion p,.entry-content .doctor-opinion p,.entry-content .otzyv p,.desc-content .review p,.desc-content .review-box p,.desc-content .review-block p,.desc-content .review-card p,.desc-content .testimonial p,.desc-content .testimonial-box p,.desc-content .feedback p,.desc-content .quote-box p,.desc-content .opinion-box p,.desc-content .expert-opinion p,.desc-content .doctor-opinion p,.desc-content .otzyv p{margin:0 0 .75em!important}.entry-content .review p:last-child,.entry-content .review-box p:last-child,.entry-content .review-block p:last-child,.entry-content .review-card p:last-child,.entry-content .testimonial p:last-child,.entry-content .testimonial-box p:last-child,.entry-content .feedback p:last-child,.entry-content .quote-box p:last-child,.entry-content .opinion-box p:last-child,.entry-content .expert-opinion p:last-child,.entry-content .doctor-opinion p:last-child,.entry-content .otzyv p:last-child,.desc-content .review p:last-child,.desc-content .review-box p:last-child,.desc-content .review-block p:last-child,.desc-content .review-card p:last-child,.desc-content .testimonial p:last-child,.desc-content .testimonial-box p:last-child,.desc-content .feedback p:last-child,.desc-content .quote-box p:last-child,.desc-content .opinion-box p:last-child,.desc-content .expert-opinion p:last-child,.desc-content .doctor-opinion p:last-child,.desc-content .otzyv p:last-child{margin-bottom:0!important}.entry-content .review-author,.entry-content .review-name,.entry-content .testimonial-author,.entry-content .testimonial-name,.entry-content .feedback-author,.entry-content .quote-author,.entry-content .opinion-author,.entry-content .doctor-name,.entry-content .expert-name,.entry-content .otzyv-author,.desc-content .review-author,.desc-content .review-name,.desc-content .testimonial-author,.desc-content .testimonial-name,.desc-content .feedback-author,.desc-content .quote-author,.desc-content .opinion-author,.desc-content .doctor-name,.desc-content .expert-name,.desc-content .otzyv-author{display:block!important;margin-top:.85em!important;color:var(--text)!important;font-weight:700!important;line-height:1.35!important}.entry-content .review-meta,.entry-content .review-date,.entry-content .testimonial-meta,.entry-content .feedback-meta,.entry-content .otzyv-meta,.desc-content .review-meta,.desc-content .review-date,.desc-content .testimonial-meta,.desc-content .feedback-meta,.desc-content .otzyv-meta{display:block!important;margin-top:.2em!important;color:var(--text-muted)!important;font-size:.9em!important}@media (max-width:640px){.entry-content blockquote,.desc-content blockquote,.entry-content .wp-block-quote,.desc-content .wp-block-quote,.entry-content .wp-block-pullquote,.desc-content .wp-block-pullquote,.entry-content .review,.entry-content .review-box,.entry-content .review-block,.entry-content .review-card,.entry-content .testimonial,.entry-content .testimonial-box,.entry-content .feedback,.entry-content .quote-box,.entry-content .opinion-box,.entry-content .expert-opinion,.entry-content .doctor-opinion,.entry-content .otzyv,.desc-content .review,.desc-content .review-box,.desc-content .review-block,.desc-content .review-card,.desc-content .testimonial,.desc-content .testimonial-box,.desc-content .feedback,.desc-content .quote-box,.desc-content .opinion-box,.desc-content .expert-opinion,.desc-content .doctor-opinion,.desc-content .otzyv{padding:16px 17px!important;border-radius:16px!important}}.mplace-action-btn,button.mplace-action-btn,.entry-content button.mplace-action-btn,.desc-content button.mplace-action-btn{cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;min-height:56px;padding:15px 24px;border:0;border-radius:14px;background:linear-gradient(135deg,var(--green,#1E9645),var(--green-dark,#177A38));color:#fff!important;font:inherit;font-size:17px;font-weight:800;line-height:1.2;text-align:center;text-decoration:none!important;box-shadow:0 10px 26px rgba(30,150,69,.24);transition:transform .18s ease,box-shadow .18s ease,filter .18s ease}.mplace-action-btn:hover,button.mplace-action-btn:hover{transform:translateY(-2px);filter:brightness(.98);box-shadow:0 14px 34px rgba(30,150,69,.32)}.mplace-action-btn:focus-visible{outline:3px solid rgba(30,150,69,.28);outline-offset:3px}.mplace-action-btn--small{width:auto;min-height:34px;padding:7px 13px;border-radius:999px;font-size:13px;box-shadow:none}.buy-inline .mplace-action-btn,.sticky-buy__btn.mplace-action-btn{max-width:420px}.product-cta-card .mplace-action-btn{max-width:none!important;width:100%!important}.mplace-buy-info,.buy-info-line.mplace-buy-info{display:grid;gap:6px;margin-top:10px;padding:11px 13px;border:1px solid rgba(30,150,69,.16);border-radius:12px;background:#f7fff9;color:#4b5563;font-size:13px;line-height:1.45}.mplace-buy-info .buy-trust-item{color:var(--green-dark,#177A38);font-weight:700}.entry-content .cpa-root-block,.desc-content .cpa-root-block,body .cpa-root-block{position:relative!important;display:grid!important;grid-template-columns:minmax(0,1.1fr) minmax(220px,.9fr)!important;gap:clamp(20px,4vw,42px)!important;align-items:center!important;width:100%!important;margin:34px auto!important;padding:clamp(22px,4vw,42px)!important;overflow:hidden!important;border:1px solid rgba(30,150,69,.16)!important;border-radius:28px!important;background:radial-gradient(circle at 88% 12%,rgba(30,150,69,.14),transparent 30%),linear-gradient(135deg,#ffffff 0%,#f7fff9 100%)!important;box-shadow:0 22px 54px rgba(17,24,39,.10)!important;color:#1a1a1a!important}.cpa-root-block .cpa-left{order:0!important;min-width:0!important;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important}.cpa-root-block .cpa-right,.cpa-root-block .cpa-image-wrap{order:1!important;min-width:0!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important}.cpa-root-block .cpa-right img,.cpa-root-block img.cpa-image{width:min(360px,100%)!important;max-width:100%!important;height:auto!important;max-height:420px!important;object-fit:contain!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;filter:drop-shadow(0 24px 36px rgba(17,24,39,.18))!important}.cpa-root-block .cpa-badge{display:inline-flex!important;align-items:center!important;width:auto!important;margin:0 0 12px!important;padding:6px 13px!important;border-radius:999px!important;background:rgba(30,150,69,.10)!important;color:var(--green-dark,#177A38)!important;font-size:12px!important;font-weight:800!important;letter-spacing:.04em!important;text-transform:uppercase!important}.cpa-root-block .cpa-title{display:block!important;max-width:760px!important;margin:0 0 14px!important;color:#111827!important;font-size:clamp(24px,3.2vw,38px)!important;font-weight:850!important;line-height:1.12!important}.cpa-root-block .cpa-proof-note{display:block!important;margin:0 0 18px!important;padding:0!important;border:0!important;background:transparent!important;color:#4b5563!important;font-size:16px!important;line-height:1.55!important}.cpa-root-block .cpa-features{display:grid!important;gap:9px!important;margin:0 0 22px!important;padding:0!important;list-style:none!important}.cpa-root-block .cpa-feature-item{position:relative!important;margin:0!important;padding:0 0 0 28px!important;border:0!important;color:#1f2937!important;font-size:15px!important;line-height:1.45!important}.cpa-root-block .cpa-feature-item::before{content:"✓";position:absolute;left:0;top:0;color:var(--green,#1E9645);font-weight:900}.cpa-root-block .cpa-btn,.cpa-root-block button.cpa-btn{max-width:430px!important;margin:0 0 12px!important}.cpa-root-block .cpa-trust{display:flex!important;flex-wrap:wrap!important;gap:8px!important;margin:0!important;color:#4b5563!important;font-size:13px!important;line-height:1.35!important}.cpa-root-block .cpa-trust span{display:inline-flex!important;align-items:center!important;margin:0!important;padding:5px 10px!important;border-radius:999px!important;background:rgba(255,255,255,.82)!important;border:1px solid rgba(30,150,69,.12)!important;color:#374151!important;font-weight:700!important;white-space:normal!important}.footer-desc,.footer-disclaimer{max-width:720px;color:inherit;opacity:.82;font-size:13px;line-height:1.5}.footer-desc{margin-top:8px}.footer-disclaimer{margin-bottom:10px}@media (max-width:768px){.entry-content .cpa-root-block,.desc-content .cpa-root-block,body .cpa-root-block{grid-template-columns:1fr!important;text-align:left!important;padding:22px!important;border-radius:22px!important}.cpa-root-block .cpa-right,.cpa-root-block .cpa-image-wrap{order:-1!important}.cpa-root-block .cpa-right img,.cpa-root-block img.cpa-image{width:min(260px,100%)!important;max-height:300px!important}.cpa-root-block .cpa-btn,.cpa-root-block button.cpa-btn,.buy-inline .mplace-action-btn{max-width:100%!important}}html,body{max-width:100%}body{overflow-x:hidden}.site-branding,.mplace-logo-link,.mplace-logo-link--image{min-width:0;max-width:100%}.mplace-logo-img{object-fit:contain}.site-header{transition:transform .22s ease,box-shadow .18s ease,background .18s ease}.site-header--hidden{transform:translateY(-100%)}.mobile-menu-panel{width:min(320px,calc(100vw - 32px));max-width:100%;padding-bottom:calc(20px + env(safe-area-inset-bottom))}@media (max-width:960px){.burger,.mobile-search-toggle{width:40px;min-width:40px;height:40px}.header-inner{min-height:60px}}@media (max-width:640px){.site-header{position:sticky;top:0}.header-inner{padding-left:14px!important;padding-right:14px!important}.site-branding{flex:1 1 auto;min-width:0}.mplace-logo-link--image{max-width:min(170px,46vw)}.mplace-logo-img{max-width:min(170px,46vw)!important;max-height:44px!important;height:auto!important}.logo-square{width:44px!important;height:44px!important;min-width:44px!important;border-radius:14px!important}.mobile-search-bar{padding-left:14px!important;padding-right:14px!important}.mobile-search-bar .search-wrap{width:100%}.breadcrumb{overflow-x:auto;flex-wrap:nowrap;-webkit-overflow-scrolling:touch;scrollbar-width:none}.breadcrumb::-webkit-scrollbar{display:none}.breadcrumb__current{min-width:0;white-space:nowrap}.layout,.main-inner,.product-layout,.page-wrap,.related-products{padding-left:14px!important;padding-right:14px!important}.cat-hero,.text-block.entry-content,.blog-post,.buy-inline,.toc-block,.author-box,.comments-area,.comment-respond{border-radius:16px!important}.product-layout{gap:18px!important;padding-bottom:34px!important}.gallery{padding:14px!important;border-radius:18px!important;background:#fff!important}.gallery-main{max-height:min(76vw,340px);border-radius:18px!important}.gallery-thumbs{flex-wrap:nowrap!important;overflow-x:auto;padding-bottom:4px;-webkit-overflow-scrolling:touch}.gallery-thumb{width:58px!important;height:58px!important}.product-badges,.entry-meta,.cpa-root-block .cpa-trust{gap:6px!important}.product-title,.page-title,.single-product-page .product-title{font-size:clamp(24px,7.2vw,30px)!important;line-height:1.16!important;overflow-wrap:anywhere}.product-subtitle{font-size:15px!important;line-height:1.55!important}.product-specs{grid-template-columns:1fr!important;padding:14px!important}.product-spec-value,.meta-val,.entry-content,.desc-content{overflow-wrap:anywhere}.buy-inline{margin:18px 0!important;padding:16px!important}.mplace-action-btn,button.mplace-action-btn,.entry-content button.mplace-action-btn,.desc-content button.mplace-action-btn{min-height:52px;padding:13px 18px;font-size:16px}.toc-header{padding:13px 15px!important}.toc-list{padding-left:34px!important;padding-right:14px!important}}@media (max-width:640px){.sticky-buy{padding:10px 0 calc(10px + env(safe-area-inset-bottom))!important}.sticky-buy__inner{padding-left:12px!important;padding-right:12px!important}.sticky-buy__btn.mplace-action-btn{width:100%!important;max-width:none!important;min-height:50px!important}body.mplace-sticky-buy-visible{padding-bottom:var(--mplace-sticky-buy-h,78px)}}@media (max-width:520px){:root{--mp-card-thumb-h:165px;--card-thumb-h:165px}.product-grid,.product-grid--5,.related-grid,.products-grid,.posts-grid,.archive-grid{gap:10px!important}.mp-card,.product-card,.product-card--post,.product-card--catalog{min-height:300px!important;border-radius:16px!important}.mp-card__body,.product-card .product-body{min-height:126px!important;padding:13px 12px 12px!important}.mp-card__title,.product-card .product-name{font-size:15px!important;line-height:1.32!important;min-height:2.65em!important;margin-bottom:12px!important}.mp-card__button,.product-card .btn-detail{min-width:0!important;padding:11px 13px!important;font-size:12px!important}}@media (max-width:340px){.product-grid,.product-grid--5,.related-grid,.products-grid,.posts-grid,.archive-grid{grid-template-columns:1fr!important}.mplace-logo-link--image,.mplace-logo-img{max-width:138px!important}}@media (max-width:768px){.cpa-root-block .cpa-title{font-size:clamp(23px,7vw,30px)!important}.cpa-root-block .cpa-proof-note{font-size:15px!important}.cpa-root-block .cpa-trust span{white-space:normal!important}}@media (hover:none),(pointer:coarse){.product-card:hover,.mplace-action-btn:hover,button.mplace-action-btn:hover{transform:none!important}}@keyframes mplaceCtaBreath{0%,72%,100%{transform:translateY(0);box-shadow:0 10px 26px rgba(30,150,69,.24)}78%{transform:translateY(-1px);box-shadow:0 16px 36px rgba(30,150,69,.34)}84%{transform:translateY(0);box-shadow:0 10px 26px rgba(30,150,69,.24)}}.product-action-btn.mplace-action-btn,.cpa-btn.mplace-action-btn{animation:mplaceCtaBreath 7.5s ease-in-out infinite}@media (prefers-reduced-motion:reduce){.product-action-btn.mplace-action-btn,.cpa-btn.mplace-action-btn{animation:none!important}}.buy-info-line.mplace-buy-info,.mplace-buy-info{display:grid!important;gap:6px!important;align-items:start!important;margin-top:10px!important;padding:11px 13px!important;border:1px solid rgba(30,150,69,.16)!important;border-radius:12px!important;background:#f7fff9!important;color:#4b5563!important;font-size:13px!important;line-height:1.45!important}.buy-info-notice{color:#111827!important;font-weight:750!important}.buy-info-line.mplace-buy-info .buy-info-text:after,.mplace-buy-info .buy-info-text:after{content:none!important;margin:0!important}.mplace-buy-info .buy-trust-item{color:var(--green-dark,#177A38)!important;font-weight:800!important}.sticky-buy__inner{position:relative}.sticky-buy__close{flex:0 0 auto;width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(17,24,39,.10);border-radius:999px;background:#fff;color:#64748b;font-size:22px;line-height:1;cursor:pointer}.sticky-buy__close:hover,.sticky-buy__close:focus-visible{color:#111827;border-color:rgba(30,150,69,.25);outline:none}@media (max-width:640px){.sticky-buy__inner{display:grid!important;grid-template-columns:minmax(0,1fr) 38px!important;gap:10px!important;align-items:center!important}.sticky-buy__btn.mplace-action-btn{grid-column:1!important;min-height:52px!important;padding-left:14px!important;padding-right:14px!important;font-size:16px!important}.sticky-buy__close{grid-column:2!important;width:38px!important;height:38px!important}}.product-specs{display:flex!important;flex-direction:column!important;gap:0!important;margin:14px 0 20px!important;padding:12px 16px!important;background:rgba(247,249,248,.92)!important;border:1px solid rgba(15,23,42,.07)!important;border-radius:18px!important;box-shadow:0 8px 22px rgba(15,23,42,.035)!important}.product-spec-item{display:flex!important;align-items:baseline!important;gap:6px!important;min-width:0!important;padding:6px 8px!important;border-bottom:1px solid rgba(15,23,42,.065)!important;border-radius:10px!important;transition:background-color .18s ease,border-color .18s ease!important;flex-wrap:nowrap!important}.product-spec-item:hover{background:rgba(30,150,69,.055)!important}.product-spec-label{flex-shrink:0!important;margin:0!important;color:var(--text-muted)!important;font-size:12px!important;line-height:1.4!important;white-space:nowrap!important}.product-spec-value{flex:1 1 auto!important;min-width:0!important;margin:0!important;color:var(--text)!important;font-size:13px!important;line-height:1.4!important;font-weight:400!important;overflow-wrap:anywhere!important;word-break:break-word!important}.product-spec-item:last-child{border-bottom-color:transparent!important}@media (max-width:680px){.product-specs{margin:10px 0 16px!important;padding:8px 12px!important;border-radius:16px!important}.product-spec-item{padding:5px 4px!important;gap:5px!important;border-radius:8px!important}.product-spec-label{font-size:11px!important;line-height:1.4!important}.product-spec-value{font-size:12px!important;line-height:1.4!important}.product-spec-item:nth-last-child(-n+2){border-bottom-color:rgba(15,23,42,.065)!important}.product-spec-item:last-child{border-bottom-color:transparent!important}}@media (max-width:380px){.product-specs{padding:7px 10px!important}.product-spec-item{padding-top:5px!important;padding-bottom:5px!important}.product-spec-label{font-size:11.5px!important}.product-spec-value{font-size:11.5px!important}}@media (prefers-reduced-motion:reduce){.product-spec-item{transition:none!important}.product-spec-item:hover{transform:none!important}}.product-cta-card.buy-inline{width:100%!important;box-sizing:border-box!important;display:flex!important;flex-direction:column!important;gap:14px!important;margin:20px 0!important;padding:20px 22px!important;border:1px solid rgba(30,150,69,.18)!important;border-radius:18px!important;background:linear-gradient(160deg,#f4fef7 0%,#ffffff 60%)!important;box-shadow:0 8px 24px rgba(15,23,42,.06)!important}.product-cta-card__badge.buy-tag{display:inline-flex!important;width:fit-content!important;margin:0!important;padding:4px 10px!important;border-radius:999px!important;background:rgba(30,150,69,.10)!important;color:var(--green-dark,#177A38)!important;font-size:11px!important;font-weight:700!important;line-height:1.3!important;letter-spacing:.03em!important;text-transform:none!important}.product-cta-card__action{display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:10px!important;width:100%!important}.product-cta-card .product-action-btn.mplace-action-btn{display:flex!important;width:100%!important;min-height:54px!important;padding:14px 24px!important;border-radius:14px!important;font-size:17px!important;justify-content:center!important;box-shadow:0 10px 26px rgba(30,150,69,.26)!important}.product-cta-card .product-action-btn.mplace-action-btn::after{content:"→";font-weight:900;margin-left:6px}.product-cta-card__trust{display:flex!important;align-items:center!important;justify-content:center!important;gap:5px!important;color:var(--green-dark,#177A38)!important;font-size:13px!important;font-weight:600!important;line-height:1.35!important;text-align:center!important;padding:4px 0!important}.product-cta-card .buy-info-line.mplace-buy-info{display:block!important;margin:0!important;padding:10px 0 0!important;border:0!important;border-top:1px solid rgba(15,23,42,.07)!important;background:transparent!important;color:var(--text-muted,#64748b)!important;font-size:13px!important;line-height:1.5!important}.product-cta-card .buy-info-notice{display:block!important;color:var(--text,#111827)!important;font-size:13px!important;font-weight:500!important}.product-cta-card--compact{margin:14px 0!important;padding:16px!important;border-radius:18px!important;box-shadow:none!important}.product-cta-card--compact .product-cta-card__title{font-size:17px!important}.product-cta-card--compact .product-cta-card__lead{font-size:13px!important}.product-cta-card--compact .product-action-btn.mplace-action-btn{max-width:none!important;min-height:50px!important;font-size:15px!important}@media (max-width:640px){.product-cta-card.buy-inline{margin:18px 0!important;padding:16px!important;border-radius:18px!important;gap:12px!important}.product-cta-card__badge.buy-tag{font-size:10px!important}.product-cta-card__title{font-size:18px!important}.product-cta-card .product-action-btn.mplace-action-btn{max-width:none!important;min-height:54px!important;font-size:16px!important}.product-cta-card .buy-info-line.mplace-buy-info{display:grid!important;gap:8px!important}.product-cta-card .buy-info-text,.product-cta-card .buy-trust-item,.product-cta-card .buy-info-notice{width:100%!important;flex-basis:auto!important}.product-cta-card .buy-trust-item{width:fit-content!important;white-space:normal!important}}.toc-block .toc-header{width:100%;border:0;background:transparent;color:inherit;font:inherit;text-align:left;appearance:none;-webkit-appearance:none}.toc-block .toc-header:focus-visible{outline:2px solid rgba(23,126,68,.35);outline-offset:-3px}.toc-block .toc-header[aria-expanded="false"] .toc-arrow{transform:rotate(-90deg)}.toc-block .toc-header[aria-expanded="true"] .toc-arrow{transform:rotate(0deg)}.toc-block .toc-list[hidden],.toc-block .toc-list.toc-list--hidden{display:none!important}@media (max-width:960px){.site-header,body.admin-bar .site-header{position:relative!important;top:auto!important;transform:none!important}.site-header--hidden{transform:none!important}.site-header--scrolled{box-shadow:0 10px 30px rgba(15,23,42,.04)!important}}@media (max-width:640px){.home-main .cat-section-title{font-size:clamp(20px,5.6vw,24px)!important;line-height:1.18!important;letter-spacing:-.02em!important}}@media (max-width:420px){.home-main .cat-section-title{font-size:clamp(18px,5.2vw,21px)!important}}.footer-compact__brand,.footer-compact__right{min-width:0}.footer-compact__brand{display:grid;gap:8px;align-items:center}.footer-compact__right{display:grid;gap:10px;justify-items:end}.footer-compact .footer-desc{max-width:560px;margin:0;color:rgba(255,255,255,.72);opacity:1;font-size:13px;line-height:1.5}.footer-compact .footer-disclaimer{max-width:720px;margin:0;color:rgba(255,255,255,.64);opacity:1;font-size:12px;line-height:1.55}@media (max-width:760px){.site-footer.site-footer--compact{padding-bottom:0!important}.footer-compact{width:100%;min-height:0;grid-template-columns:1fr!important;justify-items:center;align-items:start;text-align:center;gap:10px;padding:20px 16px 22px!important}.footer-compact__brand,.footer-compact__right,.footer-compact .footer-copy,.footer-compact .footer-legal{width:100%;max-width:100%}.footer-compact__brand,.footer-compact__right{justify-items:center;text-align:center}.footer-compact .footer-logo{width:100%;justify-content:center}.footer-compact .footer-desc,.footer-compact .footer-disclaimer{display:block!important;width:100%;max-width:36rem;margin-left:auto;margin-right:auto;overflow:visible}.footer-compact .footer-copy{font-size:12px}.footer-compact .footer-legal{justify-content:center}}@media (max-width:640px){.single-main .product-layout.product-layout--new{width:100%!important;box-sizing:border-box!important;margin:0 0 18px!important;padding:12px!important;gap:14px!important;border-radius:18px!important;background:#f3f4f6!important;border:1px solid rgba(17,24,39,.06)!important;box-shadow:none!important}.single-main .product-layout--new .product-info{width:100%!important;margin:0!important;padding:0!important}.single-main .product-layout--new .product-gallery-col{margin-left:auto!important;margin-right:auto!important}.single-main .product-layout--new + .product-content-area{margin-top:0!important;padding-top:0!important;border-top:0!important}}.single-main .product-layout--new .product-badges{width:fit-content!important;max-width:100%!important;box-sizing:border-box!important;margin:2px 0 14px 6px!important;padding:7px 8px!important;gap:7px!important;border-radius:18px!important;background:rgba(248,250,252,.92)!important;border:1px solid rgba(17,24,39,.06)!important}.single-main .product-layout--new .product-badges .tag{min-height:28px!important;padding:5px 11px!important;border-radius:999px!important;line-height:1.2!important}@media (max-width:640px){.single-main .product-layout--new .product-badges{margin-left:0!important;margin-bottom:12px!important;padding:7px!important;border-radius:18px!important}.single-main .product-layout--new .product-badges .tag{min-height:27px!important;padding:5px 10px!important}}@media (min-width:641px){.single-main .product-layout--new .product-gallery-col{padding:12px!important}.single-main .product-layout--new .product-gallery-col .gallery-main{margin-bottom:10px!important}.single-main .product-layout--new .product-gallery-col .gallery-main__img{width:108%!important;height:108%!important;max-width:none!important;max-height:none!important;object-fit:contain!important;transform:scale(1.04);transform-origin:center center}}.single-main .product-layout--new + .product-content-area{width:100%!important;max-width:1020px!important;box-sizing:border-box!important;margin-left:auto!important;margin-right:auto!important}.single-main .product-layout--new + .product-content-area .toc-block,.single-main .product-layout--new + .product-content-area .desc-content.entry-content{width:100%!important;max-width:100%!important;box-sizing:border-box!important}@media (max-width:640px){.single-main .product-layout--new + .product-content-area{max-width:100%!important}}@media (min-width:901px){.single-main>.breadcrumb,.single-product-page .single-main>.breadcrumb{margin-top:8px!important;margin-bottom:6px!important}.single-product-page .product-layout.product-layout--new{width:100%!important;max-width:1140px!important;grid-template-columns:minmax(360px,40%) minmax(0,1fr)!important;gap:30px!important;align-items:stretch!important;margin-top:6px!important;padding:24px 22px!important}.single-product-page .product-layout--new .product-gallery-col{align-self:stretch!important;display:flex!important;flex-direction:column!important;justify-content:center!important;min-height:100%!important;padding:18px!important;border-radius:22px!important}.single-product-page .product-layout--new .product-gallery-col .gallery-main{flex:1 1 auto!important;aspect-ratio:auto!important;min-height:clamp(400px,34vw,520px)!important;margin-bottom:0!important}.single-product-page .product-layout--new .product-gallery-col .gallery-thumbs{margin-top:12px!important}.single-product-page .product-layout--new .product-gallery-col .gallery-main__img{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;transform:none!important}.single-main .product-layout--new + .product-content-area{max-width:1140px!important}}@media (min-width:901px){.single-main .product-layout--new + .product-content-area{width:min(1140px,calc(100% - 48px))!important;max-width:1140px!important;box-sizing:border-box!important;margin:22px auto 0!important;padding:22px 22px 26px!important;background:rgba(255,255,255,.92)!important;border:1px solid rgba(17,24,39,.06)!important;border-radius:28px!important;box-shadow:0 24px 50px rgba(15,23,42,.055)!important}.single-main .product-layout--new + .product-content-area .toc-block,.single-main .product-layout--new + .product-content-area .desc-content.entry-content,.single-main .product-layout--new + .product-content-area .entry-source,.single-main .product-layout--new + .product-content-area .star-rating,.single-main .product-layout--new + .product-content-area .author-box{width:100%!important;max-width:100%!important;box-sizing:border-box!important}}@media (max-width:640px){.home-main .cat-section-title{font-size:clamp(17px,4.7vw,20px)!important;line-height:1.12!important;letter-spacing:-.018em!important}}@media (max-width:420px){.home-main .cat-section-title{font-size:clamp(16px,4.35vw,18px)!important;line-height:1.13!important}}.mp-card .product-body,.product-card .product-body,.mp-card__body{min-height:118px!important}.mp-card__title,.product-card .product-name{flex:0 0 auto!important;min-height:0!important;margin-bottom:12px!important}.mp-card__actions,.product-card .product-actions{margin-top:0!important;justify-content:flex-end!important}.mp-card__button,.product-card .btn-detail{background:var(--green,#1e9645)!important;color:#fff!important;border:1px solid rgba(13,118,48,.28)!important;box-shadow:0 8px 18px rgba(30,150,69,.18)!important;font-weight:800!important;text-decoration:none!important}.mp-card__button:hover,.product-card .btn-detail:hover{background:var(--green-dark,#177A38)!important;color:#fff!important;box-shadow:0 10px 22px rgba(30,150,69,.24)!important;text-decoration:none!important}@media (max-width:520px){.mp-card .product-body,.product-card .product-body,.mp-card__body{min-height:108px!important}.mp-card__title,.product-card .product-name{margin-bottom:10px!important}.mp-card__button,.product-card .btn-detail{padding:10px 13px!important}}@media (max-width:640px){.single-main .product-layout.product-layout--new{padding:14px!important;border-radius:24px!important;background:linear-gradient(180deg,#f5f6f8 0%,#eef1f3 100%)!important;border:1px solid rgba(17,24,39,.075)!important;box-shadow:0 14px 34px rgba(15,23,42,.06)!important}}.footer-compact .footer-brand-row{display:inline-flex;align-items:center;gap:10px;min-width:0}.footer-compact .footer-counter{display:inline-flex;align-items:center;justify-content:center;min-width:0;max-width:220px;line-height:1;color:rgba(255,255,255,.72);font-size:12px;overflow:hidden}.footer-compact .footer-counter img,.footer-compact .footer-counter iframe,.footer-compact .footer-counter svg{display:block;max-width:160px;max-height:38px;width:auto;height:auto}.footer-compact .footer-counter a{display:inline-flex;align-items:center;color:rgba(255,255,255,.72);text-decoration:none}@media (max-width:760px){.footer-compact .footer-brand-row{justify-content:center;flex-wrap:wrap}.footer-compact .footer-counter{max-width:100%}}.single-product-page .product-layout.product-layout--new{background:linear-gradient(180deg,#f6f7f8 0%,#f1f3f4 100%)!important;border:1px solid rgba(17,24,39,.075)!important;border-radius:28px!important;box-shadow:0 16px 38px rgba(15,23,42,.055)!important}@media (min-width:901px){.single-product-page .product-layout.product-layout--new{padding:24px 22px!important;border-radius:28px!important;background:linear-gradient(180deg,#f6f7f8 0%,#f1f3f4 100%)!important;border:1px solid rgba(17,24,39,.075)!important;box-shadow:0 16px 38px rgba(15,23,42,.055)!important}}@media (max-width:640px){.single-main .product-layout.product-layout--new{border-radius:24px!important;background:linear-gradient(180deg,#f6f7f8 0%,#f1f3f4 100%)!important;border:1px solid rgba(17,24,39,.075)!important;box-shadow:0 16px 38px rgba(15,23,42,.055)!important}}