.smj-catalog__title{text-align:center;font-family:"Inria Serif",serif;font-size:3.6rem;font-weight:700;color:#1a1a1a;margin-bottom:3.5rem;letter-spacing:.02em;background-color:#fcf7ec;padding:1rem 0;border-radius:8px}.smj-catalog__layout{padding:60px 0;display:flex;gap:3rem;align-items:flex-start}.smj-catalog__sidebar{width:430px;flex-shrink:0;background-color:#f8f7f6;padding:16px;position:sticky;top:100px}.smj-filter-group{margin-bottom:2.5rem;padding-bottom:1.8rem;border-bottom:1px solid #ebdcb7}.smj-filter-group:last-of-type{border-bottom:none;margin-bottom:1.5rem;padding-bottom:0}.smj-filter-group__title{font-family:"Inria Serif",serif;font-size:1.6rem;font-weight:700;color:#1a1a1a;margin-bottom:1.2rem;display:block}.smj-filter-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.9rem}.smj-filter-item{display:flex;align-items:center;gap:.8rem;font-size:1.35rem;color:#444;cursor:pointer;text-transform:capitalize;-webkit-user-select:none;user-select:none;transition:color .2s ease}.smj-filter-item:hover{color:#000}.smj-filter-checkbox{-webkit-appearance:none;appearance:none;width:16px!important;height:16px;border:1.5px solid #b8a67c;border-radius:3px;background-color:#fff;cursor:pointer;display:grid;place-content:center;transition:all .2s ease}.smj-filter-checkbox--radio{border-radius:50%}.smj-filter-checkbox:checked{background-color:var(--smj-color-accent-gold, #ddb23d);border-color:var(--smj-color-accent-gold, #ddb23d)}.smj-filter-checkbox:checked:before{content:"";width:8px;height:8px;background-color:#fff;clip-path:polygon(14% 44%,0 65%,50% 100%,100% 16%,80% 0%,43% 62%)}.smj-filter-checkbox--radio:checked:before{width:6px;height:6px;border-radius:50%;clip-path:none;background-color:#000}.smj-filter-item__count{color:#888;font-size:1.2rem;margin-left:2px}.smj-color-swatch-dot{width:14px;height:14px;border-radius:50%;display:inline-block;border:1px solid rgba(0,0,0,.15);flex-shrink:0}.smj-color-swatch-dot--white{background-color:#fff;border:1px solid #CCCCCC}.smj-color-swatch-dot--blue{background-color:#1976d2}.smj-color-swatch-dot--dark-green{background-color:#23603c}.smj-color-swatch-dot--light-green{background-color:#349d7bb3}.smj-color-swatch-dot--pink{background-color:#ed457e}.smj-color-swatch-dot--red{background-color:#d32f2f}.smj-price-range{display:flex;flex-direction:column;gap:1.2rem}.smj-price-range__slider-wrap{position:relative;height:4px;margin:1.4rem 0 .6rem}.smj-price-range__track-wrap{position:absolute;top:0;right:0;bottom:0;left:0;background:#e2d7c0;border-radius:2px}.smj-price-range__bar{position:absolute;left:0%;right:0%;top:0;bottom:0;background:var(--smj-color-accent-gold, #ddb23d);border-radius:2px}.smj-price-range__inputs{position:absolute;top:0;right:0;bottom:0;left:0}.smj-price-range__range{position:absolute;top:50%;transform:translateY(-50%);left:0;width:100%;height:4px;appearance:none;-webkit-appearance:none;background:transparent;pointer-events:none;margin:0;padding:0}.smj-price-range__range::-webkit-slider-runnable-track{background:transparent;height:4px}.smj-price-range__range::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;pointer-events:auto;width:18px;height:18px;border-radius:50%;background:#fff;border:2.5px solid var(--smj-color-accent-gold, #ddb23d);cursor:pointer;box-shadow:0 1px 4px #0000002e;margin-top:-7px;transition:transform .15s ease,box-shadow .15s ease}.smj-price-range__range::-webkit-slider-thumb:hover{transform:scale(1.15);box-shadow:0 2px 8px #ddb23d59}.smj-price-range__range::-moz-range-track{background:transparent;height:4px}.smj-price-range__range::-moz-range-thumb{pointer-events:auto;width:18px;height:18px;border-radius:50%;background:#fff;border:2.5px solid var(--smj-color-accent-gold, #ddb23d);cursor:pointer;box-shadow:0 1px 4px #0000002e;transition:transform .15s ease,box-shadow .15s ease}.smj-price-range__range::-moz-range-thumb:hover{transform:scale(1.15);box-shadow:0 2px 8px #ddb23d59}.smj-price-range__labels{display:flex;justify-content:space-between;font-size:1.2rem;color:#888;font-weight:500;margin-top:.4rem}.smj-filter-actions{display:flex;gap:1rem;margin-top:2rem}.smj-btn--filter-clear{flex:1;background:transparent;border:1px solid #1a1a1a;color:#1a1a1a;padding:.8rem 1rem;border-radius:4px;font-size:1.3rem;font-weight:600;cursor:pointer;transition:all .2s ease;text-align:center}.smj-btn--filter-clear:hover{background:#1a1a1a;color:#fff}.smj-btn--filter-reset{flex:1;background:var(--smj-color-accent-gold, #ddb23d);border:1px solid var(--smj-color-accent-gold, #ddb23d);color:#000;padding:.8rem 1rem;border-radius:4px;font-size:1.3rem;font-weight:600;cursor:pointer;transition:all .2s ease;text-align:center}.smj-btn--filter-reset:hover{background:#c99e28;border-color:#c99e28}.smj-catalog__grid-wrap{flex:1}.smj-catalog__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem 1.8rem}.smj-mobile-filter-btn{display:none;width:100%;background:#fcf7ec;color:#1a1a1a;border:1.5px solid var(--smj-color-accent-gold, #ddb23d);padding:1.1rem 1.4rem;font-family:"Inria Serif",serif;font-weight:700;font-size:1.35rem;border-radius:6px;margin-bottom:1.6rem;align-items:center;justify-content:center;gap:.8rem;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,box-shadow .2s ease}.smj-mobile-filter-btn:hover{background:#fff8e8;border-color:#c99e28;box-shadow:0 2px 10px #ddb23d26}.smj-mobile-filter-btn svg{width:1.8rem;height:1.8rem;flex-shrink:0}.smj-catalog-filter-drawer__overlay,.smj-catalog__sidebar-header,.smj-filter-actions--mobile{display:none}.smj-catalog__sidebar-body{display:block}.smj-btn--filter-apply{flex:1.4;background:var(--smj-color-accent-gold, #ddb23d);border:1px solid var(--smj-color-accent-gold, #ddb23d);color:#000;padding:.8rem 1rem;border-radius:4px;font-size:1.3rem;font-weight:600;cursor:pointer;transition:all .2s ease;text-align:center}.smj-btn--filter-apply:hover{background:#c99e28;border-color:#c99e28}body.smj-filter-drawer-open{overflow:hidden}.smj-testimonials-wrapper{margin-top:6rem;padding-top:4rem;border-top:1px solid #f0e6d2}.smj-testimonial-card--google{background:#fff;border:1px solid #f2eade;border-radius:8px;padding:2rem 1.8rem;box-shadow:0 4px 15px #00000008;display:flex;flex-direction:column;gap:1.2rem;height:100%}.smj-testimonial-card__header{display:flex;align-items:center;gap:1.2rem}.smj-testimonial-card__avatar-img{width:44px;height:44px;border-radius:50%;object-fit:cover;border:1.5px solid #ddb23d}.smj-testimonial-card__meta{flex:1}.smj-testimonial-card__author{font-size:1.4rem;font-weight:700;color:#1a1a1a;margin:0;line-height:1.2}.smj-testimonial-card__google-icon{width:20px;height:20px;flex-shrink:0}.smj-testimonial-card__stars{display:flex;gap:3px;color:#ffb400;font-size:1.4rem}.smj-testimonial-card__text{font-size:1.3rem;color:#555;line-height:1.55;margin:0}.smj-sort-select{width:100%;padding:.75rem 1rem;font-family:inherit;font-size:1.3rem;color:#333;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23b8a67c' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat right .9rem center;border:1.5px solid #e0d0b0;border-radius:6px;-webkit-appearance:none;appearance:none;cursor:pointer;transition:border-color .2s ease}.smj-sort-select:focus{outline:none;border-color:var(--smj-color-accent-gold, #ddb23d)}.smj-active-filters{display:flex;flex-wrap:wrap;gap:.6rem;margin-bottom:1.6rem}.smj-active-filter-pill{display:inline-flex;align-items:center;gap:.4rem;padding:.4rem .9rem;font-size:1.2rem;background:#fdf4e3;border:1px solid var(--smj-color-accent-gold, #ddb23d);border-radius:20px;color:#5a4210;text-decoration:none;transition:background .2s ease,transform .15s ease}.smj-active-filter-pill:hover{background:#f7e9c4;transform:translateY(-1px)}.smj-active-filter-pill--clear{background:#1a1a1a;border-color:#1a1a1a;color:#fff}.smj-active-filter-pill--clear:hover{background:#333}.smj-catalog__grid-wrap{flex:1;min-width:0}@media screen and (max-width:1199px){.smj-catalog__grid{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:1199px){.smj-catalog__layout{padding:4.8rem 0;gap:2.4rem}.smj-catalog__title{font-size:3.2rem;margin-bottom:3rem}}@media screen and (max-width:989px){.smj-catalog__layout{flex-direction:column;position:relative}.smj-catalog-filter-drawer__overlay{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#1a1a1a73;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .3s ease,visibility .3s ease;z-index:999}.smj-catalog-filter-drawer__overlay.is-visible{opacity:1;visibility:visible;pointer-events:auto}.smj-catalog__sidebar{width:100%;position:fixed;left:0;right:0;bottom:0;top:auto;z-index:1000;max-height:88vh;display:flex;flex-direction:column;padding:0;border-radius:16px 16px 0 0;box-shadow:0 -8px 32px #0000002e;transform:translateY(100%);visibility:hidden;pointer-events:none;transition:transform .35s cubic-bezier(.32,.72,0,1),visibility .35s ease;overflow:hidden}.smj-catalog__sidebar.is-open{transform:translateY(0);visibility:visible;pointer-events:auto}.smj-catalog__sidebar-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.4rem 1.6rem 1.2rem;border-bottom:1px solid #ebdcb7;flex-shrink:0;background:#f8f7f6;position:relative}.smj-catalog__sidebar-header:before{content:"";position:absolute;top:.6rem;left:50%;transform:translate(-50%);width:4rem;height:.4rem;border-radius:999px;background:#d8cbb0}.smj-catalog__sidebar-heading{margin:0;padding-top:.8rem;font-family:"Inria Serif",serif;font-size:1.7rem;font-weight:700;color:#1a1a1a}.smj-catalog__sidebar-close{margin-top:.8rem;display:inline-flex;align-items:center;justify-content:center;width:3.6rem;height:3.6rem;padding:0;border:1px solid #ebdcb7;border-radius:50%;background:#fff;color:#1a1a1a;cursor:pointer;transition:background-color .2s ease,border-color .2s ease}.smj-catalog__sidebar-close:hover{background:#fcf7ec;border-color:var(--smj-color-accent-gold, #ddb23d)}.smj-catalog__sidebar-close svg{width:1.6rem;height:1.6rem}.smj-catalog__sidebar-body{flex:1;overflow-y:auto;overscroll-behavior:contain;padding:1.2rem 1.6rem .8rem;-webkit-overflow-scrolling:touch}.smj-filter-group{margin-bottom:2rem;padding-bottom:1.6rem}.smj-filter-group__title{font-size:1.5rem}.smj-filter-item{font-size:1.4rem}.smj-filter-actions--desktop{display:none}.smj-filter-actions--mobile{display:flex;gap:1rem;padding:1.2rem 1.6rem calc(1.2rem + env(safe-area-inset-bottom,0px));margin-top:0;border-top:1px solid #ebdcb7;background:#f8f7f6;flex-shrink:0;box-shadow:0 -4px 16px #0000000f}.smj-filter-actions--mobile .smj-btn--filter-clear,.smj-filter-actions--mobile .smj-btn--filter-apply{padding:1rem 1.2rem;font-size:1.35rem}.smj-mobile-filter-btn{display:flex}.smj-catalog__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem 1.2rem}}@media screen and (max-width:480px){.smj-catalog__grid{grid-template-columns:repeat(2,1fr);gap:1.2rem .8rem}.smj-catalog__title{font-size:2.8rem}}.smj-catalog__pagination{margin-top:3rem;padding-top:1rem}.smj-catalog__pagination .pagination-wrapper{justify-content:center}
/*# sourceMappingURL=/cdn/shop/t/2/assets/smj-catalog.css.map */
