.product-search-page .filter-row{display:flex;gap:32px}@media (max-width: 768px){.product-search-page .filter-row{flex-direction:column!important;gap:8px;margin-bottom:0}.product-search-page .filter-field{min-width:0!important;width:100%;flex:1 1 100%;margin-bottom:0}}html{overflow-y:scroll;font-family:Inter,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}#root{font:14px -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;margin:20px}@media (max-width: 768px){#root{margin:10px}}@media (max-width: 480px){#root{margin:5px}}#root .location-banner{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb;border-radius:4px;padding:12px 20px;margin-bottom:15px;display:flex;justify-content:space-between;align-items:center}#root .location-banner p{margin:0;font-weight:500}#root .location-banner .dismiss-button{background:transparent;border:none;color:#721c24;font-size:20px;line-height:1;cursor:pointer;padding:0 5px;font-weight:700}#root .location-banner .dismiss-button:hover{opacity:.8}#root .main-tabs button{cursor:pointer;outline:0;display:inline-block;margin-right:8px;font-weight:500;line-height:1.5;text-align:center;background-color:#fff;border:2px solid #e9ecef;padding:12px 20px;font-size:15px;border-radius:12px;transition:all .3s ease;color:#2c3e50;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;box-shadow:0 2px 8px #0000000a}#root .main-tabs button:hover{color:#0d6efd;background-color:#f8f9fa;border-color:#0d6efd;transform:translateY(-1px);box-shadow:0 4px 12px #00000014}#root .main-tabs button:last-child{margin-right:0}#root .main-tabs button.active-class{color:#fff;background:linear-gradient(135deg,#0d6efd,#0b5ed7);border-color:#0d6efd;box-shadow:0 4px 12px #0d6efd40;transform:translateY(-1px)}#root .main-tabs button.active-class:hover{color:#fff;background:linear-gradient(135deg,#0b5ed7,#0a58ca);border-color:#0a58ca;box-shadow:0 6px 16px #0d6efd4d}#root .auto-complete input{display:block;width:100%;max-width:100%;padding:14px 18px;border-radius:12px;font-size:16px;background:#f8f9fa;border:2px solid #e9ecef;height:auto;box-shadow:0 2px 12px #0000000a;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:500;color:#2c3e50;transition:all .3s ease;box-sizing:border-box}@media (max-width: 768px){#root .auto-complete input{padding:12px 16px;font-size:16px}}@media (max-width: 480px){#root .auto-complete input{padding:10px 14px;font-size:16px}}#root .auto-complete input:focus{border:2px solid #0d6efd;outline:none;box-shadow:0 0 0 3px #0d6efd1a;background:#fff;transform:translateY(-1px)}#root .auto-complete input:hover{border-color:#0d6efd;background:#fff}#root .auto-complete input::placeholder{color:#6c757d;font-weight:400}@media (max-width: 768px){#root .auto-complete input{padding:16px;font-size:16px}}#root #list-of-locations .store-row{border-bottom:1px solid #e8e8e8;cursor:pointer;position:relative;z-index:1;transition:all .2s ease;display:flex;flex-direction:column}#root #list-of-locations .store-row:last-child{border-bottom:none}#root #list-of-locations .store-row.has-stock:hover{background-color:#0d6efd0d;border-color:#d0d0d0}#root #list-of-locations .store-row .store-content{display:flex;width:100%;padding:15px 10px}#root #list-of-locations .store-row .store-content div.store-image{width:120px;display:flex;justify-content:center;align-items:center;flex-shrink:0}#root #list-of-locations .store-row .store-content div.store-image img{width:120px;height:auto;object-fit:contain;max-height:120px}@media (max-width: 768px){#root #list-of-locations .store-row .store-content div.store-image{width:80px}#root #list-of-locations .store-row .store-content div.store-image img{width:80px;max-height:80px}}#root #list-of-locations .store-row .store-content div.store-info{flex:1;padding:10px}#root #list-of-locations .store-row .store-content div.store-info span{display:block;color:gray;line-height:1.4}#root #list-of-locations .store-row .store-content div.store-info span.store-name{font-size:20px;color:#000;font-weight:600;margin-bottom:5px}@media (max-width: 768px){#root #list-of-locations .store-row .store-content div.store-info{padding:5px 10px}#root #list-of-locations .store-row .store-content div.store-info span.store-name{font-size:18px}#root #list-of-locations .store-row .store-content div.store-info span{font-size:14px}}#root #list-of-locations .store-row .store-content div.store-info .view-stock-button{margin-top:10px;padding:12px 20px;background:#007bff;color:#fff;border:none;border-radius:8px;cursor:pointer;width:fit-content;min-width:120px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:600;font-size:14px;transition:background-color .2s ease}#root #list-of-locations .store-row .store-content div.store-info .view-stock-button:hover{background:#0056b3}#root .store-notice a{color:#00f;text-decoration:underline}#root .tiny{font-size:8px;color:#aaa;font-style:italic}#root .store-products{margin-top:10px}#root .store-products h4{margin:5px 0;font-size:14px}#root .store-products ul{list-style:none;padding-left:15px;margin:5px 0}#root .store-products .sale-price{color:#e41e31}#root .store-products .low-stock{color:#f90}#root .store-row{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e8e8e8}#root .store-row .store-info-link{display:flex;text-decoration:none;color:inherit;flex:1}#root .store-row .view-stock-button{margin-right:20px;padding:12px 20px;background:#007bff;color:#fff;border:none;border-radius:8px;cursor:pointer;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:600;font-size:14px;transition:background-color .2s ease}#root .store-row .view-stock-button:hover{background:#0056b3}#root .modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;justify-content:center;align-items:flex-start;z-index:1000;pointer-events:auto;padding-top:18vh;padding-bottom:12vh;padding-left:20px;padding-right:20px;overflow-y:auto}@media (max-width: 768px){#root .modal-overlay{padding-top:15vh;padding-bottom:5vh}}@media (max-width: 480px){#root .modal-overlay{padding-top:16vh;padding-left:10px;padding-right:10px}}#root .modal-content{background:#fff;padding:20px;border-radius:8px;max-width:900px;width:95%;max-height:70vh;overflow-y:auto;-webkit-overflow-scrolling:touch;position:relative;z-index:1001;margin:0;box-shadow:0 4px 20px #00000026}@media (max-width: 768px){#root .modal-content{padding:15px;width:100%;max-height:75vh}}@media (max-width: 480px){#root .modal-content{padding:12px;border-radius:6px}}#root .modal-content .modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}#root .modal-content .modal-header h3{margin:0}#root .modal-content .modal-header .modal-actions{display:flex;gap:10px;align-items:center}#root .modal-content .modal-header .directions-button{padding:8px 16px;background-color:#0d6efd;color:#fff;border:none;border-radius:4px;text-decoration:none;font-size:14px}#root .modal-content .modal-header .directions-button:hover{background-color:#0b5ed7}#root .modal-content .modal-header .close-button{background:none;border:none;font-size:24px;cursor:pointer;padding:0 8px}#root .modal-content .store-address{color:#666;margin-bottom:20px;font-style:italic}#root .modal-content .product-list{list-style:none;padding:0}#root .modal-content .product-list li{margin-bottom:15px;padding:15px;border-bottom:1px solid #eee;transition:background-color .2s}#root .modal-content .product-list li:hover{background-color:#f8f9fa}#root .modal-content .product-list li:last-child{border-bottom:none}#root .modal-content .product-list li a{text-decoration:none;color:inherit;display:block}#root .modal-content .product-list li .product-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:8px}#root .modal-content .product-list li .product-header .product-name{font-weight:600;font-size:16px;color:#333;flex:1;margin-right:8px}#root .modal-content .product-list li .product-header .menu-badge{font-size:10px;font-weight:700;padding:2px 5px;border-radius:3px;margin-right:5px}#root .modal-content .product-list li .product-header .menu-badge.medical{background:#1b5e20;color:#fff}#root .modal-content .product-list li .product-header .menu-badge.recreational{background:#0d47a1;color:#fff}#root .modal-content .product-list li .product-header .price-info{font-size:18px;white-space:nowrap}#root .modal-content .product-list li .product-header .price-info .original-price{text-decoration:line-through;color:#999;margin-right:8px;font-size:16px}#root .modal-content .product-list li .product-header .price-info .sale-price{color:#e41e31;font-weight:600}#root .modal-content .product-list li .product-header .price-info .normal-price{font-weight:600;color:#333}#root .modal-content .product-list li .product-details{display:flex;justify-content:space-between;align-items:flex-start;margin-top:8px}#root .modal-content .product-list li .product-details .left-info{display:flex;flex-direction:column;gap:4px}#root .modal-content .product-list li .product-details .left-info .stock-count{font-size:13px}#root .modal-content .product-list li .product-details .left-info .stock-count span.out-of-stock{color:#dc3545}#root .modal-content .product-list li .product-details .left-info .stock-count span.low-stock{color:#f90;font-weight:600}#root .modal-content .product-list li .product-details .left-info .stock-count span.in-stock{color:#666}#root .modal-content .product-list li .product-details .right-info{display:flex;flex-direction:column;align-items:flex-end;gap:4px}#root .modal-content .product-list li .product-details .right-info .view-item-button{padding:8px 24px;background-color:#fff;color:#0d6efd;border:1px solid #0d6efd;border-radius:4px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}#root .modal-content .product-list li .product-details .right-info .view-item-button:hover:not(.disabled){background-color:#f8f9fa;color:#0b5ed7;border-color:#0b5ed7}#root .modal-content .product-list li .product-details .right-info .view-item-button:active:not(.disabled){background-color:#f1f3f5}#root .modal-content .product-list li .product-details .right-info .view-item-button.disabled{background-color:#fff;color:#dee2e6;border-color:#dee2e6;cursor:not-allowed}#root .modal-content .price-disclaimer{margin-top:20px;padding-top:16px;border-top:1px solid #eee;color:#666;font-size:12px;text-align:center;font-style:italic}#root .loading-more{text-align:center;padding:20px;color:#666;font-style:italic}.store-selector.store-only-view{max-width:800px;margin:0 auto;padding:0}.store-selector.store-only-view .auto-complete{margin-bottom:20px;width:100%;max-width:100%;box-sizing:border-box}@media (max-width: 768px){.store-selector.store-only-view .auto-complete{margin-bottom:16px}}@media (max-width: 480px){.store-selector.store-only-view .auto-complete{margin-bottom:12px}}.integrated-location-view .delivery-section{margin-bottom:40px;padding:0 0 20px}.integrated-location-view .delivery-section h3{color:#2980b9;font-size:18px;font-weight:600;margin-bottom:20px;padding:0;border:none;position:relative}.integrated-location-view .delivery-section h3:after{content:"";position:absolute;bottom:-8px;left:0;width:40px;height:3px;background-color:#3498db;border-radius:2px}.integrated-location-view .pickup-section{margin-top:20px}.integrated-location-view .pickup-section h3{color:#27ae60;font-size:18px;font-weight:600;margin-bottom:20px;padding:0;border:none;position:relative}.integrated-location-view .pickup-section h3:after{content:"";position:absolute;bottom:-8px;left:0;width:40px;height:3px;background-color:#2ecc71;border-radius:2px}#list-of-locations .store-row .type-badge{display:inline-flex;align-items:center;background-color:#f8f9fa;border-radius:4px;padding:2px 6px;margin-right:8px;font-size:12px}#list-of-locations .store-row .type-badge .type-icon{margin-right:4px}#list-of-locations .store-row .type-badge .type-text{font-weight:700}#list-of-locations .store-row.delivery .type-badge{background-color:#e1f0fa;color:#2980b9}#list-of-locations .store-row.pickup .type-badge{background-color:#e8f8f5;color:#27ae60}#list-of-locations .store-row .delivery-areas{font-style:italic}#list-of-locations .store-row .distance-info{color:#555}#list-of-locations .store-row .visit-website-button{margin-top:10px;padding:12px 20px;background:#fff;color:#0d6efd;border:1px solid rgba(13,110,253,.35);border-radius:8px;cursor:pointer;width:fit-content;min-width:120px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:600;font-size:14px;line-height:1;box-shadow:0 1px 2px #0000000f;transition:background-color .2s ease,border-color .2s ease,box-shadow .2s ease,transform .05s ease}#list-of-locations .store-row .visit-website-button:hover{background:#0d6efd0f;border-color:#0d6efd8c}#list-of-locations .store-row .visit-website-button:active{transform:translateY(1px);box-shadow:0 0 #0000}#list-of-locations .store-row .visit-website-button:focus-visible{outline:none;box-shadow:0 0 0 3px #0d6efd40,0 1px 2px #0000000f}.product-search-page{width:100%;max-width:1200px;margin:30px auto 0}@media (max-width: 768px){.product-search-page{margin-top:15px;padding:0 10px;width:calc(100% - 20px)}}@media (max-width: 480px){.product-search-page{padding:0 5px;width:calc(100% - 10px)}}.product-search-page .filter-container{margin:0 auto 24px;background:#fff;border-radius:12px;box-shadow:0 2px 16px #0000000f;padding:24px;max-width:600px;border:1px solid rgba(0,0,0,.04)}@media (max-width: 768px){.product-search-page .filter-container{padding:20px;margin-bottom:20px;max-width:100%;border-radius:10px}}@media (max-width: 480px){.product-search-page .filter-container{padding:16px;margin-bottom:16px}}.product-search-page .filter-container .location-info{margin-top:8px;font-size:13px;color:#0d6efd;font-style:italic;text-align:center}@media (max-width: 768px){.product-search-page .filter-container .location-info{font-size:12px;margin-top:6px}}.product-search-page .filter-form{width:100%;box-sizing:border-box}.product-search-page .filter-row{display:grid;grid-template-columns:2fr 1fr 1fr;gap:18px;box-sizing:border-box}@media (max-width: 968px){.product-search-page .filter-row{grid-template-columns:1fr 1fr;gap:16px}.product-search-page .filter-row .filters-field{grid-column:1/-1}}@media (max-width: 768px){.product-search-page .filter-row{grid-template-columns:1fr;gap:16px}}.product-search-page .filter-row .filter-field{flex:1;box-sizing:border-box}.product-search-page .filter-row .filter-field label{display:block;margin-bottom:8px;font-weight:600;font-size:14px;color:#2c3e50;text-align:center}@media (max-width: 768px){.product-search-page .filter-row .filter-field label{font-size:14px;margin-bottom:6px}}.product-search-page .filter-row .filter-field .input-with-button,.product-search-page .filter-row .filter-field .dropdown-with-button{display:flex;align-items:center;gap:10px;width:100%;box-sizing:border-box}@media (max-width: 768px){.product-search-page .filter-row .filter-field .input-with-button,.product-search-page .filter-row .filter-field .dropdown-with-button{flex-direction:column;gap:10px}}.product-search-page .filter-row .filter-field .input-with-button input,.product-search-page .filter-row .filter-field .input-with-button .product-dropdown-container,.product-search-page .filter-row .filter-field .dropdown-with-button input,.product-search-page .filter-row .filter-field .dropdown-with-button .product-dropdown-container{flex:1;padding:12px 16px;height:48px;min-height:48px;border:2px solid #e9ecef;border-radius:8px;font-size:15px;width:100%;max-width:100%;box-sizing:border-box;background:#f8f9fa;transition:border-color .3s ease,box-shadow .3s ease;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}@media (max-width: 768px){.product-search-page .filter-row .filter-field .input-with-button input,.product-search-page .filter-row .filter-field .input-with-button .product-dropdown-container,.product-search-page .filter-row .filter-field .dropdown-with-button input,.product-search-page .filter-row .filter-field .dropdown-with-button .product-dropdown-container{width:100%;padding:14px;font-size:16px}}.product-search-page .filter-row .filter-field .input-with-button input:focus,.product-search-page .filter-row .filter-field .dropdown-with-button input:focus{border-color:#0d6efd;outline:none;box-shadow:0 0 0 3px #0d6efd1a;background:#fff}.product-search-page .filter-row .filter-field .input-with-button input::placeholder,.product-search-page .filter-row .filter-field .dropdown-with-button input::placeholder{color:#6c757d;font-weight:400}.product-search-page .filter-row .filter-field .input-with-button .product-dropdown-container,.product-search-page .filter-row .filter-field .dropdown-with-button .product-dropdown-container{padding:0}.product-search-page .filter-row .filter-field .input-with-button .search-button,.product-search-page .filter-row .filter-field .dropdown-with-button .search-button{display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;width:160px;height:48px;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:background .3s ease;background:linear-gradient(135deg,#0d6efd,#0b5ed7);color:#fff;font-size:15px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;box-shadow:0 2px 8px #0d6efd40;overflow:hidden;position:relative}.product-search-page .filter-row .filter-field .input-with-button .search-button .button-text,.product-search-page .filter-row .filter-field .dropdown-with-button .search-button .button-text{display:inline-block;width:100%;text-align:center}@media (max-width: 768px){.product-search-page .filter-row .filter-field .input-with-button .search-button,.product-search-page .filter-row .filter-field .dropdown-with-button .search-button{width:100%;padding:14px;font-size:16px}}.product-search-page .filter-row .filter-field .input-with-button .search-button:hover,.product-search-page .filter-row .filter-field .dropdown-with-button .search-button:hover{background:linear-gradient(135deg,#0b5ed7,#0a58ca);box-shadow:0 4px 12px #0d6efd4d}.product-search-page .filter-row .filter-field .input-with-button .search-button:active,.product-search-page .filter-row .filter-field .dropdown-with-button .search-button:active{transform:translateY(0)}.product-search-page .filter-row .filter-field .input-with-button .search-button:disabled,.product-search-page .filter-row .filter-field .dropdown-with-button .search-button:disabled{background:linear-gradient(135deg,#0d6efd,#0b5ed7)!important;cursor:not-allowed;opacity:1!important;box-shadow:none}@media (max-width: 768px){.product-search-page .filter-row .filter-field.sort-field{margin-top:6px}}.product-search-page .filter-row .filter-field.sort-field select{padding:12px 16px;border:2px solid #e9ecef;border-radius:8px;font-size:15px;width:100%;background:#f8f9fa;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:#2c3e50;font-weight:500;cursor:pointer;transition:all .3s ease}@media (max-width: 768px){.product-search-page .filter-row .filter-field.sort-field select{padding:14px;font-size:16px;width:100%;-webkit-appearance:menulist}}.product-search-page .filter-row .filter-field.sort-field select:focus{border-color:#0d6efd;outline:none;box-shadow:0 0 0 3px #0d6efd1a;background:#fff;transform:translateY(-1px)}.product-search-page .filter-row .filter-field.sort-field select:hover{border-color:#0d6efd;background:#fff}.product-search-page .results-count{margin-bottom:16px;font-size:16px;font-weight:500;color:#333;background:#f8f9fa;padding:12px 16px;border-radius:4px;border-left:4px solid #0d6efd}.product-search-page .results-count .load-more-hint{color:#6c757d;font-weight:400;font-style:italic}@media (max-width: 768px){.product-search-page .results-count{font-size:14px;margin-bottom:12px;padding:10px 12px}}.product-search-page .product-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:12px;justify-items:center;padding-bottom:56px}.product-search-page .product-list .expanded-card-wrapper{margin-top:20px;margin-bottom:20px;box-shadow:0 8px 30px #0000001f;border-radius:16px;background:#fff;transition:all .3s ease}.product-search-page .product-list .expanded-card-wrapper+div{grid-column-start:1}@media (max-width: 768px){.product-search-page .product-list{grid-template-columns:1fr;gap:8px;justify-items:center;padding:0 10px 44px}.product-search-page .product-list .expanded-card-wrapper{margin-top:15px;margin-bottom:15px}}@media (max-width: 480px){.product-search-page .product-list{padding:0 5px;grid-template-columns:1fr}.product-search-page .product-list .expanded-card-wrapper{margin-top:10px;margin-bottom:10px}}.product-search-page .load-more-container{display:flex;justify-content:center;margin:16px 0 24px}.product-search-page .load-more-btn{background:#0d6efd;color:#fff;border:none;border-radius:12px;padding:12px 24px;font-size:15px;font-weight:700;cursor:pointer;box-shadow:0 4px 14px #0d6efd24;transition:transform .15s ease,box-shadow .15s ease}@media (max-width: 768px){.product-search-page .load-more-container{margin:12px 0 20px}.product-search-page .load-more-btn{padding:10px 20px;font-size:14px;border-radius:10px}}.product-search-page .card{width:320px;height:420px;border-radius:16px;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:20px 20px 60px #bebebe,-20px -20px 60px #fff;margin:0 auto;background:#fff;border:1px solid #e0e0e0;padding:24px 16px;position:relative}@media (max-width: 768px){.product-search-page .card{width:min(320px,100vw - 40px);margin:0 auto}}@media (max-width: 480px){.product-search-page .card{width:min(300px,100vw - 30px);padding:20px 12px}}.product-search-page .card.clean-design{width:300px;height:450px;border-radius:24px;box-shadow:0 8px 32px #0000001f;padding:24px;background:#fafafa;position:relative;margin:0 auto}@media (max-width: 768px){.product-search-page .card.clean-design{width:min(300px,100vw - 40px);margin:0 auto}}@media (max-width: 480px){.product-search-page .card.clean-design{width:min(280px,100vw - 30px);padding:20px;height:430px}}.product-search-page .card.clean-design .bg{display:flex;flex-direction:column;align-items:center;height:100%;width:100%}.product-search-page .card.clean-design .card-stock-indicator{position:absolute;bottom:0;left:50%;transform:translate(-50%);width:70%;height:28px;border-radius:20px 20px 0 0;z-index:2;display:flex;align-items:center;justify-content:center;box-shadow:0 -4px 12px #00000014,0 -2px 4px #0000000a;pointer-events:none;-webkit-user-select:none;user-select:none;font-size:11px;font-weight:700;color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.3);letter-spacing:.5px;text-transform:uppercase;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-bottom:none}.product-search-page .card.clean-design .card-stock-indicator[data-stock=in-stock]{background:linear-gradient(135deg,#667eea,#764ba2)}.product-search-page .card.clean-design .card-stock-indicator[data-stock=low-stock]{background:linear-gradient(90deg,#ffb347,#fc3)}.product-search-page .card.clean-design .card-stock-indicator[data-stock=out-of-stock]{background:linear-gradient(135deg,#4facfe,#00f2fe)}.product-search-page .card.clean-design .store-info-corner{position:absolute;top:16px;left:16px;display:flex;align-items:center;background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;padding:6px 10px;font-size:12px;color:#666;font-weight:500;box-shadow:0 2px 8px #0000001a;z-index:3;cursor:pointer;transition:transform .2s,box-shadow .2s,background-color .2s}.product-search-page .card.clean-design .store-info-corner:hover{transform:scale(1.05);box-shadow:0 4px 12px #00000026;background:#fffffff2;color:#0d6efd}.product-search-page .card.clean-design .store-image-corner{width:20px;height:20px;object-fit:contain;border-radius:4px;margin-right:6px}.product-search-page .card.clean-design .store-name-corner{font-size:11px;font-weight:600;color:#333}.product-search-page .card.clean-design .menu-type-indicator{position:absolute;top:16px;right:16px;z-index:3;padding:4px 8px;border-radius:6px;font-size:10px;font-weight:700;letter-spacing:.5px;box-shadow:0 2px 6px #00000026}.product-search-page .card.clean-design .menu-type-indicator.medical{background:#1b5e20;color:#fff}.product-search-page .card.clean-design .menu-type-indicator.recreational{background:#0d47a1;color:#fff}.product-search-page .card.clean-design .product-hero-image{width:140px;height:140px;margin-bottom:16px;display:flex;align-items:center;justify-content:center;margin-top:40px}.product-search-page .card.clean-design .product-hero-image .product-flavor-image{width:100%;height:100%}.product-search-page .card.clean-design .product-hero-image .product-flavor-image img{width:100%;height:100%;object-fit:contain;border-radius:12px}.product-search-page .card.clean-design .product-name{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important;font-size:28px!important;font-weight:700!important;color:#1a1a1a!important;text-align:center;margin:0 0 8px!important;line-height:1.1}.product-search-page .card.clean-design .product-subtitle{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:16px;color:#666;text-align:center;margin-bottom:12px;font-weight:500}.product-search-page .card.clean-design .product-price{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;text-align:center;margin-bottom:12px}.product-search-page .card.clean-design .product-price .sale-price{font-size:36px;font-weight:700;color:#dc3545;margin-right:8px}.product-search-page .card.clean-design .product-price .original-price{font-size:18px;color:#999;text-decoration:line-through;font-weight:400}.product-search-page .card.clean-design .product-price .regular-price{font-size:36px;font-weight:700;color:#1a1a1a}.product-search-page .card.clean-design .product-meta{display:flex;justify-content:center;align-items:center;width:100%;margin-bottom:12px;padding:0 8px}.product-search-page .card.clean-design .stock-distance-info{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;display:flex;align-items:center;font-size:16px;color:#333;font-weight:500}.product-search-page .card.clean-design .stock-info{display:flex;align-items:center}.product-search-page .card.clean-design .stock-info.low-stock-text{color:#ff8c00;font-weight:600}.product-search-page .card.clean-design .stock-info:before{content:"";width:20px;height:20px;margin-right:8px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23666' stroke='%23666' stroke-width='2' viewBox='0 0 512 512'%3E%3Cpath d='M462.807,128.836,260.141,43.5a10.673,10.673,0,0,0-8.281,0L49.193,128.836a10.67,10.67,0,0,0-6.526,9.831V373.333a10.674,10.674,0,0,0,6.526,9.833L251.859,468.5a10.7,10.7,0,0,0,8.281,0l202.667-85.333a10.674,10.674,0,0,0,6.526-9.833V138.667A10.67,10.67,0,0,0,462.807,128.836ZM256,212.427l-79.895-33.64,174.108-73.308a10.5,10.5,0,0,0,.935-.51l80.03,33.7Zm0-147.521,67.8,28.547L150.526,166.409a10.619,10.619,0,0,0-1.663.907L80.822,138.667ZM64,154.732l181.333,76.351V442.6L64,366.25ZM266.667,442.6V231.083L448,154.732V366.25Z'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;background-position:center}.product-search-page .card.clean-design .separator{margin:0 12px;color:#999;font-weight:400}.product-search-page .card.clean-design .distance-info{display:flex;align-items:center}.product-search-page .card.clean-design .distance-info:before{content:"";width:20px;height:20px;margin-right:8px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23666' viewBox='0 0 24 24'%3E%3Cpath d='M12 2C8.13 2 5 5.13 5 9C5 14.25 12 22 12 22S19 14.25 19 9C19 5.13 15.87 2 12 2ZM12 11.5C10.62 11.5 9.5 10.38 9.5 9S10.62 6.5 12 6.5S14.5 7.62 14.5 9S13.38 11.5 12 11.5Z'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;background-position:center}.product-search-page .card.clean-design .view-details-button{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:#007bff;color:#fff;padding:16px 24px;border-radius:12px;text-decoration:none;font-weight:600;font-size:16px;text-align:center;width:100%;max-width:240px;display:block;transition:background-color .2s ease;margin-top:4px}.product-search-page .card.clean-design .view-details-button:hover{background:#0056b3}.product-search-page .card.clean-design .view-details-button.disabled{background:#6c757d;cursor:not-allowed}.product-search-page .card:not(.clean-design) .card-stock-indicator{position:absolute;top:0;left:50%;transform:translate(-50%);width:60%;height:8px;border-radius:0 0 12px 12px/0 0 8px 8px;z-index:2;display:block;box-shadow:0 1px 4px #0000000a;pointer-events:none;-webkit-user-select:none;user-select:none}.product-search-page .card:not(.clean-design) .card-stock-indicator[data-stock=in-stock]{background:linear-gradient(90deg,#43e97b,#38f9d7)}.product-search-page .card:not(.clean-design) .card-stock-indicator[data-stock=low-stock]{background:linear-gradient(90deg,#ffb347,#fc3);color:#7a4a00}.product-search-page .card:not(.clean-design) .card-stock-indicator[data-stock=out-of-stock]{background:linear-gradient(90deg,#ff5858,#f857a6)}.product-search-page .loading-message,.product-search-page .no-results-message{text-align:center;padding:40px 0}@media (max-width: 768px){.product-search-page .loading-message,.product-search-page .no-results-message{padding:30px 0}}.product-search-page .loading-message h3,.product-search-page .no-results-message h3{margin-bottom:8px;color:#212529}.product-search-page .loading-message p,.product-search-page .no-results-message p{color:#6c757d}.product-search-page .product-flavor-image{margin:5px auto;text-align:center;width:120px;height:120px;display:flex;align-items:center;justify-content:center;background:#f8f9fa;border-radius:8px;box-shadow:0 1px 4px #0000000a;overflow:hidden}.product-search-page .product-flavor-image img{width:100%;height:100%;object-fit:cover;border-radius:8px;transition:transform .2s ease}.product-search-page .product-flavor-image img[data-aspect=tall],.product-search-page .product-flavor-image img[data-aspect=wide]{object-fit:contain;background:#f8f9fa}.product-search-page .product-flavor-image:hover img{transform:scale(1.05)}.card:not(.clean-design) .product-name{font-size:1.1rem;font-weight:700;margin-bottom:.3rem;text-align:center;color:#333}.modal-product-list{display:flex;flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:20px;margin:0 -10px 20px}.modal-content .product-name{font-size:1rem;margin-bottom:0;font-weight:600}.modal-product-flavor{width:60px;height:60px;margin-bottom:8px;display:flex;align-items:center;justify-content:center}.modal-product-flavor .product-flavor-image{width:100%;height:100%}.modal-product-flavor .product-flavor-image img{width:100%;height:100%;object-fit:contain;border-radius:8px}.modal-content .stock-count{margin-top:4px}.product-dropdown-container{position:relative;width:100%}.product-dropdown-wrapper{position:relative;display:flex;align-items:center;gap:8px}.product-dropdown-toggle{flex:1;display:flex;align-items:center;justify-content:space-between;padding:12px 16px;height:48px;min-height:48px;border:2px solid #e9ecef;border-radius:8px;font-size:15px;background:#f8f9fa;color:#2c3e50;font-weight:500;cursor:pointer;transition:all .3s ease;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;text-align:left}@media (max-width: 768px){.product-dropdown-toggle{padding:14px;font-size:16px;width:100%}}.product-dropdown-toggle:hover{border-color:#0d6efd;background:#fff}.product-dropdown-toggle:focus{border-color:#0d6efd;outline:none;box-shadow:0 0 0 3px #0d6efd1a;background:#fff}.product-dropdown-toggle.open{border-color:#0d6efd;background:#fff;box-shadow:0 0 0 3px #0d6efd1a}.product-dropdown-toggle:disabled{cursor:not-allowed;opacity:.6}.product-dropdown-toggle .dropdown-text{flex:1;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.product-dropdown-toggle .dropdown-arrow{margin-left:8px;transition:transform .3s ease}.product-dropdown-toggle .dropdown-arrow svg{display:block}.product-dropdown-toggle.open .dropdown-arrow{transform:rotate(180deg)}.clear-selection-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;border-radius:6px;background:#6c757d;color:#fff;font-size:18px;font-weight:700;cursor:pointer;transition:background .2s ease;margin-right:2px}.clear-selection-btn:hover{background:#5a6268}.product-dropdown-menu{position:absolute;top:100%;left:0;right:0;z-index:1000;margin-top:4px;background:#fff;border:2px solid #e9ecef;border-radius:8px;box-shadow:0 8px 24px #00000026;max-height:400px;overflow:hidden}@media (max-width: 768px){.product-dropdown-menu{max-height:300px}}.dropdown-header{padding:12px 16px;border-bottom:1px solid #e9ecef;background:#f8f9fa;display:flex;flex-direction:column;gap:10px}.search-container{position:relative;width:100%}.search-container .product-search-input{width:100%;padding:8px 36px 8px 12px;border:1px solid #ced4da;border-radius:6px;font-size:14px;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.search-container .product-search-input:focus{border-color:#0d6efd;box-shadow:0 0 0 3px #0d6efd1a}.search-container .clear-search-btn{position:absolute;right:8px;top:50%;transform:translateY(-50%);background:none;border:none;color:#6c757d;font-size:18px;font-weight:700;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;width:20px;height:20px}.search-container .clear-search-btn:hover{color:#495057}.show-all-btn{display:flex;align-items:center;justify-content:center;width:100%;padding:8px 12px;border:1px solid #0d6efd;border-radius:6px;background:#fff;color:#0d6efd;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}.show-all-btn:hover{background:#0d6efd;color:#fff}.dropdown-content{max-height:320px;overflow-y:auto}@media (max-width: 768px){.dropdown-content{max-height:220px}}.product-category:not(:last-child){border-bottom:1px solid #e9ecef}.category-header{padding:12px 16px;background:#f8f9fa;font-weight:600;font-size:14px;color:#495057;border-bottom:1px solid #e9ecef;position:sticky;top:0;z-index:1}.category-products{max-height:none}.product-option{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;cursor:pointer;transition:background .2s ease;border-bottom:1px solid #f8f9fa}.product-option:last-child{border-bottom:none}.product-option:hover{background:#f8f9fa}.product-option.selected{background:#e7f3ff}.product-option.selected:hover{background:#d1ecf1}.product-option-content{flex:1;display:flex;flex-direction:column;gap:2px}.product-name{font-weight:500;color:#2c3e50;font-size:14px}.product-thc{font-size:12px;color:#6c757d}.selected-indicator{color:#0d6efd;font-weight:700;font-size:16px}.sort-dropdown-container{position:relative;width:100%}.sort-dropdown-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;padding:12px 16px;height:48px;min-height:48px;border:2px solid #e9ecef;border-radius:8px;font-size:15px;background:#f8f9fa;color:#2c3e50;font-weight:500;cursor:pointer;transition:all .3s ease;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;text-align:left}@media (max-width: 768px){.sort-dropdown-toggle{padding:14px;font-size:16px}}.sort-dropdown-toggle:hover{border-color:#0d6efd;background:#fff}.sort-dropdown-toggle:focus{outline:none;border-color:#0d6efd;background:#fff;box-shadow:0 0 0 3px #0d6efd1a}.sort-dropdown-toggle.open{border-color:#0d6efd;background:#fff;box-shadow:0 0 0 3px #0d6efd1a}.sort-dropdown-toggle .dropdown-text{flex:1;text-align:left;color:#2c3e50}.sort-dropdown-toggle .dropdown-arrow{margin-left:8px;transition:transform .2s ease;color:#6c757d;font-size:12px}.sort-dropdown-toggle.open .dropdown-arrow{transform:rotate(180deg)}.sort-dropdown-menu{position:absolute;top:100%;left:0;right:0;z-index:1000;margin-top:4px;background:#fff;border:2px solid #e9ecef;border-radius:8px;box-shadow:0 8px 24px #00000026;max-height:300px;overflow:hidden}.sort-dropdown-menu .dropdown-content{max-height:260px;overflow-y:auto}.sort-option{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;cursor:pointer;transition:background .2s ease;border-bottom:1px solid #f8f9fa}.sort-option:last-child{border-bottom:none}.sort-option:hover{background:#f8f9fa}.sort-option.selected{background:#e3f2fd;color:#0d6efd}.sort-option .option-label{font-weight:500;color:inherit;font-size:14px}.sort-option .selected-indicator{color:#0d6efd;font-weight:700;font-size:16px}.sort-dropdown-container .location-info{margin-top:8px;font-size:12px;color:#6c757d;font-style:italic}.filter-dropdown-container{position:relative;width:100%}.filter-dropdown-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;padding:12px 16px;height:48px;min-height:48px;border:2px solid #e9ecef;border-radius:8px;font-size:15px;background:#f8f9fa;color:#2c3e50;font-weight:500;cursor:pointer;transition:all .3s ease;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;text-align:left}@media (max-width: 768px){.filter-dropdown-toggle{padding:14px;font-size:16px}}.filter-dropdown-toggle:hover{border-color:#0d6efd;background:#fff}.filter-dropdown-toggle:focus{outline:none;border-color:#0d6efd;background:#fff;box-shadow:0 0 0 3px #0d6efd1a}.filter-dropdown-toggle.open{border-color:#0d6efd;background:#fff;box-shadow:0 0 0 3px #0d6efd1a}.filter-dropdown-toggle.has-filters{border-color:#28a745;background:#f8fff9}.filter-dropdown-toggle .dropdown-text{flex:1;text-align:left;color:#2c3e50}.filter-dropdown-toggle .dropdown-text .filter-count{margin-left:8px;color:#28a745;font-weight:600}.filter-dropdown-toggle .dropdown-arrow{margin-left:8px;transition:transform .2s ease;color:#6c757d;font-size:12px}.filter-dropdown-toggle.open .dropdown-arrow{transform:rotate(180deg)}.filter-dropdown-menu{position:absolute;top:100%;left:0;right:0;z-index:1000;margin-top:4px;background:#fff;border:2px solid #e9ecef;border-radius:8px;box-shadow:0 8px 24px #00000026;max-height:400px;overflow:hidden}@media (max-width: 768px){.filter-dropdown-menu{max-height:300px}}.filter-dropdown-menu .dropdown-header{padding:12px 16px;border-bottom:1px solid #e9ecef;background:#f8f9fa;display:flex;justify-content:center;align-items:center}.filter-dropdown-menu .dropdown-header .clear-filters-btn{padding:6px 12px;border:1px solid #dc3545;border-radius:4px;background:#fff;color:#dc3545;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease}.filter-dropdown-menu .dropdown-header .clear-filters-btn:hover{background:#dc3545;color:#fff}.filter-dropdown-menu .dropdown-content{max-height:320px;overflow-y:auto}@media (max-width: 768px){.filter-dropdown-menu .dropdown-content{max-height:220px}}.filter-category:not(:last-child){border-bottom:1px solid #e9ecef}.filter-category .category-header{padding:12px 16px;background:#f8f9fa;font-weight:600;font-size:13px;color:#495057;border-bottom:1px solid #e9ecef;position:sticky;top:0;z-index:1}.filter-options{max-height:none}.filter-option{display:flex;align-items:center;justify-content:space-between;padding:10px 16px;cursor:pointer;transition:background .2s ease;border-bottom:1px solid #f8f9fa}.filter-option:last-child{border-bottom:none}.filter-option:hover{background:#f8f9fa}.filter-option.selected{background:#e3f2fd;color:#0d6efd}.filter-option .option-label{font-weight:500;color:inherit;font-size:13px}.filter-option .selected-indicator{color:#0d6efd;font-weight:700;font-size:14px}.menu-type-indicator{position:absolute;top:18px;right:18px;font-weight:700;font-size:14px;padding:2px 12px;border-radius:8px;color:#fff;letter-spacing:1px;box-shadow:0 2px 8px #00000014;z-index:3;-webkit-user-select:none;user-select:none}.menu-type-indicator.recreational{background:linear-gradient(90deg,#1976d2,#2196f3)}.menu-type-indicator.medical{background:linear-gradient(90deg,#43a047,#66bb6a)}.modal-product-card.clean-design .stock-info{display:flex;align-items:center;position:relative}.modal-product-card.clean-design .stock-info:before{content:"";width:20px;height:20px;margin-right:8px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23666' stroke='%23666' stroke-width='2' viewBox='0 0 512 512'%3E%3Cpath d='M462.807,128.836,260.141,43.5a10.673,10.673,0,0,0-8.281,0L49.193,128.836a10.67,10.67,0,0,0-6.526,9.831V373.333a10.674,10.674,0,0,0,6.526,9.833L251.859,468.5a10.7,10.7,0,0,0,8.281,0l202.667-85.333a10.674,10.674,0,0,0,6.526-9.833V138.667A10.67,10.67,0,0,0,462.807,128.836ZM256,212.427l-79.895-33.64,174.108-73.308a10.5,10.5,0,0,0,.935-.51l80.03,33.7Zm0-147.521,67.8,28.547L150.526,166.409a10.619,10.619,0,0,0-1.663.907L80.822,138.667ZM64,154.732l181.333,76.351V442.6L64,366.25ZM266.667,442.6V231.083L448,154.732V366.25Z'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;background-position:center}.modal-product-card.clean-design .separator{margin:0 12px;color:#999;font-weight:400}.modal-product-card.clean-design .distance-info{display:flex;align-items:center}.modal-product-card.clean-design .distance-info:before{content:"";width:20px;height:20px;margin-right:8px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23666' viewBox='0 0 24 24'%3E%3Cpath d='M12 2C8.13 2 5 5.13 5 9C5 14.25 12 22 12 22S19 14.25 19 9C19 5.13 15.87 2 12 2ZM12 11.5C10.62 11.5 9.5 10.38 9.5 9S10.62 6.5 12 6.5S14.5 7.62 14.5 9S13.38 11.5 12 11.5Z'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;background-position:center}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideDown{0%{max-height:0}to{max-height:2000px}}.store-row{transition:all .3s ease;border-radius:8px;margin-bottom:16px;overflow:hidden;box-shadow:0 2px 4px #0000001a;display:flex;flex-direction:column}.store-row .expanded-section-container{width:100%;display:block}.store-row.expanded{margin-bottom:24px;box-shadow:0 4px 12px #00000026}.store-row .store-content{display:flex;padding:16px;cursor:pointer;background:#fff;width:100%}.store-row .store-content .store-info{flex:1;display:flex;flex-direction:column;justify-content:center;margin-left:16px}.store-row .store-content .store-info .store-name{font-weight:600;font-size:18px;margin-bottom:4px}.store-row .store-content .store-info .distance-info,.store-row .store-content .store-info .delivery-areas{font-size:14px;color:#666;margin-bottom:12px}.store-row .store-content .store-info button{align-self:flex-start;padding:10px 16px;border-radius:8px;border:1px solid transparent;font-weight:600;cursor:pointer;line-height:1;transition:background-color .2s ease,border-color .2s ease,box-shadow .2s ease,transform .05s ease}.store-row .store-content .store-info button.view-stock-button{background-color:#40a361;color:#fff}.store-row .store-content .store-info button.view-stock-button:hover{background-color:#358c52}.store-row .store-content .store-info button.visit-website-button{background:#fff;color:#0d6efd;border-color:#0d6efd59;box-shadow:0 1px 2px #0000000f}.store-row .store-content .store-info button.visit-website-button:hover{background:#0d6efd0f;border-color:#0d6efd8c}.store-row .store-content .store-info button.visit-website-button:active{transform:translateY(1px);box-shadow:0 0 #0000}.store-row .store-content .store-info button.visit-website-button:focus-visible{outline:none;box-shadow:0 0 0 3px #0d6efd40,0 1px 2px #0000000f}.expanded-store-section{padding:0 20px 16px 16px;background-color:#f8f8f8;border-top:1px solid #eee;animation:slideDown .3s ease-out,fadeIn .4s ease-out;position:static;z-index:1;width:calc(100% - 10px);margin-top:0;display:block;float:none;clear:both;left:0;right:0;box-sizing:border-box}.expanded-store-section.entering{animation:none;transition:opacity .3s ease-out,max-height .4s ease-out}.expanded-store-section .expanded-header{padding:16px 0;display:flex;flex-direction:column;gap:12px;width:100%;box-sizing:border-box}.expanded-store-section .expanded-header .expanded-actions-row{display:flex;justify-content:space-between;align-items:center;width:100%;gap:10px;padding:0 5px 0 0}.expanded-store-section .expanded-header .expanded-actions-row .close-expanded-button,.expanded-store-section .expanded-header .expanded-actions-row .directions-button{display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 16px;border-radius:8px;font-weight:600;font-size:14px;transition:background-color .2s ease;border:none;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;box-sizing:border-box}.expanded-store-section .expanded-header .expanded-actions-row .close-expanded-button:hover,.expanded-store-section .expanded-header .expanded-actions-row .directions-button:hover{transform:translateY(-1px)}.expanded-store-section .expanded-header .expanded-actions-row .close-expanded-button:active,.expanded-store-section .expanded-header .expanded-actions-row .directions-button:active{transform:translateY(0)}.expanded-store-section .expanded-header .expanded-actions-row .close-expanded-button{background-color:#f0f0f0;color:#333}.expanded-store-section .expanded-header .expanded-actions-row .close-expanded-button .close-icon{font-size:16px;line-height:1}.expanded-store-section .expanded-header .expanded-actions-row .close-expanded-button:hover{background-color:#e0e0e0}.expanded-store-section .expanded-header .expanded-actions-row .directions-button{background-color:#007bff;color:#fff;text-decoration:none;white-space:nowrap}.expanded-store-section .expanded-header .expanded-actions-row .directions-button .directions-icon{display:flex;align-items:center;justify-content:center;height:16px;width:16px;margin-right:2px}.expanded-store-section .expanded-header .expanded-actions-row .directions-button .directions-icon{font-size:16px}.expanded-store-section .expanded-header .expanded-actions-row .directions-button:hover{background-color:#0b5ed7}.expanded-store-section .expanded-header .store-address{font-size:14px;color:#666}.expanded-store-section .expanded-header .store-address address{font-style:normal;line-height:1.4}.expanded-store-section .expanded-header .store-address address .street{font-weight:500}.expanded-store-section .expanded-product-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:16px;margin-bottom:16px;max-height:none;overflow-y:visible;padding:12px;scrollbar-width:thin;justify-content:space-between;align-items:stretch;box-sizing:border-box}.expanded-store-section .expanded-product-list::-webkit-scrollbar{width:6px;height:6px}.expanded-store-section .expanded-product-list::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.expanded-store-section .expanded-product-list::-webkit-scrollbar-thumb{background:#888;border-radius:10px}.expanded-store-section .expanded-product-list::-webkit-scrollbar-thumb:hover{background:#555}.expanded-store-section .expanded-product-list .no-products-message{grid-column:1/-1;text-align:center;padding:40px 0;color:#666;font-style:italic}.expanded-store-section .expanded-product-list .loading-products-message{grid-column:1/-1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 0;color:#666}.expanded-store-section .expanded-product-list .loading-products-message .loading-spinner{width:24px;height:24px;border:2px solid #f3f3f3;border-top:2px solid #40A361;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}.expanded-store-section .expanded-product-list .loading-products-message p{margin:0;font-size:16px;font-weight:500}.expanded-store-section .swipe-area{cursor:grab;-webkit-user-select:none;user-select:none;position:relative}.expanded-store-section .swipe-area:active{cursor:grabbing}.expanded-store-section .swipe-hint{display:flex;justify-content:center;align-items:center;margin:12px 0 8px;opacity:.6;font-size:12px;color:#888;gap:4px;animation:swipeHintPulse 2s ease-in-out infinite}.expanded-store-section .swipe-hint span:first-child,.expanded-store-section .swipe-hint span:last-child{font-weight:700}@media (min-width: 769px){.expanded-store-section .swipe-hint{display:none}}.expanded-store-section .pagination-controls{display:flex;justify-content:center;align-items:center;gap:16px;margin:16px 0}.expanded-store-section .pagination-controls .pagination-button{display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 16px;border:none;border-radius:6px;background-color:#40a361;color:#fff;cursor:pointer;font-weight:500;transition:all .2s ease}.expanded-store-section .pagination-controls .pagination-button .arrow-icon{font-size:16px}.expanded-store-section .pagination-controls .pagination-button:disabled{background-color:#ccc;cursor:not-allowed;opacity:.7}.expanded-store-section .pagination-controls .pagination-button:hover:not(:disabled){background-color:#358c52;transform:translateY(-1px)}.expanded-store-section .pagination-controls .pagination-button:active:not(:disabled){transform:translateY(0)}.expanded-store-section .pagination-controls .pagination-info{font-size:14px;color:#666;font-weight:500}.expanded-store-section .expanded-footer{display:flex;flex-direction:column;align-items:center;gap:16px}.expanded-store-section .expanded-footer .close-expanded-button{display:flex;align-items:center;justify-content:center;padding:10px 20px;border:none;border-radius:6px;background-color:#f0f0f0;color:#333;cursor:pointer;font-weight:500;transition:all .2s ease;box-shadow:0 2px 4px #0000001a}.expanded-store-section .expanded-footer .close-expanded-button:hover{background-color:#e0e0e0;transform:translateY(-1px);box-shadow:0 3px 6px #00000026}.expanded-store-section .expanded-footer .close-expanded-button:active{transform:translateY(0);box-shadow:0 1px 2px #0000001a}.expanded-store-section .expanded-footer .close-expanded-button.bottom{margin-top:8px;min-width:120px}.expanded-store-section .expanded-footer .price-disclaimer{font-size:12px;color:#888;text-align:center;max-width:600px;margin:0 auto;line-height:1.5;padding:0 16px}@keyframes slideDown{0%{max-height:0;opacity:0;transform:translateY(-10px)}to{max-height:2000px;opacity:1;transform:translateY(0)}}@media (max-width: 768px){.expanded-store-section{padding:0 12px 12px}.expanded-store-section .expanded-header{padding:12px 0}.expanded-store-section .expanded-header .expanded-actions-row{flex-direction:row;justify-content:space-between;width:100%}.expanded-store-section .expanded-header .expanded-actions-row .close-expanded-button,.expanded-store-section .expanded-header .expanded-actions-row .directions-button{padding:10px 16px;font-size:14px;min-width:44px;justify-content:center}.expanded-store-section .expanded-product-list{grid-template-columns:repeat(2,1fr);gap:12px;max-height:none;padding:12px;justify-content:space-between}.expanded-store-section .expanded-product-list>*:nth-child(n+5){display:none}.modal-product-card.clean-design.product-card{width:100%!important;min-width:0!important;max-width:none!important;margin:0 auto!important;height:auto!important;min-height:220px!important;padding:14px 8px 32px!important}.modal-product-card.clean-design.product-card .product-name{font-size:14px!important}.modal-product-card.clean-design.product-card .product-subtitle{font-size:11px!important}}@media (max-width: 380px){.expanded-store-section .expanded-actions-row .close-expanded-button,.expanded-store-section .expanded-actions-row .directions-button{padding:10px}.expanded-store-section .expanded-actions-row .close-expanded-button .close-text,.expanded-store-section .expanded-actions-row .directions-button .directions-text{display:none}.expanded-store-section .expanded-actions-row .close-expanded-button .close-icon,.expanded-store-section .expanded-actions-row .directions-button .directions-icon{font-size:18px;margin:0}}.other-products-section{width:100%}.other-products-separator{margin:30px 0 20px;position:relative;text-align:left;width:100%;display:block;clear:both}.other-products-separator:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:linear-gradient(to right,#0000000d,#0000001a,#0000000d);z-index:1;display:block}.other-products-separator h4{position:relative;display:inline-block;padding:0 15px 0 0;margin:0;font-size:16px;font-weight:700;color:#333;z-index:2;background:#fff}.other-products-container{display:flex;flex-wrap:wrap;justify-content:center;gap:20px;margin-top:20px;width:100%;max-width:850px;margin-left:auto;margin-right:auto}.modal-product-list{display:flex;flex-direction:column;width:100%}.modal-product-list .modal-products-wrapper{display:flex;flex-direction:column;align-items:center;width:100%;padding:0 10px}.modal-product-card.clean-design.product-card{margin:10px;flex:0 0 auto}.modal-product-card.clean-design.product-card.small{width:220px;min-width:220px;max-width:220px}@media (max-width: 767px){.modal-product-card.clean-design.product-card{margin:10px auto}}@media (min-width: 768px){.other-products-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:20px}}.find-stores-products{display:flex;flex-wrap:wrap;justify-content:center;gap:20px;width:100%}.find-stores-products .modal-product-card{margin:10px!important}@media (min-width: 768px){.find-stores-products{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:20px;max-width:900px;margin:0 auto}}.find-stores-products{display:flex;flex-wrap:wrap;justify-content:center;gap:20px;width:100%;max-width:900px;margin:0 auto;flex-direction:row!important}.find-stores-products .modal-product-card{margin:10px!important;flex:0 0 auto!important;width:220px!important;min-width:220px!important;max-width:220px!important}@media (min-width: 768px){.find-stores-products{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:20px}}@media (max-width: 767px){.find-stores-products{flex-direction:column!important;align-items:center}.find-stores-products .modal-product-card{width:90%!important;max-width:300px!important}}.modal-body .find-stores-products{padding:10px}.store-name-corner{display:inline-flex;align-items:center;position:relative}.store-name-corner:after{content:"";display:inline-block;width:12px;height:12px;background-image:url(/new-tab.png);background-size:contain;background-repeat:no-repeat;margin-left:4px;opacity:.7;transition:opacity .2s ease}.store-name-corner:hover:after{opacity:1}@media (max-width: 768px){.store-name-corner:after{animation:glimmer 8s ease-in-out infinite;animation-delay:2s}@keyframes glimmer{0%,to{opacity:.7;filter:brightness(1)}5%{opacity:1;filter:brightness(1.5)}10%{opacity:.7;filter:brightness(1)}}}.ratio-label{color:#757575;font-size:.98rem;font-weight:400;letter-spacing:.01em}.thc-pill{display:inline-block;background:#eaf5ff;color:#5a9bd8;font-size:.78rem;font-weight:400;border-radius:12px;padding:2px 10px;margin-left:.5rem;vertical-align:middle;transition:background .2s,color .2s;box-shadow:0 1px 2px #2574c70a}.product-grid{width:100%;margin:0 auto;padding:2rem 0}.product-category{margin-bottom:2.5rem}.product-category h2{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#222}.product-category-grid{display:flex;flex-wrap:wrap;gap:0;align-items:stretch;margin-left:-8px;margin-right:-8px}.product-card{border:none!important;background:#fff;border-radius:16px;box-shadow:0 2px 8px #0000000f;padding:1.25rem 1rem 1rem;display:flex;flex-direction:column;align-items:center;cursor:pointer;transition:box-shadow .2s;width:180px;min-width:180px;max-width:220px;margin:0 8px 24px}.product-card:hover{box-shadow:0 4px 16px #0000001f}.product-card .product-name{margin-top:.75rem;font-size:1rem;font-weight:500;text-align:center;color:#333}.product-card .product-ratio{margin-top:.25rem;font-size:.95rem;font-weight:400;color:#666;text-align:center}.product-card img{width:80px;height:80px;object-fit:contain;border-radius:8px;background:#f7f7f7}@media (max-width: 600px){.product-category-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;justify-items:center}.product-card{width:140px;min-width:120px;max-width:160px;padding:.75rem .5rem}.product-card img{width:60px;height:60px}}video.direct-modal-video{width:160px!important;height:160px!important;max-width:160px!important;max-height:160px!important;padding:0!important;margin:0!important;display:block!important;box-sizing:content-box!important;object-fit:contain!important;border-radius:8px!important;background:transparent!important}.modal-product-media-container{width:160px!important;height:160px!important;max-width:160px!important;max-height:160px!important;padding:0!important;margin:0 25px 0 0!important;display:flex!important;align-items:center!important;justify-content:center!important;flex-shrink:0!important;overflow:visible!important;box-sizing:content-box!important;position:relative!important}.product-hero-image,.product-hero-image.in-modal,div.product-hero-image,div.card div.product-hero-image,div.modal-content div.product-hero-image,.modal .modal-content .product-details-container .product-hero-image,div[class^=product-hero-image],div[class*=" product-hero-image"]{height:160px!important;padding-bottom:0!important;margin-bottom:0!important;position:relative!important;aspect-ratio:1!important;background:transparent!important}.modal-content div.product-hero-image,.modal div.product-hero-image,.product-hero-image,div.product-hero-image{height:160px!important;padding-bottom:0!important;min-height:160px!important;max-height:160px!important}body div.card.clean-design div.product-hero-image,#root div.card.clean-design div.product-hero-image,div.card.clean-design div.product-hero-image,div.product-hero-image{padding-bottom:0!important;height:160px!important}.modal-content *>.direct-modal-video,.modal-content *>.modal-direct-video,.featured-product-layout *>.direct-modal-video,.featured-product-layout *>.modal-direct-video,.modal-product-list *>.direct-modal-video,.modal-product-list *>.modal-direct-video,.modal-products-wrapper *>.direct-modal-video,.modal-products-wrapper *>.modal-direct-video,.selected-product-container *>.direct-modal-video,.selected-product-container *>.modal-direct-video{width:160px!important;height:160px!important;padding:0!important;margin:0!important}.product-hero-image:not(.in-modal){width:160px;height:160px;max-width:160px;max-height:160px;display:flex;align-items:center;justify-content:center}.product-video-container{position:relative;overflow:hidden;width:100%;height:100%;border-radius:12px;max-width:160px;max-height:160px;margin:0 auto;will-change:opacity,transform;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.product-video-container .media-mode-indicator{position:absolute;bottom:8px;right:8px;width:24px;height:24px;background-color:#00000080;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:14px;z-index:10}.product-video-container .product-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;z-index:1;opacity:0;transition:opacity .15s ease-in-out;max-width:160px;max-height:160px;will-change:opacity;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.product-video-container .fallback-image,.product-video-container .product-flavor-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;z-index:0;max-width:160px;max-height:160px;transition:opacity .15s ease-in-out;will-change:opacity;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.product-video-container .product-flavor-image img{width:100%;height:100%;object-fit:contain;max-width:160px;max-height:160px;transition:opacity .15s ease-in-out;will-change:opacity;-webkit-transform:translateZ(0);transform:translateZ(0)}.product-video-container.video-error .fallback-image{z-index:2}.product-video-container.video-loaded .product-video{opacity:1}.product-video-container.video-loaded .fallback-image{opacity:0;transition:opacity .15s ease-in-out}.product-video-container.user-paused .product-video{opacity:.7;filter:brightness(.9);transition:all .2s ease}.product-video-container.user-paused:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:30px;height:30px;background-color:#00000080;border-radius:50%;z-index:3;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M6 19h4V5H6v14zm8-14v14h4V5h-4z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:18px}@media (min-width: 769px){.product-video-container:not(.in-modal) .product-video{display:none}.product-video-container.in-modal .product-video{display:block!important}}@media (max-width: 768px){.product-list .product-item .product-image{aspect-ratio:1/1;position:relative;overflow:hidden}.product-list .product-item .product-image .product-video-container{position:absolute;top:0;left:0;width:100%;height:100%}.product-list .product-item .product-image .product-video-container .product-video{width:100%;height:100%;object-fit:cover}}@media (max-width: 768px){.card.clean-design .product-hero-image{position:relative;height:0;padding-bottom:100%;overflow:hidden;border-radius:12px;margin-bottom:15px;box-shadow:0 4px 12px #00000014}.card.clean-design .product-hero-image.in-modal{height:160px!important;padding-bottom:0!important}.card.clean-design .product-hero-image .product-video-container{position:absolute;top:0;width:100%;height:100%;max-width:160px;max-height:160px;margin:0 auto;left:50%;transform:translate(-50%)}.card.clean-design .product-hero-image .product-video-container.user-paused{opacity:.85;transition:opacity .2s ease}.card.clean-design .product-hero-image .product-video-container video{width:100%;height:100%;object-fit:contain;max-width:160px;max-height:160px}.card.clean-design .product-hero-image .product-video-container .fallback-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;max-width:160px;max-height:160px}.card.clean-design .product-name{font-size:1.1rem;font-weight:600;margin:12px 0 4px;line-height:1.3}.card.clean-design .product-subtitle{font-size:.85rem;color:#666;margin-bottom:8px}.card.clean-design .product-price{font-weight:700;font-size:1.2rem}.card.clean-design .product-price .sale-price{color:#e53935}.card.clean-design .product-price .original-price{text-decoration:line-through;color:#999;font-size:.9rem;margin-left:6px}.product-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:16px;padding:0 12px}}.selected-product-container{display:flex;justify-content:center;margin:0 auto 20px;padding-bottom:0;width:100%}.selected-product-container.featured-layout{justify-content:flex-start}.featured-product-layout{display:flex;width:100%;max-width:550px;margin:0 auto;padding:30px;background:#fff;border-radius:18px;box-shadow:0 4px 24px #00000012;align-items:center}.featured-product-layout .featured-product-image{flex:0 0 auto;width:160px;height:160px;display:flex;align-items:center;justify-content:center;position:relative;margin-right:25px;margin-top:15px;padding-top:5px;overflow:visible}.featured-product-layout .featured-product-image img,.featured-product-layout .featured-product-image video{max-width:100%;max-height:100%;object-fit:contain}.featured-product-layout .modal-product-media-container{flex:0 0 auto;width:160px;height:160px;display:flex;align-items:center;justify-content:center;position:relative;margin-right:25px;margin-top:15px;padding:0;overflow:visible;box-sizing:border-box}.featured-product-layout .modal-product-media-container .modal-direct-video{width:160px;height:160px;max-width:160px;max-height:160px;padding:0;margin:0;object-fit:contain;border-radius:8px;background:transparent}.featured-product-layout .modal-product-media-container .modal-direct-image{width:160px;height:160px;max-width:160px;max-height:160px;padding:0;margin:0;object-fit:contain;border-radius:8px}.featured-product-layout .modal-product-media-container .modal-video-wrapper{width:160px;height:160px;max-width:160px;max-height:160px;display:flex;align-items:center;justify-content:center;overflow:hidden}.featured-product-layout .modal-product-media-container .modal-video-wrapper video{width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;border-radius:8px}.featured-product-layout .modal-product-media-container .direct-modal-video{width:160px;height:160px;object-fit:contain;border-radius:8px}.featured-product-layout .modal-product-media-container .product-hero-image{width:160px!important;height:160px!important;max-width:160px!important;max-height:160px!important;padding:0!important;margin:0!important;display:flex;align-items:center;justify-content:center}.featured-product-layout .modal-product-media-container .product-video-container{width:100%;height:100%;display:flex;align-items:center;justify-content:center;position:relative;overflow:visible;max-width:160px;max-height:160px;margin:0 auto}.featured-product-layout .modal-product-media-container .product-video-container .product-video{width:100%;height:100%;object-fit:contain;border-radius:8px;position:relative;z-index:2;opacity:1!important;display:block!important;max-width:160px;max-height:160px}.featured-product-layout .modal-product-media-container .product-video-container .fallback-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;z-index:1}.featured-product-layout .modal-product-media-container .product-video-container.video-error .product-video{display:none!important}.featured-product-layout .modal-product-media-container .product-video-container.video-error .fallback-image{opacity:1}.featured-product-layout .modal-product-media-container .product-video-container.video-loaded .product-video{opacity:1!important}.featured-product-layout .modal-product-media-container .menu-badge{position:absolute;top:-15px;left:-5px;padding:5px 10px;border-radius:12px;font-size:13px;font-weight:700;color:#fff;z-index:5;box-shadow:0 2px 4px #0003}.featured-product-layout .modal-product-media-container .menu-badge.medical{background-color:#2e7d32;background-image:linear-gradient(135deg,#2e7d32,#388e3c);border:1px solid rgba(255,255,255,.2)}.featured-product-layout .modal-product-media-container .menu-badge.recreational{background-color:#1976d2;background-image:linear-gradient(135deg,#1976d2,#2196f3);border:1px solid rgba(255,255,255,.2)}.featured-product-layout .featured-product-details{flex:1;max-width:380px;padding-left:20px;display:flex;flex-direction:column;align-items:center;text-align:center;justify-content:center;z-index:2}.featured-product-layout .featured-product-details .product-name{margin:0 0 6px;font-size:24px;font-weight:800;letter-spacing:-.5px;color:#333;text-align:center}.featured-product-layout .featured-product-details .product-subtitle{font-size:14px;color:#666;margin-bottom:12px;text-align:center}.featured-product-layout .featured-product-details .product-price{font-size:24px;font-weight:700;margin-bottom:12px;text-align:center}.featured-product-layout .featured-product-details .product-price .sale-price{color:#e53935}.featured-product-layout .featured-product-details .product-price .original-price{text-decoration:line-through;color:#aaa;font-size:16px;margin-left:8px}.featured-product-layout .featured-product-details .product-meta{display:flex;align-items:center;justify-content:center;font-size:14px;color:#555;margin-bottom:16px;flex-wrap:wrap;text-align:center}.featured-product-layout .featured-product-details .product-meta .stock-info{font-weight:600}.featured-product-layout .featured-product-details .product-meta .stock-info.low-stock{color:#e67c00}.featured-product-layout .featured-product-details .product-meta .stock-info.out-of-stock{color:#d32f2f}.featured-product-layout .featured-product-details .product-meta .separator{margin:0 8px;color:#ddd}.featured-product-layout .featured-product-details .product-meta .distance-info{font-weight:600}.featured-product-layout .featured-product-details .view-details-button{background:#1976d2;color:#fff;font-weight:700;padding:10px 24px;border-radius:10px;border:none;font-size:15px;cursor:pointer;transition:background .2s;align-self:center;width:auto;margin-top:5px;box-shadow:none}.featured-product-layout .featured-product-details .view-details-button:hover{background:#1565c0}.featured-product-layout .featured-product-details .view-details-button:disabled,.featured-product-layout .featured-product-details .view-details-button.disabled{background:#eee;color:#aaa;cursor:not-allowed;box-shadow:none}@media (max-width: 600px){.featured-product-layout{flex-direction:column;align-items:center;padding:20px 15px}.featured-product-layout .featured-product-image{margin-right:0;margin-bottom:15px}.featured-product-layout .featured-product-details{padding-left:0;align-items:center;text-align:center}.featured-product-layout .featured-product-details .product-meta{justify-content:center}.featured-product-layout .featured-product-details .view-details-button{align-self:center}}.modal-header{padding:20px 25px;display:flex;justify-content:space-between;align-items:center}.modal-header h3{font-size:20px;font-weight:700;margin:0}.modal-header .modal-actions{display:flex;gap:10px;align-items:center}.modal-header .directions-button{display:inline-block;padding:8px 16px;background-color:#4caf50;color:#fff;border:none;border-radius:4px;text-decoration:none;font-size:14px;font-weight:600;box-shadow:none}.modal-header .directions-button:hover{background-color:#43a047}.modal-body{padding:0 25px 25px}.store-address{margin-bottom:25px;color:#555;font-size:15px}.price-disclaimer{margin-top:25px;font-size:12px;color:#777;text-align:center;font-style:italic;max-width:700px;margin-left:auto;margin-right:auto}.no-products-message{padding:20px;text-align:center;background:#f9f9f9;border-radius:10px;margin:20px 0}.no-products-message p{margin-bottom:20px;color:#666}.no-products-message .store-modal-actions{margin-top:15px;display:flex;justify-content:center}.no-products-message .store-modal-button{display:inline-block;background-color:#0d6efd;color:#fff;font-weight:600;padding:12px 24px;border-radius:12px;text-decoration:none;transition:background-color .2s,transform .2s}.no-products-message .store-modal-button:hover{background-color:#0b5ed7;transform:translateY(-2px)}.expanded-product-card{width:100%;padding:0;margin:0;box-sizing:border-box}@media screen and (min-width: 768px){.expanded-product-card{margin:0;padding:0;overflow:hidden;max-width:100%}.expanded-product-card>div{width:100%;max-width:100%;border-radius:0;box-shadow:0 4px 24px #0000001a}}@keyframes expandCard{0%{transform:translateZ(0) scale(.96);opacity:0}to{transform:translateZ(0) scale(1);opacity:1}}.expanded-product-card.fadeIn{animation:fadeIn .3s cubic-bezier(.25,.1,.25,1) forwards;will-change:opacity,transform}.expanded-product-card.fadeOut{animation:fadeOut .25s cubic-bezier(.25,.1,.25,1) forwards;will-change:opacity,transform}.expanded-product-card.mobile-view>div{max-width:100%!important;border-radius:8px!important}.expanded-product-card.mobile-view>div .product-main-content.mobile{flex-direction:column!important}.expanded-product-card.mobile-view>div .product-main-content.mobile .product-image-container{margin:0 auto 12px!important}.expanded-product-card.mobile-view>div .product-main-content.mobile .product-info{width:100%!important;padding:0!important}.expanded-product-card.mobile-view>div .other-products.mobile{padding:16px!important}.expanded-product-card.mobile-view>div .other-products.mobile h3{margin-top:0!important;text-align:center}.expanded-product-card.mobile-view>div .other-products.mobile>div{grid-template-columns:repeat(2,1fr)!important;grid-template-rows:repeat(2,auto)!important;gap:8px!important}.expanded-product-card.mobile-view>div .other-products.mobile>div .modal-product-card.compact{transform:scale(.95);margin:0 auto}.expanded-product-card.mobile-view>div .other-products.mobile>div .modal-product-card.compact .product-info{font-size:90%}.expanded-product-card.mobile-view>div .other-products.mobile>div .modal-product-card.compact .price{font-size:95%}.expanded-product-card.mobile-view>div .other-products.mobile>div:last-child{margin-top:20px!important}.expanded-product-card.mobile-view>div .other-products.mobile>div:last-child button{min-width:80px!important}@keyframes fadeIn{0%{opacity:0;transform:translateZ(0) scale(.96)}to{opacity:1;transform:translateZ(0) scale(1)}}@keyframes fadeOut{0%{opacity:1;transform:translateZ(0) scale(1)}to{opacity:0;transform:translateZ(0) scale(.96)}}.expanded-product-card .placeholder-pulse{animation:placeholderPulse .8s ease-in-out infinite alternate;will-change:opacity,background-color}@keyframes placeholderPulse{0%{background-color:#f5f5f5;opacity:.7}to{background-color:#eaeaea;opacity:1}}@keyframes swipeHintPulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}.expanded-product-card .swipe-area{cursor:grab;-webkit-user-select:none;user-select:none;position:relative}.expanded-product-card .swipe-area:active{cursor:grabbing}.expanded-product-card .swipe-hint{display:flex;justify-content:center;align-items:center;margin:12px 0 8px;opacity:.6;font-size:12px;color:#888;gap:4px;animation:swipeHintPulse 2s ease-in-out infinite}.expanded-product-card .swipe-hint span:first-child,.expanded-product-card .swipe-hint span:last-child{font-weight:700}@media (min-width: 769px){.expanded-product-card .swipe-hint{display:none}}.expanded-product-card>div{contain:layout style}
