:root{--shop-text:#FB184E;--shop-background:#ffffff;--shop-primary:#ff3901;--shop-secondary:#ffeb00;--shop-accent:#00553f;--shop-black:#1a1a1a;--shop-gray:#666;--shop-light-gray:#f7f7f7;--shop-border:#e8e8e8}.shop{min-height:100vh;background-color:var(--shop-background);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.shop__hero{background:var(--shop-accent);padding:80px 24px;text-align:center;position:relative;overflow:hidden}.shop__hero:before{top:-50%;right:-20%;width:500px;height:500px;background:var(--shop-secondary)}.shop__hero:after,.shop__hero:before{content:"";position:absolute;border-radius:50%;opacity:.15}.shop__hero:after{bottom:-30%;left:-10%;width:400px;height:400px;background:var(--shop-primary)}.shop__hero-content{position:relative;z-index:1;max-width:600px;margin:0 auto}.shop__hero-title{font-size:56px;font-weight:700;color:white;margin:0 0 16px;letter-spacing:-1px;text-transform:uppercase;font-family:Playfair Display,Georgia,serif}.shop__hero-subtitle{font-size:18px;color:rgba(255,255,255,.85);margin:0;font-weight:400}.shop__hero-decoration{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);display:flex;gap:20px;opacity:.5}.shop__hero-leaf{font-size:32px;animation:float 3s ease-in-out infinite}.shop__hero-leaf:nth-child(2){animation-delay:.5s}.shop__hero-leaf:nth-child(3){animation-delay:1s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.shop__category-description{max-width:1400px;margin:0 auto;padding:60px 24px}.shop__category-description--top{background:linear-gradient(180deg,var(--shop-light-gray) 0,var(--shop-background) 100%);border-bottom:1px solid var(--shop-border);padding-top:40px;padding-bottom:60px}.shop__category-description--bottom{background:var(--shop-light-gray);border-top:2px solid var(--shop-border);margin-top:60px;padding-top:60px;padding-bottom:60px}.shop__category-description-content{max-width:900px;margin:0 auto;color:var(--shop-black);line-height:1.8;font-size:17px}.shop__category-description-content h1{font-size:36px;font-weight:700;color:var(--shop-accent);margin:0 0 24px;line-height:1.2;letter-spacing:-.5px;font-family:Playfair Display,Georgia,serif}.shop__category-description-content h2{font-size:28px;font-weight:700;color:var(--shop-black);margin:40px 0 20px;line-height:1.3;letter-spacing:-.3px}.shop__category-description-content h3{font-size:22px;font-weight:600;color:var(--shop-black);margin:32px 0 16px;line-height:1.4}.shop__category-description-content h4,.shop__category-description-content h5,.shop__category-description-content h6{font-size:18px;font-weight:600;color:var(--shop-black);margin:28px 0 14px;line-height:1.4}.shop__category-description-content p{margin:0 0 20px;color:var(--shop-gray);font-size:17px;line-height:1.8}.shop__category-description-content p:last-child{margin-bottom:0}.shop__category-description-content b,.shop__category-description-content strong{color:var(--shop-black);font-weight:600}.shop__category-description-content em,.shop__category-description-content i{font-style:italic;color:var(--shop-gray)}.shop__category-description-content a{color:var(--shop-primary);text-decoration:underline;text-underline-offset:3px;transition:color .2s;font-weight:500}.shop__category-description-content a:hover{color:var(--shop-accent)}.shop__category-description-content ol,.shop__category-description-content ul{margin:20px 0;padding-left:28px}.shop__category-description-content ul{list-style-type:none;padding-left:0}.shop__category-description-content ul li{margin:12px 0;color:var(--shop-gray);padding-left:28px;position:relative;line-height:1.7}.shop__category-description-content ul li:before{content:"✓";position:absolute;left:0;color:var(--shop-accent);font-weight:700;font-size:18px}.shop__category-description-content ol li{margin:12px 0;color:var(--shop-gray);padding-left:8px;line-height:1.7}.shop__category-description-content ol li::marker{color:var(--shop-accent);font-weight:600}.shop__category-description-content blockquote{margin:32px 0;padding:24px 32px;background:white;border-left:4px solid var(--shop-accent);border-radius:0 12px 12px 0;font-style:italic;color:var(--shop-gray);box-shadow:0 2px 8px rgba(0,0,0,.05)}.shop__category-description-content img{max-width:100%;height:auto;border-radius:12px;margin:24px 0;box-shadow:0 4px 12px rgba(0,0,0,.1)}.shop__category-description-content table{width:100%;border-collapse:collapse;margin:32px 0;background:white;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.05)}.shop__category-description-content td,.shop__category-description-content th{padding:16px 20px;text-align:left;border-bottom:1px solid var(--shop-border)}.shop__category-description-content th{background:var(--shop-light-gray);font-weight:600;color:var(--shop-black)}.shop__category-description-content tr:last-child td{border-bottom:none}.shop__category-description-content hr{border:none;height:2px;background:linear-gradient(90deg,transparent,var(--shop-border),transparent);margin:40px 0}.shop__container{max-width:1400px;margin:0 auto;padding:40px 24px 80px}.shop__layout{display:grid;grid-template-columns:280px 1fr;grid-gap:40px;gap:40px;align-items:start}.shop__sidebar{position:-webkit-sticky;position:sticky;top:100px;background:white;border:2px solid var(--shop-border);border-radius:16px;padding:24px;height:-moz-fit-content;height:fit-content}.shop__sidebar-header{margin-bottom:24px;padding-bottom:16px;border-bottom:2px solid var(--shop-border)}.shop__sidebar-title{font-size:20px;font-weight:700;color:var(--shop-black);margin:0;letter-spacing:-.5px}.shop__sidebar-nav{display:flex;flex-direction:column;gap:4px}.shop__sidebar-group{display:flex;flex-direction:column;gap:2px}.shop__sidebar-link{display:flex;align-items:center;justify-content:space-between;width:100%;padding:12px 16px;background:transparent;border:none;border-radius:8px;font-size:15px;font-weight:500;color:var(--shop-black);text-align:left;cursor:pointer;transition:all .2s;font-family:inherit}.shop__sidebar-link:hover{background:var(--shop-light-gray);color:var(--shop-accent)}.shop__sidebar-link--active{background:var(--shop-accent);color:white}.shop__sidebar-link--active:hover{background:#004433;color:white}.shop__sidebar-link--parent{font-weight:600;font-size:16px}.shop__sidebar-link--child{padding-left:32px;font-size:14px;font-weight:400}.shop__sidebar-arrow{font-size:18px;opacity:.7}.shop__sidebar-link--active .shop__sidebar-arrow{opacity:1}.shop__sidebar-subcategories{display:flex;flex-direction:column;gap:2px;margin-left:8px;padding-left:8px;border-left:2px solid var(--shop-border);margin-bottom:8px}.shop__main{flex:1 1;min-width:0}.shop__main-title{font-size:1.25rem;font-weight:600;color:var(--shop-text,#1a1a2e);margin:0 0 16px;letter-spacing:-.02em}.shop__sale-section{margin-bottom:60px}.shop__sale-header{text-align:center;margin-bottom:40px;padding:40px 24px;background:linear-gradient(135deg,var(--shop-primary) 0,#ff6b35 100%);border-radius:20px;position:relative;overflow:hidden}.shop__sale-header:before{top:-50%;right:-20%;width:300px;height:300px}.shop__sale-header:after,.shop__sale-header:before{content:"";position:absolute;background:rgba(255,255,255,.1);border-radius:50%}.shop__sale-header:after{bottom:-30%;left:-10%;width:200px;height:200px}.shop__sale-badge{display:inline-block;background:var(--shop-secondary);color:var(--shop-black);padding:8px 20px;border-radius:50px;font-size:14px;font-weight:800;text-transform:uppercase;letter-spacing:1px;margin-bottom:16px;position:relative;z-index:1;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.shop__sale-title{font-size:42px;font-weight:800;color:white;margin:0 0 12px;position:relative;z-index:1;letter-spacing:-1px}.shop__sale-subtitle{font-size:18px;color:rgba(255,255,255,.9);margin:0;position:relative;z-index:1}.shop__grid--sale{margin-bottom:0}.shop__product-card--sale{border:2px solid var(--shop-primary);position:relative;overflow:visible}.shop__product-card--sale:before{content:"";position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;background:linear-gradient(135deg,var(--shop-primary),var(--shop-secondary));border-radius:16px;z-index:-1;opacity:0;transition:opacity .3s}.shop__product-card--sale:hover:before{opacity:.3}.shop__product-discount{display:inline-block;background:var(--shop-primary);color:white;padding:4px 10px;border-radius:6px;font-size:12px;font-weight:700;margin-left:8px;text-transform:uppercase;letter-spacing:.5px}.shop__regular-section{margin-top:40px}.shop__section-divider{height:2px;background:linear-gradient(90deg,transparent,var(--shop-border),transparent);margin:40px 0}.shop__regular-title{font-size:32px;font-weight:700;color:var(--shop-black);margin:0 0 32px;letter-spacing:-.5px}.shop__toolbar{display:flex;align-items:center;gap:20px;margin-bottom:32px;flex-wrap:wrap}.shop__search{flex:1 1;min-width:280px;max-width:400px;position:relative}.shop__search-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);width:20px;height:20px;color:var(--shop-gray);pointer-events:none}.shop__search-input{width:100%;padding:14px 16px 14px 48px;border:2px solid var(--shop-border);border-radius:50px;font-size:15px;font-family:inherit;background:var(--shop-background);transition:all .2s}.shop__search-input:focus{outline:none;border-color:var(--shop-accent);box-shadow:0 0 0 3px rgba(0,85,63,.1)}.shop__search-input::placeholder{color:#999}.shop__sort{position:relative}.shop__sort-select{padding:14px 40px 14px 20px;border:2px solid var(--shop-border);border-radius:50px;font-size:15px;font-family:inherit;background:white;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:18px;transition:all .2s}.shop__sort-select:focus{outline:none;border-color:var(--shop-accent)}.shop__results-count{font-size:14px;color:var(--shop-gray);margin-left:auto;font-weight:500}.shop__grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:24px;gap:24px;margin-bottom:60px}.shop__product-card{text-decoration:none;color:inherit;display:block;border-radius:16px;overflow:hidden;background:white;border:1px solid var(--shop-border);transition:all .3s ease}.shop__product-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px rgba(0,0,0,.12);border-color:transparent}.shop__product-image-wrapper{position:relative;aspect-ratio:1;overflow:hidden;background:var(--shop-light-gray)}.shop__product-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.shop__product-card:hover .shop__product-image{transform:scale(1.08)}.shop__product-badge{position:absolute;top:12px;left:12px;padding:6px 12px;border-radius:20px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.shop__product-badge--sale{background:var(--shop-primary);color:white}.shop__product-badge--out{background:var(--shop-black);color:white}.shop__product-overlay{position:absolute;inset:0;background:rgba(0,85,63,.85);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.shop__product-card:hover .shop__product-overlay{opacity:1}.shop__product-quick-view{padding:12px 24px;background:var(--shop-secondary);color:var(--shop-black);border-radius:25px;font-size:13px;font-weight:700;transform:translateY(10px);transition:transform .3s ease}.shop__product-card:hover .shop__product-quick-view{transform:translateY(0)}.shop__product-info{padding:20px}.shop__product-category{display:block;font-size:11px;font-weight:600;color:var(--shop-accent);text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px}.shop__product-name{font-size:16px;font-weight:600;color:var(--shop-black);margin:0 0 12px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.shop__product-price{display:flex;align-items:center;gap:10px}.shop__product-price--current,.shop__product-price--range{font-size:18px;font-weight:700;color:var(--shop-black)}.shop__product-price--range{color:var(--shop-primary)}.shop__product-price--original{font-size:14px;color:#999;text-decoration:line-through}.shop__pagination{display:flex;align-items:center;justify-content:center;gap:12px}.shop__pagination-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;border:2px solid var(--shop-accent);border-radius:50px;background:white;font-size:14px;font-weight:600;color:var(--shop-accent);cursor:pointer;transition:all .2s;font-family:inherit}.shop__pagination-btn svg{width:16px;height:16px}.shop__pagination-btn:hover:not(:disabled){background:var(--shop-accent);color:white}.shop__pagination-btn:disabled{opacity:.4;cursor:not-allowed;border-color:var(--shop-border);color:var(--shop-gray)}.shop__pagination-pages{display:flex;gap:8px}.shop__pagination-page{width:40px;height:40px;border:2px solid var(--shop-border);border-radius:50%;background:white;font-size:14px;font-weight:500;color:var(--shop-black);cursor:pointer;transition:all .2s;font-family:inherit}.shop__pagination-page:hover{border-color:var(--shop-accent);color:var(--shop-accent)}.shop__pagination-page--active{background:var(--shop-accent);border-color:var(--shop-accent);color:white}.shop__loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:20px;color:var(--shop-gray)}.shop__loading-spinner{width:48px;height:48px;border:3px solid var(--shop-light-gray);border-top-color:var(--shop-primary);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.shop__empty{text-align:center;padding:80px 24px;background:var(--shop-light-gray);border-radius:24px}.shop__empty-icon{font-size:64px;margin-bottom:20px}.shop__empty h3{font-size:24px;font-weight:600;color:var(--shop-black);margin:0 0 8px}.shop__empty p{font-size:16px;color:var(--shop-gray);margin:0 0 24px}.shop__empty-btn{padding:14px 32px;background:var(--shop-primary);color:white;border:none;border-radius:50px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s;font-family:inherit}.shop__empty-btn:hover{background:#e63300;transform:translateY(-2px)}.shop__error{padding:16px 24px;background:#fff0f0;border:1px solid var(--shop-text);border-radius:12px;color:var(--shop-text);margin-bottom:24px;font-weight:500}@media (max-width:1200px){.shop__layout{grid-template-columns:240px 1fr;gap:32px}.shop__grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:900px){.shop__layout{grid-template-columns:1fr;gap:24px}.shop__sidebar{position:static;order:2}.shop__main{order:1}.shop__category-description{padding:50px 20px}.shop__category-description-content{font-size:16px}.shop__category-description-content h1{font-size:32px}.shop__category-description-content h2{font-size:26px}.shop__grid{grid-template-columns:repeat(2,1fr);gap:16px}.shop__hero-title{font-size:42px}}@media (max-width:640px){.shop__hero{padding:60px 24px}.shop__hero-title{font-size:32px}.shop__hero-subtitle{font-size:16px}.shop__category-description{padding:40px 16px}.shop__category-description--top{padding-top:30px;padding-bottom:40px}.shop__category-description--bottom{margin-top:40px;padding-top:40px;padding-bottom:40px}.shop__category-description-content{font-size:16px;line-height:1.7}.shop__category-description-content h1{font-size:28px;margin-bottom:20px}.shop__category-description-content h2{font-size:24px;margin-top:32px;margin-bottom:16px}.shop__category-description-content h3{font-size:20px;margin-top:28px;margin-bottom:12px}.shop__category-description-content h4,.shop__category-description-content h5,.shop__category-description-content h6{font-size:18px;margin-top:24px;margin-bottom:12px}.shop__category-description-content p{font-size:16px;margin-bottom:16px}.shop__category-description-content ol,.shop__category-description-content ul{margin:16px 0;padding-left:24px}.shop__category-description-content ul li{padding-left:24px;margin:10px 0}.shop__category-description-content blockquote{margin:24px 0;padding:20px 24px}.shop__category-description-content img{margin:20px 0;border-radius:8px}.shop__category-description-content table{margin:24px 0;font-size:14px}.shop__category-description-content td,.shop__category-description-content th{padding:12px 16px}.shop__container{padding:24px 16px 60px}.shop__toolbar{flex-direction:column;align-items:stretch}.shop__search{max-width:none}.shop__results-count{margin-left:0;text-align:center}.shop__categories{justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap;padding-bottom:16px;margin-bottom:24px;-webkit-overflow-scrolling:touch}.shop__category-pill{flex-shrink:0}.shop__grid{grid-template-columns:repeat(2,1fr);gap:12px}.shop__product-info{padding:16px}.shop__product-name{font-size:14px}.shop__product-price--current{font-size:16px}.shop__pagination{flex-wrap:wrap;gap:8px}.shop__pagination-btn{padding:10px 16px;font-size:13px}.shop__pagination-pages{order:3;width:100%;justify-content:center;margin-top:8px}}@media (max-width:400px){.shop__grid{grid-template-columns:1fr}}