:root{--fe-mint: #C5E5A4;--fe-dark: #1a1a1a;--fe-light: #ffffff;--fe-gray: #666666;--fe-shadow: rgba(0, 0, 0, .1)}.food-escapes-collection{background:var(--fe-mint);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.fe-container{max-width:1400px;margin:0 auto;padding:0 20px}.fe-hero{padding:60px 0 40px;background:linear-gradient(180deg,#ffffff4d,#c5e5a400)}.fe-hero-title{font-size:48px;font-weight:900;color:var(--fe-dark);margin:0 0 20px;text-transform:uppercase;letter-spacing:-.02em}.fe-hero-description{font-size:18px;color:var(--fe-gray);margin-bottom:30px;max-width:600px;line-height:1.6}.fe-map-container{width:100%;height:400px;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px var(--fe-shadow);background:var(--fe-light)}.fe-map{width:100%;height:100%;background:linear-gradient(135deg,#e0e0e0,#f5f5f5);display:flex;align-items:center;justify-content:center}.fe-filters{padding:30px 0}.fe-filter-bar{display:flex;gap:15px;max-width:600px}.fe-search,.fe-filter-dropdown{padding:12px 20px;border-radius:24px;border:2px solid rgba(0,0,0,.1);background:var(--fe-light);font-size:16px;outline:none;transition:all .3s ease}.fe-search{flex:1}.fe-search:focus,.fe-filter-dropdown:focus{border-color:var(--fe-dark);box-shadow:0 4px 12px var(--fe-shadow)}.fe-products{padding:40px 0 80px}.fe-products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:30px}.fe-product-card{background:var(--fe-light);border-radius:20px;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px var(--fe-shadow)}.fe-product-card:hover{transform:translateY(-8px);box-shadow:0 12px 28px #00000026}.fe-product-link{text-decoration:none;color:inherit;display:block}.fe-product-image-wrapper{position:relative;aspect-ratio:4/5;overflow:hidden}.fe-product-image{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.fe-product-card:hover .fe-product-image{transform:scale(1.05)}.fe-product-image-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#e0e0e0,#f5f5f5);display:flex;align-items:center;justify-content:center}.fe-product-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(0deg,#000c,#0000);padding:30px 20px 20px;color:var(--fe-light)}.fe-product-title{font-size:22px;font-weight:700;margin:0 0 8px;line-height:1.2}.fe-product-difficulty{font-size:14px;opacity:.9}.fe-product-footer{padding:20px}.fe-rating{display:flex;align-items:center;gap:8px;margin-bottom:12px}.fe-stars{color:#ffb800;font-size:16px;letter-spacing:2px}.fe-rating-value{font-weight:600;font-size:16px}.fe-price{margin-bottom:15px;display:flex;align-items:baseline;gap:8px}.fe-price-from{font-size:14px;color:var(--fe-gray)}.fe-price-amount{font-size:24px;font-weight:700;color:var(--fe-dark)}.fe-book-btn{width:100%;padding:14px;background:var(--fe-dark);color:var(--fe-light);border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease}.fe-book-btn:hover{background:#000;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.fe-content-section{grid-column:1 / -1;background:var(--fe-light);border-radius:24px;padding:60px;margin:30px 0}.fe-content-split{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.fe-alternate .fe-content-split{direction:rtl}.fe-alternate .fe-content-text,.fe-alternate .fe-content-image{direction:ltr}.fe-content-image img{width:100%;height:400px;object-fit:cover;border-radius:16px;box-shadow:0 8px 24px var(--fe-shadow)}.fe-placeholder-image{width:100%;height:400px;background:linear-gradient(135deg,#e0e0e0,#f5f5f5);border-radius:16px;display:flex;align-items:center;justify-content:center;color:var(--fe-gray);font-size:16px}.fe-content-text h2{font-size:36px;font-weight:800;margin:0 0 24px;line-height:1.2;color:var(--fe-dark)}.fe-content-text p{font-size:18px;line-height:1.6;color:var(--fe-gray);margin:0}.fe-features-list{list-style:none;padding:0;margin:0}.fe-features-list li{font-size:18px;padding:12px 0;border-bottom:1px solid rgba(0,0,0,.1);color:var(--fe-dark)}.fe-features-list li:last-child{border-bottom:none}.fe-cta{padding:80px 0;background:var(--fe-dark);color:var(--fe-light);border-radius:24px;margin:0 20px 40px}.fe-cta-content{text-align:center;max-width:600px;margin:0 auto}.fe-cta-title{font-size:42px;font-weight:800;margin:0 0 20px}.fe-cta-text{font-size:18px;margin:0 0 30px;opacity:.9;line-height:1.6}.fe-cta-btn{display:inline-block;padding:16px 48px;background:var(--fe-mint);color:var(--fe-dark);border:none;border-radius:30px;font-size:18px;font-weight:700;cursor:pointer;transition:all .3s ease;text-decoration:none}.fe-cta-btn:hover{transform:scale(1.05);box-shadow:0 8px 20px #c5e5a466}.fe-footer-cta{padding:100px 0;text-align:center}.fe-brand-title{font-size:120px;font-weight:900;line-height:.9;text-transform:lowercase;color:var(--fe-dark);margin:0 0 40px}.fe-find-btn{display:inline-flex;align-items:center;gap:12px;padding:20px 40px;background:var(--fe-dark);color:var(--fe-light);border:none;border-radius:50px;font-size:20px;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none}.fe-find-btn:hover{transform:translateY(-4px);box-shadow:0 12px 28px #0003}.fe-btn-icon{width:32px;height:32px;background:var(--fe-mint);color:var(--fe-dark);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px}.fe-pagination{text-align:center;margin-top:60px;padding:20px}.fe-pagination a,.fe-pagination span{display:inline-block;margin:0 5px;padding:10px 16px;background:var(--fe-light);color:var(--fe-dark);border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s ease}.fe-pagination a:hover{background:var(--fe-dark);color:var(--fe-light);transform:translateY(-2px)}.fe-pagination .current{background:var(--fe-dark);color:var(--fe-light)}@media(max-width:768px){.fe-hero-title{font-size:32px}.fe-map-container{height:300px}.fe-products-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px}.fe-content-split{grid-template-columns:1fr;gap:30px}.fe-content-section{padding:40px 30px}.fe-content-text h2{font-size:28px}.fe-brand-title{font-size:60px}.fe-filter-bar{flex-direction:column}.fe-cta{margin:0 0 40px;border-radius:0}.fe-cta-title{font-size:32px}}@media(max-width:480px){.fe-products-grid{grid-template-columns:1fr}.fe-hero{padding:40px 0 30px}.fe-footer-cta{padding:60px 0}.fe-brand-title{font-size:48px}.fe-content-image img,.fe-placeholder-image{height:300px}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/food-escapes-styles.css.map */
