/*
  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:120px;height:40px;position:relative;z-index:2}
.logo-img{width:120px;height:auto;max-height:40px;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:12px;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:9px;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:9px}
}


/* 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}
}


/* V6 HEADER ICON + SEARCH BAR MATCH FIX
   Source reference uses image icons:
   search max-width 21px, avatar max-width 20px, bag max-width 21px,
   and a compact search form with tags/dropdown instead of a big full overlay.
*/
.header-right{
  display:flex!important;
  align-items:center!important;
}
.header-icon{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  position:relative!important;
  background:transparent!important;
  border:0!important;
  padding:0!important;
}
.header-img{
  display:block!important;
  height:auto!important;
  object-fit:contain!important;
  filter:none!important;
}
.header-img-search{width:21px!important;max-width:21px!important;position:relative!important;right:-2px!important}
.header-img-account{width:20px!important;max-width:20px!important}
.header-img-bag{width:21px!important;max-width:21px!important}
.header-img-menu{width:24px!important;max-width:24px!important}
.ega-header:not(.is-sticky):not(.menu-open) .header-img{
  filter:brightness(0) invert(1);
}
.ega-header.is-sticky .header-img,
.ega-header.menu-open .header-img{
  filter:none!important;
}
.menu-bar span,.icon-search,.icon-user,.icon-bag{
  display:none!important;
}
.cart-count{
  font-size:12px!important;
  top:-2px!important;
  right:-8px!important;
  line-height:1!important;
}

/* Reference-style search panel */
.search-panel{
  position:fixed!important;
  z-index:140!important;
  top:var(--header-h)!important;
  left:0!important;
  right:0!important;
  background:#fff!important;
  color:#000!important;
  transform:translateY(-14px)!important;
  opacity:0!important;
  visibility:hidden!important;
  transition:opacity .2s ease, transform .2s ease, visibility .2s ease!important;
  padding:12px 70px 14px!important;
  box-shadow:0 8px 22px rgba(0,0,0,.06)!important;
}
.search-panel.is-open{
  transform:translateY(0)!important;
  opacity:1!important;
  visibility:visible!important;
}
.search-panel-inner{
  max-width:450px!important;
  margin:0 auto!important;
}
.search-close{
  position:absolute!important;
  right:24px!important;
  top:8px!important;
  font-size:24px!important;
  line-height:1!important;
  font-weight:300!important;
  color:#000!important;
}
.search-form{
  width:100%!important;
  max-width:450px!important;
  margin:0 auto!important;
  display:grid!important;
  grid-template-columns:1fr 46px!important;
  align-items:center!important;
  border:0!important;
  border-bottom:1px solid #111!important;
  padding:0 0 8px!important;
}
.search-form input{
  border:0!important;
  outline:0!important;
  padding:0!important;
  height:28px!important;
  font-size:12px!important;
  color:#000!important;
  background:transparent!important;
}
.search-form input::placeholder{
  color:#777!important;
  opacity:1!important;
}
.search-form button{
  height:28px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
}
.search-submit-img{
  width:21px!important;
  max-width:21px!important;
  position:relative!important;
  right:-2px!important;
}
.search-tags{
  max-width:450px!important;
  margin:10px auto 0!important;
  padding:0!important;
  list-style:none!important;
  display:flex!important;
  gap:12px!important;
  flex-wrap:wrap!important;
  justify-content:flex-start!important;
  font-size:12px!important;
  line-height:1.2!important;
}
.search-tags a{
  color:#000!important;
  text-decoration:none!important;
}

/* Compact 480-991 reference header icon sizes */
@media (min-width:480px) and (max-width:991px){
  .header-img-search{width:10px!important;max-width:10px!important;right:-1px!important}
  .header-img-account{width:10px!important;max-width:10px!important}
  .header-img-bag{width:10px!important;max-width:10px!important}
  .header-img-menu{width:14px!important;max-width:14px!important}
  .cart-count{font-size:7px!important;right:-5px!important;top:0!important}
  .search-panel{top:42px!important;padding:7px 28px 8px!important}
  .search-panel-inner,.search-form,.search-tags{max-width:260px!important}
  .search-form{grid-template-columns:1fr 24px!important;padding-bottom:4px!important}
  .search-form input{height:16px!important;font-size:6.5px!important}
  .search-form button{height:16px!important}
  .search-submit-img{width:10px!important;max-width:10px!important;right:-1px!important}
  .search-tags{gap:7px!important;margin-top:6px!important;font-size:6px!important}
  .search-close{right:10px!important;top:3px!important;font-size:14px!important}
}

/* True phone icon/search sizes */
@media (max-width:479px){
  .header-img-search{width:21px!important;max-width:21px!important;right:-2px!important}
  .header-img-account{width:20px!important;max-width:20px!important}
  .header-img-bag{width:21px!important;max-width:21px!important}
  .header-img-menu{width:24px!important;max-width:24px!important}
  .ega-header .header-img{filter:none!important}
  .cart-count{font-size:12px!important;right:-8px!important;top:-2px!important}
  .search-panel{top:70px!important;padding:15px 18px 14px!important}
  .search-panel-inner,.search-form,.search-tags{max-width:100%!important}
  .search-form{grid-template-columns:1fr 42px!important;padding-bottom:8px!important}
  .search-form input{height:28px!important;font-size:12px!important}
  .search-form button{height:28px!important}
  .search-submit-img{width:21px!important;max-width:21px!important}
  .search-tags{gap:11px!important;font-size:12px!important;margin-top:11px!important}
  .search-close{right:16px!important;top:8px!important;font-size:24px!important}
}


