.Product-module__cL3xxq__productPage{--primary:#103359;--primary-light:#1a4a7a;--secondary:#3db28a;--secondary-light:#4fc99e;--accent:#806ff7;--error:#e9566d;--warning:#f47b47;--success:#3db28a;--white:#fff;--bg:#f8fafb;--card-bg:#fff;--text:#103359;--text-light:#5a7a9a;--border:#e2e8f0;--shadow:0 1px 8px #10335914;--shadow-hover:0 4px 16px #3db28a1f;--radius:8px;--radius-sm:6px;--radius-full:16px;--transition:.15s ease;background:var(--bg);max-width:1100px;min-height:calc(100vh - 2rem);margin:0 auto;padding:.75rem}.Product-module__cL3xxq__notifications{z-index:1000;flex-direction:column;gap:.5rem;max-width:300px;display:flex;position:fixed;top:.75rem;right:.75rem}.Product-module__cL3xxq__notification{border-radius:var(--radius);background:var(--white);box-shadow:var(--shadow);cursor:pointer;border-left:2px solid;align-items:center;gap:.5rem;padding:.6rem .8rem;font-size:.8rem;animation:.2s Product-module__cL3xxq__slideIn;display:flex}.Product-module__cL3xxq__notification.Product-module__cL3xxq__success{border-left-color:var(--success);background:#f0fdf4}.Product-module__cL3xxq__notification.Product-module__cL3xxq__error{border-left-color:var(--error);background:#fef2f2}.Product-module__cL3xxq__notification.Product-module__cL3xxq__info{border-left-color:var(--accent);background:#f5f3ff}.Product-module__cL3xxq__notifIcon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;font-size:.7rem;font-weight:700;display:flex}.Product-module__cL3xxq__notification.Product-module__cL3xxq__success .Product-module__cL3xxq__notifIcon{background:var(--success);color:var(--white)}.Product-module__cL3xxq__notification.Product-module__cL3xxq__error .Product-module__cL3xxq__notifIcon{background:var(--error);color:var(--white)}.Product-module__cL3xxq__notification.Product-module__cL3xxq__info .Product-module__cL3xxq__notifIcon{background:var(--accent);color:var(--white)}.Product-module__cL3xxq__notifClose{color:var(--text-light);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:16px;height:16px;margin-left:auto;padding:0;font-size:1rem;display:flex}@keyframes Product-module__cL3xxq__slideIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.Product-module__cL3xxq__backBtn{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-full);color:var(--text);cursor:pointer;transition:var(--transition);z-index:10;box-shadow:var(--shadow);padding:.4rem .8rem;font-size:.8rem;font-weight:600;position:fixed;top:.75rem;left:.75rem}.Product-module__cL3xxq__backBtn:hover{background:var(--primary);color:var(--white);border-color:var(--primary)}.Product-module__cL3xxq__productContainer{background:var(--card-bg);border-radius:var(--radius);box-shadow:var(--shadow);grid-template-columns:1fr 1fr;gap:2rem;min-height:0;margin-top:2.5rem;padding:1.5rem;display:grid}.Product-module__cL3xxq__imageSection{flex-direction:column;display:flex}.Product-module__cL3xxq__productImage{border-radius:var(--radius);object-fit:cover;aspect-ratio:2/3;width:100%;height:auto;max-height:550px}.Product-module__cL3xxq__imagePlaceholder{aspect-ratio:2/3;background:linear-gradient(135deg,var(--bg),var(--border));border-radius:var(--radius);width:100%;color:var(--text-light);justify-content:center;align-items:center;max-height:550px;font-size:.85rem;display:flex}.Product-module__cL3xxq__infoSection{flex-direction:column;gap:1.25rem;max-height:550px;padding-right:.5rem;display:flex;overflow-y:auto}.Product-module__cL3xxq__infoSection::-webkit-scrollbar{width:4px}.Product-module__cL3xxq__infoSection::-webkit-scrollbar-track{background:var(--bg);border-radius:10px}.Product-module__cL3xxq__infoSection::-webkit-scrollbar-thumb{background:var(--border);border-radius:10px}.Product-module__cL3xxq__productHeader{margin-bottom:.25rem}.Product-module__cL3xxq__productTitle{color:var(--text);margin:0 0 .5rem;font-size:1.3rem;font-weight:700;line-height:1.3}.Product-module__cL3xxq__priceSection{margin:.25rem 0}.Product-module__cL3xxq__productPrice{color:var(--secondary);font-size:1.5rem;font-weight:800}.Product-module__cL3xxq__productDescription{color:var(--text);margin:0 0 .25rem;font-size:.9rem;line-height:1.5}.Product-module__cL3xxq__sectionLabel{color:var(--text-light);text-transform:uppercase;margin-bottom:.5rem;font-size:.8rem;font-weight:600;display:block}.Product-module__cL3xxq__colorSection{margin:.25rem 0}.Product-module__cL3xxq__colorOptions{flex-wrap:wrap;gap:.5rem;display:flex}.Product-module__cL3xxq__colorOption{border:2px solid var(--white);cursor:pointer;width:28px;height:28px;transition:var(--transition);border-radius:50%;position:relative;box-shadow:0 1px 4px #0000001a}.Product-module__cL3xxq__colorOption:hover{transform:scale(1.1)}.Product-module__cL3xxq__colorOption.Product-module__cL3xxq__selected{box-shadow:0 0 0 2px var(--white),0 0 0 4px var(--secondary);transform:scale(1.1)}.Product-module__cL3xxq__checkmark{color:var(--white);font-size:.8rem;font-weight:700;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Product-module__cL3xxq__sizeSection{margin:.25rem 0}.Product-module__cL3xxq__sizeOptions{flex-wrap:wrap;gap:.4rem;display:flex}.Product-module__cL3xxq__sizeOption{border:1px solid var(--border);background:var(--white);border-radius:var(--radius-sm);min-width:42px;color:var(--text);cursor:pointer;transition:var(--transition);padding:.5rem .75rem;font-size:.85rem;font-weight:600}.Product-module__cL3xxq__sizeOption:hover{border-color:var(--secondary)}.Product-module__cL3xxq__sizeOption.Product-module__cL3xxq__selected{background:var(--secondary);color:var(--white);border-color:var(--secondary)}.Product-module__cL3xxq__actionsSection{grid-template-columns:1fr 1fr;align-items:center;gap:1rem;margin:.5rem 0;display:grid}.Product-module__cL3xxq__quantityControl{flex-direction:column;gap:.5rem;display:flex}.Product-module__cL3xxq__quantityLabel{color:var(--text-light);text-transform:uppercase;font-size:.8rem;font-weight:600}.Product-module__cL3xxq__quantityInputGroup{align-items:center;gap:.4rem;display:flex}.Product-module__cL3xxq__qtyBtn{border:1px solid var(--border);background:var(--white);border-radius:var(--radius-sm);width:32px;height:32px;color:var(--text);cursor:pointer;transition:var(--transition);justify-content:center;align-items:center;font-size:1rem;font-weight:600;display:flex}.Product-module__cL3xxq__qtyBtn:hover:not(:disabled){border-color:var(--secondary);background:var(--secondary);color:var(--white)}.Product-module__cL3xxq__qtyBtn:disabled{opacity:.4;cursor:not-allowed}.Product-module__cL3xxq__qtyInput{border:1px solid var(--border);border-radius:var(--radius-sm);width:50px;height:32px;color:var(--text);text-align:center;transition:var(--transition);font-size:.9rem;font-weight:600}.Product-module__cL3xxq__qtyInput:focus{border-color:var(--secondary);outline:none}.Product-module__cL3xxq__stockInfo{justify-content:flex-end;align-items:center;display:flex}.Product-module__cL3xxq__stockStatus{font-size:.8rem;font-weight:600}.Product-module__cL3xxq__inStock{color:var(--success)}.Product-module__cL3xxq__lowStock{color:var(--warning);font-weight:700}.Product-module__cL3xxq__outOfStock{color:var(--error)}.Product-module__cL3xxq__addToCartBtn{background:var(--primary);width:100%;color:var(--white);border-radius:var(--radius);cursor:pointer;transition:var(--transition);border:none;justify-content:space-between;align-items:center;margin-top:.5rem;padding:.8rem;font-size:.9rem;font-weight:700;display:flex}.Product-module__cL3xxq__addToCartBtn:hover:not(.Product-module__cL3xxq__disabled){background:var(--secondary);box-shadow:var(--shadow-hover);transform:translateY(-1px)}.Product-module__cL3xxq__addToCartBtn.Product-module__cL3xxq__disabled{background:var(--border);color:var(--text-light);cursor:not-allowed;box-shadow:none;transform:none}.Product-module__cL3xxq__totalPrice{font-size:1rem;font-weight:800}.Product-module__cL3xxq__loadingContainer,.Product-module__cL3xxq__errorContainer,.Product-module__cL3xxq__emptyContainer{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:60vh;padding:2rem;display:flex}.Product-module__cL3xxq__loadingSpinner{border:3px solid #3db28a33;border-top-color:var(--secondary);border-radius:50%;width:32px;height:32px;animation:.8s linear infinite Product-module__cL3xxq__spin}@keyframes Product-module__cL3xxq__spin{to{transform:rotate(360deg)}}.Product-module__cL3xxq__errorText{color:var(--error);font-size:.9rem;font-weight:600}.Product-module__cL3xxq__backButton{background:var(--primary);color:var(--white);border-radius:var(--radius);cursor:pointer;transition:var(--transition);border:none;padding:.5rem 1rem;font-size:.85rem;font-weight:600}.Product-module__cL3xxq__backButton:hover{background:var(--secondary)}@media (max-width:900px){.Product-module__cL3xxq__productContainer{gap:1.5rem;margin-top:2rem;padding:1.25rem}.Product-module__cL3xxq__productImage{max-height:500px}.Product-module__cL3xxq__infoSection{gap:1rem;max-height:500px}}@media (max-width:768px){.Product-module__cL3xxq__productContainer{grid-template-columns:1fr;gap:1.5rem;margin-top:1.5rem;padding:1rem}.Product-module__cL3xxq__productImage{width:100%;max-height:450px}.Product-module__cL3xxq__imagePlaceholder{max-height:450px}.Product-module__cL3xxq__infoSection{max-height:none;padding-right:0;overflow-y:visible}.Product-module__cL3xxq__actionsSection{grid-template-columns:1fr;gap:.75rem}.Product-module__cL3xxq__stockInfo{justify-content:flex-start}}@media (max-width:480px){.Product-module__cL3xxq__productPage{padding:.5rem}.Product-module__cL3xxq__backBtn{padding:.35rem .7rem;font-size:.75rem;top:.5rem;left:.5rem}.Product-module__cL3xxq__productContainer{margin-top:2rem;padding:1rem}.Product-module__cL3xxq__productTitle{font-size:1.1rem}.Product-module__cL3xxq__productPrice{font-size:1.3rem}.Product-module__cL3xxq__productDescription{font-size:.85rem}.Product-module__cL3xxq__colorOption{width:26px;height:26px}.Product-module__cL3xxq__sizeOption{min-width:38px;padding:.4rem .6rem;font-size:.8rem}.Product-module__cL3xxq__qtyBtn{width:30px;height:30px;font-size:.9rem}.Product-module__cL3xxq__qtyInput{width:45px;height:30px;font-size:.85rem}.Product-module__cL3xxq__addToCartBtn{padding:.7rem;font-size:.85rem}.Product-module__cL3xxq__totalPrice{font-size:.9rem}}@media (max-width:360px){.Product-module__cL3xxq__productTitle{font-size:1rem}.Product-module__cL3xxq__productPrice{font-size:1.2rem}.Product-module__cL3xxq__colorOption{width:24px;height:24px}.Product-module__cL3xxq__sizeOption{min-width:36px;padding:.35rem .5rem;font-size:.75rem}.Product-module__cL3xxq__qtyBtn{width:28px;height:28px}.Product-module__cL3xxq__qtyInput{width:40px;height:28px}}@media (min-height:800px) and (min-width:769px){.Product-module__cL3xxq__productImage,.Product-module__cL3xxq__imagePlaceholder,.Product-module__cL3xxq__infoSection{max-height:600px}}
.BlogPreview-module__S6YIxa__section{background-color:#f9f9f9;border-radius:12px;max-width:1200px;margin:2rem auto 0;padding:4rem 1rem}.BlogPreview-module__S6YIxa__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2.5rem;display:flex}.BlogPreview-module__S6YIxa__sectionTitle{color:#333;align-items:center;gap:.5rem;margin:0;font-size:2rem;display:flex}.BlogPreview-module__S6YIxa__sectionTitle i{color:#4f46e5}.BlogPreview-module__S6YIxa__viewAll{color:#4f46e5;background-color:#fff;border:1px solid #e5e7eb;border-radius:6px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.BlogPreview-module__S6YIxa__viewAll:hover{color:#fff;background-color:#4f46e5;transform:translateY(-2px);box-shadow:0 4px 12px #4f46e533}.BlogPreview-module__S6YIxa__grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;display:grid}.BlogPreview-module__S6YIxa__card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;flex-direction:column;height:100%;transition:all .3s;display:flex;overflow:hidden;box-shadow:0 2px 8px #0000001a}.BlogPreview-module__S6YIxa__card:hover{border-color:#4f46e5;transform:translateY(-4px);box-shadow:0 8px 24px #00000026}.BlogPreview-module__S6YIxa__cardLink{height:100%;color:inherit;flex-direction:column;text-decoration:none;display:flex}.BlogPreview-module__S6YIxa__imageContainer{height:200px;position:relative;overflow:hidden}.BlogPreview-module__S6YIxa__image{object-fit:cover;width:100%;height:100%;transition:transform .5s}.BlogPreview-module__S6YIxa__card:hover .BlogPreview-module__S6YIxa__image{transform:scale(1.05)}.BlogPreview-module__S6YIxa__dateBadge{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#4f46e5e6;border-radius:20px;align-items:center;gap:.25rem;padding:.25rem .75rem;font-size:.8rem;display:flex;position:absolute;top:1rem;left:1rem}.BlogPreview-module__S6YIxa__content{flex-direction:column;flex-grow:1;padding:1.5rem;display:flex}.BlogPreview-module__S6YIxa__title{color:#111827;margin:0 0 .75rem;font-size:1.25rem;font-weight:600;line-height:1.4;transition:color .2s}.BlogPreview-module__S6YIxa__card:hover .BlogPreview-module__S6YIxa__title{color:#4f46e5}.BlogPreview-module__S6YIxa__excerpt{color:#6b7280;flex-grow:1;margin:0 0 1rem;font-size:.95rem;line-height:1.5}.BlogPreview-module__S6YIxa__meta{color:#9ca3af;align-items:center;gap:1rem;margin-top:auto;font-size:.85rem;display:flex}.BlogPreview-module__S6YIxa__author{align-items:center;gap:.25rem;display:flex}.BlogPreview-module__S6YIxa__author i{font-size:.8rem}.BlogPreview-module__S6YIxa__readMore{color:#4f46e5;background:#f8fafc;border-top:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:1rem 1.5rem;font-size:.9rem;font-weight:600;transition:all .2s;display:flex}.BlogPreview-module__S6YIxa__card:hover .BlogPreview-module__S6YIxa__readMore{color:#fff;background:#4f46e5}.BlogPreview-module__S6YIxa__readMore i{transition:transform .2s}.BlogPreview-module__S6YIxa__card:hover .BlogPreview-module__S6YIxa__readMore i{transform:translate(4px)}.BlogPreview-module__S6YIxa__loadingContainer{text-align:center;color:#6b7280;padding:3rem}.BlogPreview-module__S6YIxa__spinner{border:3px solid #e5e7eb;border-top-color:#4f46e5;border-radius:50%;width:40px;height:40px;margin-bottom:1rem;animation:1s linear infinite BlogPreview-module__S6YIxa__spin;display:inline-block}@keyframes BlogPreview-module__S6YIxa__spin{to{transform:rotate(360deg)}}.BlogPreview-module__S6YIxa__errorContainer{text-align:center;color:#ef4444;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:2rem}.BlogPreview-module__S6YIxa__errorContainer i{margin-bottom:1rem;font-size:2rem}@media (max-width:768px){.BlogPreview-module__S6YIxa__section{padding:2rem 1rem}.BlogPreview-module__S6YIxa__header{flex-direction:column;align-items:flex-start;gap:1rem}.BlogPreview-module__S6YIxa__sectionTitle{font-size:1.5rem}.BlogPreview-module__S6YIxa__grid{grid-template-columns:1fr;gap:1.5rem}.BlogPreview-module__S6YIxa__imageContainer{height:180px}}@media (min-width:769px) and (max-width:1024px){.BlogPreview-module__S6YIxa__grid{grid-template-columns:repeat(2,1fr)}}
