.breadcrumbs{margin-bottom:1rem;font-size:.9rem;color:var(--gray-7, #777)}.breadcrumbs a{text-decoration:none;color:var(--primary-dark, #0066cc);font-size:1.2rem}.breadcrumbs a:hover{text-decoration:underline}.categories-wrapper{max-width:1400px;margin:0 auto;padding:2rem 1rem}.categories-grid,.products-grid{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.product-layout{display:grid;grid-template-columns:minmax(0,4fr) 280px;gap:2rem;max-width:1400px;margin:0;padding:0}.content-wrapper{max-width:100%;padding:2rem 0;width:100%}.stock{font-size:.8rem;color:var(--text);margin-bottom:.5rem}.original{text-decoration-line:line-through;text-decoration-color:red;text-decoration-thickness:1.75px;color:var(--text);font-size:1rem;font-weight:400}.discount{color:red!important}ul{margin-bottom:1rem;font-size:1.1rem;line-height:1.6}.product-wrapper{margin-top:.5rem}.product-wrapper h2{margin-bottom:1rem}.product-wrapper>div{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem}@media (max-width: 1024px){.product-layout{grid-template-columns:1fr;gap:0}.sticky-cart{margin-top:0!important;margin-bottom:1rem}}@media (max-width: 1200px){p,ul{max-width:100%}}.gallery{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-bottom:2rem}.main-image{width:auto;height:auto;max-height:400px;border-radius:8px}.gallery-items{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.gallery-item{cursor:pointer;max-width:100px;width:auto;height:auto;object-fit:contain;border:2px solid #ccc;border-radius:8px;transition:transform .2s}.gallery-item:hover{transform:scale(1.05)}.modal{display:none;position:fixed;z-index:1000;padding-top:100px;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:#000000e6}.modal-content{margin:auto;display:block;width:80%;max-width:700px}.close{position:absolute;top:15px;right:35px;color:#fff;font-size:40px;font-weight:700;transition:.3s;cursor:pointer}.close:hover,.close:focus{color:#bbb;text-decoration:none;cursor:pointer}#caption{margin:auto;display:block;width:80%;max-width:700px;text-align:center;color:#ccc;padding:10px 0;height:150px}.product{display:flex;align-items:flex-start;gap:1.5rem;border:1px solid var(--border-color);padding:1.5rem;border-radius:var(--border-radius);background-color:var(--background-light);width:100%;transition:transform .2s ease,box-shadow .2s ease;max-height:400px;overflow:hidden}.product:hover{transform:translateY(-2px);box-shadow:0 4px 12px var(--primary-shadow)}:global(.product-card:hover){transform:none;box-shadow:none}.product-description{flex:1;font-size:1rem;color:var(--text);max-width:1200px}.product-description p{margin:.75rem 0;line-height:1.6;color:var(--text);max-width:1200px}.product-title-link{color:var(--text-heading);text-decoration:none;font-weight:600;font-size:1.25rem;max-width:1200px}.product-title-link:hover{color:var(--primary-dark)}.product-features{margin:1rem 0;padding-left:1.25rem;color:var(--text-body)}.product-features li{margin-bottom:.5rem;max-width:1200px}.tablet{display:none}@media (max-width: 1600px){.categories-grid,.products-grid{flex-direction:flex;align-items:wrap}.product-card{max-height:400px}.desktop{display:none}.tablet{display:block}.product-description{text-align:left}}@media (max-width: 1280px){.product:hover{transform:none;box-shadow:none}}@media (max-width: 1100px){.tablet{display:none}}@media (max-width: 768px){.product{padding:0;width:auto}.categories-grid{flex-direction:column;align-items:center}.products-grid{gap:1rem}.product-card{flex-direction:column;align-items:center;max-height:1500px}.product-description,.desktop,.tablet{display:none}.product{flex-direction:column;align-items:center;max-height:1500px}}@media (max-width: 400px){.products-grid{gap:.5rem}}.sticky-cart,.sticky-cart-mobile{position:sticky;top:2rem;height:fit-content;align-self:start;margin-top:11rem}.sticky-cart,.sticky-cart-mobile{.p{margin-bottom:.5rem;max-width:1200px;font-size:1.1rem;line-height:1.6;color:var(--text)}.stock{font-size:.8rem;color:var(--text);margin-bottom:.5rem}.original{text-decoration-line:line-through;text-decoration-color:red;text-decoration-thickness:1.75px;color:var(--text);font-size:1rem;font-weight:400}.discount{color:red!important}.cart-box{background-color:var(--background, #f8f9fa);border:2px solid var(--border, #e2e8f0);border-radius:16px;padding:2rem;box-shadow:none}.cart-box h3{font-size:1.3rem;margin:0 0 1rem;color:var(--text, #333)}.price{font-size:1.8rem;font-weight:700;color:var(--text, #0066cc);margin:.5rem 0}.quantity-control{margin-bottom:1.5rem}.quantity-control label{display:block;margin-bottom:.5rem;color:var(--text, #555)}.quantity-input-wrapper{display:flex;align-items:center;width:100%;background-color:var(--primary, #edf2f7);border:1px solid var(--border, #e2e8f0);border-radius:4px;overflow:hidden}.quantity-btn{width:40px;height:38px;background:var(--primary, #edf2f7);border:none;color:var(--text-light, #333);font-size:1.2rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s}.quantity-btn:hover{background:#868e96}.quantity-input{flex:1;border:none;padding:.5rem;text-align:center;font-size:1rem;width:50px;background-color:var(--primary, #edf2f7);color:var(--text-light, #333);-moz-appearance:textfield;border-radius:0}.quantity-input::-webkit-inner-spin-button,.quantity-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.quantity-input:focus{outline:none}.button-group{display:flex;gap:.5rem;margin-bottom:1rem}.add-to-cart-btn{flex:1;background-color:var(--primary-dark, #0066cc);color:#fff;border:none;border-radius:4px;padding:.75rem 1rem;font-size:1rem;font-weight:700;cursor:pointer;transition:background-color .2s}.add-to-cart-btn:disabled{background-color:var(--primary);color:var(--text-light);cursor:not-allowed;border:none}.wishlist-btn{display:flex;align-items:center;justify-content:center;width:45px;height:45px;background-color:#343a40;border:1px solid var(--border, #e2e8f0);border-radius:4px;cursor:pointer;transition:all .2s ease}.wishlist-btn:hover{background-color:#495057;border-color:var(--border, #e2e8f0)}.heart-icon{stroke:#ced4da}.heart-icon.active{fill:red;stroke:red}.shipping-info{margin-top:1rem;font-size:.9rem;color:var(--text, #555);text-align:center}}@media (max-width: 1200px){.sticky-cart,.sticky-cart-mobile p,ul{max-width:100%}.wishlist-btn:hover{background-color:#343a40}}@media (max-width: 800px){h2{margin-bottom:var(--size-fluid-2)}}@media (max-width: 768px){.categories-wrapper{max-width:1400px;margin:0 auto;padding:2rem 0rem}}@media (max-width: 400px){.sticky-cart{padding:0 .5rem}}.hidden,.sticky-cart .hidden{display:none}
