@import"https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&family=Montserrat:wght@100..900&display=swap";:root{--font-body: "Montserrat", sans-serif;--font-title: "Dancing Script", cursive;--font-base: 16px;--font-mobile: 12px;--color-text: hsl(0, 0%, 0%);--color-text-secondary: hsl(0, 0%, 40%);--color-title: hsl(0, 0%, 0%);--color-link: hsl(249, 100%, 48%);--color-button-border: hsl(0, 0%, 10%);--color-body: hsl(0, 0%, 100%);--color-border: #ccc;--color-border-dark: #333;--color-overlay: rgba(0, 0, 0, .3);--color-shadow: rgba(0, 0, 0, .1);--color-theme-primary: #4a7c59;--color-theme-secondary: #144723;--color-theme-focused: #0d5723;background-color:#fff}*{box-sizing:border-box;padding:0;margin:0}html{font-size:var(--font-base);height:100dvh;background-color:#fff}body{color:var(--color-text);font-family:var(--font-body);min-height:100dvh;background-color:#fff}#root{min-height:100dvh;display:grid;grid-template-rows:auto 1fr auto;grid-template-areas:"header" "main" "footer";background-color:#fff}.app-main{grid-area:main}.app-footer{grid-area:footer;bottom:0;z-index:998}ul{list-style:none}a{text-decoration:none;color:var(--color-link)}.simple-search{flex:1;border-radius:.5625rem;background-color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;min-width:0;position:relative;margin:0 1.25rem;overflow:visible}.simple-search__input-wrapper{position:relative;width:100%;display:flex;align-items:center}.simple-search__input{width:100%;box-sizing:border-box;background-color:transparent;border-radius:.5625rem;border:.25rem solid transparent;outline:none;font-size:1.5rem;font-family:inherit;font-weight:400;padding:.5625rem 2.5rem .5625rem 1.125rem;cursor:text}.simple-search__input--focused{border-color:var(--color-theme-focused)}.simple-search__input::placeholder{color:#999}.simple-search__clear{position:absolute;display:flex;right:0;margin-right:1rem;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;padding:0;border:none;cursor:pointer;font-size:2rem;color:#666;background-color:transparent}.simple-search__clear:hover{color:#333}.simple-search__dropdown{position:absolute;top:100%;left:0;width:100%;box-shadow:0 4px 8px #0000004d;background-color:#fff;border-radius:.5625rem;min-width:0;max-width:100%;overflow:hidden;box-sizing:border-box;z-index:100}.simple-search__suggestion{font-size:1.5rem;font-family:inherit;font-weight:400;padding:.5625rem 1.125rem;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0;background-color:transparent;border-radius:0}.simple-search__suggestion--highlighted{background-color:#bbb}.simple-search__suggestion--last{border-radius:0 0 .5625rem .5625rem}.simple-search__loading{font-size:1.5rem;font-family:inherit;font-weight:400;padding:.5625rem 1.125rem;color:#666;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.app-footer{padding:10px 0}.footer-content{display:flex;flex-direction:column;align-items:center;justify-content:space-around;flex-wrap:wrap;gap:12px}.footer-icon{height:32px;width:auto;display:block;transition:opacity .2s}.footer-copy{font-size:14px;color:#333}@media(max-width:48rem){.footer-content{gap:8px}.footer-icon{height:24px}.footer-copy{font-size:12px}}.product-card{height:15rem;display:block;position:relative;overflow:hidden;background-size:cover;background-repeat:no-repeat;background-position:center;scroll-snap-align:start;text-decoration:none;box-shadow:0 2px 4px #0000004d}.product-info{position:absolute;bottom:0;height:auto;width:100%;display:flex;flex-direction:column;align-items:center;overflow:hidden;transition:height .3s ease;background-color:#fff;padding:.5rem}.product-name{height:2.6rem;display:flex;align-items:center;justify-content:center;text-align:center;font-weight:700;font-size:1rem;color:var(--color-text);box-sizing:border-box;overflow:hidden;width:100%}.product-name span{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;line-height:1.3;width:100%}.prices{font-size:clamp(12px,2vw,16px);text-align:center;display:none;color:var(--color-text)}.prices p{margin:.25rem 0}.original-price{text-decoration:line-through;color:#999}.sale-price{color:#d32f2f;font-weight:700}@media(hover:hover){.product-card:hover{transform:translateY(-.125rem);box-shadow:0 4px 8px #00000080;transition:transform .3s ease,box-shadow .3s ease}.product-card:hover .product-info{height:auto}.product-card:hover .prices{display:block}}@media(hover:none){.product-name{font-size:.9rem}.prices{display:none!important}}@media(min-width:768px){.product-name{font-size:1.25rem}.product-card{height:18rem}}.product-tags{position:absolute;top:8px;left:8px;display:flex;flex-wrap:wrap;gap:4px;z-index:2;max-width:calc(100% - 16px)}.product-tag{display:inline-block;padding:.15rem .35rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.3px;border-radius:12px;box-shadow:0 1px 3px #00000026;white-space:nowrap}@media(min-width:768px){.product-tags{top:12px;left:12px;gap:6px;max-width:calc(100% - 24px)}.product-tag{padding:6px 12px;font-size:.95rem;letter-spacing:.5px;border-radius:20px;box-shadow:0 2px 4px #00000026}}.skeleton-card{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 2s infinite}.skeleton-card:hover{transform:none;box-shadow:0 2px 4px #0000004d}.skeleton-text{display:block;background:linear-gradient(90deg,#d0d0d0 25%,silver,#d0d0d0 75%);background-size:200% 100%;animation:shimmer 2s infinite;height:1rem;width:80%;border-radius:4px;margin:0 auto}.skeleton-prices .skeleton-text{height:.8rem;margin:.25rem auto}.skeleton-prices .skeleton-text:first-child{width:75%}.skeleton-prices .skeleton-text:last-child{width:60%}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.carousel-wrapper{position:relative;width:100%;padding:.5rem;height:100%;background-color:#287a209f}.carousel-container{display:flex;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;scroll-snap-type:x mandatory;gap:.5rem}.carousel-container::-webkit-scrollbar{display:none}.carousel-item{flex:0 0 calc((100% - 1rem) / 3);min-width:calc((100% - 1rem) / 3);max-width:280px;scroll-snap-align:start;box-sizing:border-box}.arrow-button{position:absolute;top:50%;transform:translateY(-50%);background:#fffffff2;border:1px solid #d5d5d5;border-radius:4px;width:36px;height:64px;display:none;justify-content:center;align-items:center;cursor:pointer;font-size:24px;-webkit-user-select:none;user-select:none;z-index:5;transition:background-color .15s ease,box-shadow .15s ease;box-shadow:0 2px 5px #0000001a;color:#333}.arrow-button:hover:not(:disabled){background:#fff;box-shadow:0 2px 8px #00000026}.arrow-button:disabled{opacity:.3;cursor:default}.arrow-button--left{left:0;border-top-left-radius:0;border-bottom-left-radius:0}.arrow-button--right{right:0;border-top-right-radius:0;border-bottom-right-radius:0}@media(min-width:600px){.carousel-wrapper{padding:.75rem 1rem}.carousel-container{gap:.75rem}.carousel-item{flex:0 0 calc((100% - 2.25rem)/4);min-width:calc((100% - 2.25rem)/4)}.arrow-button{display:flex}}@media(min-width:768px){.carousel-wrapper{padding:1rem 1.5rem}.carousel-container{gap:1rem}.carousel-item{flex:0 0 calc((100% - 4rem)/5);min-width:calc((100% - 4rem)/5)}.arrow-button{width:40px;height:72px}}@media(min-width:1024px){.carousel-item{flex:0 0 calc((100% - 5rem) / 6);min-width:calc((100% - 5rem) / 6)}}.products-container{background-color:#e3e6e6;min-height:200px}.products-inner{max-width:1800px;margin:0 auto;background-color:#fff}.category-filter-bar{padding:.75rem .5rem;position:sticky;top:0;background:linear-gradient(to bottom,#135223,#4a7c59)}.category-select-wrapper{position:relative;flex:1;max-width:300px}.category-select-wrapper select{width:100%;padding:10px 36px 10px 12px;font-size:16px;border-radius:8px;background-color:#f3f3f3;cursor:pointer;appearance:none;-webkit-appearance:none;outline:none;color:var(--color-text)}.category-select-wrapper:after{content:"";position:absolute;right:12px;top:50%;transform:translateY(-50%);width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:6px solid var(--color-border-dark);pointer-events:none}.category-filter-bar--loading{color:var(--color-text);padding:10px 15px;font-size:14px}.category-filter-bar--error{color:#ff6b6b;padding:10px 15px;font-size:14px;background-color:#ff6b6b1a;border-radius:8px}.category-container{background-color:#fff}.category-header{border-bottom:1px solid #e0e0e0;margin:0 .5rem;padding:.75rem 0}.category-title{font-size:18px;margin:0;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.5rem;color:var(--color-text);font-weight:700}.see-all-button{padding:6px 12px;background-color:transparent;color:var(--color-text);border:1px solid var(--color-theme-primary);border-radius:20px;cursor:pointer;font-size:13px;font-weight:500;transition:all .15s ease}.see-all-button:hover{background-color:var(--color-theme-primary);color:#fff}.no-products{padding:40px;text-align:center;color:#999;font-size:16px;font-style:italic}.products-grid{padding:.5rem;display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}@media(min-width:600px){.category-filter-bar{padding:.75rem 1.5rem}.category-filter-bar__label{display:block}.category-header{margin:0 1rem}.products-grid{padding:.75rem 1rem;grid-template-columns:repeat(4,1fr);gap:.75rem}}@media(min-width:768px){.category-header{margin:0 1.5rem;padding:1rem 0}.category-title{font-size:20px}.products-grid{padding:1rem 1.5rem;grid-template-columns:repeat(5,1fr);gap:1rem}}@media(min-width:1024px){.products-grid{grid-template-columns:repeat(6,1fr)}}.product-container{width:100%;max-width:1600px;margin:0 auto;padding:1.5rem 1.5rem 1rem;background-color:#fff;display:flex;gap:clamp(1rem,2vw,1.5rem);align-items:flex-start;box-sizing:border-box;overflow:visible}.product-page-info{flex:1 1 50%;min-width:0;display:flex;flex-direction:column;padding:0 clamp(1rem,3vw,2rem) 0 clamp(.5rem,1vw,1rem);word-wrap:break-word;overflow-wrap:break-word;overflow:visible}.info-top{flex:0 0 auto;overflow:visible}.info-spacer{flex:1 1 auto;min-height:.5rem}.info-bottom{flex:0 0 auto}.info-block{display:flex;flex-direction:column;justify-content:center;align-items:start;padding:.35rem 0;width:100%;min-width:0;overflow:visible}.product-title{margin:0;font-size:clamp(1.2rem,2vw,1.6rem);font-weight:600;overflow:hidden;text-overflow:ellipsis;width:100%}.product-title hr{border:none;height:1px;background-color:#ccc;margin:.15rem 0}.product-description{max-width:100%;overflow:hidden;text-align:start}.product-description p{margin:0;line-height:1.5;color:#666;font-size:clamp(.9rem,1.6vw,1rem)}.description-text{max-height:4.5rem;overflow:hidden;line-height:1.5;position:relative}.description-text.expanded{max-height:none}.toggle-description{background:none;border:none;color:#007bff;cursor:pointer;display:none;padding-top:.5rem;font-size:.9rem}.description-text[data-overflowing=true]+.toggle-description{display:inline-block}.description-text:not(.expanded):after{content:"";position:absolute;bottom:0;left:0;right:0;height:.2rem;background:linear-gradient(transparent,#fff);pointer-events:none}.description-text.expanded:after{display:none}.product-pricing{display:flex;flex-direction:column;font-size:clamp(.95rem,1.8vw,1.05rem);width:100%;gap:.75rem;overflow:visible}.pricing-section{display:flex;flex-direction:column;gap:.35rem;padding:.75rem .75rem .75rem 0;overflow:visible}.pricing-header{margin-bottom:.25rem;overflow:visible}.pricing-options{display:flex;flex-direction:column}.pricing-item{display:flex;justify-content:space-between;align-items:center;padding:.25rem 0}.pricing-item.pricing-note{opacity:.7;font-size:.9em}.protein-info{font-weight:600;font-size:.95rem;color:#333}.add-to-order-btn{background-color:#4a7c59;color:#fff;border:none;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;border-radius:6px;cursor:pointer;transition:background-color .2s ease,transform .1s ease;width:100%;max-width:280px;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none}.add-to-order-btn:hover{background-color:#3d6b4a}.add-to-order-btn:active{transform:scale(.98)}.pricing-label{font-weight:500;color:var(--color-text);text-align:start}.pricing-value{color:var(--color-text);text-align:end}.original-price{text-decoration:line-through;color:#888;font-weight:400;font-size:.85em;margin-right:6px}.sale-price{font-weight:700;color:#f53c3c;font-size:1.2em}.regular-price{font-weight:700;font-size:1.2em}.price-with-sale{display:inline-flex;align-items:baseline}.tooltip-wrapper{position:relative;display:inline-flex;align-items:center;cursor:help}.tooltip-trigger{background-color:#333;color:#fff;padding:4px 12px;border-radius:4px;font-size:1em;font-weight:600}.tooltip-content{position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);background:#333;color:#fff;padding:8px 12px;border-radius:6px;font-size:.8rem;font-weight:400;white-space:nowrap;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease;z-index:100;box-shadow:0 2px 8px #00000026}.tooltip-content:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:6px solid transparent;border-top-color:#333}.tooltip-wrapper:hover .tooltip-content{opacity:1;visibility:visible}.order-modal .tooltip-content{left:0;transform:translate(0);white-space:normal;width:max-content;max-width:200px}.order-modal .tooltip-content:after{left:20px;transform:translate(0)}@media(max-width:48rem){.tooltip-content{white-space:normal;width:max-content;max-width:180px;text-align:center;left:0;transform:translate(0)}.tooltip-content:after{left:20px;transform:translate(0)}}.image-gallery{flex:1 1 50%;display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-end;gap:.75rem;padding-right:clamp(1rem,3vw,2rem)}.main-image-container{display:flex;justify-content:center;align-items:center;order:2;width:600px;aspect-ratio:4 / 5;max-height:calc(100dvh - 180px);border-radius:4px;flex-shrink:0}.main-image-placeholder{width:100%;height:100%}.main-image{display:block;width:100%;height:100%;object-fit:contain;cursor:zoom-in}.main-image-container.contain-mode .main-image{object-fit:contain}.main-image-container.cover-mode .main-image{object-fit:cover}.thumbnails-container{display:flex;gap:8px;flex-direction:column;justify-content:flex-start;order:1;flex-shrink:0}.thumbnail{width:75px;height:75px;object-fit:cover;cursor:pointer;border:1px solid #ccc;border-radius:4px;transition:border-color .2s ease;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none}.thumbnail.active{border:2px solid var(--color-theme-primary)}@media(max-width:48rem){.product-container{flex-direction:column;gap:1rem;padding:1.25rem;align-items:flex-start}.product-page-info{width:100%;flex:none;max-width:none;padding:0 .25rem;order:1;overflow:visible}.pricing-section{padding-left:.5rem}.info-spacer{display:none}.image-gallery{flex:none;width:100%;order:2;flex-direction:column;align-items:center;justify-content:flex-start;margin-top:.5rem;padding-right:0}.main-image-container{order:1;width:100%;max-width:400px;aspect-ratio:4 / 5;max-height:none}.main-image{max-width:100%;max-height:100%}.thumbnails-container{order:2;flex-direction:row;flex-wrap:wrap;justify-content:center;margin-top:.75rem}.thumbnail{width:55px;height:55px}.product-title{font-size:1.3rem}.add-to-order-btn{max-width:100%}.description-text{max-height:3.75rem}}@media(min-width:48.0625rem)and (max-width:64rem){.product-container{max-width:100%;gap:1rem;padding:1.5rem 1rem 1rem}.main-image-container{width:380px;max-height:calc(100dvh - 160px)}.thumbnail{width:65px;height:65px}.description-text{max-height:6rem}}@media(min-width:64.0625rem){.product-container{padding:2rem 2rem 1rem}.main-image-container{width:480px;max-height:calc(100dvh - 160px)}.thumbnail{width:75px;height:75px}.description-text{max-height:7.5rem}}@media(min-width:85.375rem){.product-container{max-width:1800px;padding:2.5rem 3rem 1.5rem}.main-image-container{width:600px;max-height:calc(100dvh - 180px)}.thumbnail{width:90px;height:90px}}.lightbox-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000e6;display:flex;justify-content:center;align-items:center;z-index:2000;cursor:zoom-out}.lightbox-content{position:relative;max-width:95vw;max-height:95vh;cursor:default;display:flex;justify-content:center;align-items:center}.lightbox-image{max-width:100%;max-height:90vh;width:auto;height:auto;object-fit:contain;display:block}.lightbox-close{position:absolute;top:-40px;right:-40px;background:#ffffffe6;border:none;border-radius:50%;width:30px;height:30px;font-size:20px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#333;transition:background-color .2s ease;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none}.lightbox-close:hover{background:#fff}@media(max-width:48rem){.lightbox-close{top:10px;right:10px;background:#ffffffe6}}.order-modal-overlay{position:fixed;inset:0;background-color:var(--color-overlay);display:flex;justify-content:center;align-items:center;z-index:1000;padding:20px}.order-modal{background-color:var(--color-body);border-radius:16px;max-width:750px;width:100%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 20px 25px -5px var(--color-shadow),0 10px 10px -5px var(--color-shadow);animation:modal-slide-up .3s ease-out;padding:32px}.order-modal-close{position:absolute;top:16px;right:16px;background:none;border:none;font-size:32px;color:var(--color-text-secondary);cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:background-color .15s,color .15s;line-height:1;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none}.order-modal-close:hover{background-color:#f5f5f5;color:var(--color-text)}.order-modal-title{margin:0 0 8px;font-size:24px;font-weight:700;color:var(--color-title)}.order-modal-product-name{margin:0 0 24px;font-size:16px;color:var(--color-text-secondary)}.order-modal-options{display:flex;flex-direction:column;gap:.75rem}.order-options-header{display:grid;grid-template-columns:2fr 1fr 1fr;gap:.75rem;align-items:center;padding:0 0 .35rem;border-bottom:1px solid var(--color-border)}.order-header-product{font-size:.85rem;font-weight:600;color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.5px}.order-header-subtotal,.order-header-qty{font-size:.85rem;font-weight:600;color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.5px;text-align:right}.order-header-right{display:contents}.order-modal-section{display:flex;flex-direction:column;gap:.25rem}.order-modal-section-title{margin:0;font-size:1rem;font-weight:600;color:var(--color-text)}.tote-subtotal-desktop{display:inline}.order-option-row{display:grid;grid-template-columns:2fr 1fr 1fr;gap:.75rem;align-items:center;padding:.35rem 0}.order-option-row.tote-row{align-items:flex-end}.order-option-info{display:flex;flex-direction:column;gap:.15rem}.order-option-weight{font-weight:600;color:var(--color-text);font-size:.95rem}.order-option-price{font-size:.95rem;color:var(--color-text)}.order-option-right{display:contents}.order-option-subtotal{font-weight:700;color:var(--color-theme-primary);font-size:1rem;text-align:right;justify-self:end}.order-qty-selector{display:flex;align-items:center;gap:0;border:1px solid var(--color-border);border-radius:6px;overflow:hidden;background:var(--color-body);flex-shrink:0;height:32px;justify-self:end}.order-qty-btn{width:28px;height:32px;border:none;background:#f5f5f5;font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--color-text);transition:background-color .15s ease;touch-action:manipulation;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none}.order-qty-btn:hover:not(:disabled){background:#e8e8e8}.order-qty-btn:disabled{opacity:.4;cursor:not-allowed}.order-qty-input{width:40px;height:32px;border:none;border-left:1px solid var(--color-border);border-right:1px solid var(--color-border);text-align:center;font-size:.95rem;font-weight:600;color:var(--color-text);touch-action:manipulation;-webkit-tap-highlight-color:transparent}.order-qty-input::-webkit-outer-spin-button,.order-qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.order-qty-input:focus{outline:none;background:#fafafa}.order-qty-input::placeholder{color:#999;font-weight:400}.tote-weight-input-wrapper{display:flex;flex-direction:column;gap:0;position:relative;margin-top:.25rem;width:fit-content}.tote-weight-input-group{display:flex;border:1px solid var(--color-border);border-radius:6px;overflow:hidden;height:32px;width:fit-content}.tote-weight-input-group.tote-weight-invalid{border-color:#dc3545}.tote-weight-input{width:70px;height:32px;border:none;border-radius:0;padding:0 6px;margin:0;font-family:inherit;font-size:.95rem;font-weight:600;color:var(--color-text);min-width:0;-webkit-appearance:none;appearance:none;background:var(--color-body);box-sizing:border-box;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.tote-weight-input::-webkit-outer-spin-button,.tote-weight-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0;display:none}.tote-weight-input::placeholder{color:#999;font-weight:400}.tote-weight-input:focus{outline:none}.tote-weight-unit-select{border:none;border-left:1px solid var(--color-border);padding:0 6px;font-size:.9rem;font-weight:600;background:#f5f5f5;color:var(--color-text);cursor:pointer;flex-shrink:0;touch-action:manipulation;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none}.tote-weight-unit-select:focus{outline:none}.tote-weight-error{position:absolute;top:100%;left:0;font-size:.75rem;color:#dc3545;font-weight:500;margin-top:2px;white-space:nowrap}.tote-weight-invalid .tote-weight-input{color:#dc3545}.order-qty-selector.order-qty-disabled{opacity:.5;pointer-events:none}.order-qty-selector.order-qty-disabled .order-qty-input{background:#f5f5f5}.order-modal-total{display:flex;justify-content:space-between;align-items:center;padding:16px 0 8px;margin-top:8px;border-top:2px solid var(--color-border)}.order-modal-total-label{font-size:16px;font-weight:700;color:var(--color-text)}.order-modal-total-value{font-size:18px;font-weight:700;color:var(--color-theme-primary)}.order-modal-total-value.order-modal-total-zero{color:#999}.order-success{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1rem 0}.order-success-icon{width:60px;height:60px;border-radius:50%;background:var(--color-theme-primary);color:var(--color-body);font-size:2rem;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.order-success-title{margin:0 0 .5rem;font-size:1.35rem;font-weight:700;color:var(--color-text)}.order-success-product{margin:0 0 1rem;font-size:.95rem;color:var(--color-text-secondary)}.order-success-items{width:100%;max-width:60%;border:1px solid var(--color-border);border-radius:8px;padding:.5rem 1rem;margin-bottom:1.5rem}.order-success-item{display:flex;justify-content:space-between;align-items:center;padding:.35rem 0;font-size:.9rem}.order-success-item:not(:last-child){border-bottom:1px solid #ddd}.order-success-item-label{color:var(--color-text);font-weight:500}.order-success-item-details{display:flex;align-items:center;gap:.75rem}.order-success-item-qty{color:var(--color-text-secondary);font-weight:600}.order-success-item-subtotal{color:var(--color-theme-primary);font-weight:700;min-width:60px;text-align:right}.order-success-total{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0 .25rem;margin-top:.25rem;border-top:2px solid var(--color-border)}.order-success-total-label{font-size:1rem;font-weight:700;color:var(--color-text)}.order-success-total-value{font-size:1.15rem;font-weight:700;color:var(--color-theme-primary)}.order-success-actions{flex-wrap:wrap;justify-content:center}.order-modal-secondary-btn{flex:1;min-width:120px;padding:12px 24px;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .15s;text-decoration:none;display:inline-block;text-align:center;min-width:140px;background-color:#f3f4f6;color:var(--color-text);border:1px solid var(--color-border);-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none}.order-modal-secondary-btn:hover{background-color:#e5e7eb;border-color:var(--color-border-dark)}.order-modal-secondary-btn:visited{color:var(--color-text)}.order-success .order-modal-actions{width:100%;margin-top:0;padding-top:0;border-top:none}.order-success .order-modal-add-btn{flex:1;min-width:120px}.order-modal-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-top:0;padding-top:16px;border-top:none}.order-modal-total+.order-modal-actions{margin-top:0;border-top:none;padding-top:16px}.order-modal-cancel-btn{padding:12px 24px;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .15s;text-decoration:none;display:inline-block;text-align:center;min-width:140px;background-color:#f3f4f6;color:var(--color-text);border:1px solid var(--color-border);-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none}.order-modal-cancel-btn:hover{background-color:#e5e7eb;border-color:var(--color-border-dark)}.order-modal-add-btn{padding:12px 24px;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .15s;text-decoration:none;display:inline-block;text-align:center;min-width:140px;background-color:var(--color-theme-primary);color:var(--color-body);-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none}.order-modal-add-btn:hover:not(:disabled){background-color:var(--color-theme-secondary)}.order-modal-add-btn:disabled{opacity:.5;cursor:not-allowed}.order-modal-add-btn:active:not(:disabled){transform:scale(.98)}.order-modal-no-options{text-align:center;color:var(--color-text-secondary);padding:2rem 0;font-size:1rem}@media(max-width:600px){.order-modal{max-width:100%;padding:24px}.order-modal input[type=number],.order-modal select{font-size:16px!important}.order-modal-close{width:28px;height:28px;font-size:18px;top:10px;right:10px}.order-modal-title{font-size:20px;padding-right:2rem}.order-modal-product-name{font-size:.95rem;margin-bottom:1rem}.order-modal-options{gap:.75rem}.order-modal-section{gap:.25rem}.order-modal-section-title{font-size:1rem}.order-options-header{grid-template-columns:1.5fr 1fr 1.3fr;gap:.5rem}.order-header-product,.order-header-subtotal,.order-header-qty{font-size:.75rem}.order-option-row{grid-template-columns:1.5fr 1fr 1.3fr;gap:.5rem;padding:.4rem 0}.order-option-row.tote-row{grid-template-columns:1.5fr 1fr 1.3fr;align-items:center}.order-option-weight{font-size:.95rem}.order-option-price{font-size:.75rem}.order-option-subtotal{font-size:1.2rem}.order-qty-selector{height:auto}.order-qty-btn{width:24px;height:28px;font-size:1.3rem}.order-qty-input{width:36px;height:28px;font-size:15px;padding:0 4px}.tote-weight-input-group{height:32px}.tote-weight-input{width:68px;height:28px;font-size:15px;padding:0 4px}.tote-weight-input-wrapper{position:relative;margin-top:0}.tote-weight-unit-select{background-color:#fff;border-radius:0%}.tote-weight-error{font-size:.7rem;white-space:nowrap}.order-modal-total{padding:.75rem 0;margin-top:.75rem}.order-modal-total-label{font-size:1rem}.order-modal-total-value{font-size:1.2rem}.order-success-icon{width:50px;height:50px;font-size:1.5rem}.order-success-title{font-size:1.2rem}.order-success-product{font-size:.95rem;margin-bottom:.75rem}.order-success-items{padding:.5rem .75rem;margin-bottom:1rem}.order-success-item{font-size:.9rem;padding:.3rem 0}.order-success-item-details{gap:.5rem}.order-success-item-subtotal{min-width:50px}.order-success-total{padding:.4rem 0 .2rem}.order-success-total-label{font-size:.95rem}.order-success-total-value{font-size:1.05rem}.order-success-actions{flex-direction:column}.order-modal-secondary-btn{width:100%;padding:.7rem .75rem;font-size:.95rem}.order-success .order-modal-add-btn{width:100%}.order-modal-actions{gap:.5rem;margin-top:1rem;padding-top:1rem;flex-direction:column}.order-modal-cancel-btn,.order-modal-add-btn{width:100%;padding:.7rem .75rem;font-size:.95rem;border-radius:6px;min-width:0}}@media(min-width:48.0625rem)and (max-width:64rem){.order-modal{max-width:550px;padding:1.5rem 1.75rem}}@media(min-width:64.0625rem){.order-modal{max-width:700px;padding:1.75rem 2.25rem 2rem}.order-modal-title{font-size:1.5rem}.order-modal-product-name{font-size:1rem;margin-bottom:1.5rem}.order-option-row{padding:.4rem 0}.order-option-weight,.order-option-price{font-size:1rem}}@media(min-width:85.375rem){.order-modal{max-width:800px;padding:2rem 2.5rem}}.cart-success-overlay{position:fixed;inset:0;background-color:var(--color-overlay);display:flex;justify-content:center;align-items:center;z-index:1000;padding:20px}.cart-success-modal{background-color:var(--color-body);border-radius:16px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 20px 25px -5px var(--color-shadow),0 10px 10px -5px var(--color-shadow);animation:modal-slide-up .3s ease-out}@keyframes modal-slide-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.cart-success-close{position:absolute;top:16px;right:16px;background:none;border:none;font-size:32px;color:var(--color-text-secondary);cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:background-color .15s,color .15s;line-height:1}.cart-success-close:hover{background-color:#f5f5f5;color:var(--color-text)}.cart-success-content{padding:32px;text-align:center}.cart-success-icon{width:64px;height:64px;background-color:#d1fae5;color:var(--color-theme-primary);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:32px;margin:0 auto 20px;font-weight:700}.cart-success-title{font-size:24px;font-weight:700;color:var(--color-title);margin:0 0 8px}.cart-success-product{font-size:16px;color:var(--color-text-secondary);margin:0 0 24px}.cart-success-items{background-color:#f9fafb;border-radius:12px;padding:20px;margin-bottom:24px;text-align:left}.cart-success-item{display:flex;justify-content:space-between;align-items:center;padding:8px 0}.cart-success-item:not(:last-child){border-bottom:1px solid #e5e7eb}.cart-success-item-label{font-size:15px;color:var(--color-text-secondary)}.cart-success-item-details{display:flex;align-items:center;gap:12px}.cart-success-item-qty{font-size:15px;color:var(--color-text-secondary);font-weight:600}.cart-success-item-subtotal{font-size:16px;color:var(--color-theme-primary);font-weight:600;min-width:70px;text-align:right}.cart-success-total{display:flex;justify-content:space-between;align-items:center;padding:16px 0 8px;margin-top:8px;border-top:2px solid var(--color-border)}.cart-success-total-label{font-size:16px;font-weight:700;color:var(--color-text)}.cart-success-total-value{font-size:18px;font-weight:700;color:var(--color-theme-primary)}.cart-success-actions{display:flex;gap:12px;justify-content:center;flex-wrap:nowrap}.cart-success-btn{padding:12px 24px;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .15s;text-decoration:none;display:inline-block;text-align:center;min-width:120px;white-space:nowrap}.cart-success-btn--primary{background-color:var(--color-theme-primary);color:var(--color-body)}.cart-success-btn--primary:hover{background-color:var(--color-theme-secondary)}.cart-success-btn--primary:visited{color:var(--color-body)}.cart-success-btn--secondary{background-color:#f3f4f6;color:var(--color-text);border:1px solid var(--color-border)}.cart-success-btn--secondary:hover{background-color:#e5e7eb;border-color:var(--color-border-dark)}.cart-success-btn--secondary:visited{color:var(--color-text)}@media(max-width:600px){.cart-success-modal{max-width:100%}.cart-success-content{padding:24px}.cart-success-icon{width:56px;height:56px;font-size:28px}.cart-success-title{font-size:20px}.cart-success-actions{flex-direction:column}.cart-success-btn{width:100%;min-width:0}}
