.product-box-container{margin:0 auto;max-width:1200px;padding:2rem 0}.product-box-grid{display:grid;gap:4rem;grid-template-columns:1fr 1fr}.product-image-wrapper .product-image-placeholder{align-items:center;border-radius:8px;color:var(--text-soft-400);display:flex;height:500px;justify-content:center;overflow:hidden;width:100%}.product-image-wrapper .product-image-placeholder img{height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;width:100%}.product-details-wrapper{display:flex;flex-direction:column}.product-title{font-size:2rem;font-weight:700;margin:0}.product-description{color:var(--text-sub-500);font-size:1rem;margin-top:1rem}.product-price{align-items:center;display:flex;font-size:1.5rem;font-weight:700;gap:.75rem;margin-top:1rem}.product-price .current-price{color:var(--text-main-900);font-size:1.5rem;font-weight:700}.product-price .original-price{color:var(--text-sub-500);font-size:16px;font-weight:400;text-decoration:line-through}.product-price .discount-percentage{color:#9a4726;font-size:16px;font-weight:700}.product-serves-info{margin-top:.75rem}.serves-badge{align-items:center;color:var(--text-soft-400);display:inline-flex;font-size:16px;font-weight:500;margin-top:1rem}.serves-badge i{color:var(--secondary);font-size:24px;margin-right:16px}.product-size-selection{margin-top:2rem}.product-size-selection p{font-weight:700;margin:0 0 .5rem}.size-options{display:flex;gap:.5rem}.size-btn{align-items:center;background-color:var(--bg-white-0);border:1px solid var(--stroke-sub-300);border-radius:8px;cursor:pointer;display:flex;flex-direction:column;font-size:1rem;gap:.25rem;justify-content:center;min-width:120px;padding:.8rem 1.5rem}.size-btn-name{color:#000!important;font-weight:600}.size-btn.active .size-btn-name{color:#fff!important}.size-btn.active{background-color:var(--secondary);border-color:var(--secondary);color:var(--text-white-0)}.size-btn:hover{border:1px solid var(--secondary);color:var(--text-main-900)}.harvest-section{border:1px solid var(--stroke-soft-200);border-radius:8px;margin-top:2rem;overflow:hidden}.harvest-header{align-items:center;background-color:var(--secondary);cursor:pointer;display:flex;justify-content:space-between;padding:1rem 1.5rem;-webkit-user-select:none;-moz-user-select:none;user-select:none}.harvest-header:after{color:var(--text-white-0);content:"\002B";font-size:1.5rem;font-weight:700;margin-left:5px}.harvest-header.active:after{content:"\2212"}.harvest-header-content{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start}.harvest-title{color:var(--text-white-0);font-size:12px;margin:0;padding-bottom:0}.harvest-date-range{background-color:var(--primary-lighter);border-bottom:1px solid var(--stroke-soft-200);padding:.75rem 1.5rem}.date-range-text{color:var(--text-white-0);font-size:15px;font-weight:500;margin:0;text-align:center}.harvest-content{background-color:var(--bg-white-0);max-height:0;overflow:hidden;padding:0 1.5rem;transition:max-height .2s ease-out}.harvest-content.active{max-height:100%;padding:1.5rem}.harvest-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(4,1fr);text-align:center}.harvest-item img{aspect-ratio:1/1;height:60px;margin:0 auto;-o-object-fit:scale-down;object-fit:scale-down;width:60px}.harvest-item .item-name{align-items:center;display:flex;flex-direction:column;font-size:12px;gap:2px;line-height:1.4}.harvest-item .item-name,.harvest-item .item-name-text{color:var(--text-sub-500);font-weight:500}.harvest-item .item-quantity{color:var(--primary-base);font-size:10px;font-weight:700;margin:0}.harvest-skeleton{align-items:center;display:flex;flex-direction:column;gap:.5rem;text-align:center}.skeleton-image{border-radius:8px;height:60px;width:60px}.skeleton-image,.skeleton-text{animation:shimmer 1.5s infinite;background:linear-gradient(90deg,var(--bg-soft-200) 25%,var(--bg-weak-100) 50%,var(--bg-soft-200) 75%);background-size:200% 100%}.skeleton-text{border-radius:4px;height:12px;width:80%}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.fbm-cta-button{background-color:var(--primary-base);border:none;border-radius:8px;color:var(--text-main-900);cursor:pointer;font-size:1.2rem;font-weight:700;margin-top:2rem;padding:1rem 2rem;text-align:center}.fbm-cta-button:hover{opacity:.8}.fbm-cta-button.loading{cursor:not-allowed;opacity:.7}.fbm-cta-button .btn-loading{align-items:center;display:flex;gap:.5rem}.loading-spinner{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fbm-notification{align-items:center;animation:slideInRight .3s ease-out;border-radius:8px;box-shadow:var(--shadow-lg);color:var(--text-white-0);display:flex;font-weight:500;gap:1rem;max-width:400px;padding:1rem 1.5rem;position:fixed;right:20px;top:20px;z-index:9999}.fbm-notification-success{background-color:var(--state-success)}.fbm-notification-error{background-color:var(--state-error)}.fbm-notification-info{background-color:var(--state-information)}.notification-close{background:none;border:none;color:var(--text-white-0);cursor:pointer;font-size:1.5rem;margin-left:auto;opacity:.8;padding:0}.notification-close:hover{opacity:1}@keyframes slideInRight{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}.fbm-benefits-section{background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;margin-top:1.5rem;padding:1rem}.fbm-benefit-item{align-items:center;color:var(--text-main-900);display:flex;font-size:14px;margin-bottom:.5rem}.fbm-benefit-item:last-child{margin-bottom:0}.fbm-benefit-icon{flex-shrink:0;font-size:16px;margin-right:12px}.fbm-benefit-text{font-weight:500;line-height:1.4}.faq-section{margin-top:4rem}.faq-title{color:var(--text-main-900);font-size:2.5rem;font-weight:700;margin-bottom:3rem;text-align:center}.faq-container{margin:0 auto}.faq-item{background-color:#f2efe8;border-radius:8px;margin-bottom:1rem;overflow:hidden;transition:all .3s ease}.faq-question{align-items:center;cursor:pointer;display:flex;justify-content:space-between;padding:20px}.faq-question h3{color:#000;flex:1;font-size:16px;font-weight:600;margin:0;padding-bottom:0!important;padding-right:1rem}.faq-icon{align-items:center;background-color:var(--secondary);border-radius:50%;color:var(--text-white-0);display:flex;flex-shrink:0;font-size:14px;font-weight:700;height:16px;justify-content:center;padding-bottom:3px;width:16px}.faq-answer,.faq-icon{transition:all .3s ease}.faq-answer{max-height:0;overflow:hidden;padding:0 1.5rem}.faq-item-open .faq-answer{max-height:500px;padding:0 1.5rem 1.5rem}.faq-answer p{color:var(--text-sub-500);font-size:14px;padding-bottom:0 m!important}@media (max-width:1140px){.harvest-grid{grid-template-columns:repeat(3,1fr)}.product-box-container{max-width:90%!important}}@media (max-width:768px){.product-box-container{max-width:90%!important}.fbm-cta-button{margin-top:1rem!important}.product-box-grid{gap:2rem;grid-template-columns:1fr}.product-image-wrapper .product-image-placeholder{height:300px}.harvest-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:440px){.product-box-container{max-width:95%!important;padding:1rem 0}.product-box-grid{gap:1.5rem}.product-title{font-size:1.5rem}.product-price,.product-price .current-price{font-size:1.25rem}.product-image-wrapper .product-image-placeholder{height:250px}.size-btn{font-size:.9rem;min-width:100px;padding:.6rem 1rem}.harvest-grid{gap:1rem;grid-template-columns:repeat(2,1fr)}.harvest-item img{height:50px;width:50px}.harvest-item .item-name{font-size:11px}.harvest-header{padding:.75rem 1rem}.harvest-title{font-size:11px}.date-range-text{font-size:13px}.harvest-content.active{padding:1rem}.fbm-cta-button{font-size:1rem;padding:.8rem 1.5rem}.fbm-benefits-section{padding:.75rem}.fbm-benefit-item{font-size:13px}.fbm-benefit-icon{font-size:14px;margin-right:8px}.faq-title{font-size:2rem;margin-bottom:2rem}.faq-question{padding:15px}.faq-question h3{font-size:14px}.faq-answer p{font-size:13px}}.ugc-video-section{margin:3rem auto 2rem}.ugc-title{color:var(--secondary);font-size:1.5rem;font-weight:800;letter-spacing:.5px;margin:0 0 1rem;text-align:center;text-transform:uppercase}.ugc-scroller{display:flex;gap:16px;overflow-x:auto;padding:8px 2px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.ugc-scroller::-webkit-scrollbar{display:none}.ugc-card{background:#f2efe8;border:1px solid var(--stroke-soft-200);border-radius:20px;flex:0 0 320px;padding:10px;scroll-snap-align:start}.ugc-video{aspect-ratio:9/16;border-radius:16px;display:block;height:auto;-o-object-fit:cover;object-fit:cover;width:100%}@media (min-width:1024px){.ugc-card{flex-basis:360px}.ugc-title{font-size:1.75rem}}