.products-sidebar{padding:2rem}.products-filters__header{display:flex;align-items:center;justify-content:space-between;padding-bottom:1.5rem;margin-bottom:2rem;border-bottom:2px solid rgba(62,62,62,.1)}.products-filters__title{font-family:Playfair Display,Georgia,serif;font-size:1.5rem;font-weight:700;color:#3e3e3e;margin:0}.products-filters__reset{display:flex;align-items:center;gap:.5rem;padding:.5rem .875rem;background:#d4a5741a;border:1.5px solid rgba(212,165,116,.3);border-radius:8px;color:#3e3e3e;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease}.products-filters__reset svg{width:14px;height:14px;stroke:#d4a574;stroke-width:2.5}.products-filters__reset:hover{background:#d4a574;color:#fff;border-color:#d4a574}.products-filters__reset:hover svg{stroke:#fff}.filter-group{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(62,62,62,.08)}.filter-group:last-of-type{border-bottom:none;margin-bottom:0;padding-bottom:0}.filter-group__header{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1rem 0;background:none;border:none;cursor:pointer;-webkit-user-select:none;user-select:none;transition:all .2s ease}.filter-group__header span{font-size:1.125rem;font-weight:600;color:#3e3e3e;text-align:left}.filter-group__header svg{width:18px;height:18px;stroke:#666;stroke-width:2.5;transition:transform .3s ease;flex-shrink:0}.filter-group__header:hover span{color:#d4a574}.filter-group__header:hover svg{stroke:#d4a574}.filter-group__header.active svg{transform:rotate(180deg);stroke:#d4a574}.filter-group__header.active span{color:#d4a574}.filter-group__content{max-height:0;overflow:hidden;opacity:0;transition:max-height .3s ease,opacity .3s ease,padding .3s ease}.filter-group__content.active{max-height:600px;opacity:1;padding-top:1rem}.filter-checkbox{display:flex;align-items:center;gap:.625rem;padding:.5rem .625rem;border-radius:6px;cursor:pointer;transition:background-color .2s ease;margin-bottom:.375rem}.filter-checkbox:last-child{margin-bottom:0}.filter-checkbox:hover{background:#d4a5740d}.filter-checkbox input[type=checkbox]{width:20px;height:20px;border:2px solid rgba(62,62,62,.3);border-radius:6px;cursor:pointer;transition:all .2s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none;display:flex;align-items:center;justify-content:center;flex-shrink:0;position:relative}.filter-checkbox input[type=checkbox]:after{content:"";position:absolute;width:6px;height:10px;border:solid #FFFFFF;border-width:0 2.5px 2.5px 0;transform:rotate(45deg) scale(0);transition:transform .2s ease;top:2px}.filter-checkbox input[type=checkbox]:checked{background:linear-gradient(135deg,#d4a574,#b87d56);border-color:#d4a574}.filter-checkbox input[type=checkbox]:checked:after{transform:rotate(45deg) scale(1)}.filter-checkbox input[type=checkbox]:hover{border-color:#d4a574}.filter-checkbox__label{flex:1;font-size:1rem;color:#3e3e3e;cursor:pointer;-webkit-user-select:none;user-select:none;font-weight:500}.filter-radio{display:flex;align-items:center;gap:.625rem;padding:.5rem .625rem;border-radius:6px;cursor:pointer;transition:background-color .2s ease;margin-bottom:.375rem}.filter-radio:last-child{margin-bottom:0}.filter-radio:hover{background:#d4a5740d}.filter-radio input[type=radio]{width:20px;height:20px;border:2px solid rgba(62,62,62,.3);border-radius:50%;cursor:pointer;transition:all .2s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none;display:flex;align-items:center;justify-content:center;flex-shrink:0;position:relative}.filter-radio input[type=radio]:after{content:"";width:10px;height:10px;background:#fff;border-radius:50%;transform:scale(0);transition:transform .2s ease}.filter-radio input[type=radio]:checked{background:linear-gradient(135deg,#d4a574,#b87d56);border-color:#d4a574}.filter-radio input[type=radio]:checked:after{transform:scale(1)}.filter-radio input[type=radio]:hover{border-color:#d4a574}.filter-radio__label{flex:1;font-size:1rem;color:#3e3e3e;cursor:pointer;-webkit-user-select:none;user-select:none;font-weight:500}.mobile-filter-btn{display:none;align-items:center;gap:.5rem;padding:.625rem 1rem;background:#fff;border:2px solid rgba(62,62,62,.15);border-radius:8px;color:#3e3e3e;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}@media(max-width:991px){.mobile-filter-btn{display:flex}}@media(max-width:767px){.mobile-filter-btn{padding:.5rem .875rem;font-size:.875rem;gap:.375rem}}@media(max-width:575px){.mobile-filter-btn{padding:.5rem .75rem;font-size:.625rem;gap:.3rem}}.mobile-filter-btn svg{width:20px;height:20px;stroke:#3e3e3e;flex-shrink:0}@media(max-width:767px){.mobile-filter-btn svg{width:18px;height:18px}}@media(max-width:575px){.mobile-filter-btn svg{width:16px;height:16px}}@media(max-width:575px){.mobile-filter-btn span{font-size:.625rem}}.mobile-filter-btn:hover{border-color:#d4a574;background:#d4a5740d}.mobile-filter-btn:hover svg{stroke:#d4a574}.mobile-filter-btn.active{background:linear-gradient(135deg,#d4a574,#b87d56);border-color:transparent;color:#fff}.mobile-filter-btn.active svg{stroke:#fff}.products-toolbar{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding-bottom:2rem;border-bottom:1px solid rgba(62,62,62,.1)}@media(max-width:1199px){.products-toolbar{flex-wrap:wrap}}@media(max-width:991px){.products-toolbar{gap:1.5rem;padding:1.5rem;background:#fff;border-radius:12px;box-shadow:0 2px 12px #3e3e3e14;margin-bottom:1.5rem;border-bottom:none}}@media(max-width:575px){.products-toolbar{gap:.5rem;padding:.75rem;border-radius:8px;margin-bottom:.75rem}}.products-toolbar__results{font-size:1rem;color:#666;font-weight:500}@media(max-width:991px){.products-toolbar__results{order:1;flex:0 0 auto}}@media(max-width:575px){.products-toolbar__results{font-size:.625rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}.products-toolbar__search{flex:1;max-width:400px}@media(max-width:1199px){.products-toolbar__search{order:3;width:100%;max-width:none;flex:1 1 100%}}.products-toolbar__actions{display:flex;align-items:center;gap:1.5rem}@media(max-width:991px){.products-toolbar__actions{order:2;flex:0 0 auto}}@media(max-width:575px){.products-toolbar__actions{gap:.5rem;flex-wrap:wrap}}.search-box{position:relative;display:flex;align-items:center}.search-box svg{position:absolute;left:1rem;stroke:#666;pointer-events:none}.search-box__input{width:100%;padding:.75rem 3rem;border:2px solid rgba(62,62,62,.15);border-radius:8px;font-size:1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#3e3e3e;transition:all .2s ease}@media(max-width:575px){.search-box__input{padding:.625rem 2.5rem;font-size:.875rem}}.search-box__input::placeholder{color:#666}.search-box__input:focus{outline:none;border-color:#d4a574;box-shadow:0 0 0 3px #d4a5741a}.search-box__clear{position:absolute;right:1rem;display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:#3e3e3e1a;border:none;border-radius:50%;cursor:pointer;transition:all .2s ease}.search-box__clear svg{position:static;width:12px;height:12px;stroke:#3e3e3e}.search-box__clear:hover{background:#3e3e3e}.search-box__clear:hover svg{stroke:#fff}.sort-dropdown{display:flex;align-items:center;gap:.5rem}.sort-dropdown__label{font-size:1rem;color:#666;font-weight:500}@media(max-width:767px){.sort-dropdown__label{display:none}}.sort-dropdown__select{padding:.625rem 2.5rem .625rem 1rem;border:2px solid rgba(62,62,62,.15);border-radius:8px;font-size:1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#3e3e3e;background:#fff url('data:image/svg+xml;charset=UTF-8,<svg width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="rgb(102, 102, 102)" stroke-width="2" xmlns="http://www.w3.org/2000/svg"><polyline points="6 9 12 15 18 9"></polyline></svg>') no-repeat right .75rem center;background-size:12px;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;transition:all .2s ease}@media(max-width:767px){.sort-dropdown__select{padding:.5rem 2rem .5rem .75rem;font-size:.875rem}}@media(max-width:575px){.sort-dropdown__select{padding:.5rem 1.75rem .5rem .625rem;font-size:.625rem;background-size:10px}}.sort-dropdown__select:focus{outline:none;border-color:#d4a574;box-shadow:0 0 0 3px #d4a5741a}.sort-dropdown__select:hover{border-color:#d4a574}.view-toggle{display:flex;gap:.5rem;background:#3e3e3e0d;padding:.25rem;border-radius:8px}@media(max-width:767px){.view-toggle{gap:.25rem;padding:.2rem}}.view-toggle__btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:transparent;border:none;border-radius:6px;cursor:pointer;transition:all .2s ease}@media(max-width:767px){.view-toggle__btn{width:32px;height:32px}}@media(max-width:575px){.view-toggle__btn{width:28px;height:28px}}.view-toggle__btn svg{stroke:#666}@media(max-width:767px){.view-toggle__btn svg{width:18px;height:18px}}@media(max-width:575px){.view-toggle__btn svg{width:16px;height:16px}}.view-toggle__btn:hover{background:#3e3e3e14}.view-toggle__btn:hover svg{stroke:#3e3e3e}.view-toggle__btn.active{background:#fff;box-shadow:0 2px 4px #3e3e3e1a}.view-toggle__btn.active svg{stroke:#d4a574}.product-card{background:#fff;border:1px solid rgba(62,62,62,.06);border-radius:12px;overflow:hidden;transition:all .3s ease;display:flex;flex-direction:column;height:100%}.product-card:hover{box-shadow:0 8px 20px #3e3e3e1a;transform:translateY(-4px);border-color:#d4a5744d}.view-list .product-card{flex-direction:row;height:auto;max-height:336px}.view-list .product-card .product-card__image-container{width:38%;min-width:280px;max-width:400px;flex-shrink:0;aspect-ratio:1}@media(min-width:992px)and (max-width:1199px){.view-list .product-card .product-card__image-container{width:40%;min-width:260px;max-width:360px}}@media(max-width:1199px){.view-list .product-card .product-card__image-container{width:40%;min-width:240px;max-width:340px}}@media(min-width:768px)and (max-width:991px){.view-list .product-card .product-card__image-container{width:42%;min-width:220px;max-width:300px}}@media(max-width:991px){.view-list .product-card .product-card__image-container{width:100%;max-height:300px;min-width:auto;max-width:none}}@media(max-width:767px){.view-list .product-card .product-card__image-container{max-height:250px}}@media(max-width:575px){.view-list .product-card .product-card__image-container{max-height:220px}}.view-list .product-card .product-card__content{flex:1;display:flex;flex-direction:column;padding:1.5rem 2rem}@media(max-width:1199px){.view-list .product-card .product-card__content{padding:1.5rem}}@media(max-width:991px){.view-list .product-card .product-card__content{padding:1rem 1.5rem}}@media(max-width:767px){.view-list .product-card .product-card__content{padding:1rem}}@media(max-width:575px){.view-list .product-card .product-card__content{padding:.75rem}}.view-list .product-card .product-card__description{display:-webkit-box!important;-webkit-line-clamp:2;font-size:1rem}@media(max-width:1199px){.view-list .product-card .product-card__description{font-size:.875rem}}@media(max-width:767px){.view-list .product-card .product-card__description{font-size:.75rem;-webkit-line-clamp:3}}@media(max-width:575px){.view-list .product-card .product-card__description{font-size:.688rem}}.view-list .product-card .product-card__details{display:none!important}.view-list .product-card .product-card__specs{flex-direction:row;flex-wrap:wrap;gap:1.5rem}@media(max-width:1199px){.view-list .product-card .product-card__specs{gap:1rem}}@media(max-width:991px){.view-list .product-card .product-card__specs{gap:.625rem}}@media(max-width:767px){.view-list .product-card .product-card__specs{gap:.5rem}}@media(max-width:991px){.view-list .product-card{flex-direction:column;max-height:none}}.product-card__image-container{position:relative;width:100%;aspect-ratio:1;background:linear-gradient(135deg,#f8f8f84d,#f8f8f880);overflow:hidden}.product-card__images{width:100%;height:100%;display:flex;transition:transform .4s ease}.product-card__images img{width:100%;height:100%;object-fit:cover;flex-shrink:0}.product-card__badge{position:absolute;top:1rem;right:1rem;display:flex;align-items:center;gap:.375rem;padding:.5rem .875rem;background:#fffffffa;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:20px;font-size:.875rem;font-weight:700;color:#d4a574;box-shadow:0 2px 8px #3e3e3e1a;border:1.5px solid rgba(212,165,116,.2)}.product-card__badge svg{width:14px;height:14px;stroke:#d4a574;stroke-width:2.5}.product-card__badge--custom{background:linear-gradient(135deg,#d4a574,#b87d56);color:#fff;border-color:transparent}.product-card__badge--custom svg{stroke:#fff}.product-card__dots{position:absolute;bottom:1rem;left:50%;transform:translate(-50%);display:flex;gap:.375rem;padding:.5rem .875rem;background:#fffffff2;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:20px;box-shadow:0 2px 8px #3e3e3e14}.product-card__dots .dot{width:6px;height:6px;background:#3e3e3e33;border-radius:50%;cursor:pointer;transition:all .3s ease}.product-card__dots .dot.active{background:#d4a574;width:20px;border-radius:3px}.product-card__dots .dot:hover:not(.active){background:#3e3e3e59}.product-card__content{padding:1.5rem 2rem;flex:1;display:flex;flex-direction:column;background:#f8f8f805}@media(max-width:991px){.product-card__content{padding:1.5rem}}@media(max-width:575px){.product-card__content{padding:.625rem}}.product-card__title{font-family:Playfair Display,Georgia,serif;font-size:1.25rem;font-weight:600;color:#3e3e3e;margin:0 0 1rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word}@media(max-width:575px){.product-card__title{font-size:1.125rem;margin-bottom:.375rem}}.view-list .product-card__title{font-size:1.25rem;margin-bottom:1rem;line-height:1.5}@media(max-width:1199px){.view-list .product-card__title{font-size:1.125rem;margin-bottom:.625rem}}@media(max-width:991px){.view-list .product-card__title{font-size:1rem;margin-bottom:.5rem}}@media(max-width:767px){.view-list .product-card__title{font-size:1rem;-webkit-line-clamp:2}}@media(max-width:575px){.view-list .product-card__title{font-size:.875rem;margin-bottom:.375rem}}.product-card__specs{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}.product-card__spec{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#666;line-height:1.5}.product-card__spec svg{width:14px;height:14px;stroke:#d4a574;flex-shrink:0;stroke-width:2}.view-list .product-card__spec svg{width:16px;height:16px}@media(max-width:1199px){.view-list .product-card__spec svg{width:14px;height:14px}}@media(max-width:767px){.view-list .product-card__spec svg{width:12px;height:12px}}@media(max-width:575px){.view-list .product-card__spec svg{width:10px;height:10px}}.product-card__spec-value{font-weight:500;color:#3e3e3e;font-size:.875rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.view-list .product-card__spec-value{font-size:1rem}@media(max-width:1199px){.view-list .product-card__spec-value{font-size:.875rem}}@media(max-width:767px){.view-list .product-card__spec-value{font-size:.75rem}}@media(max-width:575px){.view-list .product-card__spec-value{font-size:.688rem}}.view-list .product-card__spec{font-size:1rem}@media(max-width:1199px){.view-list .product-card__spec{font-size:.875rem;gap:.375rem}}@media(max-width:767px){.view-list .product-card__spec{font-size:.75rem;gap:.3rem}}@media(max-width:575px){.view-list .product-card__spec{font-size:.688rem}}.product-card__colors{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.875rem;flex-wrap:wrap}.view-list .product-card__colors{margin-bottom:1rem}@media(max-width:1199px){.view-list .product-card__colors{margin-bottom:.625rem;gap:.375rem}}@media(max-width:767px){.view-list .product-card__colors{margin-bottom:.5rem;gap:.3rem}}.product-card__colors-label{color:#666;font-weight:500;white-space:nowrap;font-size:.875rem}.view-list .product-card__colors-label{font-size:1rem}@media(max-width:1199px){.view-list .product-card__colors-label{font-size:.875rem}}@media(max-width:767px){.view-list .product-card__colors-label{font-size:.75rem}}@media(max-width:575px){.view-list .product-card__colors-label{font-size:.688rem}}.product-card__colors-list{display:flex;gap:.25rem;flex-wrap:wrap}@media(max-width:767px){.view-list .product-card__colors-list{gap:.2rem}}.product-card__colors .color-badge{display:inline-flex;align-items:center;padding:.25rem .625rem;background:#d4a5740f;border:1px solid rgba(212,165,116,.2);border-radius:12px;color:#3e3e3e;font-size:.625rem;font-weight:500;transition:all .2s ease}.view-list .product-card__colors .color-badge{padding:.3rem .75rem;font-size:.75rem}@media(max-width:1199px){.view-list .product-card__colors .color-badge{padding:.25rem .625rem;font-size:.688rem}}@media(max-width:767px){.view-list .product-card__colors .color-badge{padding:.2rem .5rem;font-size:.625rem;border-radius:10px}}@media(max-width:575px){.view-list .product-card__colors .color-badge{padding:.15rem .4rem;font-size:.563rem;border-radius:8px}}.product-card__colors .color-badge:hover{background:#d4a5741a;border-color:#d4a5744d}.product-card__description{font-size:.875rem;color:#666;line-height:1.6;margin:0 0 1rem;display:none;-webkit-box-orient:vertical;overflow:hidden}.view-list .product-card__description{display:-webkit-box}.product-card__details{display:none}.product-card__cta{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.25rem;background:linear-gradient(135deg,#d4a574,#b87d56);color:#fff;text-decoration:none;border-radius:10px;font-weight:600;font-size:1rem;transition:all .2s ease;margin-top:auto;box-shadow:0 2px 8px #d4a57433}@media(max-width:575px){.product-card__cta{padding:.625rem 1rem;font-size:.875rem;gap:.375rem}}.product-card__cta svg{width:16px;height:16px;flex-shrink:0;stroke-width:2.5}@media(max-width:575px){.product-card__cta svg{width:14px;height:14px}}.view-list .product-card__cta{padding:.75rem 1.25rem;font-size:1rem;max-width:200px;white-space:nowrap}@media(max-width:1199px){.view-list .product-card__cta{padding:.625rem 1rem;font-size:.875rem;max-width:170px}}@media(max-width:991px){.view-list .product-card__cta{padding:.5rem .875rem;font-size:.75rem;max-width:150px}}@media(max-width:767px){.view-list .product-card__cta{padding:.5rem .75rem;font-size:.75rem;max-width:140px}}@media(max-width:575px){.view-list .product-card__cta{padding:.5rem .625rem;font-size:.625rem;max-width:120px}}.view-list .product-card__cta svg{width:16px;height:16px}@media(max-width:1199px){.view-list .product-card__cta svg{width:14px;height:14px}}@media(max-width:767px){.view-list .product-card__cta svg{width:12px;height:12px}}@media(max-width:575px){.view-list .product-card__cta svg{width:11px;height:11px}}.product-card__cta:hover{transform:translateY(-2px);box-shadow:0 4px 12px #d4a57459;color:#fff}.product-card__cta:active{transform:translateY(0)}.products-pagination{display:flex;justify-content:space-between;align-items:center;margin-top:4rem;padding-top:3rem;border-top:1px solid rgba(62,62,62,.1)}@media(max-width:991px){.products-pagination{flex-direction:column;gap:2rem;margin-top:1.5rem;padding:1.5rem;background:#fff;border-radius:12px;box-shadow:0 2px 12px #3e3e3e14;border-top:none}}@media(max-width:767px){.products-pagination{gap:1.5rem}}@media(max-width:575px){.products-pagination{padding:.75rem;border-radius:8px;margin-top:.75rem}}.pagination{display:flex;align-items:center;gap:1rem}@media(max-width:767px){.pagination{gap:.375rem}}.pagination__btn{display:flex;align-items:center;gap:.5rem;padding:.625rem 1rem;background:#fff;border:2px solid rgba(62,62,62,.15);border-radius:8px;color:#3e3e3e;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease}@media(max-width:767px){.pagination__btn{padding:.5rem .75rem;font-size:.875rem;gap:.375rem}}@media(max-width:575px){.pagination__btn{padding:.5rem .625rem;font-size:.625rem;gap:.25rem}}.pagination__btn svg{width:16px;height:16px;stroke:#666}@media(max-width:767px){.pagination__btn svg{width:14px;height:14px}}@media(max-width:575px){.pagination__btn svg{width:12px;height:12px}}.pagination__btn:hover:not(:disabled){border-color:#d4a574;color:#d4a574}.pagination__btn:hover:not(:disabled) svg{stroke:#d4a574}.pagination__btn:disabled{opacity:.5;cursor:not-allowed}.pagination__pages{display:flex;gap:.375rem}@media(max-width:767px){.pagination__pages{gap:.25rem}}.pagination__page{display:flex;align-items:center;justify-content:center;min-width:36px;height:36px;padding:0 .5rem;background:#fff;border:2px solid rgba(62,62,62,.15);border-radius:8px;color:#3e3e3e;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease}@media(max-width:767px){.pagination__page{min-width:32px;height:32px;font-size:.875rem;padding:0 .375rem}}@media(max-width:575px){.pagination__page{min-width:28px;height:28px;font-size:.625rem;padding:0 .3rem}}.pagination__page:hover{border-color:#d4a574;color:#d4a574}.pagination__page.active{background:linear-gradient(135deg,#d4a574,#b87d56);border-color:transparent;color:#fff}.pagination__page--ellipsis{border:none;cursor:default;pointer-events:none}.pagination__per-page{display:flex;align-items:center;gap:.5rem;font-size:1rem;color:#666}@media(max-width:767px){.pagination__per-page{font-size:.875rem;gap:.375rem}}.pagination__per-page label{font-weight:500}@media(max-width:767px){.pagination__per-page label{display:none}}.pagination__select{padding:.5rem 2rem .5rem .75rem;border:2px solid rgba(62,62,62,.15);border-radius:8px;font-size:1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#3e3e3e;background:#fff url('data:image/svg+xml;charset=UTF-8,<svg width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="rgb(102, 102, 102)" stroke-width="2" xmlns="http://www.w3.org/2000/svg"><polyline points="6 9 12 15 18 9"></polyline></svg>') no-repeat right .5rem center;background-size:12px;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;transition:all .2s ease}@media(max-width:767px){.pagination__select{padding:.4rem 1.75rem .4rem .625rem;font-size:.875rem}}@media(max-width:575px){.pagination__select{padding:.4rem 1.5rem .4rem .5rem;font-size:.625rem;background-size:10px}}.pagination__select:focus{outline:none;border-color:#d4a574;box-shadow:0 0 0 3px #d4a5741a}.pagination__select:hover{border-color:#d4a574}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.product-card{animation:fadeIn .3s ease forwards}.product-card:nth-child(1){animation-delay:.05s;opacity:0}.product-card:nth-child(2){animation-delay:.1s;opacity:0}.product-card:nth-child(3){animation-delay:.15s;opacity:0}.product-card:nth-child(4){animation-delay:.2s;opacity:0}.product-card:nth-child(5){animation-delay:.25s;opacity:0}.product-card:nth-child(6){animation-delay:.3s;opacity:0}.product-card:nth-child(7){animation-delay:.35s;opacity:0}.product-card:nth-child(8){animation-delay:.4s;opacity:0}.product-card:nth-child(9){animation-delay:.45s;opacity:0}.product-card:nth-child(10){animation-delay:.5s;opacity:0}.product-card:nth-child(11){animation-delay:.55s;opacity:0}.product-card:nth-child(12){animation-delay:.6s;opacity:0}.filter-pill{animation:slideInRight .2s ease forwards}.skeleton{background:linear-gradient(90deg,#f8f8f8cc 25%,#f8f8f866,#f8f8f8cc 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:8px}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.product-card:hover,.filter-checkbox:hover,.filter-radio:hover,.pagination__page:hover,.view-toggle__btn:hover{transition:all .2s ease}*:focus-visible{outline:2px solid #D4A574;outline-offset:2px}*{transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform;transition-timing-function:ease;transition-duration:.2s}.products-hero{position:relative;min-height:40vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#3e3e3e,#313131);overflow:hidden;padding-top:100px}@media(max-width:991px){.products-hero{min-height:38vh;padding-top:90px}}@media(max-width:767px){.products-hero{min-height:35vh;padding-top:80px}}.products-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 50%,rgba(184,125,86,.15) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(212,165,116,.1) 0%,transparent 50%);pointer-events:none}.products-hero__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#3e3e3e66}.products-hero__content{position:relative;z-index:10;max-width:900px;margin:0 auto;padding:2rem;text-align:center}@media(max-width:991px){.products-hero__content{padding:1.5rem}}@media(max-width:767px){.products-hero__content{padding:1rem}}.products-hero__badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1.5rem;background:linear-gradient(135deg,#b87d5633,#d4a57426);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#d4a574;border:2px solid rgba(212,165,116,.4);border-radius:2rem;font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.5rem}@media(max-width:991px){.products-hero__badge{font-size:.8rem;padding:.4rem 1.25rem;margin-bottom:1.25rem}}@media(max-width:767px){.products-hero__badge{font-size:.7rem;padding:.35rem .875rem;gap:.375rem;margin-bottom:1rem}}@media(max-width:575px){.products-hero__badge{font-size:.625rem;padding:.3rem .75rem;gap:.25rem;margin-bottom:.75rem;letter-spacing:.05em}}.products-hero__badge svg{width:20px;height:20px;stroke-width:2}@media(max-width:991px){.products-hero__badge svg{width:18px;height:18px}}@media(max-width:767px){.products-hero__badge svg{width:16px;height:16px}}@media(max-width:575px){.products-hero__badge svg{width:14px;height:14px}}.products-hero__title{font-family:Playfair Display,Georgia,serif;font-size:3.5rem;font-weight:700;line-height:1.2;color:#fff;margin-bottom:1.5rem}@media(max-width:1199px){.products-hero__title{font-size:3rem}}@media(max-width:991px){.products-hero__title{font-size:2.25rem;margin-bottom:1rem}}@media(max-width:767px){.products-hero__title{font-size:1.75rem;margin-bottom:.75rem}}@media(max-width:575px){.products-hero__title{font-size:1.5rem;margin-bottom:.5rem;line-height:1.3}}.products-hero__title .gradient-text{background:linear-gradient(135deg,#d4a574,#b87d56);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.products-hero__subtitle{font-size:1.25rem;color:#ffffffd9;margin-bottom:2rem;line-height:1.6}@media(max-width:991px){.products-hero__subtitle{font-size:1rem;margin-bottom:1.5rem}}@media(max-width:767px){.products-hero__subtitle{font-size:.875rem;margin-bottom:1rem;line-height:1.5}}@media(max-width:575px){.products-hero__subtitle{font-size:.75rem;margin-bottom:.75rem;line-height:1.4}}.products-hero__breadcrumbs{display:flex;align-items:center;justify-content:center;gap:.75rem;flex-wrap:wrap;font-size:.875rem}.products-hero__breadcrumb{color:#ffffffb3;text-decoration:none;transition:color .2s ease}.products-hero__breadcrumb:hover{color:#d4a574}.products-hero__breadcrumb--active{color:#d4a574;font-weight:600}.products-hero__separator{color:#fff6}.products-section{background:#f8f8f8;padding:6rem 0;overflow-x:hidden}@media(max-width:991px){.products-section{padding:4rem 0}}@media(max-width:575px){.products-section{padding:3rem 0}}.container-fluid{width:100%;max-width:1920px;margin:0 auto;padding:0 3rem}@media(max-width:1199px){.container-fluid{padding:0 2rem}}@media(max-width:991px){.container-fluid{padding:0 1.5rem}}@media(max-width:575px){.container-fluid{padding:0 .75rem}}.products-layout{display:grid;grid-template-columns:320px 1fr;gap:3rem;align-items:start}@media(max-width:1199px){.products-layout{grid-template-columns:280px 1fr;gap:2rem}}@media(max-width:991px){.products-layout{grid-template-columns:1fr;gap:0}}.products-sidebar{position:sticky;top:0;background:#fff;border-radius:16px;box-shadow:0 4px 24px #3e3e3e14;overflow:hidden}@media(max-width:991px){.products-sidebar{position:fixed;top:0;left:0;bottom:0;width:85%;max-width:360px;z-index:1000;border-radius:0;transform:translate(-100%);transition:transform .3s ease;overflow-y:auto;display:block}.products-sidebar.active{transform:translate(0)}}@media(max-width:575px){.products-sidebar{max-width:320px;width:90%}}.mobile-filter-overlay{display:none}@media(max-width:991px){.mobile-filter-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#3e3e3e99;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:999;opacity:0;pointer-events:none;transition:opacity .3s ease}.mobile-filter-overlay.active{display:block;opacity:1;pointer-events:auto}}.products-main{background:#fff;border-radius:16px;padding:3rem;box-shadow:0 4px 24px #3e3e3e14;min-height:600px}@media(max-width:991px){.products-main{padding:0;border-radius:0;background:transparent;box-shadow:none}}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:3rem;margin-top:2rem}@media(max-width:1199px){.products-grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media(max-width:991px){.products-grid{grid-template-columns:1fr;gap:1.5rem;padding:1.5rem;background:#fff;border-radius:12px;box-shadow:0 2px 12px #3e3e3e14;margin-top:0}}@media(max-width:575px){.products-grid{gap:.75rem;padding:.75rem;border-radius:8px}}.products-grid.view-list{grid-template-columns:1fr;gap:1.5rem}@media(max-width:575px){.products-grid.view-list{gap:.75rem}}.products-filters-active{margin-top:3rem}@media(max-width:991px){.products-filters-active{margin-top:0;margin-bottom:1.5rem}}@media(max-width:575px){.products-filters-active{margin-bottom:.75rem}}.active-filters{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap;padding:2rem;background:linear-gradient(135deg,#d4a5740d,#b87d5608);border-radius:12px;border:2px solid rgba(212,165,116,.2)}@media(max-width:991px){.active-filters{padding:1.5rem;gap:1rem}}@media(max-width:767px){.active-filters{padding:1rem}}@media(max-width:575px){.active-filters{padding:.625rem;gap:.375rem;border-radius:8px}}.active-filters__label{font-weight:600;color:#3e3e3e;font-size:1rem;white-space:nowrap}@media(max-width:767px){.active-filters__label{font-size:.875rem}}@media(max-width:575px){.active-filters__label{font-size:.625rem}}.active-filters__pills{display:flex;gap:1rem;flex-wrap:wrap;flex:1}.active-filters__clear{display:flex;align-items:center;gap:.5rem;padding:.625rem 1.125rem;background:#fff;border:2px solid rgba(62,62,62,.2);border-radius:8px;color:#3e3e3e;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}@media(max-width:575px){.active-filters__clear{padding:.5rem .75rem;font-size:.625rem;gap:.375rem}}.active-filters__clear svg{width:14px;height:14px;stroke-width:2.5}@media(max-width:575px){.active-filters__clear svg{width:12px;height:12px}}.active-filters__clear:hover{background:#3e3e3e;color:#fff;border-color:#3e3e3e;transform:translateY(-2px);box-shadow:0 4px 12px #3e3e3e33}.active-filters__clear:hover svg{stroke:#fff}.filter-pill{display:flex;align-items:center;gap:.625rem;padding:.625rem 1rem;background:#fff;border:2px solid rgba(212,165,116,.3);border-radius:24px;font-size:1rem;color:#3e3e3e;font-weight:500;box-shadow:0 2px 8px #3e3e3e0f}@media(max-width:767px){.filter-pill{padding:.5rem .75rem;font-size:.875rem;gap:.5rem}}@media(max-width:575px){.filter-pill{padding:.375rem .625rem;font-size:.625rem;gap:.375rem;border-width:1px}}.filter-pill__remove{display:flex;align-items:center;justify-content:center;width:18px;height:18px;border:none;background:#3e3e3e1a;border-radius:50%;cursor:pointer;transition:all .2s ease}@media(max-width:767px){.filter-pill__remove{width:16px;height:16px}}@media(max-width:575px){.filter-pill__remove{width:14px;height:14px}}.filter-pill__remove svg{width:10px;height:10px;stroke:#3e3e3e;stroke-width:2.5}@media(max-width:767px){.filter-pill__remove svg{width:8px;height:8px}}@media(max-width:575px){.filter-pill__remove svg{width:7px;height:7px}}.filter-pill__remove:hover{background:#3e3e3e}.filter-pill__remove:hover svg{stroke:#fff}.products-loading,.products-no-results{padding:6rem 0;text-align:center}@media(max-width:991px){.products-loading,.products-no-results{padding:4rem 1.5rem;background:#fff;border-radius:12px;box-shadow:0 2px 12px #3e3e3e14}}@media(max-width:575px){.products-loading,.products-no-results{padding:3rem .75rem;border-radius:8px}}.loading-spinner{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem}.loading-spinner .spinner{width:50px;height:50px;border:4px solid rgba(212,165,116,.2);border-top-color:#d4a574;border-radius:50%;animation:spin .8s linear infinite}.loading-spinner p{color:#666;font-size:1.125rem;font-weight:500}@keyframes spin{to{transform:rotate(360deg)}}.no-results{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem}.no-results svg{width:80px;height:80px;stroke:#3e3e3e33;stroke-width:1.5}.no-results h3{font-family:Playfair Display,Georgia,serif;font-size:2rem;color:#3e3e3e;margin:0}.no-results p{color:#666;font-size:1.125rem;margin:0}.no-results .btn{margin-top:1.5rem}
