.store-layout{background-color:#f4f4f4;flex-direction:column;min-height:100vh;font-family:Inter,sans-serif;display:flex}.store-header{z-index:100;background-color:#171717;border-bottom:3px solid #f60;padding:1rem 2rem;position:sticky;top:0;box-shadow:0 4px 12px #0000001a}.store-header-content{justify-content:space-between;align-items:center;gap:1rem;max-width:1400px;margin:0 auto;display:flex}.header-center{flex:1;justify-content:center;max-width:500px;display:flex}.store-search-input{color:#fff;background:#222;border:1px solid #333;border-radius:20px;outline:none;width:100%;padding:.7rem 1rem;font-size:.95rem;transition:all .2s}.store-search-input:focus{background:#333;border-color:#f60;box-shadow:0 0 0 2px #f603}.store-search-input::placeholder{color:#888}.mobile-store-search{margin-bottom:1.5rem;display:none}.mobile-store-search .store-search-input{color:#333;background:#f4f4f4;border:1px solid #ddd}.mobile-store-search .store-search-input:focus{background:#fff}.header-left{align-items:center;display:flex}.store-container{gap:2rem;width:100%;max-width:1400px;margin:0 auto;padding:2rem;display:flex}.store-sidebar{background:#fff;border-radius:8px;flex-shrink:0;align-self:flex-start;width:260px;max-height:calc(100vh - 120px);padding:1.5rem;position:sticky;top:100px;overflow-y:auto;box-shadow:0 2px 10px #0000000d}.store-sidebar h3{text-transform:uppercase;color:#111;border-bottom:2px solid #eee;margin-bottom:1rem;padding-bottom:.5rem;font-size:1.2rem;font-weight:800}.store-sidebar ul{margin:0;padding:0;list-style:none}.store-sidebar li{margin-bottom:.5rem}.store-sidebar a{color:#555;border-radius:4px;padding:.4rem .5rem;font-size:.95rem;text-decoration:none;transition:all .2s;display:block}.store-sidebar a:hover{color:#f60;background:#f9f9f9;padding-left:.8rem}.store-sidebar a.active{color:#f60;background:#ff66001a;font-weight:700}.store-main{flex:1}.store-banner{color:#fff;background:linear-gradient(135deg,#171717 0%,#2a2a2a 100%);border-left:6px solid #f60;border-radius:12px;margin-bottom:2rem;padding:2.5rem;box-shadow:0 8px 25px #00000026}.store-banner h2{text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem;font-size:2.2rem;font-weight:800}.store-banner p{color:#ccc;max-width:600px;font-size:1.1rem;line-height:1.5}.product-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;display:grid}.product-card{color:inherit;background:#fff;border:1px solid #e0e0e0;border-radius:8px;flex-direction:column;text-decoration:none;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 15px #0000000d}.product-anr-watermark{color:#0000000f;pointer-events:none;font-size:1.6rem;font-weight:900;line-height:1}.product-card:hover{border-color:#f60;transform:translateY(-5px);box-shadow:0 12px 30px #0000001a}.product-card.is-pending{opacity:.7}.badge-reserved{color:#fff;text-transform:uppercase;letter-spacing:2px;z-index:10;pointer-events:none;background:#cc0000e6;border:3px solid #fff;padding:.5rem 1.5rem;font-size:1.2rem;font-weight:900;position:absolute;bottom:15px;right:-10px;transform:rotate(-15deg);box-shadow:0 4px 15px #0000004d}.product-image-container{background:#fff;border-bottom:1px solid #eee;justify-content:center;align-items:center;height:250px;padding:1.5rem;display:flex;position:relative}.product-image-container img{object-fit:contain;max-width:100%;max-height:100%;transition:transform .5s}.product-card:hover .product-image-container img{transform:scale(1.05)}.product-info{flex-direction:column;flex:1;padding:1.5rem;display:flex}.product-category{color:#f60;text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem;font-size:.75rem;font-weight:800}.product-title{color:#111;flex:1;margin-bottom:1.5rem;font-size:1.05rem;font-weight:600;line-height:1.4}.product-price-row{justify-content:space-between;align-items:baseline;margin-bottom:.25rem;display:flex}.product-price-row .price-label{color:#666;font-size:.85rem;font-weight:600}.product-price-row .price-value{color:#f60;font-size:1.4rem;font-weight:900}.product-amz-row{color:#999;text-align:right;font-size:.85rem}.product-amz-row del{color:#777}.product-detail-layout{background:#f4f4f4;min-height:100vh}.product-detail-container{background:#fff;border:1px solid #e0e0e0;border-radius:12px;max-width:1200px;margin:3rem auto;display:flex;overflow:hidden;box-shadow:0 10px 40px #00000014}.product-description-container{background:#fff;border:1px solid #e0e0e0;border-radius:12px;max-width:1200px;margin:0 auto 3rem;padding:3rem;box-shadow:0 10px 40px #00000014}.product-gallery{background:#fff;border-right:1px solid #eee;width:50%;padding:3rem}.gallery-main{justify-content:center;align-items:center;height:400px;margin-bottom:2rem;display:flex}.gallery-main img{object-fit:contain;max-width:100%;max-height:100%}.gallery-thumbs{gap:1rem;padding-bottom:1rem;display:flex;overflow-x:auto}.gallery-thumbs img{object-fit:cover;cursor:pointer;border:2px solid #0000;border-radius:6px;width:70px;height:70px;transition:all .2s}.gallery-thumbs img:hover,.gallery-thumbs img.active{border-color:#f60}.product-info-panel{flex-direction:column;width:50%;padding:3rem;display:flex}.product-info-panel h1{color:#111;margin-bottom:1rem;font-size:1.8rem;line-height:1.4}.purchase-box{background:#f9f9f9;border:2px solid #eee;border-radius:8px;margin-top:2rem;padding:2rem}.purchase-price{color:#f60;margin-bottom:.5rem;font-size:2.5rem;font-weight:900}.purchase-amz{color:#777;margin-bottom:1.5rem;font-size:1rem}.action-buttons{flex-direction:column;gap:1rem;display:flex}.btn-buy{color:#fff;text-transform:uppercase;cursor:pointer;background:#f60;border:none;border-radius:8px;padding:1.25rem;font-size:1.1rem;font-weight:800;transition:background .2s;box-shadow:0 4px 15px #ff66004d}.btn-buy:hover{background:#e65c00}.btn-offer{color:#fff;text-transform:uppercase;cursor:pointer;background:#171717;border:none;border-radius:8px;padding:1.25rem;font-size:1.1rem;font-weight:800;transition:background .2s}.btn-offer:hover{background:#000}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#0009;justify-content:center;align-items:center;width:100vw;height:100vh;padding:1rem;display:flex;position:fixed;top:0;left:0}.modal-content{background:#fff;border:1px solid #eee;border-radius:12px;width:100%;max-width:500px;padding:2.5rem 2rem 2rem;position:relative;box-shadow:0 15px 50px #0003}.badge-verfuegbar{color:#fff;z-index:10;background-color:#f60;border-radius:4px;padding:4px 10px;font-size:.8rem;font-weight:700;position:absolute;top:10px;left:10px;box-shadow:0 2px 5px #f606}.modal-close{cursor:pointer;color:#999;background:0 0;border:none;font-size:1.5rem;transition:color .2s;position:absolute;top:15px;right:15px}.modal-close:hover{color:#111}@media (max-width:768px){.header-center{display:none}.mobile-store-search{display:block}.store-container{flex-direction:column;gap:1rem;padding:1rem}.store-header{padding:1rem}.header-logo{display:none}.header-title{flex-direction:column;align-items:flex-start;line-height:1;display:flex;font-size:1.4rem!important}.header-title-vine,.header-title-andso{display:block}.mobile-menu-toggle{color:#fff;cursor:pointer;background:0 0;border:none;margin-right:15px;font-size:1.5rem;display:block}.store-header-content{align-items:center;display:flex}.store-sidebar{z-index:1000;border-radius:0;width:280px;height:100vh;margin:0;transition:left .3s;position:fixed;top:0;left:-300px;overflow-y:auto;box-shadow:2px 0 10px #0003}.store-sidebar.open{left:0}.sidebar-overlay{z-index:999;background:#00000080;width:100vw;height:100vh;display:none;position:fixed;top:0;left:0}.sidebar-overlay.open{display:block}.store-banner{padding:1.5rem}.store-banner h2{font-size:1.5rem}.store-banner p{font-size:.95rem}.product-grid{grid-template-columns:1fr}.product-detail-container{flex-direction:column;margin:1rem}.product-gallery,.product-info-panel{border-right:none;width:100%;padding:1.5rem}.product-description-container{margin:1rem;padding:1.5rem}.gallery-main{height:300px}.purchase-price{font-size:2rem}}@media (min-width:769px){.mobile-menu-toggle{display:none}}.related-products-section{max-width:1200px;margin:3rem auto;padding:0 1rem}.related-products-section h2{color:#111;border-bottom:2px solid #f60;margin-bottom:1.5rem;padding-bottom:.5rem;font-size:1.5rem;font-weight:700;display:inline-block}.related-carousel{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#f60 #eee;gap:1.5rem;padding-bottom:1rem;display:flex;overflow-x:auto}.related-carousel::-webkit-scrollbar{height:8px}.related-carousel::-webkit-scrollbar-track{background:#eee;border-radius:4px}.related-carousel::-webkit-scrollbar-thumb{background-color:#f60;border-radius:4px}.related-card{scroll-snap-align:start;color:inherit;background:#fff;border:1px solid #e0e0e0;border-radius:8px;flex-direction:column;flex:0 0 220px;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden;box-shadow:0 4px 10px #0000000d}.related-card:hover{border-color:#f60;transform:translateY(-3px);box-shadow:0 8px 20px #0000001a}.related-image{background:#fff;border-bottom:1px solid #eee;justify-content:center;align-items:center;height:180px;padding:1rem;display:flex}.related-image img{object-fit:contain;max-width:100%;max-height:100%}.related-info{flex-direction:column;flex:1;padding:1rem;display:flex}.related-title{color:#333;-webkit-line-clamp:2;-webkit-box-orient:vertical;flex:1;margin-bottom:.5rem;font-size:.95rem;font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}.related-price{color:#f60;font-size:1.1rem;font-weight:800}.badge-sold{color:#fff;letter-spacing:2px;background:#d32f2f;border:2px solid #fff;font-size:1.3rem;transform:rotate(-15deg)scale(1.05);box-shadow:0 4px 15px #d32f2f99}.product-card.is-sold{cursor:default;opacity:.8;filter:grayscale(40%);transition:all .3s}.product-card.is-sold:hover{transform:none;box-shadow:0 2px 8px #0000001a}.newsletter-modal-overlay{z-index:10000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000c;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.newsletter-modal-content{text-align:center;background:#111;border:2px solid #f60;border-radius:12px;width:100%;max-width:450px;padding:2.5rem;position:relative;box-shadow:0 10px 30px #f603}.newsletter-modal-content h2{color:#f60;margin-top:0;margin-bottom:.5rem;font-size:1.8rem}.newsletter-modal-content p{color:#ddd;margin-bottom:2rem;font-size:1.1rem;line-height:1.4}.newsletter-modal-content .close-btn{color:#888;cursor:pointer;background:0 0;border:none;font-size:1.5rem;position:absolute;top:15px;right:15px}.newsletter-modal-content .close-btn:hover{color:#fff}.newsletter-form{flex-direction:column;gap:1rem;display:flex}.newsletter-form input{color:#fff;background:#222;border:1px solid #333;border-radius:8px;outline:none;padding:1rem;font-size:1rem}.newsletter-form input:focus{border-color:#f60}.newsletter-form button{color:#fff;cursor:pointer;background:#f60;border:none;border-radius:8px;padding:1rem;font-size:1.1rem;font-weight:700;transition:all .2s}.newsletter-form button:hover{background:#e65c00;transform:translateY(-2px)}.newsletter-form button:disabled{opacity:.7;cursor:not-allowed}.success-msg{color:#4caf50;font-size:1.2rem;font-weight:700}.error-msg{color:#f44336;margin-top:1rem}.sticky-footer-newsletter{color:#fff;z-index:9999;background:#f60;justify-content:center;align-items:center;gap:15px;padding:12px 20px;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 15px #0000004d}.sticky-footer-newsletter p{margin:0;font-size:1.1rem;font-weight:600}.sticky-footer-newsletter button{color:#f60;cursor:pointer;background:#111;border:none;border-radius:6px;padding:8px 16px;font-weight:700;transition:background .2s}.sticky-footer-newsletter button:hover{background:#222}@media (max-width:768px){.sticky-footer-newsletter{text-align:center;flex-direction:column;gap:8px;padding:10px}.sticky-footer-newsletter p{font-size:.95rem}.sticky-footer-newsletter button{width:100%}.store-layout{padding-bottom:120px}}.newsletter-card{text-align:center;cursor:default;background:#1a1a1a;border:2px dashed #f60;flex-direction:column;justify-content:center;align-items:center;padding:2rem;display:flex}.newsletter-card h3{color:#f60;margin-bottom:.5rem;font-size:1.5rem}.newsletter-card p{color:#ccc;margin-bottom:1.5rem;font-size:.95rem}.newsletter-card button{width:100%}@media (max-width:600px){.product-grid{grid-template-columns:repeat(2,1fr)!important;gap:.8rem!important}.product-card{border-radius:6px}.product-image-container{overflow:hidden;padding:.3rem!important}.product-image-container img{transform:scale(1.25)!important}.product-image-container{height:140px}.product-info{padding:.8rem!important}.product-title{-webkit-line-clamp:3!important;margin-bottom:.5rem!important;font-size:.85rem!important;line-height:1.2!important}.product-price-row{flex-direction:column!important;align-items:flex-start!important;gap:.2rem!important}.price-value{font-size:1.1rem!important}.product-amz-row{margin-top:.2rem!important;font-size:.75rem!important}.newsletter-card{display:none!important}}.category-swiper{-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:.8rem;margin-bottom:1rem;padding:.5rem 0 1rem;display:flex;overflow-x:auto}.category-swiper::-webkit-scrollbar{display:none}.category-pill{white-space:nowrap;color:#333;cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:20px;padding:.5rem 1rem;font-size:.9rem;font-weight:600;transition:all .2s}.category-pill.active{color:#fff;background:#f60;border-color:#f60}.floating-deal-banner{color:#fff;z-index:10000;opacity:0;background:#111;border:2px solid #f60;border-radius:30px;justify-content:space-between;align-items:center;gap:12px;width:90%;max-width:400px;padding:10px 15px;transition:all .5s cubic-bezier(.68,-.55,.265,1.55);display:flex;position:fixed;bottom:20px;left:50%;transform:translate(-50%)translateY(150px);box-shadow:0 10px 25px #00000080}.floating-deal-banner.visible{opacity:1;transform:translate(-50%)translateY(0)}.floating-deal-banner span{font-size:.85rem;font-weight:600;line-height:1.2}.floating-deal-banner button{color:#fff;cursor:pointer;white-space:nowrap;background:#f60;border:none;border-radius:20px;padding:8px 12px;font-size:.8rem;font-weight:700}@media (max-width:600px){.store-banner{display:none!important}.category-swiper{gap:.5rem!important;margin-bottom:.5rem!important;padding:.3rem 0 .5rem!important}.category-pill{padding:.4rem .8rem!important;font-size:.85rem!important}.header-buttons-desktop{display:none!important}.header-buttons-mobile{display:flex!important}.product-price-row,.product-amz-row,.product-shipping-row{display:none!important}.product-price-row-mobile{display:flex!important}}@media (min-width:601px){.category-swiper,.mobile-main-search{display:none!important}}@media (max-width:600px){.mobile-main-search{margin-bottom:.5rem;padding:0 .5rem;display:block!important}}
