.category-breadcrumb{min-height:145px;display:flex;gap:13px;align-items:center;justify-content:center;color:var(--color-body)}.category-breadcrumb a:first-child{color:var(--light-primary);font-size:21px}.category-breadcrumb strong{color:var(--color-heading);font-weight:500}.category-catalog{padding-bottom:75px;transition:opacity .2s}.category-catalog.is-loading{opacity:.45;pointer-events:none}.category-catalog__header{display:flex;gap:35px;align-items:flex-end;justify-content:space-between}.category-home-label{display:block;margin-bottom:14px;color:var(--color-mobilyamevime);font-weight:700}.category-catalog h1{margin:0;font-size:44px;line-height:1.2}.category-sort{display:flex;gap:12px;align-items:center}.category-sort a{padding:12px 17px;border-radius:6px;color:var(--color-black);font-weight:500;white-space:nowrap}.category-sort a.is-active{color:var(--color-white);background:#40394f}.category-filter-toggle{margin:46px 0 22px;padding:11px 14px;border:0;border-radius:6px;color:#fff;background:#40394f;font-weight:700;cursor:pointer}.category-filter-toggle span{margin-left:10px;font-size:20px}.category-filter-panel{display:none;margin:-8px 0 28px;padding:18px;grid-template-columns:repeat(4,1fr);gap:8px 18px;border:1px solid var(--color-border-light);border-radius:6px;background:#fff}.category-filter-panel.is-open{display:grid}.category-filter-panel a{padding:7px;color:var(--color-body)}.category-filter-panel a:hover,.category-filter-panel a.is-active{color:var(--light-primary);font-weight:700}.category-product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:38px 30px}.category-product-card{text-align:center}.category-product-card__image{display:block;aspect-ratio:1.38;border-radius:7px;background:#f6f6f6;overflow:hidden}.category-product-card__image img{width:100%;height:100%;object-fit:contain;transition:transform .35s}.category-product-card:hover img{transform:scale(1.025)}.category-product-card__body{padding:12px 10px 0}.category-product-card h2{min-height:43px;margin:0 0 5px;font-size:15px;line-height:1.45}.category-product-card p{min-height:22px;margin:0;color:var(--color-body);font-size:11px}.category-installment{margin:8px 0;padding:5px;border-radius:4px;color:#8b7e75;background:#fff3ef;font-size:11px}.category-product-card__price{display:block;margin-top:5px;color:var(--color-heading);font-size:20px}.category-product-card__button{display:inline-flex;margin-top:12px;padding:8px 17px;border-radius:5px;color:#fff;background:var(--light-primary);font-size:12px;font-weight:700;opacity:0;transform:translateY(6px);transition:.25s}.category-product-card:hover .category-product-card__button,.category-product-card:focus-within .category-product-card__button{opacity:1;transform:none}.category-empty{padding:60px 20px;text-align:center;border-radius:8px;background:var(--color-lighter)}.category-pagination{display:flex;gap:8px;margin-top:50px;justify-content:center}.category-pagination a{width:38px;height:38px;display:grid;place-items:center;border:1px solid var(--color-border-light);border-radius:50%}.category-pagination a.is-active{color:#fff;background:var(--light-primary)}.category-featured{padding:70px 0;background:#f7f7f7}.category-featured h2,.category-faq h2{margin:0 0 28px;font-size:28px}.category-featured-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.category-mini-card{padding:14px;border-radius:7px;background:#fff}.category-mini-card img{width:100%;aspect-ratio:1.4;object-fit:contain}.category-mini-card h3{min-height:42px;margin:12px 0 5px;font-size:14px}.category-mini-card strong{font-size:17px}.category-faq{padding-block:75px}.category-faq-list{display:grid;gap:10px}.category-faq details{padding:17px 20px;border:1px solid var(--color-border-light);border-radius:7px}.category-faq summary{color:var(--color-heading);font-weight:700;cursor:pointer}.category-faq p{margin:14px 0 0;color:var(--color-body)}.category-seo{padding:60px 0;background:#fafafa}.category-seo .container{position:relative}.category-seo__content{max-height:330px;overflow:hidden;color:var(--color-body);font-size:14px;line-height:1.8}.category-seo__content h1,.category-seo__content h2,.category-seo__content h3{color:var(--color-heading)}.category-seo__content.is-open{max-height:none}.category-seo__fade{position:absolute;right:0;bottom:35px;left:0;height:110px;background:linear-gradient(transparent,#fafafa)}.category-seo__fade.is-hidden{display:none}.category-seo__toggle{position:relative;z-index:2;width:100%;height:40px;margin-top:12px;border:1px solid var(--color-border-light);border-radius:7px;background:#fff;font-weight:700;cursor:pointer}
@media(max-width:900px){.category-breadcrumb{min-height:90px}.category-catalog__header{align-items:flex-start;flex-direction:column}.category-catalog h1{font-size:32px}.category-sort{width:100%;overflow-x:auto}.category-sort a{padding:9px 12px}.category-filter-toggle{margin-top:28px}.category-filter-panel{grid-template-columns:1fr 1fr}.category-product-grid{grid-template-columns:repeat(2,1fr);gap:30px 14px}.category-featured-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:520px){.category-breadcrumb{min-height:75px;font-size:12px}.category-catalog h1{font-size:27px}.category-sort{gap:5px}.category-sort a{font-size:11px}.category-filter-panel{grid-template-columns:1fr}.category-product-card h2{font-size:12px}.category-product-card__price{font-size:16px}.category-product-card__button{display:none}.category-installment{font-size:9px}.category-featured-grid{gap:12px}.category-mini-card h3{font-size:12px}}

.category-home-label{display:flex;gap:9px;align-items:center}.category-home-label>span{width:24px;height:24px;display:grid;place-items:center;border-radius:50%;color:#fff;background:var(--color-mobilyamevime);font-size:11px}.category-filter-toggle{min-height:43px;margin-top:44px;padding:8px 12px;border:0;background:#5a526a;font-size:15px}.category-filter-toggle>i{margin-left:12px}.category-filter-panel{margin-top:-1px;padding:21px;gap:28px 29px;border:0;border-radius:6px;background:#f7f7fb}.category-filter-panel a{min-height:50px;padding:10px 14px;display:flex;align-items:center;justify-content:center;border:1px solid #c9c6d0;border-radius:5px;color:var(--color-black);background:#fff;text-align:center;font-size:14px}.category-filter-panel a:hover,.category-filter-panel a.is-active{border-color:var(--light-primary);color:var(--light-primary);font-weight:600;box-shadow:var(--shadow-light)}
@media(max-width:900px){.category-filter-panel{gap:14px}.category-filter-panel a{min-height:46px}}

.category-product-card__image{aspect-ratio:1.7}.category-product-card__body{padding-top:10px}.category-product-card h2{min-height:27px;margin-bottom:8px;color:var(--color-body);font-size:16px;font-weight:500}.category-product-card p{min-height:0;font-size:13px}.category-installment{min-height:31px;margin:8px 0;padding:4px 8px;display:flex;gap:4px;align-items:center;justify-content:center;font-size:14px}.category-installment strong{font-size:15px}.category-product-card__price{margin-top:7px;font-size:22px}
@media(max-width:520px){.category-product-card h2{min-height:38px;font-size:13px}.category-installment{min-height:29px;padding-inline:4px;gap:2px;font-size:10px}.category-installment strong{font-size:11px}.category-product-card__price{font-size:18px}}

/* Featured products carousel */
.category-featured{min-height:430px;padding:0;display:flex;align-items:center;overflow:hidden;background:#f8f8f8 url("https://www.mobilyamevime.com/assets/images/bg/bg-image-4.jpg") center/cover no-repeat}
.category-featured__layout{min-height:430px;display:grid;grid-template-columns:minmax(360px,.9fr) minmax(650px,1.35fr);gap:38px;align-items:center}
.category-featured__heading{position:relative;z-index:4}
.category-featured__eyebrow{display:flex;gap:10px;align-items:center;color:var(--light-primary);font-size:14px;font-weight:700}
.category-featured__eyebrow i{width:25px;height:25px;display:grid;place-items:center;border-radius:50%;color:#fff;background:var(--light-primary);font-size:12px}
.category-featured h2{max-width:560px;margin:15px 0 0;color:var(--color-heading);font-size:50px;line-height:1.12;letter-spacing:-1.5px}
.featured-carousel{position:relative;min-width:0}
.featured-carousel__stage{position:relative;height:340px}
.featured-slide{position:absolute;z-index:1;top:50%;left:50%;width:288px;min-height:290px;overflow:hidden;background:#fff;box-shadow:0 18px 42px rgba(38,38,46,.08);opacity:0;visibility:hidden;pointer-events:none;transform:translate(-50%,-50%) scale(.78);transition:transform .45s ease,opacity .45s ease,visibility .45s ease}
.featured-slide.is-active{z-index:3;opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%,-50%) scale(1)}
.featured-slide.is-prev{z-index:2;opacity:.92;visibility:visible;pointer-events:auto;transform:translate(-142%,-50%) scale(.78)}
.featured-slide.is-next{z-index:2;opacity:.92;visibility:visible;pointer-events:auto;transform:translate(42%,-50%) scale(.78)}
.featured-slide__image{height:174px;display:block;overflow:hidden;background:#f8f8f8}
.featured-slide__image img{width:100%;height:100%;display:block;object-fit:contain}
.featured-slide__body{padding:15px 18px 17px;text-align:center}
.featured-slide h3{margin:0;color:var(--color-body);font-size:16px;font-weight:500;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.featured-slide__price{min-height:31px;margin-top:7px;display:flex;gap:12px;align-items:center;justify-content:center}
.featured-slide__price del{color:#aaa;font-size:16px}.featured-slide__price strong{color:var(--color-heading);font-size:21px}
.featured-slide__button{min-height:45px;margin-top:7px;padding:10px 20px;display:inline-flex;align-items:center;justify-content:center;border-radius:6px;color:#111;background:var(--color-mobilyamevime);font-size:14px;font-weight:700;box-shadow:0 7px 18px rgba(255,187,0,.17);transition:transform .2s,background-color .2s}
.featured-slide__button:hover{color:#111;background:#ffc72e;transform:translateY(-2px)}
.featured-carousel__dots{min-height:25px;display:flex;gap:17px;align-items:center;justify-content:center}
.featured-carousel__dots button{width:7px;height:7px;padding:0;border:0;border-radius:50%;background:#b9b9b9;cursor:pointer;transition:.2s}
.featured-carousel__dots button.is-active{width:12px;height:12px;border:2px solid var(--color-mobilyamevime);background:#fff}
@media(max-width:1100px){.category-featured{padding:55px 0}.category-featured__layout{min-height:auto;grid-template-columns:1fr}.category-featured__heading{text-align:center}.category-featured__eyebrow{justify-content:center}.category-featured h2{max-width:none;font-size:40px}.featured-carousel__stage{height:340px}}
@media(max-width:620px){.category-featured{padding:44px 0}.category-featured__layout{gap:22px}.category-featured h2{font-size:31px;letter-spacing:-.8px}.featured-carousel__stage{height:335px}.featured-slide{width:min(288px,calc(100% - 20px))}.featured-slide.is-prev,.featured-slide.is-next{opacity:0;visibility:hidden;pointer-events:none}.featured-carousel__dots{gap:13px;flex-wrap:wrap}}

/* Category FAQ */
.category-faq{padding-block:60px 78px}
.category-faq__header{margin-bottom:38px;text-align:center}
.category-faq__eyebrow{display:flex;gap:10px;align-items:center;justify-content:center;color:var(--light-primary);font-size:14px;font-weight:700}
.category-faq__eyebrow>span{width:25px;height:25px;display:grid;place-items:center;border-radius:50%;color:#fff;background:var(--light-primary);font-size:13px}
.category-faq h2{margin:12px 0 0;color:var(--color-heading);font-size:22px;font-weight:700;line-height:1.35}
.category-faq-list{display:grid;gap:19px}
.category-faq details{padding:0;border:1px solid #dddde2;border-radius:0;background:#fff}
.category-faq summary{min-height:46px;padding:10px 13px;display:grid;grid-template-columns:26px minmax(0,1fr) 20px;gap:14px;align-items:center;list-style:none;color:#554a75;font-size:18px;font-weight:500;line-height:1.4;cursor:pointer;transition:color .2s,background-color .2s}
.category-faq summary::-webkit-details-marker{display:none}
.category-faq__question-icon{color:var(--light-primary);font-size:18px}
.category-faq__chevron{justify-self:end;color:#222;font-size:11px;transition:transform .25s ease}
.category-faq details[open] summary{color:#0c63e4;background:#e7f1ff;box-shadow:inset 0 -1px 0 rgba(0,0,0,.12)}
.category-faq details[open] .category-faq__question-icon,.category-faq details[open] .category-faq__chevron{color:#6d91e9}
.category-faq details[open] .category-faq__chevron{transform:rotate(180deg)}
.category-faq__answer{padding:10px 20px 12px;color:#6a6a6a;font-size:16px;font-weight:400;line-height:1.75}
.category-faq__answer:before{display:none}
.category-faq__answer p{margin:0}
@media(max-width:620px){.category-faq{padding-block:45px 55px}.category-faq__header{margin-bottom:28px}.category-faq h2{font-size:20px}.category-faq-list{gap:12px}.category-faq summary{min-height:52px;padding:11px 12px;grid-template-columns:22px minmax(0,1fr) 16px;gap:9px;font-size:15px;line-height:1.45}.category-faq__question-icon{font-size:16px}.category-faq__answer{padding:12px 14px 14px;font-size:14px;line-height:1.7}}

.category-home-label{color:#966700}
.category-product-card h2{color:#6f6f6f}
.category-product-card p{color:#6f6f6f}
.category-installment{color:#665851}
.featured-slide h3{color:#6f6f6f}
.featured-slide__price del{color:#666}
.category-faq__eyebrow{color:#6d54bd}
.featured-carousel__dots{gap:0}
.featured-carousel__dots button{position:relative;width:44px;height:44px;background:transparent}
.featured-carousel__dots button:after{content:"";position:absolute;top:50%;left:50%;width:7px;height:7px;border-radius:50%;background:#8a8a8a;transform:translate(-50%,-50%);transition:.2s}
.featured-carousel__dots button.is-active{width:44px;height:44px;border:0;background:transparent}
.featured-carousel__dots button.is-active:after{width:12px;height:12px;border:2px solid var(--color-mobilyamevime);background:#fff}
@supports(content-visibility:auto){.category-product-card:nth-child(n+5),.category-featured,.category-faq,.seo-area,.site-footer{content-visibility:auto}.category-product-card:nth-child(n+5){contain-intrinsic-size:auto 285px}.category-featured{contain-intrinsic-size:auto 430px}.category-faq{contain-intrinsic-size:auto 420px}.seo-area{contain-intrinsic-size:auto 620px}.site-footer{contain-intrinsic-size:auto 470px}}
.category-breadcrumb a:first-child,.category-sort a,.category-filter-toggle,.category-pagination a{min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center}
@media(max-width:900px){.category-catalog,.category-catalog__header,.category-product-grid,.category-product-card,.category-product-card__body,.category-product-card__image{min-width:0;max-width:100%}.category-product-grid{width:100%;grid-template-columns:repeat(2,minmax(0,1fr));gap:30px 10px}.category-product-card{overflow:hidden}.category-product-card__body{padding-inline:2px}.category-product-card h2,.category-product-card p,.category-installment{max-width:100%;overflow-wrap:anywhere}.category-installment{overflow:hidden}.category-sort{max-width:100%;overscroll-behavior-inline:contain;scrollbar-width:none}.category-sort::-webkit-scrollbar{display:none}}
@media(max-width:370px){.category-product-grid{gap-inline:8px}.category-installment{font-size:9px}.category-installment strong{font-size:10px}}
@media(max-width:900px){.category-seo__toggle{height:44px;min-height:44px}}