/* V7 HEADER SIZE + SCROLL HEADER + SEARCH EXACT FIX
   Desktop reference:
   - header height around 92px
   - transparent white header over hero at top
   - white sticky header on scroll with same height
   - search opens inside header center with dim overlay below header
*/
@media (min-width:992px){
  :root{--header-h:92px!important;--edge:12px!important}
  .ega-header{
    height:92px!important;
    background:transparent!important;
    color:#fff!important;
    box-shadow:none!important;
  }
  .ega-header.is-sticky,
  .ega-header.menu-open,
  .ega-header.search-active{
    background:#fff!important;
    color:#000!important;
    box-shadow:0 1px 0 rgba(0,0,0,.06)!important;
  }
  .header-wrap{
    height:70px!important;
    grid-template-columns:230px 1fr 170px!important;
    padding:0 70px!important;
    gap:10px!important;
    align-items:center!important;
  }
  .logo-wrapper{
    width:150px!important;
    height:58px!important;
    min-width:150px!important;
  }
  .logo-img{
    width:120px!important;
    max-height:40px!important;
  }
  .navigation--desktop{
    display:block!important;
    justify-self:center!important;
    opacity:1!important;
    visibility:visible!important;
  }
  .navigation-horizontal{
    gap:38px!important;
    align-items:center!important;
    justify-content:center!important;
  }
  .menu-item__link{
    font-size:12px!important;
    padding:37px 0!important;
    line-height:1!important;
    letter-spacing:0!important;
    gap:9px!important;
  }
  .chev{
    width:7px!important;
    height:7px!important;
    margin-top:-5px!important;
  }
  .header-right{
    gap:13px!important;
    justify-self:end!important;
  }
  .header-icon{
    width:26px!important;
    height:34px!important;
  }
  .account-icon{
    display:inline-flex!important;
  }
  .menu-bar{
    display:none!important;
  }
  .header-img-search{
    width:21px!important;
    max-width:21px!important;
    right:-2px!important;
  }
  .header-img-account{
    width:20px!important;
    max-width:20px!important;
  }
  .header-img-bag{
    width:21px!important;
    max-width:21px!important;
  }
  .cart-count{
    font-size:12px!important;
    top:-2px!important;
    right:-8px!important;
  }

  /* Search mode: hide nav and put search form exactly in header center */
  .ega-header.search-active .navigation--desktop{
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
  }
  body.search-open .opacity-menu.is-open{
    z-index:75!important;
    top:92px!important;
    opacity:1!important;
    visibility:visible!important;
    background:rgba(0,0,0,.58)!important;
  }
  body.search-open .ega-header{
    z-index:95!important;
  }
  .search-panel{
    position:fixed!important;
    z-index:96!important;
    top:0!important;
    left:260px!important;
    right:260px!important;
    height:92px!important;
    background:transparent!important;
    color:#000!important;
    transform:none!important;
    opacity:0!important;
    visibility:hidden!important;
    padding:0!important;
    box-shadow:none!important;
    pointer-events:none!important;
  }
  .search-panel.is-open{
    opacity:1!important;
    visibility:visible!important;
    pointer-events:none!important;
  }
  .search-panel-inner{
    max-width:490px!important;
    height:92px!important;
    margin:0 auto!important;
    display:flex!important;
    flex-direction:column!important;
    justify-content:center!important;
    padding-top:10px!important;
    pointer-events:auto!important;
  }
  .search-close{
    display:none!important;
  }
  .search-form{
    width:100%!important;
    max-width:490px!important;
    height:34px!important;
    display:grid!important;
    grid-template-columns:1fr 48px!important;
    align-items:center!important;
    margin:0 auto!important;
    padding:0 0 0 16px!important;
    border:1px solid #111!important;
    border-radius:24px!important;
    overflow:hidden!important;
    background:#fff!important;
  }
  .search-form input{
    height:32px!important;
    padding:0!important;
    border:0!important;
    outline:0!important;
    font-size:12px!important;
    color:#000!important;
    background:transparent!important;
  }
  .search-form input::placeholder{
    color:#777!important;
    opacity:1!important;
  }
  .search-form button{
    height:32px!important;
    width:48px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    background:#222!important;
    border-radius:20px!important;
    margin-right:1px!important;
  }
  .search-submit-img{
    width:18px!important;
    max-width:18px!important;
    right:0!important;
    filter:brightness(0) invert(1)!important;
  }
  .search-tags{
    display:flex!important;
    justify-content:flex-start!important;
    align-items:center!important;
    gap:8px!important;
    list-style:none!important;
    margin:5px 0 0 0!important;
    padding:0 0 0 2px!important;
    font-size:9px!important;
    line-height:1!important;
    color:#000!important;
    max-width:490px!important;
  }
  .search-tags li,
  .search-tags a{
    font-size:9px!important;
    line-height:1!important;
    color:#000!important;
  }
}

/* compact window search/header keeps earlier mini reference, but search opens correctly centered */
@media (min-width:480px) and (max-width:991px){
  .ega-header.search-active{
    background:#fff!important;
    color:#000!important;
  }
  .ega-header.search-active .navigation--desktop{
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
  }
  body.search-open .opacity-menu.is-open{
    z-index:75!important;
    top:42px!important;
    background:rgba(0,0,0,.58)!important;
  }
  body.search-open .ega-header{
    z-index:95!important;
  }
  .search-panel{
    top:0!important;
    left:90px!important;
    right:90px!important;
    height:42px!important;
    z-index:96!important;
    padding:0!important;
    background:transparent!important;
    box-shadow:none!important;
    transform:none!important;
    pointer-events:none!important;
  }
  .search-panel.is-open{
    opacity:1!important;
    visibility:visible!important;
    pointer-events:none!important;
  }
  .search-panel-inner{
    height:42px!important;
    max-width:235px!important;
    padding-top:4px!important;
    display:flex!important;
    flex-direction:column!important;
    justify-content:center!important;
    pointer-events:auto!important;
  }
  .search-form{
    height:18px!important;
    grid-template-columns:1fr 28px!important;
    border:1px solid #111!important;
    border-radius:16px!important;
    padding-left:8px!important;
    overflow:hidden!important;
    background:#fff!important;
  }
  .search-form input{
    height:16px!important;
    font-size:6px!important;
  }
  .search-form button{
    width:28px!important;
    height:16px!important;
    border-radius:14px!important;
    background:#222!important;
  }
  .search-submit-img{
    width:9px!important;
    max-width:9px!important;
    filter:brightness(0) invert(1)!important;
  }
  .search-tags{
    max-width:235px!important;
    margin-top:3px!important;
    gap:5px!important;
    font-size:5px!important;
    padding-left:1px!important;
  }
  .search-tags li,.search-tags a{
    font-size:5px!important;
  }
  .search-close{display:none!important}
}

