.Header-bg-module-scss-module___TrR_W__header{z-index:100;background-color:#282a6c;width:100%;transition:background-color .3s ease-in-out;position:absolute;top:0;left:0}.Header-bg-module-scss-module___TrR_W__headeBG{z-index:100;background-color:#282a6c;width:100%;position:absolute;top:0;left:0}.Header-bg-module-scss-module___TrR_W__scrolled{background-color:#282a6c;position:fixed;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.Header-bg-module-scss-module___TrR_W__nav{justify-content:space-between;align-items:center;height:80px;display:flex}.Header-bg-module-scss-module___TrR_W__logo a{color:#fff;font-size:1.5rem;font-weight:700;text-decoration:none}.Header-bg-module-scss-module___TrR_W__navLinks{display:none}@media (min-width:1024px){.Header-bg-module-scss-module___TrR_W__navLinks{align-items:center;gap:.5rem;display:flex}}.Header-bg-module-scss-module___TrR_W__navLinks a{color:#fff;border-radius:.5rem;padding:.6rem 1.2rem;text-decoration:none;transition:background-color .3s}.Header-bg-module-scss-module___TrR_W__navLinks a:hover{background-color:#ffffff26}.Header-bg-module-scss-module___TrR_W__navLinks .Header-bg-module-scss-module___TrR_W__active{background-color:#4a4d9c;font-weight:500}.Header-bg-module-scss-module___TrR_W__actions{align-items:center;gap:1rem;display:flex}.Header-bg-module-scss-module___TrR_W__navLinks a{border-radius:.5rem;padding:.5rem 1rem;transition:background-color .3s,color .3s}.Header-bg-module-scss-module___TrR_W__navLinks a.Header-bg-module-scss-module___TrR_W__activeLink{color:#2563eb;background-color:#e0e7ff;font-weight:700}.Header-bg-module-scss-module___TrR_W__avatarContainer{position:relative}.Header-bg-module-scss-module___TrR_W__avatarButton{cursor:pointer;background-color:#e0e7ff;border:2px solid #2563eb;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex;overflow:hidden}.Header-bg-module-scss-module___TrR_W__avatarButton img,.Header-bg-module-scss-module___TrR_W__avatarButton svg{object-fit:cover;width:100%;height:100%}.Header-bg-module-scss-module___TrR_W__dropdownMenu{z-index:100;background-color:#fff;border:1px solid #e5e7eb;border-radius:.5rem;width:180px;animation:.2s ease-out Header-bg-module-scss-module___TrR_W__fadeIn;position:absolute;top:calc(100% + 10px);right:0;overflow:hidden;box-shadow:0 10px 15px -3px #0000001a}@keyframes Header-bg-module-scss-module___TrR_W__fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.Header-bg-module-scss-module___TrR_W__dropdownItem{text-align:left;cursor:pointer;color:#374151;background:0 0;border:none;width:100%;padding:.75rem 1rem;font-family:Kanit,sans-serif;font-size:1rem;display:block}.Header-bg-module-scss-module___TrR_W__dropdownItem:hover{color:#2563eb;background-color:#f3f4f6}.Header-bg-module-scss-module___TrR_W__fullscreenModal{z-index:1000;background-color:#1f2937f2;justify-content:center;align-items:center;width:100%;height:100%;animation:.3s Header-bg-module-scss-module___TrR_W__modalFadeIn;display:flex;position:fixed;top:0;left:0}@keyframes Header-bg-module-scss-module___TrR_W__modalFadeIn{0%{opacity:0}to{opacity:1}}.Header-bg-module-scss-module___TrR_W__loginFormContainer{text-align:center;background-color:#fff;border-radius:.5rem;width:100%;max-width:450px;padding:3rem;position:relative;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.Header-bg-module-scss-module___TrR_W__loginFormContainer h2{color:#1f2937;margin-bottom:2rem;font-size:2rem;font-weight:700}.Header-bg-module-scss-module___TrR_W__formGroup{text-align:left;margin-bottom:1.5rem}.Header-bg-module-scss-module___TrR_W__formGroup label{margin-bottom:.5rem;font-weight:500;display:block}.Header-bg-module-scss-module___TrR_W__formGroup input{border:1px solid #e5e7eb;border-radius:.5rem;width:100%;padding:.75rem 1rem;font-size:1rem}.Header-bg-module-scss-module___TrR_W__formGroup input:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 2px #2563eb33}.Header-bg-module-scss-module___TrR_W__errorMessage{color:#ef4444;margin-bottom:1.5rem}.Header-bg-module-scss-module___TrR_W__loginButton{width:100%;padding:.8rem;font-size:1.1rem}.Header-bg-module-scss-module___TrR_W__modalCloseButton{color:#374151;cursor:pointer;background:0 0;border:none;font-size:2rem;line-height:1;position:absolute;top:1rem;right:1rem}.Header-bg-module-scss-module___TrR_W__modalCloseButton:hover{color:#1f2937}.Header-bg-module-scss-module___TrR_W__hamburgerButton{cursor:pointer;z-index:2000;background:0 0;border:none;flex-direction:column;justify-content:space-around;width:2rem;height:2rem;padding:0;display:flex}.Header-bg-module-scss-module___TrR_W__hamburgerButton div{transform-origin:1px;background-color:#1f2937;border-radius:10px;width:2rem;height:.25rem;transition:all .3s linear;position:relative}@media (min-width:768px){.Header-bg-module-scss-module___TrR_W__hamburgerButton{display:none}}.Header-bg-module-scss-module___TrR_W__mobileNav{z-index:1500;background-color:#fff;flex-direction:column;gap:1.5rem;width:280px;height:100vh;padding:4rem 2rem 2rem;transition:transform .3s ease-in-out;display:flex;position:fixed;top:0;right:0;transform:translate(100%);box-shadow:-2px 0 5px #0000001a}.Header-bg-module-scss-module___TrR_W__mobileNav.Header-bg-module-scss-module___TrR_W__open{transform:translate(0)}.Header-bg-module-scss-module___TrR_W__mobileNav a{color:#1f2937;font-size:1.25rem;font-weight:500;text-decoration:none}.Header-bg-module-scss-module___TrR_W__mobileNav a:hover{color:#2563eb}.Header-bg-module-scss-module___TrR_W__backdrop{z-index:1400;background:#00000080;width:100%;height:100%;display:none;position:fixed;top:0;left:0}.Header-bg-module-scss-module___TrR_W__backdrop.Header-bg-module-scss-module___TrR_W__open{display:block}.Header-bg-module-scss-module___TrR_W__mobileNav a{border-radius:.5rem;padding:.75rem 1rem}.Header-bg-module-scss-module___TrR_W__mobileNav a.Header-bg-module-scss-module___TrR_W__activeLink{color:#2563eb;background-color:#e0e7ff;font-weight:700}.Header-bg-module-scss-module___TrR_W__flagButtons{gap:.5rem;display:flex}.Header-bg-module-scss-module___TrR_W__flagButtons button{cursor:pointer;background:0 0;border:3px solid #0000;border-radius:50%;padding:0;line-height:0;transition:all .2s}.Header-bg-module-scss-module___TrR_W__flagButtons button img{border-radius:50%;display:block}.Header-bg-module-scss-module___TrR_W__flagButtons button.Header-bg-module-scss-module___TrR_W__activeFlag{border-color:#2563eb;box-shadow:0 0 8px #2563eb80}.Header-bg-module-scss-module___TrR_W__flagButtons button:disabled{cursor:not-allowed;opacity:1}.Header-bg-module-scss-module___TrR_W__flagButtons button:not(:disabled):hover{border-color:#ddd;transform:scale(1.1)}
.Footer-module-scss-module__6wQ4pq__footer{color:#a5b4fc;background-color:#1e3a8a;padding:2rem 0}.Footer-module-scss-module__6wQ4pq__container{text-align:center;flex-direction:column;justify-content:space-between;align-items:center;gap:1.5rem;display:flex}@media (min-width:768px){.Footer-module-scss-module__6wQ4pq__container{text-align:left;flex-direction:row}}.Footer-module-scss-module__6wQ4pq__social{flex:1;justify-content:center;display:flex}@media (min-width:768px){.Footer-module-scss-module__6wQ4pq__social{justify-content:flex-start}}.Footer-module-scss-module__6wQ4pq__social a{transition:transform .3s;display:inline-block}.Footer-module-scss-module__6wQ4pq__social a:hover{transform:scale(1.1)}.Footer-module-scss-module__6wQ4pq__social a svg{width:40px;height:40px}.Footer-module-scss-module__6wQ4pq__centerContent{flex-direction:column;flex:3;align-items:center;gap:.5rem;display:flex}.Footer-module-scss-module__6wQ4pq__centerContent p{margin:0;font-size:.9rem}.Footer-module-scss-module__6wQ4pq__centerContent .Footer-module-scss-module__6wQ4pq__links a{color:#a5b4fc;margin:0 .5rem;text-decoration:none;transition:color .3s}.Footer-module-scss-module__6wQ4pq__centerContent .Footer-module-scss-module__6wQ4pq__links a:hover{color:#fff;text-decoration:underline}.Footer-module-scss-module__6wQ4pq__qrCodes{flex:1;justify-content:center;gap:1rem;display:flex}@media (min-width:768px){.Footer-module-scss-module__6wQ4pq__qrCodes{justify-content:flex-end}}.Footer-module-scss-module__6wQ4pq__qrCodes img{background-color:#fff;border-radius:.5rem;width:80px;height:80px;padding:4px}
.Policy-module-scss-module__zyelSG__policyPage{background-color:#f3f4f6;min-height:calc(100vh - 140px);padding:1.5rem 0 3rem}@media (min-width:768px){.Policy-module-scss-module__zyelSG__policyPage{padding:3rem 0}}.Policy-module-scss-module__zyelSG__policyCard{background-color:#fff;border:1px solid #e5e7eb;border-radius:.5rem;max-width:900px;margin:0 auto;padding:2rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}@media (min-width:768px){.Policy-module-scss-module__zyelSG__policyCard{padding:3rem 4rem}}.Policy-module-scss-module__zyelSG__policyTitle{color:#1f2937;border-bottom:1px solid #e5e7eb;margin-bottom:2rem;padding-bottom:1rem;font-size:2rem;font-weight:700}.Policy-module-scss-module__zyelSG__policyContent{color:#374151;line-height:1.8}.Policy-module-scss-module__zyelSG__policyContent h2{margin-top:2rem;margin-bottom:1rem;font-size:1.5rem;font-weight:600}.Policy-module-scss-module__zyelSG__policyContent p{margin-bottom:1rem}.Policy-module-scss-module__zyelSG__policyContent ul{margin-bottom:1rem;margin-left:2rem;list-style-type:disc}
.Products-module-scss-module__t-pYGW__productsSection{background-color:#f3f4f6}.Products-module-scss-module__t-pYGW__sectionTitle{color:#1f2937;margin-bottom:3rem;font-size:2rem;font-weight:700;display:inline-block;position:relative}.Products-module-scss-module__t-pYGW__sectionTitle:after{content:"";background-color:#2563eb;border-radius:2px;width:70%;height:4px;position:absolute;bottom:-10px;left:0}.Products-module-scss-module__t-pYGW__productsGrid{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:768px){.Products-module-scss-module__t-pYGW__productsGrid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.Products-module-scss-module__t-pYGW__productsGrid{grid-template-columns:repeat(3,1fr)}}.Products-module-scss-module__t-pYGW__productCard{text-align:left;background-color:#fff;border:1px solid #e5e7eb;border-radius:.5rem;flex-direction:column;padding:2rem;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.Products-module-scss-module__t-pYGW__productCard:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px #0000001a}.Products-module-scss-module__t-pYGW__productDetails{flex-direction:column;flex-grow:1;order:1;display:flex}.Products-module-scss-module__t-pYGW__productDetails h3{color:#1f2937;margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.Products-module-scss-module__t-pYGW__productDetails h4{color:#1f2937;margin-bottom:.75rem;font-size:1rem;font-weight:500}.Products-module-scss-module__t-pYGW__productDetails p{color:#374151;margin-bottom:1.5rem;font-size:.9rem;line-height:1.6}.Products-module-scss-module__t-pYGW__productImage{text-align:center;order:2;margin-bottom:1.5rem;padding:1rem 0}.Products-module-scss-module__t-pYGW__productImage img{object-fit:contain;max-width:100%;height:auto;max-height:100px}.Products-module-scss-module__t-pYGW__productFooter{order:3;margin-top:auto}.Products-module-scss-module__t-pYGW__productFooter .Products-module-scss-module__t-pYGW__price{color:#1f2937;margin-bottom:1.5rem;font-size:1rem;font-weight:500}.Products-module-scss-module__t-pYGW__productFooter .Products-module-scss-module__t-pYGW__orderButton{width:100%}.Products-module-scss-module__t-pYGW__modalBackdrop{z-index:50;background-color:#000000b3;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.Products-module-scss-module__t-pYGW__modalContent{background-color:#fff;border-radius:.5rem;flex-direction:column;width:100%;max-width:1000px;max-height:95vh;display:flex;position:relative;overflow-y:auto;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}@media (max-width:768px){.Products-module-scss-module__t-pYGW__modalContent{border-radius:0;max-width:100%;max-height:100vh}}.Products-module-scss-module__t-pYGW__closeButton{cursor:pointer;z-index:10;color:#374151;background:#ffffffe6;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex;position:absolute;top:1rem;right:1rem;box-shadow:0 2px 8px #00000026}.Products-module-scss-module__t-pYGW__closeButton:hover{color:#2563eb;background:#fff;transform:scale(1.1);box-shadow:0 4px 12px #0003}@media (max-width:767px){.Products-module-scss-module__t-pYGW__closeButton{width:36px;height:36px;top:.75rem;right:.75rem}}.Products-module-scss-module__t-pYGW__modalBody{flex-direction:column;gap:1.5rem;padding:1.5rem;display:flex}@media (min-width:768px){.Products-module-scss-module__t-pYGW__modalBody{flex-direction:row;gap:2.5rem;padding:2rem}}@media (max-width:767px){.Products-module-scss-module__t-pYGW__modalBody{gap:1rem;padding:1rem}}.Products-module-scss-module__t-pYGW__imageContainer{flex:1;justify-content:center;align-items:flex-start;margin-bottom:1.5rem;display:flex}@media (min-width:768px){.Products-module-scss-module__t-pYGW__imageContainer{min-width:0;margin-bottom:0}}@media (max-width:767px){.Products-module-scss-module__t-pYGW__imageContainer{width:100%}}.Products-module-scss-module__t-pYGW__detailsContainer{flex-direction:column;flex:1.5;gap:1.5rem;min-width:0;display:flex}@media (max-width:767px){.Products-module-scss-module__t-pYGW__detailsContainer{gap:1rem;width:100%}}.Products-module-scss-module__t-pYGW__productName{color:#1f2937;margin-bottom:.75rem;font-size:1.5rem;font-weight:700;line-height:1.3}@media (min-width:768px){.Products-module-scss-module__t-pYGW__productName{margin-bottom:1rem;font-size:1.8rem}}@media (max-width:767px){.Products-module-scss-module__t-pYGW__productName{font-size:1.25rem}}.Products-module-scss-module__t-pYGW__productPrice{color:#2563eb;margin-bottom:0;font-size:1.25rem;font-weight:600}@media (min-width:768px){.Products-module-scss-module__t-pYGW__productPrice{font-size:1.5rem}}@media (max-width:767px){.Products-module-scss-module__t-pYGW__productPrice{font-size:1.125rem}}.Products-module-scss-module__t-pYGW__quantityControl{flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.Products-module-scss-module__t-pYGW__quantityControl span{color:#374151;min-width:fit-content;font-weight:500}.Products-module-scss-module__t-pYGW__quantityControl .Products-module-scss-module__t-pYGW__quantityButtons{border:1px solid #e5e7eb;border-radius:.5rem;display:flex;overflow:hidden}.Products-module-scss-module__t-pYGW__quantityControl .Products-module-scss-module__t-pYGW__quantityButtons button{cursor:pointer;background-color:#f3f4f6;border:none;padding:.5rem 1rem;font-size:1.2rem;transition:background-color .2s}.Products-module-scss-module__t-pYGW__quantityControl .Products-module-scss-module__t-pYGW__quantityButtons button:hover{background-color:#e4e7eb}.Products-module-scss-module__t-pYGW__quantityControl .Products-module-scss-module__t-pYGW__quantityButtons button:disabled{cursor:not-allowed;opacity:.6}.Products-module-scss-module__t-pYGW__quantityControl .Products-module-scss-module__t-pYGW__quantityButtons input{text-align:center;color:#1f2937;-moz-appearance:textfield;border:none;border-left:1px solid #e5e7eb;border-right:1px solid #e5e7eb;width:60px;font-size:1.2rem}.Products-module-scss-module__t-pYGW__quantityControl .Products-module-scss-module__t-pYGW__quantityButtons input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.Products-module-scss-module__t-pYGW__quantityControl .Products-module-scss-module__t-pYGW__quantityButtons input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.Products-module-scss-module__t-pYGW__stockInfo{color:#374151;opacity:.7;flex-basis:100%;width:100%;margin-top:.5rem;margin-left:0;font-size:.75rem}@media (min-width:768px){.Products-module-scss-module__t-pYGW__stockInfo{margin-left:0}}.Products-module-scss-module__t-pYGW__stockInfo.Products-module-scss-module__t-pYGW__outOfStock{color:#ef4444;opacity:1;font-weight:500}.Products-module-scss-module__t-pYGW__promotionBadgeContainer{margin-bottom:1.5rem}.Products-module-scss-module__t-pYGW__priceBreakdown{background-color:#f3f4f680;border-radius:.5rem;flex-direction:column;gap:.5rem;margin-bottom:1.5rem;padding:1rem;display:flex}.Products-module-scss-module__t-pYGW__priceBreakdown .Products-module-scss-module__t-pYGW__priceRow{color:#374151;justify-content:space-between;font-size:.875rem;display:flex}.Products-module-scss-module__t-pYGW__priceBreakdown .Products-module-scss-module__t-pYGW__priceRow.Products-module-scss-module__t-pYGW__discount{color:#374151;opacity:.75}.Products-module-scss-module__t-pYGW__totalPrice{color:#1f2937;border-top:1px solid #e5e7eb80;margin-bottom:0;padding-top:1rem;font-size:1.5rem;font-weight:600}@media (min-width:768px){.Products-module-scss-module__t-pYGW__totalPrice{font-size:1.75rem}}.Products-module-scss-module__t-pYGW__totalPrice span{color:#2563eb;font-size:1.1em}.Products-module-scss-module__t-pYGW__descriptionSection{background-color:#fff;border-top:1px solid #e5e7eb;padding:1.5rem 2rem}@media (max-width:767px){.Products-module-scss-module__t-pYGW__descriptionSection{padding:1rem 1.5rem}}.Products-module-scss-module__t-pYGW__descriptionSection h3{color:#1f2937;margin-bottom:1rem;font-size:1.2rem;font-weight:600}@media (min-width:768px){.Products-module-scss-module__t-pYGW__descriptionSection h3{margin-bottom:1rem;font-size:1.3rem}}.Products-module-scss-module__t-pYGW__descriptionSection p{color:#374151;font-size:.95rem;line-height:1.8}@media (min-width:768px){.Products-module-scss-module__t-pYGW__descriptionSection p{font-size:1rem}}.Products-module-scss-module__t-pYGW__promotionsSection{background-color:#fff;border-top:1px solid #e5e7eb;flex-direction:column;gap:1.5rem;padding:1.5rem 2rem;display:flex}@media (max-width:767px){.Products-module-scss-module__t-pYGW__promotionsSection{gap:1rem;padding:1rem 1.5rem}}.Products-module-scss-module__t-pYGW__promotionsSection h3{color:#1f2937;margin-bottom:0;font-size:1.2rem;font-weight:600}@media (min-width:768px){.Products-module-scss-module__t-pYGW__promotionsSection h3{font-size:1.3rem}}.Products-module-scss-module__t-pYGW__promotionsSection .Products-module-scss-module__t-pYGW__promotionCodeContainer label{color:#1f2937;margin-bottom:.5rem;font-size:.875rem;font-weight:500;display:block}@media (min-width:768px){.Products-module-scss-module__t-pYGW__promotionsSection .Products-module-scss-module__t-pYGW__promotionCodeContainer label{margin-bottom:.75rem;font-size:.9375rem}}.Products-module-scss-module__t-pYGW__modalActions{background-color:#f3f4f6;border-top:1px solid #e5e7eb;justify-content:flex-end;gap:1rem;margin-top:auto;padding:1.5rem 2rem;display:flex}@media (max-width:767px){.Products-module-scss-module__t-pYGW__modalActions{flex-direction:column;gap:.75rem;padding:1rem 1.5rem}.Products-module-scss-module__t-pYGW__modalActions button{width:100%}}.Products-module-scss-module__t-pYGW__modalActions button{flex:1;min-width:140px}@media (max-width:767px){.Products-module-scss-module__t-pYGW__modalActions button{min-width:100%}}.Products-module-scss-module__t-pYGW__modalActions .Products-module-scss-module__t-pYGW__btnSecondary{color:#2563eb;background-color:#fff;border:1px solid #2563eb}.Products-module-scss-module__t-pYGW__modalActions .Products-module-scss-module__t-pYGW__btnSecondary:hover{color:#fff;background-color:#2563eb}.Products-module-scss-module__t-pYGW__imageGallery{flex-direction:column;gap:1rem;width:100%;display:flex}.Products-module-scss-module__t-pYGW__mainImageContainer{aspect-ratio:1;background-color:#f3f4f6;border-radius:.5rem;width:100%;min-height:250px;position:relative;overflow:hidden}@media (min-width:768px){.Products-module-scss-module__t-pYGW__mainImageContainer{min-height:400px}}@media (max-width:767px){.Products-module-scss-module__t-pYGW__mainImageContainer{border-radius:8px;min-height:250px}}.Products-module-scss-module__t-pYGW__mainImageWrapper{cursor:pointer;width:100%;height:100%;transition:transform .3s;position:relative}.Products-module-scss-module__t-pYGW__mainImageWrapper:hover{transform:scale(1.02)}.Products-module-scss-module__t-pYGW__mainImage{object-fit:contain;transition:opacity .3s}.Products-module-scss-module__t-pYGW__zoomButton{cursor:pointer;z-index:5;background:#ffffffe6;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex;position:absolute;top:1rem;right:1rem;box-shadow:0 2px 8px #00000026}.Products-module-scss-module__t-pYGW__zoomButton:hover{background:#fff;transform:scale(1.1);box-shadow:0 4px 12px #0003}.Products-module-scss-module__t-pYGW__zoomButton svg{color:#1f2937}.Products-module-scss-module__t-pYGW__navArrowLeft,.Products-module-scss-module__t-pYGW__navArrowRight{cursor:pointer;z-index:5;background:#ffffffe6;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 2px 8px #00000026}.Products-module-scss-module__t-pYGW__navArrowLeft:hover,.Products-module-scss-module__t-pYGW__navArrowRight:hover{background:#fff;transform:translateY(-50%)scale(1.1);box-shadow:0 4px 12px #0003}.Products-module-scss-module__t-pYGW__navArrowLeft svg,.Products-module-scss-module__t-pYGW__navArrowRight svg{color:#1f2937}.Products-module-scss-module__t-pYGW__navArrowLeft{left:1rem}.Products-module-scss-module__t-pYGW__navArrowRight{right:1rem}.Products-module-scss-module__t-pYGW__imageIndicator{color:#fff;z-index:5;background:#000000b3;border-radius:20px;padding:.5rem 1rem;font-size:.875rem;font-weight:500;position:absolute;bottom:1rem;left:50%;transform:translate(-50%)}.Products-module-scss-module__t-pYGW__thumbnailsContainer{width:100%;padding:.5rem 0;overflow-x:auto}.Products-module-scss-module__t-pYGW__thumbnailsContainer::-webkit-scrollbar{height:4px}.Products-module-scss-module__t-pYGW__thumbnailsContainer::-webkit-scrollbar-track{background:#f3f4f6;border-radius:2px}.Products-module-scss-module__t-pYGW__thumbnailsContainer::-webkit-scrollbar-thumb{background:#e5e7eb;border-radius:2px}.Products-module-scss-module__t-pYGW__thumbnailsContainer::-webkit-scrollbar-thumb:hover{background:#c8ccd5}.Products-module-scss-module__t-pYGW__thumbnails{gap:.75rem;padding:.25rem;display:flex}.Products-module-scss-module__t-pYGW__thumbnail{cursor:pointer;background:#f3f4f6;border:2px solid #0000;border-radius:.5rem;flex-shrink:0;width:80px;height:80px;transition:all .2s;position:relative;overflow:hidden}.Products-module-scss-module__t-pYGW__thumbnail:hover{border-color:#2563eb;transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}.Products-module-scss-module__t-pYGW__thumbnail.Products-module-scss-module__t-pYGW__active{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb33}.Products-module-scss-module__t-pYGW__thumbnailImage{object-fit:cover;transition:transform .2s}.Products-module-scss-module__t-pYGW__thumbnail:hover .Products-module-scss-module__t-pYGW__thumbnailImage{transform:scale(1.1)}.Products-module-scss-module__t-pYGW__lightbox{z-index:100;background:#000000f2;justify-content:center;align-items:center;padding:2rem;animation:.3s Products-module-scss-module__t-pYGW__fadeIn;display:flex;position:fixed;inset:0}@keyframes Products-module-scss-module__t-pYGW__fadeIn{0%{opacity:0}to{opacity:1}}.Products-module-scss-module__t-pYGW__lightboxContent{justify-content:center;align-items:center;width:100%;max-width:90vw;height:100%;max-height:90vh;display:flex;position:relative}.Products-module-scss-module__t-pYGW__lightboxClose{color:#fff;cursor:pointer;z-index:101;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:all .2s;display:flex;position:absolute;top:1rem;right:1rem}.Products-module-scss-module__t-pYGW__lightboxClose:hover{background:#fff3;transform:scale(1.1)}.Products-module-scss-module__t-pYGW__lightboxClose svg{color:#fff}.Products-module-scss-module__t-pYGW__lightboxImageContainer{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.Products-module-scss-module__t-pYGW__lightboxImage{object-fit:contain;animation:.3s Products-module-scss-module__t-pYGW__zoomIn}@keyframes Products-module-scss-module__t-pYGW__zoomIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.Products-module-scss-module__t-pYGW__lightboxImage.Products-module-scss-module__t-pYGW__loading{opacity:0}.Products-module-scss-module__t-pYGW__lightboxLoader{justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.Products-module-scss-module__t-pYGW__spinner{border:4px solid #fff3;border-top-color:#fff;border-radius:50%;width:48px;height:48px;animation:.8s linear infinite Products-module-scss-module__t-pYGW__spin}@keyframes Products-module-scss-module__t-pYGW__spin{to{transform:rotate(360deg)}}.Products-module-scss-module__t-pYGW__lightboxArrowLeft,.Products-module-scss-module__t-pYGW__lightboxArrowRight{color:#fff;cursor:pointer;z-index:101;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:all .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.Products-module-scss-module__t-pYGW__lightboxArrowLeft:hover,.Products-module-scss-module__t-pYGW__lightboxArrowRight:hover{background:#fff3;transform:translateY(-50%)scale(1.1)}.Products-module-scss-module__t-pYGW__lightboxArrowLeft svg,.Products-module-scss-module__t-pYGW__lightboxArrowRight svg{color:#fff}.Products-module-scss-module__t-pYGW__lightboxArrowLeft{left:2rem}@media (max-width:768px){.Products-module-scss-module__t-pYGW__lightboxArrowLeft{left:.5rem}}.Products-module-scss-module__t-pYGW__lightboxArrowRight{right:2rem}@media (max-width:768px){.Products-module-scss-module__t-pYGW__lightboxArrowRight{right:.5rem}}.Products-module-scss-module__t-pYGW__lightboxCounter{color:#fff;z-index:101;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:24px;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.Products-module-scss-module__t-pYGW__breadcrumbs{background-color:#f3f4f6;border-bottom:1px solid #e5e7eb;padding:1rem 1.5rem}@media (min-width:768px){.Products-module-scss-module__t-pYGW__breadcrumbs{padding:1rem 2rem}}@media (max-width:767px){.Products-module-scss-module__t-pYGW__breadcrumbs{padding:.75rem 1rem}}.Products-module-scss-module__t-pYGW__breadcrumbsList{flex-wrap:wrap;align-items:center;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.Products-module-scss-module__t-pYGW__breadcrumbItem{align-items:center;display:flex}.Products-module-scss-module__t-pYGW__breadcrumbLink{color:#374151;cursor:pointer;background:0 0;border:none;border-radius:4px;align-items:center;gap:.5rem;padding:.25rem .5rem;font-size:.875rem;text-decoration:none;transition:color .2s;display:flex}.Products-module-scss-module__t-pYGW__breadcrumbLink:hover{color:#2563eb;background-color:#2563eb1a}.Products-module-scss-module__t-pYGW__breadcrumbLink svg{width:16px;height:16px}.Products-module-scss-module__t-pYGW__breadcrumbSeparator{color:#374151;opacity:.5;align-items:center;display:flex}.Products-module-scss-module__t-pYGW__breadcrumbSeparator svg{width:16px;height:16px}.Products-module-scss-module__t-pYGW__breadcrumbCurrent{align-items:center;display:flex}.Products-module-scss-module__t-pYGW__breadcrumbCurrentText{color:#1f2937;text-overflow:ellipsis;white-space:nowrap;max-width:200px;padding:.25rem .5rem;font-size:.875rem;font-weight:500;overflow:hidden}@media (max-width:768px){.Products-module-scss-module__t-pYGW__breadcrumbCurrentText{max-width:150px}}
