/* Reset and base styles */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&amp;display=swap');
@media only screen and (max-width: 767px) {
.mobile-menu,.search_bar_right{display:block;}
}
.mobile-header {
    border-bottom: 1px solid #D9D9D9;
    background: #FFF;
    padding: 24px
}
.header-left .logo {
    display: flex;
    flex-direction: column;
}
.logo-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #e65100;
    font-family: 'Inter', Arial, sans-serif;
    letter-spacing: 1px;
}
.logo-phone {
    color: #F60;
font-family: Arial;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.header-right {
    display: flex;
    align-items: center;
    gap: 12px;
    position: absolute;
    right: 16px;
    top: 16px;
    margin-right: 10px;
}
.icon-btn.user_login_btn {
   display: flex;
width: 47px;
height: 47px;
padding: 13px;
justify-content: center;
align-items: center;
border-radius: 100px;
border: 1px solid #E7E7E7;
background: none;
}
button.icon-btn.cart-btn {
    background: no-repeat;
    border: 0;
    display: flex;
    margin-top: 5px;
}
.cart-count {
    position: absolute;
    top: -2px;
    right: -5px;
    background: #EC7200;
    color: #fff;
    font-size: 16px;
    border-radius: 50%;
    padding: 2px 5px;
    width: 12px;
}
button.icon-btn.cart-btn img {
    width: 25px;
}
button.icon-btn.menu-btn {
padding: 10px;
border-radius: 12px;
background: #D9D9D9;
border: 0;
display: flex;
}
.search-bar {
    margin-top: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.search_bar_left {
    width: 75%;
    position: relative;
}
.search-bar input {
    height: 46px;
    padding: 8px 12px;
    border-radius: 12px;
    border: 1px solid #D8D8D8;
    background: #FFF;
    width: 100%;
    box-sizing: border-box;
    color: #575757;
    font-family: Arial;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-right: 45px;
}
span.search-icon-btn {
    position: absolute;
    right: 15px;
    top: 10px;
}
.menu-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.3);
    z-index: 99;
}
.mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100vw;
    height: 100vh;
    background: #fff;
    box-shadow: -2px 0 12px rgba(0,0,0,0.08);
    z-index: 100;
    transition: right 0.35s cubic-bezier(.4,0,.2,1);
    overflow-y: auto;
    padding-bottom: 32px;
}
.mobile-menu.open {
    right: unset;
}
.menu-overlay.active {
    display: block;
}
.menu-header {
    display: flex;
    padding: 0px;
    gap: 10px;
    align-items: end;
    text-align: end;
    justify-content: end;
}
span.logo-title-logo {
    max-width: 170px;
}
.menu-header .logo {
    display: flex;
    flex-direction: column;
}
.close-menu {
    background: none;
    border: none;
    font-size: 2rem;
    color: #888;
    cursor: pointer;
}
.menu-list {
    list-style: none;
    padding: 0 18px;
    margin: 0;
}
.menu-list > li {
    position: relative;
}
.menu-list > li > a{
    padding: 16px 0;
}
.menu-list a {
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
    text-transform: capitalize;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
}
.menu-icon {
    width: 22px;
    height: 22px;
}

.submenu-toggle:after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'><path d='M13.5306 6.53122L8.5306 11.5312C8.46092 11.6011 8.37812 11.6566 8.28696 11.6945C8.1958 11.7323 8.09806 11.7518 7.99935 11.7518C7.90064 11.7518 7.8029 11.7323 7.71173 11.6945C7.62057 11.6566 7.53777 11.6011 7.4681 11.5312L2.4681 6.53122C2.3272 6.39033 2.24805 6.19923 2.24805 5.99997C2.24805 5.80072 2.3272 5.60962 2.4681 5.46872C2.60899 5.32783 2.80009 5.24867 2.99935 5.24867C3.19861 5.24867 3.3897 5.32783 3.5306 5.46872L7.99997 9.9381L12.4693 5.4681C12.6102 5.3272 12.8013 5.24805 13.0006 5.24805C13.1999 5.24805 13.3909 5.3272 13.5318 5.4681C13.6727 5.60899 13.7519 5.80009 13.7519 5.99935C13.7519 6.19861 13.6727 6.3897 13.5318 6.5306L13.5306 6.53122Z' fill='%23565656'/></svg>");
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    transition: transform 0.2s;
    position: absolute;
    right: 0;
}
.submenu-submenu-toggle:after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'><path d='M13.5306 6.53122L8.5306 11.5312C8.46092 11.6011 8.37812 11.6566 8.28696 11.6945C8.1958 11.7323 8.09806 11.7518 7.99935 11.7518C7.90064 11.7518 7.8029 11.7323 7.71173 11.6945C7.62057 11.6566 7.53777 11.6011 7.4681 11.5312L2.4681 6.53122C2.3272 6.39033 2.24805 6.19923 2.24805 5.99997C2.24805 5.80072 2.3272 5.60962 2.4681 5.46872C2.60899 5.32783 2.80009 5.24867 2.99935 5.24867C3.19861 5.24867 3.3897 5.32783 3.5306 5.46872L7.99997 9.9381L12.4693 5.4681C12.6102 5.3272 12.8013 5.24805 13.0006 5.24805C13.1999 5.24805 13.3909 5.3272 13.5318 5.4681C13.6727 5.60899 13.7519 5.80009 13.7519 5.99935C13.7519 6.19861 13.6727 6.3897 13.5318 6.5306L13.5306 6.53122Z' fill='%23565656'/></svg>");
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    transition: transform 0.2s;
    position: absolute;
    right: 0;
}
.menu-list li.open > .submenu-toggle:after {
    transform: rotate(-180deg);
}
.submenu li.open > .submenu-submenu-toggle:after {
    transform: rotate(-180deg);
}
.submenu {
    display: none;
    padding-left: 30px;
    margin-top: 8px;
}
.submenu-products {
    display: flex;
    gap: 20px;
    background: #f7f7f7;
    border-radius: 12px;
    margin-bottom: 8px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.product-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 47%;
}
.submenu-products.articles_menu .product-card {
    width: 100%;
    display: block;
}
.submenu-products.articles_menu .product-card a {
    text-align: left;
}
.product-card img {
    width: 100%;;
    object-fit: contain;
    margin-bottom: 8px;
    border-radius: 6px;
}
.product-card a {
    display: block;
    width: 100%;
    text-align: center;
}
.product-title {
    color: #000;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px; /* 116.667% */
    letter-spacing: -0.24px;
    margin-top: 5px;
}
.menu-list li ul li {
    position: relative;
}
.stem-casters-toggle {
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    transition: background 0.2s;
    padding: 15px 10px;
}

.stem-casters-products {
    display: none;
    padding-left: 0;
    margin-top: 0;
}
.header-left {
    max-width: 50%;
}
.logo img {
    width: 100%;
}
ul.menu-list li ul.submenu {
    list-style: none;
    padding: 0;
    margin: 0;
    border-radius: 8px;
background: #F4F4F4;
padding: 8px;
}
.submenu-products.articles_menu .product-card img{
    border-radius: 0;
}
.article-title a {
font-size: 20px;
font-weight: 600;
line-height: 30px;
}
.article_desctiption {
    font-size: 14px;
    margin-top: 10px;
}
a.readmore_article {
    font-size: 16px;
    color: #ff6600;
    margin-top: 10px;
}