/* true mobile search is below phone header */
@media (max-width:479px){
  .ega-header.search-active{
    background:#fff!important;
    color:#000!important;
  }
  body.search-open .opacity-menu.is-open{
    z-index:75!important;
    top:70px!important;
    background:rgba(0,0,0,.58)!important;
  }
  body.search-open .ega-header{
    z-index:95!important;
  }
  .search-panel{
    top:70px!important;
    left:0!important;
    right:0!important;
    height:auto!important;
    z-index:96!important;
    background:#fff!important;
    padding:14px 18px 12px!important;
    box-shadow:0 8px 22px rgba(0,0,0,.06)!important;
    transform:translateY(-10px)!important;
  }
  .search-panel.is-open{
    transform:translateY(0)!important;
    opacity:1!important;
    visibility:visible!important;
  }
  .search-panel-inner{
    height:auto!important;
    max-width:100%!important;
    padding:0!important;
  }
  .search-form{
    height:34px!important;
    grid-template-columns:1fr 48px!important;
    border:1px solid #111!important;
    border-radius:24px!important;
    padding-left:14px!important;
    overflow:hidden!important;
  }
  .search-form input{
    height:32px!important;
    font-size:12px!important;
  }
  .search-form button{
    width:48px!important;
    height:32px!important;
    border-radius:20px!important;
    background:#222!important;
  }
  .search-submit-img{
    width:18px!important;
    max-width:18px!important;
    filter:brightness(0) invert(1)!important;
  }
  .search-tags{
    margin-top:8px!important;
    gap:10px!important;
    font-size:10px!important;
  }
  .search-tags li,.search-tags a{
    font-size:10px!important;
  }
}


