/*
  MAJOU POLISHED CLONE V2
  Image markers:
  - Hero slider images: index.php -> $slides
  - Product normal/hover images: index.php -> $products image/image2
  - Campaign banner: index.php -> $campaignDesktop/$campaignMobile
*/
@font-face{
  font-family:MajouAvo;
  src:url('https://bizweb.dktcdn.net/100/588/901/themes/1038274/assets/svn-avo.ttf?1779873050906') format('truetype');
  font-display:swap;
}
@font-face{
  font-family:MajouSerif;
  src:url('https://bizweb.dktcdn.net/100/588/901/themes/1038274/assets/svn-ivyprestoheadline-light.otf?1779873050906') format('opentype');
  font-display:swap;
}
:root{
  --font:MajouAvo, Arial, Helvetica, sans-serif;
  --serif:MajouSerif, Georgia, 'Times New Roman', serif;
  --header-h:92px;
  --edge:12px;
  --black:#000;
  --white:#fff;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:#000;font-family:var(--font);font-size:13px;line-height:1.4;font-weight:400;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
button,input{font:inherit;background:none;border:0;color:inherit}
button{cursor:pointer;padding:0}
img{max-width:100%}

/* HEADER */
.ega-header{position:fixed;z-index:80;top:0;left:0;right:0;height:var(--header-h);background:transparent;color:#fff;transition:background .25s ease,color .25s ease,box-shadow .25s ease,transform .25s ease}
.ega-header.is-sticky,.ega-header.menu-open{background:#fff;color:#000;box-shadow:0 1px 0 rgba(0,0,0,.06)}
.header-wrap{height:100%;display:grid;grid-template-columns:230px 1fr 170px;align-items:center;padding:0 70px;gap:10px}
.logo-wrapper{display:flex;align-items:center;width:150px;height:58px;position:relative;z-index:2}
.logo-img{width:150px;height:auto;max-height:58px;object-fit:contain;display:block}
.logo-black{display:none}.logo-white{display:block}
.ega-header.is-sticky .logo-white,.ega-header.menu-open .logo-white{display:none}
.ega-header.is-sticky .logo-black,.ega-header.menu-open .logo-black{display:block}
.navigation--desktop{justify-self:center;min-width:0}
.navigation-horizontal{display:flex;align-items:center;justify-content:center;gap:34px;list-style:none;margin:0;padding:0;white-space:nowrap}
.menu-item{position:relative}
.menu-item__link{font-size:13px;line-height:1;text-transform:uppercase;display:flex;align-items:center;gap:8px;letter-spacing:-.1px;padding:38px 0;transition:opacity .2s ease}
.menu-item__link:hover{opacity:.72}
.chev{width:7px;height:7px;border-right:1px solid currentColor;border-bottom:1px solid currentColor;transform:rotate(45deg);margin-top:-4px}
.submenu{position:absolute;top:100%;left:50%;transform:translate(-50%,10px);opacity:0;visibility:hidden;min-width:190px;background:#fff;color:#000;padding:14px 0;box-shadow:0 12px 32px rgba(0,0,0,.08);transition:.18s ease}
.has-submenu:hover .submenu{opacity:1;visibility:visible;transform:translate(-50%,0)}
.submenu__list{list-style:none;margin:0;padding:0}
.submenu__item a{display:block;font-size:12px;text-transform:uppercase;padding:9px 22px;white-space:nowrap}.submenu__item a:hover{background:#f7f7f7}
.header-right{justify-self:end;display:flex;align-items:center;gap:13px;color:inherit}
.header-icon{position:relative;display:inline-flex;width:26px;height:34px;align-items:center;justify-content:center;color:inherit;flex:0 0 auto}
.icon-search{width:21px;height:21px;border:1.5px solid currentColor;border-radius:50%;position:relative;display:block}
.icon-search:after{content:"";position:absolute;width:8px;height:1.5px;background:currentColor;right:-6px;bottom:1px;transform:rotate(45deg);transform-origin:center}
.icon-user{width:20px;height:20px;border:1.4px solid currentColor;border-radius:50%;position:relative;display:block;margin-top:-7px}
.icon-user:after{content:"";position:absolute;left:-7px;right:-7px;bottom:-15px;height:13px;border:1.4px solid currentColor;border-bottom:0;border-radius:13px 13px 0 0}
.icon-bag{width:18px;height:20px;border:1.4px solid currentColor;border-radius:1px;position:relative;display:block;margin-top:3px}
.icon-bag:before{content:"";position:absolute;top:-8px;left:4px;width:8px;height:8px;border:1.4px solid currentColor;border-bottom:0;border-radius:8px 8px 0 0}
.cart-count{position:absolute;top:0;right:-3px;font-size:12px;line-height:1}
.menu-bar{display:none;flex-direction:column;gap:5px}.menu-bar span{display:block;width:23px;height:1px;background:currentColor}

/* HERO SLIDER */
.section_slider{position:relative;background:#fff}
.home-slider{position:relative;width:100%;overflow:hidden;background:#e7eef6;min-height:180px}
.slide{position:absolute;inset:0;opacity:0;z-index:1;transition:opacity .5s linear;pointer-events:none}
.slide.is-active{position:relative;opacity:1;z-index:2;pointer-events:auto}
.slide picture,.slide img{display:block;width:100%}.slide img{height:auto;object-fit:contain}
.slider-arrow{position:absolute;z-index:5;top:50%;width:56px;height:40px;transform:translateY(-50%);opacity:.92;color:#111;background:transparent}
.slider-prev{left:14px}.slider-next{right:14px}
.slider-arrow:before{content:"";position:absolute;top:50%;width:34px;height:1px;background:currentColor;transform:translateY(-50%)}
.slider-arrow:after{content:"";position:absolute;top:50%;width:12px;height:12px;border-color:currentColor;border-style:solid;transform:translateY(-50%) rotate(45deg)}
.slider-prev:before{left:13px}.slider-prev:after{left:12px;border-width:0 0 1.2px 1.2px}
.slider-next:before{right:13px}.slider-next:after{right:12px;border-width:1.2px 1.2px 0 0}
.slider-dots{position:absolute;z-index:6;left:50%;bottom:17px;transform:translateX(-50%);display:flex;align-items:center;gap:7px}
.slider-dots button{display:block;font-size:0;width:16px;height:5px;border-radius:8px;background:#fff;opacity:.55;transition:.2s}.slider-dots button.active{background:#000;opacity:1}

/* PRODUCT CAROUSEL */
.section_product_new{background:#fff;padding:14px 0 0}
.edge-container{width:100%;padding:0 var(--edge)}
.product-strip-wrap{position:relative;overflow:hidden}
.product-strip{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 12px)/4);gap:4px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none}.product-strip::-webkit-scrollbar{display:none}
.product-col{scroll-snap-align:start;min-width:0}
.product-card{display:block;position:relative;background:#fff;overflow:hidden}
.image_thumb{position:relative;display:block;width:100%;overflow:hidden;background:#eef3f7}
.embed-responsive-2by3{aspect-ratio:2/3}
.image_thumb img{position:relative;display:block;width:100%;height:100%;object-fit:contain;transition:opacity .25s linear,transform .45s ease;will-change:opacity,transform}
.img-secondary{position:absolute!important;inset:0;opacity:0}.product-card:hover .img-featured{opacity:0}.product-card:hover .img-secondary{opacity:1;transform:scale(1.015)}
.action-bar{position:absolute;left:50%;bottom:22px;transform:translate(-50%,12px);opacity:0;transition:opacity .18s ease,transform .18s ease;pointer-events:none}.product-card:hover .action-bar{opacity:1;transform:translate(-50%,0)}
.action-child{display:inline-block;background:#fff;color:#000;padding:8px 14px;font-size:12px;line-height:1;box-shadow:0 4px 14px rgba(0,0,0,.07)}
.product-info{padding:12px 0 16px;background:#fff;min-height:64px}.product-name{display:block;font-size:12px;text-transform:uppercase;letter-spacing:-.1px;margin:0 0 6px;line-height:1.25}.price{font-size:12px;line-height:1.2}.price-box{min-height:15px}
.product-strip-wrap{--product-arrow-top:38%}
.product-arrow{position:absolute;z-index:7;top:var(--product-arrow-top);transform:translateY(-50%);width:56px;height:40px;color:#111;display:flex;align-items:center;justify-content:center;opacity:.92;background:transparent}
.product-prev{left:0}.product-next{right:0}
.product-arrow:before{content:"";position:absolute;top:50%;width:34px;height:1px;background:currentColor;transform:translateY(-50%)}
.product-arrow:after{content:"";position:absolute;top:50%;width:12px;height:12px;border-color:currentColor;border-style:solid;transform:translateY(-50%) rotate(45deg)}
.product-prev:before{left:13px}.product-prev:after{left:12px;border-width:0 0 1.2px 1.2px}
.product-next:before{right:13px}.product-next:after{right:12px;border-width:1.2px 1.2px 0 0}

/* CAMPAIGN */
.section_banner_new{background:#fff;padding:4px 0 60px}.section_banner_new a,.section_banner_new picture,.section_banner_new img{display:block;width:100%}.section_banner_new img{height:auto;object-fit:cover}

/* FOOTER */
.site-footer{background:#fff;color:#000;padding-bottom:86px}.footer-line{height:1px;background:#111;margin:0 0 86px}.footer-grid{max-width:1210px;margin:0 auto;padding:0 15px;display:grid;grid-template-columns:1.25fr .55fr .45fr;gap:85px}.site-footer h3{font-size:13px;line-height:1.2;text-transform:uppercase;margin:0 0 18px}.site-footer p,.site-footer li{font-size:12px;line-height:1.35}.footer-newsletter p{margin:0 0 28px}.footer-newsletter form{display:grid;grid-template-columns:1fr auto;align-items:center;max-width:350px;border-bottom:1px solid #222;padding-bottom:11px}.footer-newsletter input{border:0;outline:0;font-size:12px;color:#777;padding:0}.footer-newsletter button{font-size:10px;text-transform:uppercase}.footer-col ul{list-style:none;padding:0;margin:0;display:grid;gap:16px}

/* OVERLAYS */
.opacity-menu{position:fixed;z-index:100;inset:0;background:rgba(0,0,0,.42);opacity:0;visibility:hidden;transition:.2s}.opacity-menu.is-open{opacity:1;visibility:visible}.mobile-drawer{position:fixed;z-index:125;left:0;top:0;width:min(390px,88vw);height:100vh;background:#fff;color:#000;transform:translateX(-105%);transition:.25s ease;padding:20px;box-shadow:12px 0 35px rgba(0,0,0,.12);overflow-y:auto}.mobile-drawer.is-open{transform:translateX(0)}.drawer-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}.drawer-logo img{width:130px;height:auto;display:block}.drawer-close{font-size:34px;line-height:1}.drawer-nav{display:grid;gap:15px}.drawer-item>a{font-size:14px;text-transform:uppercase}.drawer-sub{display:grid;gap:8px;margin:10px 0 0 14px}.drawer-sub a{font-size:12px;color:#555;text-transform:uppercase}
.search-panel{position:fixed;z-index:120;top:0;left:0;right:0;background:#fff;color:#000;transform:translateY(-105%);transition:.25s ease;padding:36px 18px 24px;box-shadow:0 12px 30px rgba(0,0,0,.08)}.search-panel.is-open{transform:translateY(0)}.search-close{position:absolute;right:18px;top:10px;font-size:32px;line-height:1}.search-form{max-width:760px;margin:auto;display:grid;grid-template-columns:1fr 48px;border-bottom:1px solid #111}.search-form input{border:0;outline:0;font-size:18px;padding:14px 0}.search-tags{display:flex;gap:12px;justify-content:center;margin-top:16px;font-size:12px;flex-wrap:wrap}
.cart-panel{position:fixed;z-index:130;right:0;top:0;height:100vh;width:min(380px,94vw);background:#fff;color:#000;transform:translateX(105%);transition:.25s ease;padding:22px;box-shadow:-12px 0 35px rgba(0,0,0,.12)}.cart-panel.is-open{transform:translateX(0)}.cart-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}.cart-head button{font-size:30px}.empty-cart{font-size:13px;color:#555}.cart-total{border-top:1px solid #ddd;margin-top:30px;padding-top:18px;display:flex;justify-content:space-between}.checkout-btn{width:100%;background:#000;color:#fff;padding:13px;margin-top:18px;text-transform:uppercase}

@media(max-width:991px){
  :root{--header-h:70px;--edge:12px}
  .ega-header{height:var(--header-h)}
  .header-wrap{grid-template-columns:1fr auto;padding:0 15px}.navigation--desktop,.account-icon{display:none}.header-right{gap:9px}.menu-bar{display:inline-flex}.header-icon{width:28px;height:34px}.logo-wrapper{width:130px;height:48px}.logo-img{width:130px;max-height:48px}
  .home-slider{min-height:0}.slide img{width:100%;height:auto;min-height:0;object-position:center top}.slider-arrow{position:absolute;z-index:5;top:50%;width:56px;height:40px;transform:translateY(-50%);opacity:.92;color:#111;background:transparent}
.slider-prev{left:14px}.slider-next{right:14px}
.slider-arrow:before{content:"";position:absolute;top:50%;width:34px;height:1px;background:currentColor;transform:translateY(-50%)}
.slider-arrow:after{content:"";position:absolute;top:50%;width:12px;height:12px;border-color:currentColor;border-style:solid;transform:translateY(-50%) rotate(45deg)}
.slider-prev:before{left:13px}.slider-prev:after{left:12px;border-width:0 0 1.2px 1.2px}
.slider-next:before{right:13px}.slider-next:after{right:12px;border-width:1.2px 1.2px 0 0}
.slider-dots{bottom:9px}.slider-dots button{width:15px;height:5px}
  .section_product_new{padding-top:24px}.product-strip{grid-auto-columns:calc((100% - 4px)/2)}.product-arrow{display:flex;width:42px;height:42px}.product-prev{left:-6px}.product-next{right:-6px}.product-arrow:before{width:18px;height:18px}.product-prev:before{margin-left:11px}.product-next:before{margin-left:5px}.product-info{padding:11px 0 18px;min-height:70px}.section_banner_new{padding:8px 0 38px}.footer-line{margin-bottom:54px}.footer-grid{grid-template-columns:1fr;gap:34px;padding:0 22px}.footer-newsletter form{max-width:100%}.footer-col ul{display:none}.site-footer{padding-bottom:50px}.site-footer h3{margin-bottom:14px}.search-form input{font-size:14px}
}
@media(max-width:600px){
  .header-wrap{padding:0 13px}.header-right{gap:6px}.icon-search{width:19px;height:19px}.icon-bag{width:17px;height:19px}.menu-bar span{width:21px}.logo-img{width:118px}.logo-wrapper{width:118px}.product-name,.price{font-size:11px}.footer-newsletter p{margin-bottom:26px}.section_banner_new img{min-height:auto}.embed-responsive-2by3{aspect-ratio:2/3}.slide img{min-height:0}
}


/* FINAL MATCH FIXES
1. Hero and product arrows now use the same thin style.
2. Product arrows remain visible on mobile.
3. Product slider moves exactly one item per click.
4. Product images use contain so full image is visible on desktop and mobile.
*/


/* COMPACT WINDOW / MOBILE-LIKE REFERENCE LAYOUT (480px - 991px)
   This matches the reference screenshots where the narrow browser still shows a mini desktop header and 4 product cards. */
@media (min-width:480px) and (max-width:991px){
  :root{--header-h:42px;--edge:5px}
  .ega-header{height:var(--header-h);background:transparent;color:#fff;box-shadow:none}
  .ega-header.is-sticky,.ega-header.menu-open{background:#fff;color:#000;box-shadow:0 1px 0 rgba(0,0,0,.05)}
  .header-wrap{grid-template-columns:78px 1fr 88px;padding:0 7px;gap:5px}
  .logo-wrapper{width:62px;height:36px}.logo-img{width:62px;max-height:36px}
  .navigation--desktop{display:block!important;justify-self:center;overflow:hidden;max-width:100%}
  .navigation-horizontal{gap:18px;justify-content:center}
  .menu-item__link{font-size:6.5px;padding:16px 0;gap:4px;letter-spacing:0;line-height:1}.chev{width:4px;height:4px;margin-top:-2px}
  .header-right{gap:7px}.header-icon{width:13px;height:22px}.account-icon{display:inline-flex!important}.menu-bar{display:none!important}
  .icon-search{width:10px;height:10px;border-width:.9px}.icon-search:after{width:5px;height:.9px;right:-4px;bottom:-1px}
  .icon-user{width:10px;height:10px;border-width:.9px;margin-top:-4px}.icon-user:after{left:-4px;right:-4px;bottom:-8px;height:7px;border-width:.9px;border-bottom:0;border-radius:8px 8px 0 0}
  .icon-bag{width:9px;height:11px;border-width:.9px;margin-top:2px}.icon-bag:before{top:-5px;left:2px;width:5px;height:5px;border-width:.9px;border-bottom:0}.cart-count{font-size:7px;right:-4px;top:0}
  .home-slider{min-height:0}.slide img{width:100%;height:auto;object-fit:cover}.slider-arrow{width:38px;height:28px}.slider-prev{left:1px}.slider-next{right:1px}.slider-arrow:before{width:24px}.slider-arrow:after{width:8px;height:8px}.slider-prev:before{left:9px}.slider-prev:after{left:8px}.slider-next:before{right:9px}.slider-next:after{right:8px}.slider-dots{bottom:7px;gap:5px}.slider-dots button{width:12px;height:3px}
  .section_product_new{padding-top:5px}.edge-container{padding:0 5px}.product-strip{grid-auto-columns:calc((100% - 12px)/4);gap:4px}.product-info{padding:7px 0 10px;min-height:42px}.product-name{font-size:5.8px;line-height:1.1}.price{font-size:5.8px}.product-arrow{display:flex;width:38px;height:28px}.product-arrow:before{width:24px}.product-arrow:after{width:8px;height:8px}.product-prev{left:0}.product-next{right:0}.product-prev:before{left:8px}.product-prev:after{left:7px}.product-next:before{right:8px}.product-next:after{right:7px}
  .section_banner_new{padding:3px 0 26px}.footer-line{margin-bottom:34px}.footer-grid{grid-template-columns:1.2fr .55fr .45fr;gap:32px;padding:0 8px}.site-footer{padding-bottom:35px}.site-footer h3{font-size:6.5px;margin-bottom:10px}.site-footer p,.site-footer li{font-size:5.8px}.footer-newsletter p{margin-bottom:13px}.footer-newsletter form{max-width:180px;padding-bottom:5px}.footer-newsletter input{font-size:5.8px}.footer-newsletter button{font-size:5px}.footer-col ul{display:grid;gap:7px}
}


/* TRUE PHONE LAYOUT (<480px): clean mobile header, 2 products, full image visibility */
@media (max-width:479px){
  :root{--header-h:70px;--edge:12px}
  .ega-header{height:70px;background:#fff;color:#000;box-shadow:0 1px 0 rgba(0,0,0,.05)}
  .ega-header .logo-white{display:none!important}.ega-header .logo-black{display:block!important}
  .header-wrap{grid-template-columns:1fr auto;padding:0 13px;gap:8px}.logo-wrapper{width:118px;height:48px}.logo-img{width:118px;max-height:48px}
  .navigation--desktop,.account-icon{display:none!important}.menu-bar{display:inline-flex!important}.header-right{gap:7px}.header-icon{width:28px;height:34px}.icon-search{width:19px;height:19px}.icon-bag{width:17px;height:19px}.menu-bar span{width:21px}
  .home-slider{margin-top:70px}.slider-arrow{display:none}.slider-dots{bottom:8px}.slide img{height:auto;min-height:0;object-fit:contain}
  .section_product_new{padding-top:18px}.product-strip{grid-auto-columns:calc((100% - 4px)/2);gap:4px}.product-arrow{display:flex;width:38px;height:30px}.product-arrow:before{width:24px}.product-arrow:after{width:8px;height:8px}.product-prev{left:-4px}.product-next{right:-4px}.product-prev:before{left:8px}.product-prev:after{left:7px}.product-next:before{right:8px}.product-next:after{right:7px}
  .product-name,.price{font-size:11px}.product-info{padding:10px 0 16px;min-height:68px}.section_banner_new{padding:8px 0 38px}.footer-line{margin-bottom:54px}.footer-grid{grid-template-columns:1fr;gap:34px;padding:0 22px}.footer-col ul{display:none}.site-footer h3{font-size:13px}.site-footer p,.site-footer li{font-size:12px}
}


/* DEFINITIVE ARROW CORRECTION - keep arrows as thin line arrows in every viewport */
.slider-arrow:before,.product-arrow:before{height:1px!important;background:currentColor!important;border:0!important}
.slider-arrow:after,.product-arrow:after{background:transparent!important}
@media (min-width:480px) and (max-width:991px){
  .slider-arrow:before,.product-arrow:before{height:1px!important;width:24px!important}
  .slider-arrow:after,.product-arrow:after{width:8px!important;height:8px!important}
}
@media (max-width:479px){
  .product-arrow:before{height:1px!important;width:24px!important}
  .product-arrow:after{width:8px!important;height:8px!important}
}


/* V5 MOBILE SECTION FIX
   - 480px to 991px now uses desktop-style banner/hero proportions, like the reference narrow window.
   - True phone under 480px keeps phone layout.
   - Arrows are line-arrow style, not chevron-only.
*/
.slider-arrow,.product-arrow{
  background:transparent!important;
  border:0!important;
}
.slider-arrow::before,.product-arrow::before{
  content:""!important;
  position:absolute!important;
  top:50%!important;
  height:1px!important;
  background:currentColor!important;
  border:0!important;
  transform:translateY(-50%)!important;
}
.slider-arrow::after,.product-arrow::after{
  content:""!important;
  position:absolute!important;
  top:50%!important;
  background:transparent!important;
  border-color:currentColor!important;
  border-style:solid!important;
  transform:translateY(-50%) rotate(45deg)!important;
}
.slider-prev::after,.product-prev::after{border-width:0 0 1.2px 1.2px!important}
.slider-next::after,.product-next::after{border-width:1.2px 1.2px 0 0!important}

@media (min-width:480px) and (max-width:991px){
  :root{--header-h:42px;--edge:5px}
  .ega-header{height:42px;background:transparent;color:#fff;box-shadow:none}
  .ega-header.is-sticky,.ega-header.menu-open{background:#fff;color:#000;box-shadow:0 1px 0 rgba(0,0,0,.05)}
  .header-wrap{grid-template-columns:78px 1fr 88px!important;padding:0 7px!important;gap:5px!important}
  .logo-wrapper{width:62px!important;height:36px!important}
  .logo-img{width:62px!important;max-height:36px!important}
  .navigation--desktop{display:block!important;justify-self:center;overflow:hidden;max-width:100%}
  .navigation-horizontal{gap:18px!important;justify-content:center!important}
  .menu-item__link{font-size:6.5px!important;padding:16px 0!important;line-height:1!important;gap:4px!important}
  .chev{width:4px!important;height:4px!important;margin-top:-2px!important}
  .header-right{gap:7px!important}
  .header-icon{width:13px!important;height:22px!important}
  .account-icon{display:inline-flex!important}
  .menu-bar{display:none!important}
  .icon-search{width:10px!important;height:10px!important;border-width:.9px!important}
  .icon-search:after{width:5px!important;height:.9px!important;right:-4px!important;bottom:-1px!important}
  .icon-user{width:10px!important;height:10px!important;border-width:.9px!important;margin-top:-4px!important}
  .icon-user:after{left:-4px!important;right:-4px!important;bottom:-8px!important;height:7px!important;border-width:.9px!important;border-bottom:0!important}
  .icon-bag{width:9px!important;height:11px!important;border-width:.9px!important;margin-top:2px!important}
  .icon-bag:before{top:-5px!important;left:2px!important;width:5px!important;height:5px!important;border-width:.9px!important;border-bottom:0!important}
  .cart-count{font-size:7px!important;right:-4px!important;top:0!important}

  .home-slider{margin-top:0!important;min-height:0!important;background:#fff}
  .slide img{display:block;width:100%!important;height:auto!important;min-height:0!important;object-fit:contain!important;object-position:center top!important}
  .slider-arrow{display:block!important;width:38px!important;height:28px!important;color:#111!important;top:50%!important}
  .slider-prev{left:1px!important}.slider-next{right:1px!important}
  .slider-arrow::before{width:24px!important}
  .slider-arrow::after{width:8px!important;height:8px!important}
  .slider-prev::before{left:9px!important}.slider-prev::after{left:8px!important}
  .slider-next::before{right:9px!important}.slider-next::after{right:8px!important}
  .slider-dots{bottom:7px!important;gap:5px!important}
  .slider-dots button{width:12px!important;height:3px!important}

  .section_product_new{padding-top:5px!important;background:#fff!important}
  .edge-container{padding:0 5px!important}
  .product-strip{grid-auto-columns:calc((100% - 12px)/4)!important;gap:4px!important}
  .image_thumb{background:#fff!important}
  .image_thumb img{object-fit:contain!important}
  .product-info{padding:7px 0 10px!important;min-height:42px!important}
  .product-name,.price{font-size:5.8px!important;line-height:1.1!important}
  .product-arrow{display:block!important;width:38px!important;height:28px!important;color:#111!important}
  .product-arrow::before{width:24px!important}
  .product-arrow::after{width:8px!important;height:8px!important}
  .product-prev{left:0!important}.product-next{right:0!important}
  .product-prev::before{left:8px!important}.product-prev::after{left:7px!important}
  .product-next::before{right:8px!important}.product-next::after{right:7px!important}

  .section_banner_new{padding:3px 0 26px!important;background:#fff!important}
  .section_banner_new img{width:100%!important;height:auto!important;object-fit:contain!important}
  .footer-line{margin-bottom:34px!important}
  .footer-grid{grid-template-columns:1.2fr .55fr .45fr!important;gap:32px!important;padding:0 8px!important}
  .site-footer{padding-bottom:35px!important}
  .site-footer h3{font-size:6.5px!important;margin-bottom:10px!important}
  .site-footer p,.site-footer li{font-size:5.8px!important}
  .footer-newsletter p{margin-bottom:13px!important}
  .footer-newsletter form{max-width:180px!important;padding-bottom:5px!important}
  .footer-newsletter input{font-size:5.8px!important}
  .footer-newsletter button{font-size:5px!important}
  .footer-col ul{display:grid!important;gap:7px!important}
}

@media (max-width:479px){
  .ega-header{height:70px!important;background:#fff!important;color:#000!important;box-shadow:0 1px 0 rgba(0,0,0,.05)!important}
  .home-slider{margin-top:70px!important}
  .slide img{height:auto!important;min-height:0!important;object-fit:contain!important}
  .section_product_new{padding-top:18px!important}
  .product-strip{grid-auto-columns:calc((100% - 4px)/2)!important;gap:4px!important}
  .product-arrow{display:block!important;width:38px!important;height:28px!important;color:#111!important}
  .product-arrow::before{width:24px!important}
  .product-arrow::after{width:8px!important;height:8px!important}
}
