.main-container{margin:4vw}.side-by-side-container{display:flex;gap:20px;height:auto;align-items:stretch}.container{min-width:5em;width:60vw;height:50vh;display:flex;justify-content:center;align-items:center;padding:1.5em;background-color:#44624a;border-radius:10px}.banner-container{width:80vw;height:auto;overflow:hidden;margin-left:calc(-50vw + 50%)}.full-width-banner{width:100%;height:auto;display:block}.hero-banner{flex:1;height:auto;padding:30px;background-color:#e5e6e1;border-radius:8px;display:flex;flex-direction:column;justify-content:center}.hero-banner h2{font-size:45px}.promo-section{flex:1}.product-section{margin-top:3rem}.product-scroll-container{width:100%;overflow-x:auto;padding-bottom:1rem}.product-scroll{display:flex;gap:1rem;width:max-content;padding:.5rem 0}.product-scroll-container::-webkit-scrollbar{height:8px}.product-scroll-container::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.product-scroll-container::-webkit-scrollbar-thumb{background:#888;border-radius:10px}.product-scroll-container::-webkit-scrollbar-thumb:hover{background:#555}.view-all-link{font-weight:700;color:#44624a;cursor:pointer}.view-all-link:hover{opacity:.75}@media (max-width: 768px){.side-by-side-container{flex-direction:column}.full-width-banner{height:200px;object-fit:cover}}.promo-card{display:flex;justify-content:space-between;align-items:center;background-color:#44624a;color:#fff;border-radius:10px;padding:1rem 1rem 1rem 2rem;height:12vh;width:30vw;margin:0 0 1em;overflow:hidden}.promo-card-link{text-decoration:none;color:inherit}.promo-card:hover{background-color:#3a533f;cursor:pointer}.card-title{font-weight:400;width:15vw;display:flex;margin:0 0 .5rem}.card-button{background:none;border:none;font-weight:700;font-size:1rem;color:#fff;cursor:pointer;padding:0}.card-image{width:50vw;height:auto;object-fit:cover;border-radius:8px}.btn{display:inline-flex;align-items:center;justify-content:center;font-family:inherit;font-weight:900;border-radius:6px;padding:15px 50px;cursor:pointer;transition:all .2s ease;border:none;position:relative;white-space:nowrap;-webkit-user-select:none;user-select:none;color:var(--card-foreground);font-size:15px;text-transform:uppercase}.btn:hover{color:#fff;background-color:var(--card-foreground)}.btn.green{background-color:#44624a;color:#fff}.btn.white{background-color:#fff;color:#44624a;border:1px solid #ccc}.btn.green:hover{background-color:#2f4433}.btn.white:hover{background-color:#f0f0f0}.main-nav{background-color:#44624a;color:#fff;padding:0 1em}.top-nav{display:flex;align-items:center;justify-content:space-between;padding:.5rem 3rem}.logo img{height:48px}.nav-links a{color:#fff;text-decoration:none}.nav-links{display:flex;justify-content:flex-start;flex-direction:row;gap:3em}.cart-box{background-color:#ffc94b;border-radius:10px;padding:.5rem 1rem;color:#2f4a3a;display:flex;width:7vw;height:5vh;gap:10px;align-items:center;font-size:1em;cursor:pointer}.cart-box img{width:2.5vw;height:auto}.category-menu{display:flex;justify-content:space-around;align-items:center;padding:.3rem 1rem;background-color:#44624a;border-top:1px solid #e1e1e1}.category-menu a,.dropdown-toggle{color:#fff;text-decoration:none;background:none;border:none;cursor:pointer;font-size:1rem;padding:.5rem}.dropdown{position:relative}.dropdown-menu{position:absolute;border:1px solid #ffc94b;top:100%;left:0;background-color:#44624a;min-width:160px;display:none;flex-direction:column;border-radius:5px;z-index:1000}.category-link{text-decoration:none;color:#333;font-weight:500;position:relative;padding:.5rem 0;transition:all .3s ease}.category-link span{display:inline-block;transition:all .3s ease}.category-link:hover span{color:#ffc94b}.dropdown-menu a{color:#fff;padding:.5rem 1rem;text-decoration:none}.cart-sidebar{position:fixed;top:0;right:0;width:350px;height:100vh;background-color:#fff;box-shadow:-4px 0 12px #0003;z-index:1001;padding:1.5rem;overflow-y:auto;transform:translate(100%);opacity:0;visibility:hidden;pointer-events:none;transition:transform .3s ease,opacity .3s ease,visibility .3s}.cart-sidebar h1{color:var(--card-foreground)}.cart-sidebar.open{transform:translate(0);opacity:1;visibility:visible;pointer-events:auto}.cart-sidebar .close-btn{background:none;border:none;font-size:2rem;position:absolute;top:1rem;right:1rem;cursor:pointer}.overlay{position:fixed;top:0;left:0;height:100vh;width:100vw;background-color:#0006;z-index:1000;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .3s ease,visibility .3s}.overlay.show{opacity:1;visibility:visible;pointer-events:auto}.cart-notification{position:fixed;top:20px;left:50%;transform:translate(-50%);background-color:#fcc758;color:#44624a;font-weight:700;text-transform:uppercase;padding:.75rem 1.5rem;border-radius:5px;font-size:1rem;z-index:1002;transition:opacity .3s ease-in-out}.cart-notification p{margin:0}.cart-notification.fade-out{opacity:0}.cart-items-list{list-style:none;padding:0;margin:0}.cart-item{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;border-bottom:1px solid #ddd;padding-bottom:.75rem}.cart-item-image{width:60px;height:60px;object-fit:cover;border-radius:8px}.cart-item-details{display:flex;flex-direction:column}.cart-item-name{font-weight:600;margin-bottom:.3rem;color:var(--card-foreground)}.cart-item-price{color:#666}.delete-item-btn{background:transparent;border:none;font-size:1.25rem;color:#a00;cursor:pointer;margin-left:auto;padding:0 .5rem}.delete-item-btn:hover{color:red}.quantity-controls{display:flex;align-items:center;gap:.5rem;margin-top:.25rem}.quantity-controls button{background-color:#eee;border:none;padding:.25rem .5rem;cursor:pointer;font-size:1rem;border-radius:4px}.quantity-controls span{min-width:1.5rem;text-align:center;font-weight:500;color:var(--card-foreground)}@media (max-width: 480px){.promo-banner{font-size:.85rem;padding:.4rem;background-color:#ddd}}.product-card{width:210px;padding:1rem;color:#fff;text-align:center;background-color:#44624a;border-radius:12px}.product-image{width:100%;max-height:180px;margin-bottom:1rem;object-fit:cover;border-radius:16px}.add-to-cart-button{display:inline-flex;gap:.5rem;align-items:center;padding:.5rem 1rem;margin-bottom:.75rem;color:#44624a;font-weight:700;background-color:#d9d9d9;border:none;border-radius:8px;cursor:pointer}.add-to-cart-button:hover{background-color:#f0f0f0}.plus-icon{font-size:1.25rem;line-height:1}.product-name-link{display:inline-block;margin-top:.5rem;text-decoration:none;transition:color .2s ease}.product-name{font-size:1rem;font-weight:500;color:#fff;text-align:center}.product-name-link:hover .product-name{color:#fcc758;cursor:pointer}.product-link-wrapper{text-decoration:none;color:inherit;display:block}.product-card:hover{cursor:pointer;background-color:#3b523d}.convenience-banner{display:flex;align-items:center;justify-content:center;padding:5px;margin:20px auto;font-family:Arial,sans-serif;background-color:#d9d9d9;max-height:fit-content}.stripes{display:flex;flex-direction:column;height:100%;width:100%}.stripe{height:20px;width:100%;margin:3px 0}.one{background-color:#527246}.two{background-color:#5a6556}.three{background-color:#67a051}.banner-text{font-size:2.5rem;font-weight:700;color:var(--card-foreground);text-align:center;text-transform:uppercase;letter-spacing:2px;width:1180px;padding:4px 10px;font-family:shantell-sans;border-color:#21532b;border:5px;border-style:solid}.textarea-container{margin-bottom:1.5rem;width:100%}.textarea-label{display:block;font-weight:700;font-size:1rem;margin-bottom:1rem}.textarea-input{width:100%;padding:.75rem;background-color:#ddd;border:2px solid #44624a;color:#44624a;border-radius:6px;font-size:1rem;resize:vertical;min-height:100px;transition:border-color .2s ease}.textarea-input:focus{outline:none;border-color:var(--card-foreground)}.error-message{display:block;color:#d40000;font-size:.8rem;margin-top:.25rem}.character-count{text-align:right;font-size:.8rem;color:#666;margin-top:.25rem}.textarea-container.error .textarea-input{border-color:#d40000}.textarea-container.error .textarea-label{color:#d40000}.toggle-select-container{margin-bottom:1.5rem}.toggle-select-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.toggle-select-label{font-weight:700;font-size:1rem}.required-asterisk{color:#d40000;margin-left:.25rem}.error-message{color:#d40000;font-size:.8rem}.toggle-button-group{display:flex;gap:1.5rem;flex-wrap:wrap}.radio-input{accent-color:var(--card-foreground)}.button-toggle-group{display:flex;gap:.5rem;flex-wrap:wrap}.button-toggle{padding:.75rem 1.5rem;border:2px solid #ddd;background-color:#f8f8f8;color:#333;border-radius:6px;cursor:pointer;font-size:1rem;transition:all .2s ease;outline:none}.button-toggle:hover{background-color:#eee;border-color:#ccc}.button-toggle.active{background-color:var(--card-foreground);color:#fff}.button-toggle.active:hover{background-color:var(--card-foreground)}.survey-page-container{display:flex;height:100vh;width:100vw;justify-content:center;align-items:center;gap:100px}.survey-header{font-size:1.9rem}.survey-left{height:620px;max-width:400px}.survey-button{margin-top:1rem}.survey-confirmation-container{display:flex;height:100vh;width:100vw;justify-content:center;align-items:center;gap:100px}.survey-confirmation-image{height:400px;width:400px}.survey-confirmation-left h2{font-size:2rem}.survey-confirmation-left p{font-size:1rem}.confirmation-code{font-size:1.5rem;font-weight:700;margin-bottom:20px}.checkout-form-container{display:flex;flex-direction:column;width:100vw;align-items:center;justify-content:center;padding-bottom:30px}.checkout-content-container{display:flex;gap:200px}.form-row{display:flex;gap:10px}.checkout-order-details{width:400px;gap:2rem;position:relative}.checkout-form-left{flex:2}.checkout-order-details-container{flex:1;position:relative}.discount-input{background-color:transparent;padding:.75rem;border:1px solid var(--card-foreground);border-radius:4px;font-size:1rem;width:95%;margin-top:20px;transition:border-color .2s ease}.discount-container{display:flex;align-items:center;justify-content:center;gap:20px}.discount-button{margin-top:10px;padding:.75rem}.checkout-order-details{position:sticky;top:20px;background:#d9d9d9;padding:2rem 3rem;border-radius:8px;height:fit-content;max-height:calc(100vh - 100px);overflow-y:auto;overflow-x:hidden;border:1px solid #44624a}.checkout-cost-breakdown{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #44624a}.checkout-cost-row{display:flex;justify-content:space-between;margin-bottom:.75rem;font-size:.95rem}.checkout-cost-row.total{font-weight:600;font-size:1.1rem;margin-top:1rem;padding-top:1rem;border-top:1px solid #ddd}.form-select-group{display:flex;flex-direction:column;flex:1;margin-bottom:1rem}.form-select-group label{font-size:.875rem;color:#333;margin-bottom:.5rem;font-weight:500}.form-select{padding:.75rem;color:#717171;border:1px solid var(--card-foreground);border-radius:4px;font-size:1rem;background-color:transparent;appearance:none;background-repeat:no-repeat;background-position:right .75rem center;background-size:1em}.form-select:focus{outline:none;border-color:var(--card-foreground)}.form-select:disabled{background-color:#f5f5f5;cursor:not-allowed}.form-row{display:flex;gap:1rem;width:100%}.timeline-container{display:flex;justify-content:space-between;position:relative;margin:3rem 0;padding:0 2rem}.timeline-progress-bg{position:absolute;top:20px;left:0;height:6px;background-color:#e0e0e0;width:100%;z-index:0;border-radius:3px}.timeline-progress-fill{position:absolute;top:20px;left:0;height:6px;background-color:#4caf50;transition:width .3s ease;z-index:0;border-radius:3px}.timeline-step{display:flex;flex-direction:column;align-items:center;position:relative;margin-right:10px;z-index:1;flex:1}.timeline-indicator{width:40px;height:40px;border-radius:50%;background-color:#e0e0e0;color:#fff;display:flex;align-items:center;justify-content:center;margin-bottom:12px;font-size:18px;font-weight:700;box-shadow:0 2px 4px #0000001a;transition:all .3s ease}.timeline-indicator.completed{background-color:#4caf50}.timeline-indicator.active{background-color:#2196f3;transform:scale(1.05)}.timeline-label{font-size:16px;color:#757575;text-align:center;font-weight:500;min-width:80px;padding:0 8px}.timeline-label.active{color:#2196f3;font-weight:600;font-size:17px}.text-input-container{display:flex;flex-direction:column;margin-bottom:1rem;width:100%}.text-input-label{font-size:1rem;margin-bottom:.5rem;font-weight:500}.text-input-field{color:#44624a;background-color:transparent;padding:.75rem;border:1px solid var(--card-foreground);border-radius:4px;font-size:1rem;width:auto;transition:border-color .2s ease}.text-input-field:focus{outline:none;border-color:var(--card-foreground)}.text-input-container.error .text-input-field{border-color:#e74c3c}.required-asterisk{color:#e74c3c;margin-left:.25rem}.error-message{color:#e74c3c;font-size:.75rem;margin-top:.25rem}.character-count{font-size:.75rem;color:#777;text-align:right;margin-top:.25rem}.text-input-field:disabled{cursor:not-allowed}.text-input-field:active,.text-input-field:focus{border-width:3px}.product-info{display:flex;gap:.5rem;align-items:center}.product-quantity{font-size:.8rem;margin-right:20px;color:#666}.product-list{display:flex;flex-direction:column;gap:.75rem;width:auto}.product-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;margin-right:20px;border-bottom:1px solid #eee}.list-product-name{font-size:.95rem;color:var(--card-foreground)}.product-price{font-size:.95rem;font-weight:500}.product-item:last-child{border-bottom:none}.product-image{height:100px;width:100px}.product-list-container.scrollable .product-items{max-height:300px;overflow-y:auto;padding-right:8px}.product-list-container.scrollable .product-items::-webkit-scrollbar{width:6px}.product-list-container.scrollable .product-items::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.product-list-container.scrollable .product-items::-webkit-scrollbar-thumb{background:#888;border-radius:3px}.product-list-container.scrollable .product-items::-webkit-scrollbar-thumb:hover{background:#555}.checkout-confirmation-container{display:flex;flex-direction:column;height:100vh;width:100vw;align-items:center}.checkout-confirmation-image{height:400px;width:400px}.checkout-confirmation-left h2{font-size:2rem}.checkout-confirmation-left p{font-size:1rem;margin-bottom:100px}.checkout-confirmation-left{max-width:500px}.checkout-confirmation-content{display:flex;margin-top:100px;gap:100px}.browse-page-container{display:flex;max-width:1600px;margin:0 auto;padding:20px;gap:30px}.browse-page-filters{flex:0 0 250px}.browse-page-products{flex:1}.browse-page-products-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.products-title{margin:0;font-size:1.8rem}.filter-results{margin:5px 0 0;color:#666}.sort-by-container{display:flex;align-items:center;gap:10px}.dropdown-select-sort select{padding:8px 12px;color:#44624a;background-color:transparent;border:1px solid var(--card-foreground);border-radius:4px}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.no-results{grid-column:1 / -1;text-align:center;padding:40px}.clear-filters-btn{margin-top:15px;padding:8px 15px;background-color:transparent;border:1px solid var(--card-foreground);border-radius:4px;cursor:pointer}.clear-filters-btn:hover{background-color:var(--card-foreground)}.search-bar-container{display:flex;margin-bottom:15px;height:40px;gap:10px}.search-input{width:100%;padding:10px 35px 10px 15px;border:1px solid #ddd;border-radius:4px;background-color:transparent;border-color:var(--card-foreground);font-size:14px}.clear-search-btn{background-color:var(--card-foreground);color:#fff;border-radius:10px;padding:15px}.clear-search-btn:hover{color:var(--card-foreground);background-color:transparent}.accordion-filter{margin-bottom:15px;border-radius:5px;overflow:hidden}.accordion-header{width:100%;padding:10px 15px;background-color:transparent;border:none;text-align:left;display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-size:20px;font-weight:600;color:var(--card-foreground)}.accordion-content{padding:15px}.checkbox-filter{display:flex;margin-bottom:5px}.checkbox-filter:hover{font-weight:700}.checkbox-filter label{display:flex;align-items:center;cursor:pointer}.checkbox-filter input{margin-right:10px;border-color:var(--card-foreground)}.filter-count{margin-left:5px;color:#777;font-size:.9em}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;padding:0;margin:0;color-scheme:light dark;background-color:#e5e6e1;color:var(--card-foreground);--card-foreground: #44624a;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@font-face{font-family:shantell-sans;src:url(/fonts/ShantellSans-Bold.ttf) format("truetype");font-weight:400;font-style:normal}label{color:var(--card-foreground)}body{margin:0}p{font-size:20px;line-height:1.4em}h1{font-size:30px;font-weight:400}h2{font-size:20px;text-transform:uppercase}.product-detail{background-color:#44624a;color:#fff;gap:2rem;box-sizing:border-box;height:85vh;display:flex;flex-direction:column}.details-container{width:70vw;gap:10rem;margin-top:5em;margin-left:auto;margin-right:auto}.detail-info{max-width:30em}.detail-wrapper{display:flex;background:#527659;height:60vh;padding:2rem 7rem;border-radius:8px;gap:5em}.in-stock{display:flex;align-items:center;gap:.5rem;font-weight:700}.in-stock-circle{width:1rem;height:1rem;background-color:#4caf50;border-radius:50%;display:inline-block}
