.catalog-page{background:#1a1a1a;min-height:100vh;margin-top:80px}.container{max-width:1200px;margin:0 auto;padding:0 20px}.catalog-hero{text-align:center;color:#fff;background:linear-gradient(135deg,#2d2a24 0%,#1a1a1a 100%);border-bottom:2px solid #bc8c4c;padding:60px 0;position:relative;overflow:hidden}.catalog-hero:before{content:"🍓";opacity:.05;pointer-events:none;color:#bc8c4c;font-size:300px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.catalog-hero:after{content:"";pointer-events:none;background:radial-gradient(circle,#0000 0%,#0006 100%);position:absolute;inset:0}.catalog-hero-title{font-size:clamp(2rem,5vw,3rem);font-family:var(--font-heading);z-index:1;color:#fff;margin-bottom:15px;position:relative}.catalog-hero-subtitle{opacity:.8;z-index:1;color:#b0b0b0;font-size:clamp(1rem,2vw,1.2rem);position:relative}.gold-text{color:#bc8c4c}.catalog-content{padding:60px 0}.catalog-filter-toggle{cursor:pointer;color:#fff;background:#2d2a24;border:1px solid #bc8c4c;border-radius:12px;justify-content:center;align-items:center;gap:10px;width:100%;min-height:56px;margin-bottom:20px;padding:16px 20px;font-weight:600;transition:all .3s;display:none}.catalog-filter-toggle:hover{background:#3d3a34;border-color:#bc8c4c}.filter-icon{color:#bc8c4c;width:20px;height:20px}.chevron-icon{color:#bc8c4c;width:18px;height:18px;transition:transform .3s}.chevron-icon.rotated{transform:rotate(180deg)}.catalog-layout{grid-template-columns:280px 1fr;gap:40px;display:grid;position:relative}.catalog-filters{background:#2d2a24;border:1px solid #bc8c4c33;border-radius:20px;height:fit-content;padding:25px;transition:all .3s;position:sticky;top:100px;box-shadow:0 10px 30px #0000004d}.filters-overlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:999;opacity:0;background:#000000b3;width:100%;height:100%;transition:opacity .3s;display:none;position:fixed;top:0;left:0}.filters-overlay.active{opacity:1}.filters-header{border-bottom:2px solid #bc8c4c4d;justify-content:space-between;align-items:center;margin-bottom:25px;padding-bottom:15px;display:flex}.filters-header h3{font-size:1.3rem;font-family:var(--font-heading);color:#fff;align-items:center;gap:8px;display:flex}.header-icon{color:#bc8c4c;width:20px;height:20px}.filters-close{cursor:pointer;color:#fff;background:#ffffff1a;border:1px solid #bc8c4c4d;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;padding:0;transition:all .3s;display:none}.filters-close svg{color:#bc8c4c;width:24px;height:24px;transition:all .3s}.filters-close:hover{background:#bc8c4c;transform:rotate(90deg)}.filters-close:hover svg{color:#1a1a1a}.filter-section{border-bottom:1px solid #ffffff1a;margin-bottom:25px;padding-bottom:25px}.filter-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.filter-section h4{color:#fff;text-transform:uppercase;letter-spacing:.5px;align-items:center;gap:8px;margin-bottom:15px;font-size:1rem;display:flex}.section-icon{color:#bc8c4c;width:16px;height:16px}.filter-categories{flex-direction:column;gap:10px;display:flex}.category-btn{text-align:left;cursor:pointer;color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;align-items:center;gap:10px;padding:12px 15px;font-size:.95rem;transition:all .3s;display:flex}.category-btn:hover{background:#bc8c4c1a;border-color:#bc8c4c;transform:translate(5px)}.category-btn.active{color:#1a1a1a;background:#bc8c4c;border-color:#bc8c4c;font-weight:600}.category-icon{color:currentColor;width:18px;height:18px}.price-range{width:100%}.price-inputs{align-items:center;gap:10px;display:flex}.price-inputs input{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;width:100%;padding:12px;font-size:.95rem;transition:all .3s}.price-inputs input:focus{background:#ffffff1a;border-color:#bc8c4c;outline:none}.price-inputs input::placeholder{color:#ffffff4d}.price-separator{color:#bc8c4c;font-weight:600}.sort-select{cursor:pointer;color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;width:100%;padding:12px;font-size:.95rem;transition:all .3s}.sort-select:focus{background:#ffffff1a;border-color:#bc8c4c;outline:none}.sort-select option{color:#fff;background:#2d2a24}.filter-stats{text-align:center;color:#bc8c4c;background:#bc8c4c1a;border:1px solid #bc8c4c33;border-radius:8px;justify-content:center;align-items:center;gap:8px;margin-bottom:15px;padding:15px;font-weight:600;display:flex}.stats-icon{color:#bc8c4c;width:18px;height:18px}.reset-filters{color:#bc8c4c;cursor:pointer;background:0 0;border:1px solid #bc8c4c;border-radius:8px;justify-content:center;align-items:center;gap:8px;width:100%;padding:12px;font-weight:600;transition:all .3s;display:flex}.reset-filters:hover{color:#1a1a1a;background:#bc8c4c}.reset-icon{width:18px;height:18px;transition:transform .3s}.reset-filters:hover .reset-icon{transform:rotate(180deg)}.catalog-products{min-height:600px}.products-grid{grid-template-columns:repeat(3,1fr);gap:30px;display:grid}.product-card-link{opacity:0;text-decoration:none;animation:.5s forwards fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.product-card{background:#2d2a24;border:1px solid #ffffff0d;border-radius:20px;flex-direction:column;height:100%;transition:all .4s cubic-bezier(.2,.9,.3,1);display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000004d}.product-card:hover{border-color:#bc8c4c4d;transform:translateY(-10px);box-shadow:0 20px 40px #bc8c4c33}.product-stock-badge{color:#fff;z-index:2;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff1a;border:1px solid #ffffff1a;border-radius:30px;padding:6px 12px;font-size:.85rem;position:absolute;top:15px;left:15px}.product-badge{color:#1a1a1a;z-index:2;background:#bc8c4c;border-radius:30px;align-items:center;gap:5px;padding:6px 15px;font-size:.85rem;font-weight:600;display:flex;position:absolute;top:15px;right:15px;box-shadow:0 4px 15px #bc8c4c4d}.badge-icon{color:#1a1a1a;width:14px;height:14px}.product-image{background:#1a1a1a;height:250px;position:relative;overflow:hidden}.product-image img{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.2,.9,.3,1)}.product-card:hover .product-image img{transform:scale(1.1)}.product-quick-view{cursor:pointer;opacity:0;background:#bc8c4c;border:none;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:all .4s cubic-bezier(.2,.9,.3,1);display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(0);box-shadow:0 4px 20px #0000004d}.product-quick-view svg{color:#1a1a1a;width:24px;height:24px}.product-card:hover .product-quick-view{opacity:1;transform:translate(-50%,-50%)scale(1)}.product-quick-view:hover{background:#ff4d4d;transform:translate(-50%,-50%)scale(1.1)!important}.product-quick-view:hover svg{color:#fff}.product-info{flex-direction:column;flex:1;padding:20px;display:flex}.product-name{color:#fff;margin-bottom:12px;font-size:1.2rem;font-weight:600}.product-footer{border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;margin-top:auto;padding-top:15px;display:flex}.product-price{color:#bc8c4c;font-size:1.2rem;font-weight:700}.product-add{cursor:pointer;color:#1a1a1a;background:#bc8c4c;border:none;border-radius:40px;align-items:center;gap:8px;padding:10px 20px;font-size:.95rem;font-weight:600;transition:all .3s cubic-bezier(.2,.9,.3,1);display:flex}.cart-icon{width:18px;height:18px}.product-add:hover:not(:disabled){color:#fff;background:#ff4d4d;transform:scale(1.05)}.product-add.added{color:#fff;background:#ff4d4d}.product-add:disabled{opacity:.3;cursor:not-allowed;background:#666}.no-products{text-align:center;background:#2d2a24;border:1px solid #bc8c4c33;border-radius:20px;padding:60px 20px;box-shadow:0 10px 30px #0000004d}.no-products img{opacity:.3;width:200px;margin-bottom:20px}.no-products h3{color:#fff;margin-bottom:10px;font-size:1.5rem}.no-products p{color:#b0b0b0;margin-bottom:20px}.btn-primary{color:#1a1a1a;cursor:pointer;background:#bc8c4c;border:none;border-radius:40px;align-items:center;gap:8px;padding:12px 30px;font-weight:600;transition:all .3s;display:inline-flex}.btn-primary:hover{color:#fff;background:#ff4d4d;transform:translateY(-2px)}.btn-icon{width:18px;height:18px}.quick-view-modal{z-index:2000;background:#000000e6;justify-content:center;align-items:center;width:100%;height:100%;padding:20px;animation:.3s modalFade;display:flex;position:fixed;top:0;left:0}@keyframes modalFade{0%{opacity:0}to{opacity:1}}.quick-view-content{background:#2d2a24;border:1px solid #bc8c4c;border-radius:24px;width:100%;max-width:900px;max-height:90vh;animation:.4s modalZoom;position:relative;overflow-y:auto}@keyframes modalZoom{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.modal-close{cursor:pointer;z-index:10;background:#bc8c4c;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s;display:flex;position:absolute;top:15px;right:15px}.modal-close svg{color:#1a1a1a;width:22px;height:22px}.modal-close:hover{background:#ff4d4d;transform:rotate(90deg)}.modal-close:hover svg{color:#fff}.quick-view-grid{grid-template-columns:1fr 1fr;gap:30px;display:grid}.quick-view-image{background:#1a1a1a;height:100%;min-height:400px}.quick-view-image img{object-fit:cover;width:100%;height:100%}.quick-view-info{padding:40px 30px}.quick-view-info h2{color:#fff;margin-bottom:20px;font-size:2rem}.quick-view-price{color:#bc8c4c;margin-bottom:25px;font-size:2rem;font-weight:700}.quick-view-add{justify-content:center;width:100%;padding:15px;font-size:1.1rem}@media (min-width:1025px){.products-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:1024px) and (min-width:769px){.products-grid{grid-template-columns:repeat(2,1fr);gap:20px}.catalog-layout{grid-template-columns:260px 1fr;gap:30px}}@media (max-width:768px){.catalog-hero{padding:40px 0}.catalog-hero-title{font-size:2rem}.catalog-hero-subtitle{padding:0 20px;font-size:1rem}.catalog-content{padding:40px 0}.catalog-layout{grid-template-columns:1fr;gap:0}.catalog-filters{border-radius:20px;width:100%;margin-bottom:30px;transition:all .3s;display:block;position:relative;top:0;left:0}.catalog-filters:not(.active){display:none}.filters-close{display:flex}.catalog-filter-toggle{margin-bottom:20px;display:flex}.products-grid{grid-template-columns:1fr;gap:20px;max-width:400px;margin:0 auto}.product-image{height:220px}.product-info{padding:15px}.product-name,.product-price{font-size:1.1rem}.product-add{padding:12px 20px;font-size:.95rem}.quick-view-grid{grid-template-columns:1fr}.quick-view-image{min-height:250px}.quick-view-info{padding:30px 20px}.quick-view-info h2,.quick-view-price{font-size:1.5rem}}@media (max-width:480px){.catalog-filters{padding:15px}.filters-header h3{font-size:1.2rem}.filters-close{width:44px;height:44px}.product-footer{flex-direction:column;align-items:stretch;gap:12px}.product-add{justify-content:center;width:100%;padding:14px}.price-inputs{flex-direction:column}.price-separator{display:none}.price-inputs input{width:100%;min-height:50px}.sort-select,.reset-filters{min-height:50px}}@media (max-width:360px){.product-name{font-size:1rem}.filter-section h4{font-size:.95rem}.category-btn{padding:12px;font-size:.9rem}}@media (max-width:850px) and (max-height:500px) and (orientation:landscape){.catalog-hero{padding:30px 0}.catalog-filters{max-height:70vh;overflow-y:auto}.products-grid{grid-template-columns:repeat(2,1fr)}.product-image{height:180px}}@media (hover:none) and (pointer:coarse){.product-card:hover{transform:none}.product-quick-view{display:none}.product-add:active{transform:scale(.95)}.category-btn:active{transform:scale(.98)}}@media (prefers-reduced-motion:reduce){.product-card,.product-image img,.product-add,.reset-filters,.modal-close,.catalog-filters{transition:none;animation:none}.product-card:hover,.product-card:hover .product-image img{transform:none}}.product-card{position:relative;overflow:hidden}.product-card:before{content:"";z-index:1;pointer-events:none;background:linear-gradient(90deg,#0000,#bc8c4c1a,#ffd70033,#bc8c4c1a,#0000);width:100%;height:100%;transition:left .6s cubic-bezier(.2,.9,.3,1);position:absolute;top:0;left:-100%}.product-card:hover:before{left:100%}.product-card:after{content:"";background:radial-gradient(circle at var(--x,50%)var(--y,50%),#bc8c4c26 0%,transparent 70%);opacity:0;pointer-events:none;z-index:1;transition:opacity .3s;position:absolute;inset:0}.product-card:hover:after{opacity:1}.product-card{border:1px solid #bc8c4c33;transition:all .4s cubic-bezier(.2,.9,.3,1)}.product-card:hover{border-color:#bc8c4c99;box-shadow:0 20px 40px #bc8c4c33,0 0 20px #bc8c4c1a}.product-image:before{content:"";z-index:2;pointer-events:none;background:linear-gradient(90deg,#0000,#ffd7004d,#0000);width:50%;height:100%;transition:left .7s;position:absolute;top:0;left:-100%;transform:skew(-25deg)}.product-card:hover .product-image:before{left:150%}.product-price{background:linear-gradient(135deg,#bc8c4c 0%,gold 50%,#bc8c4c 100%) 0 0/200%;color:#0000;-webkit-background-clip:text;background-clip:text;animation:3s linear infinite shine;display:inline-block;position:relative}@keyframes shine{0%{background-position:0%}to{background-position:200%}}.product-add{position:relative;overflow:hidden}.product-add:before{content:"";background:linear-gradient(90deg,#0000,#ffffff4d,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.product-add:hover:before{left:100%}.product-badge{background:linear-gradient(135deg,#bc8c4c 0%,gold 100%);animation:2s ease-in-out infinite badgeGlow;position:relative;overflow:hidden}@keyframes badgeGlow{0%,to{box-shadow:0 0 5px #bc8c4c80}50%{box-shadow:0 0 15px #bc8c4ccc,0 0 5px #ffd70080}}.product-badge:before{content:"";opacity:0;background:radial-gradient(circle,#ffffff4d 0%,#0000 70%);width:200%;height:200%;transition:opacity .3s;animation:3s infinite shimmer;position:absolute;top:-50%;left:-50%}@keyframes shimmer{0%{opacity:0;transform:translate(-30%,-30%)rotate(0)}50%{opacity:1;transform:translate(30%,30%)rotate(180deg)}to{opacity:0;transform:translate(100%,100%)rotate(360deg)}}@keyframes sparkle{0%{opacity:0;transform:scale(0)}50%{opacity:.8;transform:scale(1)}to{opacity:0;transform:scale(0)}}.product-card:hover .product-price:after{content:"✨";pointer-events:none;font-size:20px;animation:.8s ease-out sparkle;position:absolute;top:-20px;right:-20px}.catalog-filters{position:relative;overflow:hidden}.catalog-filters:before{content:"";pointer-events:none;background:linear-gradient(90deg,#0000,#bc8c4c1a,#0000);width:100%;height:100%;transition:left .6s;position:absolute;top:0;left:-100%}.catalog-filters:hover:before{left:100%}.category-btn.active{background:linear-gradient(135deg,#bc8c4c 0%,gold 100%);position:relative;overflow:hidden}.category-btn.active:before{content:"";background:linear-gradient(90deg,#0000,#fff6,#0000);width:100%;height:100%;animation:2s infinite btnShine;position:absolute;top:0;left:-100%}@keyframes btnShine{0%{left:-100%}to{left:100%}}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#2d2a24}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#bc8c4c,gold);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,gold,#bc8c4c)}
