:root{--mc-orange: #E8801A;--mc-orange-hover: #D06F10;--mc-orange-light: rgba(232,128,26,.08);--mc-cream: #FDF6EC;--mc-cream-dark: #F5EBDB;--mc-anthrazit: #2D2A26;--mc-text: #3D3832;--mc-text-light: #6B6560;--mc-text-muted: #9B9590;--mc-border: #EEEAE5;--mc-white: #FFFFFF;--mc-max-width: 1280px;--mc-radius: 12px;--mc-radius-sm: 8px}.mc-container{max-width:var(--mc-max-width);margin:0 auto;padding:0 24px}.mc-breadcrumb{padding:16px 0;font-size:13px;color:var(--mc-text-muted);font-family:Inter,sans-serif}.mc-breadcrumb a{color:var(--mc-text-muted);text-decoration:none;transition:color .2s}.mc-breadcrumb a:hover{color:var(--mc-orange)}.mc-breadcrumb__sep{margin:0 8px}.mc-breadcrumb__current{color:var(--mc-text)}.mc-collection-header{padding:24px 0 32px;border-bottom:1px solid var(--mc-border)}.mc-collection-header__title{font-family:Playfair Display,Georgia,serif;font-size:2.2rem;color:var(--mc-anthrazit);margin-bottom:8px;line-height:1.2}.mc-collection-header__desc{color:var(--mc-text-light);font-size:15px;max-width:600px;line-height:1.6;font-family:Inter,sans-serif}.mc-collection-header__count{color:var(--mc-text-muted);font-size:14px;margin-top:8px;font-family:Inter,sans-serif}.mc-category-tabs{display:flex;gap:8px;padding:24px 0 0;overflow-x:auto;scrollbar-width:none}.mc-category-tabs::-webkit-scrollbar{display:none}.mc-category-tab{padding:8px 20px;border-radius:100px;font-size:13px;font-weight:500;white-space:nowrap;cursor:pointer;transition:all .2s;border:1px solid var(--mc-border);background:var(--mc-white);color:var(--mc-text);text-decoration:none;font-family:Inter,sans-serif}.mc-category-tab:hover{border-color:var(--mc-orange);color:var(--mc-orange)}.mc-category-tab--active{background:var(--mc-anthrazit);color:var(--mc-white);border-color:var(--mc-anthrazit)}.mc-filter-bar{display:flex;align-items:center;gap:10px;padding:20px 0;border-bottom:1px solid var(--mc-border);flex-wrap:wrap}.mc-filter-bar__filters{display:flex;gap:10px;flex-wrap:wrap}.mc-filter-dropdown{position:relative}.mc-filter-btn{display:flex;align-items:center;gap:6px;padding:9px 16px;border-radius:var(--mc-radius-sm);border:1px solid var(--mc-border);background:var(--mc-white);font-size:13px;font-weight:500;color:var(--mc-text);cursor:pointer;transition:all .2s;font-family:Inter,sans-serif}.mc-filter-btn:hover{border-color:var(--mc-anthrazit)}.mc-filter-btn__label{white-space:nowrap}.mc-filter-btn--active{background:var(--mc-anthrazit);color:var(--mc-white);border-color:var(--mc-anthrazit)}.mc-filter-btn__chevron{width:12px;height:12px;opacity:.5;flex-shrink:0;transition:transform .2s}.mc-filter-btn--active .mc-filter-btn__chevron{opacity:.7;stroke:var(--mc-white)}.mc-filter-dropdown.open .mc-filter-btn__chevron{transform:rotate(180deg)}.mc-filter-btn__badge{background:var(--mc-orange);color:var(--mc-white);font-size:10px;font-weight:700;min-width:18px;height:18px;padding:0 5px;border-radius:9px;display:inline-flex;align-items:center;justify-content:center;line-height:1;flex-shrink:0}.mc-filter-btn--active .mc-filter-btn__badge{background:var(--mc-white);color:var(--mc-anthrazit)}.mc-filter-panel{display:none;position:absolute;top:calc(100% + 6px);left:0;background:var(--mc-white);border-radius:var(--mc-radius);box-shadow:0 8px 32px #0000001f;padding:16px;min-width:240px;z-index:50}.mc-filter-dropdown.open .mc-filter-panel{display:block}.mc-filter-panel__title{font-size:12px;font-weight:600;color:var(--mc-text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:12px;font-family:Inter,sans-serif}.mc-filter-option{display:flex;align-items:center;gap:10px;padding:8px 0;cursor:pointer;font-size:14px;color:var(--mc-text);transition:color .15s;font-family:Inter,sans-serif}.mc-filter-option:hover{color:var(--mc-orange)}.mc-filter-checkbox{width:18px;height:18px;border-radius:4px;border:2px solid var(--mc-border);display:flex;align-items:center;justify-content:center;transition:all .15s;flex-shrink:0}.mc-filter-option--selected .mc-filter-checkbox{background:var(--mc-orange);border-color:var(--mc-orange)}.mc-filter-option--selected .mc-filter-checkbox:after{content:"\2713";color:var(--mc-white);font-size:11px;font-weight:700}.mc-filter-option__count{margin-left:auto;font-size:12px;color:var(--mc-text-muted)}.mc-filter-panel__actions{display:flex;justify-content:space-between;align-items:center;margin-top:12px;padding-top:12px;border-top:1px solid var(--mc-border)}.mc-filter-clear{font-size:13px;color:var(--mc-text-muted);cursor:pointer;background:none;border:none;font-family:Inter,sans-serif;text-decoration:none}.mc-filter-clear:hover{color:var(--mc-orange)}.mc-filter-clear--disabled{opacity:.4;cursor:default}.mc-filter-apply{font-size:13px;font-weight:600;color:var(--mc-white);background:var(--mc-anthrazit);border:none;border-radius:6px;padding:6px 16px;cursor:pointer;font-family:Inter,sans-serif;transition:background .2s}.mc-filter-apply:hover{background:var(--mc-orange)}.mc-filter-panel__price-inputs{display:flex;align-items:center;gap:8px}.mc-filter-panel__price-field{flex:1}.mc-filter-panel__price-field label{display:block;font-size:11px;color:var(--mc-text-muted);margin-bottom:4px}.mc-filter-panel__price-field input{width:100%;padding:8px 10px;border:1px solid var(--mc-border);border-radius:6px;font-size:14px;font-family:Inter,sans-serif;color:var(--mc-text)}.mc-filter-panel__price-field input:focus{outline:none;border-color:var(--mc-orange)}.mc-filter-panel__price-sep{color:var(--mc-text-muted);padding-top:16px}.mc-sort-wrapper{margin-left:auto;display:flex;align-items:center;gap:8px}.mc-sort-label{font-size:13px;color:var(--mc-text-muted);font-family:Inter,sans-serif}.mc-sort-select{padding:9px 32px 9px 14px;border-radius:var(--mc-radius-sm);border:1px solid var(--mc-border);background:var(--mc-white);font-size:13px;font-weight:500;color:var(--mc-text);cursor:pointer;font-family:Inter,sans-serif;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236B6560' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center}.mc-active-filters{display:flex;gap:10px;padding:12px 0 0;flex-wrap:wrap;align-items:center;background:transparent!important;border:none!important;border-radius:0!important;box-shadow:none!important}.mc-active-filter-tag{display:flex;align-items:center;gap:6px;padding:6px 12px;background:var(--mc-orange-light);border:1px solid rgba(232,128,26,.2);border-radius:100px;font-size:12px;font-weight:500;color:var(--mc-orange);font-family:Inter,sans-serif}.mc-active-filter-tag__remove{background:none;border:none;color:var(--mc-orange);cursor:pointer;font-size:16px;line-height:1;opacity:.7;text-decoration:none;padding:0}.mc-active-filter-tag__remove:hover{opacity:1}.mc-clear-all-filters{font-size:12px;color:var(--mc-text-muted);background:none;border:none;cursor:pointer;padding:6px 0;font-family:Inter,sans-serif;text-decoration:underline}.mc-clear-all-filters:hover{color:var(--mc-orange)}.mc-product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;padding:32px 0 64px}.mc-product-card{border-radius:16px;border:1px solid var(--mc-border);overflow:hidden;transition:all .3s ease;cursor:pointer;background:var(--mc-white)}.mc-product-card:hover{border-color:var(--mc-orange);box-shadow:0 8px 24px #00000014;transform:translateY(-3px)}.mc-product-card__link{text-decoration:none;color:inherit;display:block}.mc-product-card__image{aspect-ratio:1;background:var(--mc-cream);overflow:hidden;position:relative}.mc-product-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.mc-product-card:hover .mc-product-card__image img{transform:scale(1.04)}.mc-product-card__placeholder{width:100%;height:100%;aspect-ratio:1 / 1;display:flex;align-items:center;justify-content:center;background:#f5ebdb;border-radius:12px;font-size:48px}.mc-product-card__badge{position:absolute;top:12px;left:12px;padding:4px 10px;border-radius:100px;font-size:11px;font-weight:600;letter-spacing:.02em;font-family:Inter,sans-serif;z-index:2}.mc-product-card__badge--topseller{background:var(--mc-orange);color:var(--mc-white)}.mc-product-card__badge--bio{background:#5a7247;color:var(--mc-white)}.mc-product-card__badge--new{background:var(--mc-anthrazit);color:var(--mc-white)}.mc-product-card__quick-add{position:absolute;bottom:12px;left:12px;right:12px;padding:10px;background:var(--mc-anthrazit);color:var(--mc-white);border:none;border-radius:var(--mc-radius-sm);font-size:13px;font-weight:600;cursor:pointer;opacity:0;transform:translateY(8px);transition:all .3s ease;font-family:Inter,sans-serif;text-align:center;z-index:2}.mc-product-card:hover .mc-product-card__quick-add{opacity:1;transform:translateY(0)}.mc-product-card__quick-add:hover{background:var(--mc-orange)}.mc-product-card__info{padding:16px}.mc-product-card__meta{display:flex;gap:6px;margin-bottom:6px}.mc-product-card__tag{font-size:11px;color:var(--mc-text-muted);background:var(--mc-cream);padding:2px 8px;border-radius:4px;font-family:Inter,sans-serif}.mc-product-card__name{font-family:Playfair Display,Georgia,serif;font-size:15px;font-weight:600;color:var(--mc-anthrazit);margin-bottom:4px;line-height:1.3}.mc-product-card__description{font-size:13px;color:var(--mc-text-light);margin-bottom:8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-family:Inter,sans-serif;line-height:1.4}.mc-product-card__footer{display:flex;justify-content:space-between;align-items:center}.mc-product-card__price{font-size:16px;font-weight:700;color:var(--mc-anthrazit);font-family:Inter,sans-serif}.mc-product-card__price-unit{font-size:12px;font-weight:400;color:var(--mc-text-muted)}.mc-product-card__origin{font-size:20px;line-height:1}.mc-pagination{text-align:center;padding:0 0 64px;font-family:Inter,sans-serif}.mc-pagination a,.mc-pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 12px;border-radius:var(--mc-radius-sm);font-size:14px;font-weight:500;text-decoration:none;color:var(--mc-text);transition:all .2s}.mc-pagination a:hover{background:var(--mc-cream);color:var(--mc-orange)}.mc-pagination .current{background:var(--mc-anthrazit);color:var(--mc-white)}.mc-mobile-filter-bar{display:none;position:sticky;top:72px;z-index:40;background:var(--mc-white);border-bottom:1px solid var(--mc-border);padding:12px 0;gap:12px}.mc-mobile-filter-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:12px;border:1px solid var(--mc-border);border-radius:var(--mc-radius-sm);background:var(--mc-white);font-size:14px;font-weight:500;color:var(--mc-text);cursor:pointer;font-family:Inter,sans-serif}.mc-mobile-filter-btn svg{width:16px;height:16px}.mc-mobile-filter-count{background:var(--mc-orange);color:var(--mc-white);font-size:11px;font-weight:700;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center}.mc-bottom-sheet-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:1000}.mc-bottom-sheet-overlay.open{display:block}.mc-bottom-sheet{position:fixed;bottom:0;left:0;right:0;background:var(--mc-white);border-radius:20px 20px 0 0;max-height:85vh;overflow-y:auto;z-index:1001;transform:translateY(100%);transition:transform .3s ease}.mc-bottom-sheet-overlay.open .mc-bottom-sheet{transform:translateY(0)}.mc-bottom-sheet__handle{width:40px;height:4px;background:var(--mc-border);border-radius:2px;margin:12px auto 0}.mc-bottom-sheet__header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px 16px;border-bottom:1px solid var(--mc-border)}.mc-bottom-sheet__header h3{font-family:Playfair Display,Georgia,serif;font-size:18px;color:var(--mc-anthrazit)}.mc-bottom-sheet__close{background:none;border:none;font-size:24px;color:var(--mc-text-muted);cursor:pointer}.mc-bottom-sheet__section{padding:16px 24px;border-bottom:1px solid var(--mc-border)}.mc-bottom-sheet__section-title{font-size:14px;font-weight:600;color:var(--mc-anthrazit);margin-bottom:12px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-family:Inter,sans-serif}.mc-bottom-sheet__section-title svg{width:16px;height:16px;transition:transform .2s}.mc-bottom-sheet__options{display:flex;flex-wrap:wrap;gap:8px}.mc-bottom-sheet__chip{padding:8px 16px;border-radius:100px;border:1px solid var(--mc-border);font-size:13px;color:var(--mc-text);cursor:pointer;transition:all .15s;font-family:Inter,sans-serif;display:inline-flex;align-items:center}.mc-bottom-sheet__chip--selected{background:var(--mc-orange);color:var(--mc-white);border-color:var(--mc-orange)}.mc-bottom-sheet__footer{padding:16px 24px 32px;display:flex;gap:12px}.mc-bottom-sheet__reset{flex:1;padding:14px;border:1px solid var(--mc-border);border-radius:var(--mc-radius-sm);background:var(--mc-white);font-size:14px;font-weight:500;cursor:pointer;font-family:Inter,sans-serif;text-align:center;text-decoration:none;color:var(--mc-text);display:flex;align-items:center;justify-content:center}.mc-bottom-sheet__apply{flex:2;padding:14px;border:none;border-radius:var(--mc-radius-sm);background:var(--mc-orange);color:var(--mc-white);font-size:14px;font-weight:600;cursor:pointer;font-family:Inter,sans-serif}.mc-bottom-sheet__apply:hover{background:var(--mc-orange-hover)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:1024px){.mc-product-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.mc-filter-bar{display:none}.mc-mobile-filter-bar{display:flex}.mc-product-grid{grid-template-columns:repeat(2,1fr);gap:12px}.mc-collection-header__title{font-size:1.6rem}.mc-product-card__info{padding:12px}.mc-product-card__name{font-size:14px}.mc-product-card__quick-add{display:none}.mc-category-tabs{padding:16px 0 0}.mc-active-filters{padding:8px 0 0}}@media(max-width:480px){.mc-product-grid{grid-template-columns:repeat(2,1fr);gap:10px}.mc-product-card__info{padding:10px}.mc-product-card__price{font-size:14px}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/collection-custom.css.map */
