.bundle-nutrition-wrapper{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;direction:rtl;width:100%;perspective:1000px}.bundle-nutrition-wrapper .nutrition-card{background-color:#fff;border-radius:16px;box-shadow:0 4px 12px #0000000d;position:relative;transition:transform .8s cubic-bezier(.175,.885,.32,1.275);transform-style:preserve-3d;width:100%;min-height:220px;overflow:hidden;border:1px solid #f0f0f0;margin-bottom:20px}.bundle-nutrition-wrapper .nutrition-card-inner{position:relative;width:100%;height:100%;transition:transform .8s cubic-bezier(.175,.885,.32,1.275);transform-style:preserve-3d}.bundle-nutrition-wrapper .nutrition-card.flipped .nutrition-card-inner{transform:rotateY(180deg)}.bundle-nutrition-wrapper .nutrition-front,.bundle-nutrition-wrapper .nutrition-back{position:absolute;width:100%;height:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;border-radius:16px;padding:20px;box-sizing:border-box;background:#fff;display:flex;flex-direction:column}.bundle-nutrition-wrapper .nutrition-front{z-index:2}.bundle-nutrition-wrapper .nutrition-back{transform:rotateY(180deg)}.bundle-nutrition-wrapper .nutrition-content{display:flex;flex-direction:column;height:100%;justify-content:space-between}.bundle-nutrition-wrapper .card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;position:relative;padding-bottom:10px;border-bottom:1px solid #f0f0f0;min-height:40px}.bundle-nutrition-wrapper .header-content{flex:1;display:flex;flex-direction:column;align-items:flex-start}.bundle-nutrition-wrapper .card-header h3{margin:0;font-size:1.2rem;font-weight:700;color:#333}.bundle-nutrition-wrapper .flip-button{background-color:#4caf50;color:#fff;border:none;border-radius:20px;padding:6px 12px;font-size:.8rem;cursor:pointer;transition:all .3s;display:flex;align-items:center;gap:6px;box-shadow:0 2px 4px #4caf504d;height:32px;white-space:nowrap;justify-content:center;margin-left:10px;min-width:120px}.bundle-nutrition-wrapper .flip-button:hover{background-color:#388e3c;box-shadow:0 3px 6px #4caf5066}.bundle-nutrition-wrapper .button-text{margin-right:5px}.bundle-nutrition-wrapper .button-icon{font-size:1rem;display:inline-block}.bundle-nutrition-wrapper .day-navigation-inline{display:flex;align-items:center;justify-content:flex-start;width:100%}.bundle-nutrition-wrapper .day-nav-button{background:none;border:none;font-size:1.1rem;color:#555;cursor:pointer;padding:6px 10px;border-radius:50%;transition:background-color .2s;display:flex;align-items:center;justify-content:center}.bundle-nutrition-wrapper .day-nav-button:hover{background-color:#0000000d}.bundle-nutrition-wrapper .current-day{margin:0 10px;white-space:nowrap}.bundle-nutrition-wrapper .nutrition-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:15px}.bundle-nutrition-wrapper .nutrition-item{display:flex;flex-direction:column;align-items:center;padding:12px 8px;background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #00000008;position:relative;overflow:hidden;border:1px solid #f5f5f5;text-align:center}.bundle-nutrition-wrapper .nutrition-icon{margin-bottom:6px;display:flex;justify-content:center;align-items:center;height:24px;width:24px}.bundle-nutrition-wrapper .emoji-icon{font-size:1.2rem;line-height:1;display:block}.bundle-nutrition-wrapper .nutrition-value-container{font-weight:700;font-size:1rem;margin-bottom:2px;line-height:1.2}.bundle-nutrition-wrapper .nutrition-value{font-weight:700;color:#333}.bundle-nutrition-wrapper .unit{font-size:.8rem;color:#666;margin-right:2px}.bundle-nutrition-wrapper .nutrition-label{display:block;font-size:.75rem;color:#666;font-weight:500}.bundle-nutrition-wrapper .daily-average-inline{display:flex;align-items:center;font-size:.8rem;color:#666;margin-top:5px}.bundle-nutrition-wrapper .average-label{margin-right:5px}.bundle-nutrition-wrapper .average-value{font-weight:600;color:#333}.bundle-nutrition-wrapper .daily-average{display:flex;justify-content:space-between;align-items:center;padding:10px;background-color:#f9f9f9;border-radius:8px;width:50%;margin:auto auto 15px;font-size:.8rem;color:#666}@media (max-width: 900px){.bundle-nutrition-wrapper .nutrition-grid{grid-template-columns:repeat(4,1fr);gap:10px}.bundle-nutrition-wrapper .nutrition-item{padding:10px 8px}.bundle-nutrition-wrapper .nutrition-card{min-height:160px}.bundle-nutrition-wrapper .emoji-icon{font-size:1.1rem}.bundle-nutrition-wrapper .flip-button{white-space:nowrap;min-width:140px}.bundle-nutrition-wrapper .daily-average{width:70%}}@media (max-width: 600px){.bundle-nutrition-wrapper .card-header{padding-bottom:8px;margin-bottom:12px}.bundle-nutrition-wrapper .card-header h3{font-size:1rem}.bundle-nutrition-wrapper .nutrition-front,.bundle-nutrition-wrapper .nutrition-back{padding:12px}.bundle-nutrition-wrapper .nutrition-value-container{font-size:.9rem}.bundle-nutrition-wrapper .nutrition-label{font-size:.7rem}.bundle-nutrition-wrapper .flip-button{padding:5px 10px;font-size:.75rem;white-space:nowrap;min-width:100px}.bundle-nutrition-wrapper .button-text{white-space:nowrap}.bundle-nutrition-wrapper .emoji-icon{font-size:20px}.bundle-nutrition-wrapper .daily-average{width:100%}}@media (max-width: 480px){.bundle-nutrition-wrapper .nutrition-grid{gap:8px}.bundle-nutrition-wrapper .nutrition-item{padding:10px 6px}.bundle-nutrition-wrapper .nutrition-value-container{font-size:.85rem}.bundle-nutrition-wrapper .nutrition-label{font-size:.65rem}.bundle-nutrition-wrapper .card-header h3{font-size:.9rem}.bundle-nutrition-wrapper .flip-button{padding:4px 8px;font-size:.7rem;min-width:110px}}@media (prefers-color-scheme: dark){.bundle-nutrition-wrapper .nutrition-front,.bundle-nutrition-wrapper .nutrition-back{background:#fff}.bundle-nutrition-wrapper .card-header h3{color:#333}.bundle-nutrition-wrapper .nutrition-item{background-color:#fff;box-shadow:0 4px 8px #00000008;border:1px solid #f5f5f5}.bundle-nutrition-wrapper .nutrition-value{color:#333}.bundle-nutrition-wrapper .nutrition-label{color:#666}.bundle-nutrition-wrapper .daily-average{background-color:#f9f9f9}.bundle-nutrition-wrapper .average-label,.bundle-nutrition-wrapper .average-value{color:#333}.bundle-nutrition-wrapper .day-dot{background-color:#e0e0e0}.bundle-nutrition-wrapper .day-dot.active{background-color:#4caf50}.bundle-nutrition-wrapper .card-header{border-bottom:1px solid #f0f0f0}}.cart-notice .bundle-nutrition-wrapper{margin:0;padding:0}.cart-page-nutrition{margin:20px 0;padding:0}.cart-notice .bundle-nutrition-wrapper .nutrition-card{margin-bottom:0;min-height:200px}#AjaxCartForm .cart-notice{margin:15px 0;padding:0 10px 0 0}#AjaxCartForm .bundle-nutrition-wrapper .nutrition-card{min-height:200px}@media (max-width: 600px){.cart-page-nutrition{margin:15px 0}#AjaxCartForm .bundle-nutrition-wrapper .nutrition-card{min-height:160px}}
/*# sourceMappingURL=/cdn/shop/t/48/assets/bundle-nutrition-card.css.map */
