/*!/wp-content/plugins/foodmaster-plugin//templates/elements/featured-product/style.css*/.foodmaster-featured-product-wrapper{position:relative;width:100%;min-height:500px;overflow:hidden;background:linear-gradient(135deg,var(--foodmaster-primary-color,#ff6b35) 0%,var(--foodmaster-accent-color,#e74c3c) 100%);background-size:cover;background-position:center;background-repeat:no-repeat}.foodmaster-featured-product-wrapper .foodmaster-featured-product-slider{position:relative;width:100%;min-height:500px}.foodmaster-featured-product-background-image{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;z-index:1}.foodmaster-featured-product-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgb(0 0 0 / .5);z-index:2;transition:opacity 0.3s ease}.foodmaster-featured-product-content{position:relative;z-index:3;width:100%;max-width:1200px;margin:0 auto;padding:60px 20px;text-align:center}.foodmaster-featured-product-content-inner{max-width:800px;margin:0 auto}.foodmaster-featured-product-title{font-size:clamp(2.5rem, 6vw, 4.5rem);font-weight:800;line-height:1.1;color:#fff;margin:0 0 1rem 0;text-shadow:2px 2px 4px rgb(0 0 0 / .3);animation:fadeInUp 0.8s ease-out}.foodmaster-featured-product-subtitle{font-size:clamp(1.25rem, 3vw, 2rem);font-weight:600;line-height:1.2;color:var(--foodmaster-primary-color,#ff6b35);margin:0 0 1.5rem 0;text-shadow:1px 1px 2px rgb(0 0 0 / .2);animation:fadeInUp 0.8s ease-out 0.2s both}.foodmaster-featured-product-button{display:inline-block;padding:16px 32px;font-size:1.125rem;font-weight:600;text-decoration:none;color:var(--foodmaster-button-text-color,#ffffff);background:var(--foodmaster-primary-color,#ff6b35);border:2px solid var(--foodmaster-primary-color,#ff6b35);border-radius:8px;transition:all 0.3s ease;cursor:pointer;animation:fadeInUp 0.8s ease-out 0.4s both;box-shadow:0 4px 12px rgb(0 0 0 / .2)}.foodmaster-featured-product-button:hover{background:var(--foodmaster-accent-color,#e74c3c);border-color:var(--foodmaster-accent-color,#e74c3c);transform:translateY(-2px);box-shadow:0 6px 16px rgb(0 0 0 / .3);color:var(--foodmaster-button-text-color,#ffffff)}.foodmaster-featured-product-button:active{transform:translateY(0)}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.foodmaster-featured-product-wrapper{min-height:400px}.foodmaster-featured-product-content{padding:40px 15px}.foodmaster-featured-product-title{font-size:clamp(2rem, 8vw, 3rem)}.foodmaster-featured-product-subtitle{font-size:clamp(1rem, 4vw, 1.5rem)}.foodmaster-featured-product-button{padding:14px 28px;font-size:1rem}}@media (min-width:1200px){.foodmaster-featured-product-content{padding:80px 40px}}.foodmaster-featured-product-no-products{text-align:center;padding:40px 20px;color:#666}.foodmaster-featured-product-no-products p{margin:0}.foodmaster-featured-product-slider{position:relative;width:100%;min-height:500px;height:100%;overflow:hidden}.foodmaster-featured-product-slide{position:absolute;top:0;left:0;width:100%;min-height:500px;height:100%;opacity:0;transition:opacity 0.6s ease-in-out;display:flex;align-items:center;justify-content:center;z-index:0}.foodmaster-featured-product-slide.active{opacity:1;z-index:1}.foodmaster-featured-product-single{position:relative;width:100%;height:100%;min-height:500px;display:flex;align-items:center;justify-content:center}.foodmaster-featured-product-dots{position:absolute;bottom:30px;left:50%;transform:translateX(-50%);display:flex;gap:10px;z-index:10}.foodmaster-featured-product-dot{width:12px;height:12px;border-radius:50%;border:2px solid rgb(255 255 255 / .5);background:#fff0;cursor:pointer;padding:0;transition:all 0.3s ease;outline:none}.foodmaster-featured-product-dot:hover{border-color:rgb(255 255 255 / .8);background:rgb(255 255 255 / .3)}.foodmaster-featured-product-dot.active{background:var(--foodmaster-primary-color,#ff6b35);border-color:var(--foodmaster-primary-color,#ff6b35);width:32px;border-radius:6px}.foodmaster-featured-product-prev,.foodmaster-featured-product-next{position:absolute;top:50%;transform:translateY(-50%);background:rgb(255 255 255 / .2);color:#fff;border:2px solid rgb(255 255 255 / .3);width:50px;height:50px;border-radius:50%;font-size:28px;line-height:1;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;transition:all 0.3s ease;backdrop-filter:blur(5px)}.foodmaster-featured-product-prev:hover,.foodmaster-featured-product-next:hover{background:var(--foodmaster-primary-color,#ff6b35);border-color:var(--foodmaster-primary-color,#ff6b35);transform:translateY(-50%) scale(1.1)}.foodmaster-featured-product-prev{left:20px}.foodmaster-featured-product-next{right:20px}@media (max-width:768px){.foodmaster-featured-product-prev,.foodmaster-featured-product-next{width:40px;height:40px;font-size:24px}.foodmaster-featured-product-prev{left:10px}.foodmaster-featured-product-next{right:10px}.foodmaster-featured-product-dots{bottom:20px}}.rtl .foodmaster-featured-product-prev{left:auto;right:20px}.rtl .foodmaster-featured-product-next{right:auto;left:20px}@media (max-width:768px){.rtl .foodmaster-featured-product-prev{right:10px}.rtl .foodmaster-featured-product-next{left:10px}}@media (prefers-reduced-motion:reduce){.foodmaster-featured-product-wrapper *{animation-duration:0.01ms!important;animation-iteration-count:1!important;transition-duration:0.01ms!important}.foodmaster-featured-product-slide{transition:none}}