/* Серверный AJAX-каталог: фильтры слева, товары справа. */
.post-type-archive-product .page-header,.tax-product_cat .page-header,.tax-product_tag .page-header{display:none!important}
.cg-custom-catalog .cg-catalog-heading{margin:28px 0 20px;padding:26px 30px;border:1px solid var(--cg-line);border-radius:22px;background:linear-gradient(135deg,#fff,#fff8f5);box-shadow:0 10px 34px rgba(77,52,52,.05)}
.cg-custom-catalog .cg-catalog-heading>span{display:block;margin-bottom:8px;color:var(--cg-accent-dark);font-size:12px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}
.cg-custom-catalog .cg-catalog-heading h1{margin:0;font:500 clamp(38px,4vw,56px)/1.06 Georgia,serif}
.cg-custom-catalog .cg-catalog-heading p{margin:10px 0 0;color:var(--cg-muted);font-size:16px}
.cg-shop-shell{display:grid;grid-template-columns:350px minmax(0,1fr);gap:34px;align-items:start}
.cg-shop-content{position:relative;min-width:0;transition:opacity .2s ease}
.cg-custom-catalog.is-loading .cg-shop-content{opacity:.48;pointer-events:none}
.cg-custom-catalog.is-loading .cg-shop-content:after{content:'';position:absolute;top:70px;left:50%;width:34px;height:34px;margin-left:-17px;border:3px solid #eadfdd;border-top-color:var(--cg-accent-dark);border-radius:50%;animation:cg-spin .7s linear infinite;z-index:3}
@keyframes cg-spin{to{transform:rotate(360deg)}}
.cg-catalog-error{margin:0 0 16px;padding:12px 14px;border:1px solid #e8b7b2;border-radius:10px;background:#fff4f2;color:#8a3430;font-weight:700}
.cg-catalog-filter-toggle{display:none}
.cg-catalog-sidebar{position:sticky;top:96px;padding:26px 24px;border:1px solid #eadbd8;border-radius:24px;background:linear-gradient(180deg,#fff 0%,#fffdfc 100%);box-shadow:0 18px 46px rgba(77,52,52,.09);max-height:calc(100vh - 116px);overflow:auto;scrollbar-width:thin;scrollbar-color:#d8aaa4 #f8efed}
.cg-catalog-sidebar::-webkit-scrollbar{width:10px}.cg-catalog-sidebar::-webkit-scrollbar-track{background:#f8efed;border-radius:999px}.cg-catalog-sidebar::-webkit-scrollbar-thumb{background:#d8aaa4;border:2px solid #f8efed;border-radius:999px}
.cg-catalog-sidebar__heading{margin-bottom:18px;padding-bottom:18px;border-bottom:1px solid var(--cg-line)}
.cg-catalog-sidebar__heading span{display:block;margin-bottom:5px;color:var(--cg-accent-dark);font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}
.cg-catalog-sidebar__heading h2{margin:0;font:600 32px/1.12 Georgia,serif}
.cg-catalog-filter-form{display:grid;gap:14px}.cg-catalog-filter-form>input[type=hidden]{display:none}
.cg-filter-group{border-bottom:1px solid var(--cg-line)}
.cg-filter-group summary{display:flex;align-items:center;justify-content:space-between;min-height:56px;list-style:none;color:var(--cg-text);font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;cursor:pointer}
.cg-filter-group summary::-webkit-details-marker{display:none}.cg-filter-group summary span{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:var(--cg-soft);color:var(--cg-accent-dark)}.cg-filter-group summary span:before{content:'+';font-size:23px;font-weight:400;line-height:1}.cg-filter-group[open] summary span:before{content:'−'}
.cg-filter-group__body{padding:2px 0 18px}.cg-catalog-category-list,.cg-catalog-attribute-list{display:grid;gap:7px;max-height:360px;overflow:auto;padding-right:6px;scrollbar-width:thin;scrollbar-color:#d8aaa4 #f8efed}
.cg-catalog-category-list::-webkit-scrollbar,.cg-catalog-attribute-list::-webkit-scrollbar{width:8px}.cg-catalog-category-list::-webkit-scrollbar-track,.cg-catalog-attribute-list::-webkit-scrollbar-track{background:#f8efed;border-radius:999px}.cg-catalog-category-list::-webkit-scrollbar-thumb,.cg-catalog-attribute-list::-webkit-scrollbar-thumb{background:#d8aaa4;border-radius:999px}
.cg-category-node{padding-left:calc(var(--cg-depth,0) * 16px)}.cg-category-row{display:flex;align-items:center;gap:8px;min-width:0}.cg-category-children[hidden]{display:none!important}
.cg-category-toggle{position:relative;flex:0 0 42px;width:42px;height:42px;padding:0;border:1px solid #eadbd8;border-radius:12px;background:#fff;color:transparent;cursor:pointer;transition:transform .22s ease,background .2s ease,border-color .2s ease,box-shadow .2s ease}.cg-category-toggle:before{content:'';position:absolute;left:50%;top:50%;width:10px;height:10px;border-right:2px solid var(--cg-accent-dark);border-bottom:2px solid var(--cg-accent-dark);transform:translate(-60%,-50%) rotate(-45deg);transition:transform .22s ease}.cg-category-toggle:hover{background:var(--cg-soft);border-color:#dfc1bc;box-shadow:0 5px 14px rgba(183,117,109,.12)}.cg-category-node.is-open>.cg-category-row .cg-category-toggle:before{transform:translate(-50%,-65%) rotate(45deg)}
.cg-catalog-category-option{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:48px;flex:1;min-width:0;padding:10px 12px;border:1px solid transparent;border-radius:12px;color:var(--cg-muted);font-size:14px;font-weight:700;line-height:1.25;cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease,transform .2s ease}
.cg-catalog-category-option:hover,.cg-catalog-category-option.is-active,.cg-catalog-category-option:has(input:checked){background:var(--cg-soft);border-color:#ead0cc;color:var(--cg-accent-dark)}.cg-catalog-category-option:hover{transform:translateX(2px)}
.cg-catalog-category-option input{position:absolute;opacity:0;pointer-events:none}.cg-catalog-category-option span{min-width:0;overflow-wrap:anywhere}.cg-catalog-category-option b,.cg-catalog-check b{display:grid;place-items:center;min-width:30px;height:30px;padding:0 8px;margin-left:auto;border-radius:999px;background:#fff0ed;color:var(--cg-accent-dark);font-size:11px;font-weight:800}
.cg-filter-search{width:100%;height:46px;margin:0 0 11px;padding:0 14px;border:1px solid var(--cg-line);border-radius:12px;background:#fff;font-size:14px}.cg-filter-search:focus{outline:3px solid rgba(183,117,109,.15);border-color:var(--cg-accent)}
.cg-catalog-price-values{display:flex;justify-content:space-between;gap:10px;margin-bottom:14px;color:var(--cg-text);font-size:13px;font-weight:750}.cg-catalog-price-slider{--min-pos:0%;--max-pos:100%;position:relative;height:34px}.cg-catalog-price-track{position:absolute;left:0;right:0;top:15px;height:5px;border-radius:999px;background:linear-gradient(to right,#eadfdd 0 var(--min-pos),var(--cg-accent) var(--min-pos) var(--max-pos),#eadfdd var(--max-pos) 100%)}
.cg-catalog-range{position:absolute;inset:0;width:100%;height:34px;margin:0;background:transparent;pointer-events:none;appearance:none;-webkit-appearance:none}.cg-catalog-range::-webkit-slider-thumb{width:22px;height:22px;border:4px solid #fff;border-radius:50%;background:var(--cg-accent-dark);box-shadow:0 2px 8px rgba(77,52,52,.28);pointer-events:auto;cursor:grab;appearance:none;-webkit-appearance:none}.cg-catalog-range::-moz-range-thumb{width:16px;height:16px;border:4px solid #fff;border-radius:50%;background:var(--cg-accent-dark);box-shadow:0 2px 8px rgba(77,52,52,.28);pointer-events:auto;cursor:grab}.cg-catalog-range::-moz-range-track{background:transparent;border:0}
.cg-filter-quick{display:grid;gap:10px;padding:4px 0 6px}.cg-catalog-check{display:flex;align-items:center;gap:11px;min-height:48px;padding:0 12px;border:1px solid var(--cg-line);border-radius:12px;background:#fff;font-size:14px;font-weight:700;cursor:pointer;transition:background .2s ease,border-color .2s ease,transform .2s ease}.cg-catalog-check:hover{border-color:#e6cbc8;background:#fffaf8;transform:translateY(-1px)}.cg-catalog-check input{width:19px;height:19px;accent-color:var(--cg-accent-dark)}
.cg-catalog-filter-actions{display:grid;gap:10px;margin-top:6px}.cg-catalog-filter-actions .button{display:flex!important;align-items:center;justify-content:center;width:100%;min-height:50px!important;border-radius:999px!important;font-size:14px!important}.cg-catalog-filter-actions a{display:flex;align-items:center;justify-content:center;min-height:44px;border:1px solid var(--cg-line);border-radius:999px;color:var(--cg-accent-dark);font-size:13px;font-weight:750;text-decoration:none;background:#fff}
.cg-shop-toolbar{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:0 0 18px;padding:14px 16px;border:1px solid var(--cg-line);border-radius:14px;background:#fff;box-shadow:0 8px 24px rgba(77,52,52,.04)}.cg-catalog-result-count{margin:0;color:var(--cg-muted);font-size:14px}.cg-catalog-ordering{display:flex;align-items:center;gap:10px;color:var(--cg-muted);font-size:13px;font-weight:700}.cg-catalog-ordering select{min-width:245px;min-height:44px;border:1px solid var(--cg-line);border-radius:10px;background:#fff;padding:0 40px 0 13px;color:var(--cg-text);font-weight:700}.woocommerce .woocommerce-ordering,.woocommerce .woocommerce-result-count{display:none!important}
.cg-active-filters{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin:0 0 18px;padding:11px 13px;border:1px solid var(--cg-line);border-radius:13px;background:#fff}.cg-active-filters>strong{margin-right:2px;color:var(--cg-muted);font-size:12px}.cg-filter-chip{display:inline-flex;align-items:center;gap:9px;min-height:36px;padding:7px 11px;border-radius:8px;background:#526259;color:#fff;font-size:12px;font-weight:700;text-decoration:none}.cg-filter-chip:hover{background:#3f5047;color:#fff}.cg-filter-chip span{font-size:18px;line-height:1}.cg-active-filters__clear{margin-left:auto;color:var(--cg-accent-dark);font-size:12px;font-weight:700}
.cg-shop-content>ul.products{width:100%!important;margin:0!important}.woocommerce ul.products li.product{position:relative;display:flex!important;flex-direction:column;min-height:100%;background:#fff;border:1px solid var(--cg-line);border-radius:20px!important;overflow:hidden;transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease}.woocommerce ul.products li.product:hover{transform:translateY(-5px);border-color:#e8d3cf;box-shadow:0 18px 42px rgba(77,52,52,.12)}.woocommerce ul.products li.product .woocommerce-loop-product__link{display:flex!important;flex-direction:column;flex:1 1 auto;min-width:0}.woocommerce ul.products li.product .cg-product-image-wrap{overflow:hidden}.woocommerce ul.products li.product .cg-product-image-wrap img{transition:transform .5s ease}.woocommerce ul.products li.product:hover .cg-product-image-wrap img{transform:scale(1.04)}.woocommerce ul.products li.product .woocommerce-loop-product__title{min-height:52px!important;margin:0!important;padding:18px 20px 0!important;font-size:21px!important;line-height:1.24!important}.woocommerce ul.products li.product .cg-product-meta{padding:8px 20px 0!important}.woocommerce ul.products li.product .price{margin-top:auto!important;padding:18px 20px 0!important;font-size:20px!important}.woocommerce ul.products li.product .button{display:flex!important;align-items:center;justify-content:center;width:calc(100% - 40px)!important;min-height:52px!important;margin:18px 20px 20px!important;border-radius:999px!important;font-weight:700!important}.woocommerce ul.products li.product .added_to_cart{margin:-10px 20px 18px!important;text-align:center;font-weight:700;color:var(--cg-accent-dark)}
.cg-catalog-empty{padding:54px 24px;text-align:center;border:1px solid var(--cg-line);border-radius:18px;background:#fff}.cg-catalog-empty h2{margin:0 0 8px;font:500 30px Georgia,serif}.cg-catalog-empty p{margin:0;color:var(--cg-muted)}
@media(max-width:1100px){.cg-shop-shell{grid-template-columns:320px minmax(0,1fr);gap:26px}.cg-catalog-sidebar{padding:22px 20px}}
@media(max-width:980px){.cg-shop-shell{display:block}.cg-catalog-filter-toggle{display:flex;align-items:center;justify-content:center;width:100%;min-height:54px;margin:0 0 16px;border:1px solid var(--cg-line);border-radius:14px;background:#fff;color:var(--cg-accent-dark);font-size:15px;font-weight:800}.cg-catalog-sidebar{display:none;position:static;max-height:none;margin:0 0 18px}.cg-catalog-sidebar.is-open{display:block}.cg-shop-toolbar{margin-bottom:18px}}
@media(max-width:640px){.cg-custom-catalog .cg-catalog-heading{padding:24px 20px}.cg-catalog-sidebar{padding:20px 16px;border-radius:18px}.cg-catalog-sidebar__heading h2{font-size:28px}.cg-category-toggle{flex-basis:40px;width:40px;height:40px}.cg-catalog-category-option{min-height:46px;font-size:14px}.cg-shop-toolbar{align-items:stretch;flex-wrap:wrap;padding:12px}.cg-catalog-result-count{width:100%}.cg-catalog-ordering,.cg-catalog-ordering select{width:100%;min-width:0}.cg-catalog-ordering{display:grid;gap:6px}.cg-active-filters__clear{width:100%;margin-left:0}.woocommerce ul.products li.product .woocommerce-loop-product__title{min-height:46px!important;padding:14px 14px 0!important;font-size:18px!important}.woocommerce ul.products li.product .cg-product-meta,.woocommerce ul.products li.product .price{padding-left:14px!important;padding-right:14px!important}.woocommerce ul.products li.product .button{width:calc(100% - 28px)!important;margin:14px!important;min-height:46px!important}}

/* Расширенный каталог: широкая рабочая область и адаптивная сетка карточек. */
.cg-custom-catalog .cg-woo-wrap{width:min(100% - 48px,1720px)!important;max-width:1720px!important;margin-left:auto!important;margin-right:auto!important}
.cg-custom-catalog .cg-catalog-heading{padding-left:36px;padding-right:36px}
.cg-custom-catalog .cg-shop-shell{grid-template-columns:350px minmax(0,1fr);gap:38px}
.cg-custom-catalog .cg-shop-content>ul.products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:28px 24px!important;clear:both!important}
.cg-custom-catalog .cg-shop-content>ul.products:before,.cg-custom-catalog .cg-shop-content>ul.products:after{display:none!important}
.cg-custom-catalog .cg-shop-content>ul.products li.product{float:none!important;width:auto!important;margin:0!important;min-width:0!important}
.cg-custom-catalog .woocommerce ul.products li.product .cg-product-image-wrap img,.cg-custom-catalog .woocommerce ul.products li.product img{width:100%!important;height:auto!important;aspect-ratio:1/1.08;object-fit:cover}
@media(max-width:1500px){.cg-custom-catalog .cg-woo-wrap{width:min(100% - 40px,1480px)!important}.cg-custom-catalog .cg-shop-shell{grid-template-columns:330px minmax(0,1fr);gap:30px}.cg-custom-catalog .cg-shop-content>ul.products{grid-template-columns:repeat(3,minmax(0,1fr))!important}}
@media(max-width:1180px){.cg-custom-catalog .cg-woo-wrap{width:min(100% - 32px,1120px)!important}.cg-custom-catalog .cg-shop-shell{grid-template-columns:300px minmax(0,1fr);gap:24px}.cg-custom-catalog .cg-shop-content>ul.products{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:22px 18px!important}}
@media(max-width:980px){.cg-custom-catalog .cg-woo-wrap{width:min(100% - 28px,900px)!important}.cg-custom-catalog .cg-shop-content>ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:20px 16px!important}}
@media(max-width:640px){.cg-custom-catalog .cg-woo-wrap{width:min(100% - 20px,620px)!important}.cg-custom-catalog .cg-catalog-heading{padding-left:20px;padding-right:20px}.cg-custom-catalog .cg-shop-content>ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px 10px!important}.cg-custom-catalog .woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:16px!important}.cg-custom-catalog .woocommerce ul.products li.product .price{font-size:18px!important}}
@media(max-width:420px){.cg-custom-catalog .cg-shop-content>ul.products{grid-template-columns:1fr!important;gap:18px!important}.cg-custom-catalog .woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:19px!important}}
