.whats-in-box{margin:0 auto;background:#fff}.whats-in-box__header{text-align:center;margin-bottom:3rem}.whats-in-box__title{margin:0;text-transform:uppercase}.whats-in-box__content{width:100%}.whats-in-box__items{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;align-items:stretch;max-width:100%;justify-items:center}.whats-in-box__item{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;padding:2rem 1.5rem;background:#f8f9fa;border-radius:16px;border:2px solid #e9ecef;transition:all .3s ease;min-height:280px;width:100%;max-width:240px;box-shadow:0 2px 8px #0000000d}.whats-in-box__item:hover{box-shadow:0 8px 24px #0000001f;transform:translateY(-4px);border-color:#dee2e6;background:#fff}.whats-in-box__item-image{position:relative;margin-bottom:1.5rem;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:12px;padding:1rem;box-shadow:0 2px 8px #0000000f}.whats-in-box__image{width:100%;height:100%;object-fit:contain;border-radius:8px}.whats-in-box__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#f8f9fa;border-radius:8px;color:#adb5bd}.whats-in-box__item-content{flex:1;width:100%}.whats-in-box__item-name{margin:0 0 .5rem;line-height:1.3;text-align:center;min-height:2.6rem;display:flex;align-items:center;justify-content:center}.whats-in-box__item-description{margin:0;line-height:1.5;text-align:center;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;flex-grow:1}.whats-in-box__info-btn{position:absolute;top:1rem;right:1rem;width:32px;height:32px;border:none;background:#90d91e;color:#1a1b18;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:2;font-size:16px;font-weight:800;font-style:italic;box-shadow:0 3px 8px #90d91e66}.whats-in-box__info-btn:hover{background:#7bc41c;transform:scale(1.15);box-shadow:0 5px 15px #90d91e99}.whats-in-box__info-btn:focus{outline:1px solid #3b82f6;outline-offset:1px}.whats-in-box__empty{text-align:center;padding:4rem 2rem;color:#6c757d;background:#f8f9fa;border-radius:16px;border:2px dashed #dee2e6;font-size:1.1rem;font-weight:500}.whats-in-box__drawer-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#1a1b1899;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:9998;opacity:0;visibility:hidden;transition:all .3s ease}.whats-in-box__drawer-overlay.active{opacity:1;visibility:visible}.whats-in-box__drawer{position:fixed;top:0;right:0;width:100%;max-width:520px;height:100vh;background:#fff;z-index:9999;transform:translate(100%);transition:transform .4s ease;box-shadow:-6px 0 25px #1a1b1833;display:flex;flex-direction:column}.whats-in-box__drawer.active{transform:translate(0)}.whats-in-box__drawer-header{display:flex;align-items:center;justify-content:space-between;padding:2rem 3rem;background:linear-gradient(135deg,#f6f9fb,#fff);flex-shrink:0}.whats-in-box__drawer-title{margin:0}.whats-in-box__drawer-close{width:48px;height:48px;border:2px solid #90d91e;background:#fff;border-radius:12px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#1a1b18;transition:all .3s ease;box-shadow:0 3px 6px #90d91e33}.whats-in-box__drawer-close:hover{background:#90d91e;color:#fff;transform:scale(1.1) rotate(90deg);box-shadow:0 5px 12px #90d91e66}.whats-in-box__drawer-content{padding:2rem 3rem;overflow-y:auto;flex:1;-webkit-overflow-scrolling:touch;background:linear-gradient(180deg,#fff,#f6f9fb)}.whats-in-box__modal-image{margin-bottom:1rem;text-align:center}.whats-in-box__modal-image img{max-width:100%;height:auto;border-radius:8px}.whats-in-box__modal-details{color:#374151;line-height:1.6}.whats-in-box__modal-details p{margin:0 0 1rem}.whats-in-box__modal-details p:last-child{margin-bottom:0}.whats-in-box__drawer-hero{padding:0 0 2rem;border-bottom:2px solid #90d91e;margin-bottom:2rem;background:linear-gradient(135deg,#f6f9fb,#fff);border-radius:12px;padding:1.5rem}.whats-in-box__drawer-image-section{text-align:center;margin-bottom:1.5rem;background:#fff;padding:1.5rem;border-radius:16px;box-shadow:0 4px 12px #90d91e1a;border:2px solid #f0f8e8}.whats-in-box__drawer-main-image{max-width:100%;height:auto;max-height:180px;object-fit:contain;border-radius:8px}.whats-in-box__drawer-short-desc{color:#1e3e48;line-height:1.6;font-size:1.05rem;margin-top:1rem;font-weight:500;text-align:center}.whats-in-box__modal-desc{margin:0}.whats-in-box__drawer-sections{padding:0}.whats-in-box__drawer-section{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #f3f4f6}.whats-in-box__drawer-section:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.whats-in-box__drawer-section-heading{margin:0 0 1.5rem;font-size:1.15rem;font-weight:800;color:#1a1b18;background:linear-gradient(135deg,#90d91e,#a8e063);padding:.75rem 1.25rem;border-radius:8px;display:inline-block;box-shadow:0 3px 8px #90d91e4d;letter-spacing:.02em}.whats-in-box__drawer-section-content{color:#1e3e48;line-height:1.7;margin-bottom:1.5rem;font-size:1rem;font-weight:450}.whats-in-box__drawer-section-content p{margin:0 0 1rem}.whats-in-box__drawer-section-content p:last-child{margin-bottom:0}.whats-in-box__drawer-section-images{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;margin:1rem 0}.whats-in-box__drawer-section-image{width:100%;height:auto;border-radius:8px;box-shadow:0 2px 8px #0000001a}.whats-in-box__drawer-features{margin-top:1rem}.whats-in-box__drawer-feature{display:flex;align-items:flex-start;margin-bottom:1rem;padding:1.25rem;background:linear-gradient(135deg,#f6f9fb,#fff);border-radius:12px;border-left:5px solid #90d91e;box-shadow:0 2px 8px #90d91e26;transition:all .3s ease}.whats-in-box__drawer-feature:last-child{margin-bottom:0}.whats-in-box__drawer-feature:hover{transform:translate(5px);box-shadow:0 4px 15px #90d91e40;border-left-width:6px}.whats-in-box__drawer-feature-icon{color:#90d91e;font-weight:900;margin-right:1rem;flex-shrink:0;font-size:1.3rem;background:#1a1b18;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center}.whats-in-box__drawer-feature-text{color:#1a1b18;line-height:1.6;flex:1;font-size:1rem;font-weight:500}@media screen and (max-width: 749px){.whats-in-box__items{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1.5rem}.whats-in-box__item{padding:1.5rem 1rem;min-height:240px;max-width:180px}.whats-in-box__item-image{width:90px;height:90px;margin-bottom:1rem;padding:.75rem}.whats-in-box__item-name{font-size:1rem;min-height:2.4rem;font-weight:700}.whats-in-box__item-description{font-size:.85rem;font-weight:500}.whats-in-box__info-btn{width:28px;height:28px;top:.75rem;right:.75rem;font-size:14px;font-weight:800}.whats-in-box__header{margin-bottom:2rem}.whats-in-box__drawer{max-width:100%;border-left:none;border-top:4px solid #90d91e}.whats-in-box__drawer-header,.whats-in-box__drawer-content{padding:1.5rem 1rem}.whats-in-box__drawer-title{font-size:1.25rem;font-weight:800}.whats-in-box__drawer-close{width:42px;height:42px}.whats-in-box__drawer-hero{padding:1rem}.whats-in-box__drawer-section-heading{font-size:1.1rem;padding:.6rem 1rem}.whats-in-box__drawer-section-content{font-size:.95rem}.whats-in-box__drawer-feature{padding:1rem}.whats-in-box__drawer-section-images{grid-template-columns:1fr}.whats-in-box__drawer-main-image{max-height:150px}}@media screen and (max-width: 480px){.whats-in-box__items{grid-template-columns:repeat(2,1fr);gap:1rem}.whats-in-box__item{padding:1.25rem .75rem;min-height:220px;max-width:150px}.whats-in-box__item-image{width:80px;height:80px;padding:.5rem}.whats-in-box__item-name{font-size:.95rem;min-height:2.2rem;font-weight:700}.whats-in-box__item-description{font-size:.8rem;font-weight:500}.whats-in-box__drawer-title{font-size:1.15rem}.whats-in-box__drawer-section-heading{font-size:1rem}.whats-in-box__drawer-section-content{font-size:.9rem}.whats-in-box__header{margin-bottom:1.5rem}}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}
/*# sourceMappingURL=/cdn/shop/t/20/assets/whats-in-box.css.map */
