:root{--ct-deep:#24372d;--ct-ink:#29251f;--ct-paper:#f8f5ee;--ct-line:#ded7cc;--ct-sage:#dfe6dc;--ct-sand:#e8ded0}*{box-sizing:border-box}.cat-tree-page{margin:0;background:#fbfaf7;color:var(--ct-ink)}.ct-container{width:min(1320px,calc(100% - 48px));margin:auto}.ct-intro{padding:72px 0 42px}.ct-kicker{display:block;color:#74805f;font-size:11px;font-weight:900;letter-spacing:.18em}.ct-intro h1,.ct-group h2,.ct-story h2,.ct-buy h1{font-family:var(--serif,Georgia,serif);font-weight:500}.ct-intro h1{margin:12px 0 22px;font-size:clamp(42px,6vw,82px);line-height:1.08}.ct-intro p{max-width:720px;margin:0;color:#736b62;font-size:16px;line-height:1.9}.ct-jump{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:40px}.ct-jump a{padding:18px 20px;border:1px solid var(--ct-line);border-radius:15px;color:inherit;background:#fff;text-decoration:none}.ct-jump strong,.ct-jump span{display:block}.ct-jump strong{font-size:19px}.ct-jump span{margin-top:5px;color:#81786f;font-size:11px}.ct-group{padding:58px 0;border-top:1px solid var(--ct-line)}.ct-group:nth-child(even){background:#f2eee7}.ct-group header{display:flex;margin-bottom:22px;align-items:end;justify-content:space-between}.ct-group h2{margin:7px 0 0;font-size:clamp(30px,4vw,48px)}.ct-group header p{margin:0;color:#81786e;font-size:12px}.ct-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.ct-card{display:block;padding:8px 8px 17px;border:1px solid rgba(70,61,51,.08);border-radius:21px;background:#fff;color:inherit;text-decoration:none;box-shadow:0 12px 34px rgba(55,48,39,.06);transition:.25s}.ct-card:hover{transform:translateY(-4px);box-shadow:0 18px 42px rgba(55,48,39,.1)}.ct-card__image{position:relative;display:grid;aspect-ratio:1/1;overflow:hidden;place-items:center;border-radius:15px;background:var(--ct-sand)}.ct-card__image img{width:94%;height:94%;object-fit:contain;transition:.4s}.ct-card:hover img{transform:scale(1.025)}.ct-card__image span{position:absolute;left:13px;top:13px;padding:6px 9px;border-radius:99px;background:rgba(255,255,255,.9);font-size:9px;font-weight:900}.ct-card h3{margin:15px 8px 0;font:500 18px/1.4 var(--serif,Georgia,serif)}.ct-empty{grid-column:1/-1;padding:64px;border:1px dashed #cfc7bb;border-radius:22px;text-align:center;color:#81786f}.ct-pdp-grid{display:grid;grid-template-columns:minmax(0,1.28fr) minmax(360px,.72fr);min-height:760px}.ct-visual{position:relative;display:grid;min-height:760px;place-items:center;background:#eee8de}.ct-visual>img{width:100%;height:100%;max-height:880px;object-fit:contain}.ct-visual__badge{position:absolute;left:28px;top:28px;padding:8px 12px;border-radius:99px;background:#fff;font-size:10px;font-weight:900}.ct-buy{align-self:center;padding:70px 5vw}.ct-buy h1{margin:13px 0;font-size:clamp(38px,4vw,62px);line-height:1.08}.ct-buy__lead{color:#726a61;line-height:1.8}.ct-stock{display:inline-flex;margin:10px 0;padding:8px 11px;border-radius:9px;background:#edf2e7;color:#52643d;font-size:11px;font-weight:900}.ct-price{margin:20px 0;font-size:30px;font-weight:800}.ct-buy button{width:100%;min-height:56px;border:0;border-radius:16px;background:var(--ct-deep);color:#fff;font-size:15px;font-weight:900;cursor:pointer}.ct-mini-specs{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:25px;padding-top:24px;border-top:1px solid var(--ct-line)}.ct-mini-specs small,.ct-mini-specs strong{display:block}.ct-mini-specs small{color:#8a8178;font-size:9px}.ct-mini-specs strong{margin-top:5px;font-size:12px}.ct-wide-image{height:min(78vw,850px);background:#e8e2d8}.ct-wide-image img{width:100%;height:100%;object-fit:cover}.ct-story{padding:100px 0}.ct-story h2{max-width:920px;margin:12px 0 50px;font-size:clamp(36px,5vw,66px);line-height:1.15}.ct-details{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.ct-detail{min-height:230px;padding:34px;border-radius:23px;background:#fff;border:1px solid var(--ct-line)}.ct-detail b{font:500 23px var(--serif,Georgia,serif)}.ct-detail p{color:#746d65;line-height:1.8}.ct-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.ct-gallery figure{min-height:48vw;max-height:760px;margin:0;background:#e9e3da}.ct-gallery figure:nth-child(3n){grid-column:1/-1}.ct-gallery img{width:100%;height:100%;object-fit:cover}.ct-spec-section{display:grid;grid-template-columns:1.1fr .9fr;gap:60px;padding:100px 0;align-items:center}.ct-spec-section>img{width:100%;max-height:680px;border-radius:25px;background:#fff;object-fit:contain}.ct-spec-section dl{margin:25px 0}.ct-spec-section dl div{display:flex;padding:16px 0;justify-content:space-between;gap:20px;border-bottom:1px solid var(--ct-line)}.ct-spec-section dt{color:#81786f}.ct-hidden{display:none!important}
@media(max-width:760px){.ct-container{width:calc(100% - 28px)}.ct-intro{padding:42px 0 28px}.ct-jump{grid-template-columns:repeat(2,1fr);margin-top:28px}.ct-group{padding:42px 0;overflow:hidden}.ct-group header{align-items:start;flex-direction:column;gap:5px}.ct-cards{display:flex;width:100%;gap:14px;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;touch-action:pan-x;margin:0;padding:2px 0 15px}.ct-cards::-webkit-scrollbar{display:none}.ct-card{flex:0 0 100%;width:100%;max-width:none;scroll-snap-align:start;scroll-snap-stop:always}.ct-pdp-grid,.ct-spec-section{grid-template-columns:1fr}.ct-visual{min-height:58vh}.ct-buy{padding:45px 22px}.ct-wide-image{height:78vh}.ct-story{padding:70px 0}.ct-details,.ct-gallery{grid-template-columns:1fr}.ct-gallery figure,.ct-gallery figure:nth-child(3n){grid-column:auto;min-height:115vw}.ct-spec-section{gap:30px;padding:70px 0}}

/* Product catalog */
.ct-intro{padding:38px 0 30px;background:#fff;border-bottom:1px solid var(--ct-line)}
.ct-intro h1{margin:8px 0 25px;font-size:clamp(32px,4vw,54px)}
.ct-jump{margin-top:0}
.ct-jump a{display:flex;align-items:center;justify-content:space-between;padding:15px 18px;border-radius:12px}
.ct-jump span{margin:0}
.ct-group{padding:54px 0 64px}
.ct-group__header{padding-bottom:15px;border-bottom:1px solid rgba(71,61,50,.16)}
.ct-group__header>a{display:flex;align-items:center;gap:13px;color:inherit;text-decoration:none}
.ct-group__header>a i{font-style:normal;font-size:22px;transition:transform .2s}
.ct-group__header>a:hover i{transform:translateX(5px)}
.ct-group__header h2{margin:0;font-size:clamp(25px,3vw,36px)}
.ct-group__header span{color:#81786e;font-size:13px}
.ct-card--extra{display:none}
.ct-card{padding:7px 7px 15px;border-radius:18px;box-shadow:0 10px 28px rgba(42,35,27,.055)}
.ct-card__image{aspect-ratio:4/5;border-radius:13px;background:linear-gradient(145deg,#f3f0e9,#e5e3dc)}
.ct-card__image img{width:100%;height:100%;object-fit:contain}
.ct-card h3{margin:12px 9px 2px;font:600 15px/1.45 var(--serif,Georgia,serif)}
.ct-more{display:flex;width:max-content;min-width:170px;margin:28px auto 0;padding:13px 20px;align-items:center;justify-content:center;gap:16px;border:1px solid #bdb3a5;border-radius:99px;background:transparent;color:var(--ct-ink);font-size:14px;font-weight:700;text-decoration:none;cursor:pointer}
.ct-more:hover{background:var(--ct-deep);border-color:var(--ct-deep);color:#fff}
.ct-more i{font-style:normal}
@media(max-width:760px){.ct-intro{padding:24px 0 20px}.ct-intro h1{font-size:30px;margin-bottom:18px}.ct-jump{display:flex;gap:8px;overflow-x:auto;scrollbar-width:none}.ct-jump::-webkit-scrollbar{display:none}.ct-jump a{flex:0 0 auto;min-width:116px;padding:11px 14px}.ct-jump span{display:none}.ct-group{padding:34px 0 42px}.ct-group header{flex-direction:row;align-items:end}.ct-card{flex:0 0 calc(100vw - 28px)}.ct-card__image{aspect-ratio:4/5}.ct-card h3{font-size:15px}.ct-more{display:flex}}

.ct-list-head{padding:44px 0 28px;background:#fff;border-bottom:1px solid var(--ct-line)}
.ct-back{display:inline-flex;margin-bottom:20px;color:#766d63;font-size:14px;text-decoration:none}
.ct-list-head__row{display:flex;align-items:end;justify-content:space-between;gap:20px}
.ct-list-head h1{margin:0;font:500 clamp(34px,5vw,58px)/1.1 var(--serif,Georgia,serif)}
.ct-list-head p{margin:0;color:#81786e;font-size:14px}
.ct-size-tabs{display:flex;gap:8px;margin-top:26px;overflow-x:auto;scrollbar-width:none}
.ct-size-tabs::-webkit-scrollbar{display:none}
.ct-size-tabs a{flex:0 0 auto;min-width:92px;padding:10px 16px;border:1px solid #d4cdc2;border-radius:99px;background:#fff;color:#625a51;text-align:center;text-decoration:none;font-size:14px;font-weight:700}
.ct-size-tabs a.is-current{background:var(--ct-deep);border-color:var(--ct-deep);color:#fff}
.ct-list-catalog{padding:42px 0 72px;background:#f4f1eb}
.ct-list-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.ct-list-grid .ct-card--extra{display:block}
.ct-load-more{display:flex;min-width:190px;margin:34px auto 0;padding:14px 22px;align-items:center;justify-content:center;border:1px solid #bdb3a5;border-radius:99px;background:#fff;color:var(--ct-ink);font-size:14px;font-weight:700;cursor:pointer}
.ct-load-more[hidden]{display:none}
.ct-load-more:hover{background:var(--ct-deep);border-color:var(--ct-deep);color:#fff}
@media(max-width:980px){.ct-list-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:760px){.ct-list-head{padding:28px 0 22px}.ct-list-head__row{align-items:start;flex-direction:column;gap:7px}.ct-list-head h1{font-size:34px}.ct-list-catalog{padding:24px 0 48px}.ct-list-grid{display:flex;width:calc(100vw - 14px);gap:12px;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scroll-padding-left:0;-webkit-overflow-scrolling:touch;scrollbar-width:none;touch-action:pan-x;padding:2px 24px 16px 0}.ct-list-grid::-webkit-scrollbar{display:none}.ct-list-grid .ct-card{flex:0 0 calc(100vw - 54px);width:calc(100vw - 54px);min-width:0;scroll-snap-align:start;scroll-snap-stop:always}.ct-list-grid .ct-card__image{aspect-ratio:4/5}.ct-list-grid .ct-card h3{margin:11px 7px 2px;font-size:14px}.ct-load-more{margin-top:18px}}

/* Cat tree product detail template */
.ct-breadcrumb{display:flex;gap:10px;padding-top:18px;padding-bottom:18px;align-items:center;color:#8a8178;font-size:12px;white-space:nowrap;overflow:hidden}
.ct-breadcrumb a{color:#6d655d;text-decoration:none}.ct-breadcrumb b{overflow:hidden;color:#4e4841;text-overflow:ellipsis;font-weight:600}
.product-page .ct-pdp-grid{min-height:700px;border-top:1px solid var(--ct-line);border-bottom:1px solid var(--ct-line)}
.product-page .ct-visual{min-height:700px;background:linear-gradient(145deg,#f0eee8,#dddcd6)}
.product-page .ct-visual>img{width:88%;height:88%;object-fit:contain;filter:drop-shadow(0 24px 22px rgba(54,43,33,.12))}
.product-page .ct-buy{background:#fff}
.product-page .ct-buy__lead{max-width:540px}
.ct-price-label{display:block;margin-top:20px;color:#81786e;font-size:12px}
.product-page .ct-price--pending{font-size:22px;color:#6e675e}
.product-page .ct-buy button:disabled{background:#d8d3cb;color:#777169;cursor:not-allowed}
.ct-scene{background:#ece8e0}
.ct-scene picture,.ct-scene img{display:block;width:100%}
.ct-scene img{aspect-ratio:4/3;object-fit:cover}
.product-page .ct-details{grid-template-columns:repeat(3,1fr)}
.product-page .ct-detail{min-height:245px}
.product-page .ct-detail b{font-size:21px}
.product-page .ct-spec-section dd{max-width:64%;margin:0;text-align:right;line-height:1.6}
.ct-moq{margin:22px 0;padding:18px;border:1px solid #ddd6ca;border-radius:15px;background:#f7f4ed}
.ct-moq header{display:flex;justify-content:space-between;gap:16px;font-size:13px}
.ct-moq header span{color:#756d64}
.ct-moq__track{height:9px;margin-top:13px;overflow:hidden;border-radius:99px;background:#ddd8cf}
.ct-moq__track i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#78934f,#a7bd74);transition:width .45s ease}
.ct-moq p{margin:10px 0 0;color:#8b5f37;font-size:12px;line-height:1.5}
.ct-moq p.is-ready{color:#53713e}
@media(max-width:760px){.ct-breadcrumb{padding-top:12px;padding-bottom:12px}.product-page .ct-pdp-grid{min-height:0}.product-page .ct-visual{min-height:62vh}.product-page .ct-visual>img{width:94%;height:94%}.product-page .ct-buy{padding:38px 20px 46px}.product-page .ct-buy h1{font-size:38px}.ct-scene img{aspect-ratio:4/5}.product-page .ct-details{grid-template-columns:1fr}.product-page .ct-detail{min-height:0}.product-page .ct-spec-section dd{max-width:58%}}
.ct-load-more[hidden]{display:none!important}
@media(max-width:760px){.ct-list-grid{width:100%;max-width:100%}.ct-list-catalog,.ct-list-page{overflow-x:hidden}}
@media(max-width:760px){
  .ct-cards,.ct-list-grid{touch-action:pan-x pan-y pinch-zoom}
  .ct-list-grid{padding-right:0;scroll-padding:0}
  .ct-list-grid .ct-card{flex:0 0 100%;width:100%;min-width:0}
  .ct-buy,.ct-mini-specs,.ct-spec-section,.ct-spec-section dl{min-width:0}
  .ct-buy h1,.ct-card h3,.ct-spec-section dd,.ct-breadcrumb{overflow-wrap:anywhere}
  .ct-breadcrumb,.ct-moq header{flex-wrap:wrap;gap:8px}
  .ct-spec-section dl div{gap:12px;align-items:flex-start}.ct-spec-section dt{flex:0 0 30%}.ct-spec-section dd{min-width:0;margin:0;text-align:right}
}