/* V8 FINAL MOBILE VERSION MATCH
   This keeps desktop/search fixes and also forces the same compact mobile-window layout as the reference site.
   480px-991px = reference narrow browser layout: mini desktop header, landscape slider, 4 product cards, compact footer.
   <=479px = true phone layout: clean mobile header, 2 product cards.
*/
@media (min-width:480px) and (max-width:991px){
  html,body{overflow-x:hidden!important}
  :root{--header-h:42px!important;--edge:5px!important}
  .ega-header{
    height:42px!important;
    background:transparent!important;
    color:#fff!important;
    box-shadow:none!important;
  }
  .ega-header.is-sticky,
  .ega-header.menu-open,
  .ega-header.search-active{
    background:#fff!important;
    color:#000!important;
    box-shadow:0 1px 0 rgba(0,0,0,.05)!important;
  }
  .header-wrap{
    height:42px!important;
    display:grid!important;
    grid-template-columns:78px 1fr 88px!important;
    align-items:center!important;
    padding:0 7px!important;
    gap:5px!important;
  }
  .logo-wrapper{width:62px!important;min-width:62px!important;height:36px!important}
  .logo-img{width:62px!important;max-height:36px!important}
  .navigation--desktop{display:block!important;justify-self:center!important;max-width:100%!important;overflow:hidden!important;opacity:1!important;visibility:visible!important}
  .navigation-horizontal{display:flex!important;justify-content:center!important;align-items:center!important;gap:18px!important;white-space:nowrap!important}
  .menu-item__link{font-size:6.5px!important;line-height:1!important;padding:16px 0!important;gap:4px!important;letter-spacing:0!important}
  .chev{width:4px!important;height:4px!important;margin-top:-2px!important}
  .header-right{display:flex!important;align-items:center!important;justify-self:end!important;gap:7px!important;color:inherit!important}
  .header-icon{width:13px!important;height:22px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:0!important}
  .account-icon{display:inline-flex!important}.menu-bar{display:none!important}
  .header-img-search{width:10px!important;max-width:10px!important;right:-1px!important}
  .header-img-account{width:10px!important;max-width:10px!important}
  .header-img-bag{width:10px!important;max-width:10px!important}
  .cart-count{font-size:7px!important;line-height:1!important;right:-5px!important;top:0!important}
  .ega-header:not(.is-sticky):not(.menu-open):not(.search-active) .header-img{filter:brightness(0) invert(1)!important}
  .ega-header.is-sticky .header-img,.ega-header.menu-open .header-img,.ega-header.search-active .header-img{filter:none!important}

  .section_slider{margin:0!important;padding:0!important;background:#fff!important}
  .home-slider{margin-top:0!important;min-height:0!important;background:#fff!important;overflow:hidden!important}
  .slide picture,.slide img{display:block!important;width:100%!important;height:auto!important}
  .slide img{min-height:0!important;object-fit:contain!important;object-position:center top!important}
  .slider-arrow{display:block!important;width:38px!important;height:28px!important;top:50%!important;color:#111!important;background:transparent!important;z-index:7!important;opacity:.9!important}
  .slider-prev{left:1px!important}.slider-next{right:1px!important}
  .slider-arrow:before{width:24px!important;height:1px!important;background:currentColor!important;border:0!important;top:50%!important}
  .slider-arrow:after{width:8px!important;height:8px!important;top:50%!important;background:transparent!important;border-color:currentColor!important;border-style:solid!important}
  .slider-prev:before{left:9px!important}.slider-prev:after{left:8px!important;border-width:0 0 1.2px 1.2px!important}
  .slider-next:before{right:9px!important}.slider-next:after{right:8px!important;border-width:1.2px 1.2px 0 0!important}
  .slider-dots{bottom:7px!important;gap:5px!important}.slider-dots button{width:12px!important;height:3px!important}

  .section_product_new{padding:5px 0 0!important;background:#fff!important}
  .edge-container{padding:0 5px!important;width:100%!important}
  .product-strip-wrap{overflow:hidden!important}
  .product-strip{grid-auto-columns:calc((100% - 12px)/4)!important;gap:4px!important;overflow-x:auto!important;scroll-snap-type:x mandatory!important}
  .image_thumb{background:#fff!important}.embed-responsive-2by3{aspect-ratio:2/3!important}.image_thumb img{object-fit:contain!important;background:#fff!important}
  .product-info{padding:7px 0 10px!important;min-height:42px!important;background:#fff!important}
  .product-name,.price{font-size:5.8px!important;line-height:1.1!important;letter-spacing:0!important}
  .product-arrow{display:block!important;width:38px!important;height:28px!important;color:#111!important;background:transparent!important;z-index:8!important}
  .product-prev{left:0!important}.product-next{right:0!important}
  .product-arrow:before{width:24px!important;height:1px!important;background:currentColor!important;border:0!important}
  .product-arrow:after{width:8px!important;height:8px!important;background:transparent!important;border-color:currentColor!important;border-style:solid!important}
  .product-prev:before{left:8px!important}.product-prev:after{left:7px!important;border-width:0 0 1.2px 1.2px!important}
  .product-next:before{right:8px!important}.product-next:after{right:7px!important;border-width:1.2px 1.2px 0 0!important}

  .section_banner_new{display:block!important;padding:3px 0 26px!important;background:#fff!important}
  .section_banner_new img{display:block!important;width:100%!important;height:auto!important;object-fit:contain!important}
  .site-footer{padding-bottom:35px!important;background:#fff!important}
  .footer-line{margin:0 0 34px!important;height:1px!important;background:#111!important}
  .footer-grid{display:grid!important;grid-template-columns:1.2fr .55fr .45fr!important;gap:32px!important;padding:0 8px!important;max-width:100%!important}
  .site-footer h3{font-size:6.5px!important;margin-bottom:10px!important;line-height:1.2!important}
  .site-footer p,.site-footer li{font-size:5.8px!important;line-height:1.35!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}

  .ega-header.search-active .navigation--desktop{opacity:0!important;visibility:hidden!important;pointer-events:none!important}
  body.search-open .opacity-menu.is-open{top:42px!important;z-index:75!important;background:rgba(0,0,0,.58)!important}
  .search-panel{top:0!important;left:90px!important;right:90px!important;height:42px!important;z-index:96!important;background:transparent!important;padding:0!important;box-shadow:none!important;transform:none!important;pointer-events:none!important}
  .search-panel.is-open{opacity:1!important;visibility:visible!important;pointer-events:none!important}
  .search-panel-inner{height:42px!important;max-width:235px!important;margin:0 auto!important;padding-top:4px!important;display:flex!important;flex-direction:column!important;justify-content:center!important;pointer-events:auto!important}
  .search-form{height:18px!important;max-width:235px!important;display:grid!important;grid-template-columns:1fr 28px!important;align-items:center!important;border:1px solid #111!important;border-radius:16px!important;padding:0 0 0 8px!important;overflow:hidden!important;background:#fff!important}
  .search-form input{height:16px!important;font-size:6px!important;padding:0!important}.search-form button{width:28px!important;height:16px!important;border-radius:14px!important;background:#222!important;display:flex!important;align-items:center!important;justify-content:center!important}
  .search-submit-img{width:9px!important;max-width:9px!important;filter:brightness(0) invert(1)!important}.search-tags{max-width:235px!important;margin:3px 0 0 1px!important;gap:5px!important;font-size:5px!important}.search-tags li,.search-tags a{font-size:5px!important}.search-close{display:none!important}
}

@media (max-width:479px){
  html,body{overflow-x:hidden!important}
  :root{--header-h:70px!important;--edge:12px!important}
  .ega-header{height:70px!important;background:#fff!important;color:#000!important;box-shadow:0 1px 0 rgba(0,0,0,.05)!important}
  .ega-header .logo-white{display:none!important}.ega-header .logo-black{display:block!important}.ega-header .header-img{filter:none!important}
  .header-wrap{height:70px!important;display:grid!important;grid-template-columns:1fr auto!important;padding:0 13px!important;gap:8px!important;align-items:center!important}
  .logo-wrapper{width:118px!important;min-width:118px!important;height:48px!important}.logo-img{width:118px!important;max-height:48px!important}
  .navigation--desktop,.account-icon{display:none!important}.menu-bar{display:inline-flex!important}.header-right{gap:7px!important}.header-icon{width:28px!important;height:34px!important}
  .header-img-search{width:21px!important;max-width:21px!important}.header-img-bag{width:21px!important;max-width:21px!important}.header-img-menu{width:24px!important;max-width:24px!important}.cart-count{font-size:12px!important;right:-8px!important;top:-2px!important}
  .home-slider{margin-top:70px!important;min-height:0!important}.slide img{width:100%!important;height:auto!important;min-height:0!important;object-fit:contain!important}
  .slider-arrow{display:none!important}.slider-dots{bottom:8px!important}
  .section_product_new{padding-top:18px!important}.product-strip{grid-auto-columns:calc((100% - 4px)/2)!important;gap:4px!important}.image_thumb img{object-fit:contain!important}
  .product-info{padding:10px 0 16px!important;min-height:68px!important}.product-name,.price{font-size:11px!important;line-height:1.2!important}
  .product-arrow{display:block!important;width:38px!important;height:28px!important;color:#111!important;background:transparent!important}.product-prev{left:-4px!important}.product-next{right:-4px!important}
  .product-arrow:before{width:24px!important;height:1px!important;background:currentColor!important;border:0!important}.product-arrow:after{width:8px!important;height:8px!important;background:transparent!important;border-color:currentColor!important;border-style:solid!important}
  .product-prev:before{left:8px!important}.product-prev:after{left:7px!important;border-width:0 0 1.2px 1.2px!important}.product-next:before{right:8px!important}.product-next:after{right:7px!important;border-width:1.2px 1.2px 0 0!important}
  .section_banner_new{padding:8px 0 38px!important}.section_banner_new img{width:100%!important;height:auto!important;object-fit:contain!important}
  .footer-line{margin-bottom:54px!important}.footer-grid{grid-template-columns:1fr!important;gap:34px!important;padding:0 22px!important}.footer-col ul{display:none!important}.site-footer{padding-bottom:50px!important}
  body.search-open .opacity-menu.is-open{top:70px!important;z-index:75!important;background:rgba(0,0,0,.58)!important}.search-panel{top:70px!important;left:0!important;right:0!important;height:auto!important;z-index:96!important;background:#fff!important;padding:14px 18px 12px!important;box-shadow:0 8px 22px rgba(0,0,0,.06)!important;transform:translateY(-10px)!important}.search-panel.is-open{transform:translateY(0)!important;opacity:1!important;visibility:visible!important}.search-panel-inner{height:auto!important;max-width:100%!important;padding:0!important}.search-form{height:34px!important;grid-template-columns:1fr 48px!important;border:1px solid #111!important;border-radius:24px!important;padding-left:14px!important;overflow:hidden!important}.search-form input{height:32px!important;font-size:12px!important}.search-form button{width:48px!important;height:32px!important;border-radius:20px!important;background:#222!important}.search-submit-img{width:18px!important;max-width:18px!important;filter:brightness(0) invert(1)!important}.search-tags{margin-top:8px!important;gap:10px!important;font-size:10px!important}.search-tags li,.search-tags a{font-size:10px!important}
}


/* V9 FINAL HEADER HOVER + SEARCH SIZE + IMAGE MARK FIX
   Purpose:
   1. Header keeps exact same height on top, scroll, hover, and search typing.
   2. Menu hover underline/tooltip behavior matches reference without changing layout height.
   3. Search form opens in header center; typing does not resize anything.
*/
@media (min-width:992px){
  :root{--header-h:92px!important}

  .ega-header,
  .ega-header.is-sticky,
  .ega-header.menu-open,
  .ega-header.search-active{
    height:70px!important;
    min-height:70px!important;
  }
  .header-wrap{
    height:70px!important;
    min-height:70px!important;
    grid-template-columns:230px 1fr 170px!important;
    padding:0 70px!important;
    align-items:center!important;
  }
  .ega-header{
    background:transparent!important;
    color:#fff!important;
    box-shadow:none!important;
  }
  .ega-header.is-sticky,
  .ega-header.menu-open,
  .ega-header.search-active{
    background:#fff!important;
    color:#000!important;
    box-shadow:0 1px 0 rgba(0,0,0,.06)!important;
  }

  .logo-wrapper{width:150px!important;min-width:150px!important;height:58px!important}
  .logo-img{width:150px!important;max-height:40px!important}

  .navigation-horizontal{
    gap:38px!important;
    justify-content:center!important;
    align-items:center!important;
  }
  .menu-item{
    position:relative!important;
    height:92px!important;
    display:flex!important;
    align-items:center!important;
  }
  .menu-item__link{
    position:relative!important;
    height:65px!important;
    display:flex!important;
    align-items:center!important;
    padding:0!important;
    font-size:13px!important;
    line-height:1!important;
    white-space:nowrap!important;
    gap:9px!important;
  }
  .menu-item__link::after{
    content:""!important;
    position:absolute!important;
    left:0!important;
    right:0!important;
    bottom:12px!important;
    height:2px!important;
    background:currentColor!important;
    transform:scaleX(0)!important;
    transform-origin:left center!important;
    transition:transform .18s ease!important;
  }
  .menu-item:hover .menu-item__link::after,
  .menu-item__link:hover::after{
    transform:scaleX(1)!important;
  }
  .menu-item__link:hover{
    opacity:1!important;
  }
  .submenu{
    top:92px!important;
  }

  .header-right{gap:13px!important}
  .header-icon{width:26px!important;height:34px!important}
  .header-img-search{width:21px!important;max-width:21px!important}
  .header-img-account{width:20px!important;max-width:20px!important}
  .header-img-bag{width:21px!important;max-width:21px!important}
  .cart-count{font-size:12px!important;top:-2px!important;right:-8px!important}

  /* Search opened: keep header same height and place search exactly in header center */
  .ega-header.search-active .navigation--desktop{
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
  }
  body.search-open .opacity-menu.is-open{
    position:fixed!important;
    z-index:75!important;
    top:92px!important;
    left:0!important;
    right:0!important;
    bottom:0!important;
    background:rgba(0,0,0,.62)!important;
    opacity:1!important;
    visibility:visible!important;
  }
  body.search-open .ega-header{
    z-index:95!important;
  }
  .search-panel{
    position:fixed!important;
    z-index:96!important;
    top:0!important;
    left:280px!important;
    right:280px!important;
    height:92px!important;
    min-height:92px!important;
    padding:0!important;
    margin:0!important;
    background:transparent!important;
    box-shadow:none!important;
    color:#000!important;
    transform:none!important;
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
  }
  .search-panel.is-open{
    opacity:1!important;
    visibility:visible!important;
  }
  .search-panel-inner{
    height:92px!important;
    min-height:92px!important;
    max-width:568px!important;
    margin:0 auto!important;
    padding:0!important;
    display:flex!important;
    flex-direction:column!important;
    justify-content:center!important;
    pointer-events:auto!important;
  }
  .search-close{display:none!important}
  .search-form{
    width:568px!important;
    max-width:568px!important;
    height:35px!important;
    min-height:35px!important;
    display:grid!important;
    grid-template-columns:1fr 58px!important;
    align-items:center!important;
    padding:0 0 0 14px!important;
    margin:0!important;
    border:1px solid #111!important;
    border-radius:22px!important;
    background:#fff!important;
    overflow:hidden!important;
    box-sizing:border-box!important;
  }
  .search-form input{
    width:100%!important;
    height:33px!important;
    min-height:33px!important;
    line-height:33px!important;
    padding:0!important;
    margin:0!important;
    border:0!important;
    outline:0!important;
    background:transparent!important;
    font-size:12px!important;
    color:#000!important;
    box-shadow:none!important;
  }
  .search-form input:focus{
    height:33px!important;
    min-height:33px!important;
    line-height:33px!important;
    outline:0!important;
    box-shadow:none!important;
  }
  .search-form input::placeholder{
    color:#7a7a7a!important;
    opacity:1!important;
  }
  .search-form button{
    width:58px!important;
    height:33px!important;
    min-height:33px!important;
    border-radius:20px!important;
    background:#242424!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    margin:0 1px 0 0!important;
    padding:0!important;
  }
  .search-submit-img{
    width:19px!important;
    max-width:19px!important;
    filter:brightness(0) invert(1)!important;
    right:0!important;
  }
  .search-tags{
    width:568px!important;
    max-width:568px!important;
    margin:5px 0 0 0!important;
    padding:0!important;
    display:flex!important;
    justify-content:flex-start!important;
    align-items:center!important;
    gap:8px!important;
    list-style:none!important;
    font-size:10px!important;
    line-height:1!important;
    color:#000!important;
  }
  .search-tags li,
  .search-tags a{
    font-size:10px!important;
    line-height:1!important;
    color:#000!important;
  }
}

/* Keep compact mobile reference stable when searching/typing */
@media (min-width:480px) and (max-width:991px){
  .menu-item__link{
    position:relative!important;
  }
  .menu-item__link::after{
    content:""!important;
    position:absolute!important;
    left:0!important;
    right:0!important;
    bottom:8px!important;
    height:1px!important;
    background:currentColor!important;
    transform:scaleX(0)!important;
  }
  .menu-item:hover .menu-item__link::after{transform:scaleX(1)!important}
  .search-panel-inner{height:42px!important;min-height:42px!important}
  .search-form,
  .search-form input,
  .search-form input:focus,
  .search-form button{
    box-sizing:border-box!important;
    transition:none!important;
  }
}

/* True phone search typing should not resize header/form */
@media (max-width:479px){
  .search-form,
  .search-form input,
  .search-form input:focus,
  .search-form button{
    box-sizing:border-box!important;
    transition:none!important;
  }
}


/* V10 MENU + CONTACT PAGE UPDATE
   Menu changed:
   ALL PRODUCTS -> ART / ARM CHAIRS / BEDS / COFFEE TABLE / SOFAS
   FOR WOMEN | LANA -> FOR HOME | LANA
   Contact page added: contact.php
*/
#template-contact{
  background:#fff!important;
  color:#000!important;
}
#template-contact .ega-header{
  position:fixed!important;
  background:#fff!important;
  color:#000!important;
  box-shadow:0 1px 0 rgba(0,0,0,.06)!important;
}
#template-contact .ega-header .logo-white{
  display:none!important;
}
#template-contact .ega-header .logo-black{
  display:block!important;
}
#template-contact .ega-header .header-img{
  filter:none!important;
}
.contact-main{
  padding-top:130px;
  min-height:calc(100vh - 240px);
}
.contact-page{
  width:min(510px, calc(100% - 32px));
  margin:0 auto 70px;
  text-align:left;
}
.contact-page h1{
  font-size:28px;
  line-height:1.2;
  text-transform:uppercase;
  text-align:center;
  font-weight:400;
  margin:0 0 10px;
}
.contact-subtitle{
  text-align:center;
  margin:0 0 42px;
  font-size:13px;
  color:#222;
}
.contact-form{
  width:100%;
}
.form-row{
  margin-bottom:15px;
}
.form-row label{
  display:block;
  font-size:14px;
  line-height:1.2;
  margin-bottom:8px;
}
.form-row label span{
  color:#c70000;
}
.form-row input,
.form-row textarea{
  width:100%;
  border:1px solid #ddd;
  background:#fff;
  color:#000;
  height:40px;
  padding:0 15px;
  font-size:13px;
  outline:0;
  border-radius:0;
}
.form-row textarea{
  min-height:120px;
  padding-top:12px;
  resize:vertical;
}
.form-row input:focus,
.form-row textarea:focus{
  border-color:#111;
}
.contact-submit{
  width:100%;
  height:44px;
  background:#000;
  color:#fff;
  font-size:14px;
  border-radius:4px;
  margin-top:6px;
}
.contact-success{
  background:#f3f8f2;
  border:1px solid #b7dcb1;
  color:#236c1f;
  padding:12px 14px;
  margin-bottom:20px;
  font-size:13px;
  text-align:center;
}
.contact-footer .footer-line{
  margin-top:20px;
}

@media(max-width:991px){
  .contact-main{
    padding-top:105px;
  }
  .contact-page{
    width:calc(100% - 34px);
    max-width:520px;
    margin-bottom:52px;
  }
  .contact-page h1{
    font-size:24px;
  }
}

@media(max-width:479px){
  .contact-main{
    padding-top:98px;
  }
  .contact-page{
    width:calc(100% - 26px);
  }
  .contact-subtitle{
    margin-bottom:30px;
  }
  .form-row input,
  .form-row textarea{
    font-size:12px;
  }
}


/* V11 SEARCH TYPING FIX
   Search panel must not open automatically.
   Pressing Enter in search must not reload/erase typed text.
   Header/search size remains same while typing URL/text.
*/
.search-panel:not(.is-open){
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
}
.search-panel.is-open{
  opacity:1!important;
  visibility:visible!important;
}
.search-form input,
.search-form input:focus,
.search-form button{
  transition:none!important;
  box-shadow:none!important;
}
@media(min-width:992px){
  .search-form,
  .search-form input,
  .search-form input:focus,
  .search-form button{
    height:35px!important;
    min-height:35px!important;
    max-height:35px!important;
  }
  .search-form input,
  .search-form input:focus{
    line-height:35px!important;
  }
}


/* =========================================================
   V14 FINAL MOBILE MATCH PATCH
   Desktop styles are untouched. This block only affects
   true mobile screens under 480px.
   ========================================================= */
@media (max-width:479px){

  :root{
    --header-h:110px!important;
    --edge:24px!important;
  }

  body{
    overflow-x:hidden!important;
  }

  /* HOME MOBILE HEADER:
     Top of homepage must overlay hero image with white logo/icons.
     On scroll it becomes white with black logo/icons. */
  body#template-index .ega-header{
    position:fixed!important;
    top:0!important;
    left:0!important;
    right:0!important;
    height:110px!important;
    min-height:110px!important;
    background:transparent!important;
    color:#fff!important;
    box-shadow:none!important;
    z-index:95!important;
  }

  body#template-index .ega-header.is-sticky,
  body#template-index .ega-header.menu-open,
  body#template-index .ega-header.search-active{
    background:#fff!important;
    color:#000!important;
    box-shadow:0 1px 0 rgba(0,0,0,.08)!important;
  }

  body#template-index .ega-header:not(.is-sticky):not(.menu-open):not(.search-active) .logo-white{
    display:block!important;
  }
  body#template-index .ega-header:not(.is-sticky):not(.menu-open):not(.search-active) .logo-black{
    display:none!important;
  }
  body#template-index .ega-header.is-sticky .logo-white,
  body#template-index .ega-header.menu-open .logo-white,
  body#template-index .ega-header.search-active .logo-white{
    display:none!important;
  }
  body#template-index .ega-header.is-sticky .logo-black,
  body#template-index .ega-header.menu-open .logo-black,
  body#template-index .ega-header.search-active .logo-black{
    display:block!important;
  }

  body#template-index .ega-header:not(.is-sticky):not(.menu-open):not(.search-active) .header-img{
    filter:brightness(0) invert(1)!important;
  }
  body#template-index .ega-header.is-sticky .header-img,
  body#template-index .ega-header.menu-open .header-img,
  body#template-index .ega-header.search-active .header-img{
    filter:none!important;
  }

  /* CONTACT MOBILE HEADER:
     Contact page should stay normal white and usable. */
  body#template-contact .ega-header{
    position:sticky!important;
    top:0!important;
    height:110px!important;
    min-height:110px!important;
    background:#fff!important;
    color:#000!important;
    box-shadow:0 1px 0 rgba(0,0,0,.08)!important;
    z-index:95!important;
  }
  body#template-contact .ega-header .logo-white{
    display:none!important;
  }
  body#template-contact .ega-header .logo-black{
    display:block!important;
  }
  body#template-contact .ega-header .header-img{
    filter:none!important;
  }

  .header-wrap{
    height:110px!important;
    min-height:110px!important;
    padding:0 30px!important;
    display:grid!important;
    grid-template-columns:1fr auto!important;
    align-items:center!important;
    gap:16px!important;
  }

  .logo-wrapper{
    width:178px!important;
    min-width:178px!important;
    height:80px!important;
    display:flex!important;
    align-items:center!important;
  }

  .logo-img{
    width:178px!important;
    max-width:178px!important;
    max-height:40px!important;
    object-fit:contain!important;
  }

  .navigation--desktop,
  .account-icon{
    display:none!important;
  }

  .header-right{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    gap:22px!important;
  }

  .header-icon{
    width:auto!important;
    height:auto!important;
    min-width:0!important;
    min-height:0!important;
    margin:0!important;
    padding:0!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
  }

  .header-img{
    display:block!important;
    height:auto!important;
    object-fit:contain!important;
  }

  .cart-icon{order:1!important}
  .search-trigger{order:2!important}
  .menu-bar{order:3!important;display:inline-flex!important}

  .header-img-bag{
    width:39px!important;
    max-width:39px!important;
  }

  .header-img-search{
    width:44px!important;
    max-width:44px!important;
    right:0!important;
  }

  .header-img-menu{
    width:47px!important;
    max-width:47px!important;
  }

  .cart-count{
    top:-9px!important;
    right:-12px!important;
    font-size:18px!important;
    line-height:1!important;
    color:inherit!important;
  }

  /* HERO: no white header gap on homepage. Header overlays image. */
  body#template-index .section_slider{
    margin-top:0!important;
  }

  body#template-index .home-slider{
    margin-top:0!important;
    background:#fff!important;
    overflow:hidden!important;
    min-height:0!important;
  }

  body#template-index .slide picture,
  body#template-index .slide img{
    width:100%!important;
    display:block!important;
  }

  body#template-index .slide img{
    height:auto!important;
    min-height:0!important;
    object-fit:contain!important;
    object-position:center top!important;
  }

  .slider-arrow{
    display:none!important;
  }

  .slider-dots{
    bottom:17px!important;
    gap:11px!important;
  }

  .slider-dots button{
    width:28px!important;
    height:8px!important;
    border-radius:12px!important;
    background:#c8cdd1!important;
    opacity:1!important;
  }

  .slider-dots button.active{
    background:#000!important;
  }

  /* PRODUCT SECTION: match mobile 2-column reference */
  .section_product_new{
    padding-top:36px!important;
    background:#fff!important;
  }

  .edge-container{
    padding:0 24px!important;
  }

  .product-strip-wrap{
    overflow:hidden!important;
    --product-arrow-top:37%!important;
  }

  .product-strip{
    display:grid!important;
    grid-auto-flow:column!important;
    grid-auto-columns:calc((100% - 10px)/2)!important;
    gap:10px!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    scroll-snap-type:x mandatory!important;
    scroll-behavior:smooth!important;
    scrollbar-width:none!important;
  }

  .product-strip::-webkit-scrollbar{
    display:none!important;
  }

  .product-col{
    min-width:0!important;
    scroll-snap-align:start!important;
  }

  .product-card{
    background:#fff!important;
    overflow:hidden!important;
  }

  .image_thumb{
    aspect-ratio:2/3!important;
    background:#eef3f8!important;
  }

  .image_thumb img{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center top!important;
  }

  .action-bar{
    display:none!important;
  }

  .product-info{
    padding:20px 0 34px!important;
    min-height:112px!important;
    background:#fff!important;
  }

  .product-name{
    font-size:22px!important;
    line-height:1.15!important;
    letter-spacing:-.2px!important;
    margin:0 0 15px!important;
    font-weight:400!important;
  }

  .price{
    font-size:22px!important;
    line-height:1.15!important;
    font-weight:400!important;
  }

  /* PRODUCT ARROWS: long line arrow like mobile reference */
  .product-arrow{
    display:flex!important;
    position:absolute!important;
    top:37%!important;
    transform:translateY(-50%)!important;
    width:82px!important;
    height:44px!important;
    z-index:10!important;
    color:#000!important;
    opacity:.88!important;
    background:transparent!important;
    border:0!important;
  }

  .product-prev{
    left:4px!important;
  }

  .product-next{
    right:4px!important;
  }

  .product-arrow::before{
    content:""!important;
    position:absolute!important;
    top:50%!important;
    width:46px!important;
    height:1px!important;
    background:currentColor!important;
    border:0!important;
    transform:translateY(-50%)!important;
  }

  .product-arrow::after{
    content:""!important;
    position:absolute!important;
    top:50%!important;
    width:14px!important;
    height:14px!important;
    background:transparent!important;
    border-color:currentColor!important;
    border-style:solid!important;
    transform:translateY(-50%) rotate(45deg)!important;
  }

  .product-prev::before{left:17px!important}
  .product-prev::after{left:16px!important;border-width:0 0 1.3px 1.3px!important}
  .product-next::before{right:17px!important}
  .product-next::after{right:16px!important;border-width:1.3px 1.3px 0 0!important}

  /* CAMPAIGN IMAGE */
  .section_banner_new{
    padding:0 0 70px!important;
    background:#fff!important;
  }

  .section_banner_new img{
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    object-fit:contain!important;
    object-position:center top!important;
  }

  /* FOOTER */
  .site-footer{
    padding-bottom:92px!important;
    background:#fff!important;
  }

  .footer-line{
    margin:0 0 76px!important;
    height:1px!important;
    background:#111!important;
  }

  .footer-grid{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:66px!important;
    padding:0 46px!important;
  }

  .site-footer h3{
    font-size:26px!important;
    line-height:1.2!important;
    margin:0 0 29px!important;
    font-weight:600!important;
  }

  .site-footer p{
    font-size:24px!important;
    line-height:1.35!important;
  }

  .footer-newsletter p{
    margin-bottom:42px!important;
  }

  .footer-newsletter form{
    max-width:100%!important;
    padding-bottom:22px!important;
    border-bottom:2px solid #111!important;
  }

  .footer-newsletter input{
    font-size:24px!important;
  }

  .footer-newsletter button{
    font-size:19px!important;
  }

  .footer-col ul{
    display:none!important;
  }

  /* MOBILE SEARCH */
  .search-panel{
    top:110px!important;
    left:0!important;
    right:0!important;
    padding:22px 30px 20px!important;
  }

  .search-form{
    height:46px!important;
    grid-template-columns:1fr 58px!important;
  }

  .search-form input,
  .search-form input:focus{
    height:44px!important;
    line-height:44px!important;
    font-size:18px!important;
  }

  .search-form button{
    width:58px!important;
    height:44px!important;
  }

  .search-submit-img{
    width:25px!important;
    max-width:25px!important;
  }

  .search-tags{
    gap:14px!important;
    margin-top:12px!important;
  }

  .search-tags li,
  .search-tags a{
    font-size:14px!important;
  }

  body.search-open .opacity-menu.is-open{
    top:110px!important;
  }

  .mobile-drawer{
    width:86vw!important;
  }

  /* CONTACT PAGE MOBILE OPTIMIZATION */
  body#template-contact .contact-main{
    padding-top:34px!important;
    min-height:auto!important;
  }

  body#template-contact .contact-page{
    width:calc(100% - 42px)!important;
    max-width:none!important;
    margin:0 auto 58px!important;
  }

  body#template-contact .contact-page h1{
    font-size:25px!important;
    line-height:1.2!important;
    margin:0 0 9px!important;
  }

  body#template-contact .contact-subtitle{
    font-size:13px!important;
    line-height:1.45!important;
    margin-bottom:30px!important;
  }

  body#template-contact .form-row{
    margin-bottom:16px!important;
  }

  body#template-contact .form-row label{
    font-size:14px!important;
    margin-bottom:8px!important;
  }

  body#template-contact .form-row input,
  body#template-contact .form-row textarea{
    height:46px!important;
    font-size:13px!important;
    padding:0 14px!important;
    border:1px solid #ddd!important;
  }

  body#template-contact .form-row textarea{
    height:auto!important;
    min-height:120px!important;
    padding-top:13px!important;
  }

  body#template-contact .contact-submit{
    height:48px!important;
    font-size:14px!important;
    border-radius:3px!important;
  }
}

/* Extra small phone fallback */
@media (max-width:380px){
  .header-wrap{padding:0 22px!important}
  .logo-wrapper{width:155px!important;min-width:155px!important}
  .logo-img{width:155px!important;max-width:155px!important}
  .header-right{gap:16px!important}
  .header-img-search{width:38px!important;max-width:38px!important}
  .header-img-bag{width:35px!important;max-width:35px!important}
  .header-img-menu{width:41px!important;max-width:41px!important}
  .product-name,.price{font-size:20px!important}
}
