.header{z-index:10;width:100%;position:fixed;top:0;left:0;box-shadow:0 1px 2px 0 rgba(91,104,113,0.32),0 0 1px 0 rgba(26,32,36,0.32);border-radius:8px;background-color:var(--primary-white)}
.header-section{padding:21px 15px;justify-content:space-between;align-items:center}
.header-logo-img{width:130px;height:36px}
.header-cart-section{padding:0 8px;gap:8px;align-items:center;cursor:pointer;position:relative}
.header-cart-img{width:24px;height:24px}
.header-cart-text{font-size:16px;font-family:'Inter-Regular',sans-serif;line-height:16px}
.header-cart-count{width:20px;height:20px;position:absolute;border-radius:50%;top:-10px;left:20px;background-color:var(--primary-error);color:var(--primary-white);text-align:center}
.call-us{color:var(--primary-white);background:var(--primary-blue);padding:6px 13px 6px 12px;border-radius:30px;margin-left:10px;font-size:12px}
.call-us img{width:12px;height:12px}
@keyframes blink{0{opacity:1}
50%{opacity:0;transform:scale(1)}
}
@media screen and (max-width:767px){.header{border-radius:0}
.header-logo-img{width:88px;height:24px}
.header-cart-section{padding:0}
.header-cart-count{left:13px}
.call-us{display:flex;align-items:center;font-size:10px;padding:unset;color:var(--secondary-black);background-color:transparent}
.call-us img{width:15px;height:15px}
.mb-callus-img{margin-right:8px}
}
#accessibilityToggleBtn i,#accessibilityToggleBtn svg,#accessibilityToggleBtn img{width:24px;height:24px;object-fit:contain;filter:invert(52%) sepia(72%) saturate(6763%) hue-rotate(188deg) brightness(90%) contrast(102%)}
#accessibilityToggleBtn{background:transparent;color:#fff;padding:0;border:0;border-radius:5px;cursor:pointer;transition:all .3s ease;width:24px;height:24px;object-fit:contain;max-width:100%}
@media screen and (max-width:768px){#accessibilityToggleBtn{display:flex;flex-direction:column;align-items:center;justify-content:center;row-gap:4px}
#accessibilityToggleBtn i,#accessibilityToggleBtn svg,#accessibilityToggleBtn img{width:24px;height:24px;object-fit:contain}
#accessibilityToggleBtn .icon-label{color:#333;text-align:center;font-family:"Inter",sans-serif !important;font-size:7.5px !important;font-weight:500;line-height:normal !important;display:block;letter-spacing:-0.3px !important}
}