.page-width{padding:5px;max-width:135rem}.dynamic-box-container{padding:2rem 0}.dynamic-box-header{text-align:center;margin-bottom:2rem}.dynamic-box-header h1{color:#000;font-size:36px;font-weight:700;margin-bottom:1rem}.dynamic-box-header p{font-size:16px;color:#373f51}.dynamic-box-content{display:grid;grid-template-columns:1fr 300px;gap:2rem}.product-selection{width:100%}.purchase-type-selector{display:flex;gap:1rem;margin-bottom:2rem;justify-content:center}.purchase-type-button{padding:1rem;border:2px solid #e5e5e5;border-radius:8px;background:#fff;cursor:pointer;transition:all .3s ease;position:relative}.purchase-type-button.active{border-color:#fa8171;background:#fff;color:#fa8171}.purchase-type-button:not(.active){background:#fff;color:#000}.discount-badge{background:#fa8171;color:#fff;padding:.2rem .5rem;border-radius:4px;font-size:.8em;margin-left:.5rem}.size-range{margin-bottom:2rem;padding:1.5rem;background:transparent;border-radius:8px}.size-range-labels,.size-range-values{display:flex;justify-content:space-between}.size-range-values{position:relative;margin-bottom:-25px}.progress-bar-wrapper{width:calc(100% - 60px);height:2px;margin:1rem 30px;position:relative;background:#ffe5e5;border-radius:2px}.progress-bar-fill{position:absolute;left:0;top:0;height:100%;background:#fa8171;border-radius:2px;width:0;transition:width .3s ease}.size-range-values span{width:30px;height:30px;background:#fff;border:2px solid #e5e5e5;border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;z-index:2;font-weight:500}.size-range-values span.discount-marker{color:#000;background:#fff}.discount-label{text-align:center;color:#fa8171;font-size:10px;margin-top:.5rem;display:flex;justify-content:space-between}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.product-card{background:#fff;border-radius:12px;padding:1rem;transition:transform .3s ease;position:relative}.product-image{width:100%;aspect-ratio:1;border-radius:50%;overflow:hidden;margin-bottom:1rem}.product-image img{width:100%;height:100%;object-fit:cover}.product-info h3{margin:0 0 .5rem;font-size:16px;line-height:1.2}.product-badges{display:flex;gap:8px;flex-wrap:wrap;justify-content:center;margin-bottom:6px;position:absolute;top:8px;left:50%;transform:translate(-50%);z-index:2}.product-badge{display:inline-block;padding:4px 10px;border-radius:9999px;font-size:12px;line-height:1;border:1px solid #e5e5e5;color:#111;background:#f7f7f7}.product-badge--high-protein{background:#e8f7ef;border-color:#b6e7cd;color:#0a7a3d}.product-badge--nut-free{background:#fff4e6;border-color:#ffd4a3;color:#a85c00}.product-info{justify-content:center;display:flex;flex-direction:column;align-items:center;text-align:center}.product-price{margin-bottom:1rem}.original-price{text-decoration:line-through;color:#999;margin-right:.5rem;font-size:.9em}.final-price{color:#fa8171;font-weight:700}.quantity-selector{display:flex;align-items:center;gap:1rem;border:1px solid rgba(55,63,81,.2);border-radius:8px}.quantity-selector button{width:40px;height:40px;color:#000;cursor:pointer;display:flex;align-items:center;justify-content:center}.quantity-selector input{width:40px;text-align:center;border:none;font-size:16px;-moz-appearance:textfield;display:flex;align-items:center;justify-content:center;margin:0;padding:0;height:40px;border-right:1px solid rgba(55,63,81,.2);border-left:1px solid rgba(55,63,81,.2)}.quantity-selector input::-webkit-outer-spin-button,.quantity-selector input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cart-summary-container{position:sticky;top:2rem}.cart-summary{background:#fff;border-radius:12px;box-shadow:0 2px 4px #0000000d;border:1px solid rgb(250 128 113);margin-bottom:1.5rem}.selected-products{margin:1rem 0;max-height:400px;overflow-y:auto;padding:1.5rem}.selected-product{display:flex;flex-direction:column;align-items:center;padding:.75rem 0;position:relative}.selected-product:not(:last-child){border-bottom:1px solid #f0f0f0;margin-bottom:.75rem}.quantity-badge{width:20px;height:20px;background:#000;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8em;font-weight:400;position:absolute;left:0}.selected-product-image{width:120px;height:120px;border-radius:50%;overflow:hidden}.selected-product-image img{width:100%;height:100%;object-fit:cover;object-position:center}.selected-product-info{display:flex;flex-direction:column;align-items:center}.selected-product-info .title{font-size:16px;color:#000;font-weight:400;margin:0}.selected-product-info .price{color:#fa8171;font-size:14px;font-weight:400}.remove-product{position:absolute;top:.75rem;right:0;background:none;border:none;padding:0;margin:0;color:#999;cursor:pointer;font-size:1rem;display:flex;align-items:center;justify-content:center;width:20px;height:20px}.remove-product:hover{color:#fa8171}.cart-summary-footer{margin-top:1rem;padding-top:1rem;border-top:1px solid #f0f0f0;padding:1.5rem}.cart-details{margin-bottom:1rem;padding:1.5rem}.cart-detail-row{display:flex;justify-content:space-between;margin-bottom:.5rem}.cart-detail-row.total{font-weight:700;font-size:1.1em;margin-top:1rem}.checkout-button{width:100%;padding:1.5rem;background:#fa8171;color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:700;transition:background .3s ease}.checkout-button:disabled{background:#ccc;cursor:not-allowed}div:empty{display:block}.cart-summary-title{font-size:20px;color:#fff;font-weight:600}.shipping-info-icons{display:flex;flex-direction:column;gap:1rem;padding:0 1rem}.info-icon{display:flex;align-items:center;gap:1rem;color:#fa8071}.info-icon img{width:30px;height:30px}.info-icon span{font-size:12px;color:#fa8071}@media(max-width:1200px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.dynamic-box-content{grid-template-columns:1fr}.product-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.product-grid{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/28/assets/component-dynamic-box.css.map */
