@-webkit-keyframes samsung-set-mobile-nav {
0%{opacity:0;top:100%}
100%{opacity:1;top:100%}
}
@-moz-keyframes samsung-set-mobile-nav {
0%{opacity:0;top:100%}
100%{opacity:1;top:100%}
}
@-o-keyframes samsung-set-mobile-nav {
0%{opacity:0;top:100%}
100%{opacity:1;top:100%}
}
@keyframes samsung-set-mobile-nav {
0%{opacity:0;top:100%}
100%{opacity:1;top:100%}
}
@keyframes samsung-mobile-nav-active {
0%{right:-300px}
100%{right:0}
}
@keyframes samsung-mobile-cover-active {
0%{opacity:0}
100%{opacity:.5}
}
@keyframes samsung-loader {
0%{opacity:.5}
50%{opacity:1}
100%{opacity:.5}
}
.hn-main-container{overflow:hidden}
.samsung-header-outer{height:60px;background:#fff;z-index:9;display:flex}
.samsung-header-inner{display:flex;align-items:center;justify-content:flex-start;padding:0 20px;max-width:1260px;gap:40px;flex-basis:100%}
.samsung-set-mobile-nav .samsung-header-inner{justify-content:space-between;align-items:center}
.samsung-logo{width:160px}
.samsung-menu-logo{width:100px}
.samsung-nav{width:980px;display:none}
.samsung-header-inner .samsung-nav > ul{display:flex}
.samsung-header-inner .samsung-nav > ul > li{cursor:pointer;flex:0 0 auto;padding:20px 30px}
.samsung-header-inner .samsung-nav > ul > li p{font-size:1.286em;line-height:1em;font-weight:500;color:#444;margin:0}
.samsung-sub-nav{display:none;position:absolute;background:#fff;padding:20px!important;width:300px;left:20px;top:100%;overflow:hidden;border-radius:4px;box-shadow:0 6px 10px #00000080;transition:all .2s;-webkit-animation:samsung-set-mobile-nav .3s;-moz-animation:samsung-set-mobile-nav .3s;-o-animation:samsung-set-mobile-nav .3s;animation:samsung-set-mobile-nav .3s}
.samsung-nav > ul > li:hover .samsung-sub-nav{display:block}
.samsung-sub-nav li{margin-bottom:5px}
.samsung-sub-nav li a{font-weight:400;font-size:1em;line-height:1em;color:#373737;display:block;cursor:pointer;padding:12px;text-decoration:none;background:#fff;transition:all .2s}
.samsung-sub-nav li a:hover{background:#f3f4f5;color:#373737;text-decoration:none}
.samsung-nav-loader-mobile{display:none}
.samsung-nav-loader,.samsung-category-loader{animation:samsung-loader 1.5s infinite}
.samsung-category-loader{display:flex;justify-content:space-between;flex-wrap:wrap}
.samsung-category-loader div{width:46%;margin-bottom:60px}
.samsung-category-loader div img{width:100%}
.samsung-set-mobile-nav .samsung-header-outer{height:50px}
.samsung-close-nav{display:none;padding:25px;font-size:2em}
.samsung-set-mobile-nav .samsung-close-nav{display:flex;align-items:center;justify-content:space-between}
.samsung-set-mobile-nav .samsung-mobile-nav-cover{position:fixed;top:0;left:0;width:100%;height:100vh;background:#000;opacity:.5;z-index:9998;display:none}
.samsung-nav-active .samsung-mobile-nav-cover{animation:samsung-mobile-cover-active .3s}
.samsung-set-mobile-nav .samsung-nav{display:none;position:fixed;top:0;right:-300px;width:300px;background:#fff;height:100vh;overflow:auto;z-index:9999;padding-bottom:60px}
.samsung-nav-active .samsung-nav{animation:samsung-mobile-nav-active .3s forwards}
.samsung-set-mobile-nav .samsung-nav ul{flex-direction:column}
.samsung-set-mobile-nav .samsung-nav > ul > li{padding:20px 25px}
.samsung-set-mobile-nav .samsung-sub-nav{display:none;position:relative;background:#f3f4f5;padding:10px!important;width:300px;left:0;top:100%;border-radius:0;box-shadow:none;transition:none;-webkit-animation:none;-moz-animation:none;-o-animation:none;animation:none;margin-top:10px;width:100%}
.samsung-set-mobile-nav .samsung-sub-nav li a{background:#f3f4f5}
.samsung-set-mobile-nav .samsung-nav > ul > li:hover .samsung-sub-nav{display:none}
.samsung-mobile-menu-btn{top:17px;right:30px;width:30px;height:30px;display:none;cursor:pointer}
.samsung-mobile-menu-icon{height:2px;width:30px;top:15px;background-color:#101616;position:relative;transition:all .3s}
.samsung-mobile-menu-icon:before{content:"";left:0;position:absolute;top:-10px;height:2px;width:30px;background-color:#101616;transition-duration:.5s}
.samsung-mobile-menu-icon:after{content:"";left:0;position:absolute;top:10px;height:2px;width:30px;background-color:#101616;transition-duration:.5s}
.samsung-categories-outer{display:flex;justify-content:center}
.samsung-categories-inner{padding:60px 40px;max-width:1260px;display:flex;justify-content:space-between;flex-wrap:wrap}
.samsung-category-card{width:46%;margin-bottom:80px}
.samsung-category-image{overflow:hidden;border-radius:5px;margin-bottom:1.3em;height:400px}
.samsung-category-image img{height:100%;width:100%;object-fit:cover}
.samsung-category-card h2{font-size:1.5em;line-height:1.2em;font-weight:800;color:#373737;margin-bottom:.8em;text-align:center}
.samsung-category-buttons{display:flex;justify-content:center;flex-wrap:wrap;gap:15px}
.samsung-category-buttons a{font-size:1.143em;padding:.6em 1.5em;background:#fff;color:#373737;border:1px solid #373737;text-decoration:none;border-radius:25px;font-weight:600;transition:all .2s}
.samsung-category-buttons a:hover{background:#373737;color:#fff}
@media screen and (max-width: 1260px) {
.samsung-nav-loader-desktop{display:none}
.samsung-nav-loader-mobile{display:block}
.samsung-header-inner{justify-content:space-between}
}
@media screen and (max-width: 992px) {
.samsung-category-image{height:250px}
}
@media screen and (max-width: 600px) {
.samsung-categories-inner{padding:40px 30px;flex-direction:column}
.samsung-category-card{width:100%;margin-bottom:60px}
.samsung-logo{width:130px}
.samsung-category-loader div{width:100%}
}